static-columns 18.0.35 → 19.0.1

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 (94) hide show
  1. package/README.md +99 -99
  2. package/assets/shared/shared_folder_info.txt +3 -3
  3. package/browser/README.md +24 -24
  4. package/browser/fesm2022/static-columns.mjs +64 -54
  5. package/browser/fesm2022/static-columns.mjs.map +1 -1
  6. package/client/README.md +24 -24
  7. package/client/fesm2022/static-columns.mjs +64 -54
  8. package/client/fesm2022/static-columns.mjs.map +1 -1
  9. package/index.js.map +1 -1
  10. package/lib/build-info._auto-generated_.d.ts +1 -0
  11. package/lib/build-info._auto-generated_.js +4 -1
  12. package/lib/build-info._auto-generated_.js.map +1 -1
  13. package/lib/column/index.js +2 -2
  14. package/lib/column/index.js.map +1 -1
  15. package/lib/columns-gap/index.js +2 -2
  16. package/lib/columns-gap/index.js.map +1 -1
  17. package/lib/index._auto-generated_.js +2 -2
  18. package/lib/index._auto-generated_.js.map +1 -1
  19. package/lib/index.js.map +1 -1
  20. package/migrations/1736195079865_asd.js.map +1 -1
  21. package/migrations/1736195172422_myNewDbChange.js.map +1 -1
  22. package/migrations/1736195659183_myNewDbChange222.js.map +1 -1
  23. package/migrations/1736195693350_addingFlowers.js.map +1 -1
  24. package/migrations/index.js.map +1 -1
  25. package/migrations/migrations_index._auto-generated_.js.map +1 -1
  26. package/package.json +3 -3
  27. package/src.d.ts +3 -3
  28. package/tmp-environment.json +4 -3
  29. package/websql/README.md +24 -24
  30. package/websql/fesm2022/static-columns.mjs +64 -54
  31. package/websql/fesm2022/static-columns.mjs.map +1 -1
  32. package/browser/esm2022/lib/breakpoints.service.mjs +0 -61
  33. package/browser/esm2022/lib/column/base-hide-show.directive.mjs +0 -55
  34. package/browser/esm2022/lib/column/column-grow.directive.mjs +0 -22
  35. package/browser/esm2022/lib/column/column-hide-desktop.directive.mjs +0 -24
  36. package/browser/esm2022/lib/column/column-hide-mobile.directive.mjs +0 -24
  37. package/browser/esm2022/lib/column/column-hide-tablet.directive.mjs +0 -24
  38. package/browser/esm2022/lib/column/column-show-desktop.directive.mjs +0 -24
  39. package/browser/esm2022/lib/column/column-show-mobile.directive.mjs +0 -24
  40. package/browser/esm2022/lib/column/column-show-tablet.directive.mjs +0 -24
  41. package/browser/esm2022/lib/column/column.component.mjs +0 -24
  42. package/browser/esm2022/lib/column/index.mjs +0 -15
  43. package/browser/esm2022/lib/column/shrink-on-mobile50.directive.mjs +0 -20
  44. package/browser/esm2022/lib/column/shrink-on-mobile75.directive.mjs +0 -33
  45. package/browser/esm2022/lib/column/shrink-on-tablet.directive.mjs +0 -26
  46. package/browser/esm2022/lib/columns-gap/columns-gap.component.mjs +0 -34
  47. package/browser/esm2022/lib/columns-gap/index.mjs +0 -4
  48. package/browser/esm2022/lib/columns.component.mjs +0 -22
  49. package/browser/esm2022/lib/columns.module.mjs +0 -74
  50. package/browser/esm2022/lib/index.mjs +0 -12
  51. package/browser/esm2022/public-api.mjs +0 -2
  52. package/browser/esm2022/static-columns.mjs +0 -5
  53. package/client/esm2022/lib/breakpoints.service.mjs +0 -61
  54. package/client/esm2022/lib/column/base-hide-show.directive.mjs +0 -55
  55. package/client/esm2022/lib/column/column-grow.directive.mjs +0 -22
  56. package/client/esm2022/lib/column/column-hide-desktop.directive.mjs +0 -24
  57. package/client/esm2022/lib/column/column-hide-mobile.directive.mjs +0 -24
  58. package/client/esm2022/lib/column/column-hide-tablet.directive.mjs +0 -24
  59. package/client/esm2022/lib/column/column-show-desktop.directive.mjs +0 -24
  60. package/client/esm2022/lib/column/column-show-mobile.directive.mjs +0 -24
  61. package/client/esm2022/lib/column/column-show-tablet.directive.mjs +0 -24
  62. package/client/esm2022/lib/column/column.component.mjs +0 -24
  63. package/client/esm2022/lib/column/index.mjs +0 -15
  64. package/client/esm2022/lib/column/shrink-on-mobile50.directive.mjs +0 -20
  65. package/client/esm2022/lib/column/shrink-on-mobile75.directive.mjs +0 -33
  66. package/client/esm2022/lib/column/shrink-on-tablet.directive.mjs +0 -26
  67. package/client/esm2022/lib/columns-gap/columns-gap.component.mjs +0 -34
  68. package/client/esm2022/lib/columns-gap/index.mjs +0 -4
  69. package/client/esm2022/lib/columns.component.mjs +0 -22
  70. package/client/esm2022/lib/columns.module.mjs +0 -74
  71. package/client/esm2022/lib/index.mjs +0 -12
  72. package/client/esm2022/public-api.mjs +0 -2
  73. package/client/esm2022/static-columns.mjs +0 -5
  74. package/websql/esm2022/lib/breakpoints.service.mjs +0 -61
  75. package/websql/esm2022/lib/column/base-hide-show.directive.mjs +0 -55
  76. package/websql/esm2022/lib/column/column-grow.directive.mjs +0 -22
  77. package/websql/esm2022/lib/column/column-hide-desktop.directive.mjs +0 -24
  78. package/websql/esm2022/lib/column/column-hide-mobile.directive.mjs +0 -24
  79. package/websql/esm2022/lib/column/column-hide-tablet.directive.mjs +0 -24
  80. package/websql/esm2022/lib/column/column-show-desktop.directive.mjs +0 -24
  81. package/websql/esm2022/lib/column/column-show-mobile.directive.mjs +0 -24
  82. package/websql/esm2022/lib/column/column-show-tablet.directive.mjs +0 -24
  83. package/websql/esm2022/lib/column/column.component.mjs +0 -24
  84. package/websql/esm2022/lib/column/index.mjs +0 -15
  85. package/websql/esm2022/lib/column/shrink-on-mobile50.directive.mjs +0 -20
  86. package/websql/esm2022/lib/column/shrink-on-mobile75.directive.mjs +0 -33
  87. package/websql/esm2022/lib/column/shrink-on-tablet.directive.mjs +0 -26
  88. package/websql/esm2022/lib/columns-gap/columns-gap.component.mjs +0 -34
  89. package/websql/esm2022/lib/columns-gap/index.mjs +0 -4
  90. package/websql/esm2022/lib/columns.component.mjs +0 -22
  91. package/websql/esm2022/lib/columns.module.mjs +0 -74
  92. package/websql/esm2022/lib/index.mjs +0 -12
  93. package/websql/esm2022/public-api.mjs +0 -2
  94. package/websql/esm2022/static-columns.mjs +0 -5
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,7 +1,7 @@
1
- THIS FILE IS GENERATED. THIS FILE IS GENERATED. THIS FILE IS GENERATED.
1
+ THIS FILE IS GENERATED - DO NOT MODIFY
2
2
 
3
- Assets from this folder are being shipped with this npm package (static-columns@18.0.34)
3
+ Assets from this folder are being shipped with this npm package (static-columns@19.0.0)
4
4
  created from this project.
5
5
 
6
- THIS FILE IS GENERATED.THIS FILE IS GENERATED. THIS FILE IS GENERATED.
6
+ THIS FILE IS GENERATED - DO NOT MODIFY
7
7
 
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.
@@ -1,5 +1,5 @@
1
1
  import * as i0 from '@angular/core';
2
- import { Injectable, Directive, Component, HostBinding, Input, EventEmitter, Output, ViewChildren, NgModule } from '@angular/core';
2
+ import { Injectable, Directive, HostBinding, Input, Component, EventEmitter, Output, ViewChildren, NgModule } from '@angular/core';
3
3
  import { Subject, takeUntil } from 'rxjs';
4
4
  import * as i1 from '@angular/cdk/layout';
5
5
  import { LayoutModule } from '@angular/cdk/layout';
@@ -47,10 +47,10 @@ class BreakpointsService {
47
47
  }
48
48
  });
49
49
  }
50
- 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 }); }
51
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.1.5", ngImport: i0, type: BreakpointsService, providedIn: 'root' }); }
50
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.7", ngImport: i0, type: BreakpointsService, deps: [{ token: i1.BreakpointObserver }], target: i0.ɵɵFactoryTarget.Injectable }); }
51
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.7", ngImport: i0, type: BreakpointsService, providedIn: 'root' }); }
52
52
  }
53
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.5", ngImport: i0, type: BreakpointsService, decorators: [{
53
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.7", ngImport: i0, type: BreakpointsService, decorators: [{
54
54
  type: Injectable,
55
55
  args: [{ providedIn: 'root' }]
56
56
  }], ctorParameters: () => [{ type: i1.BreakpointObserver }] });
@@ -90,13 +90,14 @@ class BaseHideShowDirective {
90
90
  this.$destroy.next(void 0);
91
91
  this.$destroy.complete();
92
92
  }
93
- 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: BreakpointsService }], target: i0.ɵɵFactoryTarget.Directive }); }
94
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.1.5", type: BaseHideShowDirective, selector: "[baseHideShowDirective]", ngImport: i0 }); }
93
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.7", ngImport: i0, type: BaseHideShowDirective, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }, { token: BreakpointsService }], target: i0.ɵɵFactoryTarget.Directive }); }
94
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.7", type: BaseHideShowDirective, isStandalone: false, selector: "[baseHideShowDirective]", ngImport: i0 }); }
95
95
  }
96
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.5", ngImport: i0, type: BaseHideShowDirective, decorators: [{
96
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.7", ngImport: i0, type: BaseHideShowDirective, decorators: [{
97
97
  type: Directive,
98
98
  args: [{
99
99
  selector: '[baseHideShowDirective]',
100
+ standalone: false,
100
101
  }]
101
102
  }], ctorParameters: () => [{ type: i0.ElementRef }, { type: i0.Renderer2 }, { type: BreakpointsService }] });
102
103
  ;
@@ -110,13 +111,14 @@ class DirectiveGrow {
110
111
  renderer.setStyle(e.nativeElement, 'flexGrow', '1');
111
112
  }, 0);
112
113
  }
113
- 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 }); }
114
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.1.5", type: DirectiveGrow, selector: "[grow]", ngImport: i0 }); }
114
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.7", ngImport: i0, type: DirectiveGrow, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive }); }
115
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.7", type: DirectiveGrow, isStandalone: false, selector: "[grow]", ngImport: i0 }); }
115
116
  }
116
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.5", ngImport: i0, type: DirectiveGrow, decorators: [{
117
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.7", ngImport: i0, type: DirectiveGrow, decorators: [{
117
118
  type: Directive,
118
119
  args: [{
119
120
  selector: '[grow]',
121
+ standalone: false,
120
122
  }]
121
123
  }], ctorParameters: () => [{ type: i0.ElementRef }, { type: i0.Renderer2 }] });
122
124
  ;
@@ -131,13 +133,14 @@ class DirectiveHideDesktop extends BaseHideShowDirective {
131
133
  this.showElement();
132
134
  }
133
135
  }
134
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.5", ngImport: i0, type: DirectiveHideDesktop, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
135
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.1.5", type: DirectiveHideDesktop, selector: "[hideDesktop]", usesInheritance: true, ngImport: i0 }); }
136
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.7", ngImport: i0, type: DirectiveHideDesktop, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
137
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.7", type: DirectiveHideDesktop, isStandalone: false, selector: "[hideDesktop]", usesInheritance: true, ngImport: i0 }); }
136
138
  }
137
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.5", ngImport: i0, type: DirectiveHideDesktop, decorators: [{
139
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.7", ngImport: i0, type: DirectiveHideDesktop, decorators: [{
138
140
  type: Directive,
139
141
  args: [{
140
142
  selector: '[hideDesktop]',
143
+ standalone: false,
141
144
  }]
142
145
  }] });
143
146
  ;
@@ -152,13 +155,14 @@ class DirectiveHideMobile extends BaseHideShowDirective {
152
155
  this.showElement();
153
156
  }
154
157
  }
155
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.5", ngImport: i0, type: DirectiveHideMobile, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
156
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.1.5", type: DirectiveHideMobile, selector: "[hideMobile]", usesInheritance: true, ngImport: i0 }); }
158
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.7", ngImport: i0, type: DirectiveHideMobile, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
159
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.7", type: DirectiveHideMobile, isStandalone: false, selector: "[hideMobile]", usesInheritance: true, ngImport: i0 }); }
157
160
  }
158
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.5", ngImport: i0, type: DirectiveHideMobile, decorators: [{
161
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.7", ngImport: i0, type: DirectiveHideMobile, decorators: [{
159
162
  type: Directive,
160
163
  args: [{
161
164
  selector: '[hideMobile]',
165
+ standalone: false,
162
166
  }]
163
167
  }] });
164
168
  ;
@@ -173,13 +177,14 @@ class DirectiveHideTablet extends BaseHideShowDirective {
173
177
  this.showElement();
174
178
  }
175
179
  }
176
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.5", ngImport: i0, type: DirectiveHideTablet, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
177
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.1.5", type: DirectiveHideTablet, selector: "[hideTablet]", usesInheritance: true, ngImport: i0 }); }
180
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.7", ngImport: i0, type: DirectiveHideTablet, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
181
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.7", type: DirectiveHideTablet, isStandalone: false, selector: "[hideTablet]", usesInheritance: true, ngImport: i0 }); }
178
182
  }
179
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.5", ngImport: i0, type: DirectiveHideTablet, decorators: [{
183
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.7", ngImport: i0, type: DirectiveHideTablet, decorators: [{
180
184
  type: Directive,
181
185
  args: [{
182
186
  selector: '[hideTablet]',
187
+ standalone: false,
183
188
  }]
184
189
  }] });
185
190
  ;
@@ -194,13 +199,14 @@ class DirectiveShowDesktop extends BaseHideShowDirective {
194
199
  this.hideElement();
195
200
  }
196
201
  }
197
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.5", ngImport: i0, type: DirectiveShowDesktop, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
198
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.1.5", type: DirectiveShowDesktop, selector: "[showDesktop]", usesInheritance: true, ngImport: i0 }); }
202
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.7", ngImport: i0, type: DirectiveShowDesktop, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
203
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.7", type: DirectiveShowDesktop, isStandalone: false, selector: "[showDesktop]", usesInheritance: true, ngImport: i0 }); }
199
204
  }
200
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.5", ngImport: i0, type: DirectiveShowDesktop, decorators: [{
205
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.7", ngImport: i0, type: DirectiveShowDesktop, decorators: [{
201
206
  type: Directive,
202
207
  args: [{
203
208
  selector: '[showDesktop]',
209
+ standalone: false,
204
210
  }]
205
211
  }] });
206
212
  ;
@@ -215,13 +221,14 @@ class DirectiveShowMobile extends BaseHideShowDirective {
215
221
  this.hideElement();
216
222
  }
217
223
  }
218
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.5", ngImport: i0, type: DirectiveShowMobile, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
219
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.1.5", type: DirectiveShowMobile, selector: "[showMobile]", usesInheritance: true, ngImport: i0 }); }
224
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.7", ngImport: i0, type: DirectiveShowMobile, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
225
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.7", type: DirectiveShowMobile, isStandalone: false, selector: "[showMobile]", usesInheritance: true, ngImport: i0 }); }
220
226
  }
221
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.5", ngImport: i0, type: DirectiveShowMobile, decorators: [{
227
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.7", ngImport: i0, type: DirectiveShowMobile, decorators: [{
222
228
  type: Directive,
223
229
  args: [{
224
230
  selector: '[showMobile]',
231
+ standalone: false,
225
232
  }]
226
233
  }] });
227
234
  ;
@@ -236,13 +243,14 @@ class DirectiveShowTablet extends BaseHideShowDirective {
236
243
  this.hideElement();
237
244
  }
238
245
  }
239
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.5", ngImport: i0, type: DirectiveShowTablet, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
240
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.1.5", type: DirectiveShowTablet, selector: "[showTablet]", usesInheritance: true, ngImport: i0 }); }
246
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.7", ngImport: i0, type: DirectiveShowTablet, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
247
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.7", type: DirectiveShowTablet, isStandalone: false, selector: "[showTablet]", usesInheritance: true, ngImport: i0 }); }
241
248
  }
242
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.5", ngImport: i0, type: DirectiveShowTablet, decorators: [{
249
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.7", ngImport: i0, type: DirectiveShowTablet, decorators: [{
243
250
  type: Directive,
244
251
  args: [{
245
252
  selector: '[showTablet]',
253
+ standalone: false,
246
254
  }]
247
255
  }] });
248
256
  ;
@@ -252,12 +260,12 @@ class ColumnComponent {
252
260
  constructor() {
253
261
  }
254
262
  ngOnInit() { }
255
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.5", ngImport: i0, type: ColumnComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
256
- 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"] }); }
263
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.7", ngImport: i0, type: ColumnComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
264
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.7", 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"] }); }
257
265
  }
258
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.5", ngImport: i0, type: ColumnComponent, decorators: [{
266
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.7", ngImport: i0, type: ColumnComponent, decorators: [{
259
267
  type: Component,
260
- args: [{ selector: 'column', template: '<ng-content></ng-content>', styles: [":host{flex-grow:0;flex-shrink:0;width:0px}\n"] }]
268
+ args: [{ selector: 'column', template: '<ng-content></ng-content>', standalone: false, styles: [":host{flex-grow:0;flex-shrink:0;width:0px}\n"] }]
261
269
  }], ctorParameters: () => [], propDecorators: { width: [{
262
270
  type: HostBinding,
263
271
  args: ['style.flex.basis.px']
@@ -286,13 +294,14 @@ class DirectiveShrinkOnMobile extends BaseHideShowDirective {
286
294
  this.scale();
287
295
  }
288
296
  }
289
- 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: BreakpointsService }], target: i0.ɵɵFactoryTarget.Directive }); }
290
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.1.5", type: DirectiveShrinkOnMobile, selector: "[shrinkOnMobile]", usesInheritance: true, ngImport: i0 }); }
297
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.7", ngImport: i0, type: DirectiveShrinkOnMobile, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }, { token: BreakpointsService }], target: i0.ɵɵFactoryTarget.Directive }); }
298
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.7", type: DirectiveShrinkOnMobile, isStandalone: false, selector: "[shrinkOnMobile]", usesInheritance: true, ngImport: i0 }); }
291
299
  }
292
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.5", ngImport: i0, type: DirectiveShrinkOnMobile, decorators: [{
300
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.7", ngImport: i0, type: DirectiveShrinkOnMobile, decorators: [{
293
301
  type: Directive,
294
302
  args: [{
295
303
  selector: '[shrinkOnMobile]',
304
+ standalone: false,
296
305
  }]
297
306
  }], ctorParameters: () => [{ type: i0.ElementRef }, { type: i0.Renderer2 }, { type: BreakpointsService }] });
298
307
  ;
@@ -303,13 +312,14 @@ class DirectiveShrinkOnMobile50 extends DirectiveShrinkOnMobile {
303
312
  super(...arguments);
304
313
  this.scaleFactor = 50;
305
314
  }
306
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.5", ngImport: i0, type: DirectiveShrinkOnMobile50, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
307
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.1.5", type: DirectiveShrinkOnMobile50, selector: "[shrinkOnMobile50]", usesInheritance: true, ngImport: i0 }); }
315
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.7", ngImport: i0, type: DirectiveShrinkOnMobile50, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
316
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.7", type: DirectiveShrinkOnMobile50, isStandalone: false, selector: "[shrinkOnMobile50]", usesInheritance: true, ngImport: i0 }); }
308
317
  }
309
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.5", ngImport: i0, type: DirectiveShrinkOnMobile50, decorators: [{
318
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.7", ngImport: i0, type: DirectiveShrinkOnMobile50, decorators: [{
310
319
  type: Directive,
311
320
  args: [{
312
321
  selector: '[shrinkOnMobile50]',
322
+ standalone: false,
313
323
  }]
314
324
  }] });
315
325
  ;
@@ -324,13 +334,14 @@ class DirectiveShrinkOnTablet extends BaseHideShowDirective {
324
334
  }
325
335
  action(state) {
326
336
  }
327
- 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: BreakpointsService }], target: i0.ɵɵFactoryTarget.Directive }); }
328
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.1.5", type: DirectiveShrinkOnTablet, selector: "[shrinkOnTablet]", usesInheritance: true, ngImport: i0 }); }
337
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.7", ngImport: i0, type: DirectiveShrinkOnTablet, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }, { token: BreakpointsService }], target: i0.ɵɵFactoryTarget.Directive }); }
338
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.7", type: DirectiveShrinkOnTablet, isStandalone: false, selector: "[shrinkOnTablet]", usesInheritance: true, ngImport: i0 }); }
329
339
  }
330
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.5", ngImport: i0, type: DirectiveShrinkOnTablet, decorators: [{
340
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.7", ngImport: i0, type: DirectiveShrinkOnTablet, decorators: [{
331
341
  type: Directive,
332
342
  args: [{
333
343
  selector: '[shrinkOnTablet]',
344
+ standalone: false,
334
345
  }]
335
346
  }], ctorParameters: () => [{ type: i0.ElementRef }, { type: i0.Renderer2 }, { type: BreakpointsService }] });
336
347
  ;
@@ -350,12 +361,12 @@ class ColumnsGapComponent {
350
361
  ngOnDestroy() {
351
362
  this.handlers.forEach(h => h.unsubscribe());
352
363
  }
353
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.5", ngImport: i0, type: ColumnsGapComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
354
- 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: ColumnComponent, selector: "column", inputs: ["width"] }] }); }
364
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.7", ngImport: i0, type: ColumnsGapComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
365
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.7", type: ColumnsGapComponent, isStandalone: false, 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: ColumnComponent, selector: "column", inputs: ["width"] }] }); }
355
366
  }
356
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.5", ngImport: i0, type: ColumnsGapComponent, decorators: [{
367
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.7", ngImport: i0, type: ColumnsGapComponent, decorators: [{
357
368
  type: Component,
358
- args: [{ selector: 'columns-gap', template: "<column [width]=\"width\"></column>\n", styles: [":host{flex-grow:0;flex-shrink:0;width:0px}\n"] }]
369
+ args: [{ selector: 'columns-gap', standalone: false, template: "<column [width]=\"width\"></column>\n", styles: [":host{flex-grow:0;flex-shrink:0;width:0px}\n"] }]
359
370
  }], ctorParameters: () => [], propDecorators: { width: [{
360
371
  type: HostBinding,
361
372
  args: ['style.flex.basis.px']
@@ -374,12 +385,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.5", ngImpor
374
385
  ({}); // @--end-of-file-for-module=static-columns lib/columns-gap/index.ts
375
386
 
376
387
  class ColumnsComponent {
377
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.5", ngImport: i0, type: ColumnsComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
378
- 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"] }); }
388
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.7", ngImport: i0, type: ColumnsComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
389
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.7", 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"] }); }
379
390
  }
380
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.5", ngImport: i0, type: ColumnsComponent, decorators: [{
391
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.7", ngImport: i0, type: ColumnsComponent, decorators: [{
381
392
  type: Component,
382
- 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"] }]
393
+ 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"] }]
383
394
  }], propDecorators: { childrens: [{
384
395
  type: ViewChildren,
385
396
  args: [ColumnComponent]
@@ -403,8 +414,8 @@ const components = [
403
414
  DirectiveShrinkOnTablet,
404
415
  ];
405
416
  class StaticColumnsModule {
406
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.5", ngImport: i0, type: StaticColumnsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
407
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.1.5", ngImport: i0, type: StaticColumnsModule, declarations: [ColumnsComponent,
417
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.7", ngImport: i0, type: StaticColumnsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
418
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.2.7", ngImport: i0, type: StaticColumnsModule, declarations: [ColumnsComponent,
408
419
  ColumnComponent,
409
420
  DirectiveGrow,
410
421
  DirectiveHideMobile,
@@ -429,9 +440,9 @@ class StaticColumnsModule {
429
440
  DirectiveShrinkOnMobile50,
430
441
  DirectiveShrinkOnMobile,
431
442
  DirectiveShrinkOnTablet] }); }
432
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.1.5", ngImport: i0, type: StaticColumnsModule, providers: [BreakpointsService], imports: [LayoutModule, LayoutModule] }); }
443
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.7", ngImport: i0, type: StaticColumnsModule, providers: [BreakpointsService], imports: [LayoutModule, LayoutModule] }); }
433
444
  }
434
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.5", ngImport: i0, type: StaticColumnsModule, decorators: [{
445
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.7", ngImport: i0, type: StaticColumnsModule, decorators: [{
435
446
  type: NgModule,
436
447
  args: [{
437
448
  imports: [LayoutModule],
@@ -449,7 +460,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.5", ngImpor
449
460
  /* */
450
461
  ;
451
462
  ({}); // @--end-of-file-for-module=static-columns lib/index.ts
452
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi90bXAtbGlicy1mb3ItZGlzdC9zdGF0aWMtY29sdW1ucy9wcm9qZWN0cy9zdGF0aWMtY29sdW1ucy9zcmMvbGliL2luZGV4LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUVBLGNBQWMsVUFBVSxDQUFDO0FBQ3pCLGNBQWMsZUFBZSxDQUFDO0FBRTlCLGNBQWMsdUJBQXVCLENBQUM7QUFDdEMsY0FBYyxxQkFBcUIsQ0FBQztBQUdwQyxjQUFjLGtCQUFrQixDQUFDO0FBRWpDLEtBQUs7QUFDTCxLQUFLO0FBQ0wsS0FBSztBQUNMLEtBQUs7QUFHSixDQUFDO0FBQUEsQ0FBQyxFQUFFLENBQUMsQ0FBQyxDQUFDLHdEQUF3RCIsInNvdXJjZXNDb250ZW50IjpbIlxuXG5leHBvcnQgKiBmcm9tICcuL2NvbHVtbic7XG5leHBvcnQgKiBmcm9tICcuL2NvbHVtbnMtZ2FwJztcblxuZXhwb3J0ICogZnJvbSAnLi9icmVha3BvaW50cy5zZXJ2aWNlJztcbmV4cG9ydCAqIGZyb20gJy4vY29sdW1ucy5jb21wb25lbnQnO1xuXG5cbmV4cG9ydCAqIGZyb20gJy4vY29sdW1ucy5tb2R1bGUnO1xuXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuICBcblxuIDsoe30pOyAvLyBALS1lbmQtb2YtZmlsZS1mb3ItbW9kdWxlPXN0YXRpYy1jb2x1bW5zIGxpYi9pbmRleC50cyJdfQ==
453
463
 
454
464
  /**
455
465
  * Generated bundle index. Do not edit.