static-columns 18.0.5 → 18.0.10

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 (62) hide show
  1. package/README.md +99 -99
  2. package/assets/shared/shared_folder_info.txt +1 -1
  3. package/browser/README.md +24 -24
  4. package/browser/esm2022/lib/breakpoints.service.mjs +3 -3
  5. package/browser/esm2022/lib/column/base-hide-show.directive.mjs +3 -3
  6. package/browser/esm2022/lib/column/column-grow.directive.mjs +3 -3
  7. package/browser/esm2022/lib/column/column-hide-desktop.directive.mjs +3 -3
  8. package/browser/esm2022/lib/column/column-hide-mobile.directive.mjs +3 -3
  9. package/browser/esm2022/lib/column/column-hide-tablet.directive.mjs +3 -3
  10. package/browser/esm2022/lib/column/column-show-desktop.directive.mjs +3 -3
  11. package/browser/esm2022/lib/column/column-show-mobile.directive.mjs +3 -3
  12. package/browser/esm2022/lib/column/column-show-tablet.directive.mjs +3 -3
  13. package/browser/esm2022/lib/column/column.component.mjs +3 -3
  14. package/browser/esm2022/lib/column/shrink-on-mobile50.directive.mjs +3 -3
  15. package/browser/esm2022/lib/column/shrink-on-mobile75.directive.mjs +3 -3
  16. package/browser/esm2022/lib/column/shrink-on-tablet.directive.mjs +3 -3
  17. package/browser/esm2022/lib/columns-gap/columns-gap.component.mjs +3 -3
  18. package/browser/esm2022/lib/columns.component.mjs +3 -3
  19. package/browser/esm2022/lib/columns.module.mjs +4 -4
  20. package/browser/fesm2022/static-columns.mjs +49 -49
  21. package/client/README.md +24 -24
  22. package/client/esm2022/lib/breakpoints.service.mjs +3 -3
  23. package/client/esm2022/lib/column/base-hide-show.directive.mjs +3 -3
  24. package/client/esm2022/lib/column/column-grow.directive.mjs +3 -3
  25. package/client/esm2022/lib/column/column-hide-desktop.directive.mjs +3 -3
  26. package/client/esm2022/lib/column/column-hide-mobile.directive.mjs +3 -3
  27. package/client/esm2022/lib/column/column-hide-tablet.directive.mjs +3 -3
  28. package/client/esm2022/lib/column/column-show-desktop.directive.mjs +3 -3
  29. package/client/esm2022/lib/column/column-show-mobile.directive.mjs +3 -3
  30. package/client/esm2022/lib/column/column-show-tablet.directive.mjs +3 -3
  31. package/client/esm2022/lib/column/column.component.mjs +3 -3
  32. package/client/esm2022/lib/column/shrink-on-mobile50.directive.mjs +3 -3
  33. package/client/esm2022/lib/column/shrink-on-mobile75.directive.mjs +3 -3
  34. package/client/esm2022/lib/column/shrink-on-tablet.directive.mjs +3 -3
  35. package/client/esm2022/lib/columns-gap/columns-gap.component.mjs +3 -3
  36. package/client/esm2022/lib/columns.component.mjs +3 -3
  37. package/client/esm2022/lib/columns.module.mjs +4 -4
  38. package/client/fesm2022/static-columns.mjs +49 -49
  39. package/lib/column/index.js +2 -2
  40. package/lib/columns-gap/index.js +2 -2
  41. package/package.json +2 -2
  42. package/src.d.ts +1 -1
  43. package/{firedev.jsonc → taon.jsonc} +51 -51
  44. package/tmp-environment.json +36 -39
  45. package/websql/README.md +24 -24
  46. package/websql/esm2022/lib/breakpoints.service.mjs +3 -3
  47. package/websql/esm2022/lib/column/base-hide-show.directive.mjs +3 -3
  48. package/websql/esm2022/lib/column/column-grow.directive.mjs +3 -3
  49. package/websql/esm2022/lib/column/column-hide-desktop.directive.mjs +3 -3
  50. package/websql/esm2022/lib/column/column-hide-mobile.directive.mjs +3 -3
  51. package/websql/esm2022/lib/column/column-hide-tablet.directive.mjs +3 -3
  52. package/websql/esm2022/lib/column/column-show-desktop.directive.mjs +3 -3
  53. package/websql/esm2022/lib/column/column-show-mobile.directive.mjs +3 -3
  54. package/websql/esm2022/lib/column/column-show-tablet.directive.mjs +3 -3
  55. package/websql/esm2022/lib/column/column.component.mjs +3 -3
  56. package/websql/esm2022/lib/column/shrink-on-mobile50.directive.mjs +3 -3
  57. package/websql/esm2022/lib/column/shrink-on-mobile75.directive.mjs +3 -3
  58. package/websql/esm2022/lib/column/shrink-on-tablet.directive.mjs +3 -3
  59. package/websql/esm2022/lib/columns-gap/columns-gap.component.mjs +3 -3
  60. package/websql/esm2022/lib/columns.component.mjs +3 -3
  61. package/websql/esm2022/lib/columns.module.mjs +4 -4
  62. package/websql/fesm2022/static-columns.mjs +49 -49
package/README.md CHANGED
@@ -1,99 +1,99 @@
1
-
2
- # STATIC-COLUMNS - effortless Angular2+ layouts
3
-
4
- # forget about flex box complicated rules !
5
-
6
- With this simple library
7
-
8
- **angular / html columns with static width**
9
-
10
- mixed with
11
-
12
- **columns with responsive width**
13
-
14
- are not a problem anymore!
15
-
16
-
17
- ---
18
- ### How to install:
19
- ```
20
- npm install static-columns --save
21
- ```
22
-
23
-
24
- ### Import it:
25
- ```ts
26
- import { StaticColumnsModule } form "static-columns/browser"
27
- ```
28
-
29
- ### Put module inside angular imports:
30
- ```ts
31
-
32
- @NgModule(
33
- // ...
34
- imports: [StaticColumnsModule]
35
- // ...
36
- )
37
- class MyExampleModule {
38
- // ...
39
- }
40
- ```
41
-
42
- # Examples
43
-
44
- ## Basic usage:
45
- ```html
46
- <columns-container>
47
- <column grow > <!-- this column will grow/shring based on screen width -->
48
- something
49
- </column>
50
- <column width="190">
51
- <button>ZAKRES</button>
52
- </column>
53
- <column width="190">
54
- <button-magnifier></button-magnifier>
55
- <button-bell></button-bell>
56
- <button-gears></button-gears>
57
- </column>
58
- </columns-container>
59
- ```
60
-
61
- ![Modules marked](screen.png)
62
-
63
-
64
- ## Hide/show column in mobile view:
65
- ```html
66
- <columns-container>
67
- <column hideMobile >
68
- I am not visible when screen < 600px
69
- </column>
70
- <column showMobile>
71
- I am visible only when screen < 600px
72
- </column>
73
- </columns-container>
74
- ```
75
-
76
- ## Hide/show column in tablet view:
77
- ```html
78
- <columns-container>
79
- <column hideTablet >
80
- I am not visible when screen > 600px and < 840 px
81
- </column>
82
- <column showTablet>
83
- I am visible only when screen > 600px and < 840 px
84
- </column>
85
- </columns-container>
86
- ```
87
-
88
-
89
- ## Hide/show column in desktop view:
90
- ```html
91
- <columns-container>
92
- <column hideDesktop >
93
- I am not visible when screen > 840 px
94
- </column>
95
- <column showDesktop>
96
- I am visible only when screen > 840 px
97
- </column>
98
- </columns-container>
99
- ```
1
+
2
+ # STATIC-COLUMNS - effortless Angular2+ layouts
3
+
4
+ # forget about flex box complicated rules !
5
+
6
+ With this simple library
7
+
8
+ **angular / html columns with static width**
9
+
10
+ mixed with
11
+
12
+ **columns with responsive width**
13
+
14
+ are not a problem anymore!
15
+
16
+
17
+ ---
18
+ ### How to install:
19
+ ```
20
+ npm install static-columns --save
21
+ ```
22
+
23
+
24
+ ### Import it:
25
+ ```ts
26
+ import { StaticColumnsModule } form "static-columns/browser"
27
+ ```
28
+
29
+ ### Put module inside angular imports:
30
+ ```ts
31
+
32
+ @NgModule(
33
+ // ...
34
+ imports: [StaticColumnsModule]
35
+ // ...
36
+ )
37
+ class MyExampleModule {
38
+ // ...
39
+ }
40
+ ```
41
+
42
+ # Examples
43
+
44
+ ## Basic usage:
45
+ ```html
46
+ <columns-container>
47
+ <column grow > <!-- this column will grow/shring based on screen width -->
48
+ something
49
+ </column>
50
+ <column width="190">
51
+ <button>ZAKRES</button>
52
+ </column>
53
+ <column width="190">
54
+ <button-magnifier></button-magnifier>
55
+ <button-bell></button-bell>
56
+ <button-gears></button-gears>
57
+ </column>
58
+ </columns-container>
59
+ ```
60
+
61
+ ![Modules marked](screen.png)
62
+
63
+
64
+ ## Hide/show column in mobile view:
65
+ ```html
66
+ <columns-container>
67
+ <column hideMobile >
68
+ I am not visible when screen < 600px
69
+ </column>
70
+ <column showMobile>
71
+ I am visible only when screen < 600px
72
+ </column>
73
+ </columns-container>
74
+ ```
75
+
76
+ ## Hide/show column in tablet view:
77
+ ```html
78
+ <columns-container>
79
+ <column hideTablet >
80
+ I am not visible when screen > 600px and < 840 px
81
+ </column>
82
+ <column showTablet>
83
+ I am visible only when screen > 600px and < 840 px
84
+ </column>
85
+ </columns-container>
86
+ ```
87
+
88
+
89
+ ## Hide/show column in desktop view:
90
+ ```html
91
+ <columns-container>
92
+ <column hideDesktop >
93
+ I am not visible when screen > 840 px
94
+ </column>
95
+ <column showDesktop>
96
+ I am visible only when screen > 840 px
97
+ </column>
98
+ </columns-container>
99
+ ```
@@ -1,6 +1,6 @@
1
1
  THIS FILE IS GENERATED. THIS FILE IS GENERATED. THIS FILE IS GENERATED.
2
2
 
3
- Assets from this folder are being shipped with this npm package (static-columns@18.0.5)
3
+ Assets from this folder are being shipped with this npm package (static-columns@18.0.10)
4
4
  created from this project.
5
5
 
6
6
  THIS FILE IS GENERATED.THIS FILE IS GENERATED. THIS FILE IS GENERATED.
package/browser/README.md CHANGED
@@ -1,24 +1,24 @@
1
- # MyLib
2
-
3
- This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 13.2.0.
4
-
5
- ## Code scaffolding
6
-
7
- Run `ng generate component component-name --project my-lib` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module --project my-lib`.
8
- > Note: Don't forget to add `--project my-lib` or else it will be added to the default project in your `angular.json` file.
9
-
10
- ## Build
11
-
12
- Run `ng build my-lib` to build the project. The build artifacts will be stored in the `dist/` directory.
13
-
14
- ## Publishing
15
-
16
- After building your library with `ng build my-lib`, go to the dist folder `cd dist/my-lib` and run `npm publish`.
17
-
18
- ## Running unit tests
19
-
20
- Run `ng test my-lib` to execute the unit tests via [Karma](https://karma-runner.github.io).
21
-
22
- ## Further help
23
-
24
- To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI Overview and Command Reference](https://angular.io/cli) page.
1
+ # MyLib
2
+
3
+ This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 13.2.0.
4
+
5
+ ## Code scaffolding
6
+
7
+ Run `ng generate component component-name --project my-lib` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module --project my-lib`.
8
+ > Note: Don't forget to add `--project my-lib` or else it will be added to the default project in your `angular.json` file.
9
+
10
+ ## Build
11
+
12
+ Run `ng build my-lib` to build the project. The build artifacts will be stored in the `dist/` directory.
13
+
14
+ ## Publishing
15
+
16
+ After building your library with `ng build my-lib`, go to the dist folder `cd dist/my-lib` and run `npm publish`.
17
+
18
+ ## Running unit tests
19
+
20
+ Run `ng test my-lib` to execute the unit tests via [Karma](https://karma-runner.github.io).
21
+
22
+ ## Further help
23
+
24
+ To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI Overview and Command Reference](https://angular.io/cli) page.
@@ -49,10 +49,10 @@ export class BreakpointsService {
49
49
  }
50
50
  });
51
51
  }
52
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.4", ngImport: i0, type: BreakpointsService, deps: [{ token: i1.BreakpointObserver }], target: i0.ɵɵFactoryTarget.Injectable }); }
53
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.1.4", ngImport: i0, type: BreakpointsService, providedIn: 'root' }); }
52
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.5", ngImport: i0, type: BreakpointsService, deps: [{ token: i1.BreakpointObserver }], target: i0.ɵɵFactoryTarget.Injectable }); }
53
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.1.5", ngImport: i0, type: BreakpointsService, providedIn: 'root' }); }
54
54
  }
55
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.4", ngImport: i0, type: BreakpointsService, decorators: [{
55
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.5", ngImport: i0, type: BreakpointsService, decorators: [{
56
56
  type: Injectable,
57
57
  args: [{ providedIn: 'root' }]
58
58
  }], ctorParameters: () => [{ type: i1.BreakpointObserver }] });
@@ -41,10 +41,10 @@ export class BaseHideShowDirective {
41
41
  this.$destroy.next(void 0);
42
42
  this.$destroy.complete();
43
43
  }
44
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.4", ngImport: i0, type: BaseHideShowDirective, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i1.BreakpointsService }], target: i0.ɵɵFactoryTarget.Directive }); }
45
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.1.4", type: BaseHideShowDirective, selector: "[baseHideShowDirective]", ngImport: i0 }); }
44
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.5", ngImport: i0, type: BaseHideShowDirective, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i1.BreakpointsService }], target: i0.ɵɵFactoryTarget.Directive }); }
45
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.1.5", type: BaseHideShowDirective, selector: "[baseHideShowDirective]", ngImport: i0 }); }
46
46
  }
47
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.4", ngImport: i0, type: BaseHideShowDirective, decorators: [{
47
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.5", ngImport: i0, type: BaseHideShowDirective, decorators: [{
48
48
  type: Directive,
49
49
  args: [{
50
50
  selector: '[baseHideShowDirective]',
@@ -8,10 +8,10 @@ export class DirectiveGrow {
8
8
  renderer.setStyle(e.nativeElement, 'flexGrow', '1');
9
9
  }, 0);
10
10
  }
11
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.4", ngImport: i0, type: DirectiveGrow, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive }); }
12
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.1.4", type: DirectiveGrow, selector: "[grow]", ngImport: i0 }); }
11
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.5", ngImport: i0, type: DirectiveGrow, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive }); }
12
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.1.5", type: DirectiveGrow, selector: "[grow]", ngImport: i0 }); }
13
13
  }
14
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.4", ngImport: i0, type: DirectiveGrow, decorators: [{
14
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.5", ngImport: i0, type: DirectiveGrow, decorators: [{
15
15
  type: Directive,
16
16
  args: [{
17
17
  selector: '[grow]',
@@ -10,10 +10,10 @@ export class DirectiveHideDesktop extends BaseHideShowDirective {
10
10
  this.showElement();
11
11
  }
12
12
  }
13
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.4", ngImport: i0, type: DirectiveHideDesktop, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
14
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.1.4", type: DirectiveHideDesktop, selector: "[hideDesktop]", usesInheritance: true, ngImport: i0 }); }
13
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.5", ngImport: i0, type: DirectiveHideDesktop, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
14
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.1.5", type: DirectiveHideDesktop, selector: "[hideDesktop]", usesInheritance: true, ngImport: i0 }); }
15
15
  }
16
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.4", ngImport: i0, type: DirectiveHideDesktop, decorators: [{
16
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.5", ngImport: i0, type: DirectiveHideDesktop, decorators: [{
17
17
  type: Directive,
18
18
  args: [{
19
19
  selector: '[hideDesktop]',
@@ -10,10 +10,10 @@ export class DirectiveHideMobile extends BaseHideShowDirective {
10
10
  this.showElement();
11
11
  }
12
12
  }
13
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.4", ngImport: i0, type: DirectiveHideMobile, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
14
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.1.4", type: DirectiveHideMobile, selector: "[hideMobile]", usesInheritance: true, ngImport: i0 }); }
13
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.5", ngImport: i0, type: DirectiveHideMobile, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
14
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.1.5", type: DirectiveHideMobile, selector: "[hideMobile]", usesInheritance: true, ngImport: i0 }); }
15
15
  }
16
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.4", ngImport: i0, type: DirectiveHideMobile, decorators: [{
16
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.5", ngImport: i0, type: DirectiveHideMobile, decorators: [{
17
17
  type: Directive,
18
18
  args: [{
19
19
  selector: '[hideMobile]',
@@ -10,10 +10,10 @@ export class DirectiveHideTablet extends BaseHideShowDirective {
10
10
  this.showElement();
11
11
  }
12
12
  }
13
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.4", ngImport: i0, type: DirectiveHideTablet, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
14
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.1.4", type: DirectiveHideTablet, selector: "[hideTablet]", usesInheritance: true, ngImport: i0 }); }
13
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.5", ngImport: i0, type: DirectiveHideTablet, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
14
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.1.5", type: DirectiveHideTablet, selector: "[hideTablet]", usesInheritance: true, ngImport: i0 }); }
15
15
  }
16
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.4", ngImport: i0, type: DirectiveHideTablet, decorators: [{
16
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.5", ngImport: i0, type: DirectiveHideTablet, decorators: [{
17
17
  type: Directive,
18
18
  args: [{
19
19
  selector: '[hideTablet]',
@@ -10,10 +10,10 @@ export class DirectiveShowDesktop extends BaseHideShowDirective {
10
10
  this.hideElement();
11
11
  }
12
12
  }
13
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.4", ngImport: i0, type: DirectiveShowDesktop, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
14
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.1.4", type: DirectiveShowDesktop, selector: "[showDesktop]", usesInheritance: true, ngImport: i0 }); }
13
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.5", ngImport: i0, type: DirectiveShowDesktop, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
14
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.1.5", type: DirectiveShowDesktop, selector: "[showDesktop]", usesInheritance: true, ngImport: i0 }); }
15
15
  }
16
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.4", ngImport: i0, type: DirectiveShowDesktop, decorators: [{
16
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.5", ngImport: i0, type: DirectiveShowDesktop, decorators: [{
17
17
  type: Directive,
18
18
  args: [{
19
19
  selector: '[showDesktop]',
@@ -10,10 +10,10 @@ export class DirectiveShowMobile extends BaseHideShowDirective {
10
10
  this.hideElement();
11
11
  }
12
12
  }
13
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.4", ngImport: i0, type: DirectiveShowMobile, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
14
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.1.4", type: DirectiveShowMobile, selector: "[showMobile]", usesInheritance: true, ngImport: i0 }); }
13
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.5", ngImport: i0, type: DirectiveShowMobile, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
14
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.1.5", type: DirectiveShowMobile, selector: "[showMobile]", usesInheritance: true, ngImport: i0 }); }
15
15
  }
16
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.4", ngImport: i0, type: DirectiveShowMobile, decorators: [{
16
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.5", ngImport: i0, type: DirectiveShowMobile, decorators: [{
17
17
  type: Directive,
18
18
  args: [{
19
19
  selector: '[showMobile]',
@@ -10,10 +10,10 @@ export class DirectiveShowTablet extends BaseHideShowDirective {
10
10
  this.hideElement();
11
11
  }
12
12
  }
13
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.4", ngImport: i0, type: DirectiveShowTablet, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
14
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.1.4", type: DirectiveShowTablet, selector: "[showTablet]", usesInheritance: true, ngImport: i0 }); }
13
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.5", ngImport: i0, type: DirectiveShowTablet, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
14
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.1.5", type: DirectiveShowTablet, selector: "[showTablet]", usesInheritance: true, ngImport: i0 }); }
15
15
  }
16
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.4", ngImport: i0, type: DirectiveShowTablet, decorators: [{
16
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.5", ngImport: i0, type: DirectiveShowTablet, decorators: [{
17
17
  type: Directive,
18
18
  args: [{
19
19
  selector: '[showTablet]',
@@ -4,10 +4,10 @@ export class ColumnComponent {
4
4
  constructor() {
5
5
  }
6
6
  ngOnInit() { }
7
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.4", ngImport: i0, type: ColumnComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
8
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.1.4", 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"] }); }
7
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.5", ngImport: i0, type: ColumnComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
8
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.1.5", 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"] }); }
9
9
  }
10
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.4", ngImport: i0, type: ColumnComponent, decorators: [{
10
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.5", ngImport: i0, type: ColumnComponent, decorators: [{
11
11
  type: Component,
12
12
  args: [{ selector: 'column', template: '<ng-content></ng-content>', styles: [":host{flex-grow:0;flex-shrink:0;width:0px}\n"] }]
13
13
  }], ctorParameters: () => [], propDecorators: { width: [{
@@ -6,10 +6,10 @@ export class DirectiveShrinkOnMobile50 extends DirectiveShrinkOnMobile {
6
6
  super(...arguments);
7
7
  this.scaleFactor = 50;
8
8
  }
9
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.4", ngImport: i0, type: DirectiveShrinkOnMobile50, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
10
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.1.4", type: DirectiveShrinkOnMobile50, selector: "[shrinkOnMobile50]", usesInheritance: true, ngImport: i0 }); }
9
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.5", ngImport: i0, type: DirectiveShrinkOnMobile50, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
10
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.1.5", type: DirectiveShrinkOnMobile50, selector: "[shrinkOnMobile50]", usesInheritance: true, ngImport: i0 }); }
11
11
  }
12
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.4", ngImport: i0, type: DirectiveShrinkOnMobile50, decorators: [{
12
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.5", ngImport: i0, type: DirectiveShrinkOnMobile50, decorators: [{
13
13
  type: Directive,
14
14
  args: [{
15
15
  selector: '[shrinkOnMobile50]',
@@ -19,10 +19,10 @@ export class DirectiveShrinkOnMobile extends BaseHideShowDirective {
19
19
  this.scale();
20
20
  }
21
21
  }
22
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.4", ngImport: i0, type: DirectiveShrinkOnMobile, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i1.BreakpointsService }], target: i0.ɵɵFactoryTarget.Directive }); }
23
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.1.4", type: DirectiveShrinkOnMobile, selector: "[shrinkOnMobile]", usesInheritance: true, ngImport: i0 }); }
22
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.5", ngImport: i0, type: DirectiveShrinkOnMobile, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i1.BreakpointsService }], target: i0.ɵɵFactoryTarget.Directive }); }
23
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.1.5", type: DirectiveShrinkOnMobile, selector: "[shrinkOnMobile]", usesInheritance: true, ngImport: i0 }); }
24
24
  }
25
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.4", ngImport: i0, type: DirectiveShrinkOnMobile, decorators: [{
25
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.5", ngImport: i0, type: DirectiveShrinkOnMobile, decorators: [{
26
26
  type: Directive,
27
27
  args: [{
28
28
  selector: '[shrinkOnMobile]',
@@ -12,10 +12,10 @@ export class DirectiveShrinkOnTablet extends BaseHideShowDirective {
12
12
  }
13
13
  action(state) {
14
14
  }
15
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.4", ngImport: i0, type: DirectiveShrinkOnTablet, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i1.BreakpointsService }], target: i0.ɵɵFactoryTarget.Directive }); }
16
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.1.4", type: DirectiveShrinkOnTablet, selector: "[shrinkOnTablet]", usesInheritance: true, ngImport: i0 }); }
15
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.5", ngImport: i0, type: DirectiveShrinkOnTablet, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i1.BreakpointsService }], target: i0.ɵɵFactoryTarget.Directive }); }
16
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.1.5", type: DirectiveShrinkOnTablet, selector: "[shrinkOnTablet]", usesInheritance: true, ngImport: i0 }); }
17
17
  }
18
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.4", ngImport: i0, type: DirectiveShrinkOnTablet, decorators: [{
18
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.5", ngImport: i0, type: DirectiveShrinkOnTablet, decorators: [{
19
19
  type: Directive,
20
20
  args: [{
21
21
  selector: '[shrinkOnTablet]',
@@ -12,10 +12,10 @@ export class ColumnsGapComponent {
12
12
  ngOnDestroy() {
13
13
  this.handlers.forEach(h => h.unsubscribe());
14
14
  }
15
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.4", ngImport: i0, type: ColumnsGapComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
16
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.1.4", 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"], dependencies: [{ kind: "component", type: i1.ColumnComponent, selector: "column", inputs: ["width"] }] }); }
15
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.5", ngImport: i0, type: ColumnsGapComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
16
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.1.5", 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"], dependencies: [{ kind: "component", type: i1.ColumnComponent, selector: "column", inputs: ["width"] }] }); }
17
17
  }
18
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.4", ngImport: i0, type: ColumnsGapComponent, decorators: [{
18
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.5", ngImport: i0, type: ColumnsGapComponent, decorators: [{
19
19
  type: Component,
20
20
  args: [{ selector: 'columns-gap', template: "<column [width]=\"width\"></column>\n", styles: [":host{flex-grow:0;flex-shrink:0;width:0px}\n"] }]
21
21
  }], ctorParameters: () => [], propDecorators: { width: [{
@@ -9,10 +9,10 @@ import * as i0 from "@angular/core";
9
9
  export class ColumnsComponent {
10
10
  constructor() { }
11
11
  ngOnInit() { }
12
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.4", ngImport: i0, type: ColumnsComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
13
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.1.4", 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}.static-columns-hide-mobile{display:block}@media (max-width: 600px){.static-columns-hide-mobile{display:none}}\n"] }); }
12
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.5", ngImport: i0, type: ColumnsComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
13
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.1.5", 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}.static-columns-hide-mobile{display:block}@media (max-width: 600px){.static-columns-hide-mobile{display:none}}\n"] }); }
14
14
  }
15
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.4", ngImport: i0, type: ColumnsComponent, decorators: [{
15
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.5", ngImport: i0, type: ColumnsComponent, decorators: [{
16
16
  type: Component,
17
17
  args: [{ selector: 'columns-container', 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"] }]
18
18
  }], ctorParameters: () => [], propDecorators: { childrens: [{
@@ -32,8 +32,8 @@ const components = [
32
32
  DirectiveShrinkOnTablet,
33
33
  ];
34
34
  export class StaticColumnsModule {
35
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.4", ngImport: i0, type: StaticColumnsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
36
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.1.4", ngImport: i0, type: StaticColumnsModule, declarations: [ColumnsComponent,
35
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.5", ngImport: i0, type: StaticColumnsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
36
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.1.5", ngImport: i0, type: StaticColumnsModule, declarations: [ColumnsComponent,
37
37
  ColumnComponent,
38
38
  DirectiveGrow,
39
39
  DirectiveHideMobile,
@@ -58,9 +58,9 @@ export class StaticColumnsModule {
58
58
  DirectiveShrinkOnMobile50,
59
59
  DirectiveShrinkOnMobile,
60
60
  DirectiveShrinkOnTablet] }); }
61
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.1.4", ngImport: i0, type: StaticColumnsModule, providers: [BreakpointsService], imports: [LayoutModule, LayoutModule] }); }
61
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.1.5", ngImport: i0, type: StaticColumnsModule, providers: [BreakpointsService], imports: [LayoutModule, LayoutModule] }); }
62
62
  }
63
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.4", ngImport: i0, type: StaticColumnsModule, decorators: [{
63
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.5", ngImport: i0, type: StaticColumnsModule, decorators: [{
64
64
  type: NgModule,
65
65
  args: [{
66
66
  imports: [LayoutModule],