@delon/abc 20.1.0 → 21.0.0-next.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (98) hide show
  1. package/fesm2022/auto-focus.mjs +10 -10
  2. package/fesm2022/auto-focus.mjs.map +1 -1
  3. package/fesm2022/cell.mjs +23 -25
  4. package/fesm2022/cell.mjs.map +1 -1
  5. package/fesm2022/chart-observer-size.mjs +21 -34
  6. package/fesm2022/chart-observer-size.mjs.map +1 -1
  7. package/fesm2022/count-down.mjs +24 -31
  8. package/fesm2022/count-down.mjs.map +1 -1
  9. package/fesm2022/date-picker.mjs +89 -85
  10. package/fesm2022/date-picker.mjs.map +1 -1
  11. package/fesm2022/down-file.mjs +24 -44
  12. package/fesm2022/down-file.mjs.map +1 -1
  13. package/fesm2022/ellipsis.mjs +165 -106
  14. package/fesm2022/ellipsis.mjs.map +1 -1
  15. package/fesm2022/error-collect.mjs +12 -14
  16. package/fesm2022/error-collect.mjs.map +1 -1
  17. package/fesm2022/exception.mjs +9 -9
  18. package/fesm2022/exception.mjs.map +1 -1
  19. package/fesm2022/footer-toolbar.mjs +9 -9
  20. package/fesm2022/footer-toolbar.mjs.map +1 -1
  21. package/fesm2022/full-content.mjs +50 -58
  22. package/fesm2022/full-content.mjs.map +1 -1
  23. package/fesm2022/global-footer.mjs +14 -15
  24. package/fesm2022/global-footer.mjs.map +1 -1
  25. package/fesm2022/hotkey.mjs +7 -7
  26. package/fesm2022/hotkey.mjs.map +1 -1
  27. package/fesm2022/loading.mjs +62 -15
  28. package/fesm2022/loading.mjs.map +1 -1
  29. package/fesm2022/lodop.mjs +8 -8
  30. package/fesm2022/lodop.mjs.map +1 -1
  31. package/fesm2022/media.mjs +37 -61
  32. package/fesm2022/media.mjs.map +1 -1
  33. package/fesm2022/notice-icon.mjs +220 -25
  34. package/fesm2022/notice-icon.mjs.map +1 -1
  35. package/fesm2022/onboarding.mjs +163 -65
  36. package/fesm2022/onboarding.mjs.map +1 -1
  37. package/fesm2022/page-header.mjs +252 -155
  38. package/fesm2022/page-header.mjs.map +1 -1
  39. package/fesm2022/pdf.mjs +9 -9
  40. package/fesm2022/pdf.mjs.map +1 -1
  41. package/fesm2022/quick-menu.mjs +79 -71
  42. package/fesm2022/quick-menu.mjs.map +1 -1
  43. package/fesm2022/reuse-tab.mjs +262 -165
  44. package/fesm2022/reuse-tab.mjs.map +1 -1
  45. package/fesm2022/se.mjs +290 -310
  46. package/fesm2022/se.mjs.map +1 -1
  47. package/fesm2022/sg.mjs +32 -69
  48. package/fesm2022/sg.mjs.map +1 -1
  49. package/fesm2022/st.mjs +124 -115
  50. package/fesm2022/st.mjs.map +1 -1
  51. package/fesm2022/sv.mjs +185 -174
  52. package/fesm2022/sv.mjs.map +1 -1
  53. package/fesm2022/tag-select.mjs +44 -25
  54. package/fesm2022/tag-select.mjs.map +1 -1
  55. package/fesm2022/xlsx.mjs +16 -19
  56. package/fesm2022/xlsx.mjs.map +1 -1
  57. package/fesm2022/zip.mjs +4 -4
  58. package/fesm2022/zip.mjs.map +1 -1
  59. package/package.json +40 -40
  60. package/{auto-focus/index.d.ts → types/auto-focus.d.ts} +2 -2
  61. package/{cell/index.d.ts → types/cell.d.ts} +12 -13
  62. package/{observers/index.d.ts → types/chart-observer-size.d.ts} +5 -9
  63. package/{count-down/index.d.ts → types/count-down.d.ts} +6 -10
  64. package/{date-picker/index.d.ts → types/date-picker.d.ts} +6 -10
  65. package/types/down-file.d.ts +32 -0
  66. package/types/ellipsis.d.ts +46 -0
  67. package/types/error-collect.d.ts +34 -0
  68. package/{exception/index.d.ts → types/exception.d.ts} +13 -13
  69. package/{footer-toolbar/index.d.ts → types/footer-toolbar.d.ts} +2 -2
  70. package/{full-content/index.d.ts → types/full-content.d.ts} +8 -13
  71. package/{global-footer/index.d.ts → types/global-footer.d.ts} +7 -7
  72. package/{loading/index.d.ts → types/loading.d.ts} +1 -0
  73. package/{media/index.d.ts → types/media.d.ts} +10 -16
  74. package/{notice-icon/index.d.ts → types/notice-icon.d.ts} +15 -15
  75. package/{onboarding/index.d.ts → types/onboarding.d.ts} +12 -14
  76. package/types/page-header.d.ts +67 -0
  77. package/types/quick-menu.d.ts +31 -0
  78. package/{reuse-tab/index.d.ts → types/reuse-tab.d.ts} +46 -55
  79. package/types/se.d.ts +101 -0
  80. package/types/sg.d.ts +31 -0
  81. package/{st/index.d.ts → types/st.d.ts} +10 -2
  82. package/types/sv.d.ts +81 -0
  83. package/types/tag-select.d.ts +25 -0
  84. package/{xlsx/index.d.ts → types/xlsx.d.ts} +3 -3
  85. package/down-file/index.d.ts +0 -34
  86. package/ellipsis/index.d.ts +0 -55
  87. package/error-collect/index.d.ts +0 -35
  88. package/page-header/index.d.ts +0 -83
  89. package/quick-menu/index.d.ts +0 -38
  90. package/se/index.d.ts +0 -129
  91. package/sg/index.d.ts +0 -44
  92. package/sv/index.d.ts +0 -96
  93. package/tag-select/index.d.ts +0 -27
  94. /package/{index.d.ts → types/abc.d.ts} +0 -0
  95. /package/{hotkey/index.d.ts → types/hotkey.d.ts} +0 -0
  96. /package/{lodop/index.d.ts → types/lodop.d.ts} +0 -0
  97. /package/{pdf/index.d.ts → types/pdf.d.ts} +0 -0
  98. /package/{zip/index.d.ts → types/zip.d.ts} +0 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@delon/abc",
3
- "version": "20.1.0",
3
+ "version": "21.0.0-next.1",
4
4
  "author": "cipchk<cipchk@qq.com>",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -25,138 +25,138 @@
25
25
  "file-saver": "^2.0.5",
26
26
  "jszip": "^3.10.1",
27
27
  "xlsx": "^0.18.5",
28
- "plyr": "~3.7.0",
28
+ "plyr": "^3.8.3",
29
29
  "@github/hotkey": "^3.1.1",
30
- "ngx-countdown": "^20.0.0",
31
- "@delon/theme": "^20.1.0",
32
- "@delon/util": "^20.1.0",
33
- "@delon/acl": "^20.1.0",
30
+ "ngx-countdown": "^21.0.0",
31
+ "@delon/theme": "^21.0.0-next.1",
32
+ "@delon/util": "^21.0.0-next.1",
33
+ "@delon/acl": "^21.0.0-next.1",
34
34
  "tslib": "^2.3.0"
35
35
  },
36
36
  "module": "fesm2022/abc.mjs",
37
- "typings": "index.d.ts",
37
+ "typings": "types/abc.d.ts",
38
38
  "exports": {
39
39
  "./package.json": {
40
40
  "default": "./package.json"
41
41
  },
42
42
  ".": {
43
- "types": "./index.d.ts",
43
+ "types": "./types/abc.d.ts",
44
44
  "default": "./fesm2022/abc.mjs"
45
45
  },
46
- "./cell": {
47
- "types": "./cell/index.d.ts",
48
- "default": "./fesm2022/cell.mjs"
49
- },
50
46
  "./auto-focus": {
51
- "types": "./auto-focus/index.d.ts",
47
+ "types": "./types/auto-focus.d.ts",
52
48
  "default": "./fesm2022/auto-focus.mjs"
53
49
  },
50
+ "./cell": {
51
+ "types": "./types/cell.d.ts",
52
+ "default": "./fesm2022/cell.mjs"
53
+ },
54
54
  "./count-down": {
55
- "types": "./count-down/index.d.ts",
55
+ "types": "./types/count-down.d.ts",
56
56
  "default": "./fesm2022/count-down.mjs"
57
57
  },
58
58
  "./date-picker": {
59
- "types": "./date-picker/index.d.ts",
59
+ "types": "./types/date-picker.d.ts",
60
60
  "default": "./fesm2022/date-picker.mjs"
61
61
  },
62
62
  "./down-file": {
63
- "types": "./down-file/index.d.ts",
63
+ "types": "./types/down-file.d.ts",
64
64
  "default": "./fesm2022/down-file.mjs"
65
65
  },
66
66
  "./ellipsis": {
67
- "types": "./ellipsis/index.d.ts",
67
+ "types": "./types/ellipsis.d.ts",
68
68
  "default": "./fesm2022/ellipsis.mjs"
69
69
  },
70
70
  "./error-collect": {
71
- "types": "./error-collect/index.d.ts",
71
+ "types": "./types/error-collect.d.ts",
72
72
  "default": "./fesm2022/error-collect.mjs"
73
73
  },
74
74
  "./exception": {
75
- "types": "./exception/index.d.ts",
75
+ "types": "./types/exception.d.ts",
76
76
  "default": "./fesm2022/exception.mjs"
77
77
  },
78
78
  "./footer-toolbar": {
79
- "types": "./footer-toolbar/index.d.ts",
79
+ "types": "./types/footer-toolbar.d.ts",
80
80
  "default": "./fesm2022/footer-toolbar.mjs"
81
81
  },
82
82
  "./full-content": {
83
- "types": "./full-content/index.d.ts",
83
+ "types": "./types/full-content.d.ts",
84
84
  "default": "./fesm2022/full-content.mjs"
85
85
  },
86
86
  "./global-footer": {
87
- "types": "./global-footer/index.d.ts",
87
+ "types": "./types/global-footer.d.ts",
88
88
  "default": "./fesm2022/global-footer.mjs"
89
89
  },
90
90
  "./hotkey": {
91
- "types": "./hotkey/index.d.ts",
91
+ "types": "./types/hotkey.d.ts",
92
92
  "default": "./fesm2022/hotkey.mjs"
93
93
  },
94
94
  "./loading": {
95
- "types": "./loading/index.d.ts",
95
+ "types": "./types/loading.d.ts",
96
96
  "default": "./fesm2022/loading.mjs"
97
97
  },
98
98
  "./lodop": {
99
- "types": "./lodop/index.d.ts",
99
+ "types": "./types/lodop.d.ts",
100
100
  "default": "./fesm2022/lodop.mjs"
101
101
  },
102
102
  "./media": {
103
- "types": "./media/index.d.ts",
103
+ "types": "./types/media.d.ts",
104
104
  "default": "./fesm2022/media.mjs"
105
105
  },
106
106
  "./notice-icon": {
107
- "types": "./notice-icon/index.d.ts",
107
+ "types": "./types/notice-icon.d.ts",
108
108
  "default": "./fesm2022/notice-icon.mjs"
109
109
  },
110
110
  "./observers": {
111
- "types": "./observers/index.d.ts",
111
+ "types": "./types/chart-observer-size.d.ts",
112
112
  "default": "./fesm2022/chart-observer-size.mjs"
113
113
  },
114
114
  "./onboarding": {
115
- "types": "./onboarding/index.d.ts",
115
+ "types": "./types/onboarding.d.ts",
116
116
  "default": "./fesm2022/onboarding.mjs"
117
117
  },
118
118
  "./page-header": {
119
- "types": "./page-header/index.d.ts",
119
+ "types": "./types/page-header.d.ts",
120
120
  "default": "./fesm2022/page-header.mjs"
121
121
  },
122
122
  "./pdf": {
123
- "types": "./pdf/index.d.ts",
123
+ "types": "./types/pdf.d.ts",
124
124
  "default": "./fesm2022/pdf.mjs"
125
125
  },
126
126
  "./quick-menu": {
127
- "types": "./quick-menu/index.d.ts",
127
+ "types": "./types/quick-menu.d.ts",
128
128
  "default": "./fesm2022/quick-menu.mjs"
129
129
  },
130
130
  "./reuse-tab": {
131
- "types": "./reuse-tab/index.d.ts",
131
+ "types": "./types/reuse-tab.d.ts",
132
132
  "default": "./fesm2022/reuse-tab.mjs"
133
133
  },
134
134
  "./se": {
135
- "types": "./se/index.d.ts",
135
+ "types": "./types/se.d.ts",
136
136
  "default": "./fesm2022/se.mjs"
137
137
  },
138
138
  "./sg": {
139
- "types": "./sg/index.d.ts",
139
+ "types": "./types/sg.d.ts",
140
140
  "default": "./fesm2022/sg.mjs"
141
141
  },
142
142
  "./st": {
143
- "types": "./st/index.d.ts",
143
+ "types": "./types/st.d.ts",
144
144
  "default": "./fesm2022/st.mjs"
145
145
  },
146
146
  "./sv": {
147
- "types": "./sv/index.d.ts",
147
+ "types": "./types/sv.d.ts",
148
148
  "default": "./fesm2022/sv.mjs"
149
149
  },
150
150
  "./tag-select": {
151
- "types": "./tag-select/index.d.ts",
151
+ "types": "./types/tag-select.d.ts",
152
152
  "default": "./fesm2022/tag-select.mjs"
153
153
  },
154
154
  "./xlsx": {
155
- "types": "./xlsx/index.d.ts",
155
+ "types": "./types/xlsx.d.ts",
156
156
  "default": "./fesm2022/xlsx.mjs"
157
157
  },
158
158
  "./zip": {
159
- "types": "./zip/index.d.ts",
159
+ "types": "./types/zip.d.ts",
160
160
  "default": "./fesm2022/zip.mjs"
161
161
  }
162
162
  },
@@ -2,8 +2,8 @@ import * as i0 from '@angular/core';
2
2
 
3
3
  declare class AutoFocusDirective {
4
4
  private readonly el;
5
- enabled: i0.InputSignalWithTransform<boolean, unknown>;
6
- delay: i0.InputSignalWithTransform<number, unknown>;
5
+ readonly enabled: i0.InputSignalWithTransform<boolean, unknown>;
6
+ readonly delay: i0.InputSignalWithTransform<number, unknown>;
7
7
  readonly focus: i0.OutputEmitterRef<void>;
8
8
  constructor();
9
9
  static ɵfac: i0.ɵɵFactoryDeclaration<AutoFocusDirective, never>;
@@ -1,5 +1,5 @@
1
1
  import * as _angular_core from '@angular/core';
2
- import { Type, OnDestroy, EnvironmentProviders } from '@angular/core';
2
+ import { Type, EnvironmentProviders } from '@angular/core';
3
3
  import { SafeValue } from '@angular/platform-browser';
4
4
  import { Observable } from 'rxjs';
5
5
  import { FormatMaskOption, CurrencyMegaOptions, CurrencyFormatOptions, CurrencyCNYOptions } from '@delon/util/format';
@@ -245,29 +245,28 @@ interface CellWidgetInstance {
245
245
  readonly data: CellTextResult;
246
246
  }
247
247
 
248
- declare class CellComponent implements OnDestroy {
248
+ declare class CellComponent {
249
249
  private readonly srv;
250
250
  private readonly router;
251
251
  private readonly renderer;
252
252
  private readonly imgSrv;
253
253
  private readonly win;
254
254
  private readonly el;
255
- private destroy$?;
256
- _text: _angular_core.WritableSignal<string | number | SafeValue | string[]>;
257
- _unit: _angular_core.WritableSignal<string | undefined>;
258
- _res: _angular_core.WritableSignal<CellTextResult | undefined>;
259
- showDefault: _angular_core.Signal<boolean>;
255
+ private d$;
256
+ protected _text: _angular_core.WritableSignal<string | number | SafeValue | string[]>;
257
+ protected _unit: _angular_core.WritableSignal<string | undefined>;
258
+ protected _res: _angular_core.WritableSignal<CellTextResult | undefined>;
259
+ protected showDefault: _angular_core.Signal<boolean>;
260
260
  value: _angular_core.ModelSignal<CellValue>;
261
261
  options: _angular_core.InputSignal<CellOptions | undefined>;
262
262
  loading: _angular_core.InputSignalWithTransform<boolean, unknown>;
263
263
  disabled: _angular_core.InputSignalWithTransform<boolean, unknown>;
264
- get safeOpt(): CellOptions;
265
- isText: _angular_core.Signal<boolean>;
264
+ protected get safeOpt(): CellOptions;
265
+ protected isText: _angular_core.Signal<boolean>;
266
266
  constructor();
267
267
  private setClass;
268
- _link(e: Event): void;
269
- _showImg(img: string): void;
270
- ngOnDestroy(): void;
268
+ protected _link(e: Event): void;
269
+ protected _showImg(img: string): void;
271
270
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<CellComponent, never>;
272
271
  static ɵcmp: _angular_core.ɵɵComponentDeclaration<CellComponent, "cell, [cell]", ["cell"], { "value": { "alias": "value"; "required": false; "isSignal": true; }; "options": { "alias": "options"; "required": false; "isSignal": true; }; "loading": { "alias": "loading"; "required": false; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; }, { "value": "valueChange"; }, never, never, true, never>;
273
272
  }
@@ -275,7 +274,7 @@ declare class CellComponent implements OnDestroy {
275
274
  declare class CellHostDirective {
276
275
  private readonly srv;
277
276
  private readonly vcr;
278
- data: _angular_core.InputSignal<CellTextResult>;
277
+ readonly data: _angular_core.InputSignal<CellTextResult>;
279
278
  constructor();
280
279
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<CellHostDirective, never>;
281
280
  static ɵdir: _angular_core.ɵɵDirectiveDeclaration<CellHostDirective, "[cell-widget-host]", never, { "data": { "alias": "data"; "required": true; "isSignal": true; }; }, {}, never, never, true, never>;
@@ -1,5 +1,5 @@
1
1
  import * as i0 from '@angular/core';
2
- import { OnDestroy, AfterViewInit, EventEmitter } from '@angular/core';
2
+ import { OnDestroy } from '@angular/core';
3
3
  import { Observable } from 'rxjs';
4
4
 
5
5
  declare class SizeObserver implements OnDestroy {
@@ -12,16 +12,12 @@ declare class SizeObserver implements OnDestroy {
12
12
  static ɵfac: i0.ɵɵFactoryDeclaration<SizeObserver, never>;
13
13
  static ɵprov: i0.ɵɵInjectableDeclaration<SizeObserver>;
14
14
  }
15
- declare class ObserverSize implements AfterViewInit, OnDestroy {
15
+ declare class ObserverSize {
16
16
  private readonly _obs;
17
17
  private readonly el;
18
- private readonly ngZone;
19
- private _sub$;
20
- readonly event: EventEmitter<MutationRecord[]>;
21
- ngAfterViewInit(): void;
22
- private _sub;
23
- private _unsub;
24
- ngOnDestroy(): void;
18
+ private readonly d$;
19
+ readonly event: i0.OutputEmitterRef<MutationRecord[]>;
20
+ constructor();
25
21
  static ɵfac: i0.ɵɵFactoryDeclaration<ObserverSize, never>;
26
22
  static ɵdir: i0.ɵɵDirectiveDeclaration<ObserverSize, "[observeSize]", ["observeSize"], {}, { "event": "observeSize"; }, never, never, true, never>;
27
23
  }
@@ -1,25 +1,21 @@
1
1
  import * as i0 from '@angular/core';
2
- import { EventEmitter } from '@angular/core';
3
2
  import * as i2 from 'ngx-countdown';
4
3
  import { CountdownComponent, CountdownConfig, CountdownEvent } from 'ngx-countdown';
5
4
  import * as i1 from '@angular/common';
6
5
 
7
6
  declare class CountDownComponent {
8
7
  readonly instance: CountdownComponent;
9
- config?: CountdownConfig;
10
- /**
11
- * 目标时间
12
- */
13
- set target(value: number | Date);
14
- readonly event: EventEmitter<CountdownEvent>;
15
- handleEvent(e: CountdownEvent): void;
8
+ readonly config: i0.InputSignal<CountdownConfig | undefined>;
9
+ readonly target: i0.InputSignal<number | Date | undefined>;
10
+ readonly event: i0.OutputEmitterRef<CountdownEvent>;
11
+ protected cfg: i0.Signal<CountdownConfig>;
16
12
  static ɵfac: i0.ɵɵFactoryDeclaration<CountDownComponent, never>;
17
- static ɵcmp: i0.ɵɵComponentDeclaration<CountDownComponent, "count-down", ["countDown"], { "config": { "alias": "config"; "required": false; }; "target": { "alias": "target"; "required": false; }; }, { "event": "event"; }, never, never, true, never>;
13
+ static ɵcmp: i0.ɵɵComponentDeclaration<CountDownComponent, "count-down", ["countDown"], { "config": { "alias": "config"; "required": false; "isSignal": true; }; "target": { "alias": "target"; "required": false; "isSignal": true; }; }, { "event": "event"; }, never, never, true, never>;
18
14
  }
19
15
 
20
16
  declare class CountDownModule {
21
17
  static ɵfac: i0.ɵɵFactoryDeclaration<CountDownModule, never>;
22
- static ɵmod: i0.ɵɵNgModuleDeclaration<CountDownModule, never, [typeof i1.CommonModule, typeof i2.CountdownModule, typeof CountDownComponent], [typeof CountDownComponent]>;
18
+ static ɵmod: i0.ɵɵNgModuleDeclaration<CountDownModule, never, [typeof i1.CommonModule, typeof i2.CountdownComponent, typeof CountDownComponent], [typeof CountDownComponent]>;
23
19
  static ɵinj: i0.ɵɵInjectorDeclaration<CountDownModule>;
24
20
  }
25
21
 
@@ -1,13 +1,11 @@
1
1
  import * as i0 from '@angular/core';
2
- import { OnDestroy, AfterViewInit, EventEmitter, TemplateRef } from '@angular/core';
2
+ import { OnDestroy, AfterViewInit, TemplateRef } from '@angular/core';
3
3
  import * as i1 from '@angular/common';
4
4
  import * as i2 from '@angular/forms';
5
5
  import * as i3 from 'ng-zorro-antd/date-picker';
6
6
  import { AlainDateRangePickerShortcut, AlainDateRangePickerShortcutItem } from '@delon/util/config';
7
- import { NzSafeAny } from 'ng-zorro-antd/core/types';
8
7
 
9
8
  declare class RangePickerDirective implements OnDestroy, AfterViewInit {
10
- static ngAcceptInputType_shortcut: AlainDateRangePickerShortcut | string | null;
11
9
  private readonly dom;
12
10
  private readonly vcr;
13
11
  private readonly nativeComp;
@@ -17,10 +15,9 @@ declare class RangePickerDirective implements OnDestroy, AfterViewInit {
17
15
  private shortcutFactory;
18
16
  start: Date | null;
19
17
  end: Date | null;
20
- set shortcut(val: AlainDateRangePickerShortcut | null);
21
- get shortcut(): AlainDateRangePickerShortcut | null;
22
- ngModelEnd: NzSafeAny;
23
- readonly ngModelEndChange: EventEmitter<any>;
18
+ private locale;
19
+ readonly shortcut: i0.InputSignalWithTransform<AlainDateRangePickerShortcut | null, string | AlainDateRangePickerShortcut | null>;
20
+ readonly ngModelEnd: i0.ModelSignal<any>;
24
21
  private get dp();
25
22
  private get srv();
26
23
  constructor();
@@ -28,14 +25,13 @@ declare class RangePickerDirective implements OnDestroy, AfterViewInit {
28
25
  private overrideNative;
29
26
  private refreshShortcut;
30
27
  ngAfterViewInit(): void;
31
- private destoryShortcut;
32
28
  ngOnDestroy(): void;
33
29
  static ɵfac: i0.ɵɵFactoryDeclaration<RangePickerDirective, never>;
34
- 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>;
30
+ static ɵdir: i0.ɵɵDirectiveDeclaration<RangePickerDirective, "nz-range-picker[extend]", ["extendRangePicker"], { "shortcut": { "alias": "shortcut"; "required": false; "isSignal": true; }; "ngModelEnd": { "alias": "ngModelEnd"; "required": true; "isSignal": true; }; }, { "ngModelEnd": "ngModelEndChange"; }, never, never, true, never>;
35
31
  }
36
32
 
37
33
  declare class RangePickerShortcutTplComponent {
38
- readonly tpl: TemplateRef<void>;
34
+ readonly tpl: i0.Signal<TemplateRef<void>>;
39
35
  list: AlainDateRangePickerShortcutItem[];
40
36
  click(_: AlainDateRangePickerShortcutItem): void;
41
37
  static ɵfac: i0.ɵɵFactoryDeclaration<RangePickerShortcutTplComponent, never>;
@@ -0,0 +1,32 @@
1
+ import * as _angular_core from '@angular/core';
2
+ import { HttpResponse } from '@angular/common/http';
3
+ import * as i1 from '@angular/common';
4
+ import * as i2 from '@delon/theme';
5
+
6
+ declare class DownFileDirective {
7
+ private readonly el;
8
+ private readonly _http;
9
+ readonly httpData: _angular_core.InputSignal<any>;
10
+ readonly httpBody: _angular_core.InputSignal<any>;
11
+ readonly httpMethod: _angular_core.InputSignal<string>;
12
+ readonly httpUrl: _angular_core.InputSignal<string>;
13
+ readonly fileName: _angular_core.InputSignal<string | ((rep: HttpResponse<Blob>) => string) | undefined>;
14
+ readonly pre: _angular_core.InputSignal<((ev: MouseEvent) => Promise<boolean>) | undefined>;
15
+ readonly success: _angular_core.OutputEmitterRef<HttpResponse<Blob>>;
16
+ readonly error: _angular_core.OutputEmitterRef<any>;
17
+ private getDisposition;
18
+ private isFileSaverSupported;
19
+ constructor();
20
+ private setDisabled;
21
+ protected _click(ev: MouseEvent): Promise<void>;
22
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<DownFileDirective, never>;
23
+ static ɵdir: _angular_core.ɵɵDirectiveDeclaration<DownFileDirective, "[down-file]", ["downFile"], { "httpData": { "alias": "http-data"; "required": false; "isSignal": true; }; "httpBody": { "alias": "http-body"; "required": false; "isSignal": true; }; "httpMethod": { "alias": "http-method"; "required": false; "isSignal": true; }; "httpUrl": { "alias": "http-url"; "required": true; "isSignal": true; }; "fileName": { "alias": "file-name"; "required": false; "isSignal": true; }; "pre": { "alias": "pre"; "required": false; "isSignal": true; }; }, { "success": "success"; "error": "error"; }, never, never, true, never>;
24
+ }
25
+
26
+ declare class DownFileModule {
27
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<DownFileModule, never>;
28
+ static ɵmod: _angular_core.ɵɵNgModuleDeclaration<DownFileModule, never, [typeof i1.CommonModule, typeof i2.AlainThemeModule, typeof DownFileDirective], [typeof DownFileDirective]>;
29
+ static ɵinj: _angular_core.ɵɵInjectorDeclaration<DownFileModule>;
30
+ }
31
+
32
+ export { DownFileDirective, DownFileModule };
@@ -0,0 +1,46 @@
1
+ import * as _angular_core from '@angular/core';
2
+ import { SafeHtml } from '@angular/platform-browser';
3
+ import * as i1 from '@angular/common';
4
+ import * as i2 from '@angular/cdk/observers';
5
+ import * as i3 from 'ng-zorro-antd/tooltip';
6
+
7
+ declare class EllipsisComponent {
8
+ private readonly el;
9
+ private readonly injector;
10
+ private readonly dom;
11
+ private readonly doc;
12
+ private isSupportLineClamp;
13
+ private readonly orgEl;
14
+ private readonly shadowOrgEl;
15
+ private readonly shadowTextEl;
16
+ protected orgHtml: _angular_core.WritableSignal<SafeHtml | null>;
17
+ protected type: _angular_core.WritableSignal<string>;
18
+ protected cls: _angular_core.WritableSignal<Record<string, any>>;
19
+ readonly text: _angular_core.WritableSignal<string>;
20
+ targetCount: number;
21
+ readonly tooltip: _angular_core.InputSignalWithTransform<boolean, unknown>;
22
+ readonly length: _angular_core.InputSignalWithTransform<number | null, unknown>;
23
+ readonly lines: _angular_core.InputSignalWithTransform<number | null, unknown>;
24
+ readonly fullWidthRecognition: _angular_core.InputSignalWithTransform<boolean, unknown>;
25
+ readonly tail: _angular_core.InputSignal<string>;
26
+ protected get linsWord(): string;
27
+ private get win();
28
+ constructor();
29
+ private getStrFullLength;
30
+ private cutStrByFullLength;
31
+ private bisection;
32
+ private genType;
33
+ private gen;
34
+ private getEl;
35
+ protected refresh(): void;
36
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<EllipsisComponent, never>;
37
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<EllipsisComponent, "ellipsis", ["ellipsis"], { "tooltip": { "alias": "tooltip"; "required": false; "isSignal": true; }; "length": { "alias": "length"; "required": false; "isSignal": true; }; "lines": { "alias": "lines"; "required": false; "isSignal": true; }; "fullWidthRecognition": { "alias": "fullWidthRecognition"; "required": false; "isSignal": true; }; "tail": { "alias": "tail"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
38
+ }
39
+
40
+ declare class EllipsisModule {
41
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<EllipsisModule, never>;
42
+ static ɵmod: _angular_core.ɵɵNgModuleDeclaration<EllipsisModule, never, [typeof i1.CommonModule, typeof i2.ObserversModule, typeof i3.NzTooltipModule, typeof EllipsisComponent], [typeof EllipsisComponent]>;
43
+ static ɵinj: _angular_core.ɵɵInjectorDeclaration<EllipsisModule>;
44
+ }
45
+
46
+ export { EllipsisComponent, EllipsisModule };
@@ -0,0 +1,34 @@
1
+ import * as _angular_cdk_bidi from '@angular/cdk/bidi';
2
+ import * as i0 from '@angular/core';
3
+ import { OnInit } from '@angular/core';
4
+ import * as i1 from '@angular/common';
5
+ import * as i2 from 'ng-zorro-antd/icon';
6
+
7
+ declare class ErrorCollectComponent implements OnInit {
8
+ private readonly el;
9
+ private readonly doc;
10
+ private readonly platform;
11
+ private readonly destroy$;
12
+ private readonly cogSrv;
13
+ private formEl;
14
+ protected count: i0.WritableSignal<number>;
15
+ protected dir: i0.WritableSignal<_angular_cdk_bidi.Direction>;
16
+ readonly freq: i0.InputSignalWithTransform<number, unknown>;
17
+ readonly offsetTop: i0.InputSignalWithTransform<number, unknown>;
18
+ constructor();
19
+ private get errEls();
20
+ private update;
21
+ protected _click(): boolean;
22
+ private findParent;
23
+ ngOnInit(): void;
24
+ static ɵfac: i0.ɵɵFactoryDeclaration<ErrorCollectComponent, never>;
25
+ static ɵcmp: i0.ɵɵComponentDeclaration<ErrorCollectComponent, "error-collect, [error-collect]", ["errorCollect"], { "freq": { "alias": "freq"; "required": false; "isSignal": true; }; "offsetTop": { "alias": "offsetTop"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
26
+ }
27
+
28
+ declare class ErrorCollectModule {
29
+ static ɵfac: i0.ɵɵFactoryDeclaration<ErrorCollectModule, never>;
30
+ static ɵmod: i0.ɵɵNgModuleDeclaration<ErrorCollectModule, never, [typeof i1.CommonModule, typeof i2.NzIconModule, typeof ErrorCollectComponent], [typeof ErrorCollectComponent]>;
31
+ static ɵinj: i0.ɵɵInjectorDeclaration<ErrorCollectModule>;
32
+ }
33
+
34
+ export { ErrorCollectComponent, ErrorCollectModule };
@@ -12,25 +12,25 @@ declare class ExceptionComponent {
12
12
  private readonly dom;
13
13
  private readonly cogSrv;
14
14
  private readonly conTpl;
15
- locale: _angular_core.Signal<_delon_theme.ExceptionLocaleData>;
16
- dir: _angular_core.WritableSignal<_angular_cdk_bidi.Direction>;
17
- hasCon: _angular_core.WritableSignal<boolean>;
15
+ protected locale: _angular_core.Signal<_delon_theme.ExceptionLocaleData>;
16
+ protected dir: _angular_core.WritableSignal<_angular_cdk_bidi.Direction>;
17
+ protected hasCon: _angular_core.WritableSignal<boolean>;
18
18
  private typeDict;
19
- typeItem: _angular_core.WritableSignal<{
19
+ protected typeItem: _angular_core.WritableSignal<{
20
20
  img: string;
21
21
  title: string;
22
22
  desc?: string;
23
23
  } | null>;
24
- type: _angular_core.InputSignal<ExceptionType>;
25
- img: _angular_core.InputSignal<string | undefined>;
26
- title: _angular_core.InputSignal<string | undefined>;
27
- desc: _angular_core.InputSignal<string | undefined>;
28
- backRouterLink: _angular_core.InputSignal<string | any[]>;
29
- _img: _angular_core.Signal<_angular_platform_browser.SafeStyle | null>;
30
- _title: _angular_core.Signal<_angular_platform_browser.SafeHtml | null>;
31
- _desc: _angular_core.Signal<_angular_platform_browser.SafeHtml | null>;
24
+ readonly type: _angular_core.InputSignal<ExceptionType>;
25
+ readonly img: _angular_core.InputSignal<string | undefined>;
26
+ readonly title: _angular_core.InputSignal<string | undefined>;
27
+ readonly desc: _angular_core.InputSignal<string | undefined>;
28
+ readonly backRouterLink: _angular_core.InputSignal<string | any[]>;
29
+ protected readonly _img: _angular_core.Signal<_angular_platform_browser.SafeStyle | null>;
30
+ protected readonly _title: _angular_core.Signal<_angular_platform_browser.SafeHtml | null>;
31
+ protected readonly _desc: _angular_core.Signal<_angular_platform_browser.SafeHtml | null>;
32
32
  constructor();
33
- checkContent(): void;
33
+ protected checkContent(): void;
34
34
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<ExceptionComponent, never>;
35
35
  static ɵcmp: _angular_core.ɵɵComponentDeclaration<ExceptionComponent, "exception", ["exception"], { "type": { "alias": "type"; "required": false; "isSignal": true; }; "img": { "alias": "img"; "required": false; "isSignal": true; }; "title": { "alias": "title"; "required": false; "isSignal": true; }; "desc": { "alias": "desc"; "required": false; "isSignal": true; }; "backRouterLink": { "alias": "backRouterLink"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
36
36
  }
@@ -6,8 +6,8 @@ import * as i3 from 'ng-zorro-antd/core/outlet';
6
6
 
7
7
  declare class FooterToolbarComponent implements OnDestroy {
8
8
  private readonly bodyCls;
9
- errorCollect: i0.InputSignalWithTransform<boolean, unknown>;
10
- extra: i0.InputSignal<string | TemplateRef<void> | undefined>;
9
+ readonly errorCollect: i0.InputSignalWithTransform<boolean, unknown>;
10
+ readonly extra: i0.InputSignal<string | TemplateRef<void> | undefined>;
11
11
  constructor();
12
12
  ngOnDestroy(): void;
13
13
  static ɵfac: i0.ɵɵFactoryDeclaration<FooterToolbarComponent, never>;
@@ -1,30 +1,25 @@
1
1
  import * as i0 from '@angular/core';
2
- import { AfterViewInit, OnInit, OnChanges, OnDestroy } from '@angular/core';
2
+ import { OnDestroy } from '@angular/core';
3
3
  import { Observable } from 'rxjs';
4
4
  import * as i1 from '@angular/common';
5
5
 
6
- declare class FullContentComponent implements AfterViewInit, OnInit, OnChanges, OnDestroy {
7
- private readonly destroy$;
6
+ declare class FullContentComponent implements OnDestroy {
8
7
  private readonly el;
9
- private readonly cdr;
10
8
  private readonly srv;
11
9
  private readonly router;
12
10
  private readonly doc;
13
11
  private bodyEl;
14
- private inited;
15
12
  private id;
16
- _height: number;
17
- hideTitle: i0.InputSignalWithTransform<boolean, unknown>;
18
- padding: i0.InputSignalWithTransform<number, unknown>;
19
- fullscreen: i0.ModelSignal<boolean | undefined>;
13
+ _height: i0.WritableSignal<number>;
14
+ readonly hideTitle: i0.InputSignalWithTransform<boolean, unknown>;
15
+ readonly padding: i0.InputSignalWithTransform<number, unknown>;
16
+ readonly fullscreen: i0.ModelSignal<boolean | undefined>;
17
+ constructor();
20
18
  private updateCls;
21
19
  private update;
22
20
  private updateHeight;
23
21
  private removeInBody;
24
- ngOnInit(): void;
25
22
  toggle(): void;
26
- ngAfterViewInit(): void;
27
- ngOnChanges(): void;
28
23
  ngOnDestroy(): void;
29
24
  static ɵfac: i0.ɵɵFactoryDeclaration<FullContentComponent, never>;
30
25
  static ɵcmp: i0.ɵɵComponentDeclaration<FullContentComponent, "full-content", ["fullContent"], { "hideTitle": { "alias": "hideTitle"; "required": false; "isSignal": true; }; "padding": { "alias": "padding"; "required": false; "isSignal": true; }; "fullscreen": { "alias": "fullscreen"; "required": false; "isSignal": true; }; }, { "fullscreen": "fullscreenChange"; }, never, ["*"], true, never>;
@@ -41,7 +36,7 @@ declare class FullContentService {
41
36
 
42
37
  declare class FullContentToggleDirective {
43
38
  private readonly parent;
44
- _click(): void;
39
+ protected _click(): void;
45
40
  static ɵfac: i0.ɵɵFactoryDeclaration<FullContentToggleDirective, never>;
46
41
  static ɵdir: i0.ɵɵDirectiveDeclaration<FullContentToggleDirective, "[full-toggle]", ["fullToggle"], {}, {}, never, never, true, never>;
47
42
  }
@@ -14,9 +14,9 @@ interface GlobalFooterLink {
14
14
  }
15
15
 
16
16
  declare class GlobalFooterItemComponent {
17
- host: _angular_core.Signal<TemplateRef<void>>;
18
- href: _angular_core.InputSignal<string | undefined>;
19
- blankTarget: _angular_core.InputSignalWithTransform<boolean, unknown>;
17
+ readonly host: _angular_core.Signal<TemplateRef<void>>;
18
+ readonly href: _angular_core.InputSignal<string | undefined>;
19
+ readonly blankTarget: _angular_core.InputSignalWithTransform<boolean, unknown>;
20
20
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<GlobalFooterItemComponent, never>;
21
21
  static ɵcmp: _angular_core.ɵɵComponentDeclaration<GlobalFooterItemComponent, "global-footer-item", ["globalFooterItem"], { "href": { "alias": "href"; "required": false; "isSignal": true; }; "blankTarget": { "alias": "blankTarget"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
22
22
  }
@@ -25,11 +25,11 @@ declare class GlobalFooterComponent {
25
25
  private readonly router;
26
26
  private readonly win;
27
27
  private readonly dom;
28
- dir: _angular_core.WritableSignal<_angular_cdk_bidi.Direction>;
29
- links: _angular_core.InputSignal<GlobalFooterLink[]>;
28
+ protected dir: _angular_core.WritableSignal<_angular_cdk_bidi.Direction>;
29
+ readonly links: _angular_core.InputSignal<GlobalFooterLink[]>;
30
30
  readonly items: _angular_core.Signal<readonly GlobalFooterItemComponent[]>;
31
- linkHtmls: _angular_core.Signal<GlobalFooterLink[]>;
32
- to(item: GlobalFooterLink | GlobalFooterItemComponent): void;
31
+ protected linkHtmls: _angular_core.Signal<GlobalFooterLink[]>;
32
+ protected to(item: GlobalFooterLink | GlobalFooterItemComponent): void;
33
33
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<GlobalFooterComponent, never>;
34
34
  static ɵcmp: _angular_core.ɵɵComponentDeclaration<GlobalFooterComponent, "global-footer", ["globalFooter"], { "links": { "alias": "links"; "required": false; "isSignal": true; }; }, {}, ["items"], ["*"], true, never>;
35
35
  }
@@ -56,6 +56,7 @@ declare class LoadingService implements OnDestroy {
56
56
  private readonly overlay;
57
57
  private readonly configSrv;
58
58
  private readonly directionality;
59
+ private locale;
59
60
  private _overlayRef?;
60
61
  private compRef;
61
62
  private opt;