@delon/abc 17.0.5 → 17.1.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 (240) hide show
  1. package/auto-focus/auto-focus.directive.d.ts +7 -12
  2. package/avatar-list/avatar-list-item.component.d.ts +1 -1
  3. package/avatar-list/avatar-list.component.d.ts +10 -12
  4. package/avatar-list/avatar-list.module.d.ts +6 -6
  5. package/cell/cell-host.directive.d.ts +3 -5
  6. package/cell/cell.component.d.ts +10 -15
  7. package/cell/cell.service.d.ts +4 -7
  8. package/count-down/count-down.component.d.ts +1 -1
  9. package/count-down/count-down.module.d.ts +4 -4
  10. package/date-picker/date-picker.module.d.ts +6 -6
  11. package/date-picker/range-shortcut.component.d.ts +2 -2
  12. package/date-picker/range.directive.d.ts +7 -9
  13. package/down-file/down-file.directive.d.ts +6 -7
  14. package/down-file/down-file.module.d.ts +4 -4
  15. package/ellipsis/ellipsis.component.d.ts +12 -15
  16. package/ellipsis/ellipsis.module.d.ts +5 -5
  17. package/error-collect/error-collect.component.d.ts +14 -14
  18. package/error-collect/error-collect.module.d.ts +4 -4
  19. package/esm2022/auto-focus/auto-focus.directive.mjs +21 -32
  20. package/esm2022/auto-focus/auto-focus.module.mjs +4 -4
  21. package/esm2022/avatar-list/avatar-list-item.component.mjs +6 -5
  22. package/esm2022/avatar-list/avatar-list.component.mjs +28 -34
  23. package/esm2022/avatar-list/avatar-list.module.mjs +6 -7
  24. package/esm2022/cell/cell-host.directive.mjs +10 -10
  25. package/esm2022/cell/cell.component.mjs +43 -59
  26. package/esm2022/cell/cell.module.mjs +4 -4
  27. package/esm2022/cell/cell.service.mjs +13 -14
  28. package/esm2022/count-down/count-down.component.mjs +9 -7
  29. package/esm2022/count-down/count-down.module.mjs +6 -7
  30. package/esm2022/date-picker/date-picker.module.mjs +6 -7
  31. package/esm2022/date-picker/range-shortcut.component.mjs +9 -9
  32. package/esm2022/date-picker/range.directive.mjs +16 -19
  33. package/esm2022/down-file/down-file.directive.mjs +17 -18
  34. package/esm2022/down-file/down-file.module.mjs +7 -8
  35. package/esm2022/ellipsis/ellipsis.component.mjs +36 -49
  36. package/esm2022/ellipsis/ellipsis.module.mjs +6 -7
  37. package/esm2022/error-collect/error-collect.component.mjs +27 -36
  38. package/esm2022/error-collect/error-collect.module.mjs +6 -7
  39. package/esm2022/exception/exception.component.mjs +21 -25
  40. package/esm2022/exception/exception.module.mjs +6 -7
  41. package/esm2022/footer-toolbar/footer-toolbar.component.mjs +18 -28
  42. package/esm2022/footer-toolbar/footer-toolbar.module.mjs +6 -7
  43. package/esm2022/full-content/full-content-toggle.directive.mjs +11 -10
  44. package/esm2022/full-content/full-content.component.mjs +26 -38
  45. package/esm2022/full-content/full-content.module.mjs +6 -7
  46. package/esm2022/full-content/full-content.service.mjs +3 -3
  47. package/esm2022/global-footer/global-footer-item.component.mjs +9 -12
  48. package/esm2022/global-footer/global-footer.component.mjs +23 -28
  49. package/esm2022/global-footer/global-footer.module.mjs +6 -7
  50. package/esm2022/hotkey/hotkey.directive.mjs +14 -14
  51. package/esm2022/hotkey/hotkey.module.mjs +4 -4
  52. package/esm2022/let/let.directive.mjs +3 -3
  53. package/esm2022/let/let.module.mjs +4 -4
  54. package/esm2022/loading/loading.component.mjs +8 -8
  55. package/esm2022/loading/loading.module.mjs +6 -7
  56. package/esm2022/loading/loading.service.mjs +15 -17
  57. package/esm2022/lodop/lodop.module.mjs +4 -4
  58. package/esm2022/lodop/lodop.service.mjs +10 -10
  59. package/esm2022/media/media.component.mjs +24 -25
  60. package/esm2022/media/media.module.mjs +6 -7
  61. package/esm2022/media/media.service.mjs +15 -15
  62. package/esm2022/notice-icon/notice-icon-tab.component.mjs +16 -9
  63. package/esm2022/notice-icon/notice-icon.component.mjs +40 -39
  64. package/esm2022/notice-icon/notice-icon.module.mjs +10 -9
  65. package/esm2022/observers/observer-size.mjs +18 -18
  66. package/esm2022/onboarding/onboarding.component.mjs +24 -30
  67. package/esm2022/onboarding/onboarding.module.mjs +25 -9
  68. package/esm2022/onboarding/onboarding.service.mjs +26 -33
  69. package/esm2022/page-header/page-header.component.mjs +61 -84
  70. package/esm2022/page-header/page-header.module.mjs +9 -9
  71. package/esm2022/pdf/pdf.component.mjs +46 -71
  72. package/esm2022/pdf/pdf.module.mjs +6 -7
  73. package/esm2022/qr/qr.component.mjs +11 -19
  74. package/esm2022/qr/qr.module.mjs +4 -4
  75. package/esm2022/quick-menu/quick-menu.component.mjs +21 -29
  76. package/esm2022/quick-menu/quick-menu.module.mjs +6 -7
  77. package/esm2022/result/result.component.mjs +20 -22
  78. package/esm2022/result/result.module.mjs +6 -7
  79. package/esm2022/reuse-tab/provide.mjs +2 -1
  80. package/esm2022/reuse-tab/reuse-tab-context-menu.component.mjs +13 -14
  81. package/esm2022/reuse-tab/reuse-tab-context.component.mjs +12 -16
  82. package/esm2022/reuse-tab/reuse-tab-context.directive.mjs +9 -9
  83. package/esm2022/reuse-tab/reuse-tab-context.service.mjs +9 -10
  84. package/esm2022/reuse-tab/reuse-tab.component.mjs +58 -93
  85. package/esm2022/reuse-tab/reuse-tab.module.mjs +4 -4
  86. package/esm2022/reuse-tab/reuse-tab.service.mjs +71 -60
  87. package/esm2022/reuse-tab/reuse-tab.strategy.mjs +5 -3
  88. package/esm2022/se/se-container.component.mjs +62 -79
  89. package/esm2022/se/se.component.mjs +42 -59
  90. package/esm2022/se/se.module.mjs +6 -7
  91. package/esm2022/sg/sg-container.component.mjs +12 -20
  92. package/esm2022/sg/sg.component.mjs +21 -27
  93. package/esm2022/sg/sg.module.mjs +6 -7
  94. package/esm2022/st/st-column-source.mjs +4 -4
  95. package/esm2022/st/st-data-source.mjs +4 -4
  96. package/esm2022/st/st-export.mjs +16 -12
  97. package/esm2022/st/st-filter.component.mjs +11 -11
  98. package/esm2022/st/st-row.directive.mjs +12 -14
  99. package/esm2022/st/st-widget-host.directive.mjs +10 -10
  100. package/esm2022/st/st-widget.mjs +3 -3
  101. package/esm2022/st/st.component.mjs +82 -124
  102. package/esm2022/st/st.module.mjs +4 -4
  103. package/esm2022/sv/sv-container.component.mjs +60 -78
  104. package/esm2022/sv/sv-value.component.mjs +9 -7
  105. package/esm2022/sv/sv.component.mjs +35 -48
  106. package/esm2022/sv/sv.module.mjs +6 -7
  107. package/esm2022/tag-select/tag-select.component.mjs +19 -24
  108. package/esm2022/tag-select/tag-select.module.mjs +6 -7
  109. package/esm2022/xlsx/xlsx.directive.mjs +9 -9
  110. package/esm2022/xlsx/xlsx.module.mjs +4 -4
  111. package/esm2022/xlsx/xlsx.service.mjs +13 -13
  112. package/esm2022/zip/zip.service.mjs +13 -13
  113. package/exception/exception.component.d.ts +13 -13
  114. package/exception/exception.module.d.ts +7 -7
  115. package/fesm2022/auto-focus.mjs +24 -35
  116. package/fesm2022/auto-focus.mjs.map +1 -1
  117. package/fesm2022/avatar-list.mjs +37 -46
  118. package/fesm2022/avatar-list.mjs.map +1 -1
  119. package/fesm2022/cell.mjs +67 -84
  120. package/fesm2022/cell.mjs.map +1 -1
  121. package/fesm2022/chart-observer-size.mjs +17 -17
  122. package/fesm2022/chart-observer-size.mjs.map +1 -1
  123. package/fesm2022/count-down.mjs +13 -13
  124. package/fesm2022/count-down.mjs.map +1 -1
  125. package/fesm2022/date-picker.mjs +28 -33
  126. package/fesm2022/date-picker.mjs.map +1 -1
  127. package/fesm2022/down-file.mjs +22 -25
  128. package/fesm2022/down-file.mjs.map +1 -1
  129. package/fesm2022/ellipsis.mjs +40 -56
  130. package/fesm2022/ellipsis.mjs.map +1 -1
  131. package/fesm2022/error-collect.mjs +31 -42
  132. package/fesm2022/error-collect.mjs.map +1 -1
  133. package/fesm2022/exception.mjs +25 -34
  134. package/fesm2022/exception.mjs.map +1 -1
  135. package/fesm2022/footer-toolbar.mjs +22 -35
  136. package/fesm2022/footer-toolbar.mjs.map +1 -1
  137. package/fesm2022/full-content.mjs +40 -52
  138. package/fesm2022/full-content.mjs.map +1 -1
  139. package/fesm2022/global-footer.mjs +34 -45
  140. package/fesm2022/global-footer.mjs.map +1 -1
  141. package/fesm2022/hotkey.mjs +17 -17
  142. package/fesm2022/hotkey.mjs.map +1 -1
  143. package/fesm2022/let.mjs +7 -7
  144. package/fesm2022/loading.mjs +26 -33
  145. package/fesm2022/loading.mjs.map +1 -1
  146. package/fesm2022/lodop.mjs +13 -13
  147. package/fesm2022/lodop.mjs.map +1 -1
  148. package/fesm2022/media.mjs +40 -42
  149. package/fesm2022/media.mjs.map +1 -1
  150. package/fesm2022/notice-icon.mjs +61 -62
  151. package/fesm2022/notice-icon.mjs.map +1 -1
  152. package/fesm2022/onboarding.mjs +71 -72
  153. package/fesm2022/onboarding.mjs.map +1 -1
  154. package/fesm2022/page-header.mjs +68 -97
  155. package/fesm2022/page-header.mjs.map +1 -1
  156. package/fesm2022/pdf.mjs +50 -77
  157. package/fesm2022/pdf.mjs.map +1 -1
  158. package/fesm2022/qr.mjs +14 -22
  159. package/fesm2022/qr.mjs.map +1 -1
  160. package/fesm2022/quick-menu.mjs +25 -37
  161. package/fesm2022/quick-menu.mjs.map +1 -1
  162. package/fesm2022/result.mjs +24 -29
  163. package/fesm2022/result.mjs.map +1 -1
  164. package/fesm2022/reuse-tab.mjs +175 -206
  165. package/fesm2022/reuse-tab.mjs.map +1 -1
  166. package/fesm2022/se.mjs +104 -141
  167. package/fesm2022/se.mjs.map +1 -1
  168. package/fesm2022/sg.mjs +34 -47
  169. package/fesm2022/sg.mjs.map +1 -1
  170. package/fesm2022/st.mjs +134 -171
  171. package/fesm2022/st.mjs.map +1 -1
  172. package/fesm2022/sv.mjs +102 -135
  173. package/fesm2022/sv.mjs.map +1 -1
  174. package/fesm2022/tag-select.mjs +23 -31
  175. package/fesm2022/tag-select.mjs.map +1 -1
  176. package/fesm2022/xlsx.mjs +22 -22
  177. package/fesm2022/xlsx.mjs.map +1 -1
  178. package/fesm2022/zip.mjs +12 -12
  179. package/fesm2022/zip.mjs.map +1 -1
  180. package/footer-toolbar/footer-toolbar.component.d.ts +6 -10
  181. package/footer-toolbar/footer-toolbar.module.d.ts +5 -5
  182. package/full-content/full-content-toggle.directive.d.ts +2 -4
  183. package/full-content/full-content.component.d.ts +11 -16
  184. package/full-content/full-content.module.d.ts +4 -4
  185. package/global-footer/global-footer-item.component.d.ts +2 -3
  186. package/global-footer/global-footer.component.d.ts +12 -16
  187. package/global-footer/global-footer.module.d.ts +5 -5
  188. package/hotkey/hotkey.directive.d.ts +4 -6
  189. package/loading/loading.component.d.ts +2 -2
  190. package/loading/loading.module.d.ts +7 -7
  191. package/loading/loading.service.d.ts +5 -8
  192. package/lodop/lodop.service.d.ts +2 -3
  193. package/media/media.component.d.ts +9 -13
  194. package/media/media.module.d.ts +3 -3
  195. package/media/media.service.d.ts +3 -5
  196. package/notice-icon/notice-icon-tab.component.d.ts +1 -1
  197. package/notice-icon/notice-icon.component.d.ts +9 -11
  198. package/notice-icon/notice-icon.module.d.ts +13 -13
  199. package/observers/observer-size.d.ts +4 -5
  200. package/onboarding/onboarding.component.d.ts +7 -10
  201. package/onboarding/onboarding.module.d.ts +8 -8
  202. package/onboarding/onboarding.service.d.ts +9 -16
  203. package/package.json +5 -5
  204. package/page-header/page-header.component.d.ts +24 -27
  205. package/page-header/page-header.module.d.ts +9 -9
  206. package/pdf/pdf.component.d.ts +22 -22
  207. package/pdf/pdf.module.d.ts +4 -4
  208. package/pdf/pdf.types.d.ts +1 -1
  209. package/qr/qr.component.d.ts +3 -4
  210. package/quick-menu/quick-menu.component.d.ts +8 -10
  211. package/quick-menu/quick-menu.module.d.ts +5 -5
  212. package/result/result.component.d.ts +8 -9
  213. package/result/result.module.d.ts +5 -5
  214. package/reuse-tab/reuse-tab-context-menu.component.d.ts +1 -3
  215. package/reuse-tab/reuse-tab-context.component.d.ts +4 -7
  216. package/reuse-tab/reuse-tab-context.directive.d.ts +1 -3
  217. package/reuse-tab/reuse-tab-context.service.d.ts +1 -3
  218. package/reuse-tab/reuse-tab.component.d.ts +21 -28
  219. package/reuse-tab/reuse-tab.service.d.ts +10 -12
  220. package/reuse-tab/reuse-tab.strategy.d.ts +1 -3
  221. package/se/se-container.component.d.ts +20 -21
  222. package/se/se.component.d.ts +17 -21
  223. package/se/se.module.d.ts +7 -7
  224. package/sg/sg-container.component.d.ts +4 -5
  225. package/sg/sg.component.d.ts +9 -12
  226. package/sg/sg.module.d.ts +4 -4
  227. package/st/st-export.d.ts +3 -4
  228. package/st/st-filter.component.d.ts +2 -3
  229. package/st/st-row.directive.d.ts +3 -4
  230. package/st/st-widget-host.directive.d.ts +3 -5
  231. package/st/st.component.d.ts +36 -40
  232. package/sv/sv-container.component.d.ts +19 -20
  233. package/sv/sv-value.component.d.ts +1 -1
  234. package/sv/sv.component.d.ts +13 -16
  235. package/sv/sv.module.d.ts +9 -9
  236. package/tag-select/tag-select.component.d.ts +11 -13
  237. package/tag-select/tag-select.module.d.ts +5 -5
  238. package/xlsx/xlsx.directive.d.ts +1 -3
  239. package/xlsx/xlsx.service.d.ts +4 -7
  240. package/zip/zip.service.d.ts +4 -7
@@ -1,19 +1,14 @@
1
- import { Platform } from '@angular/cdk/platform';
2
- import { AfterViewInit, ChangeDetectorRef, ElementRef, OnDestroy } from '@angular/core';
3
- import { BooleanInput, NumberInput } from '@delon/util/decorator';
1
+ import { AfterViewInit } from '@angular/core';
4
2
  import * as i0 from "@angular/core";
5
- export declare class AutoFocusDirective implements AfterViewInit, OnDestroy {
6
- private el;
7
- private cdr;
8
- private platform;
9
- static ngAcceptInputType_enabled: BooleanInput;
10
- static ngAcceptInputType_delay: NumberInput;
11
- private _focusoutTimeout;
3
+ export declare class AutoFocusDirective implements AfterViewInit {
4
+ private readonly el;
5
+ private readonly platform;
6
+ private readonly destroy$;
12
7
  enabled: boolean;
13
8
  delay: number;
14
- constructor(el: ElementRef<HTMLElement>, cdr: ChangeDetectorRef, platform: Platform);
15
9
  ngAfterViewInit(): void;
16
- ngOnDestroy(): void;
17
10
  static ɵfac: i0.ɵɵFactoryDeclaration<AutoFocusDirective, never>;
18
11
  static ɵdir: i0.ɵɵDirectiveDeclaration<AutoFocusDirective, "[auto-focus], input[autofocus=\"autofocus\"], textarea[autofocus=\"autofocus\"]", ["autoFocus"], { "enabled": { "alias": "enabled"; "required": false; }; "delay": { "alias": "delay"; "required": false; }; }, {}, never, never, true, never>;
12
+ static ngAcceptInputType_enabled: unknown;
13
+ static ngAcceptInputType_delay: unknown;
19
14
  }
@@ -5,5 +5,5 @@ export declare class AvatarListItemComponent {
5
5
  icon?: string;
6
6
  tips?: string;
7
7
  static ɵfac: i0.ɵɵFactoryDeclaration<AvatarListItemComponent, never>;
8
- static ɵcmp: i0.ɵɵComponentDeclaration<AvatarListItemComponent, "avatar-list-item, [avatar-list-item]", ["avatarListItem"], { "src": { "alias": "src"; "required": false; }; "text": { "alias": "text"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "tips": { "alias": "tips"; "required": false; }; }, {}, never, ["*"], false, never>;
8
+ static ɵcmp: i0.ɵɵComponentDeclaration<AvatarListItemComponent, "avatar-list-item, [avatar-list-item]", ["avatarListItem"], { "src": { "alias": "src"; "required": false; }; "text": { "alias": "text"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "tips": { "alias": "tips"; "required": false; }; }, {}, never, ["*"], true, never>;
9
9
  }
@@ -1,28 +1,26 @@
1
- import { Direction, Directionality } from '@angular/cdk/bidi';
2
- import { AfterViewInit, ChangeDetectorRef, OnChanges } from '@angular/core';
3
- import { NumberInput } from '@delon/util/decorator';
1
+ import { Direction } from '@angular/cdk/bidi';
2
+ import { AfterViewInit, OnChanges } from '@angular/core';
4
3
  import type { NgStyleInterface, NzSizeLDSType } from 'ng-zorro-antd/core/types';
5
4
  import { AvatarListItemComponent } from './avatar-list-item.component';
6
5
  import * as i0 from "@angular/core";
7
6
  export declare class AvatarListComponent implements AfterViewInit, OnChanges {
8
- private cdr;
9
- private directionality;
10
- static ngAcceptInputType_maxLength: NumberInput;
7
+ private readonly cdr;
8
+ private readonly directionality;
9
+ private readonly destroy$;
11
10
  private inited;
12
- private _items;
13
- private dir$;
11
+ private readonly _items;
14
12
  items: AvatarListItemComponent[];
15
13
  exceedCount: number;
16
- dir: Direction;
14
+ dir?: Direction;
17
15
  cls: string;
18
16
  avatarSize: NzSizeLDSType;
19
17
  set size(value: 'large' | 'small' | 'mini' | 'default');
20
18
  maxLength: number;
21
19
  excessItemsStyle: NgStyleInterface | null;
22
- constructor(cdr: ChangeDetectorRef, directionality: Directionality);
23
20
  private gen;
24
21
  ngAfterViewInit(): void;
25
22
  ngOnChanges(): void;
26
- static ɵfac: i0.ɵɵFactoryDeclaration<AvatarListComponent, [null, { optional: true; }]>;
27
- static ɵcmp: i0.ɵɵComponentDeclaration<AvatarListComponent, "avatar-list", ["avatarList"], { "size": { "alias": "size"; "required": false; }; "maxLength": { "alias": "maxLength"; "required": false; }; "excessItemsStyle": { "alias": "excessItemsStyle"; "required": false; }; }, {}, ["_items"], never, false, never>;
23
+ static ɵfac: i0.ɵɵFactoryDeclaration<AvatarListComponent, never>;
24
+ static ɵcmp: i0.ɵɵComponentDeclaration<AvatarListComponent, "avatar-list", ["avatarList"], { "size": { "alias": "size"; "required": false; }; "maxLength": { "alias": "maxLength"; "required": false; }; "excessItemsStyle": { "alias": "excessItemsStyle"; "required": false; }; }, {}, ["_items"], never, true, never>;
25
+ static ngAcceptInputType_maxLength: unknown;
28
26
  }
@@ -1,11 +1,11 @@
1
1
  import * as i0 from "@angular/core";
2
- import * as i1 from "./avatar-list.component";
3
- import * as i2 from "./avatar-list-item.component";
4
- import * as i3 from "@angular/common";
5
- import * as i4 from "ng-zorro-antd/avatar";
6
- import * as i5 from "ng-zorro-antd/tooltip";
2
+ import * as i1 from "@angular/common";
3
+ import * as i2 from "ng-zorro-antd/avatar";
4
+ import * as i3 from "ng-zorro-antd/tooltip";
5
+ import * as i4 from "./avatar-list.component";
6
+ import * as i5 from "./avatar-list-item.component";
7
7
  export declare class AvatarListModule {
8
8
  static ɵfac: i0.ɵɵFactoryDeclaration<AvatarListModule, never>;
9
- static ɵmod: i0.ɵɵNgModuleDeclaration<AvatarListModule, [typeof i1.AvatarListComponent, typeof i2.AvatarListItemComponent], [typeof i3.CommonModule, typeof i4.NzAvatarModule, typeof i5.NzToolTipModule], [typeof i1.AvatarListComponent, typeof i2.AvatarListItemComponent]>;
9
+ static ɵmod: i0.ɵɵNgModuleDeclaration<AvatarListModule, never, [typeof i1.CommonModule, typeof i2.NzAvatarModule, typeof i3.NzToolTipModule, typeof i4.AvatarListComponent, typeof i5.AvatarListItemComponent], [typeof i4.AvatarListComponent, typeof i5.AvatarListItemComponent]>;
10
10
  static ɵinj: i0.ɵɵInjectorDeclaration<AvatarListModule>;
11
11
  }
@@ -1,12 +1,10 @@
1
- import { OnInit, ViewContainerRef } from '@angular/core';
2
- import { CellService } from './cell.service';
1
+ import { OnInit } from '@angular/core';
3
2
  import { CellWidgetData } from './cell.types';
4
3
  import * as i0 from "@angular/core";
5
4
  export declare class CellHostDirective implements OnInit {
6
- private srv;
7
- private viewContainerRef;
5
+ private readonly srv;
6
+ private readonly viewContainerRef;
8
7
  data: CellWidgetData;
9
- constructor(srv: CellService, viewContainerRef: ViewContainerRef);
10
8
  ngOnInit(): void;
11
9
  static ɵfac: i0.ɵɵFactoryDeclaration<CellHostDirective, never>;
12
10
  static ɵdir: i0.ɵɵDirectiveDeclaration<CellHostDirective, "[cell-widget-host]", never, { "data": { "alias": "data"; "required": false; }; }, {}, never, never, true, never>;
@@ -1,22 +1,16 @@
1
- import { ChangeDetectorRef, ElementRef, EventEmitter, OnChanges, OnDestroy, Renderer2, SimpleChange } from '@angular/core';
1
+ import { EventEmitter, OnChanges, OnDestroy, SimpleChange } from '@angular/core';
2
2
  import type { SafeValue } from '@angular/platform-browser';
3
- import { Router } from '@angular/router';
4
- import { BooleanInput } from '@delon/util/decorator';
5
3
  import type { NzSafeAny } from 'ng-zorro-antd/core/types';
6
- import { NzImageService } from 'ng-zorro-antd/image';
7
- import { CellService } from './cell.service';
8
4
  import type { CellOptions, CellTextResult, CellValue, CellWidgetData } from './cell.types';
9
5
  import * as i0 from "@angular/core";
10
6
  export declare class CellComponent implements OnChanges, OnDestroy {
11
- private srv;
12
- private router;
13
- private cdr;
14
- private el;
15
- private renderer;
16
- private imgSrv;
17
- private win;
18
- static ngAcceptInputType_loading: BooleanInput;
19
- static ngAcceptInputType_disabled: BooleanInput;
7
+ private readonly srv;
8
+ private readonly router;
9
+ private readonly cdr;
10
+ private readonly renderer;
11
+ private readonly imgSrv;
12
+ private readonly win;
13
+ private readonly el;
20
14
  private destroy$?;
21
15
  _text: string | SafeValue | string[] | number;
22
16
  _unit?: string;
@@ -30,7 +24,6 @@ export declare class CellComponent implements OnChanges, OnDestroy {
30
24
  get safeOpt(): CellOptions;
31
25
  get isText(): boolean;
32
26
  get hostData(): CellWidgetData;
33
- constructor(srv: CellService, router: Router, cdr: ChangeDetectorRef, el: ElementRef<HTMLElement>, renderer: Renderer2, imgSrv: NzImageService, win: any);
34
27
  private updateValue;
35
28
  private setClass;
36
29
  ngOnChanges(changes: {
@@ -42,4 +35,6 @@ export declare class CellComponent implements OnChanges, OnDestroy {
42
35
  ngOnDestroy(): void;
43
36
  static ɵfac: i0.ɵɵFactoryDeclaration<CellComponent, never>;
44
37
  static ɵcmp: i0.ɵɵComponentDeclaration<CellComponent, "cell, [cell]", ["cell"], { "value": { "alias": "value"; "required": false; }; "options": { "alias": "options"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; }, { "valueChange": "valueChange"; }, never, never, true, never>;
38
+ static ngAcceptInputType_loading: unknown;
39
+ static ngAcceptInputType_disabled: unknown;
45
40
  }
@@ -1,18 +1,15 @@
1
1
  import { Type } from '@angular/core';
2
- import { DomSanitizer } from '@angular/platform-browser';
3
2
  import { Observable } from 'rxjs';
4
3
  import { AlainConfigService } from '@delon/util/config';
5
- import { CurrencyService } from '@delon/util/format';
6
- import { NzI18nService } from 'ng-zorro-antd/i18n';
7
4
  import type { CellOptions, CellTextResult, CellWidget } from './cell.types';
8
5
  import * as i0 from "@angular/core";
9
6
  export declare class CellService {
10
- private nzI18n;
11
- private currency;
12
- private dom;
7
+ private readonly nzI18n;
8
+ private readonly currency;
9
+ private readonly dom;
13
10
  private globalOptions;
14
11
  private widgets;
15
- constructor(configSrv: AlainConfigService, nzI18n: NzI18nService, currency: CurrencyService, dom: DomSanitizer);
12
+ constructor(configSrv: AlainConfigService);
16
13
  registerWidget(key: string, widget: Type<unknown>): void;
17
14
  getWidget(key: string): CellWidget | undefined;
18
15
  private genType;
@@ -11,5 +11,5 @@ export declare class CountDownComponent {
11
11
  readonly event: EventEmitter<CountdownEvent>;
12
12
  handleEvent(e: CountdownEvent): void;
13
13
  static ɵfac: i0.ɵɵFactoryDeclaration<CountDownComponent, never>;
14
- static ɵcmp: i0.ɵɵComponentDeclaration<CountDownComponent, "count-down", ["countDown"], { "config": { "alias": "config"; "required": false; }; "target": { "alias": "target"; "required": false; }; }, { "event": "event"; }, never, never, false, never>;
14
+ static ɵcmp: i0.ɵɵComponentDeclaration<CountDownComponent, "count-down", ["countDown"], { "config": { "alias": "config"; "required": false; }; "target": { "alias": "target"; "required": false; }; }, { "event": "event"; }, never, never, true, never>;
15
15
  }
@@ -1,9 +1,9 @@
1
1
  import * as i0 from "@angular/core";
2
- import * as i1 from "./count-down.component";
3
- import * as i2 from "@angular/common";
4
- import * as i3 from "ngx-countdown";
2
+ import * as i1 from "@angular/common";
3
+ import * as i2 from "ngx-countdown";
4
+ import * as i3 from "./count-down.component";
5
5
  export declare class CountDownModule {
6
6
  static ɵfac: i0.ɵɵFactoryDeclaration<CountDownModule, never>;
7
- static ɵmod: i0.ɵɵNgModuleDeclaration<CountDownModule, [typeof i1.CountDownComponent], [typeof i2.CommonModule, typeof i3.CountdownModule], [typeof i1.CountDownComponent]>;
7
+ static ɵmod: i0.ɵɵNgModuleDeclaration<CountDownModule, never, [typeof i1.CommonModule, typeof i2.CountdownModule, typeof i3.CountDownComponent], [typeof i3.CountDownComponent]>;
8
8
  static ɵinj: i0.ɵɵInjectorDeclaration<CountDownModule>;
9
9
  }
@@ -1,11 +1,11 @@
1
1
  import * as i0 from "@angular/core";
2
- import * as i1 from "./range.directive";
3
- import * as i2 from "./range-shortcut.component";
4
- import * as i3 from "@angular/common";
5
- import * as i4 from "@angular/forms";
6
- import * as i5 from "ng-zorro-antd/date-picker";
2
+ import * as i1 from "@angular/common";
3
+ import * as i2 from "@angular/forms";
4
+ import * as i3 from "ng-zorro-antd/date-picker";
5
+ import * as i4 from "./range.directive";
6
+ import * as i5 from "./range-shortcut.component";
7
7
  export declare class DatePickerModule {
8
8
  static ɵfac: i0.ɵɵFactoryDeclaration<DatePickerModule, never>;
9
- static ɵmod: i0.ɵɵNgModuleDeclaration<DatePickerModule, [typeof i1.RangePickerDirective, typeof i2.RangePickerShortcutTplComponent], [typeof i3.CommonModule, typeof i4.FormsModule, typeof i5.NzDatePickerModule], [typeof i1.RangePickerDirective, typeof i2.RangePickerShortcutTplComponent]>;
9
+ static ɵmod: i0.ɵɵNgModuleDeclaration<DatePickerModule, never, [typeof i1.CommonModule, typeof i2.FormsModule, typeof i3.NzDatePickerModule, typeof i4.RangePickerDirective, typeof i5.RangePickerShortcutTplComponent], [typeof i4.RangePickerDirective, typeof i5.RangePickerShortcutTplComponent]>;
10
10
  static ɵinj: i0.ɵɵInjectorDeclaration<DatePickerModule>;
11
11
  }
@@ -2,9 +2,9 @@ import { TemplateRef } from '@angular/core';
2
2
  import { AlainDateRangePickerShortcutItem } from '@delon/util/config';
3
3
  import * as i0 from "@angular/core";
4
4
  export declare class RangePickerShortcutTplComponent {
5
- tpl: TemplateRef<void>;
5
+ readonly tpl: TemplateRef<void>;
6
6
  list: AlainDateRangePickerShortcutItem[];
7
7
  click(_: AlainDateRangePickerShortcutItem): void;
8
8
  static ɵfac: i0.ɵɵFactoryDeclaration<RangePickerShortcutTplComponent, never>;
9
- static ɵcmp: i0.ɵɵComponentDeclaration<RangePickerShortcutTplComponent, "ng-component", never, {}, {}, never, never, false, never>;
9
+ static ɵcmp: i0.ɵɵComponentDeclaration<RangePickerShortcutTplComponent, "ng-component", never, {}, {}, never, never, true, never>;
10
10
  }
@@ -1,14 +1,12 @@
1
- import { AfterViewInit, EventEmitter, OnDestroy, ViewContainerRef } from '@angular/core';
2
- import { DomSanitizer } from '@angular/platform-browser';
1
+ import { AfterViewInit, EventEmitter, OnDestroy } from '@angular/core';
3
2
  import { AlainConfigService, AlainDateRangePickerShortcut } from '@delon/util/config';
4
3
  import type { NzSafeAny } from 'ng-zorro-antd/core/types';
5
- import { NzRangePickerComponent } from 'ng-zorro-antd/date-picker';
6
4
  import * as i0 from "@angular/core";
7
5
  export declare class RangePickerDirective implements OnDestroy, AfterViewInit {
8
- private dom;
9
- private nativeComp;
10
- private vcr;
11
6
  static ngAcceptInputType_shortcut: AlainDateRangePickerShortcut | string | null;
7
+ private readonly dom;
8
+ private readonly vcr;
9
+ private readonly nativeComp;
12
10
  private defaultShortcuts;
13
11
  private _shortcut;
14
12
  private shortcutFactory;
@@ -20,13 +18,13 @@ export declare class RangePickerDirective implements OnDestroy, AfterViewInit {
20
18
  readonly ngModelEndChange: EventEmitter<any>;
21
19
  private get dp();
22
20
  private get srv();
23
- constructor(dom: DomSanitizer, configSrv: AlainConfigService, nativeComp: NzRangePickerComponent, vcr: ViewContainerRef);
21
+ constructor(configSrv: AlainConfigService);
24
22
  private cd;
25
23
  private overrideNative;
26
24
  private refreshShortcut;
27
25
  ngAfterViewInit(): void;
28
26
  private destoryShortcut;
29
27
  ngOnDestroy(): void;
30
- static ɵfac: i0.ɵɵFactoryDeclaration<RangePickerDirective, [null, null, { optional: true; host: true; }, null]>;
31
- static ɵdir: i0.ɵɵDirectiveDeclaration<RangePickerDirective, "nz-range-picker[extend]", ["extendRangePicker"], { "shortcut": { "alias": "shortcut"; "required": false; }; "ngModelEnd": { "alias": "ngModelEnd"; "required": true; }; }, { "ngModelEndChange": "ngModelEndChange"; }, never, never, false, never>;
28
+ static ɵfac: i0.ɵɵFactoryDeclaration<RangePickerDirective, never>;
29
+ static ɵdir: i0.ɵɵDirectiveDeclaration<RangePickerDirective, "nz-range-picker[extend]", ["extendRangePicker"], { "shortcut": { "alias": "shortcut"; "required": false; }; "ngModelEnd": { "alias": "ngModelEnd"; "required": true; }; }, { "ngModelEndChange": "ngModelEndChange"; }, never, never, true, never>;
32
30
  }
@@ -1,12 +1,10 @@
1
1
  import { HttpResponse } from '@angular/common/http';
2
- import { ElementRef, EventEmitter } from '@angular/core';
3
- import { _HttpClient } from '@delon/theme';
2
+ import { EventEmitter } from '@angular/core';
4
3
  import type { NzSafeAny } from 'ng-zorro-antd/core/types';
5
4
  import * as i0 from "@angular/core";
6
5
  export declare class DownFileDirective {
7
- private el;
8
- private _http;
9
- private isFileSaverSupported;
6
+ private readonly el;
7
+ private readonly _http;
10
8
  httpData: NzSafeAny;
11
9
  httpBody: NzSafeAny;
12
10
  httpMethod: string;
@@ -16,9 +14,10 @@ export declare class DownFileDirective {
16
14
  readonly success: EventEmitter<HttpResponse<Blob>>;
17
15
  readonly error: EventEmitter<any>;
18
16
  private getDisposition;
19
- constructor(el: ElementRef<HTMLButtonElement>, _http: _HttpClient);
17
+ private isFileSaverSupported;
18
+ constructor();
20
19
  private setDisabled;
21
20
  _click(ev: MouseEvent): Promise<void>;
22
21
  static ɵfac: i0.ɵɵFactoryDeclaration<DownFileDirective, never>;
23
- static ɵdir: i0.ɵɵDirectiveDeclaration<DownFileDirective, "[down-file]", ["downFile"], { "httpData": { "alias": "http-data"; "required": false; }; "httpBody": { "alias": "http-body"; "required": false; }; "httpMethod": { "alias": "http-method"; "required": false; }; "httpUrl": { "alias": "http-url"; "required": true; }; "fileName": { "alias": "file-name"; "required": false; }; "pre": { "alias": "pre"; "required": false; }; }, { "success": "success"; "error": "error"; }, never, never, false, never>;
22
+ static ɵdir: i0.ɵɵDirectiveDeclaration<DownFileDirective, "[down-file]", ["downFile"], { "httpData": { "alias": "http-data"; "required": false; }; "httpBody": { "alias": "http-body"; "required": false; }; "httpMethod": { "alias": "http-method"; "required": false; }; "httpUrl": { "alias": "http-url"; "required": true; }; "fileName": { "alias": "file-name"; "required": false; }; "pre": { "alias": "pre"; "required": false; }; }, { "success": "success"; "error": "error"; }, never, never, true, never>;
24
23
  }
@@ -1,9 +1,9 @@
1
1
  import * as i0 from "@angular/core";
2
- import * as i1 from "./down-file.directive";
3
- import * as i2 from "@angular/common";
4
- import * as i3 from "@delon/theme";
2
+ import * as i1 from "@angular/common";
3
+ import * as i2 from "@delon/theme";
4
+ import * as i3 from "./down-file.directive";
5
5
  export declare class DownFileModule {
6
6
  static ɵfac: i0.ɵɵFactoryDeclaration<DownFileModule, never>;
7
- static ɵmod: i0.ɵɵNgModuleDeclaration<DownFileModule, [typeof i1.DownFileDirective], [typeof i2.CommonModule, typeof i3.AlainThemeModule], [typeof i1.DownFileDirective]>;
7
+ static ɵmod: i0.ɵɵNgModuleDeclaration<DownFileModule, never, [typeof i1.CommonModule, typeof i2.AlainThemeModule, typeof i3.DownFileDirective], [typeof i3.DownFileDirective]>;
8
8
  static ɵinj: i0.ɵɵInjectorDeclaration<DownFileModule>;
9
9
  }
@@ -1,18 +1,12 @@
1
- import { AfterViewInit, ChangeDetectorRef, ElementRef, NgZone, OnChanges } from '@angular/core';
2
- import { DomSanitizer, SafeHtml } from '@angular/platform-browser';
3
- import { BooleanInput, NumberInput } from '@delon/util/decorator';
4
- import type { NzSafeAny } from 'ng-zorro-antd/core/types';
1
+ import { AfterViewInit, OnChanges } from '@angular/core';
2
+ import { SafeHtml } from '@angular/platform-browser';
5
3
  import * as i0 from "@angular/core";
6
4
  export declare class EllipsisComponent implements AfterViewInit, OnChanges {
7
- private el;
8
- private ngZone;
9
- private dom;
10
- private doc;
11
- private cdr;
12
- static ngAcceptInputType_tooltip: BooleanInput;
13
- static ngAcceptInputType_length: NumberInput;
14
- static ngAcceptInputType_lines: NumberInput;
15
- static ngAcceptInputType_fullWidthRecognition: BooleanInput;
5
+ private readonly el;
6
+ private readonly ngZone;
7
+ private readonly dom;
8
+ private readonly doc;
9
+ private readonly cdr;
16
10
  private isSupportLineClamp;
17
11
  private orgEl;
18
12
  private shadowOrgEl;
@@ -30,7 +24,6 @@ export declare class EllipsisComponent implements AfterViewInit, OnChanges {
30
24
  tail: string;
31
25
  get linsWord(): string;
32
26
  private get win();
33
- constructor(el: ElementRef, ngZone: NgZone, dom: DomSanitizer, doc: NzSafeAny, cdr: ChangeDetectorRef);
34
27
  private getStrFullLength;
35
28
  private cutStrByFullLength;
36
29
  private bisection;
@@ -42,5 +35,9 @@ export declare class EllipsisComponent implements AfterViewInit, OnChanges {
42
35
  ngAfterViewInit(): void;
43
36
  ngOnChanges(): void;
44
37
  static ɵfac: i0.ɵɵFactoryDeclaration<EllipsisComponent, never>;
45
- static ɵcmp: i0.ɵɵComponentDeclaration<EllipsisComponent, "ellipsis", ["ellipsis"], { "tooltip": { "alias": "tooltip"; "required": false; }; "length": { "alias": "length"; "required": false; }; "lines": { "alias": "lines"; "required": false; }; "fullWidthRecognition": { "alias": "fullWidthRecognition"; "required": false; }; "tail": { "alias": "tail"; "required": false; }; }, {}, never, ["*"], false, never>;
38
+ static ɵcmp: i0.ɵɵComponentDeclaration<EllipsisComponent, "ellipsis", ["ellipsis"], { "tooltip": { "alias": "tooltip"; "required": false; }; "length": { "alias": "length"; "required": false; }; "lines": { "alias": "lines"; "required": false; }; "fullWidthRecognition": { "alias": "fullWidthRecognition"; "required": false; }; "tail": { "alias": "tail"; "required": false; }; }, {}, never, ["*"], true, never>;
39
+ static ngAcceptInputType_tooltip: unknown;
40
+ static ngAcceptInputType_length: unknown;
41
+ static ngAcceptInputType_lines: unknown;
42
+ static ngAcceptInputType_fullWidthRecognition: unknown;
46
43
  }
@@ -1,10 +1,10 @@
1
1
  import * as i0 from "@angular/core";
2
- import * as i1 from "./ellipsis.component";
3
- import * as i2 from "@angular/common";
4
- import * as i3 from "@angular/cdk/observers";
5
- import * as i4 from "ng-zorro-antd/tooltip";
2
+ import * as i1 from "@angular/common";
3
+ import * as i2 from "@angular/cdk/observers";
4
+ import * as i3 from "ng-zorro-antd/tooltip";
5
+ import * as i4 from "./ellipsis.component";
6
6
  export declare class EllipsisModule {
7
7
  static ɵfac: i0.ɵɵFactoryDeclaration<EllipsisModule, never>;
8
- static ɵmod: i0.ɵɵNgModuleDeclaration<EllipsisModule, [typeof i1.EllipsisComponent], [typeof i2.CommonModule, typeof i3.ObserversModule, typeof i4.NzToolTipModule], [typeof i1.EllipsisComponent]>;
8
+ static ɵmod: i0.ɵɵNgModuleDeclaration<EllipsisModule, never, [typeof i1.CommonModule, typeof i2.ObserversModule, typeof i3.NzToolTipModule, typeof i4.EllipsisComponent], [typeof i4.EllipsisComponent]>;
9
9
  static ɵinj: i0.ɵɵInjectorDeclaration<EllipsisModule>;
10
10
  }
@@ -1,29 +1,29 @@
1
- import { Direction, Directionality } from '@angular/cdk/bidi';
2
- import { Platform } from '@angular/cdk/platform';
3
- import { ChangeDetectorRef, ElementRef, OnInit } from '@angular/core';
1
+ import { Direction } from '@angular/cdk/bidi';
2
+ import { OnInit } from '@angular/core';
4
3
  import { AlainConfigService } from '@delon/util/config';
5
- import type { NzSafeAny } from 'ng-zorro-antd/core/types';
6
4
  import * as i0 from "@angular/core";
7
5
  export declare class ErrorCollectComponent implements OnInit {
8
- private el;
9
- private cdr;
10
- private doc;
11
- private directionality;
12
- private platform;
6
+ private readonly el;
7
+ private readonly cdr;
8
+ private readonly doc;
9
+ private readonly directionality;
10
+ private readonly platform;
11
+ private readonly destroy$;
13
12
  private formEl;
14
- private destroy$;
15
13
  _hiden: boolean;
16
14
  count: number;
17
- dir: Direction;
15
+ dir?: Direction;
18
16
  freq: number;
19
17
  offsetTop: number;
20
- constructor(el: ElementRef, cdr: ChangeDetectorRef, doc: NzSafeAny, configSrv: AlainConfigService, directionality: Directionality, platform: Platform);
18
+ constructor(configSrv: AlainConfigService);
21
19
  private get errEls();
22
20
  private update;
23
21
  _click(): boolean;
24
22
  private install;
25
23
  private findParent;
26
24
  ngOnInit(): void;
27
- static ɵfac: i0.ɵɵFactoryDeclaration<ErrorCollectComponent, [null, null, null, null, { optional: true; }, null]>;
28
- static ɵcmp: i0.ɵɵComponentDeclaration<ErrorCollectComponent, "error-collect, [error-collect]", ["errorCollect"], { "freq": { "alias": "freq"; "required": false; }; "offsetTop": { "alias": "offsetTop"; "required": false; }; }, {}, never, never, false, never>;
25
+ static ɵfac: i0.ɵɵFactoryDeclaration<ErrorCollectComponent, never>;
26
+ static ɵcmp: i0.ɵɵComponentDeclaration<ErrorCollectComponent, "error-collect, [error-collect]", ["errorCollect"], { "freq": { "alias": "freq"; "required": false; }; "offsetTop": { "alias": "offsetTop"; "required": false; }; }, {}, never, never, true, never>;
27
+ static ngAcceptInputType_freq: unknown;
28
+ static ngAcceptInputType_offsetTop: unknown;
29
29
  }
@@ -1,9 +1,9 @@
1
1
  import * as i0 from "@angular/core";
2
- import * as i1 from "./error-collect.component";
3
- import * as i2 from "@angular/common";
4
- import * as i3 from "ng-zorro-antd/icon";
2
+ import * as i1 from "@angular/common";
3
+ import * as i2 from "ng-zorro-antd/icon";
4
+ import * as i3 from "./error-collect.component";
5
5
  export declare class ErrorCollectModule {
6
6
  static ɵfac: i0.ɵɵFactoryDeclaration<ErrorCollectModule, never>;
7
- static ɵmod: i0.ɵɵNgModuleDeclaration<ErrorCollectModule, [typeof i1.ErrorCollectComponent], [typeof i2.CommonModule, typeof i3.NzIconModule], [typeof i1.ErrorCollectComponent]>;
7
+ static ɵmod: i0.ɵɵNgModuleDeclaration<ErrorCollectModule, never, [typeof i1.CommonModule, typeof i2.NzIconModule, typeof i3.ErrorCollectComponent], [typeof i3.ErrorCollectComponent]>;
8
8
  static ɵinj: i0.ɵɵInjectorDeclaration<ErrorCollectModule>;
9
9
  }
@@ -1,51 +1,40 @@
1
- import { __decorate } from "tslib";
2
- import { Directive, Input } from '@angular/core';
3
- import { InputBoolean, InputNumber } from '@delon/util/decorator';
1
+ import { Platform } from '@angular/cdk/platform';
2
+ import { DestroyRef, Directive, ElementRef, Input, booleanAttribute, inject, numberAttribute } from '@angular/core';
3
+ import { takeUntilDestroyed } from '@angular/core/rxjs-interop';
4
+ import { timer } from 'rxjs';
4
5
  import * as i0 from "@angular/core";
5
- import * as i1 from "@angular/cdk/platform";
6
6
  export class AutoFocusDirective {
7
- constructor(el, cdr, platform) {
8
- this.el = el;
9
- this.cdr = cdr;
10
- this.platform = platform;
7
+ constructor() {
8
+ this.el = inject(ElementRef).nativeElement;
9
+ this.platform = inject(Platform);
10
+ this.destroy$ = inject(DestroyRef);
11
11
  this.enabled = true;
12
12
  this.delay = 300;
13
13
  }
14
14
  ngAfterViewInit() {
15
- const el = this.el.nativeElement;
15
+ const el = this.el;
16
16
  if (!this.platform.isBrowser || !(el instanceof HTMLElement) || !this.enabled) {
17
17
  return;
18
18
  }
19
- this._focusoutTimeout = setTimeout(() => {
20
- el.focus({ preventScroll: false });
21
- this.cdr.markForCheck();
22
- }, this.delay);
19
+ timer(this.delay)
20
+ .pipe(takeUntilDestroyed(this.destroy$))
21
+ .subscribe(() => el.focus({ preventScroll: false }));
23
22
  }
24
- ngOnDestroy() {
25
- if (this._focusoutTimeout) {
26
- clearTimeout(this._focusoutTimeout);
27
- this._focusoutTimeout = null;
28
- }
29
- }
30
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.2", ngImport: i0, type: AutoFocusDirective, deps: [{ token: i0.ElementRef }, { token: i0.ChangeDetectorRef }, { token: i1.Platform }], target: i0.ɵɵFactoryTarget.Directive }); }
31
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.2", type: AutoFocusDirective, isStandalone: true, selector: "[auto-focus], input[autofocus=\"autofocus\"], textarea[autofocus=\"autofocus\"]", inputs: { enabled: "enabled", delay: "delay" }, exportAs: ["autoFocus"], ngImport: i0 }); }
23
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: AutoFocusDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
24
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "17.1.0", type: AutoFocusDirective, isStandalone: true, selector: "[auto-focus], input[autofocus=\"autofocus\"], textarea[autofocus=\"autofocus\"]", inputs: { enabled: ["enabled", "enabled", booleanAttribute], delay: ["delay", "delay", numberAttribute] }, exportAs: ["autoFocus"], ngImport: i0 }); }
32
25
  }
33
- __decorate([
34
- InputBoolean()
35
- ], AutoFocusDirective.prototype, "enabled", void 0);
36
- __decorate([
37
- InputNumber()
38
- ], AutoFocusDirective.prototype, "delay", void 0);
39
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.2", ngImport: i0, type: AutoFocusDirective, decorators: [{
26
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: AutoFocusDirective, decorators: [{
40
27
  type: Directive,
41
28
  args: [{
42
29
  selector: '[auto-focus], input[autofocus="autofocus"], textarea[autofocus="autofocus"]',
43
30
  exportAs: 'autoFocus',
44
31
  standalone: true
45
32
  }]
46
- }], ctorParameters: () => [{ type: i0.ElementRef }, { type: i0.ChangeDetectorRef }, { type: i1.Platform }], propDecorators: { enabled: [{
47
- type: Input
33
+ }], propDecorators: { enabled: [{
34
+ type: Input,
35
+ args: [{ transform: booleanAttribute }]
48
36
  }], delay: [{
49
- type: Input
37
+ type: Input,
38
+ args: [{ transform: numberAttribute }]
50
39
  }] } });
51
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYXV0by1mb2N1cy5kaXJlY3RpdmUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9wYWNrYWdlcy9hYmMvYXV0by1mb2N1cy9hdXRvLWZvY3VzLmRpcmVjdGl2ZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiO0FBQ0EsT0FBTyxFQUFvQyxTQUFTLEVBQWMsS0FBSyxFQUFhLE1BQU0sZUFBZSxDQUFDO0FBRTFHLE9BQU8sRUFBZ0IsWUFBWSxFQUFFLFdBQVcsRUFBZSxNQUFNLHVCQUF1QixDQUFDOzs7QUFRN0YsTUFBTSxPQUFPLGtCQUFrQjtJQVE3QixZQUNVLEVBQTJCLEVBQzNCLEdBQXNCLEVBQ3RCLFFBQWtCO1FBRmxCLE9BQUUsR0FBRixFQUFFLENBQXlCO1FBQzNCLFFBQUcsR0FBSCxHQUFHLENBQW1CO1FBQ3RCLGFBQVEsR0FBUixRQUFRLENBQVU7UUFOSCxZQUFPLEdBQUcsSUFBSSxDQUFDO1FBQ2hCLFVBQUssR0FBRyxHQUFHLENBQUM7SUFNakMsQ0FBQztJQUVKLGVBQWU7UUFDYixNQUFNLEVBQUUsR0FBRyxJQUFJLENBQUMsRUFBRSxDQUFDLGFBQWEsQ0FBQztRQUNqQyxJQUFJLENBQUMsSUFBSSxDQUFDLFFBQVEsQ0FBQyxTQUFTLElBQUksQ0FBQyxDQUFDLEVBQUUsWUFBWSxXQUFXLENBQUMsSUFBSSxDQUFDLElBQUksQ0FBQyxPQUFPLEVBQUU7WUFDN0UsT0FBTztTQUNSO1FBQ0QsSUFBSSxDQUFDLGdCQUFnQixHQUFHLFVBQVUsQ0FBQyxHQUFHLEVBQUU7WUFDdEMsRUFBRSxDQUFDLEtBQUssQ0FBQyxFQUFFLGFBQWEsRUFBRSxLQUFLLEVBQUUsQ0FBQyxDQUFDO1lBQ25DLElBQUksQ0FBQyxHQUFHLENBQUMsWUFBWSxFQUFFLENBQUM7UUFDMUIsQ0FBQyxFQUFFLElBQUksQ0FBQyxLQUFLLENBQUMsQ0FBQztJQUNqQixDQUFDO0lBRUQsV0FBVztRQUNULElBQUksSUFBSSxDQUFDLGdCQUFnQixFQUFFO1lBQ3pCLFlBQVksQ0FBQyxJQUFJLENBQUMsZ0JBQWdCLENBQUMsQ0FBQztZQUNwQyxJQUFJLENBQUMsZ0JBQWdCLEdBQUcsSUFBSSxDQUFDO1NBQzlCO0lBQ0gsQ0FBQzs4R0E5QlUsa0JBQWtCO2tHQUFsQixrQkFBa0I7O0FBS0o7SUFBZixZQUFZLEVBQUU7bURBQWdCO0FBQ2hCO0lBQWQsV0FBVyxFQUFFO2lEQUFhOzJGQU56QixrQkFBa0I7a0JBTDlCLFNBQVM7bUJBQUM7b0JBQ1QsUUFBUSxFQUFFLDZFQUE2RTtvQkFDdkYsUUFBUSxFQUFFLFdBQVc7b0JBQ3JCLFVBQVUsRUFBRSxJQUFJO2lCQUNqQjtzSUFNMEIsT0FBTztzQkFBL0IsS0FBSztnQkFDa0IsS0FBSztzQkFBNUIsS0FBSyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IFBsYXRmb3JtIH0gZnJvbSAnQGFuZ3VsYXIvY2RrL3BsYXRmb3JtJztcbmltcG9ydCB7IEFmdGVyVmlld0luaXQsIENoYW5nZURldGVjdG9yUmVmLCBEaXJlY3RpdmUsIEVsZW1lbnRSZWYsIElucHV0LCBPbkRlc3Ryb3kgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcblxuaW1wb3J0IHsgQm9vbGVhbklucHV0LCBJbnB1dEJvb2xlYW4sIElucHV0TnVtYmVyLCBOdW1iZXJJbnB1dCB9IGZyb20gJ0BkZWxvbi91dGlsL2RlY29yYXRvcic7XG5pbXBvcnQgdHlwZSB7IE56U2FmZUFueSB9IGZyb20gJ25nLXpvcnJvLWFudGQvY29yZS90eXBlcyc7XG5cbkBEaXJlY3RpdmUoe1xuICBzZWxlY3RvcjogJ1thdXRvLWZvY3VzXSwgaW5wdXRbYXV0b2ZvY3VzPVwiYXV0b2ZvY3VzXCJdLCB0ZXh0YXJlYVthdXRvZm9jdXM9XCJhdXRvZm9jdXNcIl0nLFxuICBleHBvcnRBczogJ2F1dG9Gb2N1cycsXG4gIHN0YW5kYWxvbmU6IHRydWVcbn0pXG5leHBvcnQgY2xhc3MgQXV0b0ZvY3VzRGlyZWN0aXZlIGltcGxlbWVudHMgQWZ0ZXJWaWV3SW5pdCwgT25EZXN0cm95IHtcbiAgc3RhdGljIG5nQWNjZXB0SW5wdXRUeXBlX2VuYWJsZWQ6IEJvb2xlYW5JbnB1dDtcbiAgc3RhdGljIG5nQWNjZXB0SW5wdXRUeXBlX2RlbGF5OiBOdW1iZXJJbnB1dDtcblxuICBwcml2YXRlIF9mb2N1c291dFRpbWVvdXQ6IE56U2FmZUFueTtcbiAgQElucHV0KCkgQElucHV0Qm9vbGVhbigpIGVuYWJsZWQgPSB0cnVlO1xuICBASW5wdXQoKSBASW5wdXROdW1iZXIoKSBkZWxheSA9IDMwMDtcblxuICBjb25zdHJ1Y3RvcihcbiAgICBwcml2YXRlIGVsOiBFbGVtZW50UmVmPEhUTUxFbGVtZW50PixcbiAgICBwcml2YXRlIGNkcjogQ2hhbmdlRGV0ZWN0b3JSZWYsXG4gICAgcHJpdmF0ZSBwbGF0Zm9ybTogUGxhdGZvcm1cbiAgKSB7fVxuXG4gIG5nQWZ0ZXJWaWV3SW5pdCgpOiB2b2lkIHtcbiAgICBjb25zdCBlbCA9IHRoaXMuZWwubmF0aXZlRWxlbWVudDtcbiAgICBpZiAoIXRoaXMucGxhdGZvcm0uaXNCcm93c2VyIHx8ICEoZWwgaW5zdGFuY2VvZiBIVE1MRWxlbWVudCkgfHwgIXRoaXMuZW5hYmxlZCkge1xuICAgICAgcmV0dXJuO1xuICAgIH1cbiAgICB0aGlzLl9mb2N1c291dFRpbWVvdXQgPSBzZXRUaW1lb3V0KCgpID0+IHtcbiAgICAgIGVsLmZvY3VzKHsgcHJldmVudFNjcm9sbDogZmFsc2UgfSk7XG4gICAgICB0aGlzLmNkci5tYXJrRm9yQ2hlY2soKTtcbiAgICB9LCB0aGlzLmRlbGF5KTtcbiAgfVxuXG4gIG5nT25EZXN0cm95KCk6IHZvaWQge1xuICAgIGlmICh0aGlzLl9mb2N1c291dFRpbWVvdXQpIHtcbiAgICAgIGNsZWFyVGltZW91dCh0aGlzLl9mb2N1c291dFRpbWVvdXQpO1xuICAgICAgdGhpcy5fZm9jdXNvdXRUaW1lb3V0ID0gbnVsbDtcbiAgICB9XG4gIH1cbn1cbiJdfQ==
40
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYXV0by1mb2N1cy5kaXJlY3RpdmUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9wYWNrYWdlcy9hYmMvYXV0by1mb2N1cy9hdXRvLWZvY3VzLmRpcmVjdGl2ZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsUUFBUSxFQUFFLE1BQU0sdUJBQXVCLENBQUM7QUFDakQsT0FBTyxFQUVMLFVBQVUsRUFDVixTQUFTLEVBQ1QsVUFBVSxFQUNWLEtBQUssRUFDTCxnQkFBZ0IsRUFDaEIsTUFBTSxFQUNOLGVBQWUsRUFDaEIsTUFBTSxlQUFlLENBQUM7QUFDdkIsT0FBTyxFQUFFLGtCQUFrQixFQUFFLE1BQU0sNEJBQTRCLENBQUM7QUFDaEUsT0FBTyxFQUFFLEtBQUssRUFBRSxNQUFNLE1BQU0sQ0FBQzs7QUFPN0IsTUFBTSxPQUFPLGtCQUFrQjtJQUwvQjtRQU1tQixPQUFFLEdBQWdCLE1BQU0sQ0FBQyxVQUFVLENBQUMsQ0FBQyxhQUFhLENBQUM7UUFDbkQsYUFBUSxHQUFHLE1BQU0sQ0FBQyxRQUFRLENBQUMsQ0FBQztRQUM1QixhQUFRLEdBQUcsTUFBTSxDQUFDLFVBQVUsQ0FBQyxDQUFDO1FBRVAsWUFBTyxHQUFHLElBQUksQ0FBQztRQUNoQixVQUFLLEdBQUcsR0FBRyxDQUFDO0tBV3BEO0lBVEMsZUFBZTtRQUNiLE1BQU0sRUFBRSxHQUFHLElBQUksQ0FBQyxFQUFFLENBQUM7UUFDbkIsSUFBSSxDQUFDLElBQUksQ0FBQyxRQUFRLENBQUMsU0FBUyxJQUFJLENBQUMsQ0FBQyxFQUFFLFlBQVksV0FBVyxDQUFDLElBQUksQ0FBQyxJQUFJLENBQUMsT0FBTyxFQUFFLENBQUM7WUFDOUUsT0FBTztRQUNULENBQUM7UUFDRCxLQUFLLENBQUMsSUFBSSxDQUFDLEtBQUssQ0FBQzthQUNkLElBQUksQ0FBQyxrQkFBa0IsQ0FBQyxJQUFJLENBQUMsUUFBUSxDQUFDLENBQUM7YUFDdkMsU0FBUyxDQUFDLEdBQUcsRUFBRSxDQUFDLEVBQUUsQ0FBQyxLQUFLLENBQUMsRUFBRSxhQUFhLEVBQUUsS0FBSyxFQUFFLENBQUMsQ0FBQyxDQUFDO0lBQ3pELENBQUM7OEdBaEJVLGtCQUFrQjtrR0FBbEIsa0JBQWtCLDZKQUtULGdCQUFnQiw2QkFDaEIsZUFBZTs7MkZBTnhCLGtCQUFrQjtrQkFMOUIsU0FBUzttQkFBQztvQkFDVCxRQUFRLEVBQUUsNkVBQTZFO29CQUN2RixRQUFRLEVBQUUsV0FBVztvQkFDckIsVUFBVSxFQUFFLElBQUk7aUJBQ2pCOzhCQU15QyxPQUFPO3NCQUE5QyxLQUFLO3VCQUFDLEVBQUUsU0FBUyxFQUFFLGdCQUFnQixFQUFFO2dCQUNDLEtBQUs7c0JBQTNDLEtBQUs7dUJBQUMsRUFBRSxTQUFTLEVBQUUsZUFBZSxFQUFFIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgUGxhdGZvcm0gfSBmcm9tICdAYW5ndWxhci9jZGsvcGxhdGZvcm0nO1xuaW1wb3J0IHtcbiAgQWZ0ZXJWaWV3SW5pdCxcbiAgRGVzdHJveVJlZixcbiAgRGlyZWN0aXZlLFxuICBFbGVtZW50UmVmLFxuICBJbnB1dCxcbiAgYm9vbGVhbkF0dHJpYnV0ZSxcbiAgaW5qZWN0LFxuICBudW1iZXJBdHRyaWJ1dGVcbn0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyB0YWtlVW50aWxEZXN0cm95ZWQgfSBmcm9tICdAYW5ndWxhci9jb3JlL3J4anMtaW50ZXJvcCc7XG5pbXBvcnQgeyB0aW1lciB9IGZyb20gJ3J4anMnO1xuXG5ARGlyZWN0aXZlKHtcbiAgc2VsZWN0b3I6ICdbYXV0by1mb2N1c10sIGlucHV0W2F1dG9mb2N1cz1cImF1dG9mb2N1c1wiXSwgdGV4dGFyZWFbYXV0b2ZvY3VzPVwiYXV0b2ZvY3VzXCJdJyxcbiAgZXhwb3J0QXM6ICdhdXRvRm9jdXMnLFxuICBzdGFuZGFsb25lOiB0cnVlXG59KVxuZXhwb3J0IGNsYXNzIEF1dG9Gb2N1c0RpcmVjdGl2ZSBpbXBsZW1lbnRzIEFmdGVyVmlld0luaXQge1xuICBwcml2YXRlIHJlYWRvbmx5IGVsOiBIVE1MRWxlbWVudCA9IGluamVjdChFbGVtZW50UmVmKS5uYXRpdmVFbGVtZW50O1xuICBwcml2YXRlIHJlYWRvbmx5IHBsYXRmb3JtID0gaW5qZWN0KFBsYXRmb3JtKTtcbiAgcHJpdmF0ZSByZWFkb25seSBkZXN0cm95JCA9IGluamVjdChEZXN0cm95UmVmKTtcblxuICBASW5wdXQoeyB0cmFuc2Zvcm06IGJvb2xlYW5BdHRyaWJ1dGUgfSkgZW5hYmxlZCA9IHRydWU7XG4gIEBJbnB1dCh7IHRyYW5zZm9ybTogbnVtYmVyQXR0cmlidXRlIH0pIGRlbGF5ID0gMzAwO1xuXG4gIG5nQWZ0ZXJWaWV3SW5pdCgpOiB2b2lkIHtcbiAgICBjb25zdCBlbCA9IHRoaXMuZWw7XG4gICAgaWYgKCF0aGlzLnBsYXRmb3JtLmlzQnJvd3NlciB8fCAhKGVsIGluc3RhbmNlb2YgSFRNTEVsZW1lbnQpIHx8ICF0aGlzLmVuYWJsZWQpIHtcbiAgICAgIHJldHVybjtcbiAgICB9XG4gICAgdGltZXIodGhpcy5kZWxheSlcbiAgICAgIC5waXBlKHRha2VVbnRpbERlc3Ryb3llZCh0aGlzLmRlc3Ryb3kkKSlcbiAgICAgIC5zdWJzY3JpYmUoKCkgPT4gZWwuZm9jdXMoeyBwcmV2ZW50U2Nyb2xsOiBmYWxzZSB9KSk7XG4gIH1cbn1cbiJdfQ==
@@ -3,11 +3,11 @@ import { AutoFocusDirective } from './auto-focus.directive';
3
3
  import * as i0 from "@angular/core";
4
4
  const COMPONENTS = [AutoFocusDirective];
5
5
  export class AutoFocusModule {
6
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.2", ngImport: i0, type: AutoFocusModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
7
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.0.2", ngImport: i0, type: AutoFocusModule, imports: [AutoFocusDirective], exports: [AutoFocusDirective] }); }
8
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.0.2", ngImport: i0, type: AutoFocusModule }); }
6
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: AutoFocusModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
7
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.1.0", ngImport: i0, type: AutoFocusModule, imports: [AutoFocusDirective], exports: [AutoFocusDirective] }); }
8
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: AutoFocusModule }); }
9
9
  }
10
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.2", ngImport: i0, type: AutoFocusModule, decorators: [{
10
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: AutoFocusModule, decorators: [{
11
11
  type: NgModule,
12
12
  args: [{
13
13
  imports: COMPONENTS,
@@ -1,10 +1,10 @@
1
1
  import { ChangeDetectionStrategy, Component, Input, ViewEncapsulation } from '@angular/core';
2
2
  import * as i0 from "@angular/core";
3
3
  export class AvatarListItemComponent {
4
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.2", ngImport: i0, type: AvatarListItemComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
5
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.2", type: AvatarListItemComponent, selector: "avatar-list-item, [avatar-list-item]", inputs: { src: "src", text: "text", icon: "icon", tips: "tips" }, exportAs: ["avatarListItem"], ngImport: i0, template: `<ng-content />`, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
4
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: AvatarListItemComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
5
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.1.0", type: AvatarListItemComponent, isStandalone: true, selector: "avatar-list-item, [avatar-list-item]", inputs: { src: "src", text: "text", icon: "icon", tips: "tips" }, exportAs: ["avatarListItem"], ngImport: i0, template: `<ng-content />`, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
6
6
  }
7
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.2", ngImport: i0, type: AvatarListItemComponent, decorators: [{
7
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: AvatarListItemComponent, decorators: [{
8
8
  type: Component,
9
9
  args: [{
10
10
  selector: 'avatar-list-item, [avatar-list-item]',
@@ -12,7 +12,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.2", ngImpor
12
12
  template: `<ng-content />`,
13
13
  preserveWhitespaces: false,
14
14
  changeDetection: ChangeDetectionStrategy.OnPush,
15
- encapsulation: ViewEncapsulation.None
15
+ encapsulation: ViewEncapsulation.None,
16
+ standalone: true
16
17
  }]
17
18
  }], propDecorators: { src: [{
18
19
  type: Input
@@ -23,4 +24,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.2", ngImpor
23
24
  }], tips: [{
24
25
  type: Input
25
26
  }] } });
26
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYXZhdGFyLWxpc3QtaXRlbS5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9wYWNrYWdlcy9hYmMvYXZhdGFyLWxpc3QvYXZhdGFyLWxpc3QtaXRlbS5jb21wb25lbnQudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLHVCQUF1QixFQUFFLFNBQVMsRUFBRSxLQUFLLEVBQUUsaUJBQWlCLEVBQUUsTUFBTSxlQUFlLENBQUM7O0FBVTdGLE1BQU0sT0FBTyx1QkFBdUI7OEdBQXZCLHVCQUF1QjtrR0FBdkIsdUJBQXVCLDRLQUx4QixnQkFBZ0I7OzJGQUtmLHVCQUF1QjtrQkFSbkMsU0FBUzttQkFBQztvQkFDVCxRQUFRLEVBQUUsc0NBQXNDO29CQUNoRCxRQUFRLEVBQUUsZ0JBQWdCO29CQUMxQixRQUFRLEVBQUUsZ0JBQWdCO29CQUMxQixtQkFBbUIsRUFBRSxLQUFLO29CQUMxQixlQUFlLEVBQUUsdUJBQXVCLENBQUMsTUFBTTtvQkFDL0MsYUFBYSxFQUFFLGlCQUFpQixDQUFDLElBQUk7aUJBQ3RDOzhCQUVVLEdBQUc7c0JBQVgsS0FBSztnQkFDRyxJQUFJO3NCQUFaLEtBQUs7Z0JBQ0csSUFBSTtzQkFBWixLQUFLO2dCQUNHLElBQUk7c0JBQVosS0FBSyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENoYW5nZURldGVjdGlvblN0cmF0ZWd5LCBDb21wb25lbnQsIElucHV0LCBWaWV3RW5jYXBzdWxhdGlvbiB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuXG5AQ29tcG9uZW50KHtcbiAgc2VsZWN0b3I6ICdhdmF0YXItbGlzdC1pdGVtLCBbYXZhdGFyLWxpc3QtaXRlbV0nLFxuICBleHBvcnRBczogJ2F2YXRhckxpc3RJdGVtJyxcbiAgdGVtcGxhdGU6IGA8bmctY29udGVudCAvPmAsXG4gIHByZXNlcnZlV2hpdGVzcGFjZXM6IGZhbHNlLFxuICBjaGFuZ2VEZXRlY3Rpb246IENoYW5nZURldGVjdGlvblN0cmF0ZWd5Lk9uUHVzaCxcbiAgZW5jYXBzdWxhdGlvbjogVmlld0VuY2Fwc3VsYXRpb24uTm9uZVxufSlcbmV4cG9ydCBjbGFzcyBBdmF0YXJMaXN0SXRlbUNvbXBvbmVudCB7XG4gIEBJbnB1dCgpIHNyYz86IHN0cmluZztcbiAgQElucHV0KCkgdGV4dD86IHN0cmluZztcbiAgQElucHV0KCkgaWNvbj86IHN0cmluZztcbiAgQElucHV0KCkgdGlwcz86IHN0cmluZztcbn1cbiJdfQ==
27
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYXZhdGFyLWxpc3QtaXRlbS5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9wYWNrYWdlcy9hYmMvYXZhdGFyLWxpc3QvYXZhdGFyLWxpc3QtaXRlbS5jb21wb25lbnQudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLHVCQUF1QixFQUFFLFNBQVMsRUFBRSxLQUFLLEVBQUUsaUJBQWlCLEVBQUUsTUFBTSxlQUFlLENBQUM7O0FBVzdGLE1BQU0sT0FBTyx1QkFBdUI7OEdBQXZCLHVCQUF1QjtrR0FBdkIsdUJBQXVCLGdNQU54QixnQkFBZ0I7OzJGQU1mLHVCQUF1QjtrQkFUbkMsU0FBUzttQkFBQztvQkFDVCxRQUFRLEVBQUUsc0NBQXNDO29CQUNoRCxRQUFRLEVBQUUsZ0JBQWdCO29CQUMxQixRQUFRLEVBQUUsZ0JBQWdCO29CQUMxQixtQkFBbUIsRUFBRSxLQUFLO29CQUMxQixlQUFlLEVBQUUsdUJBQXVCLENBQUMsTUFBTTtvQkFDL0MsYUFBYSxFQUFFLGlCQUFpQixDQUFDLElBQUk7b0JBQ3JDLFVBQVUsRUFBRSxJQUFJO2lCQUNqQjs4QkFFVSxHQUFHO3NCQUFYLEtBQUs7Z0JBQ0csSUFBSTtzQkFBWixLQUFLO2dCQUNHLElBQUk7c0JBQVosS0FBSztnQkFDRyxJQUFJO3NCQUFaLEtBQUsiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneSwgQ29tcG9uZW50LCBJbnB1dCwgVmlld0VuY2Fwc3VsYXRpb24gfSBmcm9tICdAYW5ndWxhci9jb3JlJztcblxuQENvbXBvbmVudCh7XG4gIHNlbGVjdG9yOiAnYXZhdGFyLWxpc3QtaXRlbSwgW2F2YXRhci1saXN0LWl0ZW1dJyxcbiAgZXhwb3J0QXM6ICdhdmF0YXJMaXN0SXRlbScsXG4gIHRlbXBsYXRlOiBgPG5nLWNvbnRlbnQgLz5gLFxuICBwcmVzZXJ2ZVdoaXRlc3BhY2VzOiBmYWxzZSxcbiAgY2hhbmdlRGV0ZWN0aW9uOiBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneS5PblB1c2gsXG4gIGVuY2Fwc3VsYXRpb246IFZpZXdFbmNhcHN1bGF0aW9uLk5vbmUsXG4gIHN0YW5kYWxvbmU6IHRydWVcbn0pXG5leHBvcnQgY2xhc3MgQXZhdGFyTGlzdEl0ZW1Db21wb25lbnQge1xuICBASW5wdXQoKSBzcmM/OiBzdHJpbmc7XG4gIEBJbnB1dCgpIHRleHQ/OiBzdHJpbmc7XG4gIEBJbnB1dCgpIGljb24/OiBzdHJpbmc7XG4gIEBJbnB1dCgpIHRpcHM/OiBzdHJpbmc7XG59XG4iXX0=