static-columns 21.0.53 → 21.0.55
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 -39
- package/browser/fesm2022/static-columns-browser.mjs +5 -380
- package/browser/fesm2022/static-columns-browser.mjs.map +1 -1
- package/browser/package.json +1 -1
- package/browser/types/static-columns-browser.d.ts +4 -108
- package/browser-prod/fesm2022/static-columns-browser-prod.mjs +104 -0
- package/browser-prod/fesm2022/static-columns-browser-prod.mjs.map +1 -0
- package/browser-prod/package.json +5 -5
- package/browser-prod/types/static-columns-browser-prod.d.ts +35 -0
- package/lib/build-info._auto-generated_.d.ts +1 -1
- package/lib/build-info._auto-generated_.js +1 -1
- package/lib/build-info._auto-generated_.js.map +1 -1
- package/lib/column/index.d.ts +1 -11
- package/lib/column/index.js +2 -2
- package/lib/env/env.angular-node-app.js +66 -0
- package/lib/env/env.angular-node-app.js.map +1 -1
- package/lib/env/env.docs-webapp.js +66 -0
- package/lib/env/env.docs-webapp.js.map +1 -1
- package/lib/env/env.electron-app.js +66 -0
- package/lib/env/env.electron-app.js.map +1 -1
- package/lib/env/env.mobile-app.js +66 -0
- package/lib/env/env.mobile-app.js.map +1 -1
- package/lib/env/env.npm-lib-and-cli-tool.js +66 -0
- package/lib/env/env.npm-lib-and-cli-tool.js.map +1 -1
- package/lib/env/env.vscode-plugin.js +66 -0
- package/lib/env/env.vscode-plugin.js.map +1 -1
- package/lib/index.d.ts +0 -2
- package/lib/index.js +0 -2
- package/lib/index.js.map +1 -1
- package/lib/package.json +1 -1
- package/lib-prod/build-info._auto-generated_.d.ts +1 -1
- package/lib-prod/build-info._auto-generated_.js +1 -1
- package/lib-prod/build-info._auto-generated_.js.map +1 -1
- package/lib-prod/column/index.d.ts +1 -1
- package/lib-prod/column/index.js +1 -1
- package/lib-prod/env/env.angular-node-app.js +66 -0
- package/lib-prod/env/env.angular-node-app.js.map +1 -1
- package/lib-prod/env/env.docs-webapp.js +66 -0
- package/lib-prod/env/env.docs-webapp.js.map +1 -1
- package/lib-prod/env/env.electron-app.js +66 -0
- package/lib-prod/env/env.electron-app.js.map +1 -1
- package/lib-prod/env/env.mobile-app.js +66 -0
- package/lib-prod/env/env.mobile-app.js.map +1 -1
- package/lib-prod/env/env.npm-lib-and-cli-tool.js +66 -0
- package/lib-prod/env/env.npm-lib-and-cli-tool.js.map +1 -1
- package/lib-prod/env/env.vscode-plugin.js +66 -0
- package/lib-prod/env/env.vscode-plugin.js.map +1 -1
- package/lib-prod/index.d.ts +0 -1
- package/lib-prod/index.js +0 -2
- package/lib-prod/index.js.map +1 -1
- package/lib-prod/package.json +1 -1
- package/package.json +1 -1
- package/src.js +20 -0
- package/websql/fesm2022/static-columns-websql.mjs +5 -380
- package/websql/fesm2022/static-columns-websql.mjs.map +1 -1
- package/websql/package.json +1 -1
- package/websql/types/static-columns-websql.d.ts +4 -108
- package/websql-prod/fesm2022/static-columns-websql-prod.mjs +104 -0
- package/websql-prod/fesm2022/static-columns-websql-prod.mjs.map +1 -0
- package/websql-prod/package.json +5 -5
- package/websql-prod/types/static-columns-websql-prod.d.ts +35 -0
- package/browser-prod/fesm2022/static-columns-browser.mjs +0 -479
- package/browser-prod/fesm2022/static-columns-browser.mjs.map +0 -1
- package/browser-prod/types/static-columns-browser.d.ts +0 -139
- package/lib/breakpoints.service.d.ts +0 -7
- package/lib/column/base-hide-show.directive.d.ts +0 -17
- package/lib/column/column-hide-desktop.directive.d.ts +0 -4
- package/lib/column/column-hide-mobile.directive.d.ts +0 -4
- package/lib/column/column-hide-tablet.directive.d.ts +0 -4
- package/lib/column/column-show-desktop.directive.d.ts +0 -4
- package/lib/column/column-show-mobile.directive.d.ts +0 -4
- package/lib/column/column-show-tablet.directive.d.ts +0 -4
- package/lib/column/shrink-on-mobile50.directive.d.ts +0 -4
- package/lib/column/shrink-on-mobile75.directive.d.ts +0 -11
- package/lib/column/shrink-on-tablet.directive.d.ts +0 -10
- package/lib/columns-gap/columns-gap.component.d.ts +0 -11
- package/lib/columns-gap/index.d.ts +0 -1
- package/lib/columns-gap/index.js +0 -5
- package/lib/columns-gap/index.js.map +0 -1
- package/lib-prod/columns-gap/index.d.ts +0 -1
- package/lib-prod/columns-gap/index.js +0 -2
- package/lib-prod/columns-gap/index.js.map +0 -1
- package/scss/lib/columns-gap/columns-gap.component.scss +0 -5
- package/websql-prod/fesm2022/static-columns-websql.mjs +0 -479
- package/websql-prod/fesm2022/static-columns-websql.mjs.map +0 -1
- package/websql-prod/types/static-columns-websql.d.ts +0 -139
|
@@ -1,37 +1,8 @@
|
|
|
1
1
|
// @ts-nocheck
|
|
2
2
|
export { CoreModels } from 'tnp-core/websql';
|
|
3
3
|
import * as i0 from '@angular/core';
|
|
4
|
-
import {
|
|
5
|
-
import * as
|
|
6
|
-
import { Subject, Subscription } from 'rxjs';
|
|
7
|
-
import * as i14 from '@angular/cdk/layout';
|
|
8
|
-
import { BreakpointObserver } from '@angular/cdk/layout';
|
|
9
|
-
|
|
10
|
-
declare class BreakpointsService {
|
|
11
|
-
private sub;
|
|
12
|
-
listenTo(): rxjs.Observable<"mobile" | "tablet" | "desktop">;
|
|
13
|
-
private current;
|
|
14
|
-
constructor(breakpointObserver: BreakpointObserver);
|
|
15
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<BreakpointsService, never>;
|
|
16
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<BreakpointsService>;
|
|
17
|
-
}
|
|
18
|
-
|
|
19
|
-
declare abstract class BaseHideShowDirective implements OnDestroy, OnInit {
|
|
20
|
-
e: ElementRef;
|
|
21
|
-
renderer: Renderer2;
|
|
22
|
-
breakpoints: BreakpointsService;
|
|
23
|
-
$destroy: Subject<unknown>;
|
|
24
|
-
constructor(e: ElementRef, renderer: Renderer2, breakpoints: BreakpointsService);
|
|
25
|
-
private originalDisaplay;
|
|
26
|
-
abstract action(state: 'mobile' | 'tablet' | 'desktop'): any;
|
|
27
|
-
protected hideElement(): void;
|
|
28
|
-
protected showElement(): void;
|
|
29
|
-
protected scale(scale?: number): void;
|
|
30
|
-
ngOnInit(): void;
|
|
31
|
-
ngOnDestroy(): void;
|
|
32
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<BaseHideShowDirective, never>;
|
|
33
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<BaseHideShowDirective, "[baseHideShowDirective]", never, {}, {}, never, never, false, never>;
|
|
34
|
-
}
|
|
4
|
+
import { ElementRef, Renderer2, OnInit, QueryList } from '@angular/core';
|
|
5
|
+
import * as i4 from '@angular/cdk/layout';
|
|
35
6
|
|
|
36
7
|
declare class DirectiveGrow {
|
|
37
8
|
e: ElementRef;
|
|
@@ -41,42 +12,6 @@ declare class DirectiveGrow {
|
|
|
41
12
|
static ɵdir: i0.ɵɵDirectiveDeclaration<DirectiveGrow, "[grow]", never, {}, {}, never, never, false, never>;
|
|
42
13
|
}
|
|
43
14
|
|
|
44
|
-
declare class DirectiveHideDesktop extends BaseHideShowDirective {
|
|
45
|
-
action(state: 'mobile' | 'tablet' | 'desktop'): void;
|
|
46
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DirectiveHideDesktop, never>;
|
|
47
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<DirectiveHideDesktop, "[hideDesktop]", never, {}, {}, never, never, false, never>;
|
|
48
|
-
}
|
|
49
|
-
|
|
50
|
-
declare class DirectiveHideMobile extends BaseHideShowDirective {
|
|
51
|
-
action(state: 'mobile' | 'tablet' | 'desktop'): void;
|
|
52
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DirectiveHideMobile, never>;
|
|
53
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<DirectiveHideMobile, "[hideMobile]", never, {}, {}, never, never, false, never>;
|
|
54
|
-
}
|
|
55
|
-
|
|
56
|
-
declare class DirectiveHideTablet extends BaseHideShowDirective {
|
|
57
|
-
action(state: 'mobile' | 'tablet' | 'desktop'): void;
|
|
58
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DirectiveHideTablet, never>;
|
|
59
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<DirectiveHideTablet, "[hideTablet]", never, {}, {}, never, never, false, never>;
|
|
60
|
-
}
|
|
61
|
-
|
|
62
|
-
declare class DirectiveShowDesktop extends BaseHideShowDirective {
|
|
63
|
-
action(state: 'mobile' | 'tablet' | 'desktop'): void;
|
|
64
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DirectiveShowDesktop, never>;
|
|
65
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<DirectiveShowDesktop, "[showDesktop]", never, {}, {}, never, never, false, never>;
|
|
66
|
-
}
|
|
67
|
-
|
|
68
|
-
declare class DirectiveShowMobile extends BaseHideShowDirective {
|
|
69
|
-
action(state: 'mobile' | 'tablet' | 'desktop'): void;
|
|
70
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DirectiveShowMobile, never>;
|
|
71
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<DirectiveShowMobile, "[showMobile]", never, {}, {}, never, never, false, never>;
|
|
72
|
-
}
|
|
73
|
-
|
|
74
|
-
declare class DirectiveShowTablet extends BaseHideShowDirective {
|
|
75
|
-
action(state: 'mobile' | 'tablet' | 'desktop'): void;
|
|
76
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DirectiveShowTablet, never>;
|
|
77
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<DirectiveShowTablet, "[showTablet]", never, {}, {}, never, never, false, never>;
|
|
78
|
-
}
|
|
79
|
-
|
|
80
15
|
declare class ColumnComponent implements OnInit {
|
|
81
16
|
width: number;
|
|
82
17
|
constructor();
|
|
@@ -85,45 +20,6 @@ declare class ColumnComponent implements OnInit {
|
|
|
85
20
|
static ɵcmp: i0.ɵɵComponentDeclaration<ColumnComponent, "column", never, { "width": { "alias": "width"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
86
21
|
}
|
|
87
22
|
|
|
88
|
-
declare class DirectiveShrinkOnMobile extends BaseHideShowDirective {
|
|
89
|
-
e: ElementRef;
|
|
90
|
-
renderer: Renderer2;
|
|
91
|
-
breakpoints: BreakpointsService;
|
|
92
|
-
scaleFactor: number;
|
|
93
|
-
constructor(e: ElementRef, renderer: Renderer2, breakpoints: BreakpointsService);
|
|
94
|
-
action(state: 'mobile' | 'tablet' | 'desktop'): void;
|
|
95
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DirectiveShrinkOnMobile, never>;
|
|
96
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<DirectiveShrinkOnMobile, "[shrinkOnMobile]", never, {}, {}, never, never, false, never>;
|
|
97
|
-
}
|
|
98
|
-
|
|
99
|
-
declare class DirectiveShrinkOnMobile50 extends DirectiveShrinkOnMobile {
|
|
100
|
-
scaleFactor: number;
|
|
101
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DirectiveShrinkOnMobile50, never>;
|
|
102
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<DirectiveShrinkOnMobile50, "[shrinkOnMobile50]", never, {}, {}, never, never, false, never>;
|
|
103
|
-
}
|
|
104
|
-
|
|
105
|
-
declare class DirectiveShrinkOnTablet extends BaseHideShowDirective {
|
|
106
|
-
e: ElementRef;
|
|
107
|
-
renderer: Renderer2;
|
|
108
|
-
breakpoints: BreakpointsService;
|
|
109
|
-
constructor(e: ElementRef, renderer: Renderer2, breakpoints: BreakpointsService);
|
|
110
|
-
action(state: 'mobile' | 'tablet' | 'desktop'): void;
|
|
111
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DirectiveShrinkOnTablet, never>;
|
|
112
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<DirectiveShrinkOnTablet, "[shrinkOnTablet]", never, {}, {}, never, never, false, never>;
|
|
113
|
-
}
|
|
114
|
-
|
|
115
|
-
declare class ColumnsGapComponent implements OnInit, OnDestroy {
|
|
116
|
-
width: number;
|
|
117
|
-
handlers: Subscription[];
|
|
118
|
-
columnsGapDataChanged: EventEmitter<any>;
|
|
119
|
-
columnsGapData: any;
|
|
120
|
-
constructor();
|
|
121
|
-
ngOnInit(): void;
|
|
122
|
-
ngOnDestroy(): void;
|
|
123
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ColumnsGapComponent, never>;
|
|
124
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ColumnsGapComponent, "columns-gap", never, { "columnsGapData": { "alias": "columnsGapData"; "required": false; }; }, { "columnsGapDataChanged": "columnsGapDataChanged"; }, never, never, false, never>;
|
|
125
|
-
}
|
|
126
|
-
|
|
127
23
|
declare class ColumnsComponent {
|
|
128
24
|
childrens: QueryList<ColumnComponent>;
|
|
129
25
|
static ɵfac: i0.ɵɵFactoryDeclaration<ColumnsComponent, never>;
|
|
@@ -132,8 +28,8 @@ declare class ColumnsComponent {
|
|
|
132
28
|
|
|
133
29
|
declare class StaticColumnsModule {
|
|
134
30
|
static ɵfac: i0.ɵɵFactoryDeclaration<StaticColumnsModule, never>;
|
|
135
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<StaticColumnsModule, [typeof ColumnsComponent, typeof ColumnComponent, typeof DirectiveGrow
|
|
31
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<StaticColumnsModule, [typeof ColumnsComponent, typeof ColumnComponent, typeof DirectiveGrow], [typeof i4.LayoutModule], [typeof i4.LayoutModule, typeof ColumnsComponent, typeof ColumnComponent, typeof DirectiveGrow]>;
|
|
136
32
|
static ɵinj: i0.ɵɵInjectorDeclaration<StaticColumnsModule>;
|
|
137
33
|
}
|
|
138
34
|
|
|
139
|
-
export {
|
|
35
|
+
export { ColumnComponent, ColumnsComponent, DirectiveGrow, StaticColumnsModule };
|
|
@@ -0,0 +1,104 @@
|
|
|
1
|
+
export { CoreModels__NS__BaseProjectTypeArr, CoreModels__NS__ClassNameStaticProperty, CoreModels__NS__EnvironmentName, CoreModels__NS__GitConnectionArr, CoreModels__NS__HttpMethodArr, CoreModels__NS__ImageFileExtensionArr, CoreModels__NS__InstalationTypeArr, CoreModels__NS__MediaTypeAllArr, CoreModels__NS__MimeTypesObj, CoreModels__NS__NpmSpecialVersions, CoreModels__NS__OrignalClassKey, CoreModels__NS__ReleaseVersionTypeEnum, CoreModels__NS__SPECIAL_APP_READY_MESSAGE, CoreModels__NS__SPECIAL_WORKER_READY_MESSAGE, CoreModels__NS__TaonHttpErrorCustomProp, CoreModels__NS__localhostDomain, CoreModels__NS__localhostIp127, CoreModels__NS__mimeTypes, CoreModels__NS__parentLocation, CoreModels__NS__pathToChildren, CoreModels__NS__tagForTaskName } from 'tnp-core/websql-prod';
|
|
2
|
+
import * as i0 from '@angular/core';
|
|
3
|
+
import { Directive, HostBinding, Input, Component, ViewChildren, NgModule } from '@angular/core';
|
|
4
|
+
import { LayoutModule } from '@angular/cdk/layout';
|
|
5
|
+
|
|
6
|
+
//#region imports
|
|
7
|
+
//#endregion
|
|
8
|
+
class DirectiveGrow {
|
|
9
|
+
constructor(e, renderer) {
|
|
10
|
+
this.e = e;
|
|
11
|
+
this.renderer = renderer;
|
|
12
|
+
setTimeout(() => {
|
|
13
|
+
// e.nativeElement.style.flexGrow = 1;
|
|
14
|
+
renderer.setStyle(e.nativeElement, 'flexGrow', '1');
|
|
15
|
+
}, 0);
|
|
16
|
+
// renderer.setElementStyle(e.nativeElement, 'flexGrow', '1');
|
|
17
|
+
}
|
|
18
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.9", ngImport: i0, type: DirectiveGrow, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
19
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.0.9", type: DirectiveGrow, isStandalone: false, selector: "[grow]", ngImport: i0 }); }
|
|
20
|
+
}
|
|
21
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.9", ngImport: i0, type: DirectiveGrow, decorators: [{
|
|
22
|
+
type: Directive,
|
|
23
|
+
args: [{
|
|
24
|
+
selector: '[grow]',
|
|
25
|
+
standalone: false,
|
|
26
|
+
}]
|
|
27
|
+
}], ctorParameters: () => [{ type: i0.ElementRef }, { type: i0.Renderer2 }] });
|
|
28
|
+
|
|
29
|
+
//#region imports
|
|
30
|
+
//#endregion
|
|
31
|
+
class ColumnComponent {
|
|
32
|
+
constructor() {
|
|
33
|
+
// this.ccwidth = 90;
|
|
34
|
+
}
|
|
35
|
+
ngOnInit() { }
|
|
36
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.9", ngImport: i0, type: ColumnComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
37
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.0.9", type: ColumnComponent, isStandalone: false, 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"] }); }
|
|
38
|
+
}
|
|
39
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.9", ngImport: i0, type: ColumnComponent, decorators: [{
|
|
40
|
+
type: Component,
|
|
41
|
+
args: [{ selector: 'column', template: '<ng-content></ng-content>', standalone: false, styles: [":host{flex-grow:0;flex-shrink:0;width:0px}\n"] }]
|
|
42
|
+
}], ctorParameters: () => [], propDecorators: { width: [{
|
|
43
|
+
type: HostBinding,
|
|
44
|
+
args: ['style.flex.basis.px']
|
|
45
|
+
}, {
|
|
46
|
+
type: HostBinding,
|
|
47
|
+
args: ['style.minWidth.px']
|
|
48
|
+
}, {
|
|
49
|
+
type: Input
|
|
50
|
+
}] } });
|
|
51
|
+
|
|
52
|
+
//#region imports
|
|
53
|
+
//#endregion
|
|
54
|
+
// import { Log, Level } from 'ng2-logger/index';
|
|
55
|
+
// const log = Log.create('test');
|
|
56
|
+
// log.i('asdas')
|
|
57
|
+
class ColumnsComponent {
|
|
58
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.9", ngImport: i0, type: ColumnsComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
59
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.0.9", type: ColumnsComponent, isStandalone: false, 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}.static-columns-hide-mobile{display:block}@media(max-width:600px){.static-columns-hide-mobile{display:none}}\n"] }); }
|
|
60
|
+
}
|
|
61
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.9", ngImport: i0, type: ColumnsComponent, decorators: [{
|
|
62
|
+
type: Component,
|
|
63
|
+
args: [{ selector: 'columns-container', standalone: false, template: "<ng-content></ng-content>\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"] }]
|
|
64
|
+
}], propDecorators: { childrens: [{
|
|
65
|
+
type: ViewChildren,
|
|
66
|
+
args: [ColumnComponent]
|
|
67
|
+
}] } });
|
|
68
|
+
|
|
69
|
+
//#region imports
|
|
70
|
+
//#endregion
|
|
71
|
+
const components = [
|
|
72
|
+
ColumnsComponent,
|
|
73
|
+
ColumnComponent,
|
|
74
|
+
DirectiveGrow,
|
|
75
|
+
];
|
|
76
|
+
class StaticColumnsModule {
|
|
77
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.9", ngImport: i0, type: StaticColumnsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
78
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "21.0.9", ngImport: i0, type: StaticColumnsModule, declarations: [ColumnsComponent,
|
|
79
|
+
ColumnComponent,
|
|
80
|
+
DirectiveGrow], imports: [LayoutModule], exports: [LayoutModule, ColumnsComponent,
|
|
81
|
+
ColumnComponent,
|
|
82
|
+
DirectiveGrow] }); }
|
|
83
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "21.0.9", ngImport: i0, type: StaticColumnsModule, imports: [LayoutModule, LayoutModule] }); }
|
|
84
|
+
}
|
|
85
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.9", ngImport: i0, type: StaticColumnsModule, decorators: [{
|
|
86
|
+
type: NgModule,
|
|
87
|
+
args: [{
|
|
88
|
+
imports: [LayoutModule],
|
|
89
|
+
exports: [LayoutModule, ...components],
|
|
90
|
+
declarations: [...components],
|
|
91
|
+
}]
|
|
92
|
+
}] });
|
|
93
|
+
|
|
94
|
+
/* */
|
|
95
|
+
/* */
|
|
96
|
+
/* */
|
|
97
|
+
/* */
|
|
98
|
+
|
|
99
|
+
/**
|
|
100
|
+
* Generated bundle index. Do not edit.
|
|
101
|
+
*/
|
|
102
|
+
|
|
103
|
+
export { ColumnComponent, ColumnsComponent, DirectiveGrow, StaticColumnsModule };
|
|
104
|
+
//# sourceMappingURL=static-columns-websql-prod.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"static-columns-websql-prod.mjs","sources":["../../../tmp-libs-for-dist-websql-prod/static-columns/projects/static-columns/src/lib/column/column-grow.directive.ts","../../../tmp-libs-for-dist-websql-prod/static-columns/projects/static-columns/src/lib/column/column.component.ts","../../../tmp-libs-for-dist-websql-prod/static-columns/projects/static-columns/src/lib/columns.component.ts","../../../tmp-libs-for-dist-websql-prod/static-columns/projects/static-columns/src/lib/columns.component.html","../../../tmp-libs-for-dist-websql-prod/static-columns/projects/static-columns/src/lib/columns.module.ts","../../../tmp-libs-for-dist-websql-prod/static-columns/projects/static-columns/src/lib/index.ts","../../../tmp-libs-for-dist-websql-prod/static-columns/projects/static-columns/src/static-columns-websql-prod.ts"],"sourcesContent":["//#region imports\nimport { Component, Directive, ElementRef, Renderer2 } from '@angular/core';\n//#endregion\n\n@Directive({\n selector: '[grow]',\n standalone: false,\n})\nexport class DirectiveGrow {\n constructor(\n public e: ElementRef,\n public renderer: Renderer2,\n ) {\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","//#region imports\nimport { Component, OnInit, Input, HostBinding } from '@angular/core';\n//#endregion\n\n@Component({\n selector: 'column',\n template: '<ng-content></ng-content>',\n styleUrls: ['./column.component.scss'],\n standalone: false,\n})\nexport class ColumnComponent implements OnInit {\n @HostBinding('style.flex.basis.px')\n @HostBinding('style.minWidth.px')\n @Input()\n width: number;\n\n constructor() {\n // this.ccwidth = 90;\n }\n\n ngOnInit() {}\n}\n","//#region imports\nimport {\n Component,\n OnInit,\n ViewEncapsulation,\n ViewChildren,\n QueryList,\n} from '@angular/core';\n\nimport { ColumnComponent } from './column';\n//#endregion\n\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 standalone: false,\n})\nexport class ColumnsComponent {\n @ViewChildren(ColumnComponent) childrens: QueryList<ColumnComponent>;\n}\n","<ng-content></ng-content>\n","//#region imports\nimport { LayoutModule } from '@angular/cdk/layout';\nimport { NgModule } from '@angular/core';\n\nimport { ColumnComponent, DirectiveGrow } from './column';\nimport { ColumnsComponent } from './columns.component';\n//#endregion\n\nconst components = [\n ColumnsComponent,\n ColumnComponent,\n DirectiveGrow,\n];\n\n@NgModule({\n imports: [LayoutModule],\n exports: [LayoutModule, ...components],\n declarations: [...components],\n})\nexport class StaticColumnsModule {}","export { CoreModels__NS__BaseProjectType, CoreModels__NS__BaseProjectTypeArr, CoreModels__NS__CfontAlign, CoreModels__NS__CfontStyle, CoreModels__NS__ClassNameStaticProperty, CoreModels__NS__ContentType, CoreModels__NS__ContentTypeKeys, CoreModels__NS__CoreLibCategory, CoreModels__NS__CutableFileExt, CoreModels__NS__DatabaseType, CoreModels__NS__EnvironmentName, CoreModels__NS__EnvironmentNameTaon, CoreModels__NS__ExecuteOptions, CoreModels__NS__FileEvent, CoreModels__NS__FileExtension, CoreModels__NS__FrameworkVersion, CoreModels__NS__GitConnection, CoreModels__NS__GitConnectionArr, CoreModels__NS__GlobalDependencies, CoreModels__NS__HttpCode, CoreModels__NS__HttpMethod, CoreModels__NS__HttpMethodArr, CoreModels__NS__ImageFileExtension, CoreModels__NS__ImageFileExtensionArr, CoreModels__NS__InstalationType, CoreModels__NS__InstalationTypeArr, CoreModels__NS__LibType, CoreModels__NS__localhostDomain, CoreModels__NS__localhostIp127, CoreModels__NS__ManifestIcon, CoreModels__NS__MediaType, CoreModels__NS__MediaTypeAllArr, CoreModels__NS__MimeType, CoreModels__NS__mimeTypes, CoreModels__NS__MimeTypesObj, CoreModels__NS__NewFactoryType, CoreModels__NS__NpmInstallOptions, CoreModels__NS__NpmSpecialVersions, CoreModels__NS__OrignalClassKey, CoreModels__NS__OutFolder, CoreModels__NS__Package, CoreModels__NS__ParamType, CoreModels__NS__parentLocation, CoreModels__NS__pathToChildren, CoreModels__NS__Position, CoreModels__NS__PreReleaseVersionTag, CoreModels__NS__PROGRESS_DATA_TYPE, CoreModels__NS__PUSHTYPE, CoreModels__NS__PwaManifest, CoreModels__NS__ReleaseVersionType, CoreModels__NS__ReleaseVersionTypeEnum, CoreModels__NS__RunOptions, CoreModels__NS__Size, CoreModels__NS__SPECIAL_APP_READY_MESSAGE, CoreModels__NS__SPECIAL_WORKER_READY_MESSAGE, CoreModels__NS__tagForTaskName, CoreModels__NS__TaonHttpErrorCustomProp, CoreModels__NS__TsUsage, CoreModels__NS__UIFramework, CoreModels__NS__UploadedBackendFile, CoreModels__NS__VSCodeSettings } from 'tnp-core/websql-prod';\n\nexport * from './column';\nexport * from './columns.component'; // @browser\nexport * from './columns.module'; // @browser\n\n/* */\n/* */\n/* */\n/* */","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":[],"mappings":"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"}
|
package/websql-prod/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "static-columns/websql-prod",
|
|
3
|
-
"version": "21.0.
|
|
3
|
+
"version": "21.0.55",
|
|
4
4
|
"peerDependencies": {
|
|
5
5
|
"@angular/common": "^21.0.0",
|
|
6
6
|
"@angular/core": "^21.0.0"
|
|
@@ -9,15 +9,15 @@
|
|
|
9
9
|
"tslib": "^2.3.0"
|
|
10
10
|
},
|
|
11
11
|
"sideEffects": false,
|
|
12
|
-
"module": "fesm2022/static-columns-websql.mjs",
|
|
13
|
-
"typings": "types/static-columns-websql.d.ts",
|
|
12
|
+
"module": "fesm2022/static-columns-websql-prod.mjs",
|
|
13
|
+
"typings": "types/static-columns-websql-prod.d.ts",
|
|
14
14
|
"exports": {
|
|
15
15
|
"./package.json": {
|
|
16
16
|
"default": "./package.json"
|
|
17
17
|
},
|
|
18
18
|
".": {
|
|
19
|
-
"types": "./types/static-columns-websql.d.ts",
|
|
20
|
-
"default": "./fesm2022/static-columns-websql.mjs"
|
|
19
|
+
"types": "./types/static-columns-websql-prod.d.ts",
|
|
20
|
+
"default": "./fesm2022/static-columns-websql-prod.mjs"
|
|
21
21
|
}
|
|
22
22
|
}
|
|
23
23
|
}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
// @ts-nocheck
|
|
2
|
+
export { CoreModels__NS__BaseProjectType, CoreModels__NS__BaseProjectTypeArr, CoreModels__NS__CfontAlign, CoreModels__NS__CfontStyle, CoreModels__NS__ClassNameStaticProperty, CoreModels__NS__ContentType, CoreModels__NS__ContentTypeKeys, CoreModels__NS__CoreLibCategory, CoreModels__NS__CutableFileExt, CoreModels__NS__DatabaseType, CoreModels__NS__EnvironmentName, CoreModels__NS__EnvironmentNameTaon, CoreModels__NS__ExecuteOptions, CoreModels__NS__FileEvent, CoreModels__NS__FileExtension, CoreModels__NS__FrameworkVersion, CoreModels__NS__GitConnection, CoreModels__NS__GitConnectionArr, CoreModels__NS__GlobalDependencies, CoreModels__NS__HttpCode, CoreModels__NS__HttpMethod, CoreModels__NS__HttpMethodArr, CoreModels__NS__ImageFileExtension, CoreModels__NS__ImageFileExtensionArr, CoreModels__NS__InstalationType, CoreModels__NS__InstalationTypeArr, CoreModels__NS__LibType, CoreModels__NS__ManifestIcon, CoreModels__NS__MediaType, CoreModels__NS__MediaTypeAllArr, CoreModels__NS__MimeType, CoreModels__NS__MimeTypesObj, CoreModels__NS__NewFactoryType, CoreModels__NS__NpmInstallOptions, CoreModels__NS__NpmSpecialVersions, CoreModels__NS__OrignalClassKey, CoreModels__NS__OutFolder, CoreModels__NS__PROGRESS_DATA_TYPE, CoreModels__NS__PUSHTYPE, CoreModels__NS__Package, CoreModels__NS__ParamType, CoreModels__NS__Position, CoreModels__NS__PreReleaseVersionTag, CoreModels__NS__PwaManifest, CoreModels__NS__ReleaseVersionType, CoreModels__NS__ReleaseVersionTypeEnum, CoreModels__NS__RunOptions, CoreModels__NS__SPECIAL_APP_READY_MESSAGE, CoreModels__NS__SPECIAL_WORKER_READY_MESSAGE, CoreModels__NS__Size, CoreModels__NS__TaonHttpErrorCustomProp, CoreModels__NS__TsUsage, CoreModels__NS__UIFramework, CoreModels__NS__UploadedBackendFile, CoreModels__NS__VSCodeSettings, CoreModels__NS__localhostDomain, CoreModels__NS__localhostIp127, CoreModels__NS__mimeTypes, CoreModels__NS__parentLocation, CoreModels__NS__pathToChildren, CoreModels__NS__tagForTaskName } from 'tnp-core/websql-prod';
|
|
3
|
+
import * as i0 from '@angular/core';
|
|
4
|
+
import { ElementRef, Renderer2, OnInit, QueryList } from '@angular/core';
|
|
5
|
+
import * as i4 from '@angular/cdk/layout';
|
|
6
|
+
|
|
7
|
+
declare class DirectiveGrow {
|
|
8
|
+
e: ElementRef;
|
|
9
|
+
renderer: Renderer2;
|
|
10
|
+
constructor(e: ElementRef, renderer: Renderer2);
|
|
11
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DirectiveGrow, never>;
|
|
12
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<DirectiveGrow, "[grow]", never, {}, {}, never, never, false, never>;
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
declare class ColumnComponent implements OnInit {
|
|
16
|
+
width: number;
|
|
17
|
+
constructor();
|
|
18
|
+
ngOnInit(): void;
|
|
19
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ColumnComponent, never>;
|
|
20
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ColumnComponent, "column", never, { "width": { "alias": "width"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
declare class ColumnsComponent {
|
|
24
|
+
childrens: QueryList<ColumnComponent>;
|
|
25
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ColumnsComponent, never>;
|
|
26
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ColumnsComponent, "columns-container", never, {}, {}, never, ["*"], false, never>;
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
declare class StaticColumnsModule {
|
|
30
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<StaticColumnsModule, never>;
|
|
31
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<StaticColumnsModule, [typeof ColumnsComponent, typeof ColumnComponent, typeof DirectiveGrow], [typeof i4.LayoutModule], [typeof i4.LayoutModule, typeof ColumnsComponent, typeof ColumnComponent, typeof DirectiveGrow]>;
|
|
32
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<StaticColumnsModule>;
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
export { ColumnComponent, ColumnsComponent, DirectiveGrow, StaticColumnsModule };
|