@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
@@ -1,13 +1,12 @@
1
1
  import * as i0 from '@angular/core';
2
- import { OnChanges, AfterViewInit, OnDestroy, EventEmitter, SimpleChange } from '@angular/core';
3
- import Plyr from 'plyr';
2
+ import { OnDestroy } from '@angular/core';
3
+ import * as Plyr from 'plyr';
4
4
  import { Observable } from 'rxjs';
5
5
  import { AlainMediaConfig } from '@delon/util/config';
6
6
  import * as i1 from '@angular/common';
7
7
 
8
8
  type MediaType = 'html5' | 'youtube' | 'video' | 'audio';
9
- declare class MediaComponent implements OnChanges, AfterViewInit, OnDestroy {
10
- private readonly destroy$;
9
+ declare class MediaComponent implements OnDestroy {
11
10
  private readonly el;
12
11
  private readonly renderer;
13
12
  private readonly ngZone;
@@ -15,25 +14,20 @@ declare class MediaComponent implements OnChanges, AfterViewInit, OnDestroy {
15
14
  private readonly platform;
16
15
  private _p?;
17
16
  private videoEl?;
18
- type: MediaType;
19
- source?: string | Plyr.SourceInfo;
20
- options?: Plyr.Options;
21
- delay: number;
22
- readonly ready: EventEmitter<Plyr>;
17
+ readonly type: i0.InputSignal<MediaType>;
18
+ readonly source: i0.InputSignal<string | Plyr.SourceInfo | undefined>;
19
+ readonly options: i0.InputSignal<Plyr.Options | undefined>;
20
+ readonly delay: i0.InputSignalWithTransform<number, unknown>;
21
+ readonly ready: i0.OutputEmitterRef<Plyr>;
23
22
  get player(): Plyr | undefined | null;
24
- private initDelay;
23
+ constructor();
25
24
  private init;
26
25
  private ensureElement;
27
26
  private destroy;
28
27
  private uploadSource;
29
- ngAfterViewInit(): void;
30
- ngOnChanges(changes: {
31
- [p in keyof MediaComponent]?: SimpleChange;
32
- }): void;
33
28
  ngOnDestroy(): void;
34
29
  static ɵfac: i0.ɵɵFactoryDeclaration<MediaComponent, never>;
35
- static ɵcmp: i0.ɵɵComponentDeclaration<MediaComponent, "media, [media]", ["mediaComponent"], { "type": { "alias": "type"; "required": false; }; "source": { "alias": "source"; "required": false; }; "options": { "alias": "options"; "required": false; }; "delay": { "alias": "delay"; "required": false; }; }, { "ready": "ready"; }, never, ["*"], true, never>;
36
- static ngAcceptInputType_delay: unknown;
30
+ static ɵcmp: i0.ɵɵComponentDeclaration<MediaComponent, "media, [media]", ["mediaComponent"], { "type": { "alias": "type"; "required": false; "isSignal": true; }; "source": { "alias": "source"; "required": false; "isSignal": true; }; "options": { "alias": "options"; "required": false; "isSignal": true; }; "delay": { "alias": "delay"; "required": false; "isSignal": true; }; }, { "ready": "ready"; }, never, ["*"], true, never>;
37
31
  }
38
32
 
39
33
  declare class MediaService {
@@ -50,31 +50,31 @@ interface NoticeIconSelect {
50
50
  }
51
51
 
52
52
  declare class NoticeIconTabComponent {
53
- locale: _angular_core.InputSignal<LocaleData>;
54
- item: _angular_core.InputSignal<NoticeItem>;
53
+ readonly locale: _angular_core.InputSignal<LocaleData>;
54
+ readonly item: _angular_core.InputSignal<NoticeItem>;
55
55
  readonly select: _angular_core.OutputEmitterRef<NoticeIconSelect>;
56
56
  readonly clear: _angular_core.OutputEmitterRef<string>;
57
- onClick(item: NoticeItem, event: Event): void;
58
- onClear(): void;
57
+ protected onClick(item: NoticeItem, event: Event): void;
58
+ protected onClear(): void;
59
59
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<NoticeIconTabComponent, never>;
60
60
  static ɵcmp: _angular_core.ɵɵComponentDeclaration<NoticeIconTabComponent, "notice-icon-tab", ["noticeIconTab"], { "locale": { "alias": "locale"; "required": true; "isSignal": true; }; "item": { "alias": "item"; "required": true; "isSignal": true; }; }, { "select": "select"; "clear": "clear"; }, never, never, true, never>;
61
61
  }
62
62
 
63
63
  declare class NoticeIconComponent {
64
- locale: _angular_core.Signal<_delon_theme.NoticeIconLocaleData>;
65
- data: _angular_core.InputSignal<NoticeItem[]>;
66
- count: _angular_core.InputSignalWithTransform<number | undefined, unknown>;
67
- loading: _angular_core.InputSignalWithTransform<boolean, unknown>;
68
- popoverVisible: _angular_core.InputSignalWithTransform<boolean, unknown>;
69
- btnClass: _angular_core.InputSignal<NgClassType | undefined>;
70
- btnIconClass: _angular_core.InputSignal<NgClassType | undefined>;
71
- centered: _angular_core.InputSignalWithTransform<boolean, unknown>;
64
+ protected locale: _angular_core.Signal<_delon_theme.NoticeIconLocaleData>;
65
+ readonly data: _angular_core.InputSignal<NoticeItem[]>;
66
+ readonly count: _angular_core.InputSignalWithTransform<number | undefined, unknown>;
67
+ readonly loading: _angular_core.InputSignalWithTransform<boolean, unknown>;
68
+ readonly popoverVisible: _angular_core.InputSignalWithTransform<boolean, unknown>;
69
+ readonly btnClass: _angular_core.InputSignal<NgClassType | undefined>;
70
+ readonly btnIconClass: _angular_core.InputSignal<NgClassType | undefined>;
71
+ readonly centered: _angular_core.InputSignalWithTransform<boolean, unknown>;
72
72
  readonly select: _angular_core.OutputEmitterRef<NoticeIconSelect>;
73
73
  readonly clear: _angular_core.OutputEmitterRef<string>;
74
74
  readonly popoverVisibleChange: _angular_core.OutputEmitterRef<boolean>;
75
- overlayCls: _angular_core.WritableSignal<string>;
75
+ protected overlayCls: _angular_core.WritableSignal<string>;
76
76
  constructor();
77
- delayShow: _angular_core.WritableSignal<boolean>;
77
+ protected delayShow: _angular_core.WritableSignal<boolean>;
78
78
  onVisibleChange(result: boolean): void;
79
79
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<NoticeIconComponent, never>;
80
80
  static ɵcmp: _angular_core.ɵɵComponentDeclaration<NoticeIconComponent, "notice-icon", ["noticeIcon"], { "data": { "alias": "data"; "required": false; "isSignal": true; }; "count": { "alias": "count"; "required": false; "isSignal": true; }; "loading": { "alias": "loading"; "required": false; "isSignal": true; }; "popoverVisible": { "alias": "popoverVisible"; "required": false; "isSignal": true; }; "btnClass": { "alias": "btnClass"; "required": false; "isSignal": true; }; "btnIconClass": { "alias": "btnIconClass"; "required": false; "isSignal": true; }; "centered": { "alias": "centered"; "required": false; "isSignal": true; }; }, { "select": "select"; "clear": "clear"; "popoverVisibleChange": "popoverVisibleChange"; }, never, never, true, never>;
@@ -82,7 +82,7 @@ declare class NoticeIconComponent {
82
82
 
83
83
  declare class NoticeIconModule {
84
84
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<NoticeIconModule, never>;
85
- static ɵmod: _angular_core.ɵɵNgModuleDeclaration<NoticeIconModule, never, [typeof i1.CommonModule, typeof _delon_theme.DelonLocaleModule, typeof i3.NzBadgeModule, typeof i4.NzDropDownModule, typeof i5.NzIconModule, typeof i6.NzListModule, typeof i7.NzSpinModule, typeof i8.NzTabsModule, typeof i9.NzTagModule, typeof i10.NzOutletModule, typeof NoticeIconComponent, typeof NoticeIconTabComponent], [typeof NoticeIconComponent]>;
85
+ static ɵmod: _angular_core.ɵɵNgModuleDeclaration<NoticeIconModule, never, [typeof i1.CommonModule, typeof _delon_theme.DelonLocaleModule, typeof i3.NzBadgeModule, typeof i4.NzDropdownModule, typeof i5.NzIconModule, typeof i6.NzListModule, typeof i7.NzSpinModule, typeof i8.NzTabsModule, typeof i9.NzTagModule, typeof i10.NzOutletModule, typeof NoticeIconComponent, typeof NoticeIconTabComponent], [typeof NoticeIconComponent]>;
86
86
  static ɵinj: _angular_core.ɵɵInjectorDeclaration<NoticeIconModule>;
87
87
  }
88
88
 
@@ -1,15 +1,15 @@
1
1
  import * as i0 from '@angular/core';
2
- import { TemplateRef, OnDestroy, AfterViewInit, EventEmitter, InjectionToken } from '@angular/core';
2
+ import { TemplateRef, OnDestroy, EventEmitter, InjectionToken } from '@angular/core';
3
3
  import { SafeHtml } from '@angular/platform-browser';
4
4
  import { Observable } from 'rxjs';
5
5
  import { NzSafeAny } from 'ng-zorro-antd/core/types';
6
6
  import { Direction } from '@angular/cdk/bidi';
7
+ import * as i3 from 'ng-zorro-antd/popover';
8
+ import { NzPopoverDirective } from 'ng-zorro-antd/popover';
7
9
  import * as i1 from '@angular/common';
8
10
  import * as i2 from '@delon/theme';
9
- import * as i3 from 'ng-zorro-antd/popover';
10
11
  import * as i4 from 'ng-zorro-antd/core/outlet';
11
12
  import * as i5 from 'ng-zorro-antd/button';
12
- import * as i6 from 'ng-zorro-antd/core/no-animation';
13
13
 
14
14
  type OnboardingOpType = 'next' | 'prev' | 'skip' | 'done';
15
15
  interface OnboardingConfig {
@@ -159,27 +159,25 @@ declare class OnboardingService implements OnDestroy {
159
159
  static ɵprov: i0.ɵɵInjectableDeclaration<OnboardingService>;
160
160
  }
161
161
 
162
- declare class OnboardingComponent implements OnDestroy, AfterViewInit {
162
+ declare class OnboardingComponent implements OnDestroy {
163
163
  private readonly el;
164
+ private readonly injector;
164
165
  private readonly platform;
165
- private readonly cdr;
166
166
  private readonly doc;
167
- private time;
168
167
  private prevSelectorEl?;
169
168
  config: OnboardingConfig;
170
169
  item: OnboardingItem;
171
170
  active: number;
172
171
  max: number;
173
172
  readonly op: EventEmitter<OnboardingOpType>;
174
- running: boolean;
173
+ running: i0.WritableSignal<boolean>;
175
174
  dir: Direction;
176
- private popover;
177
- get first(): boolean;
178
- get last(): boolean;
179
- private _getDoc;
180
- private _getWin;
175
+ popover: i0.Signal<NzPopoverDirective>;
176
+ protected get first(): boolean;
177
+ protected get last(): boolean;
178
+ private get _getWin();
181
179
  private getLightData;
182
- ngAfterViewInit(): void;
180
+ constructor();
183
181
  private scroll;
184
182
  updateRunning(status: boolean): void;
185
183
  private updatePosition;
@@ -204,7 +202,7 @@ declare class LocalStorageStore implements OnBoardingKeyStore {
204
202
 
205
203
  declare class OnboardingModule {
206
204
  static ɵfac: i0.ɵɵFactoryDeclaration<OnboardingModule, never>;
207
- static ɵmod: i0.ɵɵNgModuleDeclaration<OnboardingModule, never, [typeof i1.CommonModule, typeof i2.DelonLocaleModule, typeof i3.NzPopoverModule, typeof i4.NzOutletModule, typeof i5.NzButtonModule, typeof i6.NzNoAnimationModule, typeof OnboardingComponent], [typeof OnboardingComponent]>;
205
+ static ɵmod: i0.ɵɵNgModuleDeclaration<OnboardingModule, never, [typeof i1.CommonModule, typeof i2.DelonLocaleModule, typeof i3.NzPopoverModule, typeof i4.NzOutletModule, typeof i5.NzButtonModule, typeof OnboardingComponent], [typeof OnboardingComponent]>;
208
206
  static ɵinj: i0.ɵɵInjectorDeclaration<OnboardingModule>;
209
207
  }
210
208
 
@@ -0,0 +1,67 @@
1
+ import * as _angular_core from '@angular/core';
2
+ import { TemplateRef } from '@angular/core';
3
+ import * as _angular_cdk_bidi from '@angular/cdk/bidi';
4
+ import * as i1 from '@angular/common';
5
+ import * as i2 from '@angular/router';
6
+ import * as i3 from '@angular/cdk/observers';
7
+ import * as i4 from 'ng-zorro-antd/affix';
8
+ import * as i5 from 'ng-zorro-antd/skeleton';
9
+ import * as i6 from 'ng-zorro-antd/breadcrumb';
10
+ import * as i7 from 'ng-zorro-antd/core/outlet';
11
+
12
+ interface PageHeaderPath {
13
+ title?: string;
14
+ link?: string[];
15
+ }
16
+ declare class PageHeaderComponent {
17
+ private readonly renderer;
18
+ private readonly router;
19
+ private readonly menuSrv;
20
+ private readonly i18nSrv;
21
+ private readonly titleSrv;
22
+ private readonly reuseSrv;
23
+ private readonly settings;
24
+ private readonly cogSrv;
25
+ private readonly conTpl;
26
+ private readonly affix;
27
+ protected readonly isBrowser: boolean;
28
+ protected readonly dir: _angular_core.WritableSignal<_angular_cdk_bidi.Direction>;
29
+ private get menus();
30
+ protected paths: _angular_core.WritableSignal<PageHeaderPath[]>;
31
+ protected titleIsTpl: _angular_core.Signal<boolean>;
32
+ protected titleText: _angular_core.WritableSignal<string | null | undefined>;
33
+ readonly titleSub: _angular_core.InputSignal<string | TemplateRef<void> | null | undefined>;
34
+ readonly title: _angular_core.InputSignal<string | TemplateRef<void> | null | undefined>;
35
+ readonly loading: _angular_core.InputSignalWithTransform<boolean, unknown>;
36
+ readonly wide: _angular_core.InputSignalWithTransform<boolean, unknown>;
37
+ readonly home: _angular_core.InputSignal<string | undefined>;
38
+ readonly homeLink: _angular_core.InputSignal<string>;
39
+ readonly homeI18n: _angular_core.InputSignal<string | undefined>;
40
+ readonly autoBreadcrumb: _angular_core.InputSignalWithTransform<boolean, unknown>;
41
+ readonly autoTitle: _angular_core.InputSignalWithTransform<boolean, unknown>;
42
+ readonly syncTitle: _angular_core.InputSignalWithTransform<boolean, unknown>;
43
+ readonly fixed: _angular_core.InputSignalWithTransform<boolean, unknown>;
44
+ readonly fixedOffsetTop: _angular_core.InputSignalWithTransform<number, unknown>;
45
+ readonly breadcrumb: _angular_core.InputSignal<TemplateRef<any> | null>;
46
+ readonly recursiveBreadcrumb: _angular_core.InputSignalWithTransform<boolean, unknown>;
47
+ readonly logo: _angular_core.InputSignal<TemplateRef<void> | null>;
48
+ readonly action: _angular_core.InputSignal<TemplateRef<void> | null>;
49
+ readonly content: _angular_core.InputSignal<TemplateRef<void> | null>;
50
+ readonly extra: _angular_core.InputSignal<TemplateRef<void> | null>;
51
+ readonly tab: _angular_core.InputSignal<TemplateRef<void> | null>;
52
+ private locale;
53
+ constructor();
54
+ refresh(): void;
55
+ private genBreadcrumb;
56
+ protected checkContent(): void;
57
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<PageHeaderComponent, never>;
58
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<PageHeaderComponent, "page-header", ["pageHeader"], { "titleSub": { "alias": "titleSub"; "required": false; "isSignal": true; }; "title": { "alias": "title"; "required": false; "isSignal": true; }; "loading": { "alias": "loading"; "required": false; "isSignal": true; }; "wide": { "alias": "wide"; "required": false; "isSignal": true; }; "home": { "alias": "home"; "required": false; "isSignal": true; }; "homeLink": { "alias": "homeLink"; "required": false; "isSignal": true; }; "homeI18n": { "alias": "homeI18n"; "required": false; "isSignal": true; }; "autoBreadcrumb": { "alias": "autoBreadcrumb"; "required": false; "isSignal": true; }; "autoTitle": { "alias": "autoTitle"; "required": false; "isSignal": true; }; "syncTitle": { "alias": "syncTitle"; "required": false; "isSignal": true; }; "fixed": { "alias": "fixed"; "required": false; "isSignal": true; }; "fixedOffsetTop": { "alias": "fixedOffsetTop"; "required": false; "isSignal": true; }; "breadcrumb": { "alias": "breadcrumb"; "required": false; "isSignal": true; }; "recursiveBreadcrumb": { "alias": "recursiveBreadcrumb"; "required": false; "isSignal": true; }; "logo": { "alias": "logo"; "required": false; "isSignal": true; }; "action": { "alias": "action"; "required": false; "isSignal": true; }; "content": { "alias": "content"; "required": false; "isSignal": true; }; "extra": { "alias": "extra"; "required": false; "isSignal": true; }; "tab": { "alias": "tab"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
59
+ }
60
+
61
+ declare class PageHeaderModule {
62
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<PageHeaderModule, never>;
63
+ static ɵmod: _angular_core.ɵɵNgModuleDeclaration<PageHeaderModule, never, [typeof i1.CommonModule, typeof i2.RouterModule, typeof i3.ObserversModule, typeof i4.NzAffixModule, typeof i5.NzSkeletonModule, typeof i6.NzBreadCrumbModule, typeof i7.NzOutletModule, typeof PageHeaderComponent], [typeof PageHeaderComponent]>;
64
+ static ɵinj: _angular_core.ɵɵInjectorDeclaration<PageHeaderModule>;
65
+ }
66
+
67
+ export { PageHeaderComponent, PageHeaderModule };
@@ -0,0 +1,31 @@
1
+ import * as _angular_core from '@angular/core';
2
+ import { TemplateRef } from '@angular/core';
3
+ import * as i1 from '@angular/common';
4
+ import * as i2 from 'ng-zorro-antd/icon';
5
+ import * as i3 from 'ng-zorro-antd/core/outlet';
6
+
7
+ declare class QuickMenuComponent {
8
+ private readonly el;
9
+ private readonly render;
10
+ readonly icon: _angular_core.InputSignal<string | TemplateRef<void>>;
11
+ readonly top: _angular_core.InputSignalWithTransform<number, unknown>;
12
+ readonly width: _angular_core.InputSignalWithTransform<number, unknown>;
13
+ readonly bgColor: _angular_core.InputSignal<string | undefined>;
14
+ readonly borderColor: _angular_core.InputSignal<string | undefined>;
15
+ readonly expand: _angular_core.InputSignalWithTransform<boolean, unknown>;
16
+ readonly expandChange: _angular_core.OutputEmitterRef<boolean>;
17
+ private show;
18
+ protected ctrlStyle: _angular_core.Signal<Record<string, string | undefined>>;
19
+ constructor();
20
+ _click(): void;
21
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<QuickMenuComponent, never>;
22
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<QuickMenuComponent, "quick-menu", ["quickMenu"], { "icon": { "alias": "icon"; "required": false; "isSignal": true; }; "top": { "alias": "top"; "required": false; "isSignal": true; }; "width": { "alias": "width"; "required": false; "isSignal": true; }; "bgColor": { "alias": "bgColor"; "required": false; "isSignal": true; }; "borderColor": { "alias": "borderColor"; "required": false; "isSignal": true; }; "expand": { "alias": "expand"; "required": false; "isSignal": true; }; }, { "expandChange": "expandChange"; }, never, ["*"], true, never>;
23
+ }
24
+
25
+ declare class QuickMenuModule {
26
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<QuickMenuModule, never>;
27
+ static ɵmod: _angular_core.ɵɵNgModuleDeclaration<QuickMenuModule, never, [typeof i1.CommonModule, typeof i2.NzIconModule, typeof i3.NzOutletModule, typeof QuickMenuComponent], [typeof QuickMenuComponent]>;
28
+ static ɵinj: _angular_core.ɵɵInjectorDeclaration<QuickMenuModule>;
29
+ }
30
+
31
+ export { QuickMenuComponent, QuickMenuModule };
@@ -1,4 +1,4 @@
1
- import * as i0 from '@angular/core';
1
+ import * as _angular_core from '@angular/core';
2
2
  import { EventEmitter, OnInit, OnChanges, TemplateRef, SimpleChange, SimpleChanges, OnDestroy, InjectionToken, Provider, EnvironmentProviders } from '@angular/core';
3
3
  import * as i2 from '@angular/router';
4
4
  import { ActivatedRouteSnapshot, RouteReuseStrategy } from '@angular/router';
@@ -17,8 +17,8 @@ declare class ReuseTabContextComponent {
17
17
  set i18n(value: ReuseContextI18n | undefined);
18
18
  readonly change: EventEmitter<ReuseContextCloseEvent>;
19
19
  constructor();
20
- static ɵfac: i0.ɵɵFactoryDeclaration<ReuseTabContextComponent, never>;
21
- static ɵcmp: i0.ɵɵComponentDeclaration<ReuseTabContextComponent, "reuse-tab-context", never, { "i18n": { "alias": "i18n"; "required": false; }; }, { "change": "change"; }, never, never, true, never>;
20
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<ReuseTabContextComponent, never>;
21
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<ReuseTabContextComponent, "reuse-tab-context", never, { "i18n": { "alias": "i18n"; "required": false; }; }, { "change": "change"; }, never, never, true, never>;
22
22
  }
23
23
 
24
24
  /**
@@ -52,7 +52,7 @@ declare enum ReuseTabMatchMode {
52
52
  */
53
53
  URL = 2
54
54
  }
55
- type ReuseTabRouteParamMatchMode = 'strict' | 'loose';
55
+ type ReuseTabRouteParamMatchMode = 'strict' | 'loose' | ((future: ActivatedRouteSnapshot, curr: ActivatedRouteSnapshot) => boolean);
56
56
  interface ReuseTitle {
57
57
  text?: string;
58
58
  i18n?: string;
@@ -143,17 +143,17 @@ declare class ReuseTabContextMenuComponent implements OnInit {
143
143
  click(e: MouseEvent, type: CloseType, custom?: ReuseCustomContextMenu): void;
144
144
  isDisabled(custom: ReuseCustomContextMenu): boolean;
145
145
  closeMenu(event: MouseEvent): void;
146
- static ɵfac: i0.ɵɵFactoryDeclaration<ReuseTabContextMenuComponent, never>;
147
- static ɵcmp: i0.ɵɵComponentDeclaration<ReuseTabContextMenuComponent, "reuse-tab-context-menu", never, { "i18n": { "alias": "i18n"; "required": false; }; "item": { "alias": "item"; "required": false; }; "event": { "alias": "event"; "required": false; }; "customContextMenu": { "alias": "customContextMenu"; "required": false; }; }, { "close": "close"; }, never, never, true, never>;
146
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<ReuseTabContextMenuComponent, never>;
147
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<ReuseTabContextMenuComponent, "reuse-tab-context-menu", never, { "i18n": { "alias": "i18n"; "required": false; }; "item": { "alias": "item"; "required": false; }; "event": { "alias": "event"; "required": false; }; "customContextMenu": { "alias": "customContextMenu"; "required": false; }; }, { "close": "close"; }, never, never, true, never>;
148
148
  }
149
149
 
150
150
  declare class ReuseTabContextDirective {
151
151
  private readonly srv;
152
- item: ReuseItem;
153
- customContextMenu: ReuseCustomContextMenu[];
154
- _onContextMenu(event: MouseEvent): void;
155
- static ɵfac: i0.ɵɵFactoryDeclaration<ReuseTabContextDirective, never>;
156
- static ɵdir: i0.ɵɵDirectiveDeclaration<ReuseTabContextDirective, "[reuse-tab-context-menu]", ["reuseTabContextMenu"], { "item": { "alias": "reuse-tab-context-menu"; "required": false; }; "customContextMenu": { "alias": "customContextMenu"; "required": false; }; }, {}, never, never, true, never>;
152
+ readonly item: _angular_core.InputSignal<ReuseItem>;
153
+ readonly customContextMenu: _angular_core.InputSignal<ReuseCustomContextMenu[]>;
154
+ protected _onContextMenu(event: MouseEvent): void;
155
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<ReuseTabContextDirective, never>;
156
+ static ɵdir: _angular_core.ɵɵDirectiveDeclaration<ReuseTabContextDirective, "[reuse-tab-context-menu]", ["reuseTabContextMenu"], { "item": { "alias": "reuse-tab-context-menu"; "required": true; "isSignal": true; }; "customContextMenu": { "alias": "customContextMenu"; "required": true; "isSignal": true; }; }, {}, never, never, true, never>;
157
157
  }
158
158
 
159
159
  declare class ReuseTabContextService {
@@ -164,13 +164,12 @@ declare class ReuseTabContextService {
164
164
  close: Subject<ReuseContextCloseEvent>;
165
165
  remove(): void;
166
166
  open(context: ReuseContextEvent): void;
167
- static ɵfac: i0.ɵɵFactoryDeclaration<ReuseTabContextService, never>;
168
- static ɵprov: i0.ɵɵInjectableDeclaration<ReuseTabContextService>;
167
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<ReuseTabContextService, never>;
168
+ static ɵprov: _angular_core.ɵɵInjectableDeclaration<ReuseTabContextService>;
169
169
  }
170
170
 
171
171
  declare class ReuseTabComponent implements OnInit, OnChanges {
172
172
  private readonly srv;
173
- private readonly cdr;
174
173
  private readonly router;
175
174
  private readonly route;
176
175
  private readonly i18nSrv;
@@ -178,36 +177,35 @@ declare class ReuseTabComponent implements OnInit, OnChanges {
178
177
  private readonly platform;
179
178
  private readonly stateKey;
180
179
  private readonly stateSrv;
181
- private tabset;
180
+ private readonly tabset;
182
181
  private destroy$;
183
- private _keepingScrollContainer?;
184
- list: ReuseItem[];
182
+ protected dir: _angular_core.WritableSignal<_angular_cdk_bidi.Direction>;
183
+ list: _angular_core.WritableSignal<ReuseItem[]>;
185
184
  item?: ReuseItem;
186
- pos: number;
187
- dir: i0.WritableSignal<_angular_cdk_bidi.Direction>;
188
- mode: ReuseTabMatchMode;
189
- i18n?: ReuseContextI18n;
190
- debug: boolean;
191
- max?: number;
192
- tabMaxWidth?: number;
193
- excludes?: RegExp[];
194
- allowClose: boolean;
195
- keepingScroll: boolean;
196
- storageState: boolean;
197
- set keepingScrollContainer(value: string | Element);
198
- customContextMenu: ReuseCustomContextMenu[];
199
- tabBarExtraContent?: TemplateRef<void>;
200
- tabBarGutter?: number;
201
- tabBarStyle: Record<string, string> | null;
202
- tabType: 'line' | 'card';
203
- routeParamMatchMode: ReuseTabRouteParamMatchMode;
204
- disabled: boolean;
205
- titleRender?: TemplateRef<{
185
+ protected pos: _angular_core.WritableSignal<number>;
186
+ readonly mode: _angular_core.InputSignal<ReuseTabMatchMode>;
187
+ readonly i18n: _angular_core.InputSignal<ReuseContextI18n | undefined>;
188
+ readonly debug: _angular_core.InputSignalWithTransform<boolean, unknown>;
189
+ readonly max: _angular_core.InputSignalWithTransform<number | undefined, unknown>;
190
+ readonly tabMaxWidth: _angular_core.InputSignalWithTransform<number | undefined, unknown>;
191
+ readonly excludes: _angular_core.InputSignal<RegExp[] | undefined>;
192
+ readonly allowClose: _angular_core.InputSignalWithTransform<boolean, unknown>;
193
+ readonly keepingScroll: _angular_core.InputSignalWithTransform<boolean, unknown>;
194
+ readonly storageState: _angular_core.InputSignalWithTransform<boolean, unknown>;
195
+ readonly keepingScrollContainer: _angular_core.InputSignal<string | Element | undefined>;
196
+ readonly customContextMenu: _angular_core.InputSignal<ReuseCustomContextMenu[]>;
197
+ readonly tabBarExtraContent: _angular_core.InputSignal<TemplateRef<void> | undefined>;
198
+ readonly tabBarGutter: _angular_core.InputSignal<number | undefined>;
199
+ readonly tabBarStyle: _angular_core.InputSignal<Record<string, string> | null>;
200
+ readonly tabType: _angular_core.InputSignal<"line" | "card">;
201
+ readonly routeParamMatchMode: _angular_core.InputSignal<ReuseTabRouteParamMatchMode>;
202
+ readonly disabled: _angular_core.InputSignalWithTransform<boolean, unknown>;
203
+ readonly titleRender: _angular_core.InputSignal<TemplateRef<{
206
204
  $implicit: ReuseItem;
207
- }>;
208
- canClose?: ReuseCanClose;
209
- readonly change: EventEmitter<ReuseItem>;
210
- readonly close: EventEmitter<ReuseItem | null>;
205
+ }> | undefined>;
206
+ readonly canClose: _angular_core.InputSignal<ReuseCanClose | undefined>;
207
+ readonly change: _angular_core.OutputEmitterRef<ReuseItem>;
208
+ readonly close: _angular_core.OutputEmitterRef<ReuseItem | null>;
211
209
  private genTit;
212
210
  private get curUrl();
213
211
  private genCurItem;
@@ -231,15 +229,8 @@ declare class ReuseTabComponent implements OnInit, OnChanges {
231
229
  ngOnChanges(changes: {
232
230
  [P in keyof this]?: SimpleChange;
233
231
  } & SimpleChanges): void;
234
- static ɵfac: i0.ɵɵFactoryDeclaration<ReuseTabComponent, never>;
235
- static ɵcmp: i0.ɵɵComponentDeclaration<ReuseTabComponent, "reuse-tab, [reuse-tab]", ["reuseTab"], { "mode": { "alias": "mode"; "required": false; }; "i18n": { "alias": "i18n"; "required": false; }; "debug": { "alias": "debug"; "required": false; }; "max": { "alias": "max"; "required": false; }; "tabMaxWidth": { "alias": "tabMaxWidth"; "required": false; }; "excludes": { "alias": "excludes"; "required": false; }; "allowClose": { "alias": "allowClose"; "required": false; }; "keepingScroll": { "alias": "keepingScroll"; "required": false; }; "storageState": { "alias": "storageState"; "required": false; }; "keepingScrollContainer": { "alias": "keepingScrollContainer"; "required": false; }; "customContextMenu": { "alias": "customContextMenu"; "required": false; }; "tabBarExtraContent": { "alias": "tabBarExtraContent"; "required": false; }; "tabBarGutter": { "alias": "tabBarGutter"; "required": false; }; "tabBarStyle": { "alias": "tabBarStyle"; "required": false; }; "tabType": { "alias": "tabType"; "required": false; }; "routeParamMatchMode": { "alias": "routeParamMatchMode"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "titleRender": { "alias": "titleRender"; "required": false; }; "canClose": { "alias": "canClose"; "required": false; }; }, { "change": "change"; "close": "close"; }, never, never, true, never>;
236
- static ngAcceptInputType_debug: unknown;
237
- static ngAcceptInputType_max: unknown;
238
- static ngAcceptInputType_tabMaxWidth: unknown;
239
- static ngAcceptInputType_allowClose: unknown;
240
- static ngAcceptInputType_keepingScroll: unknown;
241
- static ngAcceptInputType_storageState: unknown;
242
- static ngAcceptInputType_disabled: unknown;
232
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<ReuseTabComponent, never>;
233
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<ReuseTabComponent, "reuse-tab, [reuse-tab]", ["reuseTab"], { "mode": { "alias": "mode"; "required": false; "isSignal": true; }; "i18n": { "alias": "i18n"; "required": false; "isSignal": true; }; "debug": { "alias": "debug"; "required": false; "isSignal": true; }; "max": { "alias": "max"; "required": false; "isSignal": true; }; "tabMaxWidth": { "alias": "tabMaxWidth"; "required": false; "isSignal": true; }; "excludes": { "alias": "excludes"; "required": false; "isSignal": true; }; "allowClose": { "alias": "allowClose"; "required": false; "isSignal": true; }; "keepingScroll": { "alias": "keepingScroll"; "required": false; "isSignal": true; }; "storageState": { "alias": "storageState"; "required": false; "isSignal": true; }; "keepingScrollContainer": { "alias": "keepingScrollContainer"; "required": false; "isSignal": true; }; "customContextMenu": { "alias": "customContextMenu"; "required": false; "isSignal": true; }; "tabBarExtraContent": { "alias": "tabBarExtraContent"; "required": false; "isSignal": true; }; "tabBarGutter": { "alias": "tabBarGutter"; "required": false; "isSignal": true; }; "tabBarStyle": { "alias": "tabBarStyle"; "required": false; "isSignal": true; }; "tabType": { "alias": "tabType"; "required": false; "isSignal": true; }; "routeParamMatchMode": { "alias": "routeParamMatchMode"; "required": false; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; "titleRender": { "alias": "titleRender"; "required": false; "isSignal": true; }; "canClose": { "alias": "canClose"; "required": false; "isSignal": true; }; }, { "change": "change"; "close": "close"; }, never, never, true, never>;
243
234
  }
244
235
 
245
236
  declare class ReuseTabService implements OnDestroy {
@@ -425,8 +416,8 @@ declare class ReuseTabService implements OnDestroy {
425
416
  private get ss();
426
417
  private initScroll;
427
418
  ngOnDestroy(): void;
428
- static ɵfac: i0.ɵɵFactoryDeclaration<ReuseTabService, never>;
429
- static ɵprov: i0.ɵɵInjectableDeclaration<ReuseTabService>;
419
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<ReuseTabService, never>;
420
+ static ɵprov: _angular_core.ɵɵInjectableDeclaration<ReuseTabService>;
430
421
  }
431
422
 
432
423
  declare class ReuseTabStrategy implements RouteReuseStrategy {
@@ -439,9 +430,9 @@ declare class ReuseTabStrategy implements RouteReuseStrategy {
439
430
  }
440
431
 
441
432
  declare class ReuseTabModule {
442
- static ɵfac: i0.ɵɵFactoryDeclaration<ReuseTabModule, never>;
443
- static ɵmod: i0.ɵɵNgModuleDeclaration<ReuseTabModule, never, [typeof i1.CommonModule, typeof i2.RouterModule, typeof i3.DelonLocaleModule, typeof i4.NzMenuModule, typeof i5.NzTabsModule, typeof i6.NzIconModule, typeof i7.OverlayModule, typeof ReuseTabComponent, typeof ReuseTabContextMenuComponent, typeof ReuseTabContextComponent, typeof ReuseTabContextDirective], [typeof ReuseTabComponent]>;
444
- static ɵinj: i0.ɵɵInjectorDeclaration<ReuseTabModule>;
433
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<ReuseTabModule, never>;
434
+ static ɵmod: _angular_core.ɵɵNgModuleDeclaration<ReuseTabModule, never, [typeof i1.CommonModule, typeof i2.RouterModule, typeof i3.DelonLocaleModule, typeof i4.NzMenuModule, typeof i5.NzTabsModule, typeof i6.NzIconModule, typeof i7.OverlayModule, typeof ReuseTabComponent, typeof ReuseTabContextMenuComponent, typeof ReuseTabContextComponent, typeof ReuseTabContextDirective], [typeof ReuseTabComponent]>;
435
+ static ɵinj: _angular_core.ɵɵInjectorDeclaration<ReuseTabModule>;
445
436
  }
446
437
 
447
438
  /**
package/types/se.d.ts ADDED
@@ -0,0 +1,101 @@
1
+ import * as _angular_core from '@angular/core';
2
+ import { TemplateRef } from '@angular/core';
3
+ import { REP_TYPE } from '@delon/theme';
4
+ import * as _delon_abc_se from '@delon/abc/se';
5
+ import * as i1 from '@angular/common';
6
+ import * as i2 from 'ng-zorro-antd/tooltip';
7
+ import * as i3 from 'ng-zorro-antd/icon';
8
+ import * as i4 from 'ng-zorro-antd/core/outlet';
9
+
10
+ type SELayout = 'horizontal' | 'vertical' | 'inline';
11
+ type SESize = 'default' | 'compact';
12
+ type SEErrorType = string | TemplateRef<void> | SEError;
13
+ type SEError = Record<string, string | TemplateRef<void>>;
14
+ interface SEErrorRefresh {
15
+ name: string;
16
+ error: SEErrorType;
17
+ }
18
+
19
+ declare class SETitleComponent {
20
+ private readonly parentComp;
21
+ constructor();
22
+ protected paddingValue: _angular_core.Signal<number>;
23
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<SETitleComponent, never>;
24
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<SETitleComponent, "se-title, [se-title]", ["seTitle"], {}, {}, never, ["*"], true, never>;
25
+ }
26
+ declare class SEContainerComponent {
27
+ readonly colInCon: _angular_core.InputSignalWithTransform<REP_TYPE | null, unknown>;
28
+ readonly labelWidth: _angular_core.InputSignalWithTransform<REP_TYPE | 150 | null, unknown>;
29
+ readonly col: _angular_core.InputSignalWithTransform<REP_TYPE | null, unknown>;
30
+ readonly noColon: _angular_core.InputSignalWithTransform<boolean, unknown>;
31
+ readonly title: _angular_core.InputSignal<string | TemplateRef<void> | null | undefined>;
32
+ readonly gutter: _angular_core.InputSignalWithTransform<number, unknown>;
33
+ readonly nzLayout: _angular_core.InputSignal<SELayout>;
34
+ readonly size: _angular_core.InputSignal<"default" | "compact">;
35
+ readonly firstVisual: _angular_core.InputSignalWithTransform<boolean, unknown>;
36
+ readonly ingoreDirty: _angular_core.InputSignalWithTransform<boolean, unknown>;
37
+ readonly line: _angular_core.InputSignalWithTransform<boolean, unknown>;
38
+ readonly errors: _angular_core.InputSignal<SEErrorRefresh[]>;
39
+ readonly _gutter: _angular_core.Signal<number>;
40
+ readonly _size: _angular_core.Signal<"default" | "compact">;
41
+ protected margin: _angular_core.Signal<number>;
42
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<SEContainerComponent, never>;
43
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<SEContainerComponent, "se-container, [se-container]", ["seContainer"], { "colInCon": { "alias": "se-container"; "required": false; "isSignal": true; }; "labelWidth": { "alias": "labelWidth"; "required": false; "isSignal": true; }; "col": { "alias": "col"; "required": false; "isSignal": true; }; "noColon": { "alias": "noColon"; "required": false; "isSignal": true; }; "title": { "alias": "title"; "required": false; "isSignal": true; }; "gutter": { "alias": "gutter"; "required": false; "isSignal": true; }; "nzLayout": { "alias": "nzLayout"; "required": false; "isSignal": true; }; "size": { "alias": "size"; "required": false; "isSignal": true; }; "firstVisual": { "alias": "firstVisual"; "required": false; "isSignal": true; }; "ingoreDirty": { "alias": "ingoreDirty"; "required": false; "isSignal": true; }; "line": { "alias": "line"; "required": false; "isSignal": true; }; "errors": { "alias": "errors"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
44
+ }
45
+
46
+ declare class SEComponent {
47
+ private readonly parentComp;
48
+ private readonly rep;
49
+ private readonly statusSrv;
50
+ private readonly destroy$;
51
+ private readonly injector;
52
+ private readonly ngModel;
53
+ private readonly formControlName;
54
+ private ngControl;
55
+ private readonly contentElement;
56
+ private onceFlag;
57
+ private bindModel$?;
58
+ protected empty: _angular_core.WritableSignal<boolean>;
59
+ readonly optional: _angular_core.InputSignal<string | TemplateRef<void> | null | undefined>;
60
+ readonly optionalHelp: _angular_core.InputSignal<string | TemplateRef<void> | null | undefined>;
61
+ readonly optionalHelpColor: _angular_core.InputSignal<string | undefined>;
62
+ error: _angular_core.InputSignal<SEErrorType | undefined>;
63
+ readonly extra: _angular_core.InputSignal<string | TemplateRef<void> | null | undefined>;
64
+ readonly label: _angular_core.InputSignal<string | TemplateRef<void> | null | undefined>;
65
+ readonly col: _angular_core.InputSignalWithTransform<number | null, unknown>;
66
+ readonly required: _angular_core.InputSignalWithTransform<boolean, unknown>;
67
+ readonly controlClass: _angular_core.InputSignal<string | null | undefined>;
68
+ readonly line: _angular_core.InputSignalWithTransform<boolean | null, unknown>;
69
+ readonly labelWidth: _angular_core.InputSignalWithTransform<number | null, unknown>;
70
+ readonly noColon: _angular_core.InputSignalWithTransform<boolean | null, unknown>;
71
+ readonly hideLabel: _angular_core.InputSignalWithTransform<boolean, unknown>;
72
+ readonly id: _angular_core.InputSignal<string | undefined>;
73
+ protected invalid: _angular_core.WritableSignal<boolean>;
74
+ protected showErr: _angular_core.Signal<boolean>;
75
+ protected errorType: _angular_core.WritableSignal<SEErrorType | undefined>;
76
+ protected errorData: _angular_core.Signal<_delon_abc_se.SEError | undefined>;
77
+ protected errorText: _angular_core.WritableSignal<string | TemplateRef<void> | null>;
78
+ protected _required: _angular_core.WritableSignal<boolean>;
79
+ protected paddingValue: _angular_core.Signal<number>;
80
+ protected compact: _angular_core.Signal<boolean>;
81
+ protected _id: _angular_core.WritableSignal<string | undefined>;
82
+ protected _noColon: _angular_core.Signal<boolean>;
83
+ protected _labelWidth: _angular_core.Signal<number | null>;
84
+ protected cls: _angular_core.Signal<string[]>;
85
+ protected readonly nzValidateAnimationEnter: _angular_core.Signal<string>;
86
+ protected readonly nzValidateAnimationLeave: _angular_core.Signal<string>;
87
+ constructor();
88
+ private updateStatus;
89
+ checkContent(): void;
90
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<SEComponent, never>;
91
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<SEComponent, "se", ["se"], { "optional": { "alias": "optional"; "required": false; "isSignal": true; }; "optionalHelp": { "alias": "optionalHelp"; "required": false; "isSignal": true; }; "optionalHelpColor": { "alias": "optionalHelpColor"; "required": false; "isSignal": true; }; "error": { "alias": "error"; "required": false; "isSignal": true; }; "extra": { "alias": "extra"; "required": false; "isSignal": true; }; "label": { "alias": "label"; "required": false; "isSignal": true; }; "col": { "alias": "col"; "required": false; "isSignal": true; }; "required": { "alias": "required"; "required": false; "isSignal": true; }; "controlClass": { "alias": "controlClass"; "required": false; "isSignal": true; }; "line": { "alias": "line"; "required": false; "isSignal": true; }; "labelWidth": { "alias": "labelWidth"; "required": false; "isSignal": true; }; "noColon": { "alias": "noColon"; "required": false; "isSignal": true; }; "hideLabel": { "alias": "hideLabel"; "required": false; "isSignal": true; }; "id": { "alias": "id"; "required": false; "isSignal": true; }; }, {}, ["ngModel", "formControlName"], ["*"], true, never>;
92
+ }
93
+
94
+ declare class SEModule {
95
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<SEModule, never>;
96
+ static ɵmod: _angular_core.ɵɵNgModuleDeclaration<SEModule, never, [typeof i1.CommonModule, typeof i2.NzTooltipModule, typeof i3.NzIconModule, typeof i4.NzOutletModule, typeof SEContainerComponent, typeof SEComponent, typeof SETitleComponent], [typeof SEContainerComponent, typeof SEComponent, typeof SETitleComponent]>;
97
+ static ɵinj: _angular_core.ɵɵInjectorDeclaration<SEModule>;
98
+ }
99
+
100
+ export { SEComponent, SEContainerComponent, SEModule, SETitleComponent };
101
+ export type { SEError, SEErrorRefresh, SEErrorType, SELayout, SESize };
package/types/sg.d.ts ADDED
@@ -0,0 +1,31 @@
1
+ import * as _angular_core from '@angular/core';
2
+ import { REP_TYPE } from '@delon/theme';
3
+ import * as i1 from '@angular/common';
4
+
5
+ declare class SGContainerComponent {
6
+ readonly gutter: _angular_core.InputSignalWithTransform<number, unknown>;
7
+ readonly colInCon: _angular_core.InputSignalWithTransform<REP_TYPE | null, unknown>;
8
+ readonly col: _angular_core.InputSignalWithTransform<REP_TYPE | null, unknown>;
9
+ protected marginValue: _angular_core.Signal<number>;
10
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<SGContainerComponent, never>;
11
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<SGContainerComponent, "sg-container, [sg-container]", ["sgContainer"], { "gutter": { "alias": "gutter"; "required": false; "isSignal": true; }; "colInCon": { "alias": "sg-container"; "required": false; "isSignal": true; }; "col": { "alias": "col"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
12
+ }
13
+
14
+ declare class SGComponent {
15
+ private readonly rep;
16
+ private readonly parentComp;
17
+ protected paddingValue: _angular_core.Signal<number>;
18
+ readonly col: _angular_core.InputSignalWithTransform<number | null, unknown>;
19
+ readonly cls: _angular_core.Signal<string[]>;
20
+ constructor();
21
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<SGComponent, never>;
22
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<SGComponent, "sg", ["sg"], { "col": { "alias": "col"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
23
+ }
24
+
25
+ declare class SGModule {
26
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<SGModule, never>;
27
+ static ɵmod: _angular_core.ɵɵNgModuleDeclaration<SGModule, never, [typeof i1.CommonModule, typeof SGContainerComponent, typeof SGComponent], [typeof SGContainerComponent, typeof SGComponent]>;
28
+ static ɵinj: _angular_core.ɵɵInjectorDeclaration<SGModule>;
29
+ }
30
+
31
+ export { SGComponent, SGContainerComponent, SGModule };