static-columns 21.0.2 → 21.0.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/browser/fesm2022/static-columns.mjs +49 -49
- package/browser/fesm2022/static-columns.mjs.map +1 -1
- package/browser/package.json +1 -1
- package/browser/types/static-columns.d.ts +138 -0
- package/lib/build-info._auto-generated_.d.ts +1 -1
- package/lib/build-info._auto-generated_.js +1 -1
- package/lib/column/index.js +2 -2
- package/lib/columns-gap/index.js +2 -2
- package/migrations/migrations_index._auto-generated_.d.ts +0 -10
- package/migrations/migrations_index._auto-generated_.js +0 -13
- package/migrations/migrations_index._auto-generated_.js.map +1 -1
- package/package.json +1 -1
- package/tmp-environment.json +5 -11
- package/websql/fesm2022/static-columns.mjs +49 -49
- package/websql/fesm2022/static-columns.mjs.map +1 -1
- package/websql/package.json +1 -1
- package/websql/types/static-columns.d.ts +138 -0
- package/browser/index.d.ts +0 -6
- package/browser/lib/breakpoints.service.d.ts +0 -11
- package/browser/lib/column/base-hide-show.directive.d.ts +0 -21
- package/browser/lib/column/column-grow.directive.d.ts +0 -10
- package/browser/lib/column/column-hide-desktop.directive.d.ts +0 -8
- package/browser/lib/column/column-hide-mobile.directive.d.ts +0 -8
- package/browser/lib/column/column-hide-tablet.directive.d.ts +0 -8
- package/browser/lib/column/column-show-desktop.directive.d.ts +0 -8
- package/browser/lib/column/column-show-mobile.directive.d.ts +0 -8
- package/browser/lib/column/column-show-tablet.directive.d.ts +0 -8
- package/browser/lib/column/column.component.d.ts +0 -10
- package/browser/lib/column/index.d.ts +0 -13
- package/browser/lib/column/shrink-on-mobile50.directive.d.ts +0 -8
- package/browser/lib/column/shrink-on-mobile75.directive.d.ts +0 -15
- package/browser/lib/column/shrink-on-tablet.directive.d.ts +0 -14
- package/browser/lib/columns-gap/columns-gap.component.d.ts +0 -15
- package/browser/lib/columns-gap/index.d.ts +0 -2
- package/browser/lib/columns.component.d.ts +0 -9
- package/browser/lib/columns.module.d.ts +0 -21
- package/browser/lib/index.d.ts +0 -6
- package/browser/public-api.d.ts +0 -2
- package/package.json_devDependencies.json +0 -237
- package/package.json_tnp.json5 +0 -55
- package/websql/index.d.ts +0 -6
- package/websql/lib/breakpoints.service.d.ts +0 -11
- package/websql/lib/column/base-hide-show.directive.d.ts +0 -21
- package/websql/lib/column/column-grow.directive.d.ts +0 -10
- package/websql/lib/column/column-hide-desktop.directive.d.ts +0 -8
- package/websql/lib/column/column-hide-mobile.directive.d.ts +0 -8
- package/websql/lib/column/column-hide-tablet.directive.d.ts +0 -8
- package/websql/lib/column/column-show-desktop.directive.d.ts +0 -8
- package/websql/lib/column/column-show-mobile.directive.d.ts +0 -8
- package/websql/lib/column/column-show-tablet.directive.d.ts +0 -8
- package/websql/lib/column/column.component.d.ts +0 -10
- package/websql/lib/column/index.d.ts +0 -13
- package/websql/lib/column/shrink-on-mobile50.directive.d.ts +0 -8
- package/websql/lib/column/shrink-on-mobile75.directive.d.ts +0 -15
- package/websql/lib/column/shrink-on-tablet.directive.d.ts +0 -14
- package/websql/lib/columns-gap/columns-gap.component.d.ts +0 -15
- package/websql/lib/columns-gap/index.d.ts +0 -2
- package/websql/lib/columns.component.d.ts +0 -9
- package/websql/lib/columns.module.d.ts +0 -21
- package/websql/lib/index.d.ts +0 -6
- package/websql/public-api.d.ts +0 -2
package/package.json_tnp.json5
DELETED
|
@@ -1,55 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"resources": [
|
|
3
|
-
"README.md",
|
|
4
|
-
"screen.png"
|
|
5
|
-
],
|
|
6
|
-
|
|
7
|
-
"overrided": {
|
|
8
|
-
"ignoreDepsPattern": [],
|
|
9
|
-
"includeAsDev": '*',
|
|
10
|
-
"includeOnly": [],
|
|
11
|
-
"dependencies": {},
|
|
12
|
-
"linkedFolders": [],
|
|
13
|
-
'npmFixes': [],
|
|
14
|
-
},
|
|
15
|
-
|
|
16
|
-
"linkedProjects": [],
|
|
17
|
-
'smartContainerBuildTarget': '',
|
|
18
|
-
'linkedRepos': [],
|
|
19
|
-
|
|
20
|
-
"libReleaseOptions": {
|
|
21
|
-
"nodts": false,
|
|
22
|
-
"obscure": false,
|
|
23
|
-
"ugly": false,
|
|
24
|
-
'includeNodeModules': false,
|
|
25
|
-
'cliBuildNoDts': false,
|
|
26
|
-
'cliBuildObscure': false,
|
|
27
|
-
'cliBuildIncludeNodeModules': false,
|
|
28
|
-
'cliBuildUglify': false,
|
|
29
|
-
},
|
|
30
|
-
|
|
31
|
-
'smartContainerTarget': '',
|
|
32
|
-
"type": "isomorphic-lib",
|
|
33
|
-
"isCoreProject": false,
|
|
34
|
-
"version": "v4",
|
|
35
|
-
"isGenerated": false,
|
|
36
|
-
"useFramework": false,
|
|
37
|
-
"license": "MIT",
|
|
38
|
-
"private": false,
|
|
39
|
-
"description": "Static columns with flexbox for Agnular2",
|
|
40
|
-
"author": "Dariusz Filipiak",
|
|
41
|
-
"homepage": "https://github.com/darekf77/static-columns#readme",
|
|
42
|
-
|
|
43
|
-
"keywords": [
|
|
44
|
-
"angular2",
|
|
45
|
-
"static",
|
|
46
|
-
"width",
|
|
47
|
-
"column",
|
|
48
|
-
"static",
|
|
49
|
-
"columns",
|
|
50
|
-
"flexbox",
|
|
51
|
-
"columns"
|
|
52
|
-
],
|
|
53
|
-
|
|
54
|
-
"workerPlugins": {},
|
|
55
|
-
}
|
package/websql/index.d.ts
DELETED
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
// @ts-nocheck
|
|
2
|
-
import { BreakpointObserver } from '@angular/cdk/layout';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class BreakpointsService {
|
|
5
|
-
private sub;
|
|
6
|
-
listenTo(): import("rxjs").Observable<"mobile" | "tablet" | "desktop">;
|
|
7
|
-
private current;
|
|
8
|
-
constructor(breakpointObserver: BreakpointObserver);
|
|
9
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<BreakpointsService, never>;
|
|
10
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<BreakpointsService>;
|
|
11
|
-
}
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
// @ts-nocheck
|
|
2
|
-
import { ElementRef, Renderer2 } from '@angular/core';
|
|
3
|
-
import { Subject } from 'rxjs';
|
|
4
|
-
import { BreakpointsService } from '../breakpoints.service';
|
|
5
|
-
import * as i0 from "@angular/core";
|
|
6
|
-
export declare abstract class BaseHideShowDirective {
|
|
7
|
-
e: ElementRef;
|
|
8
|
-
renderer: Renderer2;
|
|
9
|
-
breakpoints: BreakpointsService;
|
|
10
|
-
$destroy: Subject<unknown>;
|
|
11
|
-
constructor(e: ElementRef, renderer: Renderer2, breakpoints: BreakpointsService);
|
|
12
|
-
private originalDisaplay;
|
|
13
|
-
abstract action(state: 'mobile' | 'tablet' | 'desktop'): any;
|
|
14
|
-
protected hideElement(): void;
|
|
15
|
-
protected showElement(): void;
|
|
16
|
-
protected scale(scale?: number): void;
|
|
17
|
-
ngOnInit(): void;
|
|
18
|
-
ngOnDestroy(): void;
|
|
19
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<BaseHideShowDirective, never>;
|
|
20
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<BaseHideShowDirective, "[baseHideShowDirective]", never, {}, {}, never, never, false, never>;
|
|
21
|
-
}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
// @ts-nocheck
|
|
2
|
-
import { ElementRef, Renderer2 } from '@angular/core';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class DirectiveGrow {
|
|
5
|
-
e: ElementRef;
|
|
6
|
-
renderer: Renderer2;
|
|
7
|
-
constructor(e: ElementRef, renderer: Renderer2);
|
|
8
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DirectiveGrow, never>;
|
|
9
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<DirectiveGrow, "[grow]", never, {}, {}, never, never, false, never>;
|
|
10
|
-
}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
// @ts-nocheck
|
|
2
|
-
import { BaseHideShowDirective } from './base-hide-show.directive';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class DirectiveHideDesktop extends BaseHideShowDirective {
|
|
5
|
-
action(state: 'mobile' | 'tablet' | 'desktop'): void;
|
|
6
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DirectiveHideDesktop, never>;
|
|
7
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<DirectiveHideDesktop, "[hideDesktop]", never, {}, {}, never, never, false, never>;
|
|
8
|
-
}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
// @ts-nocheck
|
|
2
|
-
import { BaseHideShowDirective } from './base-hide-show.directive';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class DirectiveHideMobile extends BaseHideShowDirective {
|
|
5
|
-
action(state: 'mobile' | 'tablet' | 'desktop'): void;
|
|
6
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DirectiveHideMobile, never>;
|
|
7
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<DirectiveHideMobile, "[hideMobile]", never, {}, {}, never, never, false, never>;
|
|
8
|
-
}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
// @ts-nocheck
|
|
2
|
-
import { BaseHideShowDirective } from './base-hide-show.directive';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class DirectiveHideTablet extends BaseHideShowDirective {
|
|
5
|
-
action(state: 'mobile' | 'tablet' | 'desktop'): void;
|
|
6
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DirectiveHideTablet, never>;
|
|
7
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<DirectiveHideTablet, "[hideTablet]", never, {}, {}, never, never, false, never>;
|
|
8
|
-
}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
// @ts-nocheck
|
|
2
|
-
import { BaseHideShowDirective } from './base-hide-show.directive';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class DirectiveShowDesktop extends BaseHideShowDirective {
|
|
5
|
-
action(state: 'mobile' | 'tablet' | 'desktop'): void;
|
|
6
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DirectiveShowDesktop, never>;
|
|
7
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<DirectiveShowDesktop, "[showDesktop]", never, {}, {}, never, never, false, never>;
|
|
8
|
-
}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
// @ts-nocheck
|
|
2
|
-
import { BaseHideShowDirective } from './base-hide-show.directive';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class DirectiveShowMobile extends BaseHideShowDirective {
|
|
5
|
-
action(state: 'mobile' | 'tablet' | 'desktop'): void;
|
|
6
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DirectiveShowMobile, never>;
|
|
7
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<DirectiveShowMobile, "[showMobile]", never, {}, {}, never, never, false, never>;
|
|
8
|
-
}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
// @ts-nocheck
|
|
2
|
-
import { BaseHideShowDirective } from './base-hide-show.directive';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class DirectiveShowTablet extends BaseHideShowDirective {
|
|
5
|
-
action(state: 'mobile' | 'tablet' | 'desktop'): void;
|
|
6
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DirectiveShowTablet, never>;
|
|
7
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<DirectiveShowTablet, "[showTablet]", never, {}, {}, never, never, false, never>;
|
|
8
|
-
}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
// @ts-nocheck
|
|
2
|
-
import { OnInit } from '@angular/core';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class ColumnComponent implements OnInit {
|
|
5
|
-
width: number;
|
|
6
|
-
constructor();
|
|
7
|
-
ngOnInit(): void;
|
|
8
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ColumnComponent, never>;
|
|
9
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ColumnComponent, "column", never, { "width": { "alias": "width"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
10
|
-
}
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
// @ts-nocheck
|
|
2
|
-
export * from './base-hide-show.directive';
|
|
3
|
-
export * from './column-grow.directive';
|
|
4
|
-
export * from './column-hide-desktop.directive';
|
|
5
|
-
export * from './column-hide-mobile.directive';
|
|
6
|
-
export * from './column-hide-tablet.directive';
|
|
7
|
-
export * from './column-show-desktop.directive';
|
|
8
|
-
export * from './column-show-mobile.directive';
|
|
9
|
-
export * from './column-show-tablet.directive';
|
|
10
|
-
export * from './column.component';
|
|
11
|
-
export * from './shrink-on-mobile50.directive';
|
|
12
|
-
export * from './shrink-on-mobile75.directive';
|
|
13
|
-
export * from './shrink-on-tablet.directive';
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
// @ts-nocheck
|
|
2
|
-
import { DirectiveShrinkOnMobile } from './shrink-on-mobile75.directive';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class DirectiveShrinkOnMobile50 extends DirectiveShrinkOnMobile {
|
|
5
|
-
scaleFactor: number;
|
|
6
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DirectiveShrinkOnMobile50, never>;
|
|
7
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<DirectiveShrinkOnMobile50, "[shrinkOnMobile50]", never, {}, {}, never, never, false, never>;
|
|
8
|
-
}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
// @ts-nocheck
|
|
2
|
-
import { ElementRef, Renderer2 } from '@angular/core';
|
|
3
|
-
import { BreakpointsService } from '../breakpoints.service';
|
|
4
|
-
import { BaseHideShowDirective } from './base-hide-show.directive';
|
|
5
|
-
import * as i0 from "@angular/core";
|
|
6
|
-
export declare class DirectiveShrinkOnMobile extends BaseHideShowDirective {
|
|
7
|
-
e: ElementRef;
|
|
8
|
-
renderer: Renderer2;
|
|
9
|
-
breakpoints: BreakpointsService;
|
|
10
|
-
scaleFactor: number;
|
|
11
|
-
constructor(e: ElementRef, renderer: Renderer2, breakpoints: BreakpointsService);
|
|
12
|
-
action(state: 'mobile' | 'tablet' | 'desktop'): void;
|
|
13
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DirectiveShrinkOnMobile, never>;
|
|
14
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<DirectiveShrinkOnMobile, "[shrinkOnMobile]", never, {}, {}, never, never, false, never>;
|
|
15
|
-
}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
// @ts-nocheck
|
|
2
|
-
import { ElementRef, Renderer2 } from '@angular/core';
|
|
3
|
-
import { BreakpointsService } from '../breakpoints.service';
|
|
4
|
-
import { BaseHideShowDirective } from './base-hide-show.directive';
|
|
5
|
-
import * as i0 from "@angular/core";
|
|
6
|
-
export declare class DirectiveShrinkOnTablet extends BaseHideShowDirective {
|
|
7
|
-
e: ElementRef;
|
|
8
|
-
renderer: Renderer2;
|
|
9
|
-
breakpoints: BreakpointsService;
|
|
10
|
-
constructor(e: ElementRef, renderer: Renderer2, breakpoints: BreakpointsService);
|
|
11
|
-
action(state: 'mobile' | 'tablet' | 'desktop'): void;
|
|
12
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DirectiveShrinkOnTablet, never>;
|
|
13
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<DirectiveShrinkOnTablet, "[shrinkOnTablet]", never, {}, {}, never, never, false, never>;
|
|
14
|
-
}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
// @ts-nocheck
|
|
2
|
-
import { EventEmitter, OnInit } from '@angular/core';
|
|
3
|
-
import { Subscription } from 'rxjs';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export declare class ColumnsGapComponent implements OnInit {
|
|
6
|
-
width: number;
|
|
7
|
-
handlers: Subscription[];
|
|
8
|
-
columnsGapDataChanged: EventEmitter<any>;
|
|
9
|
-
columnsGapData: any;
|
|
10
|
-
constructor();
|
|
11
|
-
ngOnInit(): void;
|
|
12
|
-
ngOnDestroy(): void;
|
|
13
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ColumnsGapComponent, never>;
|
|
14
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ColumnsGapComponent, "columns-gap", never, { "columnsGapData": { "alias": "columnsGapData"; "required": false; }; }, { "columnsGapDataChanged": "columnsGapDataChanged"; }, never, never, false, never>;
|
|
15
|
-
}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
// @ts-nocheck
|
|
2
|
-
import { QueryList } from '@angular/core';
|
|
3
|
-
import { ColumnComponent } from './column';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export declare class ColumnsComponent {
|
|
6
|
-
childrens: QueryList<ColumnComponent>;
|
|
7
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ColumnsComponent, never>;
|
|
8
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ColumnsComponent, "columns-container", never, {}, {}, never, ["*"], false, never>;
|
|
9
|
-
}
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
// @ts-nocheck
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
import * as i1 from "./columns.component";
|
|
4
|
-
import * as i2 from "./column/column.component";
|
|
5
|
-
import * as i3 from "./column/column-grow.directive";
|
|
6
|
-
import * as i4 from "./column/column-hide-mobile.directive";
|
|
7
|
-
import * as i5 from "./column/column-hide-tablet.directive";
|
|
8
|
-
import * as i6 from "./column/column-hide-desktop.directive";
|
|
9
|
-
import * as i7 from "./column/column-show-tablet.directive";
|
|
10
|
-
import * as i8 from "./column/column-show-mobile.directive";
|
|
11
|
-
import * as i9 from "./column/column-show-desktop.directive";
|
|
12
|
-
import * as i10 from "./columns-gap/columns-gap.component";
|
|
13
|
-
import * as i11 from "./column/shrink-on-mobile50.directive";
|
|
14
|
-
import * as i12 from "./column/shrink-on-mobile75.directive";
|
|
15
|
-
import * as i13 from "./column/shrink-on-tablet.directive";
|
|
16
|
-
import * as i14 from "@angular/cdk/layout";
|
|
17
|
-
export declare class StaticColumnsModule {
|
|
18
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<StaticColumnsModule, never>;
|
|
19
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<StaticColumnsModule, [typeof i1.ColumnsComponent, typeof i2.ColumnComponent, typeof i3.DirectiveGrow, typeof i4.DirectiveHideMobile, typeof i5.DirectiveHideTablet, typeof i6.DirectiveHideDesktop, typeof i7.DirectiveShowTablet, typeof i8.DirectiveShowMobile, typeof i9.DirectiveShowDesktop, typeof i10.ColumnsGapComponent, typeof i11.DirectiveShrinkOnMobile50, typeof i12.DirectiveShrinkOnMobile, typeof i13.DirectiveShrinkOnTablet], [typeof i14.LayoutModule], [typeof i14.LayoutModule, typeof i1.ColumnsComponent, typeof i2.ColumnComponent, typeof i3.DirectiveGrow, typeof i4.DirectiveHideMobile, typeof i5.DirectiveHideTablet, typeof i6.DirectiveHideDesktop, typeof i7.DirectiveShowTablet, typeof i8.DirectiveShowMobile, typeof i9.DirectiveShowDesktop, typeof i10.ColumnsGapComponent, typeof i11.DirectiveShrinkOnMobile50, typeof i12.DirectiveShrinkOnMobile, typeof i13.DirectiveShrinkOnTablet]>;
|
|
20
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<StaticColumnsModule>;
|
|
21
|
-
}
|
package/websql/lib/index.d.ts
DELETED
package/websql/public-api.d.ts
DELETED