static-columns 21.0.2 → 21.0.8

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.
Files changed (75) hide show
  1. package/browser/fesm2022/{static-columns.mjs → static-columns-browser.mjs} +50 -50
  2. package/browser/fesm2022/static-columns-browser.mjs.map +1 -0
  3. package/browser/package.json +1 -1
  4. package/browser/types/static-columns-browser.d.ts +138 -0
  5. package/lib/build-info._auto-generated_.d.ts +1 -1
  6. package/lib/build-info._auto-generated_.js +1 -1
  7. package/lib/column/index.js +2 -2
  8. package/lib/columns-gap/index.js +2 -2
  9. package/migrations/migrations_index._auto-generated_.d.ts +0 -10
  10. package/migrations/migrations_index._auto-generated_.js +0 -13
  11. package/migrations/migrations_index._auto-generated_.js.map +1 -1
  12. package/package.json +1 -1
  13. package/websql/fesm2022/{static-columns.mjs → static-columns-websql.mjs} +50 -50
  14. package/websql/fesm2022/static-columns-websql.mjs.map +1 -0
  15. package/websql/package.json +1 -1
  16. package/websql/types/static-columns-websql.d.ts +138 -0
  17. package/browser/fesm2022/static-columns.mjs.map +0 -1
  18. package/browser/index.d.ts +0 -6
  19. package/browser/lib/breakpoints.service.d.ts +0 -11
  20. package/browser/lib/column/base-hide-show.directive.d.ts +0 -21
  21. package/browser/lib/column/column-grow.directive.d.ts +0 -10
  22. package/browser/lib/column/column-hide-desktop.directive.d.ts +0 -8
  23. package/browser/lib/column/column-hide-mobile.directive.d.ts +0 -8
  24. package/browser/lib/column/column-hide-tablet.directive.d.ts +0 -8
  25. package/browser/lib/column/column-show-desktop.directive.d.ts +0 -8
  26. package/browser/lib/column/column-show-mobile.directive.d.ts +0 -8
  27. package/browser/lib/column/column-show-tablet.directive.d.ts +0 -8
  28. package/browser/lib/column/column.component.d.ts +0 -10
  29. package/browser/lib/column/index.d.ts +0 -13
  30. package/browser/lib/column/shrink-on-mobile50.directive.d.ts +0 -8
  31. package/browser/lib/column/shrink-on-mobile75.directive.d.ts +0 -15
  32. package/browser/lib/column/shrink-on-tablet.directive.d.ts +0 -14
  33. package/browser/lib/columns-gap/columns-gap.component.d.ts +0 -15
  34. package/browser/lib/columns-gap/index.d.ts +0 -2
  35. package/browser/lib/columns.component.d.ts +0 -9
  36. package/browser/lib/columns.module.d.ts +0 -21
  37. package/browser/lib/index.d.ts +0 -6
  38. package/browser/public-api.d.ts +0 -2
  39. package/migrations/1736195079865_asd.d.ts +0 -10
  40. package/migrations/1736195079865_asd.js +0 -31
  41. package/migrations/1736195079865_asd.js.map +0 -1
  42. package/migrations/1736195172422_myNewDbChange.d.ts +0 -11
  43. package/migrations/1736195172422_myNewDbChange.js +0 -32
  44. package/migrations/1736195172422_myNewDbChange.js.map +0 -1
  45. package/migrations/1736195659183_myNewDbChange222.d.ts +0 -11
  46. package/migrations/1736195659183_myNewDbChange222.js +0 -32
  47. package/migrations/1736195659183_myNewDbChange222.js.map +0 -1
  48. package/migrations/1736195693350_addingFlowers.d.ts +0 -11
  49. package/migrations/1736195693350_addingFlowers.js +0 -32
  50. package/migrations/1736195693350_addingFlowers.js.map +0 -1
  51. package/package.json_devDependencies.json +0 -237
  52. package/package.json_tnp.json5 +0 -55
  53. package/tmp-environment.json +0 -43
  54. package/websql/fesm2022/static-columns.mjs.map +0 -1
  55. package/websql/index.d.ts +0 -6
  56. package/websql/lib/breakpoints.service.d.ts +0 -11
  57. package/websql/lib/column/base-hide-show.directive.d.ts +0 -21
  58. package/websql/lib/column/column-grow.directive.d.ts +0 -10
  59. package/websql/lib/column/column-hide-desktop.directive.d.ts +0 -8
  60. package/websql/lib/column/column-hide-mobile.directive.d.ts +0 -8
  61. package/websql/lib/column/column-hide-tablet.directive.d.ts +0 -8
  62. package/websql/lib/column/column-show-desktop.directive.d.ts +0 -8
  63. package/websql/lib/column/column-show-mobile.directive.d.ts +0 -8
  64. package/websql/lib/column/column-show-tablet.directive.d.ts +0 -8
  65. package/websql/lib/column/column.component.d.ts +0 -10
  66. package/websql/lib/column/index.d.ts +0 -13
  67. package/websql/lib/column/shrink-on-mobile50.directive.d.ts +0 -8
  68. package/websql/lib/column/shrink-on-mobile75.directive.d.ts +0 -15
  69. package/websql/lib/column/shrink-on-tablet.directive.d.ts +0 -14
  70. package/websql/lib/columns-gap/columns-gap.component.d.ts +0 -15
  71. package/websql/lib/columns-gap/index.d.ts +0 -2
  72. package/websql/lib/columns.component.d.ts +0 -9
  73. package/websql/lib/columns.module.d.ts +0 -21
  74. package/websql/lib/index.d.ts +0 -6
  75. package/websql/public-api.d.ts +0 -2
@@ -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
- }
@@ -1,43 +0,0 @@
1
- {
2
- "website": {
3
- "domain": "static-columns.example.domain.com",
4
- "title": "Static Columns"
5
- },
6
- "paths": {},
7
- "config": {},
8
- "container": {
9
- "only": []
10
- },
11
- "ports": {
12
- "ngNormalAppPort": 4253,
13
- "ngWebsqlAppPort": 4254,
14
- "nodeBeAppPort": 4124
15
- },
16
- "init": {},
17
- "build": {
18
- "pwa": {},
19
- "watch": false
20
- },
21
- "loading": {
22
- "preAngularBootstrap": {},
23
- "afterAngularBootstrap": {}
24
- },
25
- "release": {
26
- "cli": {},
27
- "lib": {},
28
- "autoReleaseUsingConfig": true,
29
- "releaseVersionBumpType": "patch",
30
- "releaseType": "manual",
31
- "targetArtifact": "npm-lib-and-cli-tool",
32
- "envName": "__",
33
- "resolvedNewVersion": "19.0.21"
34
- },
35
- "copyToManager": {},
36
- "buildInfo": {
37
- "date": "2025-05-28T01:51:04.000Z",
38
- "hash": "952dd05b378be99649a68c77eca073af49407d53"
39
- },
40
- "currentProjectName": "static-columns",
41
- "currentProjectType": "isomorphic-lib",
42
- "pathsTsconfig": "\"paths\": {\"@lib\":[\"./src/lib\"],\"@lib/*\":[\"./src/lib/*\"],\"static-columns/src\":[\"./src/lib\"],\"static-columns/src/*\":[\"./src/lib/*\"]},"
43
- }
@@ -1 +0,0 @@
1
- {"version":3,"file":"static-columns.mjs","sources":["../../../tmp-libs-for-dist-websql/static-columns/projects/static-columns/src/lib/breakpoints.service.ts","../../../tmp-libs-for-dist-websql/static-columns/projects/static-columns/src/lib/column/base-hide-show.directive.ts","../../../tmp-libs-for-dist-websql/static-columns/projects/static-columns/src/lib/column/column-grow.directive.ts","../../../tmp-libs-for-dist-websql/static-columns/projects/static-columns/src/lib/column/column-hide-desktop.directive.ts","../../../tmp-libs-for-dist-websql/static-columns/projects/static-columns/src/lib/column/column-hide-mobile.directive.ts","../../../tmp-libs-for-dist-websql/static-columns/projects/static-columns/src/lib/column/column-hide-tablet.directive.ts","../../../tmp-libs-for-dist-websql/static-columns/projects/static-columns/src/lib/column/column-show-desktop.directive.ts","../../../tmp-libs-for-dist-websql/static-columns/projects/static-columns/src/lib/column/column-show-mobile.directive.ts","../../../tmp-libs-for-dist-websql/static-columns/projects/static-columns/src/lib/column/column-show-tablet.directive.ts","../../../tmp-libs-for-dist-websql/static-columns/projects/static-columns/src/lib/column/column.component.ts","../../../tmp-libs-for-dist-websql/static-columns/projects/static-columns/src/lib/column/shrink-on-mobile75.directive.ts","../../../tmp-libs-for-dist-websql/static-columns/projects/static-columns/src/lib/column/shrink-on-mobile50.directive.ts","../../../tmp-libs-for-dist-websql/static-columns/projects/static-columns/src/lib/column/shrink-on-tablet.directive.ts","../../../tmp-libs-for-dist-websql/static-columns/projects/static-columns/src/lib/column/index.ts","../../../tmp-libs-for-dist-websql/static-columns/projects/static-columns/src/lib/columns-gap/columns-gap.component.ts","../../../tmp-libs-for-dist-websql/static-columns/projects/static-columns/src/lib/columns-gap/columns-gap.component.html","../../../tmp-libs-for-dist-websql/static-columns/projects/static-columns/src/lib/columns-gap/index.ts","../../../tmp-libs-for-dist-websql/static-columns/projects/static-columns/src/lib/columns.component.ts","../../../tmp-libs-for-dist-websql/static-columns/projects/static-columns/src/lib/columns.component.html","../../../tmp-libs-for-dist-websql/static-columns/projects/static-columns/src/lib/columns.module.ts","../../../tmp-libs-for-dist-websql/static-columns/projects/static-columns/src/lib/index.ts","../../../tmp-libs-for-dist-websql/static-columns/projects/static-columns/src/static-columns.ts"],"sourcesContent":["import {\n BreakpointObserver,\n BreakpointState,\n Breakpoints,\n} from '@angular/cdk/layout';\nimport { Injectable } from '@angular/core';\nimport { Subject } from 'rxjs';\nimport { _ } from 'tnp-core/websql';\n\nconst BRK = {\n mobile: '(max-width: 599.98px)',\n // tablet: obsvious\n desktop: '(min-width: 840.00px)',\n};\n\n@Injectable({ providedIn: 'root' })\nexport class BreakpointsService {\n private sub = new Subject<'mobile' | 'tablet' | 'desktop'>();\n public listenTo() {\n setTimeout(() => {\n this.sub.next(this.current);\n });\n return this.sub.asObservable();\n }\n\n private current: 'mobile' | 'tablet' | 'desktop';\n constructor(breakpointObserver: BreakpointObserver) {\n breakpointObserver.observe([BRK.mobile, BRK.desktop]).subscribe(state => {\n if (!_.isUndefined([BRK.mobile].find(f => state.breakpoints[f]))) {\n this.current = 'mobile';\n this.sub.next('mobile');\n } else if (\n !_.isUndefined([BRK.desktop].find(f => state.breakpoints[f]))\n ) {\n this.current = 'desktop';\n this.sub.next('desktop');\n } else {\n this.current = 'tablet';\n this.sub.next('tablet');\n }\n });\n\n setTimeout(() => {\n if (breakpointObserver.isMatched([BRK.mobile])) {\n this.current = 'mobile';\n this.sub.next('mobile');\n } else if (breakpointObserver.isMatched([BRK.desktop])) {\n this.current = 'desktop';\n this.sub.next('desktop');\n } else {\n this.current = 'tablet';\n this.sub.next('tablet');\n }\n });\n }\n}","import { BreakpointObserver, BreakpointState } from '@angular/cdk/layout';\nimport {\n Component,\n Directive,\n ElementRef,\n OnInit,\n Renderer2,\n} from '@angular/core';\nimport { Subject, takeUntil } from 'rxjs';\nimport { BreakpointsService } from '../breakpoints.service';\n\n@Directive({\n selector: '[baseHideShowDirective]',\n standalone: false,\n})\nexport abstract class BaseHideShowDirective {\n $destroy = new Subject();\n constructor(\n public e: ElementRef,\n public renderer: Renderer2,\n public breakpoints: BreakpointsService,\n ) {}\n\n private originalDisaplay: string;\n\n abstract action(state: 'mobile' | 'tablet' | 'desktop');\n\n protected hideElement() {\n this.renderer.setStyle(this.e.nativeElement, 'display', 'none');\n }\n\n protected showElement() {\n this.renderer.setStyle(\n this.e.nativeElement,\n 'display',\n this.originalDisaplay,\n );\n }\n\n protected scale(scale: number = 1) {\n this.renderer.setStyle(\n this.e.nativeElement,\n 'transform',\n `scale(${scale})`,\n );\n }\n\n ngOnInit(): void {\n //Called after ngAfterContentInit when the component's view has been initialized. Applies to components only.\n //Add 'implements AfterViewInit' to the class.\n this.breakpoints\n .listenTo()\n .pipe(takeUntil(this.$destroy))\n .subscribe(state => {\n if (typeof this.originalDisaplay === 'undefined') {\n this.originalDisaplay = (\n this.e.nativeElement as HTMLElement\n ).style.display;\n }\n // console.log(`state for actin: ${state}`)\n this.action(state);\n });\n }\n\n ngOnDestroy(): void {\n this.$destroy.next(void 0);\n this.$destroy.complete();\n }\n}","import { Component, Directive, ElementRef, Renderer2 } from '@angular/core';\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}","import { BreakpointObserver, BreakpointState } from '@angular/cdk/layout';\nimport {\n Component,\n Directive,\n ElementRef,\n OnInit,\n Renderer2,\n} from '@angular/core';\nimport { Subject, takeUntil } from 'rxjs';\n\nimport { BreakpointsService } from '../breakpoints.service';\n\nimport { BaseHideShowDirective } from './base-hide-show.directive';\n\n@Directive({\n selector: '[hideDesktop]',\n standalone: false,\n})\nexport class DirectiveHideDesktop extends BaseHideShowDirective {\n action(state: 'mobile' | 'tablet' | 'desktop') {\n if (state === 'desktop') {\n this.hideElement();\n } else {\n this.showElement();\n }\n }\n}","import { BreakpointObserver, BreakpointState } from '@angular/cdk/layout';\nimport {\n Component,\n Directive,\n ElementRef,\n OnInit,\n Renderer2,\n} from '@angular/core';\nimport { Subject, takeUntil } from 'rxjs';\n\nimport { BreakpointsService } from '../breakpoints.service';\n\nimport { BaseHideShowDirective } from './base-hide-show.directive';\n\n@Directive({\n selector: '[hideMobile]',\n standalone: false,\n})\nexport class DirectiveHideMobile extends BaseHideShowDirective {\n action(state: 'mobile' | 'tablet' | 'desktop') {\n if (state === 'mobile') {\n this.hideElement();\n } else {\n this.showElement();\n }\n }\n}","import { BreakpointObserver, BreakpointState } from '@angular/cdk/layout';\nimport {\n Component,\n Directive,\n ElementRef,\n OnInit,\n Renderer2,\n} from '@angular/core';\nimport { Subject, takeUntil } from 'rxjs';\nimport { BreakpointsService } from '../breakpoints.service';\nimport { BaseHideShowDirective } from './base-hide-show.directive';\n\n@Directive({\n selector: '[hideTablet]',\n standalone: false,\n})\nexport class DirectiveHideTablet extends BaseHideShowDirective {\n action(state: 'mobile' | 'tablet' | 'desktop') {\n if (state === 'tablet') {\n this.hideElement();\n } else {\n this.showElement();\n }\n }\n}","import { BreakpointObserver, BreakpointState } from '@angular/cdk/layout';\nimport {\n Component,\n Directive,\n ElementRef,\n OnInit,\n Renderer2,\n} from '@angular/core';\nimport { Subject, takeUntil } from 'rxjs';\nimport { BreakpointsService } from '../breakpoints.service';\nimport { BaseHideShowDirective } from './base-hide-show.directive';\n\n@Directive({\n selector: '[showDesktop]',\n standalone: false,\n})\nexport class DirectiveShowDesktop extends BaseHideShowDirective {\n action(state: 'mobile' | 'tablet' | 'desktop') {\n if (state === 'desktop') {\n this.showElement();\n } else {\n this.hideElement();\n }\n }\n}","import { BreakpointObserver, BreakpointState } from '@angular/cdk/layout';\nimport {\n Component,\n Directive,\n ElementRef,\n OnInit,\n Renderer2,\n} from '@angular/core';\nimport { Subject, takeUntil } from 'rxjs';\nimport { BreakpointsService } from '../breakpoints.service';\nimport { BaseHideShowDirective } from './base-hide-show.directive';\n\n@Directive({\n selector: '[showMobile]',\n standalone: false,\n})\nexport class DirectiveShowMobile extends BaseHideShowDirective {\n action(state: 'mobile' | 'tablet' | 'desktop') {\n if (state === 'mobile') {\n this.showElement();\n } else {\n this.hideElement();\n }\n }\n}","import { BreakpointObserver, BreakpointState } from '@angular/cdk/layout';\nimport {\n Component,\n Directive,\n ElementRef,\n OnInit,\n Renderer2,\n} from '@angular/core';\nimport { Subject, takeUntil } from 'rxjs';\nimport { BreakpointsService } from '../breakpoints.service';\nimport { BaseHideShowDirective } from './base-hide-show.directive';\n\n@Directive({\n selector: '[showTablet]',\n standalone: false,\n})\nexport class DirectiveShowTablet extends BaseHideShowDirective {\n action(state: 'mobile' | 'tablet' | 'desktop') {\n if (state === 'tablet') {\n this.showElement();\n } else {\n this.hideElement();\n }\n }\n}","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 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}","import { BreakpointObserver, BreakpointState } from '@angular/cdk/layout';\nimport {\n Component,\n Directive,\n ElementRef,\n Host,\n OnInit,\n Optional,\n Renderer2,\n} from '@angular/core';\nimport { Subject, takeUntil } from 'rxjs';\nimport { BreakpointsService } from '../breakpoints.service';\nimport { BaseHideShowDirective } from './base-hide-show.directive';\nimport { DirectiveShrinkOnTablet } from './shrink-on-tablet.directive';\n\n@Directive({\n selector: '[shrinkOnMobile]',\n standalone: false,\n})\nexport class DirectiveShrinkOnMobile extends BaseHideShowDirective {\n scaleFactor = 75;\n constructor(\n public e: ElementRef,\n public renderer: Renderer2,\n public breakpoints: BreakpointsService,\n // @Optional() @Host() public tablet75: DirectiveShrinkOnTablet\n ) {\n super(e, renderer, breakpoints);\n }\n\n action(state: 'mobile' | 'tablet' | 'desktop') {\n if (state === 'mobile') {\n this.scale(0.75);\n } else {\n // if (state === 'tablet' && this.tablet75) {\n\n // } else {\n this.scale();\n // }\n }\n }\n}","import { BreakpointObserver, BreakpointState } from '@angular/cdk/layout';\nimport {\n Component,\n Directive,\n ElementRef,\n OnInit,\n Renderer2,\n} from '@angular/core';\nimport { Subject, takeUntil } from 'rxjs';\nimport { BreakpointsService } from '../breakpoints.service';\nimport { BaseHideShowDirective } from './base-hide-show.directive';\nimport { DirectiveShrinkOnMobile } from './shrink-on-mobile75.directive';\n\n@Directive({\n selector: '[shrinkOnMobile50]',\n standalone: false,\n})\nexport class DirectiveShrinkOnMobile50 extends DirectiveShrinkOnMobile {\n scaleFactor: number = 50;\n}","import { BreakpointObserver, BreakpointState } from '@angular/cdk/layout';\nimport {\n Component,\n Directive,\n ElementRef,\n Host,\n OnInit,\n Optional,\n Renderer2,\n} from '@angular/core';\nimport { Subject, takeUntil } from 'rxjs';\nimport { BreakpointsService } from '../breakpoints.service';\nimport { BaseHideShowDirective } from './base-hide-show.directive';\n// import { DirectiveShrinkOnMobile50 } from './shrink-on-mobile50.directive';\n// import { DirectiveShrinkOnMobile } from './shrink-on-mobile75.directive';\n\n@Directive({\n selector: '[shrinkOnTablet]',\n standalone: false,\n})\nexport class DirectiveShrinkOnTablet extends BaseHideShowDirective {\n constructor(\n public e: ElementRef,\n public renderer: Renderer2,\n public breakpoints: BreakpointsService,\n // @Optional() @Host() public mobile50: DirectiveShrinkOnMobile50,\n // @Optional() @Host() public mobile75: DirectiveShrinkOnMobile,\n ) {\n super(e, renderer, breakpoints);\n }\n action(state: 'mobile' | 'tablet' | 'desktop') {\n // if (state === 'tablet') {\n // this.scale(0.75)\n // } else {\n // if (state === 'mobile' && (this.mobile50 || this.mobile75)) {\n // } else {\n // this.scale()\n // }\n // }\n }\n}","//#region @browser\nexport * from './base-hide-show.directive';\n//#endregion\n//#region @browser\nexport * from './column-grow.directive';\n//#endregion\n//#region @browser\nexport * from './column-hide-desktop.directive';\n//#endregion\n//#region @browser\nexport * from './column-hide-mobile.directive';\n//#endregion\n//#region @browser\nexport * from './column-hide-tablet.directive';\n//#endregion\n//#region @browser\nexport * from './column-show-desktop.directive';\n//#endregion\n//#region @browser\nexport * from './column-show-mobile.directive';\n//#endregion\n//#region @browser\nexport * from './column-show-tablet.directive';\n//#endregion\n//#region @browser\nexport * from './column.component';\n//#endregion\n//#region @browser\nexport * from './shrink-on-mobile50.directive';\n//#endregion\n//#region @browser\nexport * from './shrink-on-mobile75.directive';\n//#endregion\n//#region @browser\nexport * from './shrink-on-tablet.directive';\n//#endregion","//#region @browser\nimport {\n Component,\n EventEmitter,\n HostBinding,\n Input,\n OnInit,\n Output,\n} from '@angular/core';\nimport { Subscription } from 'rxjs';\n\n@Component({\n selector: 'columns-gap',\n templateUrl: './columns-gap.component.html',\n styleUrls: ['./columns-gap.component.scss'],\n standalone: false,\n})\nexport class ColumnsGapComponent implements OnInit {\n @HostBinding('style.flex.basis.px')\n @HostBinding('style.minWidth.px')\n width: number = 20;\n\n handlers: Subscription[] = [];\n @Output() columnsGapDataChanged = new EventEmitter();\n @Input() columnsGapData: any = {};\n\n constructor() {}\n\n ngOnInit() {}\n\n ngOnDestroy(): void {\n this.handlers.forEach(h => h.unsubscribe());\n }\n}\n//#endregion","<column [width]=\"width\"></column>\n","//#region @browser\nexport * from './columns-gap.component';\n//#endregion","import {\n Component,\n OnInit,\n ViewEncapsulation,\n ViewChildren,\n QueryList,\n} from '@angular/core';\n\nimport { ColumnComponent } from './column';\n// import { Log, Level } from 'ng2-logger/index';\n// const log = Log.create('test');\n// log.i('asdas')\n\n@Component({\n selector: 'columns-container',\n templateUrl: './columns.component.html',\n styleUrls: ['./columns.component.scss'],\n standalone: false,\n})\nexport class ColumnsComponent {\n @ViewChildren(ColumnComponent) childrens: QueryList<ColumnComponent>;\n}","<ng-content></ng-content>\n","//#region @browser\nimport { NgModule } from '@angular/core';\nimport { LayoutModule } from '@angular/cdk/layout';\nimport {\n ColumnComponent,\n DirectiveGrow,\n DirectiveHideDesktop,\n DirectiveHideTablet,\n DirectiveHideMobile,\n DirectiveShowDesktop,\n DirectiveShowMobile,\n DirectiveShowTablet,\n DirectiveShrinkOnMobile50,\n DirectiveShrinkOnMobile,\n DirectiveShrinkOnTablet,\n} from './column';\nimport { ColumnsGapComponent } from './columns-gap/columns-gap.component';\nimport { ColumnsComponent } from './columns.component';\nimport { BreakpointsService } from './breakpoints.service';\n\nconst components = [\n ColumnsComponent,\n ColumnComponent,\n DirectiveGrow,\n DirectiveHideMobile,\n DirectiveHideTablet,\n DirectiveHideDesktop,\n DirectiveShowTablet,\n DirectiveShowMobile,\n DirectiveShowDesktop,\n ColumnsGapComponent,\n DirectiveShrinkOnMobile50,\n DirectiveShrinkOnMobile,\n DirectiveShrinkOnTablet,\n];\n\n@NgModule({\n imports: [LayoutModule],\n exports: [LayoutModule, ...components],\n declarations: [...components],\n providers: [BreakpointsService],\n})\nexport class StaticColumnsModule {}\n//#endregion","export * from './column';\nexport * from './columns-gap';\n//#region @browser\nexport * from './breakpoints.service';\nexport * from './columns.component';\n//#endregion\n//#region @browser\nexport * from './columns.module';\n//#endregion\n/* */\n/* */\n/* */\n/* */\n ","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":["i1.BreakpointsService","i1.ColumnComponent"],"mappings":"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"}
package/websql/index.d.ts DELETED
@@ -1,6 +0,0 @@
1
- // @ts-nocheck
2
- /**
3
- * Generated bundle index. Do not edit.
4
- */
5
- /// <amd-module name="static-columns" />
6
- export * from './public-api';
@@ -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,2 +0,0 @@
1
- // @ts-nocheck
2
- export * from './columns-gap.component';
@@ -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
- }
@@ -1,6 +0,0 @@
1
- // @ts-nocheck
2
- export * from './column';
3
- export * from './columns-gap';
4
- export * from './breakpoints.service';
5
- export * from './columns.component';
6
- export * from './columns.module';
@@ -1,2 +0,0 @@
1
- // @ts-nocheck
2
- export * from './lib';