@ng-atomic/components 3.2.10 → 3.5.0

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 (224) hide show
  1. package/atoms/icon/icon.atom.d.ts +14 -0
  2. package/atoms/icon/icon.atom.d.ts.map +1 -0
  3. package/atoms/icon/icon.module.d.ts +10 -0
  4. package/atoms/icon/icon.module.d.ts.map +1 -0
  5. package/atoms/icon/index.d.ts +3 -0
  6. package/atoms/icon/index.d.ts.map +1 -0
  7. package/atoms/icon/ng-atomic-components-atoms-icon.d.ts +6 -0
  8. package/atoms/icon/ng-atomic-components-atoms-icon.d.ts.map +1 -0
  9. package/atoms/icon/package.json +10 -0
  10. package/atoms/smart-menu-button/smart-menu-button.atom.d.ts +1 -1
  11. package/atoms/smart-menu-button/smart-menu-button.atom.d.ts.map +1 -1
  12. package/esm2020/atoms/icon/icon.atom.mjs +59 -0
  13. package/esm2020/atoms/icon/icon.module.mjs +34 -0
  14. package/esm2020/atoms/icon/index.mjs +3 -0
  15. package/esm2020/atoms/icon/ng-atomic-components-atoms-icon.mjs +5 -0
  16. package/esm2020/frames/auto-layout/auto-layout.frame.mjs +2 -2
  17. package/esm2020/frames/drawer/drawer.frame.mjs +2 -2
  18. package/esm2020/frames/line-up/line-up.animations.mjs +14 -17
  19. package/esm2020/frames/line-up/line-up.frame.mjs +76 -39
  20. package/esm2020/frames/line-up/line-up.module.mjs +1 -1
  21. package/esm2020/frames/line-up/resize-observer.mjs +7 -21
  22. package/esm2020/frames/overlay/overlay.animations.mjs +4 -4
  23. package/esm2020/frames/overlay/overlay.frame.mjs +16 -32
  24. package/esm2020/frames/scroll/scroll.frame.mjs +2 -2
  25. package/esm2020/frames/smart-menu/smart-menu.frame.mjs +2 -2
  26. package/esm2020/molecules/date-input-field/date-input-field.molecule.mjs +2 -2
  27. package/esm2020/molecules/navigation-list-item/index.mjs +3 -0
  28. package/esm2020/molecules/navigation-list-item/navigation-list-item.module.mjs +41 -0
  29. package/esm2020/molecules/navigation-list-item/navigation-list-item.molecule.mjs +33 -0
  30. package/esm2020/molecules/navigation-list-item/ng-atomic-components-molecules-navigation-list-item.mjs +5 -0
  31. package/esm2020/molecules/select-input-field/select-input-field.molecule.mjs +2 -2
  32. package/esm2020/organisms/action-buttons-section/action-buttons-section.organism.mjs +2 -2
  33. package/esm2020/organisms/back-navigator/back-navigator.organism.mjs +2 -2
  34. package/esm2020/organisms/card-input-section/card-input-section.organism.mjs +2 -2
  35. package/esm2020/organisms/cvc-and-exp-input-section/cvc-and-exp-input-section.organism.mjs +2 -2
  36. package/esm2020/organisms/date-input-section/date-input-section.organism.mjs +2 -2
  37. package/esm2020/organisms/heading/heading.organism.mjs +2 -2
  38. package/esm2020/organisms/navigation-list/index.mjs +3 -0
  39. package/esm2020/organisms/navigation-list/navigation-list.module.mjs +37 -0
  40. package/esm2020/organisms/navigation-list/navigation-list.organism.mjs +39 -0
  41. package/esm2020/organisms/navigation-list/ng-atomic-components-organisms-navigation-list.mjs +5 -0
  42. package/esm2020/organisms/navigator/navigator.organism.mjs +2 -2
  43. package/esm2020/organisms/select-input-section/select-input-section.organism.mjs +2 -2
  44. package/esm2020/organisms/smart-table/smart-table.organism.mjs +2 -2
  45. package/esm2020/organisms/social-login-section/social-login-section.organism.mjs +2 -2
  46. package/esm2020/organisms/text-input-section/text-input-section.organism.mjs +2 -2
  47. package/esm2020/organisms/textarea-section/textarea-section.organism.mjs +2 -2
  48. package/esm2020/organisms/top-navigator/top-navigator.organism.mjs +2 -2
  49. package/esm2020/templates/entrance/entrance.template.mjs +2 -2
  50. package/esm2020/templates/menu/menu.module.mjs +5 -5
  51. package/esm2020/templates/menu/menu.template.mjs +12 -12
  52. package/esm2020/templates/smart-crud/smart-crud.template.mjs +2 -2
  53. package/esm2020/templates/smart-index/smart-index.template.mjs +14 -14
  54. package/fesm2015/ng-atomic-components-atoms-icon.mjs +113 -0
  55. package/fesm2015/ng-atomic-components-atoms-icon.mjs.map +1 -0
  56. package/fesm2015/ng-atomic-components-frames-auto-layout.mjs +2 -2
  57. package/fesm2015/ng-atomic-components-frames-drawer.mjs +2 -2
  58. package/fesm2015/ng-atomic-components-frames-line-up.mjs +94 -74
  59. package/fesm2015/ng-atomic-components-frames-line-up.mjs.map +1 -1
  60. package/fesm2015/ng-atomic-components-frames-overlay.mjs +17 -35
  61. package/fesm2015/ng-atomic-components-frames-overlay.mjs.map +1 -1
  62. package/fesm2015/ng-atomic-components-frames-scroll.mjs +2 -2
  63. package/fesm2015/ng-atomic-components-frames-smart-menu.mjs +2 -2
  64. package/fesm2015/ng-atomic-components-molecules-date-input-field.mjs +2 -2
  65. package/fesm2015/ng-atomic-components-molecules-navigation-list-item.mjs +87 -0
  66. package/fesm2015/ng-atomic-components-molecules-navigation-list-item.mjs.map +1 -0
  67. package/fesm2015/ng-atomic-components-molecules-select-input-field.mjs +2 -2
  68. package/fesm2015/ng-atomic-components-organisms-action-buttons-section.mjs +2 -2
  69. package/fesm2015/ng-atomic-components-organisms-back-navigator.mjs +2 -2
  70. package/fesm2015/ng-atomic-components-organisms-card-input-section.mjs +2 -2
  71. package/fesm2015/ng-atomic-components-organisms-cvc-and-exp-input-section.mjs +2 -2
  72. package/fesm2015/ng-atomic-components-organisms-date-input-section.mjs +2 -2
  73. package/fesm2015/ng-atomic-components-organisms-heading.mjs +2 -2
  74. package/fesm2015/ng-atomic-components-organisms-navigation-list.mjs +92 -0
  75. package/fesm2015/ng-atomic-components-organisms-navigation-list.mjs.map +1 -0
  76. package/fesm2015/ng-atomic-components-organisms-navigator.mjs +2 -2
  77. package/fesm2015/ng-atomic-components-organisms-select-input-section.mjs +2 -2
  78. package/fesm2015/ng-atomic-components-organisms-smart-table.mjs +2 -2
  79. package/fesm2015/ng-atomic-components-organisms-social-login-section.mjs +2 -2
  80. package/fesm2015/ng-atomic-components-organisms-text-input-section.mjs +2 -2
  81. package/fesm2015/ng-atomic-components-organisms-textarea-section.mjs +2 -2
  82. package/fesm2015/ng-atomic-components-organisms-top-navigator.mjs +2 -2
  83. package/fesm2015/ng-atomic-components-templates-entrance.mjs +2 -2
  84. package/fesm2015/ng-atomic-components-templates-menu.mjs +15 -15
  85. package/fesm2015/ng-atomic-components-templates-menu.mjs.map +1 -1
  86. package/fesm2015/ng-atomic-components-templates-smart-crud.mjs +2 -2
  87. package/fesm2015/ng-atomic-components-templates-smart-index.mjs +13 -13
  88. package/fesm2015/ng-atomic-components-templates-smart-index.mjs.map +1 -1
  89. package/fesm2020/ng-atomic-components-atoms-icon.mjs +96 -0
  90. package/fesm2020/ng-atomic-components-atoms-icon.mjs.map +1 -0
  91. package/fesm2020/ng-atomic-components-frames-auto-layout.mjs +2 -2
  92. package/fesm2020/ng-atomic-components-frames-drawer.mjs +2 -2
  93. package/fesm2020/ng-atomic-components-frames-line-up.mjs +93 -74
  94. package/fesm2020/ng-atomic-components-frames-line-up.mjs.map +1 -1
  95. package/fesm2020/ng-atomic-components-frames-overlay.mjs +17 -33
  96. package/fesm2020/ng-atomic-components-frames-overlay.mjs.map +1 -1
  97. package/fesm2020/ng-atomic-components-frames-scroll.mjs +2 -2
  98. package/fesm2020/ng-atomic-components-frames-smart-menu.mjs +2 -2
  99. package/fesm2020/ng-atomic-components-molecules-date-input-field.mjs +2 -2
  100. package/fesm2020/ng-atomic-components-molecules-navigation-list-item.mjs +78 -0
  101. package/fesm2020/ng-atomic-components-molecules-navigation-list-item.mjs.map +1 -0
  102. package/fesm2020/ng-atomic-components-molecules-select-input-field.mjs +2 -2
  103. package/fesm2020/ng-atomic-components-organisms-action-buttons-section.mjs +2 -2
  104. package/fesm2020/ng-atomic-components-organisms-back-navigator.mjs +2 -2
  105. package/fesm2020/ng-atomic-components-organisms-card-input-section.mjs +2 -2
  106. package/fesm2020/ng-atomic-components-organisms-cvc-and-exp-input-section.mjs +2 -2
  107. package/fesm2020/ng-atomic-components-organisms-date-input-section.mjs +2 -2
  108. package/fesm2020/ng-atomic-components-organisms-heading.mjs +2 -2
  109. package/fesm2020/ng-atomic-components-organisms-navigation-list.mjs +80 -0
  110. package/fesm2020/ng-atomic-components-organisms-navigation-list.mjs.map +1 -0
  111. package/fesm2020/ng-atomic-components-organisms-navigator.mjs +2 -2
  112. package/fesm2020/ng-atomic-components-organisms-select-input-section.mjs +2 -2
  113. package/fesm2020/ng-atomic-components-organisms-smart-table.mjs +2 -2
  114. package/fesm2020/ng-atomic-components-organisms-social-login-section.mjs +2 -2
  115. package/fesm2020/ng-atomic-components-organisms-text-input-section.mjs +2 -2
  116. package/fesm2020/ng-atomic-components-organisms-textarea-section.mjs +2 -2
  117. package/fesm2020/ng-atomic-components-organisms-top-navigator.mjs +2 -2
  118. package/fesm2020/ng-atomic-components-templates-entrance.mjs +2 -2
  119. package/fesm2020/ng-atomic-components-templates-menu.mjs +15 -15
  120. package/fesm2020/ng-atomic-components-templates-menu.mjs.map +1 -1
  121. package/fesm2020/ng-atomic-components-templates-smart-crud.mjs +2 -2
  122. package/fesm2020/ng-atomic-components-templates-smart-index.mjs +13 -13
  123. package/fesm2020/ng-atomic-components-templates-smart-index.mjs.map +1 -1
  124. package/frames/line-up/line-up.animations.d.ts.map +1 -1
  125. package/frames/line-up/line-up.frame.d.ts +30 -17
  126. package/frames/line-up/line-up.frame.d.ts.map +1 -1
  127. package/frames/line-up/resize-observer.d.ts +2 -15
  128. package/frames/line-up/resize-observer.d.ts.map +1 -1
  129. package/frames/overlay/overlay.animations.d.ts +1 -1
  130. package/frames/overlay/overlay.animations.d.ts.map +1 -1
  131. package/frames/overlay/overlay.frame.d.ts +2 -5
  132. package/frames/overlay/overlay.frame.d.ts.map +1 -1
  133. package/molecules/actions-column/actions-column.molecule.d.ts +1 -1
  134. package/molecules/actions-column/actions-column.molecule.d.ts.map +1 -1
  135. package/molecules/navigation-list-item/index.d.ts +3 -0
  136. package/molecules/navigation-list-item/index.d.ts.map +1 -0
  137. package/molecules/navigation-list-item/navigation-list-item.module.d.ts +11 -0
  138. package/molecules/navigation-list-item/navigation-list-item.module.d.ts.map +1 -0
  139. package/molecules/navigation-list-item/navigation-list-item.molecule.d.ts +9 -0
  140. package/molecules/navigation-list-item/navigation-list-item.molecule.d.ts.map +1 -0
  141. package/molecules/navigation-list-item/ng-atomic-components-molecules-navigation-list-item.d.ts +6 -0
  142. package/molecules/navigation-list-item/ng-atomic-components-molecules-navigation-list-item.d.ts.map +1 -0
  143. package/molecules/navigation-list-item/package.json +10 -0
  144. package/organisms/action-buttons-section/action-buttons-section.organism.d.ts +1 -1
  145. package/organisms/action-buttons-section/action-buttons-section.organism.d.ts.map +1 -1
  146. package/organisms/navigation-list/index.d.ts +3 -0
  147. package/organisms/navigation-list/index.d.ts.map +1 -0
  148. package/organisms/navigation-list/navigation-list.module.d.ts +11 -0
  149. package/organisms/navigation-list/navigation-list.module.d.ts.map +1 -0
  150. package/organisms/navigation-list/navigation-list.organism.d.ts +10 -0
  151. package/organisms/navigation-list/navigation-list.organism.d.ts.map +1 -0
  152. package/organisms/navigation-list/ng-atomic-components-organisms-navigation-list.d.ts +6 -0
  153. package/organisms/navigation-list/ng-atomic-components-organisms-navigation-list.d.ts.map +1 -0
  154. package/organisms/navigation-list/package.json +10 -0
  155. package/organisms/smart-table/smart-table.organism.d.ts +1 -1
  156. package/organisms/smart-table/smart-table.organism.d.ts.map +1 -1
  157. package/organisms/top-navigator/top-navigator.organism.d.ts +1 -1
  158. package/organisms/top-navigator/top-navigator.organism.d.ts.map +1 -1
  159. package/package.json +28 -27
  160. package/templates/menu/menu.module.d.ts +2 -2
  161. package/templates/menu/menu.template.d.ts +3 -3
  162. package/templates/menu/menu.template.d.ts.map +1 -1
  163. package/templates/smart-index/smart-index.template.d.ts +4 -4
  164. package/templates/smart-index/smart-index.template.d.ts.map +1 -1
  165. package/esm2020/frames/line-up-v2/index.mjs +0 -3
  166. package/esm2020/frames/line-up-v2/line-up.animations.mjs +0 -64
  167. package/esm2020/frames/line-up-v2/line-up.frame.mjs +0 -110
  168. package/esm2020/frames/line-up-v2/line-up.module.mjs +0 -27
  169. package/esm2020/frames/line-up-v2/ng-atomic-components-frames-line-up-v2.mjs +0 -5
  170. package/esm2020/frames/line-up-v2/resize-observer.mjs +0 -13
  171. package/esm2020/frames/overlay-v2/index.mjs +0 -3
  172. package/esm2020/frames/overlay-v2/ng-atomic-components-frames-overlay-v2.mjs +0 -5
  173. package/esm2020/frames/overlay-v2/overlay.animations.mjs +0 -28
  174. package/esm2020/frames/overlay-v2/overlay.frame.mjs +0 -30
  175. package/esm2020/frames/overlay-v2/overlay.module.mjs +0 -29
  176. package/esm2020/organisms/menu/index.mjs +0 -3
  177. package/esm2020/organisms/menu/menu.module.mjs +0 -31
  178. package/esm2020/organisms/menu/menu.organism.mjs +0 -49
  179. package/esm2020/organisms/menu/ng-atomic-components-organisms-menu.mjs +0 -5
  180. package/fesm2015/ng-atomic-components-frames-line-up-v2.mjs +0 -228
  181. package/fesm2015/ng-atomic-components-frames-line-up-v2.mjs.map +0 -1
  182. package/fesm2015/ng-atomic-components-frames-overlay-v2.mjs +0 -99
  183. package/fesm2015/ng-atomic-components-frames-overlay-v2.mjs.map +0 -1
  184. package/fesm2015/ng-atomic-components-organisms-menu.mjs +0 -96
  185. package/fesm2015/ng-atomic-components-organisms-menu.mjs.map +0 -1
  186. package/fesm2020/ng-atomic-components-frames-line-up-v2.mjs +0 -213
  187. package/fesm2020/ng-atomic-components-frames-line-up-v2.mjs.map +0 -1
  188. package/fesm2020/ng-atomic-components-frames-overlay-v2.mjs +0 -90
  189. package/fesm2020/ng-atomic-components-frames-overlay-v2.mjs.map +0 -1
  190. package/fesm2020/ng-atomic-components-organisms-menu.mjs +0 -84
  191. package/fesm2020/ng-atomic-components-organisms-menu.mjs.map +0 -1
  192. package/frames/line-up-v2/index.d.ts +0 -3
  193. package/frames/line-up-v2/index.d.ts.map +0 -1
  194. package/frames/line-up-v2/line-up.animations.d.ts +0 -2
  195. package/frames/line-up-v2/line-up.animations.d.ts.map +0 -1
  196. package/frames/line-up-v2/line-up.frame.d.ts +0 -36
  197. package/frames/line-up-v2/line-up.frame.d.ts.map +0 -1
  198. package/frames/line-up-v2/line-up.module.d.ts +0 -10
  199. package/frames/line-up-v2/line-up.module.d.ts.map +0 -1
  200. package/frames/line-up-v2/ng-atomic-components-frames-line-up-v2.d.ts +0 -6
  201. package/frames/line-up-v2/ng-atomic-components-frames-line-up-v2.d.ts.map +0 -1
  202. package/frames/line-up-v2/package.json +0 -10
  203. package/frames/line-up-v2/resize-observer.d.ts +0 -4
  204. package/frames/line-up-v2/resize-observer.d.ts.map +0 -1
  205. package/frames/overlay-v2/index.d.ts +0 -3
  206. package/frames/overlay-v2/index.d.ts.map +0 -1
  207. package/frames/overlay-v2/ng-atomic-components-frames-overlay-v2.d.ts +0 -6
  208. package/frames/overlay-v2/ng-atomic-components-frames-overlay-v2.d.ts.map +0 -1
  209. package/frames/overlay-v2/overlay.animations.d.ts +0 -2
  210. package/frames/overlay-v2/overlay.animations.d.ts.map +0 -1
  211. package/frames/overlay-v2/overlay.frame.d.ts +0 -7
  212. package/frames/overlay-v2/overlay.frame.d.ts.map +0 -1
  213. package/frames/overlay-v2/overlay.module.d.ts +0 -10
  214. package/frames/overlay-v2/overlay.module.d.ts.map +0 -1
  215. package/frames/overlay-v2/package.json +0 -10
  216. package/organisms/menu/index.d.ts +0 -3
  217. package/organisms/menu/index.d.ts.map +0 -1
  218. package/organisms/menu/menu.module.d.ts +0 -11
  219. package/organisms/menu/menu.module.d.ts.map +0 -1
  220. package/organisms/menu/menu.organism.d.ts +0 -10
  221. package/organisms/menu/menu.organism.d.ts.map +0 -1
  222. package/organisms/menu/ng-atomic-components-organisms-menu.d.ts +0 -6
  223. package/organisms/menu/ng-atomic-components-organisms-menu.d.ts.map +0 -1
  224. package/organisms/menu/package.json +0 -10
@@ -1,213 +0,0 @@
1
- import * as i0 from '@angular/core';
2
- import { Injectable, Component, ChangeDetectionStrategy, Input, ViewChild, NgModule } from '@angular/core';
3
- import { Observable, ReplaySubject, BehaviorSubject, combineLatest } from 'rxjs';
4
- import { map, startWith, distinctUntilChanged, takeUntil } from 'rxjs/operators';
5
- import { trigger, state, style, transition, animate, sequence, query, group } from '@angular/animations';
6
- import ResizeObserver from 'resize-observer-polyfill';
7
- import { CommonModule } from '@angular/common';
8
- import { MatProgressSpinnerModule } from '@angular/material/progress-spinner';
9
-
10
- const MAIN_ANIMATION = trigger('modeChangeForMain', [
11
- state('*', style({
12
- width: '100%',
13
- })),
14
- state('Next', style({
15
- display: 'none',
16
- width: '0%',
17
- })),
18
- transition('* => Next', [
19
- animate('0.5s', style({ width: '0%' })),
20
- style({ display: 'none' }),
21
- ]),
22
- transition('Next => *', [
23
- sequence([
24
- style({ display: 'inherit' }),
25
- animate('0.5s', style({ width: '100%' })),
26
- ]),
27
- ]),
28
- ]);
29
- const NEXT_ANIMATION = trigger('modeChangeForNext', [
30
- state('Next', style({
31
- position: 'relative',
32
- width: '100%',
33
- })),
34
- state('Both', style({
35
- position: 'relative',
36
- width: '100%',
37
- })),
38
- state('Main', style({
39
- position: 'relative',
40
- display: 'none',
41
- })),
42
- transition('Main => Next', [
43
- query(':enter', [animate('0.5s')], { optional: true }),
44
- sequence([
45
- style({ display: 'inherit', width: '100%' }),
46
- animate('0.5s'),
47
- ]),
48
- ]),
49
- transition('Main => Both', [
50
- query(':enter', [animate('0.5s')], { optional: true }),
51
- sequence([
52
- style({ display: 'inherit', width: '100%' }),
53
- animate('0.5s'),
54
- ]),
55
- ]),
56
- transition('Next => Main', group([
57
- query(':leave', animate('0.5s', style({ width: '100%' })), { optional: true }),
58
- sequence([
59
- style({ position: 'absolute', display: 'block', left: '0%' }),
60
- animate('0.5s', style({ left: '100%' })),
61
- ]),
62
- ])),
63
- transition('Both => Main', group([
64
- query(':leave', animate('0.5s', style({ width: '100%' })), { optional: true }),
65
- sequence([
66
- style({ position: 'absolute', display: 'block', left: '100%' }),
67
- animate('0.5s', style({})),
68
- ]),
69
- ])),
70
- ]);
71
- const LINE_UP_ANIMATIONS = [MAIN_ANIMATION, NEXT_ANIMATION];
72
-
73
- function fromResize({ nativeElement }) {
74
- return Observable.create(function (observer) {
75
- const callback = (entries) => entries.forEach((e) => observer.next(e));
76
- const resizeObserver = new ResizeObserver(callback);
77
- resizeObserver.observe(nativeElement);
78
- return () => resizeObserver.disconnect();
79
- }).pipe(map(({ contentRect }) => contentRect?.width ?? 0), startWith(0), distinctUntilChanged());
80
- }
81
-
82
- const _c0 = ["next"];
83
- const _c1 = [[["", "main", ""]], [["", "next", ""]]];
84
- const _c2 = ["[main]", "[next]"];
85
- var Mode;
86
- (function (Mode) {
87
- Mode["MAIN"] = "Main";
88
- Mode["BOTH"] = "Both";
89
- Mode["NEXT"] = "Next";
90
- })(Mode || (Mode = {}));
91
- class LineUpFrameService {
92
- constructor() {
93
- this.frames = [];
94
- }
95
- register(frame) {
96
- this.frames.push(frame);
97
- console.debug('this.frames:', this.frames);
98
- }
99
- unregister(frame) {
100
- this.frames = this.frames.slice(0, this.findIndex(frame));
101
- }
102
- findIndex(frame) {
103
- return this.frames.findIndex((value) => value === frame);
104
- }
105
- propagate(frame) {
106
- const target = this.frames?.[this.findIndex(frame) - 1];
107
- target?.refresh();
108
- }
109
- }
110
- LineUpFrameService.ɵfac = function LineUpFrameService_Factory(t) { return new (t || LineUpFrameService)(); };
111
- LineUpFrameService.ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: LineUpFrameService, factory: LineUpFrameService.ɵfac, providedIn: 'root' });
112
- (function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(LineUpFrameService, [{
113
- type: Injectable,
114
- args: [{ providedIn: 'root' }]
115
- }], null, null); })();
116
- class LineUpFrame {
117
- constructor(service) {
118
- this.service = service;
119
- this.Mode = Mode;
120
- this.mode = Mode.MAIN;
121
- this.refresh$ = new ReplaySubject(1);
122
- this.destroy$ = new ReplaySubject(1);
123
- this.hasNext$ = new BehaviorSubject(false);
124
- this.minNextWidth = 360;
125
- }
126
- set hasNext(value) {
127
- this.hasNext$.next(value);
128
- }
129
- ;
130
- ngOnInit() {
131
- this.service.register(this);
132
- this.refresh();
133
- combineLatest([
134
- this.hasNext$,
135
- fromResize(this.nextElementRef),
136
- this.refresh$,
137
- ]).pipe(takeUntil(this.destroy$)).subscribe(([hasNext, width]) => {
138
- this.mode = this.resolveMode(hasNext, width);
139
- setTimeout(() => this.service.propagate(this), 0);
140
- });
141
- }
142
- ngOnDestroy() {
143
- this.service.unregister(this);
144
- this.destroy$.next();
145
- }
146
- refresh() {
147
- this.refresh$.next();
148
- }
149
- resolveMode(hasNext, width) {
150
- if (hasNext && width <= this.minNextWidth)
151
- return Mode.BOTH;
152
- return hasNext ? Mode.NEXT : Mode.MAIN;
153
- }
154
- }
155
- LineUpFrame.ɵfac = function LineUpFrame_Factory(t) { return new (t || LineUpFrame)(i0.ɵɵdirectiveInject(LineUpFrameService)); };
156
- LineUpFrame.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: LineUpFrame, selectors: [["frames-line-up"]], viewQuery: function LineUpFrame_Query(rf, ctx) { if (rf & 1) {
157
- i0.ɵɵviewQuery(_c0, 7);
158
- } if (rf & 2) {
159
- let _t;
160
- i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.nextElementRef = _t.first);
161
- } }, inputs: { hasNext: "hasNext", minNextWidth: "minNextWidth" }, ngContentSelectors: _c2, decls: 6, vars: 2, consts: [[1, "main"], ["main", ""], [1, "next"], ["next", ""]], template: function LineUpFrame_Template(rf, ctx) { if (rf & 1) {
162
- i0.ɵɵprojectionDef(_c1);
163
- i0.ɵɵelementStart(0, "div", 0, 1);
164
- i0.ɵɵprojection(2);
165
- i0.ɵɵelementEnd();
166
- i0.ɵɵelementStart(3, "div", 2, 3);
167
- i0.ɵɵprojection(5, 1);
168
- i0.ɵɵelementEnd();
169
- } if (rf & 2) {
170
- i0.ɵɵproperty("@modeChangeForMain", ctx.mode);
171
- i0.ɵɵadvance(3);
172
- i0.ɵɵproperty("@modeChangeForNext", ctx.mode);
173
- } }, styles: ["[_nghost-%COMP%]{--gap: 1px;--gap-SCOPED-IN-line-up-EgJn: var(--gap);--background: #ccc;--background-SCOPED-IN-line-up-EgJn: var(--background);--contents-background: transparent;--contents-background-SCOPED-IN-line-up-EgJn: var(--contents-background)}[_nghost-%COMP%]{position:relative;display:flex;justify-content:flex-start;grid-gap:var(--gap-SCOPED-IN-line-up-EgJn);gap:var(--gap-SCOPED-IN-line-up-EgJn);width:-moz-fit-content;width:fit-content;height:100%;background:var(--background-SCOPED-IN-line-up-EgJn)}[_nghost-%COMP%] div[_ngcontent-%COMP%]{display:flex;max-width:-moz-fit-content;max-width:fit-content;height:100%;background:var(--contents-background-SCOPED-IN-line-up-EgJn)}[_nghost-%COMP%] div.main[_ngcontent-%COMP%]{overflow:hidden;justify-content:flex-end}[_nghost-%COMP%] div.next[_ngcontent-%COMP%]{overflow:visible;justify-content:flex-start}"], data: { animation: LINE_UP_ANIMATIONS } });
174
- (function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(LineUpFrame, [{
175
- type: Component,
176
- args: [{ selector: 'frames-line-up', changeDetection: ChangeDetectionStrategy.Default, animations: LINE_UP_ANIMATIONS, template: "<div class=\"main\" [@modeChangeForMain]=\"mode\" #main>\n <ng-content select=\"[main]\"></ng-content>\n</div>\n<div class=\"next\" [@modeChangeForNext]=\"mode\" #next>\n <ng-content select=\"[next]\"></ng-content>\n</div>", styles: [":host{--gap: 1px;--gap-SCOPED-IN-line-up-EgJn: var(--gap);--background: #ccc;--background-SCOPED-IN-line-up-EgJn: var(--background);--contents-background: transparent;--contents-background-SCOPED-IN-line-up-EgJn: var(--contents-background)}:host{position:relative;display:flex;justify-content:flex-start;grid-gap:var(--gap-SCOPED-IN-line-up-EgJn);gap:var(--gap-SCOPED-IN-line-up-EgJn);width:-moz-fit-content;width:fit-content;height:100%;background:var(--background-SCOPED-IN-line-up-EgJn)}:host div{display:flex;max-width:-moz-fit-content;max-width:fit-content;height:100%;background:var(--contents-background-SCOPED-IN-line-up-EgJn)}:host div.main{overflow:hidden;justify-content:flex-end}:host div.next{overflow:visible;justify-content:flex-start}\n"] }]
177
- }], function () { return [{ type: LineUpFrameService }]; }, { hasNext: [{
178
- type: Input
179
- }], minNextWidth: [{
180
- type: Input
181
- }], nextElementRef: [{
182
- type: ViewChild,
183
- args: ['next', { static: true }]
184
- }] }); })();
185
-
186
- class LineUpModule {
187
- }
188
- LineUpModule.ɵfac = function LineUpModule_Factory(t) { return new (t || LineUpModule)(); };
189
- LineUpModule.ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: LineUpModule });
190
- LineUpModule.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [[
191
- CommonModule,
192
- MatProgressSpinnerModule
193
- ]] });
194
- (function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(LineUpModule, [{
195
- type: NgModule,
196
- args: [{
197
- declarations: [LineUpFrame],
198
- imports: [
199
- CommonModule,
200
- MatProgressSpinnerModule
201
- ],
202
- exports: [LineUpFrame]
203
- }]
204
- }], null, null); })();
205
- (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(LineUpModule, { declarations: [LineUpFrame], imports: [CommonModule,
206
- MatProgressSpinnerModule], exports: [LineUpFrame] }); })();
207
-
208
- /**
209
- * Generated bundle index. Do not edit.
210
- */
211
-
212
- export { LineUpFrame, LineUpFrameService, LineUpModule };
213
- //# sourceMappingURL=ng-atomic-components-frames-line-up-v2.mjs.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ng-atomic-components-frames-line-up-v2.mjs","sources":["../../../../libs/components/src/frames/line-up-v2/line-up.animations.ts","../../../../libs/components/src/frames/line-up-v2/resize-observer.ts","../../../../libs/components/src/frames/line-up-v2/line-up.frame.ts","../../../../libs/components/src/frames/line-up-v2/line-up.frame.html","../../../../libs/components/src/frames/line-up-v2/line-up.module.ts","../../../../libs/components/src/frames/line-up-v2/ng-atomic-components-frames-line-up-v2.ts"],"sourcesContent":["import { animate, query, sequence, state, style, transition, trigger, group } from '@angular/animations';\n\nconst MAIN_ANIMATION = trigger('modeChangeForMain', [\n state('*', style({\n width: '100%',\n })),\n state('Next', style({\n display: 'none',\n width: '0%',\n })),\n transition('* => Next', [\n animate('0.5s', style({ width: '0%' })),\n style({display: 'none'}),\n ]),\n transition('Next => *', [\n sequence([\n style({ display: 'inherit' }),\n animate('0.5s', style({ width: '100%' })),\n ]),\n ]),\n]);\n\nconst NEXT_ANIMATION = trigger('modeChangeForNext', [\n state('Next', style({\n position: 'relative',\n width: '100%',\n })),\n state('Both', style({\n position: 'relative',\n width: '100%',\n })),\n state('Main', style({\n position: 'relative',\n display: 'none',\n })),\n transition('Main => Next', [\n query(':enter', [animate('0.5s')], { optional: true }),\n sequence([\n style({ display: 'inherit', width: '100%' }),\n animate('0.5s'),\n ]),\n ]),\n transition('Main => Both', [\n query(':enter', [animate('0.5s')], { optional: true }),\n sequence([\n style({ display: 'inherit', width: '100%' }),\n animate('0.5s'),\n ]),\n ]),\n transition('Next => Main', group([\n query(':leave', animate('0.5s', style({width: '100%'})), { optional: true }),\n sequence([\n style({position: 'absolute', display: 'block', left: '0%'}),\n animate('0.5s', style({left: '100%'})),\n ]),\n ])),\n transition('Both => Main', group([\n query(':leave', animate('0.5s', style({width: '100%'})), { optional: true }),\n sequence([\n style({position: 'absolute', display: 'block', left: '100%'}),\n animate('0.5s', style({})),\n ]),\n ])),\n]);\n\nexport const LINE_UP_ANIMATIONS = [MAIN_ANIMATION, NEXT_ANIMATION];\n","import { Observable } from 'rxjs';\nimport { startWith } from 'rxjs/operators';\nimport ResizeObserver from 'resize-observer-polyfill';\nimport { distinctUntilChanged, map } from 'rxjs/operators';\nimport { ElementRef } from '@angular/core';\n\nexport function fromResize({nativeElement}: ElementRef<Element>): Observable<number> {\n return Observable.create(function(observer: any) {\n const callback = (entries: any) => entries.forEach((e: any) => observer.next(e));\n const resizeObserver = new ResizeObserver(callback);\n resizeObserver.observe(nativeElement);\n return () => resizeObserver.disconnect();\n }).pipe(\n map(({contentRect}) => contentRect?.width ?? 0),\n startWith(0),\n distinctUntilChanged(),\n );\n}\n","import { ChangeDetectionStrategy, Component, ElementRef, Injectable, Input, OnDestroy, OnInit, ViewChild } from '@angular/core';\nimport { BehaviorSubject, combineLatest, ReplaySubject } from 'rxjs';\nimport { takeUntil } from 'rxjs/operators';\nimport { LINE_UP_ANIMATIONS } from './line-up.animations';\nimport { fromResize } from './resize-observer';\n\nenum Mode {\n MAIN = 'Main',\n BOTH = 'Both',\n NEXT = 'Next',\n}\n\n@Injectable({providedIn: 'root'})\nexport class LineUpFrameService {\n frames: LineUpFrame[] = [];\n\n register(frame: LineUpFrame) {\n this.frames.push(frame);\n console.debug('this.frames:', this.frames);\n }\n\n unregister(frame: LineUpFrame) {\n this.frames = this.frames.slice(0, this.findIndex(frame));\n }\n\n findIndex(frame: LineUpFrame): number {\n return this.frames.findIndex((value) => value === frame);\n }\n\n propagate(frame: LineUpFrame): void {\n const target = this.frames?.[this.findIndex(frame) - 1];\n target?.refresh();\n }\n}\n\n@Component({\n selector: 'frames-line-up',\n templateUrl: './line-up.frame.html',\n styleUrls: ['./line-up.frame.scss'],\n changeDetection: ChangeDetectionStrategy.Default,\n animations: LINE_UP_ANIMATIONS,\n})\nexport class LineUpFrame implements OnInit, OnDestroy {\n Mode = Mode;\n mode = Mode.MAIN;\n\n private readonly refresh$ = new ReplaySubject<void>(1);\n private readonly destroy$ = new ReplaySubject<void>(1);\n private readonly hasNext$ = new BehaviorSubject(false); \n\n @Input()\n set hasNext(value: boolean) {\n this.hasNext$.next(value);\n };\n\n @Input()\n minNextWidth: number = 360;\n\n @ViewChild('next', {static: true})\n nextElementRef!: ElementRef;\n\n constructor(private service: LineUpFrameService) { }\n\n ngOnInit(): void {\n this.service.register(this);\n this.refresh();\n \n combineLatest([\n this.hasNext$, \n fromResize(this.nextElementRef),\n this.refresh$,\n ]).pipe(takeUntil(this.destroy$)).subscribe(([hasNext, width]) => {\n this.mode = this.resolveMode(hasNext, width);\n setTimeout(() => this.service.propagate(this), 0);\n });\n }\n\n ngOnDestroy(): void {\n this.service.unregister(this);\n this.destroy$.next(); \n }\n\n refresh() {\n this.refresh$.next();\n }\n\n private resolveMode(hasNext: boolean, width: number): Mode {\n if (hasNext && width <= this.minNextWidth) return Mode.BOTH;\n return hasNext ? Mode.NEXT : Mode.MAIN;\n }\n}\n","<div class=\"main\" [@modeChangeForMain]=\"mode\" #main>\n <ng-content select=\"[main]\"></ng-content>\n</div>\n<div class=\"next\" [@modeChangeForNext]=\"mode\" #next>\n <ng-content select=\"[next]\"></ng-content>\n</div>","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { MatProgressSpinnerModule } from '@angular/material/progress-spinner';\n\nimport { LineUpFrame } from './line-up.frame';\n\n\n@NgModule({\n declarations: [LineUpFrame],\n imports: [\n CommonModule,\n MatProgressSpinnerModule\n ],\n exports: [LineUpFrame]\n})\nexport class LineUpModule { }","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":"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"}
@@ -1,90 +0,0 @@
1
- import * as i0 from '@angular/core';
2
- import { Component, ChangeDetectionStrategy, Input, NgModule } from '@angular/core';
3
- import { trigger, transition, query, style, animate, animateChild } from '@angular/animations';
4
- import { CommonModule } from '@angular/common';
5
- import { MatProgressSpinnerModule } from '@angular/material/progress-spinner';
6
-
7
- const OVERLAY_ANIMATION = trigger('hasNext', [
8
- transition('false => true', [
9
- query(':enter', [
10
- style({
11
- position: 'absolute',
12
- top: '0px',
13
- left: '0px'
14
- })
15
- ]),
16
- query(':enter', [style({ left: '100%' })]),
17
- query(':enter', [animate('300ms ease-out', style({ left: '0%' }))]),
18
- query(':enter', animateChild()),
19
- ]),
20
- transition('true => false', [
21
- query(':leave', [
22
- style({
23
- position: 'absolute',
24
- top: '0px',
25
- left: '0px'
26
- })
27
- ]),
28
- query(':leave', [style({ left: '0%' })]),
29
- query(':leave', [animate('300ms ease-in', style({ left: '100%' }))]),
30
- query(':leave', animateChild()),
31
- ])
32
- ]);
33
-
34
- const _c0 = [[["", "main", ""]], [["", "next", ""]]];
35
- const _c1 = ["[main]", "[next]"];
36
- class OverlayFrame {
37
- constructor() {
38
- this.hasNext = false;
39
- }
40
- }
41
- OverlayFrame.ɵfac = function OverlayFrame_Factory(t) { return new (t || OverlayFrame)(); };
42
- OverlayFrame.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: OverlayFrame, selectors: [["frames-overlay"]], inputs: { hasNext: "hasNext" }, ngContentSelectors: _c1, decls: 4, vars: 1, consts: [[1, "main"], [1, "next"]], template: function OverlayFrame_Template(rf, ctx) { if (rf & 1) {
43
- i0.ɵɵprojectionDef(_c0);
44
- i0.ɵɵelementStart(0, "div", 0);
45
- i0.ɵɵprojection(1);
46
- i0.ɵɵelementEnd();
47
- i0.ɵɵelementStart(2, "div", 1);
48
- i0.ɵɵprojection(3, 1);
49
- i0.ɵɵelementEnd();
50
- } if (rf & 2) {
51
- i0.ɵɵadvance(2);
52
- i0.ɵɵproperty("@hasNext", ctx.hasNext);
53
- } }, styles: ["[_nghost-%COMP%]{--cell: 8px;--cell-SCOPED-IN-line-overlay-IJEW: var(--cell);--width: 100%;--width-SCOPED-IN-line-overlay-IJEW: var(--width);--height: 100%;--height-SCOPED-IN-line-overlay-IJEW: var(--height)}[_nghost-%COMP%]{position:relative;display:block;width:var(--width-SCOPED-IN-line-overlay-IJEW);height:var(--height-SCOPED-IN-line-overlay-IJEW)}[_nghost-%COMP%] .loading[_ngcontent-%COMP%]{position:absolute;z-index:1000;top:0;left:0;display:flex;width:var(--width-SCOPED-IN-line-overlay-IJEW);height:var(--height-SCOPED-IN-line-overlay-IJEW);justify-content:center;align-items:center;background-color:#0006}[_nghost-%COMP%] .main[_ngcontent-%COMP%]{position:absolute;top:0;left:0;z-index:1;width:var(--width-SCOPED-IN-line-overlay-IJEW);height:var(--height-SCOPED-IN-line-overlay-IJEW);overflow:hidden}[_nghost-%COMP%] .main[_ngcontent-%COMP%] *[_ngcontent-%COMP%]{--cell: var(--cell-SCOPED-IN-line-overlay-IJEW);--width: var(--width-SCOPED-IN-line-overlay-IJEW);--height: var(--height-SCOPED-IN-line-overlay-IJEW)}[_nghost-%COMP%] .next[_ngcontent-%COMP%]{position:absolute;top:0;left:0;z-index:2;width:var(--width-SCOPED-IN-line-overlay-IJEW);height:auto}[_nghost-%COMP%] .next[_ngcontent-%COMP%] *[_ngcontent-%COMP%]{--cell: var(--cell-SCOPED-IN-line-overlay-IJEW);--width: var(--width-SCOPED-IN-line-overlay-IJEW);--height: var(--height-SCOPED-IN-line-overlay-IJEW)}"], data: { animation: [OVERLAY_ANIMATION] }, changeDetection: 0 });
54
- (function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(OverlayFrame, [{
55
- type: Component,
56
- args: [{ selector: 'frames-overlay', animations: [OVERLAY_ANIMATION], changeDetection: ChangeDetectionStrategy.OnPush, template: "<div class=\"main\">\n <ng-content select=[main]></ng-content>\n</div>\n<div class=\"next\" [@hasNext]=\"hasNext\">\n <ng-content select=[next]></ng-content>\n</div>", styles: [":host{--cell: 8px;--cell-SCOPED-IN-line-overlay-IJEW: var(--cell);--width: 100%;--width-SCOPED-IN-line-overlay-IJEW: var(--width);--height: 100%;--height-SCOPED-IN-line-overlay-IJEW: var(--height)}:host{position:relative;display:block;width:var(--width-SCOPED-IN-line-overlay-IJEW);height:var(--height-SCOPED-IN-line-overlay-IJEW)}:host .loading{position:absolute;z-index:1000;top:0;left:0;display:flex;width:var(--width-SCOPED-IN-line-overlay-IJEW);height:var(--height-SCOPED-IN-line-overlay-IJEW);justify-content:center;align-items:center;background-color:#0006}:host .main{position:absolute;top:0;left:0;z-index:1;width:var(--width-SCOPED-IN-line-overlay-IJEW);height:var(--height-SCOPED-IN-line-overlay-IJEW);overflow:hidden}:host .main *{--cell: var(--cell-SCOPED-IN-line-overlay-IJEW);--width: var(--width-SCOPED-IN-line-overlay-IJEW);--height: var(--height-SCOPED-IN-line-overlay-IJEW)}:host .next{position:absolute;top:0;left:0;z-index:2;width:var(--width-SCOPED-IN-line-overlay-IJEW);height:auto}:host .next *{--cell: var(--cell-SCOPED-IN-line-overlay-IJEW);--width: var(--width-SCOPED-IN-line-overlay-IJEW);--height: var(--height-SCOPED-IN-line-overlay-IJEW)}\n"] }]
57
- }], null, { hasNext: [{
58
- type: Input
59
- }] }); })();
60
-
61
- class OverlayModule {
62
- }
63
- OverlayModule.ɵfac = function OverlayModule_Factory(t) { return new (t || OverlayModule)(); };
64
- OverlayModule.ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: OverlayModule });
65
- OverlayModule.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [[
66
- CommonModule,
67
- MatProgressSpinnerModule
68
- ]] });
69
- (function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(OverlayModule, [{
70
- type: NgModule,
71
- args: [{
72
- declarations: [OverlayFrame],
73
- imports: [
74
- CommonModule,
75
- MatProgressSpinnerModule
76
- ],
77
- exports: [
78
- OverlayFrame
79
- ]
80
- }]
81
- }], null, null); })();
82
- (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(OverlayModule, { declarations: [OverlayFrame], imports: [CommonModule,
83
- MatProgressSpinnerModule], exports: [OverlayFrame] }); })();
84
-
85
- /**
86
- * Generated bundle index. Do not edit.
87
- */
88
-
89
- export { OverlayFrame, OverlayModule };
90
- //# sourceMappingURL=ng-atomic-components-frames-overlay-v2.mjs.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ng-atomic-components-frames-overlay-v2.mjs","sources":["../../../../libs/components/src/frames/overlay-v2/overlay.animations.ts","../../../../libs/components/src/frames/overlay-v2/overlay.frame.ts","../../../../libs/components/src/frames/overlay-v2/overlay.frame.html","../../../../libs/components/src/frames/overlay-v2/overlay.module.ts","../../../../libs/components/src/frames/overlay-v2/ng-atomic-components-frames-overlay-v2.ts"],"sourcesContent":["import { trigger, transition, style, query, animateChild, animate } from '@angular/animations';\n\nexport const OVERLAY_ANIMATION = trigger('hasNext', [\n transition('false => true', [\n query(':enter', [\n style({\n position: 'absolute',\n top: '0px',\n left: '0px'\n })\n ]),\n query(':enter', [style({ left: '100%' })]),\n query(':enter', [animate('300ms ease-out', style({ left: '0%' }))]),\n query(':enter', animateChild()),\n ]),\n transition('true => false', [\n query(':leave', [\n style({\n position: 'absolute',\n top: '0px',\n left: '0px'\n })\n ]),\n query(':leave', [style({ left: '0%' })]),\n query(':leave', [animate('300ms ease-in', style({ left: '100%' }))]),\n query(':leave', animateChild()),\n ])\n]);\n","import { ChangeDetectionStrategy, Component, Input } from '@angular/core';\nimport { OVERLAY_ANIMATION } from './overlay.animations';\n\n@Component({\n selector: 'frames-overlay',\n templateUrl: './overlay.frame.html',\n styleUrls: ['./overlay.frame.scss'],\n animations: [OVERLAY_ANIMATION],\n changeDetection: ChangeDetectionStrategy.OnPush,\n})\nexport class OverlayFrame {\n @Input()\n hasNext = false;\n}\n","<div class=\"main\">\n <ng-content select=[main]></ng-content>\n</div>\n<div class=\"next\" [@hasNext]=\"hasNext\">\n <ng-content select=[next]></ng-content>\n</div>","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { MatProgressSpinnerModule } from '@angular/material/progress-spinner';\nimport { OverlayFrame } from './overlay.frame';\n\n@NgModule({\n declarations: [OverlayFrame],\n imports: [\n CommonModule,\n MatProgressSpinnerModule\n ],\n exports: [\n OverlayFrame\n ]\n})\nexport class OverlayModule { }\n\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":"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"}
@@ -1,84 +0,0 @@
1
- import * as i0 from '@angular/core';
2
- import { EventEmitter, Component, ChangeDetectionStrategy, Input, Output, NgModule } from '@angular/core';
3
- import * as i2 from '@angular/common';
4
- import { CommonModule } from '@angular/common';
5
- import * as i1 from '@angular/material/list';
6
- import { MatListModule } from '@angular/material/list';
7
- import * as i3 from '@angular/material/icon';
8
- import { MatIconModule } from '@angular/material/icon';
9
- import * as i4 from '@angular/material/core';
10
-
11
- function MenuOrganism_mat_list_option_1_Template(rf, ctx) { if (rf & 1) {
12
- const _r3 = i0.ɵɵgetCurrentView();
13
- i0.ɵɵelementStart(0, "mat-list-option", 2);
14
- i0.ɵɵlistener("click", function MenuOrganism_mat_list_option_1_Template_mat_list_option_click_0_listener() { const restoredCtx = i0.ɵɵrestoreView(_r3); const item_r1 = restoredCtx.$implicit; const ctx_r2 = i0.ɵɵnextContext(); return ctx_r2.actionItemClick.emit([item_r1]); });
15
- i0.ɵɵelementStart(1, "mat-icon", 3);
16
- i0.ɵɵtext(2);
17
- i0.ɵɵelementEnd();
18
- i0.ɵɵelementStart(3, "div", 4);
19
- i0.ɵɵtext(4);
20
- i0.ɵɵelementEnd()();
21
- } if (rf & 2) {
22
- const item_r1 = ctx.$implicit;
23
- i0.ɵɵproperty("value", item_r1.id);
24
- i0.ɵɵadvance(2);
25
- i0.ɵɵtextInterpolate1(" ", item_r1 == null ? null : item_r1.icon, "");
26
- i0.ɵɵadvance(2);
27
- i0.ɵɵtextInterpolate(item_r1.name);
28
- } }
29
- class MenuOrganism {
30
- constructor() {
31
- this.actionItems = [];
32
- this.actionItemClick = new EventEmitter();
33
- }
34
- }
35
- MenuOrganism.ɵfac = function MenuOrganism_Factory(t) { return new (t || MenuOrganism)(); };
36
- MenuOrganism.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: MenuOrganism, selectors: [["organisms-menu"]], inputs: { actionItems: "actionItems" }, outputs: { actionItemClick: "actionItemClick" }, decls: 2, vars: 2, consts: [[3, "multiple"], [3, "value", "click", 4, "ngFor", "ngForOf"], [3, "value", "click"], ["mat-list-icon", ""], ["mat-line", ""]], template: function MenuOrganism_Template(rf, ctx) { if (rf & 1) {
37
- i0.ɵɵelementStart(0, "mat-selection-list", 0);
38
- i0.ɵɵtemplate(1, MenuOrganism_mat_list_option_1_Template, 5, 3, "mat-list-option", 1);
39
- i0.ɵɵelementEnd();
40
- } if (rf & 2) {
41
- i0.ɵɵproperty("multiple", false);
42
- i0.ɵɵadvance(1);
43
- i0.ɵɵproperty("ngForOf", ctx.actionItems);
44
- } }, directives: [i1.MatSelectionList, i2.NgForOf, i1.MatListOption, i3.MatIcon, i1.MatListIconCssMatStyler, i4.MatLine], styles: ["[_nghost-%COMP%]{--primary-color: blue;--primary-color-SCOPED-IN-menu-QvKh: var(--primary-color);--secondary-color: blue;--secondary-color-SCOPED-IN-menu-QvKh: var(--secondary-color);--color: white;--color-SCOPED-IN-menu-QvKh: var(--color)}[_nghost-%COMP%]{display:block;width:100%;height:100%;background:var(--primary-color-SCOPED-IN-menu-QvKh);color:var(--color-SCOPED-IN-menu-QvKh);box-sizing:border-box}[_nghost-%COMP%] .mat-list-item[_ngcontent-%COMP%]{height:3rem!important}[_nghost-%COMP%] .mat-list-item .mat-list-item-content{display:flex;align-items:center;grid-gap:8px;padding-top:8px;padding-bottom:8px;cursor:pointer;color:var(--color-SCOPED-IN-menu-QvKh);font-size:12px}[_nghost-%COMP%] .mat-list-item .mat-list-text{padding-left:8px!important}"], changeDetection: 0 });
45
- (function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(MenuOrganism, [{
46
- type: Component,
47
- args: [{ selector: 'organisms-menu', changeDetection: ChangeDetectionStrategy.OnPush, template: "<mat-selection-list [multiple]=\"false\">\n <mat-list-option \n *ngFor=\"let item of actionItems\" \n [value]=\"item.id\"\n (click)=\"actionItemClick.emit([item])\"\n >\n <mat-icon mat-list-icon> {{ item?.icon }}</mat-icon>\n <div mat-line>{{item.name}}</div>\n </mat-list-option>\n</mat-selection-list>", styles: [":host{--primary-color: blue;--primary-color-SCOPED-IN-menu-QvKh: var(--primary-color);--secondary-color: blue;--secondary-color-SCOPED-IN-menu-QvKh: var(--secondary-color);--color: white;--color-SCOPED-IN-menu-QvKh: var(--color)}:host{display:block;width:100%;height:100%;background:var(--primary-color-SCOPED-IN-menu-QvKh);color:var(--color-SCOPED-IN-menu-QvKh);box-sizing:border-box}:host .mat-list-item{height:3rem!important}:host ::ng-deep .mat-list-item .mat-list-item-content{display:flex;align-items:center;grid-gap:8px;padding-top:8px;padding-bottom:8px;cursor:pointer;color:var(--color-SCOPED-IN-menu-QvKh);font-size:12px}:host ::ng-deep .mat-list-item .mat-list-text{padding-left:8px!important}\n"] }]
48
- }], null, { actionItems: [{
49
- type: Input
50
- }], actionItemClick: [{
51
- type: Output
52
- }] }); })();
53
-
54
- class MenuModule {
55
- }
56
- MenuModule.ɵfac = function MenuModule_Factory(t) { return new (t || MenuModule)(); };
57
- MenuModule.ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: MenuModule });
58
- MenuModule.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [[
59
- CommonModule,
60
- MatListModule,
61
- MatIconModule
62
- ]] });
63
- (function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(MenuModule, [{
64
- type: NgModule,
65
- args: [{
66
- declarations: [MenuOrganism],
67
- imports: [
68
- CommonModule,
69
- MatListModule,
70
- MatIconModule
71
- ],
72
- exports: [MenuOrganism]
73
- }]
74
- }], null, null); })();
75
- (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(MenuModule, { declarations: [MenuOrganism], imports: [CommonModule,
76
- MatListModule,
77
- MatIconModule], exports: [MenuOrganism] }); })();
78
-
79
- /**
80
- * Generated bundle index. Do not edit.
81
- */
82
-
83
- export { MenuModule, MenuOrganism };
84
- //# sourceMappingURL=ng-atomic-components-organisms-menu.mjs.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ng-atomic-components-organisms-menu.mjs","sources":["../../../../libs/components/src/organisms/menu/menu.organism.html","../../../../libs/components/src/organisms/menu/menu.organism.ts","../../../../libs/components/src/organisms/menu/menu.module.ts","../../../../libs/components/src/organisms/menu/ng-atomic-components-organisms-menu.ts"],"sourcesContent":["<mat-selection-list [multiple]=\"false\">\n <mat-list-option \n *ngFor=\"let item of actionItems\" \n [value]=\"item.id\"\n (click)=\"actionItemClick.emit([item])\"\n >\n <mat-icon mat-list-icon> {{ item?.icon }}</mat-icon>\n <div mat-line>{{item.name}}</div>\n </mat-list-option>\n</mat-selection-list>","import { Component, Input, ChangeDetectionStrategy, Output, EventEmitter } from '@angular/core';\nimport { ActionItem } from '@ng-atomic/common/models';\n\n@Component({\n selector: 'organisms-menu',\n templateUrl: './menu.organism.html',\n styleUrls: ['./menu.organism.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush,\n})\nexport class MenuOrganism {\n \n @Input()\n actionItems: ActionItem[] = [];\n\n @Output()\n actionItemClick = new EventEmitter<[ActionItem]>();\n\n}\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { MatListModule } from '@angular/material/list';\nimport { MatIconModule } from '@angular/material/icon';\n\nimport { MenuOrganism } from './menu.organism';\n\n@NgModule({\n declarations: [MenuOrganism],\n imports: [\n CommonModule,\n MatListModule,\n MatIconModule\n ],\n exports: [MenuOrganism]\n})\nexport class MenuModule { }\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":"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"}
@@ -1,3 +0,0 @@
1
- export * from './line-up.frame';
2
- export { LineUpModule } from './line-up.module';
3
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../libs/components/src/frames/line-up-v2/index.ts"],"names":[],"mappings":"AAAA,cAAc,iBAAiB,CAAC;AAChC,OAAO,EAAE,YAAY,EAAE,MAAM,kBAAkB,CAAC"}
@@ -1,2 +0,0 @@
1
- export declare const LINE_UP_ANIMATIONS: import("@angular/animations").AnimationTriggerMetadata[];
2
- //# sourceMappingURL=line-up.animations.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"line-up.animations.d.ts","sourceRoot":"","sources":["../../../../../libs/components/src/frames/line-up-v2/line-up.animations.ts"],"names":[],"mappings":"AAiEA,eAAO,MAAM,kBAAkB,0DAAmC,CAAC"}
@@ -1,36 +0,0 @@
1
- import { ElementRef, OnDestroy, OnInit } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- declare enum Mode {
4
- MAIN = "Main",
5
- BOTH = "Both",
6
- NEXT = "Next"
7
- }
8
- export declare class LineUpFrameService {
9
- frames: LineUpFrame[];
10
- register(frame: LineUpFrame): void;
11
- unregister(frame: LineUpFrame): void;
12
- findIndex(frame: LineUpFrame): number;
13
- propagate(frame: LineUpFrame): void;
14
- static ɵfac: i0.ɵɵFactoryDeclaration<LineUpFrameService, never>;
15
- static ɵprov: i0.ɵɵInjectableDeclaration<LineUpFrameService>;
16
- }
17
- export declare class LineUpFrame implements OnInit, OnDestroy {
18
- private service;
19
- Mode: typeof Mode;
20
- mode: Mode;
21
- private readonly refresh$;
22
- private readonly destroy$;
23
- private readonly hasNext$;
24
- set hasNext(value: boolean);
25
- minNextWidth: number;
26
- nextElementRef: ElementRef;
27
- constructor(service: LineUpFrameService);
28
- ngOnInit(): void;
29
- ngOnDestroy(): void;
30
- refresh(): void;
31
- private resolveMode;
32
- static ɵfac: i0.ɵɵFactoryDeclaration<LineUpFrame, never>;
33
- static ɵcmp: i0.ɵɵComponentDeclaration<LineUpFrame, "frames-line-up", never, { "hasNext": "hasNext"; "minNextWidth": "minNextWidth"; }, {}, never, ["[main]", "[next]"]>;
34
- }
35
- export {};
36
- //# sourceMappingURL=line-up.frame.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"line-up.frame.d.ts","sourceRoot":"","sources":["../../../../../libs/components/src/frames/line-up-v2/line-up.frame.ts"],"names":[],"mappings":"AAAA,OAAO,EAAsC,UAAU,EAAqB,SAAS,EAAE,MAAM,EAAa,MAAM,eAAe,CAAC;;AAMhI,aAAK,IAAI;IACP,IAAI,SAAS;IACb,IAAI,SAAS;IACb,IAAI,SAAS;CACd;AAED,qBACa,kBAAkB;IAC7B,MAAM,EAAE,WAAW,EAAE,CAAM;IAE3B,QAAQ,CAAC,KAAK,EAAE,WAAW;IAK3B,UAAU,CAAC,KAAK,EAAE,WAAW;IAI7B,SAAS,CAAC,KAAK,EAAE,WAAW,GAAG,MAAM;IAIrC,SAAS,CAAC,KAAK,EAAE,WAAW,GAAG,IAAI;yCAhBxB,kBAAkB;6CAAlB,kBAAkB;CAoB9B;AAED,qBAOa,WAAY,YAAW,MAAM,EAAE,SAAS;IAmBvC,OAAO,CAAC,OAAO;IAlB3B,IAAI,cAAQ;IACZ,IAAI,OAAa;IAEjB,OAAO,CAAC,QAAQ,CAAC,QAAQ,CAA8B;IACvD,OAAO,CAAC,QAAQ,CAAC,QAAQ,CAA8B;IACvD,OAAO,CAAC,QAAQ,CAAC,QAAQ,CAA8B;IAEvD,IACI,OAAO,CAAC,KAAK,EAAE,OAAO,EAEzB;IAGD,YAAY,EAAE,MAAM,CAAO;IAG3B,cAAc,EAAG,UAAU,CAAC;gBAER,OAAO,EAAE,kBAAkB;IAE/C,QAAQ,IAAI,IAAI;IAchB,WAAW,IAAI,IAAI;IAKnB,OAAO;IAIP,OAAO,CAAC,WAAW;yCA5CR,WAAW;2CAAX,WAAW;CAgDvB"}
@@ -1,10 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./line-up.frame";
3
- import * as i2 from "@angular/common";
4
- import * as i3 from "@angular/material/progress-spinner";
5
- export declare class LineUpModule {
6
- static ɵfac: i0.ɵɵFactoryDeclaration<LineUpModule, never>;
7
- static ɵmod: i0.ɵɵNgModuleDeclaration<LineUpModule, [typeof i1.LineUpFrame], [typeof i2.CommonModule, typeof i3.MatProgressSpinnerModule], [typeof i1.LineUpFrame]>;
8
- static ɵinj: i0.ɵɵInjectorDeclaration<LineUpModule>;
9
- }
10
- //# sourceMappingURL=line-up.module.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"line-up.module.d.ts","sourceRoot":"","sources":["../../../../../libs/components/src/frames/line-up-v2/line-up.module.ts"],"names":[],"mappings":";;;;AAOA,qBAQa,YAAY;yCAAZ,YAAY;0CAAZ,YAAY;0CAAZ,YAAY;CAAI"}
@@ -1,6 +0,0 @@
1
- /**
2
- * Generated bundle index. Do not edit.
3
- */
4
- /// <amd-module name="@ng-atomic/components/frames/line-up-v2" />
5
- export * from './index';
6
- //# sourceMappingURL=ng-atomic-components-frames-line-up-v2.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ng-atomic-components-frames-line-up-v2.d.ts","sourceRoot":"","sources":["../../../../../libs/components/src/frames/line-up-v2/ng-atomic-components-frames-line-up-v2.ts"],"names":[],"mappings":"AAAA;;GAEG;;AAEH,cAAc,SAAS,CAAC"}
@@ -1,10 +0,0 @@
1
- {
2
- "module": "../../fesm2015/ng-atomic-components-frames-line-up-v2.mjs",
3
- "es2020": "../../fesm2020/ng-atomic-components-frames-line-up-v2.mjs",
4
- "esm2020": "../../esm2020/frames/line-up-v2/ng-atomic-components-frames-line-up-v2.mjs",
5
- "fesm2020": "../../fesm2020/ng-atomic-components-frames-line-up-v2.mjs",
6
- "fesm2015": "../../fesm2015/ng-atomic-components-frames-line-up-v2.mjs",
7
- "typings": "ng-atomic-components-frames-line-up-v2.d.ts",
8
- "sideEffects": false,
9
- "name": "@ng-atomic/components/frames/line-up-v2"
10
- }
@@ -1,4 +0,0 @@
1
- import { Observable } from 'rxjs';
2
- import { ElementRef } from '@angular/core';
3
- export declare function fromResize({ nativeElement }: ElementRef<Element>): Observable<number>;
4
- //# sourceMappingURL=resize-observer.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"resize-observer.d.ts","sourceRoot":"","sources":["../../../../../libs/components/src/frames/line-up-v2/resize-observer.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,MAAM,CAAC;AAIlC,OAAO,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC;AAE3C,wBAAgB,UAAU,CAAC,EAAC,aAAa,EAAC,EAAE,UAAU,CAAC,OAAO,CAAC,GAAG,UAAU,CAAC,MAAM,CAAC,CAWnF"}
@@ -1,3 +0,0 @@
1
- export * from './overlay.frame';
2
- export * from './overlay.module';
3
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../libs/components/src/frames/overlay-v2/index.ts"],"names":[],"mappings":"AAAA,cAAc,iBAAiB,CAAC;AAChC,cAAc,kBAAkB,CAAC"}
@@ -1,6 +0,0 @@
1
- /**
2
- * Generated bundle index. Do not edit.
3
- */
4
- /// <amd-module name="@ng-atomic/components/frames/overlay-v2" />
5
- export * from './index';
6
- //# sourceMappingURL=ng-atomic-components-frames-overlay-v2.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ng-atomic-components-frames-overlay-v2.d.ts","sourceRoot":"","sources":["../../../../../libs/components/src/frames/overlay-v2/ng-atomic-components-frames-overlay-v2.ts"],"names":[],"mappings":"AAAA;;GAEG;;AAEH,cAAc,SAAS,CAAC"}
@@ -1,2 +0,0 @@
1
- export declare const OVERLAY_ANIMATION: import("@angular/animations").AnimationTriggerMetadata;
2
- //# sourceMappingURL=overlay.animations.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"overlay.animations.d.ts","sourceRoot":"","sources":["../../../../../libs/components/src/frames/overlay-v2/overlay.animations.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,iBAAiB,wDAyB5B,CAAC"}
@@ -1,7 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- export declare class OverlayFrame {
3
- hasNext: boolean;
4
- static ɵfac: i0.ɵɵFactoryDeclaration<OverlayFrame, never>;
5
- static ɵcmp: i0.ɵɵComponentDeclaration<OverlayFrame, "frames-overlay", never, { "hasNext": "hasNext"; }, {}, never, ["[main]", "[next]"]>;
6
- }
7
- //# sourceMappingURL=overlay.frame.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"overlay.frame.d.ts","sourceRoot":"","sources":["../../../../../libs/components/src/frames/overlay-v2/overlay.frame.ts"],"names":[],"mappings":";AAGA,qBAOa,YAAY;IAEvB,OAAO,UAAS;yCAFL,YAAY;2CAAZ,YAAY;CAGxB"}
@@ -1,10 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./overlay.frame";
3
- import * as i2 from "@angular/common";
4
- import * as i3 from "@angular/material/progress-spinner";
5
- export declare class OverlayModule {
6
- static ɵfac: i0.ɵɵFactoryDeclaration<OverlayModule, never>;
7
- static ɵmod: i0.ɵɵNgModuleDeclaration<OverlayModule, [typeof i1.OverlayFrame], [typeof i2.CommonModule, typeof i3.MatProgressSpinnerModule], [typeof i1.OverlayFrame]>;
8
- static ɵinj: i0.ɵɵInjectorDeclaration<OverlayModule>;
9
- }
10
- //# sourceMappingURL=overlay.module.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"overlay.module.d.ts","sourceRoot":"","sources":["../../../../../libs/components/src/frames/overlay-v2/overlay.module.ts"],"names":[],"mappings":";;;;AAKA,qBAUa,aAAa;yCAAb,aAAa;0CAAb,aAAa;0CAAb,aAAa;CAAI"}