SYMBOL INDEX (6216 symbols across 1531 files) FILE: commitlint.config.js function parseMessage (line 9) | function parseMessage(message) { function getScopesRule (line 21) | function getScopesRule() { FILE: components/affix/affix.component.ts constant NZ_CONFIG_MODULE_NAME (line 38) | const NZ_CONFIG_MODULE_NAME: NzConfigKey = 'affix'; constant NZ_AFFIX_CLS_PREFIX (line 39) | const NZ_AFFIX_CLS_PREFIX = 'ant-affix'; constant NZ_AFFIX_DEFAULT_SCROLL_TIME (line 40) | const NZ_AFFIX_DEFAULT_SCROLL_TIME = 20; constant NOOP_EVENT (line 41) | const NOOP_EVENT = {} as Event; class NzAffixComponent (line 54) | class NzAffixComponent implements OnChanges { method target (line 87) | private get target(): Element | Window { method constructor (line 92) | constructor() { method ngOnChanges (line 104) | ngOnChanges(changes: SimpleChanges): void { method registerListeners (line 115) | private registerListeners(): void { method removeListeners (line 137) | private removeListeners(): void { method getOffset (line 142) | getOffset(element: Element, target: Element | Window | undefined): Sim... method setAffixStyle (line 161) | private setAffixStyle(e: Event, affixStyle?: NgStyleInterface): void { method setPlaceholderStyle (line 185) | private setPlaceholderStyle(placeholderStyle?: NgStyleInterface): void { method syncPlaceholderStyle (line 194) | private syncPlaceholderStyle(e: Event): void { method updatePosition (line 211) | updatePosition(e: Event): void { method updateRtlClass (line 290) | private updateRtlClass(): void { FILE: components/affix/affix.module.ts class NzAffixModule (line 14) | class NzAffixModule {} FILE: components/affix/affix.spec.ts type Offset (line 20) | interface Offset { type Scroll (line 27) | interface Scroll { class NzAffixPageObject (line 302) | class NzAffixPageObject { method constructor (line 306) | constructor() { method getScroll (line 313) | getScroll(el?: Element | Window, top: boolean = true): number { method getOffset (line 318) | getOffset(el: Element): Offset { method emitEvent (line 322) | emitEvent(el: Element | Window, event: Event): void { method emitScroll (line 326) | emitScroll(el: Element | Window, top: number, left: number = 0): void { method offsetTo (line 331) | offsetTo(el: Element, offset: Offset): void { method offsetYTo (line 340) | offsetYTo(el: Element, offsetTop: number): void { method elementRef (line 349) | elementRef(): HTMLElement { method wrap (line 353) | wrap(): HTMLElement { method target (line 357) | target(): HTMLElement { method getKey (line 361) | private getKey(el?: Element | Window): string { function setupInitialState (line 373) | async function setupInitialState(options: { offsetTop?: number } = {}): ... function emitScroll (line 382) | async function emitScroll(el: Element | Window, offset: number): Promise... class TestAffixComponent (line 389) | @Component({ FILE: components/affix/demo/basic.ts class NzDemoAffixBasicComponent (line 23) | class NzDemoAffixBasicComponent { method setOffsetTop (line 27) | setOffsetTop(): void { method setOffsetBottom (line 31) | setOffsetBottom(): void { FILE: components/affix/demo/on-change.ts class NzDemoAffixOnChangeComponent (line 17) | class NzDemoAffixOnChangeComponent { method onChange (line 18) | onChange(status: boolean): void { FILE: components/affix/demo/target.ts class NzDemoAffixTargetComponent (line 33) | class NzDemoAffixTargetComponent {} FILE: components/affix/respond-events.ts type AffixRespondEvents (line 6) | enum AffixRespondEvents { FILE: components/affix/utils.ts type SimpleRect (line 6) | interface SimpleRect { function isTargetWindow (line 14) | function isTargetWindow(target: Element | Window): target is Window { function getTargetRect (line 18) | function getTargetRect(target: Element | Window): SimpleRect { FILE: components/alert/alert-marquee.component.ts class NzAlertMarqueeComponent (line 41) | class NzAlertMarqueeComponent { method constructor (line 62) | constructor() { FILE: components/alert/alert-marquee.spec.ts class NzTestMarqueeBasicComponent (line 164) | class NzTestMarqueeBasicComponent { class NzTestMarqueeInsideAlertComponent (line 178) | class NzTestMarqueeInsideAlertComponent {} FILE: components/alert/alert.component.ts constant NZ_CONFIG_MODULE_NAME (line 32) | const NZ_CONFIG_MODULE_NAME: NzConfigKey = 'alert'; type NzAlertType (line 33) | type NzAlertType = 'success' | 'info' | 'warning' | 'error'; class NzAlertComponent (line 103) | class NzAlertComponent implements OnChanges, OnInit { method constructor (line 130) | constructor() { method ngOnInit (line 134) | ngOnInit(): void { method closeAlert (line 143) | closeAlert(): void { method onLeaveAnimationDone (line 151) | onLeaveAnimationDone(event: AnimationCallbackEvent): void { method ngOnChanges (line 173) | ngOnChanges(changes: SimpleChanges): void { FILE: components/alert/alert.module.ts class NzAlertModule (line 15) | class NzAlertModule {} FILE: components/alert/alert.spec.ts class NzDemoTestBasicComponent (line 185) | class NzDemoTestBasicComponent { class NzDemoTestBannerComponent (line 203) | class NzDemoTestBannerComponent {} class NzTestAlertRtlComponent (line 213) | class NzTestAlertRtlComponent { class NzTestAlertCustomIconComponent (line 234) | class NzTestAlertCustomIconComponent {} FILE: components/alert/demo/action.ts class NzDemoAlertActionComponent (line 55) | class NzDemoAlertActionComponent { method doAction (line 56) | doAction(action: string): void { FILE: components/alert/demo/banner.ts class NzDemoAlertBannerComponent (line 20) | class NzDemoAlertBannerComponent {} FILE: components/alert/demo/basic.ts class NzDemoAlertBasicComponent (line 10) | class NzDemoAlertBasicComponent {} FILE: components/alert/demo/closable.ts class NzDemoAlertClosableComponent (line 29) | class NzDemoAlertClosableComponent { method afterClose (line 30) | afterClose(): void { FILE: components/alert/demo/close-text.ts class NzDemoAlertCloseTextComponent (line 10) | class NzDemoAlertCloseTextComponent {} FILE: components/alert/demo/custom-icon.ts class NzDemoAlertCustomIconComponent (line 22) | class NzDemoAlertCustomIconComponent {} FILE: components/alert/demo/description.ts class NzDemoAlertDescriptionComponent (line 36) | class NzDemoAlertDescriptionComponent {} FILE: components/alert/demo/icon.ts class NzDemoAlertIconComponent (line 39) | class NzDemoAlertIconComponent {} FILE: components/alert/demo/loop-banner.ts class NzDemoAlertLoopBannerComponent (line 31) | class NzDemoAlertLoopBannerComponent {} FILE: components/alert/demo/style.ts class NzDemoAlertStyleComponent (line 20) | class NzDemoAlertStyleComponent {} FILE: components/anchor/anchor-link.component.ts class NzAnchorLinkComponent (line 56) | class NzAnchorLinkComponent implements OnInit { method nzTitle (line 71) | set nzTitle(value: string | TemplateRef) { method constructor (line 83) | constructor() { method ngOnInit (line 89) | ngOnInit(): void { method getLinkTitleElement (line 94) | getLinkTitleElement(): HTMLAnchorElement { method setActive (line 98) | setActive(): void { method unsetActive (line 102) | unsetActive(): void { method goToClick (line 106) | goToClick(e: Event): void { FILE: components/anchor/anchor.component.ts type Section (line 40) | interface Section { constant VISIBLE_CLASSNAME (line 45) | const VISIBLE_CLASSNAME = 'ant-anchor-ink-ball-visible'; constant NZ_CONFIG_MODULE_NAME (line 46) | const NZ_CONFIG_MODULE_NAME: NzConfigKey = 'anchor'; class NzAnchorComponent (line 82) | class NzAnchorComponent implements AfterViewInit, OnChanges { method constructor (line 132) | constructor() { method registerLink (line 140) | registerLink(link: NzAnchorLinkComponent): void { method unregisterLink (line 144) | unregisterLink(link: NzAnchorLinkComponent): void { method getContainer (line 148) | private getContainer(): HTMLElement | Window { method ngAfterViewInit (line 152) | ngAfterViewInit(): void { method registerScrollEvent (line 155) | private registerScrollEvent(): void { method handleScroll (line 169) | handleScroll(): void { method clearActive (line 205) | private clearActive(): void { method setActive (line 211) | private setActive(comp?: NzAnchorLinkComponent): void { method handleActive (line 229) | private handleActive(comp: NzAnchorLinkComponent): void { method setVisible (line 237) | private setVisible(): void { method handleScrollTo (line 248) | handleScrollTo(linkComp: NzAnchorLinkComponent): void { method ngOnChanges (line 269) | ngOnChanges(changes: SimpleChanges): void { FILE: components/anchor/anchor.module.ts class NzAnchorModule (line 15) | class NzAnchorModule {} FILE: components/anchor/anchor.spec.ts class PageObject (line 268) | class PageObject { method getEl (line 269) | getEl(cls: string): HTMLElement { method to (line 274) | to(href: string = '#basic'): this { method scrollTo (line 279) | scrollTo(href: string = '#basic'): this { class TestComponent (line 353) | class TestComponent { method _click (line 363) | _click(): void {} method _change (line 364) | _change(): void {} method _scroll (line 365) | _scroll(): void {} FILE: components/anchor/demo/basic.ts class NzDemoAnchorBasicComponent (line 19) | class NzDemoAnchorBasicComponent {} FILE: components/anchor/demo/customize-highlight.ts class NzDemoAnchorCustomizeHighlightComponent (line 19) | class NzDemoAnchorCustomizeHighlightComponent {} FILE: components/anchor/demo/horizontal-anchor.ts class NzDemoAnchorHorizontalAnchorComponent (line 19) | class NzDemoAnchorHorizontalAnchorComponent {} FILE: components/anchor/demo/on-change.ts class NzDemoAnchorOnChangeComponent (line 19) | class NzDemoAnchorOnChangeComponent { method handleChange (line 20) | handleChange(link: string): void { FILE: components/anchor/demo/on-click.ts class NzDemoAnchorOnClickComponent (line 19) | class NzDemoAnchorOnClickComponent { method handleClick (line 20) | handleClick(e: string): void { FILE: components/anchor/demo/static.ts class NzDemoAnchorStaticComponent (line 20) | class NzDemoAnchorStaticComponent {} FILE: components/anchor/demo/target-offset.ts class NzDemoAnchorTargetOffsetComponent (line 19) | class NzDemoAnchorTargetOffsetComponent { method constructor (line 22) | constructor() { FILE: components/anchor/util.ts function getOffsetTop (line 6) | function getOffsetTop(element: HTMLElement, container: HTMLElement | Win... FILE: components/auto-complete/autocomplete-optgroup.component.ts class NzAutocompleteOptgroupComponent (line 23) | class NzAutocompleteOptgroupComponent { FILE: components/auto-complete/autocomplete-option.component.ts class NzOptionSelectionChange (line 29) | class NzOptionSelectionChange { method constructor (line 30) | constructor( class NzAutocompleteOptionComponent (line 58) | class NzAutocompleteOptionComponent implements OnInit { method ngOnInit (line 74) | ngOnInit(): void { method select (line 89) | select(emit: boolean = true): void { method deselect (line 97) | deselect(): void { method getLabel (line 104) | getLabel(): string { method setActiveStyles (line 109) | setActiveStyles(): void { method setInactiveStyles (line 117) | setInactiveStyles(): void { method scrollIntoViewIfNeeded (line 124) | scrollIntoViewIfNeeded(): void { method selectViaInteraction (line 128) | selectViaInteraction(): void { method emitSelectionChangeEvent (line 141) | private emitSelectionChangeEvent(isUserInput: boolean = false): void { FILE: components/auto-complete/autocomplete-trigger.directive.ts class NzAutocompleteTriggerDirective (line 62) | class NzAutocompleteTriggerDirective implements AfterViewInit, ControlVa... method activeOption (line 76) | get activeOption(): NzAutocompleteOptionComponent | null { method constructor (line 94) | constructor() { method ngAfterViewInit (line 100) | ngAfterViewInit(): void { method writeValue (line 112) | writeValue(value: NzSafeAny): void { method registerOnChange (line 118) | registerOnChange(fn: (value: {}) => {}): void { method registerOnTouched (line 122) | registerOnTouched(fn: () => {}): void { method setDisabledState (line 126) | setDisabledState(isDisabled: boolean): void { method openPanel (line 132) | openPanel(): void { method closePanel (line 138) | closePanel(): void { method handleKeydown (line 152) | handleKeydown(event: KeyboardEvent): void { method handleInput (line 190) | handleInput(event: KeyboardEvent): void { method handleFocus (line 208) | handleFocus(): void { method handleClick (line 214) | handleClick(): void { method handleBlur (line 220) | handleBlur(): void { method subscribeOptionsChange (line 227) | private subscribeOptionsChange(): Subscription { method subscribeSelectionChange (line 243) | private subscribeSelectionChange(): Subscription { method subscribeOverlayOutsideClick (line 249) | private subscribeOverlayOutsideClick(): Subscription { method attachOverlay (line 257) | private attachOverlay(): void { method updateStatus (line 291) | private updateStatus(): void { method destroyPanel (line 302) | private destroyPanel(): void { method getConnectedElement (line 308) | private getConnectedElement(): ElementRef { method getOverlayPosition (line 312) | private getOverlayPosition(): PositionStrategy { method getHostWidth (line 323) | private getHostWidth(): number { method resetActiveItem (line 327) | private resetActiveItem(): void { method setValueAndClose (line 338) | private setValueAndClose(option: NzAutocompleteOptionComponent): void { method setTriggerValue (line 346) | private setTriggerValue(value: NzSafeAny): void { method doBackfill (line 355) | private doBackfill(): void { method canOpen (line 361) | private canOpen(): boolean { FILE: components/auto-complete/autocomplete.component.ts type AutocompleteDataSourceItem (line 48) | interface AutocompleteDataSourceItem { type AutocompleteDataSource (line 53) | type AutocompleteDataSource = Array { method constructor (line 182) | constructor() { method ngOnInit (line 194) | ngOnInit(): void { method ngOnChanges (line 203) | ngOnChanges(changes: SimpleChanges): void { method onAnimationEvent (line 210) | onAnimationEvent(event: AnimationCallbackEvent): void { method ngAfterContentInit (line 226) | ngAfterContentInit(): void { method ngAfterViewInit (line 232) | ngAfterViewInit(): void { method setVisibility (line 238) | setVisibility(): void { method setActiveItem (line 243) | setActiveItem(index: number): void { method setNextItemActive (line 258) | setNextItemActive(): void { method setPreviousItemActive (line 263) | setPreviousItemActive(): void { method getOptionIndex (line 268) | getOptionIndex(value: NzSafeAny): number { method getOption (line 276) | getOption(value: NzSafeAny): NzAutocompleteOptionComponent | null { method optionsInit (line 280) | private optionsInit(): void { method clearSelectedOptions (line 296) | clearSelectedOptions(skip?: NzAutocompleteOptionComponent | null, dese... method subscribeOptionChanges (line 307) | private subscribeOptionChanges(): void { FILE: components/auto-complete/autocomplete.module.ts class NzAutocompleteModule (line 27) | class NzAutocompleteModule {} FILE: components/auto-complete/autocomplete.spec.ts class NzTestSimpleAutocompleteComponent (line 969) | @Component({ method constructor (line 998) | constructor() { method onInput (line 1002) | onInput(value: string): void { class NzTestAutocompletePropertyComponent (line 1007) | @Component({ class NzTestAutocompleteWithoutPanelComponent (line 1034) | @Component({ class NzTestAutocompleteWithOnPushDelayComponent (line 1042) | @Component({ method constructor (line 1056) | constructor(private cdr: ChangeDetectorRef) {} method ngOnInit (line 1058) | ngOnInit(): void { class NzTestAutocompleteGroupComponent (line 1066) | @Component({ class NzTestAutocompleteWithFormComponent (line 1134) | @Component({ class NzTestAutocompleteDifferentValueWithFormComponent (line 1153) | @Component({ class NzTestAutocompleteWithObjectOptionComponent (line 1175) | @Component({ class NzTestAutocompleteWithGroupInputComponent (line 1205) | @Component({ FILE: components/auto-complete/demo/basic.ts class NzDemoAutoCompleteBasicComponent (line 24) | class NzDemoAutoCompleteBasicComponent { method onInput (line 28) | onInput(event: Event): void { FILE: components/auto-complete/demo/certain-category.ts type AutocompleteOptionGroups (line 8) | interface AutocompleteOptionGroups { class NzDemoAutoCompleteCertainCategoryComponent (line 62) | class NzDemoAutoCompleteCertainCategoryComponent implements OnInit { method onChange (line 66) | onChange(value: string): void { method ngOnInit (line 70) | ngOnInit(): void { FILE: components/auto-complete/demo/custom.ts class NzDemoAutoCompleteCustomComponent (line 29) | class NzDemoAutoCompleteCustomComponent { method onInput (line 33) | onInput(event: Event): void { FILE: components/auto-complete/demo/non-case-sensitive.ts class NzDemoAutoCompleteNonCaseSensitiveComponent (line 24) | class NzDemoAutoCompleteNonCaseSensitiveComponent { method constructor (line 28) | constructor() { method onChange (line 31) | onChange(value: string): void { FILE: components/auto-complete/demo/object-value.ts type Option (line 7) | interface Option { class NzDemoAutoCompleteObjectValueComponent (line 30) | class NzDemoAutoCompleteObjectValueComponent { FILE: components/auto-complete/demo/options.ts class NzDemoAutoCompleteOptionsComponent (line 28) | class NzDemoAutoCompleteOptionsComponent { method onInput (line 32) | onInput(e: Event): void { FILE: components/auto-complete/demo/status.ts class NzDemoAutoCompleteStatusComponent (line 19) | class NzDemoAutoCompleteStatusComponent { FILE: components/auto-complete/demo/uncertain-category.ts class NzDemoAutoCompleteUncertainCategoryComponent (line 57) | class NzDemoAutoCompleteUncertainCategoryComponent { method onChange (line 61) | onChange(e: Event): void { method getRandomInt (line 73) | private getRandomInt(max: number, min: number = 0): number { FILE: components/auto-complete/demo/variant.ts class NzDemoAutoCompleteVariantComponent (line 30) | class NzDemoAutoCompleteVariantComponent { method onInput (line 34) | onInput(event: Event): void { FILE: components/auto-complete/error.ts function getNzAutocompleteMissingPanelError (line 9) | function getNzAutocompleteMissingPanelError(): Error { FILE: components/avatar/avatar-group.component.ts class NzAvatarGroupComponent (line 17) | class NzAvatarGroupComponent {} FILE: components/avatar/avatar.component.ts constant NZ_CONFIG_MODULE_NAME (line 28) | const NZ_CONFIG_MODULE_NAME: NzConfigKey = 'avatar'; type NzAvatarLoading (line 31) | type NzAvatarLoading = 'eager' | 'lazy'; type NzAvatarFetchPriority (line 34) | type NzAvatarFetchPriority = 'high' | 'low' | 'auto'; class NzAvatarComponent (line 74) | class NzAvatarComponent implements OnChanges { method constructor (line 98) | constructor() { method imgError (line 102) | imgError(event: Event): void { method ngOnChanges (line 119) | ngOnChanges(): void { method calcStringSize (line 128) | private calcStringSize(): void { method setSizeStyle (line 143) | private setSizeStyle(): void { FILE: components/avatar/avatar.module.ts class NzAvatarModule (line 15) | class NzAvatarModule {} FILE: components/avatar/avatar.spec.ts function getType (line 21) | function getType(dl: DebugElement): string { function getImageElement (line 52) | function getImageElement(): HTMLImageElement { function getScaleFromCSSTransform (line 343) | function getScaleFromCSSTransform(transform: string): number { class TestAvatarComponent (line 347) | @Component({ class TestAvatarGroupComponent (line 383) | @Component({ FILE: components/avatar/demo/badge.ts class NzDemoAvatarBadgeComponent (line 18) | class NzDemoAvatarBadgeComponent {} FILE: components/avatar/demo/basic.ts class NzDemoAvatarBasicComponent (line 29) | class NzDemoAvatarBasicComponent {} FILE: components/avatar/demo/dynamic.ts class NzDemoAvatarDynamicComponent (line 32) | class NzDemoAvatarDynamicComponent { method change (line 37) | change(): void { FILE: components/avatar/demo/group.ts class NzDemoAvatarGroupComponent (line 29) | class NzDemoAvatarGroupComponent {} FILE: components/avatar/demo/type.ts class NzDemoAvatarTypeComponent (line 23) | class NzDemoAvatarTypeComponent {} FILE: components/avatar/types.ts type NzAvatarProps (line 8) | interface NzAvatarProps { FILE: components/badge/badge-sup.component.ts class NzBadgeSupComponent (line 63) | class NzBadgeSupComponent implements OnInit, OnChanges { method generateMaxNumberArray (line 81) | private generateMaxNumberArray(): void { method ngOnInit (line 88) | ngOnInit(): void { method ngOnChanges (line 92) | ngOnChanges(changes: SimpleChanges): void { FILE: components/badge/badge.component.ts constant NZ_CONFIG_MODULE_NAME (line 28) | const NZ_CONFIG_MODULE_NAME: NzConfigKey = 'badge'; class NzBadgeComponent (line 73) | class NzBadgeComponent implements OnChanges { method mergedStyle (line 97) | protected get mergedStyle(): NgStyleInterface { method ngOnChanges (line 101) | ngOnChanges(changes: SimpleChanges): void { FILE: components/badge/badge.module.ts class NzBadgeModule (line 15) | class NzBadgeModule {} FILE: components/badge/badge.spec.ts class NzTestBadgeBasicComponent (line 357) | class NzTestBadgeBasicComponent { class NzTestBadgeRtlComponent (line 381) | class NzTestBadgeRtlComponent { FILE: components/badge/demo/basic.ts class NzDemoBadgeBasicComponent (line 38) | class NzDemoBadgeBasicComponent {} FILE: components/badge/demo/colorful.ts class NzDemoBadgeColorfulComponent (line 25) | class NzDemoBadgeColorfulComponent { FILE: components/badge/demo/dot.ts class NzDemoBadgeDotComponent (line 27) | class NzDemoBadgeDotComponent {} FILE: components/badge/demo/dynamic.ts class NzDemoBadgeDynamicComponent (line 45) | class NzDemoBadgeDynamicComponent { method addCount (line 49) | addCount(): void { method minusCount (line 53) | minusCount(): void { method random (line 57) | random(): void { FILE: components/badge/demo/link.ts class NzDemoBadgeLinkComponent (line 26) | class NzDemoBadgeLinkComponent {} FILE: components/badge/demo/no-wrapper.ts class NzDemoBadgeNoWrapperComponent (line 26) | class NzDemoBadgeNoWrapperComponent { FILE: components/badge/demo/offset.ts class NzDemoBadgeOffsetComponent (line 26) | class NzDemoBadgeOffsetComponent {} FILE: components/badge/demo/overflow.ts class NzDemoBadgeOverflowComponent (line 37) | class NzDemoBadgeOverflowComponent {} FILE: components/badge/demo/ribbon.ts class NzDemoBadgeRibbonComponent (line 43) | class NzDemoBadgeRibbonComponent {} FILE: components/badge/demo/size.ts class NzDemoBadgeSizeComponent (line 31) | class NzDemoBadgeSizeComponent {} FILE: components/badge/demo/status.ts class NzDemoBadgeStatusComponent (line 27) | class NzDemoBadgeStatusComponent {} FILE: components/badge/ribbon.component.ts class NzRibbonComponent (line 43) | class NzRibbonComponent implements OnChanges { method ngOnChanges (line 49) | ngOnChanges(changes: SimpleChanges): void { FILE: components/badge/types.ts type NzBadgeStatusType (line 6) | type NzBadgeStatusType = 'success' | 'processing' | 'default' | 'error' ... FILE: components/breadcrumb/breadcrumb-item.component.ts class NzBreadCrumbItemComponent (line 47) | class NzBreadCrumbItemComponent { FILE: components/breadcrumb/breadcrumb-separator.component.ts class NzBreadCrumbSeparatorComponent (line 16) | class NzBreadCrumbSeparatorComponent {} FILE: components/breadcrumb/breadcrumb.component.ts type BreadcrumbOption (line 32) | interface BreadcrumbOption { class NzBreadCrumbComponent (line 59) | class NzBreadCrumbComponent implements OnInit, NzBreadcrumb { method ngOnInit (line 76) | ngOnInit(): void { method navigate (line 91) | navigate(url: string, e: MouseEvent): void { method registerRouterChange (line 96) | private registerRouterChange(): void { method getBreadcrumbs (line 115) | private getBreadcrumbs( method prepareComponentForRtl (line 157) | private prepareComponentForRtl(): void { FILE: components/breadcrumb/breadcrumb.module.ts class NzBreadCrumbModule (line 16) | class NzBreadCrumbModule {} FILE: components/breadcrumb/breadcrumb.spec.ts function flushFixture (line 293) | function flushFixture(fixture: ComponentFixture): void { class NzBreadcrumbAutoGenerateDemoComponent (line 299) | @Component({ class NzBreadcrumbRouteLabelDemoComponent (line 310) | @Component({ class NzBreadcrumbRouteLabelWithCustomFnDemoComponent (line 319) | @Component({ class NzBreadcrumbRouteWithCustomFnDemoComponent (line 330) | @Component({ class NzBreadcrumbAutoGenerateErrorDemoComponent (line 341) | @Component({ class NzBreadcrumbNullComponent (line 347) | @Component({ class NzTestBreadcrumbRtlComponent (line 452) | class NzTestBreadcrumbRtlComponent { FILE: components/breadcrumb/demo/auto.ts class NzDemoBreadcrumbAutoComponent (line 14) | class NzDemoBreadcrumbAutoComponent {} FILE: components/breadcrumb/demo/basic.ts class NzDemoBreadcrumbBasicComponent (line 18) | class NzDemoBreadcrumbBasicComponent {} FILE: components/breadcrumb/demo/dropdown.ts class NzDemoBreadcrumbDropdownComponent (line 29) | class NzDemoBreadcrumbDropdownComponent {} FILE: components/breadcrumb/demo/router.ts class NzDemoBreadcrumbRouterComponent (line 18) | class NzDemoBreadcrumbRouterComponent {} FILE: components/breadcrumb/demo/separator-independent.ts class NzDemoBreadcrumbSeparatorIndependentComponent (line 22) | class NzDemoBreadcrumbSeparatorIndependentComponent {} FILE: components/breadcrumb/demo/separator.ts class NzDemoBreadcrumbSeparatorComponent (line 42) | class NzDemoBreadcrumbSeparatorComponent {} FILE: components/breadcrumb/demo/with-icon.ts class NzDemoBreadcrumbWithIconComponent (line 24) | class NzDemoBreadcrumbWithIconComponent {} FILE: components/button/button.component.ts type NzButtonType (line 41) | type NzButtonType = 'primary' | 'default' | 'dashed' | 'link' | 'text' |... type NzButtonShape (line 42) | type NzButtonShape = 'circle' | 'round' | null; type NzButtonSize (line 43) | type NzButtonSize = NzSizeLDSType; constant NZ_CONFIG_MODULE_NAME (line 45) | const NZ_CONFIG_MODULE_NAME: NzConfigKey = 'button'; class NzButtonComponent (line 85) | class NzButtonComponent implements OnChanges, AfterViewInit, AfterConten... method constructor (line 131) | constructor() { method ngOnInit (line 148) | ngOnInit(): void { method ngOnChanges (line 165) | ngOnChanges({ nzLoading, nzSize }: SimpleChanges): void { method ngAfterViewInit (line 174) | ngAfterViewInit(): void { method ngAfterContentInit (line 178) | ngAfterContentInit(): void { method insertSpan (line 195) | insertSpan(): void { FILE: components/button/button.module.ts class NzButtonModule (line 17) | class NzButtonModule {} FILE: components/button/button.spec.ts class TestButtonComponent (line 374) | class TestButtonComponent { class TestButtonBindingComponent (line 395) | class TestButtonBindingComponent { method load (line 397) | load(): void { class TestButtonWithIconComponent (line 413) | class TestButtonWithIconComponent {} class TestButtonIconOnlyComponent (line 423) | class TestButtonIconOnlyComponent {} class TestButtonIconOnlyWithAnyTagComponent (line 433) | class TestButtonIconOnlyWithAnyTagComponent {} class TestButtonIconOnlyWithCommentComponent (line 444) | class TestButtonIconOnlyWithCommentComponent {} class TestButtonIconOnlyWithTextComponent (line 455) | class TestButtonIconOnlyWithTextComponent {} class TestButtonIconOnlyWithoutIconComponent (line 465) | class TestButtonIconOnlyWithoutIconComponent {} class TestButtonIconOnlyLoadingComponent (line 475) | class TestButtonIconOnlyLoadingComponent {} class TestButtonRtlComponent (line 497) | class TestButtonRtlComponent extends TestButtonComponent { class TestAnchorComponent (line 506) | class TestAnchorComponent { class TestButtonFinalSizeComponent (line 514) | class TestButtonFinalSizeComponent { FILE: components/button/demo/basic.ts class NzDemoButtonBasicComponent (line 22) | class NzDemoButtonBasicComponent {} FILE: components/button/demo/block.ts class NzDemoButtonBlockComponent (line 21) | class NzDemoButtonBlockComponent {} FILE: components/button/demo/danger.ts class NzDemoButtonDangerComponent (line 22) | class NzDemoButtonDangerComponent {} FILE: components/button/demo/disabled.ts class NzDemoButtonDisabledComponent (line 54) | class NzDemoButtonDisabledComponent {} FILE: components/button/demo/ghost.ts class NzDemoButtonGhostComponent (line 27) | class NzDemoButtonGhostComponent {} FILE: components/button/demo/icon.ts class NzDemoButtonIconComponent (line 44) | class NzDemoButtonIconComponent {} FILE: components/button/demo/loading.ts class NzDemoButtonLoadingComponent (line 32) | class NzDemoButtonLoadingComponent { method loadOne (line 36) | loadOne(): void { method loadTwo (line 43) | loadTwo(): void { FILE: components/button/demo/multiple.ts class NzDemoButtonMultipleComponent (line 38) | class NzDemoButtonMultipleComponent {} FILE: components/button/demo/size.ts class NzDemoButtonSizeComponent (line 61) | class NzDemoButtonSizeComponent { FILE: components/calendar/calendar-cells.ts class NzDateCellDirective (line 12) | class NzDateCellDirective {} class NzMonthCellDirective (line 18) | class NzMonthCellDirective {} class NzDateFullCellDirective (line 24) | class NzDateFullCellDirective {} class NzMonthFullCellDirective (line 30) | class NzMonthFullCellDirective {} FILE: components/calendar/calendar-header.component.ts class NzCalendarHeaderComponent (line 82) | class NzCalendarHeaderComponent implements OnInit, OnChanges { method activeYear (line 100) | get activeYear(): number { method activeMonth (line 104) | get activeMonth(): number { method size (line 108) | get size(): NzSelectSizeType { method yearTypeText (line 112) | get yearTypeText(): string { method monthTypeText (line 116) | get monthTypeText(): string { method ngOnInit (line 120) | ngOnInit(): void { method ngOnChanges (line 125) | ngOnChanges(changes: SimpleChanges): void { method updateYear (line 135) | updateYear(year: number): void { method setUpYears (line 140) | private setUpYears(year?: number): void { method setUpMonths (line 150) | private setUpMonths(): void { FILE: components/calendar/calendar-header.spec.ts class NzTestCalendarHeaderModeComponent (line 213) | @Component({ class NzTestCalendarHeaderFullscreenComponent (line 224) | @Component({ class NzTestCalendarHeaderActiveDateComponent (line 235) | @Component({ class NzTestCalendarHeaderChangesComponent (line 246) | @Component({ FILE: components/calendar/calendar.component.ts type NzCalendarMode (line 39) | type NzCalendarMode = 'month' | 'year'; type NzCalendarDateTemplate (line 40) | type NzCalendarDateTemplate = TemplateRef<{ $implicit: Date }>; class NzCalendarComponent (line 95) | class NzCalendarComponent implements ControlValueAccessor, OnChanges, On... method dateCell (line 122) | get dateCell(): NzCalendarDateTemplate { method dateFullCell (line 128) | get dateFullCell(): NzCalendarDateTemplate { method monthCell (line 134) | get monthCell(): NzCalendarDateTemplate { method monthFullCell (line 140) | get monthFullCell(): NzCalendarDateTemplate { method ngOnInit (line 149) | ngOnInit(): void { method onModeChange (line 156) | onModeChange(mode: NzCalendarMode): void { method onYearSelect (line 161) | onYearSelect(year: number): void { method onMonthSelect (line 166) | onMonthSelect(month: number): void { method onDateSelect (line 171) | onDateSelect(date: CandyDate): void { method writeValue (line 177) | writeValue(value: Date | null): void { method registerOnChange (line 182) | registerOnChange(fn: (date: Date) => void): void { method registerOnTouched (line 186) | registerOnTouched(fn: () => void): void { method updateDate (line 190) | private updateDate(date: CandyDate, touched: boolean = true): void { method ngOnChanges (line 201) | ngOnChanges(changes: SimpleChanges): void { FILE: components/calendar/calendar.module.ts class NzCalendarModule (line 34) | class NzCalendarModule {} FILE: components/calendar/calendar.spec.ts class NzTestCalendarModeComponent (line 426) | @Component({ class NzTestCalendarValueComponent (line 437) | @Component({ class NzTestCalendarFullscreenComponent (line 453) | @Component({ class NzTestCalendarDateCellComponent (line 465) | @Component({ class NzTestCalendarDateFullCellComponent (line 477) | @Component({ class NzTestCalendarMonthCellComponent (line 489) | @Component({ class NzTestCalendarMonthFullCellComponent (line 501) | @Component({ class NzTestCalendarChangesComponent (line 513) | @Component({ class NzTestCalendarRtlComponent (line 539) | class NzTestCalendarRtlComponent { FILE: components/calendar/demo/basic.ts class NzDemoCalendarBasicComponent (line 11) | class NzDemoCalendarBasicComponent { method panelChange (line 15) | panelChange(change: { date: Date; mode: string }): void { FILE: components/calendar/demo/card.ts class NzDemoCalendarCardComponent (line 25) | class NzDemoCalendarCardComponent { method onValueChange (line 26) | onValueChange(value: Date): void { method onPanelChange (line 30) | onPanelChange(change: { date: Date; mode: string }): void { FILE: components/calendar/demo/customize-header.ts class NzDemoCalendarCustomizeHeaderComponent (line 27) | class NzDemoCalendarCustomizeHeaderComponent {} FILE: components/calendar/demo/notice-calendar.ts class NzDemoCalendarNoticeCalendarComponent (line 62) | class NzDemoCalendarNoticeCalendarComponent { method getMonthData (line 83) | getMonthData(date: Date): number | null { FILE: components/calendar/demo/select.ts class NzDemoCalendarSelectComponent (line 16) | class NzDemoCalendarSelectComponent { method selectChange (line 19) | selectChange(select: Date): void { FILE: components/card/card-grid.directive.ts class NzCardGridDirective (line 16) | class NzCardGridDirective { FILE: components/card/card-meta.component.ts class NzCardMetaComponent (line 41) | class NzCardMetaComponent { FILE: components/card/card-tab.component.ts class NzCardTabComponent (line 19) | class NzCardTabComponent { FILE: components/card/card.component.ts constant NZ_CONFIG_MODULE_NAME (line 33) | const NZ_CONFIG_MODULE_NAME: NzConfigKey = 'card'; class NzCardComponent (line 97) | class NzCardComponent implements OnInit { method constructor (line 118) | constructor() { method ngOnInit (line 122) | ngOnInit(): void { FILE: components/card/card.module.ts class NzCardModule (line 18) | class NzCardModule {} FILE: components/card/card.spec.ts class TestCardSizeComponent (line 148) | @Component({ class NzTestCardRtlComponent (line 174) | class NzTestCardRtlComponent { FILE: components/card/demo/basic.ts class NzDemoCardBasicComponent (line 24) | class NzDemoCardBasicComponent {} FILE: components/card/demo/border-less.ts class NzDemoCardBorderLessComponent (line 26) | class NzDemoCardBorderLessComponent {} FILE: components/card/demo/flexible-content.ts class NzDemoCardFlexibleContentComponent (line 17) | class NzDemoCardFlexibleContentComponent {} FILE: components/card/demo/grid-card.ts class NzDemoCardGridCardComponent (line 26) | class NzDemoCardGridCardComponent {} FILE: components/card/demo/in-column.ts class NzDemoCardInColumnComponent (line 36) | class NzDemoCardInColumnComponent {} FILE: components/card/demo/inner.ts class NzDemoCardInnerComponent (line 23) | class NzDemoCardInnerComponent {} FILE: components/card/demo/loading.ts class NzDemoCardLoadingComponent (line 37) | class NzDemoCardLoadingComponent { FILE: components/card/demo/meta.ts class NzDemoCardMetaComponent (line 31) | class NzDemoCardMetaComponent {} FILE: components/card/demo/simple.ts class NzDemoCardSimpleComponent (line 21) | class NzDemoCardSimpleComponent {} FILE: components/card/demo/tabs.ts class NzDemoCardTabsComponent (line 36) | class NzDemoCardTabsComponent { FILE: components/carousel/carousel-content.directive.ts class NzCarouselContentDirective (line 15) | class NzCarouselContentDirective { method isActive (line 19) | set isActive(value: boolean) { method isActive (line 28) | get isActive(): boolean { FILE: components/carousel/carousel.component.ts constant NZ_CONFIG_MODULE_NAME (line 56) | const NZ_CONFIG_MODULE_NAME: NzConfigKey = 'carousel'; class NzCarouselComponent (line 131) | class NzCarouselComponent implements AfterContentInit, AfterViewInit, On... method constructor (line 185) | constructor() { method ngOnInit (line 193) | ngOnInit(): void { method ngAfterContentInit (line 232) | ngAfterContentInit(): void { method ngAfterViewInit (line 236) | ngAfterViewInit(): void { method ngOnChanges (line 257) | ngOnChanges(changes: SimpleChanges): void { method next (line 282) | next(): void { method pre (line 286) | pre(): void { method goTo (line 290) | goTo(index: number): void { method switchStrategy (line 312) | private switchStrategy(): void { method scheduleNextTransition (line 330) | private scheduleNextTransition(): void { method clearScheduledTransition (line 339) | private clearScheduledTransition(): void { method markContentActive (line 346) | private markContentActive(index: number): void { method layout (line 392) | layout(): void { FILE: components/carousel/carousel.module.ts class NzCarouselModule (line 15) | class NzCarouselModule {} FILE: components/carousel/carousel.spec.ts function tickMilliseconds (line 516) | function tickMilliseconds(fixture: ComponentFixture, seconds: numb... function swipe (line 528) | function swipe(carousel: NzCarouselComponent, distance: number): void { class NzTestCarouselBasicComponent (line 566) | class NzTestCarouselBasicComponent { class NzTestCarouselActiveIndexComponent (line 591) | class NzTestCarouselActiveIndexComponent { method afterChange (line 596) | afterChange(index: number): void { class NzTestCarouselArrowsComponent (line 614) | class NzTestCarouselArrowsComponent { class NzTestCarouselNoSwipeComponent (line 633) | class NzTestCarouselNoSwipeComponent { class MockDirectionality (line 638) | class MockDirectionality { FILE: components/carousel/demo/arrow.ts class NzDemoCarouselArrowComponent (line 32) | class NzDemoCarouselArrowComponent { FILE: components/carousel/demo/autoplay.ts class NzDemoCarouselAutoplayComponent (line 34) | class NzDemoCarouselAutoplayComponent { FILE: components/carousel/demo/basic.ts class NzDemoCarouselBasicComponent (line 34) | class NzDemoCarouselBasicComponent { FILE: components/carousel/demo/custom.ts class NzDemoCarouselCustomComponent (line 59) | class NzDemoCarouselCustomComponent { FILE: components/carousel/demo/fade.ts class NzDemoCarouselFadeComponent (line 34) | class NzDemoCarouselFadeComponent { FILE: components/carousel/demo/loop.ts class NzDemoCarouselLoopComponent (line 34) | class NzDemoCarouselLoopComponent { FILE: components/carousel/demo/position.ts class NzDemoCarouselPositionComponent (line 46) | class NzDemoCarouselPositionComponent { FILE: components/carousel/strategies/base-strategy.ts method maxIndex (line 25) | protected get maxIndex(): number { method firstEl (line 29) | protected get firstEl(): HTMLElement { method lastEl (line 33) | protected get lastEl(): HTMLElement { method constructor (line 37) | constructor( method withCarouselContents (line 52) | withCarouselContents(contents: QueryList | n... method dragging (line 85) | dragging(_vector: PointerVector): void {} method dispose (line 90) | dispose(): void {} method getFromToInBoundary (line 92) | protected getFromToInBoundary(f: number, t: number): FromToInterface { FILE: components/carousel/strategies/experimental/flip-strategy.ts class NzCarouselFlipStrategy (line 12) | class NzCarouselFlipStrategy extends NzCarouselBaseStrategy { method withCarouselContents (line 13) | override withCarouselContents(contents: QueryList { method dispose (line 65) | override dispose(): void { FILE: components/carousel/strategies/experimental/transform-no-loop-strategy.ts type NzCarouselTransformOnLoopStrategyOptions (line 14) | interface NzCarouselTransformOnLoopStrategyOptions { class NzCarouselTransformNoLoopStrategy (line 21) | class NzCarouselTransformNoLoopStrategy extends NzCarouselBaseStrategy { method dragging (line 109) | override dragging(vector: PointerVector): void { FILE: components/carousel/strategies/opacity-strategy.ts class NzCarouselOpacityStrategy (line 12) | class NzCarouselOpacityStrategy extends NzCarouselBaseStrategy { method withCarouselContents (line 13) | override withCarouselContents(contents: QueryList { method dispose (line 45) | override dispose(): void { FILE: components/carousel/strategies/transform-strategy.ts type NzCarouselTransformStrategyOptions (line 14) | interface NzCarouselTransformStrategyOptions { class NzCarouselTransformStrategy (line 18) | class NzCarouselTransformStrategy extends NzCarouselBaseStrategy { method dragging (line 114) | override dragging(_vector: PointerVector): void { method verticalTransform (line 152) | private verticalTransform(_f: number, _t: number): void { method horizontalTransform (line 164) | private horizontalTransform(_f: number, _t: number): void { method prepareVerticalContext (line 176) | private prepareVerticalContext(lastToFirst: boolean): void { method prepareHorizontalContext (line 186) | private prepareHorizontalContext(lastToFirst: boolean): void { FILE: components/carousel/typings.ts type NzCarouselEffects (line 12) | type NzCarouselEffects = 'fade' | 'scrollx' | string; type NzCarouselDotPosition (line 13) | type NzCarouselDotPosition = 'top' | 'bottom' | 'left' | 'right' | string; type NzCarouselComponentAsSource (line 15) | interface NzCarouselComponentAsSource { type NzCarouselStrategyRegistryItem (line 27) | interface NzCarouselStrategyRegistryItem { constant NZ_CAROUSEL_CUSTOM_STRATEGIES (line 32) | const NZ_CAROUSEL_CUSTOM_STRATEGIES = new InjectionToken) { method toOptions (line 50) | toOptions(nodes: NzTreeNode[]): NzCascaderOption[] { method getAncestorNodeList (line 54) | getAncestorNodeList(node: NzTreeNode | null): NzTreeNode[] { method conductCheckPaths (line 71) | conductCheckPaths(paths: NzTreeNodeKey[][] | null, checkStrictly: bool... method conductSelectedPaths (line 103) | conductSelectedPaths(paths: NzTreeNodeKey[][]): void { method handleMissingNodeList (line 128) | private handleMissingNodeList(paths: NzTreeNodeKey[][] | null, existsP... method getMissingNodeList (line 135) | private getMissingNodeList(paths: NzTreeNodeKey[][] | null, existsPath... method createMissingNode (line 145) | private createMissingNode(path: NzTreeNodeKey[]): NzTreeNode | null { FILE: components/cascader/cascader.component.ts constant NZ_CONFIG_MODULE_NAME (line 101) | const NZ_CONFIG_MODULE_NAME: NzConfigKey = 'cascader'; class NzCascaderComponent (line 322) | class NzCascaderComponent method input (line 341) | set input(inputComponent: NzSelectSearchComponent | undefined) { method input (line 345) | get input(): ElementRef | undefined { method treeService (line 404) | get treeService(): NzCascaderTreeService { method overlayOrigin (line 446) | protected get overlayOrigin(): ElementRef { method inSearchingMode (line 475) | get inSearchingMode(): boolean { method inputValue (line 479) | set inputValue(inputValue: string) { method inputValue (line 484) | get inputValue(): string { method hasInput (line 488) | private get hasInput(): boolean { method hasValue (line 492) | private get hasValue(): boolean { method showLabelRender (line 496) | get showLabelRender(): boolean { method showPlaceholder (line 500) | get showPlaceholder(): boolean { method clearIconVisible (line 504) | get clearIconVisible(): boolean { method isLabelRenderTemplate (line 508) | get isLabelRenderTemplate(): boolean { method openControlled (line 512) | private get openControlled(): boolean { method constructor (line 521) | constructor() { method ngOnInit (line 538) | ngOnInit(): void { method ngOnChanges (line 604) | ngOnChanges(changes: SimpleChanges): void { method registerOnChange (line 633) | registerOnChange(fn: () => {}): void { method registerOnTouched (line 637) | registerOnTouched(fn: () => {}): void { method writeValue (line 641) | writeValue(value: NzSafeAny): void { method setupSelectionChangeListener (line 659) | private setupSelectionChangeListener(): void { method delaySetMenuVisible (line 669) | delaySetMenuVisible(visible: boolean, delay: number = 100, setOpening:... method setMenuVisible (line 690) | setMenuVisible(visible: boolean): void { method clearDelayMenuTimer (line 707) | private clearDelayMenuTimer(): void { method clearSelection (line 714) | clearSelection(event?: Event): void { method clearSelectedNodes (line 731) | clearSelectedNodes(): void { method emitValue (line 737) | emitValue(values: NzSafeAny[] | null): void { method getSubmitValue (line 748) | getSubmitValue(): NzSafeAny[] { method focus (line 756) | focus(): void { method blur (line 763) | blur(): void { method handleInputBlur (line 770) | handleInputBlur(): void { method handleInputFocus (line 774) | handleInputFocus(): void { method isComposingChange (line 778) | isComposingChange(isComposing: boolean): void { method onTriggerClick (line 783) | onTriggerClick(): void { method onTriggerMouseEnter (line 797) | onTriggerMouseEnter(): void { method onTriggerMouseLeave (line 806) | onTriggerMouseLeave(event: MouseEvent): void { method onOptionMouseEnter (line 826) | onOptionMouseEnter(node: NzTreeNode, columnIndex: number, event: Event... method onOptionMouseLeave (line 837) | onOptionMouseLeave(node: NzTreeNode, _columnIndex: number, event: Even... method getAncestorOptionList (line 847) | protected getAncestorOptionList(node: NzTreeNode | null): NzCascaderOp... method updateSelectedNodes (line 852) | updateSelectedNodes(init: boolean = false, updateValue = true): void { method onOptionClick (line 955) | onOptionClick(node: NzTreeNode, columnIndex: number, event: Event): vo... method onOptionCheck (line 975) | onOptionCheck(node: NzTreeNode, columnIndex: number, performActivate =... method removeSelected (line 995) | removeSelected(node: NzTreeNode, emitEvent = true): void { method onClickOutside (line 1007) | onClickOutside(event: MouseEvent): void { method onPositionChange (line 1014) | onPositionChange(position: ConnectedOverlayPositionChange): void { method updateOptions (line 1019) | private updateOptions(): void { method isActionTrigger (line 1031) | private isActionTrigger(action: 'click' | 'hover'): boolean { method onEnter (line 1037) | private onEnter(): void { method moveUpOrDown (line 1049) | private moveUpOrDown(isUp: boolean): void { method prevColumn (line 1076) | private prevColumn(): void { method nextColumn (line 1086) | private nextColumn(): void { method clearDelaySelectTimer (line 1097) | private clearDelaySelectTimer(): void { method delaySetOptionActivated (line 1104) | private delaySetOptionActivated(node: NzTreeNode, columnIndex: number,... method toggleSearchingMode (line 1112) | private toggleSearchingMode(toSearching: boolean): void { method isOptionActivated (line 1122) | isOptionActivated(node: NzTreeNode, index: number): boolean { method setDisabledState (line 1126) | setDisabledState(isDisabled: boolean): void { method closeMenu (line 1134) | closeMenu(): void { method reposition (line 1148) | private reposition(): void { method checkChildren (line 1160) | private checkChildren(): void { method setDisplayLabel (line 1166) | private setDisplayLabel(): void { method setDropdownStyles (line 1181) | private setDropdownStyles(): void { method setStatusStyles (line 1195) | private setStatusStyles(status: NzValidateStatus, hasFeedback: boolean... method setLocale (line 1211) | private setLocale(): void { method scrollToActivatedOptions (line 1216) | private scrollToActivatedOptions(): void { method setupChangeListener (line 1232) | private setupChangeListener(): void { method setupFocusListener (line 1241) | private setupFocusListener(): void { method setupKeydownListener (line 1257) | private setupKeydownListener(): void { FILE: components/cascader/cascader.module.ts class NzCascaderModule (line 14) | class NzCascaderModule {} FILE: components/cascader/cascader.service.ts class NzCascaderService (line 21) | class NzCascaderService { method constructor (line 65) | constructor() { method nzOptions (line 76) | get nzOptions(): NzCascaderOption[] { method withComponent (line 83) | withComponent(cascaderComponent: NzCascaderComponentAsSource): void { method setNodeActivated (line 96) | setNodeActivated( method setNodeSelected (line 136) | setNodeSelected(node: NzTreeNode, index: number, multiple: boolean = f... method setNodeDeactivatedSinceColumn (line 155) | setNodeDeactivatedSinceColumn(column: number): void { method setSearchOptionSelected (line 167) | setSearchOptionSelected(node: NzTreeNode, multiple = false): void { method clearSearchOptions (line 180) | private clearSearchOptions(): void { method prepareSearchOptions (line 193) | prepareSearchOptions(searchValue: string): void { method setSearchingMode (line 249) | setSearchingMode(toSearching: boolean): void { method clear (line 280) | clear(): void { method getOptionLabel (line 288) | getOptionLabel(o: NzCascaderOption): string { method getOptionValue (line 292) | getOptionValue(o: NzCascaderOption): NzSafeAny { method setColumnData (line 302) | setColumnData(nodes: NzTreeNode[], columnIndex: number): void { method trackAncestorColumnData (line 310) | private trackAncestorColumnData(startIndex: number): void { method trackAncestorActivatedNodes (line 325) | private trackAncestorActivatedNodes(startIndex: number): void { method dropBehindActivatedNodes (line 333) | private dropBehindActivatedNodes(lastReserveIndex: number): void { method dropBehindColumns (line 337) | dropBehindColumns(lastReserveIndex: number): void { method loadChildren (line 346) | loadChildren(node: NzTreeNode | null, columnIndex: number, onLoaded?: ... method isLoaded (line 390) | isLoaded(index: number): boolean { FILE: components/cascader/cascader.spec.ts function getItemAtColumnAndRow (line 72) | function getItemAtColumnAndRow(column: number, row: number): HTMLElement... function getAllColumns (line 84) | function getAllColumns(): NodeListOf { function getLabelElement (line 114) | function getLabelElement(): HTMLElement | null { function getLabelText (line 118) | function getLabelText(): string { function getPlaceholder (line 122) | function getPlaceholder(): string { function getInputEl (line 126) | function getInputEl(): HTMLElement { method filter (line 1585) | filter(inputValue: string, path: NzCascaderOption[]): boolean { method sorter (line 1609) | sorter(a: NzCascaderOption[], b: NzCascaderOption[], _inputValue: string... function setValues (line 1933) | function setValues(len = 10): void { function getCheckboxAtColumnAndRow (line 1940) | function getCheckboxAtColumnAndRow(column: number, row: number): HTMLEle... function getCheckboxesAtColumn (line 1946) | function getCheckboxesAtColumn(column: number): HTMLElement[] { constant ID_NAME_LIST (line 2590) | const ID_NAME_LIST = [ class NzDemoCascaderDefaultComponent (line 2854) | class NzDemoCascaderDefaultComponent { method onClear (line 2892) | onClear(): void {} class NzDemoCascaderLoadDataComponent (line 2907) | class NzDemoCascaderLoadDataComponent { method addCallTimes (line 2948) | addCallTimes(): void {} class NzDemoCascaderRtlComponent (line 2961) | class NzDemoCascaderRtlComponent { class NzDemoCascaderStatusComponent (line 2972) | class NzDemoCascaderStatusComponent { class NzDemoCascaderInFormComponent (line 2989) | class NzDemoCascaderInFormComponent { class TestCascaderFinalVariantComponent (line 3001) | class TestCascaderFinalVariantComponent { FILE: components/cascader/demo/basic.ts class NzDemoCascaderBasicComponent (line 53) | class NzDemoCascaderBasicComponent { method onChanges (line 57) | onChanges(values: string): void { FILE: components/cascader/demo/change-on-function.ts class NzDemoCascaderChangeOnFunctionComponent (line 66) | class NzDemoCascaderChangeOnFunctionComponent { method onChanges (line 70) | onChanges(values: string[]): void { method validate (line 74) | validate(option: NzCascaderOption, _index: number): boolean { FILE: components/cascader/demo/change-on-select.ts class NzDemoCascaderChangeOnSelectComponent (line 55) | class NzDemoCascaderChangeOnSelectComponent { method onChanges (line 59) | onChanges(values: string[]): void { FILE: components/cascader/demo/custom-field-names.ts class NzDemoCascaderCustomFieldNamesComponent (line 69) | class NzDemoCascaderCustomFieldNamesComponent { method onChanges (line 73) | onChanges(values: string[]): void { method validate (line 77) | validate(option: NzCascaderOption, _index: number): boolean { FILE: components/cascader/demo/custom-render.ts class NzDemoCascaderCustomRenderComponent (line 80) | class NzDemoCascaderCustomRenderComponent { method onChanges (line 84) | onChanges(values: string[]): void { method handleAreaClick (line 88) | handleAreaClick(e: Event, label: string, option: NzCascaderOption): vo... FILE: components/cascader/demo/custom-template.ts class NzDemoCascaderCustomTemplateComponent (line 44) | class NzDemoCascaderCustomTemplateComponent { method onChanges (line 48) | onChanges(values: string): void { FILE: components/cascader/demo/default-value-and-async-options.ts class NzDemoCascaderDefaultValueAndAsyncOptionsComponent (line 53) | class NzDemoCascaderDefaultValueAndAsyncOptionsComponent implements OnIn... method onChanges (line 57) | onChanges(values: string[]): void { method ngOnInit (line 61) | ngOnInit(): void { FILE: components/cascader/demo/default-value-and-lazy-load.ts class NzDemoCascaderDefaultValueAndLazyLoadComponent (line 59) | class NzDemoCascaderDefaultValueAndLazyLoadComponent { method onChanges (line 62) | onChanges(values: string[]): void { method loadData (line 67) | loadData(node: NzCascaderOption, index: number): PromiseLike { FILE: components/cascader/demo/default-value.ts class NzDemoCascaderDefaultValueComponent (line 53) | class NzDemoCascaderDefaultValueComponent { method onChanges (line 57) | onChanges(values: string[]): void { FILE: components/cascader/demo/disabled.ts class NzDemoCascaderDisabledComponent (line 54) | class NzDemoCascaderDisabledComponent { method onChanges (line 58) | onChanges(values: string[]): void { FILE: components/cascader/demo/hover.ts class NzDemoCascaderHoverComponent (line 60) | class NzDemoCascaderHoverComponent { method onChanges (line 64) | onChanges(values: string[]): void { FILE: components/cascader/demo/lazy.ts class NzDemoCascaderLazyComponent (line 59) | class NzDemoCascaderLazyComponent { method onChanges (line 62) | onChanges(values: string[]): void { method loadData (line 67) | loadData(node: NzCascaderOption, index: number): PromiseLike { FILE: components/cascader/demo/modal.ts class NzDemoCascaderModalComponent (line 66) | class NzDemoCascaderModalComponent { method onChanges (line 71) | onChanges(values: string[]): void { method open (line 75) | open(): void { method handleOk (line 79) | handleOk($event: MouseEvent): void { method handleCancel (line 84) | handleCancel($event: MouseEvent): void { FILE: components/cascader/demo/multiple.ts class NzDemoCascaderMultipleComponent (line 57) | class NzDemoCascaderMultipleComponent { method onChanges (line 61) | onChanges(values: NzSafeAny[][]): void { FILE: components/cascader/demo/open.ts class NzDemoCascaderOpenComponent (line 66) | class NzDemoCascaderOpenComponent { method onSelectionChange (line 71) | onSelectionChange(selectedOptions: NzCascaderOption[]): void { method onVisibleChange (line 75) | onVisibleChange(visible: boolean): void { FILE: components/cascader/demo/placement.ts class NzDemoCascaderPlacementComponent (line 58) | class NzDemoCascaderPlacementComponent { method setPlacement (line 63) | setPlacement(placement: string | number): void { FILE: components/cascader/demo/prefix-and-suffix.ts class NzDemoCascaderPrefixAndSuffixComponent (line 61) | class NzDemoCascaderPrefixAndSuffixComponent { FILE: components/cascader/demo/reactive-form.ts class NzDemoCascaderReactiveFormComponent (line 67) | class NzDemoCascaderReactiveFormComponent { method constructor (line 74) | constructor() { method reset (line 80) | reset(): void { method submit (line 85) | submit(): void { method onChanges (line 89) | onChanges(values: string[] | null): void { FILE: components/cascader/demo/search.ts class NzDemoCascaderSearchComponent (line 61) | class NzDemoCascaderSearchComponent { method onChanges (line 65) | onChanges(values: string[]): void { FILE: components/cascader/demo/size.ts class NzDemoCascaderSizeComponent (line 60) | class NzDemoCascaderSizeComponent { method onChanges (line 66) | onChanges(values: string[]): void { FILE: components/cascader/demo/status.ts class NzDemoCascaderStatusComponent (line 17) | class NzDemoCascaderStatusComponent { FILE: components/cascader/demo/trigger-action.ts class NzDemoCascaderTriggerActionComponent (line 61) | class NzDemoCascaderTriggerActionComponent { method onChanges (line 65) | onChanges(values: string[]): void { FILE: components/cascader/demo/trigger.ts class NzDemoCascaderTriggerComponent (line 64) | class NzDemoCascaderTriggerComponent { method onChanges (line 69) | onChanges(values: string[]): void { method onSelectionChange (line 73) | onSelectionChange(selectedOptions: NzCascaderOption[]): void { FILE: components/cascader/demo/variant.ts class NzDemoCascaderVariantComponent (line 60) | class NzDemoCascaderVariantComponent { FILE: components/cascader/typings.ts type NzCascaderExpandTrigger (line 13) | type NzCascaderExpandTrigger = 'click' | 'hover'; type NzCascaderTriggerType (line 14) | type NzCascaderTriggerType = 'click' | 'hover'; type NzCascaderSize (line 15) | type NzCascaderSize = NzSizeLDSType; type NzCascaderFilter (line 17) | type NzCascaderFilter = (searchValue: string, path: NzCascaderOption[]) ... type NzCascaderSorter (line 18) | type NzCascaderSorter = (a: NzCascaderOption[], b: NzCascaderOption[], i... type NzCascaderPlacement (line 19) | type NzCascaderPlacement = 'bottomLeft' | 'bottomRight' | 'topLeft' | 't... type NzCascaderOption (line 21) | interface NzCascaderOption { type NzShowSearchOptions (line 34) | interface NzShowSearchOptions { function isShowSearchObject (line 39) | function isShowSearchObject(options: NzShowSearchOptions | boolean): opt... type NzCascaderComponentAsSource (line 47) | interface NzCascaderComponentAsSource { FILE: components/cascader/utils.ts function isChildNode (line 8) | function isChildNode(node: NzTreeNode): boolean { function isParentNode (line 12) | function isParentNode(node: NzTreeNode): boolean { FILE: components/cdk/overflow/overflow-container.component.ts class NzOverflowContainerComponent (line 39) | class NzOverflowContainerComponent implements OnInit, AfterContentInit { method updateDisplayCount (line 73) | updateDisplayCount(count: number, notReady?: boolean): void { method ngOnInit (line 80) | ngOnInit(): void { method ngAfterContentInit (line 156) | ngAfterContentInit(): void { FILE: components/cdk/overflow/overflow-item.directive.ts class NzOverflowItemDirective (line 17) | class NzOverflowItemDirective { method setItemStyle (line 33) | setItemStyle(display: boolean, order: number): void { FILE: components/cdk/overflow/overflow-rest.directive.ts class NzOverflowRestDirective (line 17) | class NzOverflowRestDirective { method setRestStyle (line 30) | setRestStyle(display: boolean, order: number): void { FILE: components/cdk/overflow/overflow-suffix.directive.ts class NzOverflowSuffixDirective (line 17) | class NzOverflowSuffixDirective { method setSuffixStyle (line 29) | setSuffixStyle(start: number | null, order: number): void { FILE: components/cdk/overflow/overflow.module.ts class NzOverflowModule (line 17) | class NzOverflowModule {} FILE: components/cdk/resize-observer/resize-observer.directive.ts class NzResizeObserverDirective (line 27) | class NzResizeObserverDirective implements AfterContentInit, OnChanges { method subscribe (line 36) | private subscribe(): void { method unsubscribe (line 41) | private unsubscribe(): void { method constructor (line 45) | constructor() { method ngAfterContentInit (line 49) | ngAfterContentInit(): void { method ngOnChanges (line 54) | ngOnChanges(changes: SimpleChanges): void { FILE: components/cdk/resize-observer/resize-observer.module.ts class NzResizeObserverModule (line 14) | class NzResizeObserverModule {} FILE: components/cdk/resize-observer/resize-observer.service.ts class NzResizeObserverFactory (line 14) | class NzResizeObserverFactory { method create (line 15) | create(callback: ResizeObserverCallback): ResizeObserver | null { class NzResizeObserver (line 22) | class NzResizeObserver { method constructor (line 35) | constructor() { method observe (line 39) | observe(elementOrRef: Element | ElementRef): Observable | null): void { method registerOnChange (line 116) | registerOnChange(fn: OnChangeType): void { method registerOnTouched (line 120) | registerOnTouched(fn: OnTouchedType): void { method setDisabledState (line 124) | setDisabledState(disabled: boolean): void { method onCheckedChange (line 131) | onCheckedChange(optionValue: NzCheckboxOption['value'], checked: boole... function normalizeOptions (line 146) | function normalizeOptions(value: string[] | number[] | NzCheckboxOption[... FILE: components/checkbox/checkbox-group.spec.ts function getOptionElements (line 102) | function getOptionElements(): HTMLElement[] { function getOptionElements (line 174) | function getOptionElements(): HTMLElement[] { class CheckboxGroupTestComponent (line 179) | @Component({ class CheckboxGroupWithCustomLayoutTestComponent (line 203) | @Component({ FILE: components/checkbox/checkbox.component.ts class NzCheckboxComponent (line 81) | class NzCheckboxComponent implements OnInit, ControlValueAccessor, After... method innerCheckedChange (line 106) | innerCheckedChange(checked: boolean): void { method writeValue (line 113) | writeValue(value: boolean): void { method registerOnChange (line 118) | registerOnChange(fn: OnChangeType): void { method registerOnTouched (line 122) | registerOnTouched(fn: OnTouchedType): void { method setDisabledState (line 126) | setDisabledState(disabled: boolean): void { method focus (line 132) | focus(): void { method blur (line 136) | blur(): void { method constructor (line 140) | constructor() { method ngOnInit (line 153) | ngOnInit(): void { method ngAfterViewInit (line 189) | ngAfterViewInit(): void { method setValue (line 195) | private setValue(value: boolean): void { FILE: components/checkbox/checkbox.module.ts class NzCheckboxModule (line 15) | class NzCheckboxModule {} FILE: components/checkbox/checkbox.spec.ts class NzTestCheckboxSingleComponent (line 261) | class NzTestCheckboxSingleComponent { class NzTestCheckboxFormComponent (line 278) | class NzTestCheckboxFormComponent { method disable (line 282) | disable(): void { method enable (line 286) | enable(): void { class NzTestCheckboxSingleRtlComponent (line 299) | class NzTestCheckboxSingleRtlComponent { FILE: components/checkbox/demo/basic.ts class NzDemoCheckboxBasicComponent (line 11) | class NzDemoCheckboxBasicComponent { FILE: components/checkbox/demo/check-all.ts class NzDemoCheckboxCheckAllComponent (line 25) | class NzDemoCheckboxCheckAllComponent { method updateAllChecked (line 35) | updateAllChecked(): void { method updateSingleChecked (line 42) | updateSingleChecked(): void { FILE: components/checkbox/demo/controller.ts class NzDemoCheckboxControllerComponent (line 29) | class NzDemoCheckboxControllerComponent { method checkButton (line 33) | checkButton(): void { method disableButton (line 37) | disableButton(): void { FILE: components/checkbox/demo/disabled.ts class NzDemoCheckboxDisabledComponent (line 15) | class NzDemoCheckboxDisabledComponent {} FILE: components/checkbox/demo/group.ts class NzDemoCheckboxGroupComponent (line 19) | class NzDemoCheckboxGroupComponent { method log (line 38) | log(value: string[]): void { FILE: components/checkbox/demo/layout.ts class NzDemoCheckboxLayoutComponent (line 32) | class NzDemoCheckboxLayoutComponent { method log (line 35) | log(value: string[]): void { FILE: components/checkbox/tokens.ts constant NZ_CHECKBOX_GROUP (line 10) | const NZ_CHECKBOX_GROUP = new InjectionToken( FILE: components/code-editor/code-editor.component.ts type ITextModel (line 40) | type ITextModel = editor.ITextModel; type IStandaloneCodeEditor (line 41) | type IStandaloneCodeEditor = editor.IStandaloneCodeEditor; type IStandaloneDiffEditor (line 42) | type IStandaloneDiffEditor = editor.IStandaloneDiffEditor; class NzCodeEditorComponent (line 72) | class NzCodeEditorComponent implements AfterViewInit, ControlValueAccess... method nzEditorOption (line 84) | set nzEditorOption(value: JoinedEditorOptions) { method constructor (line 100) | constructor() { method ngAfterViewInit (line 118) | ngAfterViewInit(): void { method writeValue (line 129) | writeValue(value: string): void { method registerOnChange (line 134) | registerOnChange(fn: OnChangeType): NzSafeAny { method registerOnTouched (line 138) | registerOnTouched(fn: OnTouchedType): void { method layout (line 146) | layout(): void { method setup (line 150) | private setup(option: JoinedEditorOptions): void { method registerOptionChanges (line 177) | private registerOptionChanges(): void { method initMonacoEditorInstance (line 190) | private initMonacoEditorInstance(): void { method registerResizeChange (line 201) | private registerResizeChange(): void { method setValue (line 224) | private setValue(): void { method preservePositionAndSelections (line 267) | private preservePositionAndSelections(fn: () => unknown): void { method setValueEmitter (line 286) | private setValueEmitter(): void { method emitValue (line 301) | private emitValue(value: string): void { method updateOptionToMonaco (line 316) | private updateOptionToMonaco(): void { FILE: components/code-editor/code-editor.module.ts class NzCodeEditorModule (line 14) | class NzCodeEditorModule {} FILE: components/code-editor/code-editor.service.ts constant NZ_CONFIG_MODULE_NAME (line 18) | const NZ_CONFIG_MODULE_NAME = 'codeEditor'; function tryTriggerFunc (line 20) | function tryTriggerFunc(fn?: (...args: NzSafeAny[]) => NzSafeAny): (...a... class NzCodeEditorService (line 41) | class NzCodeEditorService { method constructor (line 50) | constructor() { method _updateDefaultOption (line 67) | private _updateDefaultOption(option: JoinedEditorOptions): void { method requestToInit (line 76) | requestToInit(): Observable { method loadMonacoScript (line 100) | private loadMonacoScript(): void { method onLoad (line 154) | private onLoad(): void { method onInit (line 162) | private onInit(): void { method getLatestOption (line 171) | private getLatestOption(): JoinedEditorOptions { FILE: components/code-editor/code-editor.spec.ts class NzTestCodeEditorFullControlComponent (line 26) | class NzTestCodeEditorFullControlComponent { method onEditorInit (line 33) | onEditorInit(e: any): void { FILE: components/code-editor/demo/basic.ts class NzDemoCodeEditorBasicComponent (line 16) | class NzDemoCodeEditorBasicComponent { FILE: components/code-editor/demo/complex.ts class NzDemoCodeEditorComplexComponent (line 52) | class NzDemoCodeEditorComplexComponent { method toggleFullScreen (line 82) | toggleFullScreen(): void { FILE: components/code-editor/demo/config.ts class NzDemoCodeEditorConfigComponent (line 32) | class NzDemoCodeEditorConfigComponent { method onDarkModeChange (line 41) | onDarkModeChange(dark: boolean): void { FILE: components/code-editor/demo/diff.ts class NzDemoCodeEditorDiffComponent (line 24) | class NzDemoCodeEditorDiffComponent { FILE: components/code-editor/demo/full-control.ts class NzDemoCodeEditorFullControlComponent (line 20) | class NzDemoCodeEditorFullControlComponent { method onEditorInit (line 23) | onEditorInit(e: editor.ICodeEditor | editor.IEditor): void { FILE: components/code-editor/typings.ts type EditorOptions (line 11) | type EditorOptions = IStandAloneEditorConstructionOptions; type DiffEditorOptions (line 12) | type DiffEditorOptions = IDiffEditorConstructionOptions; type JoinedEditorOptions (line 13) | type JoinedEditorOptions = EditorOptions | DiffEditorOptions; type NzEditorMode (line 15) | type NzEditorMode = 'normal' | 'diff'; type NzCodeEditorLoadingStatus (line 23) | type NzCodeEditorLoadingStatus = (typeof NzCodeEditorLoadingStatus)[keyo... FILE: components/collapse/collapse-panel.component.ts constant NZ_CONFIG_MODULE_NAME (line 35) | const NZ_CONFIG_MODULE_NAME: NzConfigKey = 'collapsePanel'; class NzCollapsePanelComponent (line 89) | class NzCollapsePanelComponent implements AfterViewInit { method constructor (line 117) | constructor() { method ngAfterViewInit (line 126) | ngAfterViewInit(): void { method activate (line 145) | activate(active: boolean): void { FILE: components/collapse/collapse.component.ts constant NZ_CONFIG_MODULE_NAME (line 22) | const NZ_CONFIG_MODULE_NAME: NzConfigKey = 'collapse'; class NzCollapseComponent (line 41) | class NzCollapseComponent { method constructor (line 55) | constructor() { method addPanel (line 59) | addPanel(value: NzCollapsePanelComponent): void { method removePanel (line 63) | removePanel(value: NzCollapsePanelComponent): void { method click (line 67) | click(collapse: NzCollapsePanelComponent): void { FILE: components/collapse/collapse.module.ts class NzCollapseModule (line 15) | class NzCollapseModule {} FILE: components/collapse/collapse.spec.ts class NzTestCollapseBasicComponent (line 349) | class NzTestCollapseBasicComponent { class NzTestCollapseTemplateComponent (line 374) | class NzTestCollapseTemplateComponent {} class NzTestCollapseIconComponent (line 395) | class NzTestCollapseIconComponent {} class NzTestCollapseCollapsibleComponent (line 412) | class NzTestCollapseCollapsibleComponent { class NzTestCollapseSizeSpecComponent (line 428) | class NzTestCollapseSizeSpecComponent { FILE: components/collapse/demo/accordion.ts class NzDemoCollapseAccordionComponent (line 18) | class NzDemoCollapseAccordionComponent { FILE: components/collapse/demo/basic.ts class NzDemoCollapseBasicComponent (line 21) | class NzDemoCollapseBasicComponent { FILE: components/collapse/demo/borderless.ts class NzDemoCollapseBorderlessComponent (line 18) | class NzDemoCollapseBorderlessComponent { FILE: components/collapse/demo/collapsible.ts class NzDemoCollapseCollapsibleComponent (line 38) | class NzDemoCollapseCollapsibleComponent {} FILE: components/collapse/demo/custom.ts class NzDemoCollapseCustomComponent (line 40) | class NzDemoCollapseCustomComponent { FILE: components/collapse/demo/extra.ts class NzDemoCollapseExtraComponent (line 39) | class NzDemoCollapseExtraComponent { FILE: components/collapse/demo/ghost.ts class NzDemoCollapseGhostComponent (line 21) | class NzDemoCollapseGhostComponent { FILE: components/collapse/demo/mix.ts class NzDemoCollapseMixComponent (line 32) | class NzDemoCollapseMixComponent { FILE: components/collapse/demo/noarrow.ts class NzDemoCollapseNoarrowComponent (line 21) | class NzDemoCollapseNoarrowComponent { FILE: components/collapse/demo/size.ts class NzDemoCollapseSizeComponent (line 39) | class NzDemoCollapseSizeComponent {} FILE: components/color-picker/color-block.component.spec.ts class NzTestColorBlockComponent (line 71) | class NzTestColorBlockComponent { method clickHandle (line 76) | clickHandle(): void { FILE: components/color-picker/color-block.component.ts class NzColorBlockComponent (line 25) | class NzColorBlockComponent { FILE: components/color-picker/color-format.component.ts class NzColorFormatComponent (line 149) | class NzColorFormatComponent implements OnChanges, OnInit { method ngOnInit (line 184) | ngOnInit(): void { method ngOnChanges (line 236) | ngOnChanges(changes: SimpleChanges): void { FILE: components/color-picker/color-picker.component.spec.ts function waitingForTooltipToggling (line 33) | function waitingForTooltipToggling(): void { class NzTestColorPickerComponent (line 269) | class NzTestColorPickerComponent { method nzOnChange (line 287) | nzOnChange(value: { color: NzColor; format: string }): void { method nzOnFormatChange (line 290) | nzOnFormatChange(value: NzColorPickerFormatType): void { method nzOnClear (line 293) | nzOnClear(value: boolean): void { method nzOnOpenChange (line 296) | nzOnOpenChange(value: boolean): void { function waitingForTooltipToggling (line 340) | function waitingForTooltipToggling(): void { class NzTestColorPickerFormComponent (line 444) | class NzTestColorPickerFormComponent { method disable (line 449) | disable(): void { method enable (line 453) | enable(): void { class NzTestColorPickerPresetsComponent (line 462) | class NzTestColorPickerPresetsComponent { method onColorChange (line 478) | onColorChange(event: { color: NzColor; format: string }): void { class NzTestColorPickerFormSizeComponent (line 593) | class NzTestColorPickerFormSizeComponent { FILE: components/color-picker/color-picker.component.ts class NzColorPickerComponent (line 120) | class NzColorPickerComponent implements OnInit, OnChanges, ControlValueA... method writeValue (line 156) | writeValue(value: string): void { method registerOnChange (line 162) | registerOnChange(fn: NzSafeAny): void { method registerOnTouched (line 166) | registerOnTouched(): void {} method setDisabledState (line 168) | setDisabledState(isDisabled: boolean): void { method ngOnInit (line 174) | ngOnInit(): void { method ngOnChanges (line 196) | ngOnChanges(changes: SimpleChanges): void { method clearColorHandle (line 206) | clearColorHandle(): void { method getBlockColor (line 212) | getBlockColor(): void { method colorChange (line 222) | colorChange(value: { color: NzColor }): void { method formatChange (line 229) | formatChange(value: { color: string; format: NzColorPickerFormatType }... FILE: components/color-picker/color-picker.module.ts class NzColorPickerModule (line 16) | class NzColorPickerModule {} FILE: components/color-picker/demo/basic.ts class NzDemoColorPickerBasicComponent (line 10) | class NzDemoColorPickerBasicComponent {} FILE: components/color-picker/demo/block.ts class NzDemoColorPickerBlockComponent (line 19) | class NzDemoColorPickerBlockComponent {} FILE: components/color-picker/demo/clear.ts class NzDemoColorPickerClearComponent (line 10) | class NzDemoColorPickerClearComponent {} FILE: components/color-picker/demo/disable-alpha.ts class NzDemoColorPickerDisableAlphaComponent (line 10) | class NzDemoColorPickerDisableAlphaComponent {} FILE: components/color-picker/demo/disable.ts class NzDemoColorPickerDisableComponent (line 10) | class NzDemoColorPickerDisableComponent {} FILE: components/color-picker/demo/flip-flop.ts class NzDemoColorPickerFlipFlopComponent (line 22) | class NzDemoColorPickerFlipFlopComponent { FILE: components/color-picker/demo/format.ts class NzDemoColorPickerFormatComponent (line 26) | class NzDemoColorPickerFormatComponent { FILE: components/color-picker/demo/presets.ts class NzDemoColorPickerPresetsComponent (line 27) | class NzDemoColorPickerPresetsComponent { FILE: components/color-picker/demo/show-text.ts class NzDemoColorPickerShowTextComponent (line 10) | class NzDemoColorPickerShowTextComponent {} FILE: components/color-picker/demo/size.ts class NzDemoColorPickerSizeComponent (line 18) | class NzDemoColorPickerSizeComponent {} FILE: components/color-picker/demo/trigger.ts class NzDemoColorPickerTriggerComponent (line 10) | class NzDemoColorPickerTriggerComponent {} FILE: components/color-picker/demo/use.ts class NzDemoColorPickerUseComponent (line 34) | class NzDemoColorPickerUseComponent { method submitForm (line 41) | submitForm(): void { FILE: components/color-picker/src/components/gradient.directive.ts class GradientDirective (line 19) | class GradientDirective implements OnInit, OnChanges { method ngOnInit (line 26) | ngOnInit(): void { method ngOnChanges (line 30) | ngOnChanges(changes: SimpleChanges): void { method useMemo (line 37) | useMemo(): void { FILE: components/color-picker/src/components/handler.directive.ts type HandlerSize (line 8) | type HandlerSize = 'default' | 'small'; class HandlerDirective (line 18) | class HandlerDirective { FILE: components/color-picker/src/components/picker.component.ts type EventType (line 29) | type EventType = MouseEvent | TouchEvent; type EventHandle (line 31) | type EventHandle = (e: EventType) => void; function getPosition (line 33) | function getPosition(e: EventType): { pageX: number; pageY: number } { class PickerComponent (line 59) | class PickerComponent implements OnInit, AfterViewInit, OnChanges { method toRgbString (line 77) | toRgbString(): string { method toHsb (line 81) | toHsb(): string { method ngOnInit (line 85) | ngOnInit(): void { method ngOnChanges (line 94) | ngOnChanges(changes: SimpleChanges): void { method ngAfterViewInit (line 112) | ngAfterViewInit(): void { method dragStartHandle (line 122) | dragStartHandle(e: MouseEvent | TouchEvent): void { FILE: components/color-picker/src/components/slider.component.ts type EventType (line 30) | type EventType = MouseEvent | TouchEvent; type EventHandle (line 32) | type EventHandle = (e: EventType) => void; function getPosition (line 34) | function getPosition(e: EventType): { pageX: number; pageY: number } { class SliderComponent (line 61) | class SliderComponent implements OnInit, AfterViewInit, OnChanges { method ngOnInit (line 82) | ngOnInit(): void { method ngOnChanges (line 91) | ngOnChanges(changes: SimpleChanges): void { method ngAfterViewInit (line 110) | ngAfterViewInit(): void { method dragStartHandle (line 125) | dragStartHandle(e: MouseEvent | TouchEvent): void { FILE: components/color-picker/src/interfaces/color.ts class Color (line 26) | class Color extends TinyColor { method constructor (line 27) | constructor(color: ColorGenInput) { method toHsbString (line 31) | toHsbString(): string { method toHsb (line 42) | toHsb(): Numberify { FILE: components/color-picker/src/interfaces/type.ts type HSB (line 8) | interface HSB { type RGB (line 14) | interface RGB { type HSBA (line 20) | interface HSBA extends HSB { type RGBA (line 24) | interface RGBA extends RGB { type ColorGenInput (line 28) | type ColorGenInput = string | number | RGB | RGBA | HSB | HSB... type HsbaColorType (line 30) | type HsbaColorType = 'hue' | 'alpha'; type TransformOffset (line 32) | interface TransformOffset { type BaseColorPickerProps (line 37) | interface BaseColorPickerProps { type ColorValue (line 45) | type ColorValue = ColorGenInput | undefined; type ColorPickerProps (line 47) | interface ColorPickerProps extends BaseColorPickerProps { FILE: components/color-picker/src/ng-antd-color-block.component.spec.ts class NzxTestColorBlockComponent (line 50) | class NzxTestColorBlockComponent { method clickHandle (line 54) | clickHandle(): void { FILE: components/color-picker/src/ng-antd-color-block.component.ts class NgAntdColorBlockComponent (line 23) | class NgAntdColorBlockComponent { method isChecked (line 28) | get isChecked(): boolean { method isBright (line 37) | get isBright(): boolean { FILE: components/color-picker/src/ng-antd-color-picker.component.spec.ts class NzxTestColorPickerComponent (line 204) | class NzxTestColorPickerComponent { method onChange (line 214) | onChange(value: { color: Color; type?: HsbaColorType }): void { method onChangeComplete (line 219) | onChangeComplete(value: HsbaColorType): void { FILE: components/color-picker/src/ng-antd-color-picker.component.ts class NgAntdColorPickerComponent (line 98) | class NgAntdColorPickerComponent implements OnInit, OnChanges { method ngOnInit (line 128) | ngOnInit(): void { method ngOnChanges (line 132) | ngOnChanges(changes: SimpleChanges): void { method hasValue (line 139) | hasValue(value: ColorValue): boolean { method setColorValue (line 143) | setColorValue(color: ColorValue): void { method setAlphaColor (line 158) | setAlphaColor(colorValue: Color): void { method handleChange (line 165) | handleChange(color: Color, type?: HsbaColorType): void { FILE: components/color-picker/src/ng-antd-color-picker.module.ts class NgAntdColorPickerModule (line 16) | class NgAntdColorPickerModule {} FILE: components/color-picker/src/ng-antd-color-preset.component.ts class NgAntdColorPresetComponent (line 56) | class NgAntdColorPresetComponent implements OnInit { method ngOnInit (line 64) | ngOnInit(): void { method onPanelActiveChange (line 72) | onPanelActiveChange(index: number, active: boolean): void { method selectPresetColor (line 81) | selectPresetColor(color: string | NzColor): void { method getColorString (line 86) | getColorString(color: string | NzColor): string { FILE: components/color-picker/src/util/util.ts function calculateColor (line 18) | function calculateColor( FILE: components/color-picker/typings.ts type NzColorPickerFormatType (line 10) | type NzColorPickerFormatType = 'rgb' | 'hex' | 'hsb'; type NzColorPickerTriggerType (line 12) | type NzColorPickerTriggerType = 'click' | 'hover'; type ValidForm (line 14) | interface ValidForm { type ValidFormKey (line 26) | type ValidFormKey = keyof ValidForm; type NzColor (line 28) | interface NzColor extends Color {} type NzPresetColor (line 30) | interface NzPresetColor { FILE: components/comment/comment-cells.ts class NzCommentAvatarDirective (line 26) | class NzCommentAvatarDirective {} class NzCommentContentDirective (line 33) | class NzCommentContentDirective {} class NzCommentActionHostDirective (line 39) | class NzCommentActionHostDirective extends CdkPortalOutlet implements On... method ngOnInit (line 42) | override ngOnInit(): void { method ngOnDestroy (line 46) | override ngOnDestroy(): void { method ngAfterViewInit (line 50) | ngAfterViewInit(): void { class NzCommentActionComponent (line 62) | class NzCommentActionComponent implements OnInit { method content (line 67) | get content(): TemplatePortal | null { method ngOnInit (line 71) | ngOnInit(): void { FILE: components/comment/comment.component.ts class NzCommentComponent (line 71) | class NzCommentComponent implements OnInit { method ngOnInit (line 82) | ngOnInit(): void { FILE: components/comment/comment.module.ts constant NZ_COMMENT_CELLS (line 16) | const NZ_COMMENT_CELLS = [ class NzCommentModule (line 27) | class NzCommentModule {} FILE: components/comment/comment.spec.ts class NzTestCommentRtlComponent (line 175) | class NzTestCommentRtlComponent { FILE: components/comment/demo/basic.ts class NzDemoCommentBasicComponent (line 56) | class NzDemoCommentBasicComponent { method like (line 61) | like(): void { method dislike (line 66) | dislike(): void { FILE: components/comment/demo/editor.ts type User (line 13) | interface User { type Data (line 18) | interface Data extends User { class NzDemoCommentEditorComponent (line 56) | class NzDemoCommentEditorComponent { method handleSubmit (line 65) | handleSubmit(): void { FILE: components/comment/demo/list.ts class NzDemoCommentListComponent (line 26) | class NzDemoCommentListComponent { FILE: components/comment/demo/nested.ts class NzDemoCommentNestedComponent (line 29) | class NzDemoCommentNestedComponent { FILE: components/core/animation/animation-consts.ts class AnimationDuration (line 6) | class AnimationDuration { class AnimationCurves (line 12) | class AnimationCurves { FILE: components/core/animation/collapse.ts constant COLLAPSE_MOTION_CLASS (line 15) | const COLLAPSE_MOTION_CLASS = 'ant-motion-collapse'; class NzAnimationCollapseDirective (line 24) | class NzAnimationCollapseDirective { method constructor (line 33) | constructor() { method getActualScrollHeight (line 93) | private getActualScrollHeight(element: HTMLElement): number { method onTransitionEnd (line 97) | protected onTransitionEnd(event: TransitionEvent): void { class NzAnimationTreeCollapseService (line 114) | class NzAnimationTreeCollapseService { method constructor (line 120) | constructor() { class NzAnimationTreeCollapseDirective (line 135) | class NzAnimationTreeCollapseDirective { method firstRender (line 143) | private get firstRender(): boolean { method onAnimationEnter (line 147) | protected onAnimationEnter(event: AnimationCallbackEvent): void { method onAnimationLeave (line 178) | protected onAnimationLeave(event: AnimationCallbackEvent): void { FILE: components/core/animation/no-animation.spec.ts class TestComponent (line 18) | @Component({ FILE: components/core/animation/no-animation.ts constant NZ_NO_ANIMATION_CLASS (line 20) | const NZ_NO_ANIMATION_CLASS = 'nz-animate-disabled'; class NzNoAnimationDirective (line 29) | class NzNoAnimationDirective { class NzNoAnimationModule (line 41) | class NzNoAnimationModule {} function provideNzNoAnimation (line 46) | function provideNzNoAnimation(): Provider[] { function _internalAnimationEnabled (line 55) | function _internalAnimationEnabled(): boolean { function isAnimationEnabled (line 64) | function isAnimationEnabled(getter: () => boolean): Signal { function withAnimationCheck (line 77) | function withAnimationCheck(classNameGetter: () => string): Signal(value?: T): value is Exclude { class NzConfigService (line 37) | class NzConfigService { method constructor (line 52) | constructor() { method _getConfigValue (line 59) | private _getConfigValue(componentName: T): Writ... method getConfig (line 70) | getConfig(): NzConfig { method getConfigForComponent (line 74) | getConfigForComponent(componentName: T): NzConf... method getConfigChangeEventForComponent (line 78) | getConfigChangeEventForComponent(componentName: NzConfigKey): Observab... method set (line 85) | set(componentName: T, value: NzConfig[T]): void { function onConfigChangeEventForComponent (line 108) | function onConfigChangeEventForComponent(componentName: NzConfigKey, cal... function WithConfig (line 142) | function WithConfig() { function withConfigFactory (line 194) | function withConfigFactory(componentName: T) { FILE: components/core/config/config.spec.ts constant NZ_CONFIG_MODULE_NAME (line 14) | const NZ_CONFIG_MODULE_NAME: NzConfigKey = 'button'; class NzWithConfigTestComponent (line 17) | @Component({ class NzWithConfigSignalTestComponent (line 28) | @Component({ function getComputedStylePropertyValue (line 193) | function getComputedStylePropertyValue(property: string): string { FILE: components/core/config/config.ts type MonacoEnvironment (line 23) | interface MonacoEnvironment { type NzConfig (line 30) | interface NzConfig { type PrefixCls (line 78) | interface PrefixCls { type Theme (line 83) | interface Theme { type SelectConfig (line 93) | interface SelectConfig { type AffixConfig (line 100) | interface AffixConfig { type AlertConfig (line 105) | interface AlertConfig { type AvatarConfig (line 110) | interface AvatarConfig { type AnchorConfig (line 116) | interface AnchorConfig { type BadgeConfig (line 123) | interface BadgeConfig { type ButtonConfig (line 129) | interface ButtonConfig { type CodeEditorConfig (line 133) | interface CodeEditorConfig { type CardConfig (line 147) | interface CardConfig { type CarouselConfig (line 153) | interface CarouselConfig { type CascaderConfig (line 163) | interface CascaderConfig { type CollapseConfig (line 169) | interface CollapseConfig { type CollapsePanelConfig (line 175) | interface CollapsePanelConfig { type DatePickerConfig (line 179) | interface DatePickerConfig { type DescriptionsConfig (line 186) | interface DescriptionsConfig { type DrawerConfig (line 193) | interface DrawerConfig { type DropdownConfig (line 200) | interface DropdownConfig { type EmptyConfig (line 204) | interface EmptyConfig { type FilterTriggerConfig (line 208) | interface FilterTriggerConfig { type FloatButtonConfig (line 212) | interface FloatButtonConfig { type FormConfig (line 216) | interface FormConfig { type IconConfig (line 222) | interface IconConfig { type MessageConfig (line 227) | interface MessageConfig { type ModalConfig (line 236) | interface ModalConfig { type NotificationConfig (line 243) | interface NotificationConfig extends MessageConfig { type PageHeaderConfig (line 249) | interface PageHeaderConfig { type PaginationConfig (line 253) | interface PaginationConfig { type ProgressConfig (line 261) | interface ProgressConfig { type RateConfig (line 272) | interface RateConfig { type SegmentedConfig (line 277) | interface SegmentedConfig { type SpaceConfig (line 281) | interface SpaceConfig { type SpinConfig (line 285) | interface SpinConfig { type SwitchConfig (line 289) | interface SwitchConfig { type TableConfig (line 293) | interface TableConfig { type TabsConfig (line 307) | interface TabsConfig { type TimePickerConfig (line 320) | interface TimePickerConfig { type TreeConfig (line 336) | interface TreeConfig { type TreeSelectConfig (line 342) | interface TreeSelectConfig { type TypographyConfig (line 352) | interface TypographyConfig { type ImageConfig (line 360) | interface ImageConfig { type ImageExperimentalConfig (line 369) | interface ImageExperimentalConfig { type PopConfirmConfig (line 379) | interface PopConfirmConfig { type PopoverConfig (line 384) | interface PopoverConfig { type NzConfigKey (line 388) | type NzConfigKey = keyof NzConfig; constant NZ_CONFIG (line 393) | const NZ_CONFIG = new InjectionToken(typeof ngDevMode !== 'und... function provideNzConfig (line 395) | function provideNzConfig(config: NzConfig): EnvironmentProviders { FILE: components/core/config/css-variables.ts function getStyle (line 19) | function getStyle(globalPrefixCls: string, theme: Theme): string { function registerTheme (line 96) | function registerTheme(globalPrefixCls: string, theme: Theme, cspNonce: ... FILE: components/core/element-patch/element-patch.directive.ts class NzElementPatchDirective (line 17) | class NzElementPatchDirective { method nativeElement (line 19) | get nativeElement(): NzSafeAny { FILE: components/core/element-patch/element-patch.module.ts class NzElementPatchModule (line 17) | class NzElementPatchModule {} FILE: components/core/element-patch/element-patch.spec.ts class NzTestElementPatchComponent (line 29) | class NzTestElementPatchComponent { FILE: components/core/form/nz-form-item-feedback-icon.component.ts class NzFormItemFeedbackIconComponent (line 46) | class NzFormItemFeedbackIconComponent implements OnChanges { method ngOnChanges (line 52) | ngOnChanges(_changes: SimpleChanges): void { method updateIcon (line 56) | updateIcon(): void { FILE: components/core/form/nz-form-item-feedback-icon.spec.ts function changeStatus (line 31) | function changeStatus(status: NzValidateStatus): void { FILE: components/core/form/nz-form-no-status.service.ts class NzFormNoStatusService (line 14) | class NzFormNoStatusService { FILE: components/core/form/nz-form-size.token.ts constant NZ_FORM_SIZE (line 10) | const NZ_FORM_SIZE = new InjectionToken>( FILE: components/core/form/nz-form-status.service.ts class NzFormStatusService (line 12) | class NzFormStatusService { FILE: components/core/form/nz-form-variant.token.ts constant NZ_FORM_VARIANT (line 10) | const NZ_FORM_VARIANT = new InjectionToken>( FILE: components/core/highlight/highlight.pipe.ts class NzHighlightPipe (line 13) | class NzHighlightPipe implements PipeTransform { method transform (line 16) | transform(value: string, highlightValue: string, flags?: string, klass... FILE: components/core/logger/logger.ts constant PREFIX (line 13) | const PREFIX = '[NG-ZORRO]:'; function notRecorded (line 15) | function notRecorded(...args: NzSafeAny[]): boolean { function consoleCommonBehavior (line 26) | function consoleCommonBehavior(consoleFunc: (...args: NzSafeAny) => void... FILE: components/core/outlet/outlet.module.ts class NzOutletModule (line 14) | class NzOutletModule {} FILE: components/core/outlet/string-template-outlet.directive.ts class NzStringTemplateOutletDirective (line 25) | class NzStringTemplateOutletDirective<_T = unknown> implements OnChanges { method ngTemplateContextGuard (line 34) | static ngTemplateContextGuard( method recreateView (line 41) | private recreateView(): void { method updateContext (line 53) | private updateContext(): void { method ngOnChanges (line 63) | ngOnChanges(changes: SimpleChanges): void { class NzStringTemplateOutletContext (line 107) | class NzStringTemplateOutletContext { FILE: components/core/outlet/string-template-outlet.spec.ts class StringTemplateOutletTestComponent (line 142) | class StringTemplateOutletTestComponent { FILE: components/core/overlay/nz-connected-overlay.ts type Dimensions (line 18) | type Dimensions = Omit; class NzConnectedOverlayDirective (line 24) | class NzConnectedOverlayDirective { method constructor (line 28) | constructor() { method updateArrowPosition (line 38) | private updateArrowPosition(position: ConnectedOverlayPositionChange):... method getFlexibleConnectedPositionStrategyOrigin (line 62) | private getFlexibleConnectedPositionStrategyOrigin(): FlexibleConnecte... method getOriginRect (line 70) | private getOriginRect(): Dimensions { FILE: components/core/overlay/nz-overlay.module.ts class NzOverlayModule (line 14) | class NzOverlayModule {} FILE: components/core/overlay/overlay-position.ts constant POSITION_MAP (line 8) | const POSITION_MAP = { type POSITION_TYPE (line 39) | type POSITION_TYPE = keyof typeof POSITION_MAP; type POSITION_TYPE_HORIZONTAL (line 40) | type POSITION_TYPE_HORIZONTAL = Extract< constant TOOLTIP_OFFSET_MAP (line 67) | const TOOLTIP_OFFSET_MAP = positionOffsetMapFactory(); constant DEFAULT_TOOLTIP_POSITIONS (line 69) | const DEFAULT_TOOLTIP_POSITIONS = [ constant DEFAULT_CASCADER_POSITIONS (line 76) | const DEFAULT_CASCADER_POSITIONS = [ constant DEFAULT_MENTION_TOP_POSITIONS (line 83) | const DEFAULT_MENTION_TOP_POSITIONS = [ constant DEFAULT_MENTION_BOTTOM_POSITIONS (line 88) | const DEFAULT_MENTION_BOTTOM_POSITIONS = [ function getPlacementName (line 93) | function getPlacementName(position: ConnectedOverlayPositionChange): str... constant DATE_PICKER_POSITION_MAP (line 107) | const DATE_PICKER_POSITION_MAP = { constant DEFAULT_DATE_PICKER_POSITIONS (line 134) | const DEFAULT_DATE_PICKER_POSITIONS = [ function normalizeConnectedPositionOffset (line 141) | function normalizeConnectedPositionOffset(offset: number | [number, numb... function setConnectedPositionOffset (line 145) | function setConnectedPositionOffset( FILE: components/core/overlay/overlay-z-index.ts function overlayZIndexSetter (line 8) | function overlayZIndexSetter(overlayRef: OverlayRef, zIndex?: number): v... FILE: components/core/pipe/nz-pipe.module.ts class NzPipesModule (line 14) | class NzPipesModule {} FILE: components/core/pipe/time-range.pipe.ts class NzTimeRangePipe (line 14) | class NzTimeRangePipe implements PipeTransform { method transform (line 15) | transform(value: string | number, format: string = 'HH:mm:ss'): string { FILE: components/core/pipe/time-range.spec.ts class NzTestTimeRangeComponent (line 15) | class NzTestTimeRangeComponent { FILE: components/core/services/breakpoint.ts type NzBreakpointEnum (line 14) | enum NzBreakpointEnum { type BreakpointMap (line 23) | type BreakpointMap = Record; type BreakpointBooleanMap (line 24) | type BreakpointBooleanMap = Record; type NzBreakpointKey (line 25) | type NzBreakpointKey = keyof typeof NzBreakpointEnum; class NzBreakpointService (line 48) | class NzBreakpointService { method constructor (line 52) | constructor() { method subscribe (line 61) | subscribe(breakpointMap: BreakpointMap, fullMap?: true): Observable implements OnDestroy { method ngOnDestroy (line 11) | ngOnDestroy(): void { FILE: components/core/services/drag.spec.ts class NzTestDragServiceComponent (line 17) | class NzTestDragServiceComponent { method drag (line 22) | drag(event: MouseEvent | TouchEvent): void { function tickMilliseconds (line 106) | function tickMilliseconds(fixture: ComponentFixture, seconds: numb... FILE: components/core/services/drag.ts type Point (line 12) | interface Point { type Delta (line 17) | type Delta = Point; type HandlerItem (line 19) | interface HandlerItem { function getPagePosition (line 25) | function getPagePosition(event: MouseEvent | TouchEvent): Point { class NzDragService (line 39) | class NzDragService { method requestDraggingSequence (line 46) | requestDraggingSequence(event: MouseEvent | TouchEvent): Observable void; class ImagePreloadService (line 19) | class ImagePreloadService { method addPreload (line 25) | addPreload(option: PreloadOption): PreloadDisposeHandle { method appendPreloadLink (line 53) | private appendPreloadLink(option: PreloadOption): HTMLLinkElement { method removePreloadLink (line 66) | private removePreloadLink(linkNode: HTMLLinkElement): void { FILE: components/core/services/resize.ts class NzResizeService (line 15) | class NzResizeService { method constructor (line 32) | constructor() { method connect (line 39) | connect(): Observable { method disconnet (line 48) | disconnet(): void { method registerListener (line 52) | private registerListener(): void { method unregisterListener (line 62) | private unregisterListener(): void { FILE: components/core/services/scroll.spec.ts class MockDocument (line 21) | class MockDocument { class MockDocumentElement (line 26) | class MockDocumentElement { class MockElement (line 30) | class MockElement { class MockPlatformLocation (line 34) | class MockPlatformLocation { FILE: components/core/services/scroll.ts type EasyingFn (line 11) | type EasyingFn = (t: number, b: number, c: number, d: number) => number; function easeInOutCubic (line 13) | function easeInOutCubic(t: number, b: number, c: number, d: number): num... type NzScrollToOptions (line 23) | interface NzScrollToOptions { class NzScrollService (line 35) | class NzScrollService { method setScrollTop (line 40) | setScrollTop(el: Element | Window, topValue: number = 0): void { method getOffset (line 50) | getOffset(el: Element): { top: number; left: number } { method getScroll (line 74) | getScroll(target?: Element | HTMLElement | Window | Document | null, t... method isWindow (line 93) | isWindow(obj: NzSafeAny): boolean { method scrollTo (line 104) | scrollTo( FILE: components/core/services/singleton.ts type SingletonRegistryItem (line 11) | interface SingletonRegistryItem { class NzSingletonService (line 28) | class NzSingletonService { method singletonRegistry (line 29) | private get singletonRegistry(): Map { method registerSingletonWithKey (line 41) | registerSingletonWithKey(key: string, target: NzSafeAny): void { method unregisterSingletonWithKey (line 50) | unregisterSingletonWithKey(key: string): void { method getSingletonWithKey (line 56) | getSingletonWithKey(key: string): T | null { method withNewTarget (line 60) | private withNewTarget(target: NzSafeAny): SingletonRegistryItem { FILE: components/core/testing/directionality.ts class MockDirectionality (line 10) | class MockDirectionality { function provideMockDirectionality (line 16) | function provideMockDirectionality(): EnvironmentProviders { FILE: components/core/testing/dispatch-events.ts function dispatchEvent (line 9) | function dispatchEvent(node: Node | Window, event: Event): Event { function dispatchFakeEvent (line 15) | function dispatchFakeEvent(node: Node | Window, type: string, canBubble?... function dispatchKeyboardEvent (line 20) | function dispatchKeyboardEvent(node: Node, type: string, keyCode: number... function dispatchMouseEvent (line 25) | function dispatchMouseEvent( function dispatchTouchEvent (line 36) | function dispatchTouchEvent(node: Node, type: string, x: number = 0, y: ... FILE: components/core/testing/event-objects.ts function createMouseEvent (line 9) | function createMouseEvent(type: string, x: number = 0, y: number = 0, bu... function createTouchEvent (line 38) | function createTouchEvent(type: string, pageX: number = 0, pageY: number... function createKeyboardEvent (line 56) | function createKeyboardEvent( function createFakeEvent (line 89) | function createFakeEvent(type: string, canBubble: boolean = true, cancel... FILE: components/core/testing/mock-ng-zone.ts class MockNgZone (line 19) | class MockNgZone extends NgZone { method constructor (line 22) | constructor() { method run (line 26) | override run(fn: () => NzSafeAny): NzSafeAny { method runOutsideAngular (line 30) | override runOutsideAngular(fn: () => NzSafeAny): NzSafeAny { method simulateZoneExit (line 34) | simulateZoneExit(): void { FILE: components/core/testing/type-in-element.ts function typeInElement (line 15) | function typeInElement(value: string, element: HTMLInputElement | HTMLTe... FILE: components/core/testing/zoneless-helpers.ts function sleep (line 8) | function sleep(ms: number): Promise { function updateNonSignalsInput (line 12) | async function updateNonSignalsInput(fixture: ComponentFixture, ms... FILE: components/core/time/candy-date.ts type CandyDateMode (line 39) | type CandyDateMode = 'decade' | 'year' | 'quarter' | 'month' | 'day' | '... type NormalizedMode (line 40) | type NormalizedMode = 'decade' | 'year' | 'month'; type WeekDayIndex (line 41) | type WeekDayIndex = 0 | 1 | 2 | 3 | 4 | 5 | 6; type CandyDateType (line 42) | type CandyDateType = CandyDate | Date | null; type SingleValue (line 43) | type SingleValue = CandyDate | null; type CompatibleValue (line 44) | type CompatibleValue = SingleValue | SingleValue[]; function wrongSortOrder (line 46) | function wrongSortOrder(rangeValue: SingleValue[]): boolean { function normalizeRangeValue (line 51) | function normalizeRangeValue( function cloneDate (line 81) | function cloneDate(value: CompatibleValue): CompatibleValue { class CandyDate (line 95) | class CandyDate implements IndexableObject { method constructor (line 99) | constructor(date?: Date | string | number) { method calendarStart (line 114) | calendarStart(options?: { weekStartsOn: WeekDayIndex | undefined }): C... method getYear (line 122) | getYear(): number { method getMonth (line 126) | getMonth(): number { method getDay (line 130) | getDay(): number { method getTime (line 134) | getTime(): number { method getDate (line 138) | getDate(): number { method getHours (line 142) | getHours(): number { method getMinutes (line 146) | getMinutes(): number { method getSeconds (line 150) | getSeconds(): number { method getMilliseconds (line 154) | getMilliseconds(): number { method clone (line 162) | clone(): CandyDate { method setHms (line 166) | setHms(hour: number, minute: number, second: number): CandyDate { method setYear (line 171) | setYear(year: number): CandyDate { method addYears (line 175) | addYears(amount: number): CandyDate { method setMonth (line 181) | setMonth(month: number): CandyDate { method addMonths (line 185) | addMonths(amount: number): CandyDate { method setDay (line 189) | setDay(day: number, options?: { weekStartsOn: WeekDayIndex }): CandyDa... method setDate (line 193) | setDate(amount: number): CandyDate { method getQuarter (line 199) | getQuarter(): number { method setQuarter (line 203) | setQuarter(quarter: number): CandyDate { method addDays (line 207) | addDays(amount: number): CandyDate { method add (line 211) | add(amount: number, mode: NormalizedMode): CandyDate { method isSame (line 224) | isSame(date: CandyDateType, grain: CandyDateMode = 'day'): boolean { method isSameYear (line 258) | isSameYear(date: CandyDateType): boolean { method isSameQuarter (line 261) | isSameQuarter(date: CandyDateType): boolean { method isSameMonth (line 265) | isSameMonth(date: CandyDateType): boolean { method isSameDay (line 269) | isSameDay(date: CandyDateType): boolean { method isSameHour (line 273) | isSameHour(date: CandyDateType): boolean { method isSameMinute (line 277) | isSameMinute(date: CandyDateType): boolean { method isSameSecond (line 281) | isSameSecond(date: CandyDateType): boolean { method isBefore (line 285) | isBefore(date: CandyDateType, grain: CandyDateMode = 'day'): boolean { method isBeforeYear (line 319) | isBeforeYear(date: CandyDateType): boolean { method isBeforeQuarter (line 323) | isBeforeQuarter(date: CandyDateType): boolean { method isBeforeMonth (line 327) | isBeforeMonth(date: CandyDateType): boolean { method isBeforeDay (line 331) | isBeforeDay(date: CandyDateType): boolean { method isToday (line 336) | isToday(): boolean { method isValid (line 340) | isValid(): boolean { method isFirstDayOfMonth (line 344) | isFirstDayOfMonth(): boolean { method isLastDayOfMonth (line 348) | isLastDayOfMonth(): boolean { method toNativeDate (line 352) | private toNativeDate(date: NzSafeAny): Date { FILE: components/core/time/time-parser.ts type TimeResult (line 11) | interface TimeResult { class NgTimeParser (line 18) | class NgTimeParser { method constructor (line 29) | constructor( method toDate (line 36) | toDate(str: string): Date { method getTimeResult (line 59) | getTimeResult(str: string): TimeResult | null { method genRegexp (line 89) | genRegexp(): void { FILE: components/core/trans-button/nz-trans-button.directive.ts class NzTransButtonDirective (line 17) | class NzTransButtonDirective {} FILE: components/core/trans-button/nz-trans-button.module.ts class NzTransButtonModule (line 14) | class NzTransButtonModule {} FILE: components/core/transition-patch/transition-patch.directive.ts class NzTransitionPatchDirective (line 19) | class NzTransitionPatchDirective implements AfterViewInit, OnChanges { method setHiddenAttribute (line 23) | setHiddenAttribute(): void { method constructor (line 35) | constructor() { method ngOnChanges (line 39) | ngOnChanges(): void { method ngAfterViewInit (line 43) | ngAfterViewInit(): void { FILE: components/core/transition-patch/transition-patch.module.ts class NzTransitionPatchModule (line 14) | class NzTransitionPatchModule {} FILE: components/core/transition-patch/transition-patch.spec.ts class TestTransitionPatchComponent (line 60) | class TestTransitionPatchComponent {} class TestTransitionPatchHiddenComponent (line 66) | class TestTransitionPatchHiddenComponent {} class TestTransitionPatchRestoreComponent (line 72) | class TestTransitionPatchRestoreComponent {} class TestTransitionPatchHiddenBindingComponent (line 78) | class TestTransitionPatchHiddenBindingComponent { FILE: components/core/tree/nz-tree-base-node.ts type NzTreeNodeKey (line 11) | type NzTreeNodeKey = string | number; type FlattenNode (line 13) | interface FlattenNode { type NzTreeNodeOptions (line 22) | interface NzTreeNodeOptions { class NzTreeNode (line 38) | class NzTreeNode { method treeService (line 66) | get treeService(): NzTreeBaseService | null { method constructor (line 77) | constructor( method title (line 145) | get title(): string { method title (line 149) | set title(value: string) { method icon (line 154) | get icon(): string { method icon (line 158) | set icon(value: string) { method children (line 163) | get children(): NzTreeNode[] { method children (line 167) | set children(value: NzTreeNode[]) { method isLeaf (line 172) | get isLeaf(): boolean { method isLeaf (line 176) | set isLeaf(value: boolean) { method isChecked (line 181) | get isChecked(): boolean { method isChecked (line 185) | set isChecked(value: boolean) { method isHalfChecked (line 191) | get isHalfChecked(): boolean { method isHalfChecked (line 195) | set isHalfChecked(value: boolean) { method isSelectable (line 200) | get isSelectable(): boolean { method isSelectable (line 204) | set isSelectable(value: boolean) { method isDisabled (line 209) | get isDisabled(): boolean { method isDisabled (line 213) | set isDisabled(value: boolean) { method isDisableCheckbox (line 218) | get isDisableCheckbox(): boolean { method isDisableCheckbox (line 222) | set isDisableCheckbox(value: boolean) { method isExpanded (line 227) | get isExpanded(): boolean { method isExpanded (line 231) | set isExpanded(value: boolean) { method isSelected (line 238) | get isSelected(): boolean { method isSelected (line 242) | set isSelected(value: boolean) { method isLoading (line 248) | get isLoading(): boolean { method isLoading (line 252) | set isLoading(value: boolean) { method setSyncChecked (line 257) | public setSyncChecked(checked: boolean = false, halfChecked: boolean =... method setChecked (line 264) | public setChecked(checked: boolean = false, halfChecked: boolean = fal... method setExpanded (line 270) | public setExpanded(value: boolean): void { method getParentNode (line 276) | public getParentNode(): NzTreeNode | null { method getChildren (line 280) | public getChildren(): NzTreeNode[] { method addChildren (line 287) | public addChildren(children: NzSafeAny[], childPos: number = -1): void { method clearChildren (line 322) | public clearChildren(): void { method remove (line 330) | public remove(): void { method afterValueChange (line 340) | public afterValueChange(key: string): void { method update (line 372) | public update(): void { FILE: components/core/tree/nz-tree-base-util.ts function isCheckDisabled (line 10) | function isCheckDisabled(node: NzTreeNode): boolean { function isInArray (line 15) | function isInArray(needle: NzSafeAny, haystack: NzSafeAny[]): boolean { function getPosition (line 19) | function getPosition(level: string | number, index: number): string { function getKey (line 23) | function getKey(key: NzTreeNodeKey, pos: string): NzTreeNodeKey { function flattenTreeData (line 37) | function flattenTreeData( FILE: components/core/tree/nz-tree-base.definitions.ts type NzFormatEmitEvent (line 8) | interface NzFormatEmitEvent { type NzFormatBeforeDropEvent (line 20) | interface NzFormatBeforeDropEvent { type NzTreeNodeBaseComponent (line 26) | interface NzTreeNodeBaseComponent { FILE: components/core/tree/nz-tree-base.service.ts class NzTreeBaseService (line 16) | class NzTreeBaseService { method initTree (line 38) | initTree(nzNodes: NzTreeNode[]): void { method flattenTreeData (line 47) | flattenTreeData(nzNodes: NzTreeNode[], expandedKeys: NzTreeNodeKey[] |... method getSelectedNode (line 51) | getSelectedNode(): NzTreeNode | null { method getSelectedNodeList (line 58) | getSelectedNodeList(): NzTreeNode[] { method getCheckedNodeKeys (line 65) | getCheckedNodeKeys(): NzTreeNodeKey[] { method getCheckedNodeList (line 85) | getCheckedNodeList(): NzTreeNode[] { method getHalfCheckedNodeList (line 89) | getHalfCheckedNodeList(): NzTreeNode[] { method getExpandedNodeList (line 96) | getExpandedNodeList(): NzTreeNode[] { method getMatchedNodeList (line 103) | getMatchedNodeList(): NzTreeNode[] { method isArrayOfNzTreeNode (line 107) | isArrayOfNzTreeNode(value: NzSafeAny[]): boolean { method setSelectedNode (line 114) | setSelectedNode(node: NzTreeNode): void { method setNodeActive (line 121) | setNodeActive(node: NzTreeNode): void { method setSelectedNodeList (line 138) | setSelectedNodeList(node: NzTreeNode, isMultiple: boolean = false): vo... method setHalfCheckedNodeList (line 157) | setHalfCheckedNodeList(node: NzTreeNode): void { method setCheckedNodeList (line 166) | setCheckedNodeList(node: NzTreeNode): void { method conductNodeState (line 178) | conductNodeState(type: string = 'check'): NzTreeNode[] { method setExpandedNodeList (line 221) | setExpandedNodeList(node: NzTreeNode): void { method setMatchedNodeList (line 233) | setMatchedNodeList(node: NzTreeNode): void { method refreshCheckState (line 247) | refreshCheckState(isCheckStrictly: boolean = false): void { method conduct (line 257) | conduct(node: NzTreeNode, isCheckStrictly: boolean = false): void { method conductUp (line 270) | conductUp(node: NzTreeNode): void { method conductDown (line 294) | conductDown(node: NzTreeNode, value: boolean): void { method afterRemove (line 309) | afterRemove(nodes: NzTreeNode[]): void { method refreshDragNode (line 333) | refreshDragNode(node: NzTreeNode): void { method resetNodeLevel (line 345) | resetNodeLevel(node: NzTreeNode): void { method calcDropPosition (line 357) | calcDropPosition(event: DragEvent): number { method dropAndApply (line 376) | dropAndApply(targetNode: NzTreeNode, dragPos: number = -1): void { method formatEvent (line 429) | formatEvent(eventName: string, node: NzTreeNode | null, event: MouseEv... method getIndexOfArray (line 474) | getIndexOfArray(list: NzTreeNode[], key: string): number { method conductCheck (line 485) | conductCheck(keys: NzTreeNodeKey[] | null, checkStrictly: boolean): vo... method conductExpandedKeys (line 511) | conductExpandedKeys(keys: NzTreeNodeKey[] | true = []): void { method conductSelectedKeys (line 528) | conductSelectedKeys(keys: NzTreeNodeKey[], isMulti: boolean): void { method expandNodeAllParentBySearch (line 557) | expandNodeAllParentBySearch(node: NzTreeNode): void { FILE: components/core/tree/nz-tree-base.ts class NzTreeBase (line 11) | class NzTreeBase { method constructor (line 12) | constructor(public nzTreeService: NzTreeBaseService) {} method coerceTreeNodes (line 17) | coerceTreeNodes(value: NzSafeAny[]): NzTreeNode[] { method getTreeNodes (line 34) | getTreeNodes(): NzTreeNode[] { method getTreeNodeByKey (line 41) | getTreeNodeByKey(key: string): NzTreeNode | null { method getCheckedNodeList (line 59) | getCheckedNodeList(): NzTreeNode[] { method getSelectedNodeList (line 66) | getSelectedNodeList(): NzTreeNode[] { method getHalfCheckedNodeList (line 73) | getHalfCheckedNodeList(): NzTreeNode[] { method getExpandedNodeList (line 80) | getExpandedNodeList(): NzTreeNode[] { method getMatchedNodeList (line 87) | getMatchedNodeList(): NzTreeNode[] { FILE: components/core/types/any.ts type NzSafeAny (line 7) | type NzSafeAny = any; FILE: components/core/types/common-wrap.ts type FunctionProp (line 9) | type FunctionProp = (...args: NzSafeAny[]) => T; FILE: components/core/types/compare-with.ts type CompareWith (line 8) | type CompareWith = (o1: NzSafeAny, o2: NzSafeAny) => boolean; FILE: components/core/types/control-value-accessor.ts type OnTouchedType (line 8) | type OnTouchedType = () => NzSafeAny; type OnChangeType (line 9) | type OnChangeType = (value: NzSafeAny) => void; FILE: components/core/types/convert-input.ts type BooleanInput (line 6) | type BooleanInput = boolean | string | undefined | null; type NumberInput (line 7) | type NumberInput = number | string | undefined | null; FILE: components/core/types/direction.ts type NzDirectionVHType (line 6) | type NzDirectionVHType = 'vertical' | 'horizontal'; type NzFourDirectionType (line 7) | type NzFourDirectionType = 'top' | 'bottom' | 'left' | 'right'; type NzPlacement (line 8) | type NzPlacement = 'bottomLeft' | 'bottomRight' | 'topLeft' | 'topRight'; FILE: components/core/types/indexable.ts type IndexableObject (line 8) | interface IndexableObject { FILE: components/core/types/input-observable.ts type InputObservable (line 9) | interface InputObservable { FILE: components/core/types/ng-class.ts type NgClassType (line 8) | type NgClassType = string | string[] | NgClassInterface; type NgClassInterface (line 10) | interface NgClassInterface { type NgStyleInterface (line 14) | interface NgStyleInterface { FILE: components/core/types/shape.ts type NzShapeSCType (line 6) | type NzShapeSCType = 'square' | 'circle'; FILE: components/core/types/size.ts type NzSizeLDSType (line 7) | type NzSizeLDSType = 'large' | 'default' | 'small'; type NzSizeLMSType (line 8) | type NzSizeLMSType = 'large' | 'middle' | 'small'; type NzSizeMDSType (line 9) | type NzSizeMDSType = 'middle' | 'default' | 'small'; type NzSizeDSType (line 10) | type NzSizeDSType = 'default' | 'small'; FILE: components/core/types/status.ts type NzStatus (line 6) | type NzStatus = '' | 'error' | 'warning'; type NzValidateStatus (line 7) | type NzValidateStatus = '' | 'success' | 'warning' | 'error' | 'validati... FILE: components/core/types/template.ts type NzTSType (line 11) | type NzTSType = string | TemplateRef; FILE: components/core/types/variant.ts type NzVariant (line 6) | type NzVariant = 'outlined' | 'filled' | 'borderless' | 'underlined'; FILE: components/core/util/array.ts function toArray (line 6) | function toArray(value: T | T[]): T[] { function arraysEqual (line 18) | function arraysEqual(array1: T[], array2: T[]): boolean { function shallowCopyArray (line 32) | function shallowCopyArray(source: T[]): T[] { FILE: components/core/util/can-use-dom.ts function canUseDom (line 9) | function canUseDom(): boolean { FILE: components/core/util/check.ts function isNotNil (line 10) | function isNotNil(value: T): value is NonNullable { function isNil (line 14) | function isNil(value: unknown): value is null | undefined { function shallowEqual (line 21) | function shallowEqual(objA?: IndexableObject, objB?: IndexableObject): b... function isNonEmptyString (line 53) | function isNonEmptyString(value: NzSafeAny): boolean { function isTemplateRef (line 57) | function isTemplateRef(value: TemplateRef | NzSafeAny): value is T... FILE: components/core/util/class-name.ts function generateClassName (line 6) | function generateClassName(prefix: string, suffix: string): string { function getClassListFromValue (line 10) | function getClassListFromValue(value: string | string[]): string[] | null { FILE: components/core/util/convert.ts function toBoolean (line 12) | function toBoolean(value: unknown): boolean { function numberAttributeWithZeroFallback (line 16) | function numberAttributeWithZeroFallback(value: unknown): number { function numberAttributeWithOneFallback (line 20) | function numberAttributeWithOneFallback(value: unknown): number { function numberAttributeWithInfinityFallback (line 24) | function numberAttributeWithInfinityFallback(value: unknown): number { function toNumber (line 30) | function toNumber(value: number | string, fallbackValue: number = 0): nu... function toCssPixel (line 34) | function toCssPixel(value: number | string): string { function toCssPixelNumber (line 38) | function toCssPixelNumber(value: number | string): number { function valueFunctionProp (line 47) | function valueFunctionProp(prop: FunctionProp | T, ...args: NzSafe... function propDecoratorFactory (line 51) | function propDecoratorFactory( function InputBoolean (line 107) | function InputBoolean(): NzSafeAny { function InputCssPixel (line 114) | function InputCssPixel(): NzSafeAny { function InputNumber (line 121) | function InputNumber(fallbackValue?: NzSafeAny): NzSafeAny { FILE: components/core/util/dom.ts function silentEvent (line 16) | function silentEvent(e: Event): void { function getElementOffset (line 21) | function getElementOffset(elem: HTMLElement): { top: number; left: numbe... function isTouchEvent (line 37) | function isTouchEvent(event: MouseEvent | TouchEvent): event is TouchEve... function getEventPosition (line 41) | function getEventPosition(event: MouseEvent | TouchEvent): MouseEvent | ... type MouseTouchObserverConfig (line 45) | interface MouseTouchObserverConfig { FILE: components/core/util/dynamic-css.ts constant MARK_KEY (line 13) | const MARK_KEY = `rc-util-key` as NzSafeAny; function getMark (line 15) | function getMark({ mark }: Options = {}): string { type Options (line 22) | interface Options { function getContainer (line 29) | function getContainer(option: Options): HTMLElement | Element { function injectCSS (line 38) | function injectCSS(css: string, options: Options = {}): HTMLStyleElement... function findExistNode (line 67) | function findExistNode(key: string, option: Options = {}): HTMLStyleElem... function removeCSS (line 75) | function removeCSS(key: string, option: Options = {}): void { function updateCSS (line 81) | function updateCSS(css: string, key: string, options: Options = {}): HTM... FILE: components/core/util/encode-entities.ts constant SURROGATE_PAIR_REGEXP (line 6) | const SURROGATE_PAIR_REGEXP = /[\uD800-\uDBFF][\uDC00-\uDFFF]/g; constant NON_ALPHANUMERIC_REGEXP (line 8) | const NON_ALPHANUMERIC_REGEXP = /([^#-~ |!])/g; function encodeEntities (line 15) | function encodeEntities(value: string): string { FILE: components/core/util/ensure-in-bounds.ts function ensureInBounds (line 6) | function ensureInBounds(value: number, boundValue: number): number { FILE: components/core/util/focus.ts type InputFocusOptions (line 6) | interface InputFocusOptions extends FocusOptions { function triggerFocus (line 10) | function triggerFocus(element: HTMLInputElement | HTMLTextAreaElement, o... FILE: components/core/util/from-event-outside-angular.spec.ts class TestComponent (line 15) | @Component({ method constructor (line 21) | constructor() { FILE: components/core/util/from-event-outside-angular.ts function runOutsideAngular (line 14) | function runOutsideAngular(fn: () => T): T { function fromEventOutsideAngular (line 27) | function fromEventOutsideAngular( FILE: components/core/util/getMentions.ts function getRegExp (line 6) | function getRegExp(prefix: string | string[]): RegExp { function getMentions (line 17) | function getMentions(value: string, prefix: string | string[] = '@'): st... FILE: components/core/util/is-promise.ts function isPromise (line 8) | function isPromise(obj: NzSafeAny): obj is Promise { FILE: components/core/util/measure-scrollbar.ts function measureScrollbar (line 17) | function measureScrollbar(direction: 'vertical' | 'horizontal' = 'vertic... FILE: components/core/util/number.ts function getPercent (line 8) | function getPercent(min: number, max: number, value: number): number { function getPrecision (line 12) | function getPrecision(num: number): number { function ensureNumberInRange (line 18) | function ensureNumberInRange(num: number, min: number, max: number): num... function isNumberFinite (line 28) | function isNumberFinite(value: NzSafeAny): boolean { function toDecimal (line 32) | function toDecimal(value: number, decimal: number): number { function sum (line 36) | function sum(input: number[], initial: number = 0): number { FILE: components/core/util/observable.ts function wrapIntoObservable (line 10) | function wrapIntoObservable(value: T | Promise | Observable): O... FILE: components/core/util/scroll-into-view-if-needed.ts function scrollIntoView (line 8) | function scrollIntoView(node: HTMLElement): void { FILE: components/core/util/status-util.ts function getStatusClassNames (line 8) | function getStatusClassNames( FILE: components/core/util/string.ts function padStart (line 9) | function padStart(toPad: string, length: number, element: string): string { function padEnd (line 18) | function padEnd(toPad: string, length: number, element: string): string { function getRepeatedElement (line 23) | function getRepeatedElement(length: number, element: string): string { FILE: components/core/util/style.ts function isStyleSupport (line 8) | function isStyleSupport(styleName: string | string[]): boolean { function getStyleAsText (line 18) | function getStyleAsText(styles?: NgStyleInterface): string { FILE: components/core/util/text-measure.ts type MeasureResult (line 8) | interface MeasureResult { constant ELEMENT_NODE (line 14) | const ELEMENT_NODE = 1; constant TEXT_NODE (line 15) | const TEXT_NODE = 3; constant COMMENT_NODE (line 16) | const COMMENT_NODE = 8; function pxToNumber (line 27) | function pxToNumber(value: string | null): number { function styleToObject (line 37) | function styleToObject(style: CSSStyleDeclaration): Record { FILE: components/core/util/variant-utils.ts function getVariantClassNames (line 8) | function getVariantClassNames(prefixCls: string, variant?: NzVariant, bo... FILE: components/core/wave/nz-wave-renderer.ts class NzWaveRenderer (line 9) | class NzWaveRenderer { method waveAttributeName (line 15) | get waveAttributeName(): string { method constructor (line 19) | constructor( method bindTriggerEvent (line 43) | bindTriggerEvent(): void { method removeTriggerEvent (line 54) | removeTriggerEvent(): void { method removeStyleAndExtraNode (line 60) | removeStyleAndExtraNode(): void { method destroy (line 70) | destroy(): void { method fadeOutWave (line 75) | private fadeOutWave(): void { method isValidColor (line 114) | private isValidColor(color: string): boolean { method isNotGrey (line 125) | private isNotGrey(color: string): boolean { method getWaveColor (line 133) | private getWaveColor(node: HTMLElement): string { method runTimeoutOutsideZone (line 142) | private runTimeoutOutsideZone(fn: () => void, delay: number): void { FILE: components/core/wave/nz-wave.directive.ts type NzWaveConfig (line 24) | interface NzWaveConfig { constant NZ_WAVE_GLOBAL_DEFAULT_CONFIG (line 28) | const NZ_WAVE_GLOBAL_DEFAULT_CONFIG: NzWaveConfig = { constant NZ_WAVE_GLOBAL_CONFIG (line 32) | const NZ_WAVE_GLOBAL_CONFIG = new InjectionToken( function provideNzWave (line 36) | function provideNzWave(config: NzWaveConfig): EnvironmentProviders { class NzWaveDirective (line 44) | class NzWaveDirective implements OnInit, OnDestroy { method disabled (line 50) | get disabled(): boolean { method rendererRef (line 54) | get rendererRef(): NzWaveRenderer | undefined { method constructor (line 65) | constructor() { method isConfigDisabled (line 69) | isConfigDisabled(): boolean { method ngOnDestroy (line 80) | ngOnDestroy(): void { method ngOnInit (line 86) | ngOnInit(): void { method renderWaveIfEnabled (line 90) | renderWaveIfEnabled(): void { method disable (line 102) | disable(): void { method enable (line 110) | enable(): void { FILE: components/core/wave/nz-wave.module.ts class NzWaveModule (line 15) | class NzWaveModule {} FILE: components/core/wave/nz-wave.spec.ts constant WAVE_ATTRIBUTE_NAME (line 15) | const WAVE_ATTRIBUTE_NAME = 'ant-click-animating-without-extra-node'; constant WAVE_ATTRIBUTE_NAME_EXTRA_NODE (line 16) | const WAVE_ATTRIBUTE_NAME_EXTRA_NODE = 'ant-click-animating'; constant EXTRA_NODE_CLASS_NAME (line 17) | const EXTRA_NODE_CLASS_NAME = '.ant-click-animating-node'; class WaveContainerWithButtonComponent (line 250) | @Component({ class WaveContainerWithExtraNodeComponent (line 277) | @Component({ FILE: components/cron-expression/cron-expression-input.component.ts class NzCronExpressionInputComponent (line 41) | class NzCronExpressionInputComponent { method focusInputEffect (line 49) | focusInputEffect(event: FocusEvent): void { method blurInputEffect (line 54) | blurInputEffect(): void { method setValue (line 58) | setValue(): void { FILE: components/cron-expression/cron-expression-label.component.ts class NzCronExpressionLabelComponent (line 25) | class NzCronExpressionLabelComponent { FILE: components/cron-expression/cron-expression-preview.component.ts class NzCronExpressionPreviewComponent (line 65) | class NzCronExpressionPreviewComponent { method setExpand (line 75) | setExpand(): void { FILE: components/cron-expression/cron-expression.component.ts function labelsOfType (line 48) | function labelsOfType(type: NzCronExpressionType): TimeType[] { class NzCronExpressionComponent (line 130) | class NzCronExpressionComponent implements OnInit, OnChanges, ControlVal... method convertFormat (line 157) | convertFormat(value: string): void { method writeValue (line 166) | writeValue(value: string | null): void { method registerOnChange (line 172) | registerOnChange(fn: NzSafeAny): void { method registerOnTouched (line 176) | registerOnTouched(fn: NzSafeAny): void { method validate (line 180) | validate(): Observable { method setDisabledState (line 188) | setDisabledState(isDisabled: boolean): void { method constructor (line 194) | constructor() { method ngOnInit (line 208) | ngOnInit(): void { method ngOnChanges (line 223) | ngOnChanges(changes: SimpleChanges): void { method cronFormType (line 232) | cronFormType(): void { method previewDate (line 240) | previewDate(value: Cron): void { method loadMorePreview (line 255) | loadMorePreview(): void { method focusEffect (line 267) | focusEffect(value: TimeType): void { method blurEffect (line 273) | blurEffect(): void { method getValue (line 279) | getValue(item: CronChangeType): void { FILE: components/cron-expression/cron-expression.module.ts class NzCronExpressionModule (line 22) | class NzCronExpressionModule {} FILE: components/cron-expression/cron-expression.spec.ts class NzTestCronExpressionComponent (line 154) | class NzTestCronExpressionComponent { class NzTestCronExpressionTypeComponent (line 165) | class NzTestCronExpressionTypeComponent { class NzTestCronExpressionFormComponent (line 173) | class NzTestCronExpressionFormComponent { method disable (line 176) | disable(): void { FILE: components/cron-expression/demo/basic.ts class NzDemoCronExpressionBasicComponent (line 15) | class NzDemoCronExpressionBasicComponent {} FILE: components/cron-expression/demo/borderless.ts class NzDemoCronExpressionBorderlessComponent (line 10) | class NzDemoCronExpressionBorderlessComponent {} FILE: components/cron-expression/demo/collapse.ts class NzDemoCronExpressionCollapseComponent (line 10) | class NzDemoCronExpressionCollapseComponent {} FILE: components/cron-expression/demo/semantic.ts class NzDemoCronExpressionSemanticComponent (line 17) | class NzDemoCronExpressionSemanticComponent { method getValue (line 21) | getValue(value: string): void { FILE: components/cron-expression/demo/shortcuts.ts class NzDemoCronExpressionShortcutsComponent (line 30) | class NzDemoCronExpressionShortcutsComponent { method setValue (line 48) | setValue(value: string): void { method getValue (line 52) | getValue(value: string): void { FILE: components/cron-expression/demo/size.ts class NzDemoCronExpressionSizeComponent (line 21) | class NzDemoCronExpressionSizeComponent {} FILE: components/cron-expression/demo/type.ts class NzDemoCronExpressionTypeComponent (line 20) | class NzDemoCronExpressionTypeComponent {} FILE: components/cron-expression/demo/use.ts class NzDemoCronExpressionUseComponent (line 40) | class NzDemoCronExpressionUseComponent { method submitForm (line 52) | submitForm(): void { FILE: components/cron-expression/typings.ts type TimeType (line 6) | type TimeType = keyof Cron; type Cron (line 8) | interface Cron { type CronValue (line 17) | type CronValue = '*' | `${number}` | `${number}-${number}` | `${number}/... type CronChangeType (line 19) | interface CronChangeType { type NzCronExpressionSize (line 24) | type NzCronExpressionSize = 'large' | 'default' | 'small'; type NzCronExpressionType (line 25) | type NzCronExpressionType = 'linux' | 'spring'; FILE: components/date-picker/calendar-footer.component.ts class CalendarFooterComponent (line 85) | class CalendarFooterComponent implements OnChanges { method ngOnChanges (line 105) | ngOnChanges(changes: SimpleChanges): void { method onClickToday (line 117) | onClickToday(): void { FILE: components/date-picker/date-picker.component.spec.ts function getPreBtn (line 1317) | function getPreBtn(): HTMLElement { function getNextBtn (line 1321) | function getNextBtn(): HTMLElement { function getSuperPreBtn (line 1325) | function getSuperPreBtn(): HTMLElement { function getSuperNextBtn (line 1329) | function getSuperNextBtn(): HTMLElement { function getPickerContainer (line 1377) | function getPickerContainer(): HTMLElement { function getSelectedDayCell (line 1381) | function getSelectedDayCell(): HTMLElement { function getFirstCell (line 1385) | function getFirstCell(): HTMLElement { function queryFromOverlay (line 1389) | function queryFromOverlay(selector: string): HTMLElement { function openPickerByClickTrigger (line 1393) | function openPickerByClickTrigger(): void { function openPickerByCode (line 1400) | function openPickerByCode(): void { function triggerInputBlur (line 1407) | function triggerInputBlur(): void { class NzTestDatePickerComponent (line 1646) | @Component({ method nzOnChange (line 1725) | nzOnChange(_: Date | null): void {} method nzOnCalendarChange (line 1727) | nzOnCalendarChange(_: Array): void {} method nzOnOpenChange (line 1729) | nzOnOpenChange(_: boolean): void {} method nzOnPanelChange (line 1748) | nzOnPanelChange(_: NzPanelChangeType): void {} method nzOnOk (line 1750) | nzOnOk(_: CompatibleDate | null): void {} class NzTestDatePickerStatusComponent (line 1766) | @Component({ class NzTestDatePickerInFormComponent (line 1774) | @Component({ class TestDatePickerFinalSizeComponent (line 1797) | class TestDatePickerFinalSizeComponent { class TestDatePickerFinalVariantComponent (line 1805) | class TestDatePickerFinalVariantComponent { FILE: components/date-picker/date-picker.component.ts constant POPUP_STYLE_PATCH (line 103) | const POPUP_STYLE_PATCH = { position: 'relative' }; constant NZ_CONFIG_MODULE_NAME (line 104) | const NZ_CONFIG_MODULE_NAME: NzConfigKey = 'datePicker'; type NzDatePickerSizeType (line 106) | type NzDatePickerSizeType = 'large' | 'default' | 'small'; class NzDatePickerComponent (line 282) | class NzDatePickerComponent implements OnInit, OnChanges, AfterViewInit,... method nzShowTime (line 349) | get nzShowTime(): SupportTimeOptions | boolean { method nzShowTime (line 353) | set nzShowTime(value: SupportTimeOptions | boolean) { method origin (line 366) | get origin(): ElementRef { method realOpenState (line 412) | get realOpenState(): boolean { method ngAfterViewInit (line 438) | ngAfterViewInit(): void { method updateInputWidthAndArrowLeft (line 473) | updateInputWidthAndArrowLeft(): void { method getInput (line 491) | getInput(partType?: RangePartType): HTMLInputElement | undefined { method focus (line 502) | focus(): void { method onFocus (line 509) | onFocus(event: FocusEvent, partType?: RangePartType): void { method onFocusout (line 518) | onFocusout(event: FocusEvent): void { method open (line 528) | open(): void { method close (line 541) | close(): void { method showClear (line 551) | get showClear(): boolean { method checkAndClose (line 555) | checkAndClose(): void { method onClickInputBox (line 575) | onClickInputBox(event: MouseEvent): void { method onOverlayKeydown (line 583) | onOverlayKeydown(event: KeyboardEvent): void { method onPositionChange (line 589) | onPositionChange(position: ConnectedOverlayPositionChange): void { method onClickClear (line 593) | onClickClear(event: MouseEvent): void { method updateInputValue (line 601) | updateInputValue(): void { method formatValue (line 611) | formatValue(value: CandyDate): string { method onInputChange (line 615) | onInputChange(value: string, isEnter: boolean = false): void { method onKeyupEnter (line 636) | onKeyupEnter(event: Event): void { method checkValidDate (line 640) | private checkValidDate(value: string): CandyDate | null { method getPlaceholder (line 650) | getPlaceholder(partType?: RangePartType): string { method isEmptyValue (line 656) | isEmptyValue(value: CompatibleValue): boolean { method isOpenHandledByUser (line 667) | isOpenHandledByUser(): boolean { method ngOnInit (line 678) | ngOnInit(): void { method ngOnChanges (line 755) | ngOnChanges({ method setModeAndFormat (line 813) | setModeAndFormat(): void { method onOpenChange (line 842) | onOpenChange(open: boolean): void { method writeValue (line 854) | writeValue(value: CompatibleDate): void { method registerOnChange (line 859) | registerOnChange(fn: OnChangeType): void { method registerOnTouched (line 863) | registerOnTouched(fn: OnTouchedType): void { method setDisabledState (line 867) | setDisabledState(isDisabled: boolean): void { method setLocale (line 878) | private setLocale(): void { method setDefaultPlaceHolder (line 884) | private setDefaultPlaceHolder(): void { method getPropertyOfLocale (line 908) | private getPropertyOfLocale): void { FILE: components/date-picker/demo/variant.ts class NzDemoDatePickerVariantComponent (line 23) | class NzDemoDatePickerVariantComponent {} FILE: components/date-picker/demo/week-number.ts class NzDemoDatePickerWeekNumberComponent (line 28) | class NzDemoDatePickerWeekNumberComponent { FILE: components/date-picker/inner-popup.component.ts class InnerPopupComponent (line 186) | class InnerPopupComponent implements OnChanges { method enablePrevNext (line 218) | enablePrevNext(direction: 'prev' | 'next', panelMode: NzDateMode): boo... method onLeave (line 226) | onLeave(): void { method onSelectTime (line 230) | onSelectTime(date: Date): void { method onSelectDate (line 235) | onSelectDate(date: CandyDate | Date): void { method onChooseMonth (line 247) | onChooseMonth(value: CandyDate): void { method onChooseQuarter (line 258) | onChooseQuarter(value: CandyDate): void { method onChooseYear (line 264) | onChooseYear(value: CandyDate): void { method onChooseDecade (line 275) | onChooseDecade(value: CandyDate): void { method ngOnChanges (line 286) | ngOnChanges(changes: SimpleChanges): void { FILE: components/date-picker/month-picker.component.spec.ts function getSuperPreBtn (line 368) | function getSuperPreBtn(): HTMLElement { function getSuperNextBtn (line 372) | function getSuperNextBtn(): HTMLElement { function getPickerContainer (line 376) | function getPickerContainer(): HTMLElement { function getSelectedMonthCell (line 380) | function getSelectedMonthCell(): HTMLElement { function getFirstMonthCell (line 384) | function getFirstMonthCell(): HTMLElement { function queryFromOverlay (line 390) | function queryFromOverlay(selector: string): HTMLElement { function openPickerByClickTrigger (line 394) | function openPickerByClickTrigger(): void { class NzTestMonthPickerComponent (line 402) | @Component({ method nzOnOpenChange (line 451) | nzOnOpenChange(_: boolean): void {} method nzOnChange (line 453) | nzOnChange(_: Date | null): void {} FILE: components/date-picker/month-picker.component.ts class NzMonthPickerComponent (line 14) | class NzMonthPickerComponent { method constructor (line 17) | constructor() { FILE: components/date-picker/quarter-picker.component.spec.ts function queryFromRightPanel (line 199) | function queryFromRightPanel(selector: string): HTMLElement { function getFirstCell (line 205) | function getFirstCell(partial: 'left' | 'right'): HTMLElement { function queryFromOverlay (line 212) | function queryFromOverlay(selector: string): HTMLElement { function openPickerByClickTrigger (line 216) | function openPickerByClickTrigger(): void { function getPickerContainer (line 223) | function getPickerContainer(): HTMLElement { function getSuperPreBtn (line 227) | function getSuperPreBtn(): HTMLElement { function getSuperNextBtn (line 231) | function getSuperNextBtn(): HTMLElement { class NzTestQuarterPickerComponent (line 261) | class NzTestQuarterPickerComponent { FILE: components/date-picker/quarter-picker.component.ts class NzQuarterPickerComponent (line 14) | class NzQuarterPickerComponent { method constructor (line 17) | constructor() { FILE: components/date-picker/range-picker.component.spec.ts function getCssIndex (line 1151) | function getCssIndex(part: RangePartType): string { function getPickerContainer (line 1155) | function getPickerContainer(): HTMLElement { function getFirstSelectedDayCell (line 1159) | function getFirstSelectedDayCell(): HTMLElement { function getRegularPickerInput (line 1165) | function getRegularPickerInput(fixtureDebugElement: DebugElement): HTMLI... function getPreBtn (line 1169) | function getPreBtn(part: RangePartType): HTMLElement { function getNextBtn (line 1173) | function getNextBtn(part: RangePartType): HTMLElement { function getSuperPreBtn (line 1177) | function getSuperPreBtn(part: RangePartType): HTMLElement { function getSuperNextBtn (line 1181) | function getSuperNextBtn(part: RangePartType): HTMLElement { function getHeaderYearBtn (line 1185) | function getHeaderYearBtn(part: RangePartType): HTMLElement { function getHeaderMonthBtn (line 1189) | function getHeaderMonthBtn(): HTMLElement { function getFirstCell (line 1193) | function getFirstCell(partial: 'left' | 'right'): HTMLElement { function queryFromOverlay (line 1198) | function queryFromOverlay(selector: string): HTMLElement { function queryFromRightPanel (line 1202) | function queryFromRightPanel(selector: string): HTMLElement { function openPickerByClickTrigger (line 1208) | function openPickerByClickTrigger(): void { function openRightPickerByClickTrigger (line 1219) | function openRightPickerByClickTrigger(): void { function triggerInputBlur (line 1230) | function triggerInputBlur(part: 'left' | 'right' = 'left'): void { class NzTestRangePickerComponent (line 1239) | @Component({ method nzOnOpenChange (line 1314) | nzOnOpenChange(_: boolean): void {} method modelValueChange (line 1318) | modelValueChange(_: Date[]): void {} method nzOnPanelChange (line 1333) | nzOnPanelChange(_: NzPanelChangeType): void {} method nzOnCalendarChange (line 1335) | nzOnCalendarChange(_: Array): void {} method nzOnOk (line 1337) | nzOnOk(_: CompatibleDate | null): void {} class NzTestRangePickerStatusComponent (line 1346) | @Component({ FILE: components/date-picker/range-picker.component.ts class NzRangePickerComponent (line 14) | class NzRangePickerComponent { method constructor (line 17) | constructor() { FILE: components/date-picker/standard-types.ts type DisabledDateFn (line 8) | type DisabledDateFn = (d: Date) => boolean; type DisabledTimePartial (line 10) | type DisabledTimePartial = 'start' | 'end'; type NzDateMode (line 12) | type NzDateMode = 'decade' | 'year' | 'quarter' | 'month' | 'week' | 'da... type RangePartType (line 14) | type RangePartType = 'left' | 'right'; type CompatibleDate (line 16) | type CompatibleDate = Date | Date[]; type DisabledTimeFn (line 18) | type DisabledTimeFn = (current: Date | Date[], partial?: DisabledTimePar... type NzPanelChangeType (line 20) | type NzPanelChangeType = type DisabledTimeConfig (line 27) | interface DisabledTimeConfig { type SupportTimeOptions (line 35) | interface SupportTimeOptions { type PresetRanges (line 53) | interface PresetRanges { FILE: components/date-picker/testing/util.ts constant ENTER_EVENT (line 11) | const ENTER_EVENT = new KeyboardEvent('keyup', { key: 'Enter' }); function getPickerAbstract (line 13) | function getPickerAbstract(debugElement: DebugElement):... function getPickerInput (line 17) | function getPickerInput(debugElement: DebugElement): HTMLInputElement { function getRangePickerRightInput (line 21) | function getRangePickerRightInput(debugElement: DebugElement): HTMLInput... function getPickerOkButton (line 25) | function getPickerOkButton(debugElement: DebugElement): HTMLElement { FILE: components/date-picker/util.ts constant PREFIX_CLASS (line 10) | const PREFIX_CLASS = 'ant-picker'; method nzDisabledHours (line 13) | nzDisabledHours(): number[] { method nzDisabledMinutes (line 16) | nzDisabledMinutes(): number[] { method nzDisabledSeconds (line 19) | nzDisabledSeconds(): number[] { function getTimeConfig (line 24) | function getTimeConfig(value: CandyDate, disabledTime?: DisabledTimeFn):... function isTimeValidByConfig (line 33) | function isTimeValidByConfig(value: CandyDate, disabledTimeConfig: Disab... function isTimeValid (line 55) | function isTimeValid(value: CandyDate, disabledTime: DisabledTimeFn): bo... function isAllowedDate (line 60) | function isAllowedDate(value: CandyDate, disabledDate?: DisabledDateFn, ... FILE: components/date-picker/week-picker.component.spec.ts function queryFromOverlay (line 92) | function queryFromOverlay(selector: string): HTMLElement { function openPickerByClickTrigger (line 96) | function openPickerByClickTrigger(): void { class NzTestWeekPickerComponent (line 117) | class NzTestWeekPickerComponent { FILE: components/date-picker/week-picker.component.ts class NzWeekPickerComponent (line 14) | class NzWeekPickerComponent { method constructor (line 17) | constructor() { FILE: components/date-picker/year-picker.component.spec.ts function getSuperPreBtn (line 316) | function getSuperPreBtn(): HTMLElement { function getSuperNextBtn (line 320) | function getSuperNextBtn(): HTMLElement { function getPickerContainer (line 324) | function getPickerContainer(): HTMLElement { function getSelectedYearCell (line 328) | function getSelectedYearCell(): HTMLElement { function getSecondYearCell (line 332) | function getSecondYearCell(): HTMLElement { function queryFromOverlay (line 338) | function queryFromOverlay(selector: string): HTMLElement { function openPickerByClickTrigger (line 342) | function openPickerByClickTrigger(): void { class NzTestYearPickerComponent (line 350) | @Component({ method nzOnOpenChange (line 400) | nzOnOpenChange(_: boolean): void {} method nzOnChange (line 402) | nzOnChange(_: Date | null): void {} FILE: components/date-picker/year-picker.component.ts class NzYearPickerComponent (line 14) | class NzYearPickerComponent { method constructor (line 17) | constructor() { FILE: components/descriptions/demo/basic.ts class NzDemoDescriptionsBasicComponent (line 20) | class NzDemoDescriptionsBasicComponent {} FILE: components/descriptions/demo/border.ts class NzDemoDescriptionsBorderComponent (line 41) | class NzDemoDescriptionsBorderComponent {} FILE: components/descriptions/demo/custom-size.ts class NzDemoDescriptionsCustomSizeComponent (line 56) | class NzDemoDescriptionsCustomSizeComponent { FILE: components/descriptions/demo/responsive.ts class NzDemoDescriptionsResponsiveComponent (line 37) | class NzDemoDescriptionsResponsiveComponent {} FILE: components/descriptions/demo/vertical-border.ts class NzDemoDescriptionsVerticalBorderComponent (line 41) | class NzDemoDescriptionsVerticalBorderComponent {} FILE: components/descriptions/demo/vertical.ts class NzDemoDescriptionsVerticalComponent (line 20) | class NzDemoDescriptionsVerticalComponent {} FILE: components/descriptions/descriptions-item.component.ts class NzDescriptionsItemComponent (line 30) | class NzDescriptionsItemComponent implements OnChanges, OnDestroy { method ngOnChanges (line 38) | ngOnChanges(): void { method ngOnDestroy (line 42) | ngOnDestroy(): void { FILE: components/descriptions/descriptions.component.ts constant NZ_CONFIG_MODULE_NAME (line 37) | const NZ_CONFIG_MODULE_NAME: NzConfigKey = 'descriptions'; class NzDescriptionsComponent (line 165) | class NzDescriptionsComponent implements OnChanges, AfterContentInit, On... method ngOnInit (line 189) | ngOnInit(): void { method ngOnChanges (line 196) | ngOnChanges(changes: SimpleChanges): void { method ngAfterContentInit (line 202) | ngAfterContentInit(): void { method prepareMatrix (line 220) | private prepareMatrix(): void { method getColumn (line 264) | private getColumn(): number { FILE: components/descriptions/descriptions.module.ts class NzDescriptionsModule (line 15) | class NzDescriptionsModule {} FILE: components/descriptions/descriptions.spec.ts class NzTestDescriptionsComponent (line 163) | class NzTestDescriptionsComponent { class NzTestDescriptionsRtlComponent (line 179) | class NzTestDescriptionsRtlComponent { FILE: components/descriptions/typings.ts type NzDescriptionsSize (line 8) | type NzDescriptionsSize = 'default' | 'middle' | 'small'; type NzDescriptionsLayout (line 10) | type NzDescriptionsLayout = 'horizontal' | 'vertical'; type NzDescriptionsItemRenderProps (line 12) | interface NzDescriptionsItemRenderProps { FILE: components/divider/demo/horizontal.ts class NzDemoDividerHorizontalComponent (line 39) | class NzDemoDividerHorizontalComponent {} FILE: components/divider/demo/orientation.ts class NzDemoDividerOrientationComponent (line 32) | class NzDemoDividerOrientationComponent {} FILE: components/divider/demo/plain.ts class NzDemoDividerPlainComponent (line 32) | class NzDemoDividerPlainComponent {} FILE: components/divider/demo/size.ts class NzDemoDividerSizeComponent (line 33) | class NzDemoDividerSizeComponent {} FILE: components/divider/demo/variant.ts class NzDemoDividerVariantComponent (line 38) | class NzDemoDividerVariantComponent {} FILE: components/divider/demo/vertical.ts class NzDemoDividerVerticalComponent (line 18) | class NzDemoDividerVerticalComponent {} FILE: components/divider/divider.component.ts class NzDividerComponent (line 46) | class NzDividerComponent { FILE: components/divider/divider.module.ts class NzDividerModule (line 14) | class NzDividerModule {} FILE: components/divider/divider.spec.ts class TestDividerComponent (line 142) | @Component({ class TestDividerTextTemplateComponent (line 156) | @Component({ FILE: components/drawer/demo/basic-right.ts class NzDemoDrawerBasicRightComponent (line 26) | class NzDemoDrawerBasicRightComponent { method open (line 29) | open(): void { method close (line 33) | close(): void { FILE: components/drawer/demo/extra.ts class NzDemoDrawerExtraComponent (line 35) | class NzDemoDrawerExtraComponent { method open (line 38) | open(): void { method close (line 42) | close(): void { FILE: components/drawer/demo/from-drawer.ts class NzDemoDrawerFromDrawerComponent (line 117) | class NzDemoDrawerFromDrawerComponent { method open (line 120) | open(): void { method close (line 124) | close(): void { FILE: components/drawer/demo/multi-level-drawer.ts class NzDemoDrawerMultiLevelDrawerComponent (line 57) | class NzDemoDrawerMultiLevelDrawerComponent { method open (line 63) | open(): void { method close (line 67) | close(): void { method openChildren (line 71) | openChildren(): void { method closeChildren (line 75) | closeChildren(): void { FILE: components/drawer/demo/placement.ts class NzDemoDrawerPlacementComponent (line 34) | class NzDemoDrawerPlacementComponent { method open (line 37) | open(): void { method close (line 41) | close(): void { FILE: components/drawer/demo/service.ts class NzDemoDrawerServiceComponent (line 30) | class NzDemoDrawerServiceComponent { method constructor (line 37) | constructor(private drawerService: NzDrawerService) {} method openTemplate (line 39) | openTemplate(): void { method openComponent (line 59) | openComponent(): void { class NzDrawerCustomComponent (line 97) | class NzDrawerCustomComponent { method constructor (line 101) | constructor(private drawerRef: NzDrawerRef) {} method close (line 103) | close(): void { FILE: components/drawer/demo/size.ts class NzDemoDrawerSizeComponent (line 36) | class NzDemoDrawerSizeComponent { method title (line 40) | get title(): string { method showDefault (line 44) | showDefault(): void { method showLarge (line 49) | showLarge(): void { method open (line 54) | open(): void { method close (line 58) | close(): void { FILE: components/drawer/demo/user-profile.ts class NzDemoDrawerUserProfileComponent (line 78) | class NzDemoDrawerUserProfileComponent { method open (line 90) | open(): void { method close (line 94) | close(): void { FILE: components/drawer/drawer-content.directive.ts class NzDrawerContentDirective (line 14) | class NzDrawerContentDirective { FILE: components/drawer/drawer-options.ts constant DRAWER_DEFAULT_SIZE (line 13) | const DRAWER_DEFAULT_SIZE = 378; constant DRAWER_LARGE_SIZE (line 14) | const DRAWER_LARGE_SIZE = 736; type NzDrawerPlacement (line 15) | type NzDrawerPlacement = 'left' | 'right' | 'top' | 'bottom'; type NzDrawerSize (line 16) | type NzDrawerSize = 'default' | 'large'; type NzDrawerOptionsOfComponent (line 18) | interface NzDrawerOptionsOfComponent { type NzDrawerOptions (line 45) | interface NzDrawerOptions extends NzDrawer... constant NZ_DRAWER_DATA (line 49) | const NZ_DRAWER_DATA = new InjectionToken( FILE: components/drawer/drawer.component.ts constant DRAWER_ANIMATE_DURATION (line 65) | const DRAWER_ANIMATE_DURATION = 300; constant NZ_CONFIG_MODULE_NAME (line 67) | const NZ_CONFIG_MODULE_NAME: NzConfigKey = 'drawer'; class NzDrawerComponent (line 154) | class NzDrawerComponent { method afterClose (line 291) | get afterClose(): Observable { method isNzContentTemplateRef (line 295) | get isNzContentTemplateRef(): boolean { method constructor (line 304) | constructor() { method ngOnInit (line 312) | ngOnInit(): void { method ngAfterViewInit (line 326) | ngAfterViewInit(): void { method ngOnChanges (line 337) | ngOnChanges(changes: SimpleChanges): void { method getAnimationDuration (line 352) | private getAnimationDuration(): number { method triggerPlacementChangeCycleOnce (line 357) | private triggerPlacementChangeCycleOnce(): void { method close (line 369) | close(result?: R): void { method open (line 387) | open(): void { method getContentComponent (line 405) | getContentComponent(): T | null { method getContentComponentRef (line 409) | override getContentComponentRef(): ComponentRef | null { method closeClick (line 413) | closeClick(): void { method maskClick (line 417) | maskClick(): void { method attachBodyContent (line 423) | private attachBodyContent(): void { method attachOverlay (line 446) | private attachOverlay(): void { method disposeOverlay (line 477) | private disposeOverlay(): void { method updateOverlayStyle (line 482) | private updateOverlayStyle(): void { method updateBodyOverflow (line 488) | private updateBodyOverflow(): void { method savePreviouslyFocusedElement (line 498) | savePreviouslyFocusedElement(): void { method trapFocus (line 505) | private trapFocus(): void { method restoreFocus (line 512) | private restoreFocus(): void { FILE: components/drawer/drawer.module.ts class NzDrawerModule (line 17) | class NzDrawerModule {} FILE: components/drawer/drawer.service.ts class DrawerBuilderForService (line 18) | class DrawerBuilderForService { method constructor (line 22) | constructor( method getInstance (line 55) | getInstance(): NzDrawerRef { method updateOptions (line 59) | updateOptions(options: NzDrawerOptionsOfComponent): void { class NzDrawerService (line 65) | class NzDrawerService { method create (line 68) | create( FILE: components/drawer/drawer.spec.ts class NzTestDrawerComponent (line 818) | @Component({ method open (line 888) | open(): void { method close (line 892) | close(): void { class NzTestDrawerWithServiceComponent (line 897) | @Component({ method constructor (line 913) | constructor(private drawerService: NzDrawerService) {} method openTemplate (line 915) | openTemplate(): void { class NzDrawerCustomComponent (line 935) | class NzDrawerCustomComponent { method constructor (line 939) | constructor(private drawerRef: NzDrawerRef) {} method close (line 941) | close(): void { class NzTestDrawerRtlComponent (line 960) | class NzTestDrawerRtlComponent { method open (line 965) | open(): void { method close (line 969) | close(): void { FILE: components/dropdown/context-menu.service.module.ts class NzContextMenuServiceModule (line 9) | class NzContextMenuServiceModule {} FILE: components/dropdown/context-menu.service.spec.ts function createComponent (line 24) | function createComponent(component: Type, providers: Provider[] = ... class NzTestDropdownContextMenuComponent (line 176) | class NzTestDropdownContextMenuComponent { method constructor (line 179) | constructor(public nzContextMenuService: NzContextMenuService) {} FILE: components/dropdown/context-menu.service.ts constant LIST_OF_POSITIONS (line 24) | const LIST_OF_POSITIONS = [ class NzContextMenuService (line 34) | class NzContextMenuService { method create (line 40) | create( method close (line 80) | close(clear: boolean = false): void { FILE: components/dropdown/demo/arrow.ts class NzDemoDropdownArrowComponent (line 25) | class NzDemoDropdownArrowComponent { FILE: components/dropdown/demo/basic.ts class NzDemoDropdownBasicComponent (line 24) | class NzDemoDropdownBasicComponent {} FILE: components/dropdown/demo/context-menu.ts class NzDemoDropdownContextMenuComponent (line 40) | class NzDemoDropdownContextMenuComponent { method contextMenu (line 41) | contextMenu($event: MouseEvent, menu: NzDropdownMenuComponent): void { method constructor (line 45) | constructor(private nzContextMenuService: NzContextMenuService) {} FILE: components/dropdown/demo/dropdown-button.ts class NzDemoDropdownDropdownButtonComponent (line 46) | class NzDemoDropdownDropdownButtonComponent { method log (line 47) | log(): void { FILE: components/dropdown/demo/event.ts class NzDemoDropdownEventComponent (line 23) | class NzDemoDropdownEventComponent { method log (line 24) | log(data: string): void { FILE: components/dropdown/demo/item.ts class NzDemoDropdownItemComponent (line 24) | class NzDemoDropdownItemComponent {} FILE: components/dropdown/demo/overlay-visible.ts class NzDemoDropdownOverlayVisibleComponent (line 23) | class NzDemoDropdownOverlayVisibleComponent { FILE: components/dropdown/demo/placement.ts class NzDemoDropdownPlacementComponent (line 30) | class NzDemoDropdownPlacementComponent { FILE: components/dropdown/demo/sub-menu.ts class NzDemoDropdownSubMenuComponent (line 34) | class NzDemoDropdownSubMenuComponent { method change (line 35) | change(value: boolean): void { FILE: components/dropdown/demo/trigger.ts class NzDemoDropdownTriggerComponent (line 36) | class NzDemoDropdownTriggerComponent {} FILE: components/dropdown/dropdown-a.directive.ts class NzDropdownADirective (line 14) | class NzDropdownADirective {} FILE: components/dropdown/dropdown-menu.component.ts type NzPlacementType (line 31) | type NzPlacementType = 'bottomLeft' | 'bottomCenter' | 'bottomRight' | '... class NzDropdownMenuComponent (line 76) | class NzDropdownMenuComponent implements AfterContentInit, OnInit { method onAnimationEvent (line 101) | onAnimationEvent(event: AnimationCallbackEvent): void { method setMouseState (line 110) | setMouseState(visible: boolean): void { method setValue (line 114) | setValue(key: T, value: this[... method ngOnInit (line 119) | ngOnInit(): void { method ngAfterContentInit (line 128) | ngAfterContentInit(): void { FILE: components/dropdown/dropdown.directive.spec.ts class NzTestDropdownComponent (line 271) | class NzTestDropdownComponent { class NzTestDropdownVisibleComponent (line 301) | class NzTestDropdownVisibleComponent { class NzTestDropdownArrowComponent (line 317) | class NzTestDropdownArrowComponent { FILE: components/dropdown/dropdown.directive.ts constant NZ_CONFIG_MODULE_NAME (line 48) | const NZ_CONFIG_MODULE_NAME: NzConfigKey = 'dropdown'; class NzDropdownDirective (line 70) | class NzDropdownDirective implements AfterViewInit, OnChanges { method constructor (line 99) | constructor() { method setDropdownMenuValue (line 106) | setDropdownMenuValue(key: T, ... method ngAfterViewInit (line 110) | ngAfterViewInit(): void { method ngOnChanges (line 239) | ngOnChanges(changes: SimpleChanges): void { FILE: components/dropdown/dropdown.module.ts class NzDropdownModule (line 19) | class NzDropdownModule {} FILE: components/empty/config.ts type NzEmptySize (line 15) | type NzEmptySize = 'normal' | 'small' | ''; type NzEmptyCustomContent (line 17) | type NzEmptyCustomContent = Type | TemplateRef | s... constant NZ_EMPTY_COMPONENT_NAME (line 19) | const NZ_EMPTY_COMPONENT_NAME = new InjectionToken( FILE: components/empty/demo/basic.ts class NzDemoEmptyBasicComponent (line 10) | class NzDemoEmptyBasicComponent {} FILE: components/empty/demo/config.ts class NzDemoEmptyConfigComponent (line 81) | class NzDemoEmptyConfigComponent { method constructor (line 86) | constructor(private nzConfigService: NzConfigService) {} method onConfigChange (line 88) | onConfigChange(): void { FILE: components/empty/demo/customize.ts class NzDemoEmptyCustomizeComponent (line 27) | class NzDemoEmptyCustomizeComponent { method onClick (line 28) | onClick(): void { FILE: components/empty/demo/description.ts class NzDemoEmptyDescriptionComponent (line 10) | class NzDemoEmptyDescriptionComponent {} FILE: components/empty/demo/simple.ts class NzDemoEmptySimpleComponent (line 10) | class NzDemoEmptySimpleComponent {} FILE: components/empty/embed-empty.component.ts function getEmptySize (line 30) | function getEmptySize(componentName: string): NzEmptySize { type NzEmptyContentType (line 45) | type NzEmptyContentType = 'component' | 'template' | 'string'; class NzEmbedEmptyComponent (line 79) | class NzEmbedEmptyComponent implements OnChanges, OnInit { method constructor (line 93) | constructor() { method ngOnChanges (line 100) | ngOnChanges(changes: SimpleChanges): void { method ngOnInit (line 111) | ngOnInit(): void { method renderEmpty (line 116) | private renderEmpty(): void { method getUserDefaultEmptyContent (line 139) | private getUserDefaultEmptyContent(): Type | TemplateRef str... FILE: components/experimental/image/utils.ts function isFixedSize (line 6) | function isFixedSize(size: number | string): boolean { function normalizeSrc (line 10) | function normalizeSrc(src: string): string { FILE: components/flex/demo/align.ts class NzDemoFlexAlignComponent (line 44) | class NzDemoFlexAlignComponent { FILE: components/flex/demo/basic.ts class NzDemoFlexBasicComponent (line 39) | class NzDemoFlexBasicComponent { FILE: components/flex/demo/combination.ts class NzDemoFlexCombinationComponent (line 36) | class NzDemoFlexCombinationComponent {} FILE: components/flex/demo/gap.ts class NzDemoFlexGapComponent (line 37) | class NzDemoFlexGapComponent { FILE: components/flex/demo/wrap.ts class NzDemoFlexWrapComponent (line 37) | class NzDemoFlexWrapComponent { FILE: components/flex/flex.module.ts class NzFlexModule (line 14) | class NzFlexModule {} FILE: components/flex/flex.spec.ts class TestFlexComponent (line 180) | class TestFlexComponent { FILE: components/flex/nz-flex.directive.ts class NzFlexDirective (line 47) | class NzFlexDirective { method gap (line 55) | protected get gap(): string { FILE: components/flex/typings.ts type NzJustify (line 6) | type NzJustify = type NzAlign (line 20) | type NzAlign = type NzGap (line 34) | type NzGap = 'small' | 'middle' | 'large' | NzCustomGap; type NzCustomGap (line 35) | type NzCustomGap = number | string; type NzWrap (line 37) | type NzWrap = 'wrap' | 'nowrap' | 'wrap-reverse'; type NzFlex (line 39) | type NzFlex = `${NzFlexShrink} ${NzFlexGrow} ${NzFlexBasis}` | 'unset'; type NzFlexShrink (line 40) | type NzFlexShrink = number; type NzFlexGrow (line 41) | type NzFlexGrow = number; type NzFlexBasis (line 42) | type NzFlexBasis = string; FILE: components/float-button/demo/badge.ts class NzDemoFloatButtonBadgeComponent (line 35) | class NzDemoFloatButtonBadgeComponent {} FILE: components/float-button/demo/basic.ts class NzDemoFloatButtonBasicComponent (line 23) | class NzDemoFloatButtonBasicComponent {} FILE: components/float-button/demo/description.ts class NzDemoFloatButtonDescriptionComponent (line 24) | class NzDemoFloatButtonDescriptionComponent {} FILE: components/float-button/demo/group-menu.ts class NzDemoFloatButtonGroupMenuComponent (line 43) | class NzDemoFloatButtonGroupMenuComponent { method openChange (line 44) | openChange(status: boolean): void { FILE: components/float-button/demo/group-placement.ts class NzDemoFloatButtonGroupPlacementComponent (line 93) | class NzDemoFloatButtonGroupPlacementComponent { method openChange (line 94) | openChange(status: boolean): void { FILE: components/float-button/demo/group.ts class NzDemoFloatButtonGroupComponent (line 34) | class NzDemoFloatButtonGroupComponent {} FILE: components/float-button/demo/open.ts class NzDemoFloatButtonOpenComponent (line 36) | class NzDemoFloatButtonOpenComponent { FILE: components/float-button/demo/shape.ts class NzDemoFloatButtonShapeComponent (line 24) | class NzDemoFloatButtonShapeComponent {} FILE: components/float-button/demo/tooltip.ts class NzDemoFloatButtonTooltipComponent (line 34) | class NzDemoFloatButtonTooltipComponent {} FILE: components/float-button/demo/top.ts class NzDemoFloatButtonTopComponent (line 13) | class NzDemoFloatButtonTopComponent {} FILE: components/float-button/demo/type.ts class NzDemoFloatButtonTypeComponent (line 24) | class NzDemoFloatButtonTypeComponent {} FILE: components/float-button/float-button-content.component.ts class NzFloatButtonContentComponent (line 66) | class NzFloatButtonContentComponent { FILE: components/float-button/float-button-group.component.spec.ts class NzTestFloatButtonGroupBasicComponent (line 201) | class NzTestFloatButtonGroupBasicComponent { method onClick (line 209) | onClick(value: boolean): void { class NzTestFloatButtonRtlComponent (line 222) | class NzTestFloatButtonRtlComponent { FILE: components/float-button/float-button-group.component.ts constant CLASS_NAME (line 30) | const CLASS_NAME = 'ant-float-btn-group'; class NzFloatButtonGroupComponent (line 66) | class NzFloatButtonGroupComponent { method constructor (line 104) | constructor() { method clickOpenMenu (line 119) | clickOpenMenu(): void { method hoverOpenMenu (line 123) | hoverOpenMenu(): void { method clickCloseMenu (line 127) | clickCloseMenu(): void { method hoverCloseMenu (line 131) | hoverCloseMenu(): void { method handleEvent (line 135) | private handleEvent(type: 'click' | 'hover', isOpen: boolean): void { method generateClass (line 143) | private generateClass(suffix: string): string { FILE: components/float-button/float-button-top.component.spec.ts class NzFloatButtonTopPageObject (line 30) | class NzFloatButtonTopPageObject { method scrollTo (line 31) | scrollTo(el: Element | Window, scrollTop: number): void { method clickBackTop (line 36) | clickBackTop(): void { method backTopButton (line 40) | backTopButton(): DebugElement { function scrollTo (line 45) | async function scrollTo(el: Element | Window, scrollTop: number): Promis... class MockNzScrollService (line 221) | class MockNzScrollService { method getScroll (line 224) | getScroll(): number { method scrollTo (line 228) | scrollTo(_containerEl: Element | Window, targetTopValue: number = 0): ... class TestFloatButtonTopComponent (line 233) | @Component({ method setTarget (line 258) | setTarget(target: HTMLElement | string): void { class TestFloatButtonTopRtlComponent (line 272) | class TestFloatButtonTopRtlComponent { FILE: components/float-button/float-button-top.component.ts constant CLASS_NAME (line 43) | const CLASS_NAME = 'ant-float-btn'; class NzFloatButtonTopComponent (line 72) | class NzFloatButtonTopComponent implements OnInit { method constructor (line 114) | constructor() { method ngOnInit (line 150) | ngOnInit(): void { method getTarget (line 154) | private getTarget(): HTMLElement | Window { method handleScroll (line 158) | private handleScroll(): void { method registerScrollEvent (line 168) | private registerScrollEvent(): void { method generateClass (line 179) | private generateClass(suffix: string): string { FILE: components/float-button/float-button.component.spec.ts class NzTestFloatButtonBasicComponent (line 132) | class NzTestFloatButtonBasicComponent { method onClick (line 146) | onClick(value: boolean): void { class NzTestFloatButtonRtlComponent (line 159) | class NzTestFloatButtonRtlComponent { FILE: components/float-button/float-button.component.ts constant CLASS_NAME (line 27) | const CLASS_NAME = 'ant-float-btn'; class NzFloatButtonComponent (line 71) | class NzFloatButtonComponent { method generateClass (line 92) | private generateClass(suffix: string): string { FILE: components/float-button/float-button.module.ts class NzFloatButtonModule (line 27) | class NzFloatButtonModule {} FILE: components/float-button/typings.ts type NzFloatButtonType (line 10) | type NzFloatButtonType = 'primary' | 'default'; type NzFloatButtonBadgeProps (line 13) | interface NzFloatButtonBadgeProps { type NzFloatButtonBadge (line 23) | type NzFloatButtonBadge = Partial; FILE: components/form/demo/advanced-search.ts class NzDemoFormAdvancedSearchComponent (line 80) | class NzDemoFormAdvancedSearchComponent implements OnInit { method toggleCollapse (line 86) | toggleCollapse(): void { method resetForm (line 93) | resetForm(): void { method ngOnInit (line 97) | ngOnInit(): void { FILE: components/form/demo/auto-tips.ts class NzDemoFormAutoTipsComponent (line 74) | class NzDemoFormAutoTipsComponent implements OnInit, OnDestroy { method ngOnInit (line 103) | ngOnInit(): void { method ngOnDestroy (line 109) | ngOnDestroy(): void { method submitForm (line 114) | submitForm(): void { method usernameAsyncValidator (line 127) | usernameAsyncValidator(control: AbstractControl): Observable; class MyValidators (line 156) | class MyValidators extends Validators { method minLength (line 157) | static override minLength(minLength: number): ValidatorFn { method maxLength (line 166) | static override maxLength(maxLength: number): ValidatorFn { method mobile (line 175) | static mobile(control: AbstractControl): MyValidationErrors | null { function isEmptyInputValue (line 188) | function isEmptyInputValue(value: NzSafeAny): boolean { function isMobile (line 192) | function isMobile(value: string): boolean { FILE: components/form/demo/coordinated.ts type Gender (line 11) | type Gender = 'male' | 'female'; class NzDemoFormCoordinatedComponent (line 46) | class NzDemoFormCoordinatedComponent implements OnInit, OnDestroy { method ngOnInit (line 54) | ngOnInit(): void { method ngOnDestroy (line 60) | ngOnDestroy(): void { method submitForm (line 65) | submitForm(): void { method genderChange (line 78) | genderChange(value: Gender | null): void { FILE: components/form/demo/dynamic-form-item.ts class NzDemoFormDynamicFormItemComponent (line 92) | class NzDemoFormDynamicFormItemComponent implements OnInit { method addField (line 99) | addField(e?: MouseEvent): void { method addHeadField (line 104) | addHeadField(e?: MouseEvent): void { method removeField (line 109) | removeField(index: number, e: MouseEvent): void { method submitForm (line 114) | submitForm(): void { method ngOnInit (line 127) | ngOnInit(): void { FILE: components/form/demo/dynamic-rule.ts class NzDemoFormDynamicRuleComponent (line 43) | class NzDemoFormDynamicRuleComponent implements OnInit, OnDestroy { method ngOnInit (line 52) | ngOnInit(): void { method ngOnDestroy (line 58) | ngOnDestroy(): void { method submitForm (line 63) | submitForm(): void { method requiredChange (line 76) | requiredChange(required: boolean): void { FILE: components/form/demo/horizontal-login.ts class NzDemoFormHorizontalLoginComponent (line 37) | class NzDemoFormHorizontalLoginComponent { method submitForm (line 45) | submitForm(): void { FILE: components/form/demo/label-align.ts class NzDemoFormLabelAlignComponent (line 27) | class NzDemoFormLabelAlignComponent { method submitForm (line 35) | submitForm(): void { FILE: components/form/demo/label-wrap.ts class NzDemoFormLabelWrapComponent (line 35) | class NzDemoFormLabelWrapComponent { method submitForm (line 43) | submitForm(): void { FILE: components/form/demo/layout.ts class NzDemoFormLayoutComponent (line 54) | class NzDemoFormLayoutComponent { method submitForm (line 62) | submitForm(): void { method isHorizontal (line 75) | get isHorizontal(): boolean { FILE: components/form/demo/normal-login.ts class NzDemoFormNormalLoginComponent (line 63) | class NzDemoFormNormalLoginComponent { method submitForm (line 71) | submitForm(): void { FILE: components/form/demo/register.ts class NzDemoFormRegisterComponent (line 144) | class NzDemoFormRegisterComponent implements OnInit, OnDestroy { method ngOnInit (line 163) | ngOnInit(): void { method ngOnDestroy (line 169) | ngOnDestroy(): void { method submitForm (line 174) | submitForm(): void { method confirmationValidator (line 187) | confirmationValidator(control: AbstractControl): ValidationErrors | nu... method getCaptcha (line 196) | getCaptcha(e: MouseEvent): void { FILE: components/form/demo/required-style.ts class NzDemoFormRequiredStyleComponent (line 53) | class NzDemoFormRequiredStyleComponent { FILE: components/form/demo/size.ts class NzDemoFormSizeComponent (line 103) | class NzDemoFormSizeComponent { FILE: components/form/demo/time-related-controls.ts class NzDemoFormTimeRelatedControlsComponent (line 63) | class NzDemoFormTimeRelatedControlsComponent { method submitForm (line 74) | submitForm(): void { FILE: components/form/demo/validate-reactive.ts class NzDemoFormValidateReactiveComponent (line 95) | class NzDemoFormValidateReactiveComponent implements OnInit, OnDestroy { method ngOnInit (line 106) | ngOnInit(): void { method ngOnDestroy (line 112) | ngOnDestroy(): void { method submitForm (line 117) | submitForm(): void { method resetForm (line 121) | resetForm(e: MouseEvent): void { method userNameAsyncValidator (line 126) | userNameAsyncValidator(control: AbstractControl): Observable): void { method constructor (line 252) | constructor() { method ngOnChanges (line 262) | ngOnChanges(changes: SimpleChanges): void { method ngOnInit (line 273) | ngOnInit(): void { method ngAfterContentInit (line 277) | ngAfterContentInit(): void { method onAnimationLeave (line 287) | protected onAnimationLeave(event: AnimationCallbackEvent): void { FILE: components/form/form-control.spec.ts class NzTestStaticFormControlComponent (line 443) | class NzTestStaticFormControlComponent { class NzTestReactiveFormControlComponent (line 468) | class NzTestReactiveFormControlComponent { method constructor (line 476) | constructor(private formBuilder: FormBuilder) { class NzTestReactiveFormControlInitStatusComponent (line 499) | class NzTestReactiveFormControlInitStatusComponent { method constructor (line 502) | constructor(private formBuilder: FormBuilder) { class NzTestReactiveFormAutoTipsComponent (line 544) | class NzTestReactiveFormAutoTipsComponent { method constructor (line 581) | constructor( type MyErrorsOptions (line 596) | type MyErrorsOptions = { 'zh-cn': string; en: string } & Record; class MyValidators (line 599) | class MyValidators extends Validators { method minLength (line 600) | static override minLength(minLength: number): ValidatorFn { method mobile (line 609) | static mobile(control: AbstractControl): MyValidationErrors | null { function isEmptyInputValue (line 622) | function isEmptyInputValue(value: NzSafeAny): boolean { function isMobile (line 626) | function isMobile(value: string): boolean { class NzTestNoopAnimationsFormControlComponent (line 642) | class NzTestNoopAnimationsFormControlComponent { method constructor (line 645) | constructor(private formBuilder: FormBuilder) { FILE: components/form/form-item.component.ts type NzFormControlStatusType (line 8) | type NzFormControlStatusType = 'success' | 'error' | 'warning' | 'valida... class NzFormItemComponent (line 27) | class NzFormItemComponent { method setWithHelpViaTips (line 34) | setWithHelpViaTips(value: boolean): void { method setStatus (line 39) | setStatus(status: NzFormControlStatusType): void { method setHasFeedback (line 44) | setHasFeedback(hasFeedback: boolean): void { FILE: components/form/form-label.component.ts type NzFormTooltipIcon (line 31) | interface NzFormTooltipIcon { function toTooltipIcon (line 36) | function toTooltipIcon(value: string | NzFormTooltipIcon): Required(changeType: K): Observable { FILE: components/graph/data-source/graph-data-source.ts class NzGraphData (line 15) | class NzGraphData implements NzGraphBaseSource { method toggle (line 22) | toggle(nodeName: string): void { method expand (line 27) | expand(nodeName: string): void { method collapse (line 34) | collapse(nodeName: string): void { method isExpanded (line 41) | isExpanded(nodeName: string): boolean { method collapseAll (line 46) | collapseAll(): void { method expandAll (line 50) | expandAll(): void { method setData (line 54) | setData(data: NzGraphDataDef): void { method constructor (line 60) | constructor(source?: NzGraphDataDef) { method connect (line 68) | connect(): Observable { method disconnect (line 73) | disconnect(): void { method findParents (line 77) | private findParents(data: NzSafeAny, key: string, parents: string[] = ... method findChildren (line 88) | private findChildren(data: NzSafeAny, key: string, children: string[] ... FILE: components/graph/demo/customized.ts class NzDemoGraphCustomizedComponent (line 98) | class NzDemoGraphCustomizedComponent { method expand (line 274) | expand(name: string): void { method collapse (line 278) | collapse(name: string): void { method expandAll (line 282) | expandAll(): void { method collapseAll (line 286) | collapseAll(): void { method fit (line 290) | fit(): void { method focusNode (line 294) | focusNode(e: string | number): void { method graphInitialized (line 298) | graphInitialized(_ele: NzGraphComponent): void { FILE: components/graph/graph-defs.component.ts class NzGraphDefsComponent (line 25) | class NzGraphDefsComponent {} FILE: components/graph/graph-edge.component.ts class NzGraphEdgeComponent (line 45) | class NzGraphEdgeComponent implements OnInit, OnChanges { method id (line 55) | public get id(): string { method ngOnInit (line 66) | ngOnInit(): void { method ngOnChanges (line 70) | ngOnChanges(changes: SimpleChanges): void { method initElementStyle (line 97) | initElementStyle(): void { method setLine (line 102) | setLine(): void { method setPath (line 106) | setPath(d: string): void { method setElementData (line 110) | setElementData(): void { FILE: components/graph/graph-edge.directive.ts class NzGraphEdgeDirective (line 12) | class NzGraphEdgeDirective {} FILE: components/graph/graph-group-node.directive.ts class NzGraphGroupNodeDirective (line 12) | class NzGraphGroupNodeDirective {} FILE: components/graph/graph-minimap.component.ts class NzGraphMinimapComponent (line 43) | class NzGraphMinimapComponent { method constructor (line 49) | constructor() { method init (line 55) | init(containerEle: ElementRef, zoomBehavior: ZoomBehavior { method makeNoAnimation (line 145) | makeNoAnimation(): void { method getAnimationInfo (line 151) | getAnimationInfo(): Info { method nodeTransform (line 161) | nodeTransform(): { x: number; y: number } { method computeCXPositionOfNodeShape (line 167) | computeCXPositionOfNodeShape(): number { FILE: components/graph/graph-node.directive.ts class NzGraphNodeDirective (line 12) | class NzGraphNodeDirective {} FILE: components/graph/graph-zoom.directive.ts class NzGraphZoomDirective (line 32) | class NzGraphZoomDirective { method constructor (line 52) | constructor() { method bind (line 62) | bind(): void { method unbind (line 83) | unbind(): void { method fitCenter (line 92) | fitCenter(duration: number = 0): void { method focus (line 96) | focus(id: NzSafeAny, duration: number = 0): void { method zoomed (line 123) | private zoomed({ transform }: NzSafeAny): void { method reScale (line 140) | private reScale(duration: number, scale?: number): void { method getRelativePositionInfo (line 156) | private getRelativePositionInfo(node: SVGGElement): RelativePositionIn... FILE: components/graph/graph.component.ts function isDataSource (line 66) | function isDataSource(value: NzSafeAny): value is NzGraphData { class NzGraphComponent (line 134) | class NzGraphComponent implements OnInit, OnChanges, AfterContentChecked... method constructor (line 192) | constructor() { method ngOnInit (line 206) | ngOnInit(): void { method ngOnChanges (line 216) | ngOnChanges(changes: SimpleChanges): void { method ngAfterContentChecked (line 243) | ngAfterContentChecked(): void { method fitCenter (line 252) | fitCenter(): void { method drawGraph (line 271) | drawGraph(data: NzGraphDataDef, options: NzGraphOption, needResize: bo... method drawNodes (line 307) | async drawNodes(animate: boolean = true): Promise { method resizeNodeSize (line 315) | private resizeNodeSize(): Promise { method _switchDataSource (line 353) | private _switchDataSource(dataSource: NzGraphData): void { method observeRenderChanges (line 368) | private observeRenderChanges(): void { method buildGraphInfo (line 399) | private buildGraphInfo(data: NzGraphDataDef, options: NzGraphOption): ... method makeNodesAnimation (line 432) | private async makeNodesAnimation(): Promise { method parseInfo (line 436) | private parseInfo(data: NzGraphDataDef): void { method mergeConfig (line 451) | private mergeConfig(config: NzGraphLayoutConfig): NzLayoutSetting { FILE: components/graph/graph.module.ts class NzGraphModule (line 42) | class NzGraphModule {} FILE: components/graph/interface.ts type NzGraphEdgeType (line 19) | enum NzGraphEdgeType { type NzGraphDataDef (line 24) | interface NzGraphDataDef extends HierarchyGraphDef { type NzGraphNodeDef (line 29) | interface NzGraphNodeDef extends HierarchyGraphNodeDef { type NzGraphEdgeDef (line 33) | interface NzGraphEdgeDef extends HierarchyGraphEdgeDef { type NzGraphOption (line 37) | interface NzGraphOption extends HierarchyGraphOption {} type NzRankDirection (line 38) | type NzRankDirection = 'TB' | 'BT' | 'LR' | 'RL'; type NzGraphGroupNode (line 40) | interface NzGraphGroupNode extends HierarchyGraphNodeInfo { type NzGraphNode (line 46) | interface NzGraphNode extends HierarchyBaseNodeInfo { type NzGraphEdge (line 54) | interface NzGraphEdge extends HierarchyBaseEdgeInfo { type NzLayoutSetting (line 61) | interface NzLayoutSetting extends LayoutConfig {} type NzGraphBaseLayout (line 63) | interface NzGraphBaseLayout { function nzTypeDefinition (line 92) | function nzTypeDefinition(): (item: unknown) => T { type NzDeepPartial (line 96) | type NzDeepPartial = { type NzGraphLayoutConfig (line 104) | type NzGraphLayoutConfig = NzDeepPartial; constant NZ_GRAPH_LAYOUT_SETTING (line 105) | const NZ_GRAPH_LAYOUT_SETTING: NzLayoutSetting = { type NzZoomTransform (line 145) | interface NzZoomTransform { type RelativePositionInfo (line 151) | interface RelativePositionInfo { FILE: components/grid/col.directive.ts type EmbeddedProperty (line 26) | interface EmbeddedProperty { class NzColDirective (line 41) | class NzColDirective implements OnInit, OnChanges, AfterViewInit { method setHostClassMap (line 62) | setHostClassMap(): void { method setHostFlexStyle (line 86) | setHostFlexStyle(): void { method parseFlex (line 90) | parseFlex(flex: number | string | null): string | null { method generateClass (line 101) | generateClass(): object { method ngOnInit (line 125) | ngOnInit(): void { method ngOnChanges (line 136) | ngOnChanges(changes: SimpleChanges): void { method ngAfterViewInit (line 144) | ngAfterViewInit(): void { FILE: components/grid/demo/basic.ts class NzDemoGridBasicComponent (line 26) | class NzDemoGridBasicComponent {} FILE: components/grid/demo/flex-align.ts class NzDemoGridFlexAlignComponent (line 39) | class NzDemoGridFlexAlignComponent {} FILE: components/grid/demo/flex-order.ts class NzDemoGridFlexOrderComponent (line 24) | class NzDemoGridFlexOrderComponent {} FILE: components/grid/demo/flex-stretch.ts class NzDemoGridFlexStretchComponent (line 33) | class NzDemoGridFlexStretchComponent {} FILE: components/grid/demo/flex.ts class NzDemoGridFlexComponent (line 60) | class NzDemoGridFlexComponent {} FILE: components/grid/demo/gutter.ts class NzDemoGridGutterComponent (line 47) | class NzDemoGridGutterComponent {} FILE: components/grid/demo/offset.ts class NzDemoGridOffsetComponent (line 22) | class NzDemoGridOffsetComponent {} FILE: components/grid/demo/playground.ts class NzDemoGridPlaygroundComponent (line 65) | class NzDemoGridPlaygroundComponent { method reGenerateArray (line 94) | reGenerateArray(count: number): void { FILE: components/grid/demo/responsive-more.ts class NzDemoGridResponsiveMoreComponent (line 16) | class NzDemoGridResponsiveMoreComponent {} FILE: components/grid/demo/responsive.ts class NzDemoGridResponsiveComponent (line 16) | class NzDemoGridResponsiveComponent {} FILE: components/grid/demo/sort.ts class NzDemoGridSortComponent (line 15) | class NzDemoGridSortComponent {} FILE: components/grid/grid.module.ts class NzGridModule (line 15) | class NzGridModule {} FILE: components/grid/grid.spec.ts class TestGridComponent (line 250) | class TestGridComponent { class TestColComponent (line 285) | class TestColComponent { class NzTestGridRtlComponent (line 310) | class NzTestGridRtlComponent { FILE: components/grid/row.directive.ts type NzJustify (line 27) | type NzJustify = 'start' | 'end' | 'center' | 'space-around' | 'space-be... type NzAlign (line 28) | type NzAlign = 'top' | 'middle' | 'bottom'; class NzRowDirective (line 47) | class NzRowDirective implements OnInit, OnChanges, AfterViewInit { method getGutter (line 64) | getGutter(): [number | null, number | null] { method setGutterStyle (line 84) | setGutterStyle(): void { method ngOnInit (line 99) | ngOnInit(): void { method ngOnChanges (line 108) | ngOnChanges(changes: SimpleChanges): void { method ngAfterViewInit (line 114) | ngAfterViewInit(): void { FILE: components/hash-code/demo/basic.ts class NzDemoHashCodeBasicComponent (line 10) | class NzDemoHashCodeBasicComponent { FILE: components/hash-code/demo/copy.ts class NzDemoHashCodeCopyComponent (line 10) | class NzDemoHashCodeCopyComponent { method getCopy (line 13) | getCopy(value: string): void { FILE: components/hash-code/demo/logo.ts class NzDemoHashCodeLogoComponent (line 10) | class NzDemoHashCodeLogoComponent { FILE: components/hash-code/demo/primary.ts class NzDemoHashCodePrimaryComponent (line 10) | class NzDemoHashCodePrimaryComponent { FILE: components/hash-code/demo/rect.ts class NzDemoHashCodeRectComponent (line 14) | class NzDemoHashCodeRectComponent { FILE: components/hash-code/demo/single.ts class NzDemoHashCodeSingleComponent (line 14) | class NzDemoHashCodeSingleComponent { FILE: components/hash-code/demo/strip.ts class NzDemoHashCodeStripComponent (line 14) | class NzDemoHashCodeStripComponent { FILE: components/hash-code/hash-code.component.spec.ts function waitingForTooltipToggling (line 21) | function waitingForTooltipToggling(): void { class NzTestHashCodeBasicComponent (line 113) | class NzTestHashCodeBasicComponent { method onCopy (line 121) | onCopy(value: string): void { FILE: components/hash-code/hash-code.component.ts class NzHashCodeComponent (line 214) | class NzHashCodeComponent implements OnChanges { method copyHandle (line 226) | copyHandle(): void { method ngOnChanges (line 230) | ngOnChanges(changes: SimpleChanges): void { method setData (line 238) | setData(value: string): void { FILE: components/hash-code/hash-code.module.ts class NzHashCodeModule (line 14) | class NzHashCodeModule {} FILE: components/hash-code/typings.ts type NzModeType (line 6) | type NzModeType = 'single' | 'double' | 'strip' | 'rect'; FILE: components/i18n/date-config.ts type NzDateConfig (line 10) | interface NzDateConfig { constant NZ_DATE_CONFIG (line 15) | const NZ_DATE_CONFIG = new InjectionToken( constant NZ_DATE_CONFIG_DEFAULT (line 19) | const NZ_DATE_CONFIG_DEFAULT: NzDateConfig = { function mergeDateConfig (line 23) | function mergeDateConfig(config: NzDateConfig | null): NzDateConfig { FILE: components/i18n/date-helper.service.ts function DATE_HELPER_SERVICE_FACTORY (line 16) | function DATE_HELPER_SERVICE_FACTORY(): DateHelperService { method constructor (line 32) | constructor(protected i18n: NzI18nService) {} class DateHelperByDateFns (line 44) | class DateHelperByDateFns extends DateHelperService { method getISOWeek (line 45) | getISOWeek(date: Date): number { method getFirstDayOfWeek (line 51) | getFirstDayOfWeek(): WeekDayIndex { method format (line 68) | format(date: Date, formatStr: string): string { method parseDate (line 72) | parseDate(text: string, formatStr: string): Date { method parseTime (line 79) | parseTime(text: string, formatStr: string): Date | undefined { class DateHelperByDatePipe (line 90) | class DateHelperByDatePipe extends DateHelperService { method getISOWeek (line 91) | getISOWeek(date: Date): number { method getFirstDayOfWeek (line 95) | getFirstDayOfWeek(): WeekDayIndex { method format (line 103) | format(date: Date | null, formatStr: string): string { method parseDate (line 108) | parseDate(text: string): Date { method parseTime (line 112) | parseTime(text: string, formatStr: string): Date { method replaceQuarter (line 117) | private replaceQuarter(dateStr: string, date: Date): string { FILE: components/i18n/nz-i18n.interface.ts type NzPaginationI18nInterface (line 8) | interface NzPaginationI18nInterface { type NzGlobalI18nInterface (line 23) | interface NzGlobalI18nInterface { type NzDatePickerI18nInterface (line 27) | interface NzDatePickerI18nInterface { type NzCalendarI18nInterface (line 32) | interface NzCalendarI18nInterface { type NzDatePickerLangI18nInterface (line 61) | interface NzDatePickerLangI18nInterface extends NzCalendarI18nInterface { type NzTimePickerI18nInterface (line 74) | interface NzTimePickerI18nInterface { type ValidateMessage (line 79) | type ValidateMessage = string | (() => string); type NzCascaderI18nInterface (line 81) | type NzCascaderI18nInterface = NzGlobalI18nInterface; type NzTableI18nInterface (line 83) | interface NzTableI18nInterface { type NzModalI18nInterface (line 98) | interface NzModalI18nInterface { type NzPopconfirmI18nInterface (line 104) | interface NzPopconfirmI18nInterface { type NzTransferI18nInterface (line 109) | interface NzTransferI18nInterface { type NzUploadI18nInterface (line 116) | interface NzUploadI18nInterface { type NzEmptyI18nInterface (line 124) | interface NzEmptyI18nInterface { type NzTextI18nInterface (line 128) | interface NzTextI18nInterface { type NzCronExpressionLabelI18n (line 135) | interface NzCronExpressionLabelI18n { type NzCronExpressionCronErrorI18n (line 144) | interface NzCronExpressionCronErrorI18n { type NzCronExpressionI18nInterface (line 148) | type NzCronExpressionI18nInterface = NzCronExpressionCronErrorI18n & NzC... type NzQRCodeI18nInterface (line 150) | interface NzQRCodeI18nInterface { type NzCheckListI18nInterface (line 156) | interface NzCheckListI18nInterface { type NzFormI18nInterface (line 167) | interface NzFormI18nInterface { type NzI18nInterface (line 171) | interface NzI18nInterface { type DateLocale (line 191) | type DateLocale = Locale; FILE: components/i18n/nz-i18n.module.ts class NzI18nModule (line 14) | class NzI18nModule {} FILE: components/i18n/nz-i18n.pipe.ts class NzI18nPipe (line 13) | class NzI18nPipe implements PipeTransform { method transform (line 16) | transform(path: string, keyValue?: object): string { FILE: components/i18n/nz-i18n.service.spec.ts class NzI18nTestComponent (line 91) | class NzI18nTestComponent implements OnDestroy { method constructor (line 95) | constructor(private nzI18nService: NzI18nService) { method ngOnDestroy (line 101) | ngOnDestroy(): void { method updateLocale (line 105) | updateLocale(locale: NzI18nInterface): void { FILE: components/i18n/nz-i18n.service.ts class NzI18nService (line 20) | class NzI18nService { method localeChange (line 25) | get localeChange(): Observable { method constructor (line 29) | constructor() { method translate (line 36) | translate(path: string, data?: NzSafeAny): string { method setLocale (line 55) | setLocale(locale: NzI18nInterface): void { method getLocale (line 63) | getLocale(): NzI18nInterface { method getLocaleId (line 67) | getLocaleId(): string { method setDateLocale (line 71) | setDateLocale(dateLocale: DateLocale): void { method getDateLocale (line 75) | getDateLocale(): DateLocale { method getLocaleData (line 85) | getLocaleData(path: string, defaultValue?: NzSafeAny): NzSafeAny { method _getObjectPath (line 98) | private _getObjectPath(obj: IndexableObject, path: string): string | o... FILE: components/i18n/nz-i18n.token.ts constant NZ_I18N (line 10) | const NZ_I18N = new InjectionToken( type FactoryLike (line 14) | type FactoryLike = T | (() => T); function provideNzI18n (line 21) | function provideNzI18n(config: FactoryLike): Environmen... constant NZ_DATE_LOCALE (line 28) | const NZ_DATE_LOCALE = new InjectionToken( FILE: components/icon/demo/basic.ts class NzDemoIconBasicComponent (line 26) | class NzDemoIconBasicComponent {} FILE: components/icon/demo/custom.ts class NzDemoIconCustomComponent (line 68) | class NzDemoIconCustomComponent {} FILE: components/icon/demo/iconfont.ts class NzDemoIconIconfontComponent (line 20) | class NzDemoIconIconfontComponent { method constructor (line 21) | constructor(private iconService: NzIconService) { FILE: components/icon/demo/namespace.ts class NzDemoIconNamespaceComponent (line 19) | class NzDemoIconNamespaceComponent { method constructor (line 20) | constructor(private iconService: NzIconService) { FILE: components/icon/demo/twotone.ts class NzDemoIconTwotoneComponent (line 20) | class NzDemoIconTwotoneComponent {} FILE: components/icon/icon.directive.ts class NzIconDirective (line 44) | class NzIconDirective extends IconDirective implements OnChanges, AfterC... method nzType (line 55) | set nzType(value: string) { method nzTheme (line 60) | set nzTheme(value: ThemeType) { method nzTwotoneColor (line 65) | set nzTwotoneColor(value: string) { method nzIconfont (line 70) | set nzIconfont(value: string) { method constructor (line 79) | constructor(public readonly iconService: NzIconService) { method ngOnChanges (line 85) | override ngOnChanges(changes: SimpleChanges): void { method ngAfterContentChecked (line 102) | ngAfterContentChecked(): void { method changeIcon2 (line 120) | private changeIcon2(): void { method handleRotate (line 157) | private handleRotate(svg: SVGElement): void { method setSVGData (line 165) | private setSVGData(svg: SVGElement): void { FILE: components/icon/icon.module.ts class NzIconModule (line 17) | class NzIconModule { method forRoot (line 18) | static forRoot(icons: IconDefinition[]): ModuleWithProviders( constant NZ_ICON_DEFAULT_TWOTONE_COLOR (line 24) | const NZ_ICON_DEFAULT_TWOTONE_COLOR = new InjectionToken( constant DEFAULT_TWOTONE_COLOR (line 27) | const DEFAULT_TWOTONE_COLOR = '#1890ff'; class NzIconService (line 35) | class NzIconService extends IconService { method _disableDynamicLoading (line 41) | protected override get _disableDynamicLoading(): boolean { method normalizeSvgElement (line 47) | normalizeSvgElement(svg: SVGElement): void { method fetchFromIconfont (line 60) | fetchFromIconfont(opt: NzIconfontOption): void { method createIconfontIcon (line 71) | createIconfontIcon(type: string): SVGElement { method constructor (line 75) | constructor() { method onConfigChange (line 83) | private onConfigChange(): void { method configDefaultTheme (line 91) | private configDefaultTheme(): void { method configDefaultTwotoneColor (line 96) | private configDefaultTwotoneColor(): void { method getConfig (line 113) | private getConfig(): IconConfig { constant NZ_ICONS_PATCH (line 118) | const NZ_ICONS_PATCH = new InjectionToken('nz_icons_pa... class NzIconPatchService (line 121) | class NzIconPatchService { method constructor (line 125) | constructor(private rootIconService: NzIconService) {} method doPatch (line 127) | doPatch(): void { FILE: components/icon/icon.spec.ts class NzTestIconExtensionsComponent (line 227) | class NzTestIconExtensionsComponent { method constructor (line 233) | constructor(public iconService: NzIconService) {} class NzTestIconCustomComponent (line 248) | class NzTestIconCustomComponent {} class NzTestIconIconfontComponent (line 258) | class NzTestIconIconfontComponent { method constructor (line 259) | constructor(private iconService: NzIconService) { class ChildModule (line 266) | @NgModule({ class NzTestIconMultiInjectionComponent (line 271) | @Component({ class NzTestIconMultiInjectionStandaloneComponent (line 280) | @Component({ FILE: components/icon/icons.ts constant NZ_ICONS_USED_BY_ZORRO (line 55) | const NZ_ICONS_USED_BY_ZORRO: IconDefinition[] = [ FILE: components/icon/page/index.ts type Categories (line 41) | interface Categories { type Window (line 51) | interface Window { type AntdIconClassifier (line 56) | interface AntdIconClassifier { type Result (line 61) | interface Result { type Icon (line 66) | interface Icon { class NzPageDemoIconComponent (line 504) | class NzPageDemoIconComponent implements OnInit { method onIconClick (line 531) | onIconClick(e: MouseEvent, icon: string): void { method _copy (line 545) | private _copy(value: string): Promise { method prepareIcons (line 566) | prepareIcons(): void { method setIconsShouldBeDisplayed (line 592) | setIconsShouldBeDisplayed(theme: ThemeType): void { method onSearchChange (line 597) | onSearchChange(): void { method getCopiedStringTemplateRef (line 601) | private getCopiedStringTemplateRef(copiedString: string): TemplateRef<... method loadModel (line 609) | private loadModel(): void { method onLoad (line 630) | private onLoad(): void { method toImage (line 668) | private toImage(url: string): Promise { method toggleModal (line 694) | toggleModal(): void { method constructor (line 705) | constructor() { method ngOnInit (line 715) | ngOnInit(): void { class NzPageDemoIconCopiedCodeComponent (line 735) | class NzPageDemoIconCopiedCodeComponent { function camelCase (line 740) | function camelCase(value: string): string { function upperCamelCase (line 744) | function upperCamelCase(value: string): string { function kebabCase (line 749) | function kebabCase(value: string): string { FILE: components/image/demo/basic.ts class NzDemoImageBasicComponent (line 18) | class NzDemoImageBasicComponent {} FILE: components/image/demo/controlled-preview.ts class NzDemoImageControlledPreviewComponent (line 36) | class NzDemoImageControlledPreviewComponent { method onClick (line 46) | onClick(): void { FILE: components/image/demo/fallback.ts class NzDemoImageFallbackComponent (line 10) | class NzDemoImageFallbackComponent { FILE: components/image/demo/placeholder.ts class NzDemoImagePlaceholderComponent (line 17) | class NzDemoImagePlaceholderComponent { method onReload (line 22) | onReload(): void { FILE: components/image/demo/preview-group.ts class NzDemoImagePreviewGroupComponent (line 15) | class NzDemoImagePreviewGroupComponent {} FILE: components/image/demo/service.ts class NzDemoImageServiceComponent (line 11) | class NzDemoImageServiceComponent { method onClick (line 28) | onClick(): void { FILE: components/image/image-config.ts constant NZ_CONFIG_MODULE_NAME (line 8) | const NZ_CONFIG_MODULE_NAME: NzConfigKey = 'image'; FILE: components/image/image-group.component.ts class NzImageGroupComponent (line 17) | class NzImageGroupComponent { method addImage (line 22) | addImage(image: NzImageDirective): void { FILE: components/image/image-preview-options.ts class NzImagePreviewOptions (line 8) | class NzImagePreviewOptions { type NzImage (line 22) | interface NzImage { FILE: components/image/image-preview-ref.ts constant CLASS_NAME (line 16) | const CLASS_NAME = 'ant-image-preview'; constant FADE_CLASS_NAME_MAP (line 17) | const FADE_CLASS_NAME_MAP = { constant FADE_OUT_KEYFRAME_NAME (line 21) | const FADE_OUT_KEYFRAME_NAME = 'antFadeOut'; class NzImagePreviewRef (line 23) | class NzImagePreviewRef { method constructor (line 26) | constructor( method element (line 62) | private get element(): HTMLElement { method _animationsEnabled (line 66) | private get _animationsEnabled(): boolean { method _startEnterAnimation (line 70) | private _startEnterAnimation(): void { method _startLeaveAnimation (line 76) | private _startLeaveAnimation(): void { method switchTo (line 83) | switchTo(index: number): void { method next (line 87) | next(): void { method prev (line 91) | prev(): void { method close (line 95) | close(): void { method _doClose (line 112) | private _doClose(): void { FILE: components/image/image-preview.component.ts type NzImageContainerOperation (line 39) | interface NzImageContainerOperation { constant NZ_DEFAULT_SCALE_STEP (line 51) | const NZ_DEFAULT_SCALE_STEP = 0.5; constant NZ_DEFAULT_ZOOM (line 52) | const NZ_DEFAULT_ZOOM = 1; constant NZ_DEFAULT_ROTATE (line 53) | const NZ_DEFAULT_ROTATE = 0; class NzImagePreviewComponent (line 149) | class NzImagePreviewComponent implements OnInit { method maskClosable (line 237) | get maskClosable(): boolean { method constructor (line 242) | constructor() { method ngOnInit (line 248) | ngOnInit(): void { method setImages (line 275) | setImages(images: NzImage[], scaleStepMap?: Map): void { method switchTo (line 281) | switchTo(index: number): void { method next (line 286) | next(): void { method prev (line 297) | prev(): void { method markForCheck (line 308) | markForCheck(): void { method onClose (line 312) | onClose(): void { method onZoomIn (line 317) | onZoomIn(): void { method onZoomOut (line 325) | onZoomOut(): void { method onRotateRight (line 339) | onRotateRight(): void { method onRotateLeft (line 344) | onRotateLeft(): void { method onSwitchLeft (line 349) | onSwitchLeft(event: MouseEvent): void { method onSwitchRight (line 355) | onSwitchRight(event: MouseEvent): void { method onHorizontalFlip (line 361) | onHorizontalFlip(): void { method onVerticalFlip (line 366) | onVerticalFlip(): void { method wheelZoomEventHandler (line 371) | wheelZoomEventHandler(event: WheelEvent): void { method onDragEnd (line 384) | onDragEnd(event: CdkDragEnd): void { method sanitizerResourceUrl (line 410) | sanitizerResourceUrl(url: string): SafeResourceUrl { method updatePreviewImageTransform (line 414) | private updatePreviewImageTransform(): void { method updatePreviewImageWrapperTransform (line 422) | private updatePreviewImageWrapperTransform(): void { method updateZoomOutDisabled (line 426) | private updateZoomOutDisabled(): void { method handlerImageTransformationWhileZoomingWithMouse (line 430) | private handlerImageTransformationWhileZoomingWithMouse(event: WheelEv... method handleImageScaleWhileZoomingWithMouse (line 451) | private handleImageScaleWhileZoomingWithMouse(deltaY: number): void { method isZoomedInWithMouseWheel (line 463) | private isZoomedInWithMouseWheel(delta: number): boolean { method reset (line 467) | private reset(): void { method reCenterImage (line 476) | private reCenterImage(): void { FILE: components/image/image.directive.ts constant NZ_CONFIG_MODULE_NAME (line 30) | const NZ_CONFIG_MODULE_NAME: NzConfigKey = 'image'; type ImageStatusType (line 32) | type ImageStatusType = 'error' | 'loading' | 'normal'; type NzImageUrl (line 33) | type NzImageUrl = string; type NzImageScaleStep (line 34) | type NzImageScaleStep = number; class NzImageDirective (line 43) | class NzImageDirective implements OnInit, OnChanges { method previewable (line 67) | get previewable(): boolean { method ngOnInit (line 70) | ngOnInit(): void { method onPreview (line 84) | onPreview(): void { method getElement (line 119) | getElement(): ElementRef { method ngOnChanges (line 123) | ngOnChanges(changes: SimpleChanges): void { method backLoad (line 136) | private backLoad(): void { FILE: components/image/image.module.ts class NzImageModule (line 18) | class NzImageModule {} FILE: components/image/image.service.ts type NzImageService (line 25) | interface NzImageService { method preview (line 36) | preview( method display (line 44) | private display( method attachPreviewComponent (line 59) | private attachPreviewComponent(overlayRef: OverlayRef, config: NzImage... method createOverlay (line 74) | private createOverlay(config: NzImagePreviewOptions): OverlayRef { class NzImageService (line 31) | class NzImageService { method preview (line 36) | preview( method display (line 44) | private display( method attachPreviewComponent (line 59) | private attachPreviewComponent(overlayRef: OverlayRef, config: NzImage... method createOverlay (line 74) | private createOverlay(config: NzImagePreviewOptions): OverlayRef { FILE: components/image/image.spec.ts constant SRC (line 32) | const SRC = 'https://zos.alipayobjects.com/rmsportal/jkjgkEfvpUPVyRjUImn... constant QUICK_SRC (line 33) | const QUICK_SRC = constant PLACEHOLDER (line 35) | const PLACEHOLDER = constant FALLBACK (line 37) | const FALLBACK = function getPreviewWrapElement (line 217) | function getPreviewWrapElement(): HTMLElement { function getPreviewRootElement (line 221) | function getPreviewRootElement(): HTMLDivElement { function getPreviewImageElement (line 225) | function getPreviewImageElement(): HTMLImageElement { function tickChanges (line 229) | function tickChanges(time: number = 300): void { class TestImageBasicComponent (line 732) | class TestImageBasicComponent { class TestImagePlaceholderComponent (line 743) | class TestImagePlaceholderComponent { class TestImageFallbackComponent (line 755) | class TestImageFallbackComponent { class TestImagePreviewGroupComponent (line 773) | class TestImagePreviewGroupComponent { method constructor (line 785) | constructor(private nzImageService: NzImageService) {} method createByService (line 787) | createByService(): void { method triggerPreview (line 791) | triggerPreview(): void { FILE: components/image/utils.ts function getFitContentPosition (line 60) | function getFitContentPosition(params: { function getOffset (line 87) | function getOffset(node: HTMLElement): { left: number; top: number } { function getClientSize (line 98) | function getClientSize(): { width: number; height: number } { function fitPoint (line 107) | function fitPoint(start: number, size: number, clientSize: number): numb... FILE: components/input-number/demo/addon.ts class NzDemoInputNumberAddonComponent (line 48) | class NzDemoInputNumberAddonComponent { FILE: components/input-number/demo/basic.ts class NzDemoInputNumberBasicComponent (line 11) | class NzDemoInputNumberBasicComponent { FILE: components/input-number/demo/change-on-wheel.ts class NzDemoInputNumberChangeOnWheelComponent (line 19) | class NzDemoInputNumberChangeOnWheelComponent { method onChange (line 22) | onChange(value: number): void { method onStep (line 26) | onStep(event: NzInputNumberStepEvent): void { FILE: components/input-number/demo/digit.ts class NzDemoInputNumberDigitComponent (line 11) | class NzDemoInputNumberDigitComponent { FILE: components/input-number/demo/disabled.ts class NzDemoInputNumberDisabledComponent (line 17) | class NzDemoInputNumberDisabledComponent { FILE: components/input-number/demo/focus.ts class NzDemoInputNumberFocusComponent (line 22) | class NzDemoInputNumberFocusComponent { FILE: components/input-number/demo/formatter.ts class NzDemoInputNumberFormatterComponent (line 25) | class NzDemoInputNumberFormatterComponent { FILE: components/input-number/demo/handler-icon.ts class NzDemoInputNumberHandlerIconComponent (line 17) | class NzDemoInputNumberHandlerIconComponent { FILE: components/input-number/demo/keyboard.ts class NzDemoInputNumberKeyboardComponent (line 20) | class NzDemoInputNumberKeyboardComponent { FILE: components/input-number/demo/out-of-range.ts class NzDemoInputNumberOutOfRangeComponent (line 11) | class NzDemoInputNumberOutOfRangeComponent { FILE: components/input-number/demo/prefix.ts class NzDemoInputNumberPrefixComponent (line 30) | class NzDemoInputNumberPrefixComponent {} FILE: components/input-number/demo/size.ts class NzDemoInputNumberSizeComponent (line 20) | class NzDemoInputNumberSizeComponent { FILE: components/input-number/demo/status.ts class NzDemoInputNumberStatusComponent (line 26) | class NzDemoInputNumberStatusComponent {} FILE: components/input-number/demo/variant.ts class NzDemoInputNumberVariantComponent (line 17) | class NzDemoInputNumberVariantComponent {} FILE: components/input-number/input-number.component.spec.ts function upStepByHandler (line 532) | function upStepByHandler(eventInit?: MouseEventInit): void { function downStepByHandler (line 537) | function downStepByHandler(eventInit?: MouseEventInit): void { function upStepByKeyboard (line 543) | function upStepByKeyboard(): void { function downStepByKeyboard (line 546) | function downStepByKeyboard(): void { function enter (line 549) | function enter(): void { function getInputElement (line 553) | function getInputElement(): HTMLInputElement { function input (line 556) | function input(text: string): void { function blur (line 561) | function blur(): void { class InputNumberTestComponent (line 751) | @Component({ method displayValue (line 799) | get displayValue(): string { method onStep (line 803) | onStep(_event: NzInputNumberStepEvent): void {} class InputNumberWithAffixesAndAddonsTestComponent (line 806) | @Component({ class TestInputNumberFinalSizeComponent (line 869) | @Component({ class TestInputNumberFinalVariantComponent (line 877) | @Component({ FILE: components/input-number/input-number.component.ts type NzInputNumberStepEmitter (line 66) | type NzInputNumberStepEmitter = 'wheel' | 'handler' | 'keyboard'; type NzInputNumberStepEvent (line 67) | interface NzInputNumberStepEvent { class NzInputNumberComponent (line 205) | class NzInputNumberComponent implements OnInit, ControlValueAccessor { method constructor (line 340) | constructor() { method ngOnInit (line 373) | ngOnInit(): void { method writeValue (line 379) | writeValue(value: number | null | undefined): void { method registerOnChange (line 387) | registerOnChange(fn: OnChangeType): void { method registerOnTouched (line 391) | registerOnTouched(fn: OnTouchedType): void { method setDisabledState (line 395) | setDisabledState(disabled: boolean): void { method focus (line 402) | focus(options?: InputFocusOptions): void { method blur (line 406) | blur(): void { method step (line 410) | private step(event: MouseEvent | KeyboardEvent, up: boolean, emitter: ... method setValue (line 443) | private setValue(value: number | null): void { method setValueByTyping (line 456) | private setValueByTyping(value: string): void { method updateValue (line 486) | private updateValue(value: number | null): void { method fixValue (line 493) | private fixValue(): void { method stopAutoStep (line 522) | protected stopAutoStep(): void { method onStepMouseDown (line 529) | protected onStepMouseDown(event: MouseEvent | KeyboardEvent, up: boole... method onKeyDown (line 545) | protected onKeyDown(event: KeyboardEvent): void { method onInput (line 561) | protected onInput(value: string): void { method onWheel (line 565) | protected onWheel(event: WheelEvent): void { constant STEP_INTERVAL (line 578) | const STEP_INTERVAL = 200; constant STEP_DELAY (line 583) | const STEP_DELAY = 600; function defaultParser (line 585) | function defaultParser(value: string): number { function isInRange (line 594) | function isInRange(value: number, min: number, max: number): boolean { function getRangeValue (line 604) | function getRangeValue(value: number, min: number, max: number, precisio... function getDecimalPlaces (line 631) | function getDecimalPlaces(num: number): number { function isNotCompleteNumber (line 635) | function isNotCompleteNumber(value: string | number): boolean { FILE: components/input-number/input-number.module.ts class NzInputNumberModule (line 33) | class NzInputNumberModule {} FILE: components/input/autosize.directive.ts type AutoSizeType (line 15) | interface AutoSizeType { class NzAutosizeDirective (line 33) | class NzAutosizeDirective implements AfterViewInit, DoCheck { method constructor (line 51) | constructor() { method nzAutosize (line 58) | set nzAutosize(value: string | boolean | AutoSizeType) { method resizeToFitContent (line 72) | resizeToFitContent(force: boolean = false): void { method cacheTextareaLineHeight (line 135) | private cacheTextareaLineHeight(): void { method setMinHeight (line 171) | setMinHeight(): number | null { method setMaxHeight (line 181) | setMaxHeight(): number | null { method noopInputHandler (line 190) | noopInputHandler(): void { method ngAfterViewInit (line 194) | ngAfterViewInit(): void { method ngDoCheck (line 204) | ngDoCheck(): void { FILE: components/input/autosize.spec.ts class NzTestInputWithTextAreaAutoSizeStringComponent (line 227) | class NzTestInputWithTextAreaAutoSizeStringComponent { class NzTestInputWithTextAreaAutoSizeObjectComponent (line 235) | class NzTestInputWithTextAreaAutoSizeObjectComponent { class NzTestInputWithTextAreaAutoSizeBooleanComponent (line 244) | class NzTestInputWithTextAreaAutoSizeBooleanComponent { FILE: components/input/demo/addon.ts class NzDemoInputAddonComponent (line 50) | class NzDemoInputAddonComponent { FILE: components/input/demo/advance-count.ts class NzDemoInputAdvanceCountComponent (line 70) | class NzDemoInputAdvanceCountComponent { function runes (line 88) | function runes(str: string): string[] { FILE: components/input/demo/allow-clear.ts class NzDemoInputAllowClearComponent (line 27) | class NzDemoInputAllowClearComponent { FILE: components/input/demo/autosize-textarea.ts class NzDemoInputAutosizeTextareaComponent (line 31) | class NzDemoInputAutosizeTextareaComponent {} FILE: components/input/demo/basic.ts class NzDemoInputBasicComponent (line 11) | class NzDemoInputBasicComponent { FILE: components/input/demo/compact.ts class NzDemoInputCompactComponent (line 54) | class NzDemoInputCompactComponent { FILE: components/input/demo/focus.ts class NzDemoInputFocusComponent (line 29) | class NzDemoInputFocusComponent { FILE: components/input/demo/otp.ts class NzDemoInputOtpComponent (line 34) | class NzDemoInputOtpComponent { FILE: components/input/demo/password-input.ts class NzDemoInputPasswordInputComponent (line 44) | class NzDemoInputPasswordInputComponent { FILE: components/input/demo/presuffix.ts class NzDemoInputPresuffixComponent (line 37) | class NzDemoInputPresuffixComponent { FILE: components/input/demo/search-input-loading.ts class NzDemoInputSearchInputLoadingComponent (line 24) | class NzDemoInputSearchInputLoadingComponent {} FILE: components/input/demo/search-input.ts class NzDemoInputSearchInputComponent (line 44) | class NzDemoInputSearchInputComponent { method onSearch (line 47) | onSearch(event: NzInputSearchEvent): void { FILE: components/input/demo/size.ts class NzDemoInputSizeComponent (line 28) | class NzDemoInputSizeComponent {} FILE: components/input/demo/status.ts class NzDemoInputStatusComponent (line 26) | class NzDemoInputStatusComponent { FILE: components/input/demo/textarea-with-character-count.ts class NzDemoInputTextareaWithCharacterCountComponent (line 22) | class NzDemoInputTextareaWithCharacterCountComponent { FILE: components/input/demo/textarea.ts class NzDemoInputTextareaComponent (line 11) | class NzDemoInputTextareaComponent { FILE: components/input/demo/tooltip.ts class NzDemoInputTooltipComponent (line 37) | class NzDemoInputTooltipComponent { method onChange (line 43) | onChange(value: string): void { method onBlur (line 48) | onBlur(): void { method updateValue (line 54) | updateValue(value: string): void { method updateTitle (line 63) | updateTitle(): void { method formatNumber (line 67) | formatNumber(value: string): string { FILE: components/input/demo/variant.ts class NzDemoInputVariantComponent (line 18) | class NzDemoInputVariantComponent {} FILE: components/input/input-addon.directive.ts class NzInputAddonBeforeDirective (line 11) | class NzInputAddonBeforeDirective {} class NzInputAddonAfterDirective (line 16) | class NzInputAddonAfterDirective {} FILE: components/input/input-affix.directive.ts class NzInputPrefixDirective (line 11) | class NzInputPrefixDirective {} class NzInputSuffixDirective (line 16) | class NzInputSuffixDirective {} FILE: components/input/input-group-slot.component.ts class NzInputGroupSlotComponent (line 32) | class NzInputGroupSlotComponent { FILE: components/input/input-group.component.ts class NzInputGroupWhitSuffixOrPrefixDirective (line 47) | class NzInputGroupWhitSuffixOrPrefixDirective { class NzInputGroupComponent (line 142) | class NzInputGroupComponent implements AfterContentInit, OnChanges, OnIn... method constructor (line 180) | constructor() { method updateChildrenInputSize (line 184) | updateChildrenInputSize(): void { method ngOnInit (line 190) | ngOnInit(): void { method ngAfterContentInit (line 214) | ngAfterContentInit(): void { method ngOnChanges (line 230) | ngOnChanges(changes: SimpleChanges): void { method setStatusStyles (line 260) | private setStatusStyles(status: NzValidateStatus, hasFeedback: boolean... FILE: components/input/input-group.spec.ts class NzTestInputGroupAddonComponent (line 331) | class NzTestInputGroupAddonComponent { class NzTestInputGroupAffixComponent (line 349) | class NzTestInputGroupAffixComponent { class NzTestInputGroupMultipleComponent (line 367) | class NzTestInputGroupMultipleComponent { class NzTestInputGroupMixComponent (line 381) | class NzTestInputGroupMixComponent {} class NzTestInputGroupColComponent (line 396) | class NzTestInputGroupColComponent {} class NzTestInputGroupWithStatusComponent (line 415) | class NzTestInputGroupWithStatusComponent { class NzTestInputGroupInFormComponent (line 434) | class NzTestInputGroupInFormComponent { FILE: components/input/input-otp.component.ts class NzInputOtpComponent (line 75) | class NzInputOtpComponent implements ControlValueAccessor, OnChanges { method constructor (line 93) | constructor() { method ngOnChanges (line 97) | ngOnChanges(changes: SimpleChanges): void { method onInput (line 107) | onInput(index: number, event: Event): void { method onFocus (line 118) | onFocus(event: FocusEvent): void { method onKeyDown (line 123) | onKeyDown(index: number, event: KeyboardEvent): void { method writeValue (line 146) | writeValue(value: string): void { method registerOnChange (line 162) | registerOnChange(fn: (value: string) => void): void { method registerOnTouched (line 166) | registerOnTouched(fn: () => {}): void { method setDisabledState (line 170) | setDisabledState(isDisabled: boolean): void { method onPaste (line 178) | onPaste(index: number, event: ClipboardEvent): void { method createFormArray (line 200) | private createFormArray(): void { method emitValue (line 225) | private emitValue(): void { method selectInputBox (line 232) | private selectInputBox(index: number): void { FILE: components/input/input-password.directive.spec.ts class InputPasswordTestComponent (line 73) | @Component({ FILE: components/input/input-password.directive.ts class NzInputPasswordDirective (line 15) | class NzInputPasswordDirective { method toggleVisible (line 19) | toggleVisible(): void { class NzInputPasswordIconDirective (line 27) | class NzInputPasswordIconDirective { method ngTemplateContextGuard (line 31) | static ngTemplateContextGuard(_: NzInputPasswordIconDirective, context... FILE: components/input/input-search.directive.spec.ts class InputSearchTestComponent (line 182) | @Component({ method onSearch (line 196) | onSearch(_event: NzInputSearchEvent): void {} class InputSearchCustomEnterButtonTestComponent (line 199) | @Component({ FILE: components/input/input-search.directive.ts class NzInputSearchDirective (line 32) | class NzInputSearchDirective { method search (line 43) | search(event: Event, source: 'input' | 'clear' = 'input'): void { method onEnter (line 49) | onEnter(event: KeyboardEvent): void { class NzInputSearchEnterButtonDirective (line 59) | class NzInputSearchEnterButtonDirective {} type NzInputSearchEvent (line 61) | interface NzInputSearchEvent { FILE: components/input/input-wrapper.component.spec.ts class InputAllowClearTestComponent (line 401) | @Component({ method onClear (line 415) | onClear(): void {} class InputWithAffixesAndAddonsTestComponent (line 418) | @Component({ class InputWithCountTestComponent (line 485) | class InputWithCountTestComponent { FILE: components/input/input-wrapper.component.ts type NzCountConfig (line 43) | interface NzCountConfig { class NzInputWrapperComponent (line 182) | class NzInputWrapperComponent { method constructor (line 324) | constructor() { method clear (line 350) | clear(): void { FILE: components/input/input.directive.ts constant PREFIX_CLS (line 42) | const PREFIX_CLS = 'ant-input'; class NzInputDirective (line 66) | class NzInputDirective implements OnInit { method constructor (line 135) | constructor() { method ngOnInit (line 150) | ngOnInit(): void { method renderFeedbackIcon (line 161) | private renderFeedbackIcon(): void { method focus (line 175) | focus(options?: InputFocusOptions): void { method blur (line 179) | blur(): void { FILE: components/input/input.module.ts class NzInputModule (line 57) | class NzInputModule {} FILE: components/input/input.spec.ts class NzTestInputWithDirComponent (line 438) | class NzTestInputWithDirComponent { class NzTestInputWithInputComponent (line 455) | class NzTestInputWithInputComponent { class NzTestInputWithTextAreaComponent (line 468) | class NzTestInputWithTextAreaComponent {} class NzTestInputFormComponent (line 478) | class NzTestInputFormComponent { method disable (line 481) | disable(): void { class NzTestInputWithStatusComponent (line 491) | class NzTestInputWithStatusComponent { class NzTestInputInFormComponent (line 507) | class NzTestInputInFormComponent { class NzTestInputWithTypeComponent (line 516) | class NzTestInputWithTypeComponent { class TestInputFinalSizeComponent (line 524) | class TestInputFinalSizeComponent { class TestInputFinalVariantComponent (line 532) | class TestInputFinalVariantComponent { FILE: components/input/textarea-count.component.ts class NzTextareaCountComponent (line 35) | class NzTextareaCountComponent implements AfterContentInit { method ngAfterContentInit (line 45) | ngAfterContentInit(): void { method setDataCount (line 64) | setDataCount(value: string): void { FILE: components/input/textarea-count.spec.ts class NzTestInputTextareaCountWithoutMaxComponent (line 81) | class NzTestInputTextareaCountWithoutMaxComponent { class NzTestInputTextareaCountWithMaxComponent (line 93) | class NzTestInputTextareaCountWithMaxComponent { FILE: components/input/tokens.ts constant NZ_INPUT_WRAPPER (line 11) | const NZ_INPUT_WRAPPER = new InjectionToken( constant NZ_INPUT_SEARCH (line 15) | const NZ_INPUT_SEARCH = new InjectionToken( FILE: components/layout/content.component.ts class NzContentComponent (line 18) | class NzContentComponent {} FILE: components/layout/demo/basic.ts class NzDemoLayoutBasicComponent (line 86) | class NzDemoLayoutBasicComponent {} FILE: components/layout/demo/custom-trigger.ts class NzDemoLayoutCustomTriggerComponent (line 97) | class NzDemoLayoutCustomTriggerComponent { FILE: components/layout/demo/fixed-sider.ts class NzDemoLayoutFixedSiderComponent (line 197) | class NzDemoLayoutFixedSiderComponent { FILE: components/layout/demo/fixed.ts class NzDemoLayoutFixedComponent (line 73) | class NzDemoLayoutFixedComponent { FILE: components/layout/demo/responsive.ts class NzDemoLayoutResponsiveComponent (line 69) | class NzDemoLayoutResponsiveComponent { FILE: components/layout/demo/side.ts class NzDemoLayoutSideComponent (line 92) | class NzDemoLayoutSideComponent { FILE: components/layout/demo/top-side-2.ts class NzDemoLayoutTopSide2Component (line 94) | class NzDemoLayoutTopSide2Component {} FILE: components/layout/demo/top-side.ts class NzDemoLayoutTopSideComponent (line 102) | class NzDemoLayoutTopSideComponent { FILE: components/layout/demo/top.ts class NzDemoLayoutTopComponent (line 64) | class NzDemoLayoutTopComponent { FILE: components/layout/footer.component.ts class NzFooterComponent (line 18) | class NzFooterComponent {} FILE: components/layout/header.component.ts class NzHeaderComponent (line 18) | class NzHeaderComponent {} FILE: components/layout/layout.component.ts class NzLayoutComponent (line 33) | class NzLayoutComponent implements OnInit { method ngOnInit (line 40) | ngOnInit(): void { FILE: components/layout/layout.module.ts class NzLayoutModule (line 26) | class NzLayoutModule {} FILE: components/layout/layout.spec.ts class NzLayoutCustomTriggerComponent (line 275) | class NzLayoutCustomTriggerComponent { method changeTrigger (line 281) | changeTrigger(): void { class NzLayoutSideComponent (line 301) | class NzLayoutSideComponent { class NzLayoutResponsiveComponent (line 331) | class NzLayoutResponsiveComponent { class NzLayoutBasicComponent (line 373) | class NzLayoutBasicComponent {} class NzTestLayoutRtlComponent (line 383) | class NzTestLayoutRtlComponent { FILE: components/layout/sider-trigger.component.ts class NzSiderTriggerComponent (line 53) | class NzSiderTriggerComponent implements OnChanges, OnInit { method updateTriggerType (line 64) | updateTriggerType(): void { method ngOnInit (line 69) | ngOnInit(): void { method ngOnChanges (line 72) | ngOnChanges(): void { FILE: components/layout/sider.component.ts class NzSiderComponent (line 71) | class NzSiderComponent implements OnInit, OnChanges, AfterContentInit { method updateStyleMap (line 92) | updateStyleMap(): void { method updateMenuInlineCollapsed (line 98) | updateMenuInlineCollapsed(): void { method setCollapsed (line 104) | setCollapsed(collapsed: boolean): void { method ngOnInit (line 114) | ngOnInit(): void { method ngOnChanges (line 134) | ngOnChanges(changes: SimpleChanges): void { method ngAfterContentInit (line 144) | ngAfterContentInit(): void { FILE: components/list/demo/basic.ts class NzDemoListBasicComponent (line 31) | class NzDemoListBasicComponent { method change (line 48) | change(): void { FILE: components/list/demo/grid.ts class NzDemoListGridComponent (line 24) | class NzDemoListGridComponent { FILE: components/list/demo/infinite-load.ts type ItemData (line 13) | interface ItemData { type Name (line 19) | interface Name { class NzDemoListInfiniteLoadComponent (line 63) | class NzDemoListInfiniteLoadComponent implements OnInit { method ngOnInit (line 70) | ngOnInit(): void { class MyDataSource (line 80) | class MyDataSource extends DataSource { method constructor (line 88) | constructor(private http: HttpClient) { method completed (line 92) | completed(): Observable { method connect (line 96) | connect(collectionViewer: CollectionViewer): Observable { method disconnect (line 101) | disconnect(): void { method setup (line 106) | private setup(collectionViewer: CollectionViewer): void { method getPageForIndex (line 119) | private getPageForIndex(index: number): number { method fetchPage (line 123) | private fetchPage(page: number): void { FILE: components/list/demo/loadmore.ts class NzDemoListLoadmoreComponent (line 62) | class NzDemoListLoadmoreComponent implements OnInit { method constructor (line 68) | constructor( method ngOnInit (line 73) | ngOnInit(): void { method getData (line 81) | getData(callback: (res: any) => void): void { method onLoadMore (line 88) | onLoadMore(): void { method edit (line 101) | edit(item: any): void { FILE: components/list/demo/responsive.ts class NzDemoListResponsiveComponent (line 24) | class NzDemoListResponsiveComponent { FILE: components/list/demo/simple.ts class NzDemoListSimpleComponent (line 59) | class NzDemoListSimpleComponent { method constructor (line 68) | constructor(public msg: NzMessageService) {} FILE: components/list/demo/vertical.ts type ItemData (line 6) | interface ItemData { class NzDemoListVerticalComponent (line 53) | class NzDemoListVerticalComponent implements OnInit { method ngOnInit (line 56) | ngOnInit(): void { method loadData (line 60) | loadData(pi: number): void { FILE: components/list/interface.ts type ColumnCount (line 6) | type ColumnCount = 1 | 2 | 3 | 4 | 6 | 8 | 12 | 24; type NzListGrid (line 8) | interface NzListGrid { FILE: components/list/list-cell.ts class NzListEmptyComponent (line 20) | class NzListEmptyComponent { class NzListHeaderComponent (line 33) | class NzListHeaderComponent {} class NzListFooterComponent (line 44) | class NzListFooterComponent {} class NzListPaginationComponent (line 55) | class NzListPaginationComponent {} class NzListLoadMoreDirective (line 61) | class NzListLoadMoreDirective {} class NzListGridDirective (line 69) | class NzListGridDirective {} FILE: components/list/list-item-cell.ts class NzListItemExtraComponent (line 35) | class NzListItemExtraComponent {} class NzListItemActionComponent (line 43) | class NzListItemActionComponent { class NzListItemActionsComponent (line 66) | class NzListItemActionsComponent implements OnChanges, AfterContentInit { method constructor (line 85) | constructor() { method ngOnChanges (line 98) | ngOnChanges(): void { method ngAfterContentInit (line 102) | ngAfterContentInit(): void { FILE: components/list/list-item-meta-cell.ts class NzListItemMetaTitleComponent (line 20) | class NzListItemMetaTitleComponent {} class NzListItemMetaDescriptionComponent (line 32) | class NzListItemMetaDescriptionComponent {} class NzListItemMetaAvatarComponent (line 49) | class NzListItemMetaAvatarComponent { FILE: components/list/list-item-meta.component.ts class NzListItemMetaComponent (line 82) | class NzListItemMetaComponent { method nzAvatar (line 89) | set nzAvatar(value: string | TemplateRef) { FILE: components/list/list-item.component.ts class NzListItemComponent (line 75) | class NzListItemComponent implements AfterViewInit { method isVerticalAndExtra (line 89) | get isVerticalAndExtra(): boolean { method ngAfterViewInit (line 93) | ngAfterViewInit(): void { FILE: components/list/list.component.ts class NzListComponent (line 140) | class NzListComponent implements AfterContentInit, OnChanges, OnInit { method itemLayoutNotify$ (line 166) | get itemLayoutNotify$(): Observable { method constructor (line 170) | constructor() { method ngOnInit (line 174) | ngOnInit(): void { method getSomethingAfterLastItem (line 181) | getSomethingAfterLastItem(): boolean { method ngOnChanges (line 191) | ngOnChanges(changes: SimpleChanges): void { method ngAfterContentInit (line 197) | ngAfterContentInit(): void { FILE: components/list/list.module.ts constant DIRECTIVES (line 26) | const DIRECTIVES = [ class NzListModule (line 48) | class NzListModule {} FILE: components/list/list.spec.ts class TestListComponent (line 259) | @Component({ class TestListWithTemplateComponent (line 324) | @Component({ class TestListItemComponent (line 340) | @Component({ class NzTestListRtlComponent (line 388) | class NzTestListRtlComponent { FILE: components/mention/config.ts constant NZ_MENTION_CONFIG (line 6) | const NZ_MENTION_CONFIG = { FILE: components/mention/demo/async.ts class NzDemoMentionAsyncComponent (line 16) | class NzDemoMentionAsyncComponent { method onSearchChange (line 21) | onSearchChange({ value }: MentionOnSearchTypes): void { method fetchSuggestions (line 31) | fetchSuggestions(value: string, callback: (suggestions: string[]) => v... FILE: components/mention/demo/auto-size.ts class NzDemoMentionAutoSizeComponent (line 23) | class NzDemoMentionAutoSizeComponent { method onSelect (line 27) | onSelect(suggestion: string): void { FILE: components/mention/demo/avatar.ts class NzDemoMentionAvatarComponent (line 29) | class NzDemoMentionAvatarComponent { method onSelect (line 40) | onSelect(value: string): void { FILE: components/mention/demo/basic.ts class NzDemoMentionBasicComponent (line 23) | class NzDemoMentionBasicComponent { method onChange (line 27) | onChange(value: string): void { method onSelect (line 31) | onSelect(suggestion: string): void { FILE: components/mention/demo/clear.ts class NzDemoMentionClearComponent (line 21) | class NzDemoMentionClearComponent { method onSelect (line 25) | onSelect(e: string): void { method onClear (line 29) | onClear(): void { FILE: components/mention/demo/custom-tag.ts class NzDemoMentionCustomTagComponent (line 19) | class NzDemoMentionCustomTagComponent { method onSelect (line 31) | onSelect(value: string): void { FILE: components/mention/demo/form.ts class NzDemoMentionFormComponent (line 54) | class NzDemoMentionFormComponent { method mention (line 72) | get mention(): FormControl { method submitForm (line 76) | submitForm(): void { method resetForm (line 87) | resetForm(): void { FILE: components/mention/demo/placement.ts class NzDemoMentionPlacementComponent (line 22) | class NzDemoMentionPlacementComponent { method onChange (line 26) | onChange(value: string): void { method onSelect (line 30) | onSelect(suggestion: string): void { FILE: components/mention/demo/prefix.ts class NzDemoMentionPrefixComponent (line 22) | class NzDemoMentionPrefixComponent { method onSearchChange (line 28) | onSearchChange({ value, prefix }: MentionOnSearchTypes): void { FILE: components/mention/demo/preview.ts class NzDemoMentionPreviewComponent (line 34) | class NzDemoMentionPreviewComponent { method constructor (line 39) | constructor(private sanitizer: DomSanitizer) { method getRegExp (line 43) | getRegExp(prefix: string | string[]): RegExp { method renderPreView (line 54) | renderPreView(): void { FILE: components/mention/demo/readonly.ts class NzDemoMentionReadonlyComponent (line 33) | class NzDemoMentionReadonlyComponent { FILE: components/mention/demo/status.ts class NzDemoMentionStatusComponent (line 19) | class NzDemoMentionStatusComponent { FILE: components/mention/demo/variant.ts class NzDemoMentionVariantComponent (line 24) | class NzDemoMentionVariantComponent { method onSelect (line 35) | onSelect(value: string): void { FILE: components/mention/mention-suggestions.ts class NzMentionSuggestionDirective (line 12) | class NzMentionSuggestionDirective {} FILE: components/mention/mention-trigger.ts class NzMentionTriggerDirective (line 42) | class NzMentionTriggerDirective implements ControlValueAccessor { method constructor (line 65) | constructor() { method completeEvents (line 79) | completeEvents(): void { method focus (line 87) | focus(caretPos: number | null = null): void { method insertMention (line 92) | insertMention(mention: Mention): void { method clear (line 106) | clear(): void { method writeValue (line 112) | writeValue(value: string): void { method registerOnChange (line 120) | registerOnChange(fn: (value: string) => void): void { method registerOnTouched (line 124) | registerOnTouched(fn: () => void): void { method setDisabledState (line 128) | setDisabledState(isDisabled: boolean): void { method setupEventListener (line 132) | private setupEventListener(eventName: string, ev... FILE: components/mention/mention.component.ts type MentionOnSearchTypes (line 75) | interface MentionOnSearchTypes { type Mention (line 80) | interface Mention { type MentionPlacement (line 86) | type MentionPlacement = 'top' | 'bottom'; class NzMentionComponent (line 157) | class NzMentionComponent implements OnInit, AfterViewInit, OnChanges { method suggestionChild (line 185) | set suggestionChild(value: TemplateRef<{ $implicit: NzSafeAny }>) { method triggerNativeElement (line 222) | private get triggerNativeElement(): HTMLTextAreaElement | HTMLInputEle... method focusItemElement (line 226) | private get focusItemElement(): HTMLElement | null { method constructor (line 243) | constructor() { method ngOnInit (line 258) | ngOnInit(): void { method ngOnChanges (line 277) | ngOnChanges(changes: SimpleChanges): void { method ngAfterViewInit (line 294) | ngAfterViewInit(): void { method closeDropdown (line 308) | closeDropdown(): void { method openDropdown (line 317) | openDropdown(): void { method getMentions (line 323) | getMentions(): string[] { method selectSuggestion (line 327) | selectSuggestion(suggestion: string | {}): void { method clear (line 339) | clear(): void { method handleInput (line 345) | private handleInput(event: KeyboardEvent): void { method handleKeydown (line 352) | private handleKeydown(event: KeyboardEvent): void { method handleClick (line 380) | private handleClick(): void { method bindTriggerEvents (line 384) | private bindTriggerEvents(): void { method suggestionsFilter (line 392) | private suggestionsFilter(value: string, emit: boolean): void { method resetDropdown (line 417) | private resetDropdown(emit: boolean = true): void { method setNextItemActive (line 429) | private setNextItemActive(): void { method setPreviousItemActive (line 435) | private setPreviousItemActive(): void { method scrollToFocusItem (line 441) | private scrollToFocusItem(): void { method canOpen (line 447) | private canOpen(): boolean { method resetCursorMention (line 452) | private resetCursorMention(): void { method updatePositions (line 483) | private updatePositions(): void { method subscribeOverlayOutsideClick (line 501) | private subscribeOverlayOutsideClick(): Subscription { method attachOverlay (line 526) | private attachOverlay(): void { method getOverlayPosition (line 542) | private getOverlayPosition(): PositionStrategy { method setStatusStyles (line 552) | private setStatusStyles(status: NzValidateStatus, hasFeedback: boolean... FILE: components/mention/mention.module.ts constant COMPONENTS (line 12) | const COMPONENTS = [NzMentionComponent, NzMentionTriggerDirective, NzMen... class NzMentionModule (line 18) | class NzMentionModule {} FILE: components/mention/mention.spec.ts class NzTestSimpleMentionComponent (line 829) | @Component({ class NzTestPropertyMentionComponent (line 849) | @Component({ method setArrayPrefix (line 882) | setArrayPrefix(): void { method onSearchChange (line 886) | onSearchChange(): void {} method fetchSuggestions (line 888) | fetchSuggestions(): void { class NzTestDirMentionComponent (line 904) | @Component({ class NzTestStatusMentionComponent (line 918) | @Component({ class NzTestMentionInFormComponent (line 930) | @Component({ class NzTestVariantMentionComponent (line 949) | @Component({ class NzTestClearMentionComponent (line 964) | @Component({ method onClear (line 988) | onClear(): void {} class NzTestFinalVariantMentionComponent (line 991) | @Component({ FILE: components/menu/demo/horizontal-position.ts class NzDemoMenuHorizontalPositionComponent (line 181) | class NzDemoMenuHorizontalPositionComponent {} FILE: components/menu/demo/horizontal.ts class NzDemoMenuHorizontalComponent (line 59) | class NzDemoMenuHorizontalComponent {} FILE: components/menu/demo/inline-collapsed.ts class NzDemoMenuInlineCollapsedComponent (line 60) | class NzDemoMenuInlineCollapsedComponent { method toggleCollapsed (line 63) | toggleCollapsed(): void { FILE: components/menu/demo/inline.ts class NzDemoMenuInlineComponent (line 59) | class NzDemoMenuInlineComponent {} FILE: components/menu/demo/recursive.ts class NzDemoMenuRecursiveComponent (line 46) | class NzDemoMenuRecursiveComponent { FILE: components/menu/demo/router.ts class NzDemoMenuRouterComponent (line 20) | class NzDemoMenuRouterComponent {} FILE: components/menu/demo/sider-current.ts class NzDemoMenuSiderCurrentComponent (line 66) | class NzDemoMenuSiderCurrentComponent { method openHandler (line 73) | openHandler(value: string): void { FILE: components/menu/demo/switch-mode.ts class NzDemoMenuSwitchModeComponent (line 63) | class NzDemoMenuSwitchModeComponent { FILE: components/menu/demo/theme.ts class NzDemoMenuThemeComponent (line 56) | class NzDemoMenuThemeComponent { FILE: components/menu/demo/vertical.ts class NzDemoMenuVerticalComponent (line 53) | class NzDemoMenuVerticalComponent { method change (line 54) | change(value: boolean): void { FILE: components/menu/menu-divider.directive.ts class NzMenuDividerDirective (line 15) | class NzMenuDividerDirective {} FILE: components/menu/menu-group.component.ts function MenuGroupFactory (line 23) | function MenuGroupFactory(): boolean { class NzMenuGroupComponent (line 59) | class NzMenuGroupComponent implements AfterViewInit { method ngAfterViewInit (line 66) | ngAfterViewInit(): void { FILE: components/menu/menu-item.component.ts class NzMenuItemComponent (line 56) | class NzMenuItemComponent implements OnInit, OnChanges, AfterContentInit { method clickMenuItem (line 77) | clickMenuItem(e: MouseEvent): void { method setSelectedState (line 93) | setSelectedState(value: boolean): void { method updateRouterActive (line 98) | private updateRouterActive(): void { method hasActiveLinks (line 112) | private hasActiveLinks(): boolean { method isLinkActive (line 117) | private isLinkActive(router: Router): (link: RouterLink) => boolean { method constructor (line 127) | constructor() { method ngOnInit (line 136) | ngOnInit(): void { method ngAfterContentInit (line 145) | ngAfterContentInit(): void { method ngOnChanges (line 150) | ngOnChanges(changes: SimpleChanges): void { FILE: components/menu/menu.directive.ts function MenuServiceFactory (line 32) | function MenuServiceFactory(): MenuService { function MenuDropdownTokenFactory (line 38) | function MenuDropdownTokenFactory(): boolean { class NzMenuDirective (line 82) | class NzMenuDirective implements AfterContentInit, OnInit, OnChanges { method setInlineCollapsed (line 104) | setInlineCollapsed(inlineCollapsed: boolean): void { method updateInlineCollapse (line 109) | updateInlineCollapse(): void { method ngOnInit (line 121) | ngOnInit(): void { method ngAfterContentInit (line 137) | ngAfterContentInit(): void { method ngOnChanges (line 144) | ngOnChanges(changes: SimpleChanges): void { FILE: components/menu/menu.module.ts class NzMenuModule (line 30) | class NzMenuModule {} FILE: components/menu/menu.service.ts class MenuService (line 14) | class MenuService { method onDescendantMenuItemClick (line 24) | onDescendantMenuItemClick(menu: NzSafeAny): void { method onChildMenuItemClick (line 28) | onChildMenuItemClick(menu: NzSafeAny): void { method setMode (line 32) | setMode(mode: NzMenuModeType): void { method setTheme (line 36) | setTheme(theme: NzMenuThemeType): void { method setInlineIndent (line 40) | setInlineIndent(indent: number): void { FILE: components/menu/menu.spec.ts class NzTestMenuHorizontalComponent (line 661) | class NzTestMenuHorizontalComponent { class NzTestMenuInlineComponent (line 689) | class NzTestMenuInlineComponent { class NzTestBasicMenuHorizontalComponent (line 743) | class NzTestBasicMenuHorizontalComponent {} class NzTestBasicMenuInlineComponent (line 793) | class NzTestBasicMenuInlineComponent {} class NzTestSubMenuSelectedComponent (line 813) | class NzTestSubMenuSelectedComponent {} class NzTestMenuInlineCollapsedComponent (line 850) | class NzTestMenuInlineCollapsedComponent { method toggleCollapsed (line 853) | toggleCollapsed(): void { class NzTestMenuSiderCurrentComponent (line 918) | class NzTestMenuSiderCurrentComponent { method openHandler (line 925) | openHandler(value: string): void { class NzTestMenuSwitchModeComponent (line 976) | class NzTestMenuSwitchModeComponent { class NzTestMenuThemeComponent (line 1023) | class NzTestMenuThemeComponent { FILE: components/menu/menu.types.ts type NzMenuModeType (line 6) | type NzMenuModeType = 'vertical' | 'horizontal' | 'inline'; type NzMenuThemeType (line 7) | type NzMenuThemeType = 'light' | 'dark'; type NzSubmenuTrigger (line 8) | type NzSubmenuTrigger = 'hover' | 'click'; FILE: components/menu/submenu-inline-child.component.ts constant MENU_PREFIX (line 12) | const MENU_PREFIX = 'ant-menu'; class NzSubmenuInlineChildComponent (line 30) | class NzSubmenuInlineChildComponent { FILE: components/menu/submenu-non-inline-child.component.ts constant ANT_PREFIX (line 15) | const ANT_PREFIX = 'ant'; constant MENU_PREFIX (line 16) | const MENU_PREFIX = `${ANT_PREFIX}-menu`; constant SUBMENU_PREFIX (line 17) | const SUBMENU_PREFIX = `${MENU_PREFIX}-submenu`; constant DROPDOWN_PREFIX (line 18) | const DROPDOWN_PREFIX = `${ANT_PREFIX}-dropdown`; constant ANIMATION_PREFIX (line 19) | const ANIMATION_PREFIX = `${ANT_PREFIX}-zoom-big`; constant ANIMATION_CLASS (line 21) | const ANIMATION_CLASS = { class NzSubmenuNoneInlineChildComponent (line 47) | class NzSubmenuNoneInlineChildComponent { method setMouseState (line 102) | protected setMouseState(state: boolean): void { FILE: components/menu/submenu-title.component.ts class NzSubMenuTitleComponent (line 55) | class NzSubMenuTitleComponent { method setMouseState (line 68) | protected setMouseState(state: boolean): void { method clickTitle (line 74) | protected clickTitle(): void { FILE: components/menu/submenu.component.ts class NzSubMenuComponent (line 156) | class NzSubMenuComponent implements OnInit, AfterContentInit, OnChanges { method setOpenStateWithoutDebounce (line 194) | setOpenStateWithoutDebounce(open: boolean): void { method toggleSubMenu (line 198) | toggleSubMenu(): void { method setMouseEnterState (line 202) | setMouseEnterState(value: boolean): void { method setTriggerWidth (line 209) | setTriggerWidth(): void { method onPositionChange (line 221) | onPositionChange(position: ConnectedOverlayPositionChange): void { method ngOnInit (line 230) | ngOnInit(): void { method ngAfterContentInit (line 268) | ngAfterContentInit(): void { method ngOnChanges (line 287) | ngOnChanges(changes: SimpleChanges): void { FILE: components/menu/submenu.service.ts class NzSubmenuService (line 18) | class NzSubmenuService { method onChildMenuItemClick (line 44) | onChildMenuItemClick(menu: NzSafeAny): void { method setOpenStateWithoutDebounce (line 47) | setOpenStateWithoutDebounce(value: boolean): void { method setMouseEnterTitleOrOverlayState (line 50) | setMouseEnterTitleOrOverlayState(value: boolean): void { method constructor (line 54) | constructor() { FILE: components/message/base.ts method remove (line 39) | remove(id?: string): void { method getInstanceId (line 49) | protected getInstanceId(): string { method withContainer (line 53) | protected withContainer(ctor: ComponentType): T { method constructor (line 98) | constructor() { method create (line 102) | create(data: D): Required { method remove (line 116) | remove(id: string, userAction: boolean = false): void { method removeAll (line 132) | removeAll(): void { method onCreate (line 140) | protected onCreate(instance: D): Required { method onRemove (line 146) | protected onRemove(instance: Required, userAction: boolean): void { method onAllInstancesRemoved (line 151) | private onAllInstancesRemoved(): void { method readyInstances (line 156) | protected readyInstances(): void { method mergeOptions (line 162) | protected mergeOptions(options?: D['options']): D['options'] { method constructor (line 200) | constructor() { method ngOnInit (line 208) | ngOnInit(): void { method onEnter (line 225) | onEnter(): void { method onLeave (line 232) | onLeave(): void { method destroy (line 238) | protected destroy(userAction: boolean = false): void { method initErase (line 249) | private initErase(): void { method updateTTL (line 254) | private updateTTL(): void { method startEraseTimeout (line 260) | private startEraseTimeout(): void { method clearEraseTimeout (line 270) | private clearEraseTimeout(): void { method _startEnterAnimation (line 277) | private _startEnterAnimation(): void { method _startLeaveAnimation (line 292) | private _startLeaveAnimation(callback: () => void): void { method matchAnimationKeyframe (line 307) | private matchAnimationKeyframe(event: AnimationEvent, animationName: str... FILE: components/message/demo/close.ts class NzDemoMessageCloseComponent (line 12) | class NzDemoMessageCloseComponent { method constructor (line 13) | constructor(private message: NzMessageService) {} method startShowMessages (line 15) | startShowMessages(): void { FILE: components/message/demo/custom-style.ts class NzDemoMessageCustomStyleComponent (line 11) | class NzDemoMessageCustomStyleComponent { method createNotification (line 14) | createNotification(): void { FILE: components/message/demo/duration.ts class NzDemoMessageDurationComponent (line 11) | class NzDemoMessageDurationComponent { method createBasicMessage (line 12) | createBasicMessage(): void { method constructor (line 18) | constructor(private message: NzMessageService) {} FILE: components/message/demo/info.ts class NzDemoMessageInfoComponent (line 11) | class NzDemoMessageInfoComponent { method constructor (line 12) | constructor(private message: NzMessageService) {} method createBasicMessage (line 14) | createBasicMessage(): void { FILE: components/message/demo/loading.ts class NzDemoMessageLoadingComponent (line 11) | class NzDemoMessageLoadingComponent { method constructor (line 12) | constructor(private message: NzMessageService) {} method createBasicMessage (line 14) | createBasicMessage(): void { FILE: components/message/demo/other.ts class NzDemoMessageOtherComponent (line 20) | class NzDemoMessageOtherComponent { method createMessage (line 21) | createMessage(type: string): void { method constructor (line 25) | constructor(private message: NzMessageService) {} FILE: components/message/demo/template.ts class NzDemoMessageTemplateComponent (line 14) | class NzDemoMessageTemplateComponent { method constructor (line 20) | constructor(private message: NzMessageService) {} method showMessage (line 22) | showMessage(): void { FILE: components/message/message-container.component.ts constant NZ_CONFIG_COMPONENT_NAME (line 15) | const NZ_CONFIG_COMPONENT_NAME = 'message'; constant NZ_MESSAGE_DEFAULT_CONFIG (line 17) | const NZ_MESSAGE_DEFAULT_CONFIG: Required = { class NzMessageContainerComponent (line 40) | class NzMessageContainerComponent extends NzMNContainerComponent { method constructor (line 44) | constructor() { method subscribeConfigChange (line 49) | protected subscribeConfigChange(): void { method updateConfig (line 56) | protected updateConfig(): void { FILE: components/message/message.component.ts class NzMessageComponent (line 68) | class NzMessageComponent extends NzMNComponent implements OnInit { FILE: components/message/message.service.ts class NzMessageService (line 15) | class NzMessageService extends NzMNService { method success (line 18) | success(content: NzMessageContentType, options?: NzMessageDataOptions)... method error (line 22) | error(content: NzMessageContentType, options?: NzMessageDataOptions): ... method info (line 26) | info(content: NzMessageContentType, options?: NzMessageDataOptions): N... method warning (line 30) | warning(content: NzMessageContentType, options?: NzMessageDataOptions)... method loading (line 34) | loading(content: NzMessageContentType, options?: NzMessageDataOptions)... method create (line 38) | create(type: NzMessageType | string, content: NzMessageContentType, op... method createInstance (line 42) | private createInstance(message: NzMessageData, options?: NzMessageData... FILE: components/message/message.spec.ts function getMessageElement (line 24) | function getMessageElement(): HTMLElement { function animationEnd (line 29) | async function animationEnd(): Promise { class NzTestMessageComponent (line 282) | @Component({ FILE: components/message/typings.ts type NzMessageType (line 13) | type NzMessageType = 'success' | 'info' | 'warning' | 'error' | 'loading'; type NzMessageContentType (line 15) | type NzMessageContentType = string | TemplateRef, 'onClose' | 'messageId'>; FILE: components/modal/demo/async.ts class NzDemoModalAsyncComponent (line 24) | class NzDemoModalAsyncComponent { method showModal (line 28) | showModal(): void { method handleOk (line 32) | handleOk(): void { method handleCancel (line 40) | handleCancel(): void { FILE: components/modal/demo/basic.ts class NzDemoModalBasicComponent (line 20) | class NzDemoModalBasicComponent { method showModal (line 23) | showModal(): void { method handleOk (line 27) | handleOk(): void { method handleCancel (line 32) | handleCancel(): void { FILE: components/modal/demo/confirm-promise.ts class NzDemoModalConfirmPromiseComponent (line 11) | class NzDemoModalConfirmPromiseComponent { method constructor (line 14) | constructor(private modal: NzModalService) {} method showConfirm (line 16) | showConfirm(): void { FILE: components/modal/demo/confirm.ts class NzDemoModalConfirmComponent (line 19) | class NzDemoModalConfirmComponent { method constructor (line 20) | constructor(private modal: NzModalService) {} method showConfirm (line 22) | showConfirm(): void { method showDeleteConfirm (line 30) | showDeleteConfirm(): void { FILE: components/modal/demo/draggable.ts class NzDemoModalDraggableComponent (line 29) | class NzDemoModalDraggableComponent { method showModal (line 32) | showModal(): void { method handleOk (line 36) | handleOk(): void { method handleCancel (line 41) | handleCancel(): void { FILE: components/modal/demo/footer.ts class NzDemoModalFooterComponent (line 38) | class NzDemoModalFooterComponent { method showModal (line 42) | showModal(): void { method handleOk (line 46) | handleOk(): void { method handleCancel (line 54) | handleCancel(): void { FILE: components/modal/demo/footer2.ts class NzDemoModalFooter2Component (line 35) | class NzDemoModalFooter2Component { method constructor (line 39) | constructor(private modalService: NzModalService) {} method showModal1 (line 41) | showModal1(): void { method showModal2 (line 45) | showModal2(): void { method handleOk (line 52) | handleOk(): void { method handleCancel (line 60) | handleCancel(): void { class NzModalCustomFooterComponent (line 82) | class NzModalCustomFooterComponent { method constructor (line 83) | constructor(private modal: NzModalRef) {} method destroyModal (line 85) | destroyModal(): void { FILE: components/modal/demo/info.ts class NzDemoModalInfoComponent (line 21) | class NzDemoModalInfoComponent { method constructor (line 22) | constructor(private modal: NzModalService) {} method info (line 24) | info(): void { method success (line 32) | success(): void { method error (line 39) | error(): void { method warning (line 46) | warning(): void { FILE: components/modal/demo/locale.ts class NzDemoModalLocaleComponent (line 31) | class NzDemoModalLocaleComponent { method constructor (line 34) | constructor(private modalService: NzModalService) {} method showModal (line 36) | showModal(): void { method handleOk (line 40) | handleOk(): void { method handleCancel (line 44) | handleCancel(): void { method showConfirm (line 48) | showConfirm(): void { FILE: components/modal/demo/manual.ts class NzDemoModalManualComponent (line 11) | class NzDemoModalManualComponent { method constructor (line 12) | constructor(private modalService: NzModalService) {} method success (line 14) | success(): void { FILE: components/modal/demo/position.ts class NzDemoModalPositionComponent (line 44) | class NzDemoModalPositionComponent { method showModalTop (line 48) | showModalTop(): void { method showModalMiddle (line 52) | showModalMiddle(): void { method handleOkTop (line 56) | handleOkTop(): void { method handleCancelTop (line 61) | handleCancelTop(): void { method handleOkMiddle (line 65) | handleOkMiddle(): void { method handleCancelMiddle (line 70) | handleCancelMiddle(): void { FILE: components/modal/demo/service.ts type IModalData (line 6) | interface IModalData { class NzDemoModalServiceComponent (line 57) | class NzDemoModalServiceComponent { method constructor (line 61) | constructor( method createModal (line 66) | createModal(): void { method createTplModal (line 75) | createTplModal(tplTitle: TemplateRef<{}>, tplContent: TemplateRef<{}>,... method destroyTplModal (line 86) | destroyTplModal(modelRef: NzModalRef): void { method createComponentModal (line 94) | createComponentModal(): void { method createCustomButtonModal (line 124) | createCustomButtonModal(): void { method openAndCloseAll (line 163) | openAndCloseAll(): void { class NzModalCustomComponent (line 196) | class NzModalCustomComponent { method destroyModal (line 203) | destroyModal(): void { FILE: components/modal/modal-close.component.ts class NzModalCloseComponent (line 30) | class NzModalCloseComponent { FILE: components/modal/modal-config.ts constant ZOOM_CLASS_NAME_MAP (line 11) | const ZOOM_CLASS_NAME_MAP = { constant FADE_CLASS_NAME_MAP (line 18) | const FADE_CLASS_NAME_MAP = { constant MODAL_MASK_CLASS_NAME (line 25) | const MODAL_MASK_CLASS_NAME = 'ant-modal-mask'; constant NZ_CONFIG_MODULE_NAME (line 26) | const NZ_CONFIG_MODULE_NAME: NzConfigKey = 'modal'; constant NZ_MODAL_DATA (line 27) | const NZ_MODAL_DATA = new InjectionToken( FILE: components/modal/modal-confirm-container.component.ts class NzModalConfirmContainerComponent (line 107) | class NzModalConfirmContainerComponent extends BaseModalContainerCompone... method _portalOutlet (line 110) | set _portalOutlet(portalOutlet: CdkPortalOutlet) { method _modalElementRef (line 113) | set _modalElementRef(elementRef: ElementRef) { method constructor (line 120) | constructor() { method ngOnInit (line 128) | ngOnInit(): void { method onCancel (line 132) | onCancel(): void { method onOk (line 136) | onOk(): void { FILE: components/modal/modal-container.component.ts class NzModalContainerComponent (line 80) | class NzModalContainerComponent extends BaseModalContainerComponent impl... method _portalOutlet (line 81) | set _portalOutlet(portalOutlet: CdkPortalOutlet) { method _modalElementRef (line 84) | set _modalElementRef(elementRef: ElementRef) { method ngOnInit (line 88) | ngOnInit(): void { FILE: components/modal/modal-container.directive.ts function throwNzModalContentAlreadyAttachedError (line 36) | function throwNzModalContentAlreadyAttachedError(): never { type AnimationState (line 40) | type AnimationState = 'enter-start' | 'enter-active' | 'leave-start' | '... class BaseModalContainerComponent (line 43) | class BaseModalContainerComponent extends BasePortalOutlet { method showMask (line 72) | get showMask(): boolean { method maskClosable (line 78) | get maskClosable(): boolean { method constructor (line 84) | constructor() { method onContainerClick (line 96) | onContainerClick(e: MouseEvent): void { method onCloseClick (line 102) | onCloseClick(): void { method onOkClick (line 106) | onOkClick(): void { method attachComponentPortal (line 110) | attachComponentPortal(portal: ComponentPortal): ComponentRef { method attachTemplatePortal (line 122) | attachTemplatePortal(portal: TemplatePortal): EmbeddedViewRef { method attachStringContent (line 134) | attachStringContent(): void { method getNativeElement (line 141) | getNativeElement(): HTMLElement { method animationDisabled (line 145) | private animationDisabled(): boolean { method setModalTransformOrigin (line 149) | private setModalTransformOrigin(): void { method savePreviouslyFocusedElement (line 161) | private savePreviouslyFocusedElement(): void { method trapFocus (line 174) | private trapFocus(): void { method restoreFocus (line 187) | private restoreFocus(): void { method setEnterInitialClass (line 192) | private setEnterInitialClass(): void { method setEnterActiveClass (line 206) | private setEnterActiveClass(): void { method setExitAnimationClass (line 221) | private setExitAnimationClass(): void { method setMaskExitAnimationClass (line 230) | private setMaskExitAnimationClass(force: boolean = false): void { method cleanAnimationClass (line 243) | private cleanAnimationClass(): void { method setZIndexForBackdrop (line 259) | private setZIndexForBackdrop(): void { method bindBackdropStyle (line 268) | bindBackdropStyle(): void { method updateMaskClassname (line 291) | updateMaskClassname(): void { method _startEnterAnimation (line 302) | _startEnterAnimation(): void { method _startLeaveAnimation (line 329) | _startLeaveAnimation(callback?: () => void): void { method setupMouseListeners (line 351) | protected setupMouseListeners(modalContainer: ElementRef)... FILE: components/modal/modal-content.directive.ts class NzModalContentDirective (line 12) | class NzModalContentDirective { FILE: components/modal/modal-footer.component.ts class NzModalFooterComponent (line 79) | class NzModalFooterComponent { method constructor (line 90) | constructor() { method onCancel (line 100) | onCancel(): void { method onOk (line 104) | onOk(): void { method getButtonCallableProp (line 112) | getButtonCallableProp(options: ModalButtonOptions, prop: keyof ModalBu... method onButtonClick (line 121) | onButtonClick(options: ModalButtonOptions): void { function mergeDefaultOption (line 138) | function mergeDefaultOption(options: ModalButtonOptions): ModalButtonOpt... FILE: components/modal/modal-footer.directive.spec.ts class TestDirectiveFooterComponent (line 84) | @Component({ method handleCancel (line 103) | handleCancel(): void { method showModal (line 107) | showModal(): void { class TestDirectiveFooterWithInitOpenedComponent (line 112) | @Component({ class TestDirectiveFooterInServiceComponent (line 132) | @Component({ method constructor (line 144) | constructor(public nzModalRef: NzModalRef) {} method handleCancel (line 146) | handleCancel(): void { FILE: components/modal/modal-footer.directive.ts class NzModalFooterDirective (line 14) | class NzModalFooterDirective { method constructor (line 18) | constructor() { FILE: components/modal/modal-ref.ts type NzModalState (line 25) | type NzModalState = (typeof NzModalState)[keyof typeof NzModalState]; type NzTriggerAction (line 32) | type NzTriggerAction = (typeof NzTriggerAction)[keyof typeof NzTriggerAc... class NzModalRef (line 34) | class NzModalRef implements NzModalLegacyA... method constructor (line 44) | constructor( method getContentComponent (line 105) | getContentComponent(): T { method getContentComponentRef (line 109) | getContentComponentRef(): Readonly | null> { method getElement (line 113) | getElement(): HTMLElement { method destroy (line 117) | destroy(result?: R): void { method triggerOk (line 121) | triggerOk(): Promise { method triggerCancel (line 125) | triggerCancel(): Promise { method close (line 129) | close(result?: R): void { method updateConfig (line 141) | updateConfig(config: ModalOptions): void { method getState (line 147) | getState(): NzModalState { method getConfig (line 151) | getConfig(): ModalOptions { method getBackdropElement (line 155) | getBackdropElement(): HTMLElement | null { method trigger (line 159) | private async trigger(action: NzTriggerAction): Promise { method closeWhitResult (line 192) | private closeWhitResult(result: NzSafeAny): void { method _finishDialogClose (line 198) | _finishDialogClose(): void { FILE: components/modal/modal-title.component.ts class NzModalTitleComponent (line 28) | class NzModalTitleComponent { FILE: components/modal/modal-title.directive.spec.ts class TestDirectiveTitleComponent (line 81) | @Component({ method handleCancel (line 97) | handleCancel(): void { method showModal (line 101) | showModal(): void { class TestDirectiveTitleWithInitOpenedComponent (line 106) | @Component({ class TestDirectiveTitleInServiceComponent (line 123) | @Component({ method constructor (line 130) | constructor(public nzModalRef: NzModalRef) {} method handleCancel (line 132) | handleCancel(): void { FILE: components/modal/modal-title.directive.ts class NzModalTitleDirective (line 14) | class NzModalTitleDirective { method constructor (line 18) | constructor() { FILE: components/modal/modal-types.ts type OnClickCallback (line 12) | type OnClickCallback = (instance: T) => (false | void | {}) | Promise... type ModalTypes (line 14) | type ModalTypes = 'default' | 'confirm'; type ConfirmType (line 16) | type ConfirmType = 'confirm' | 'info' | 'success' | 'error' | 'warning'; type StyleObjectLike (line 18) | interface StyleObjectLike { class ModalOptions (line 24) | class ModalOptions { type ModalButtonOptions (line 67) | interface ModalButtonOptions { FILE: components/modal/modal.component.ts class NzModalComponent (line 45) | class NzModalComponent method modalTitle (line 104) | set modalTitle(value: TemplateRef) { method modalFooter (line 114) | set modalFooter(value: TemplateRef) { method afterOpen (line 122) | get afterOpen(): Observable { method afterClose (line 127) | get afterClose(): Observable { method constructor (line 132) | constructor() { method open (line 138) | open(): void { method close (line 158) | close(result?: R): void { method destroy (line 170) | destroy(result?: R): void { method triggerOk (line 174) | triggerOk(): void { method triggerCancel (line 178) | triggerCancel(): void { method getContentComponent (line 182) | getContentComponent(): T | void { method getElement (line 186) | getElement(): HTMLElement | void { method getModalRef (line 190) | getModalRef(): NzModalRef | null { method setTitleWithTemplate (line 194) | private setTitleWithTemplate(templateRef: TemplateRef<{}>): void { method setFooterWithTemplate (line 206) | private setFooterWithTemplate(templateRef: TemplateRef<{}>): void { method getConfig (line 220) | private getConfig(): ModalOptions { method ngOnChanges (line 227) | ngOnChanges(changes: SimpleChanges): void { FILE: components/modal/modal.module.ts class NzModalModule (line 34) | class NzModalModule {} FILE: components/modal/modal.service.ts type ContentType (line 33) | type ContentType = ComponentType | TemplateRef | string; class NzModalService (line 36) | class NzModalService implements OnDestroy { method openModals (line 45) | get openModals(): NzModalRef[] { method _afterAllClosed (line 49) | get _afterAllClosed(): Subject { method create (line 58) | create(config: ModalOptions)... method closeAll (line 62) | closeAll(): void { method confirm (line 66) | confirm(options: ModalOptions = {}, confirmType: ConfirmType = '... method info (line 82) | info(options: ModalOptions = {}): NzModalRef { method success (line 86) | success(options: ModalOptions = {}): NzModalRef { method error (line 90) | error(options: ModalOptions = {}): NzModalRef { method warning (line 94) | warning(options: ModalOptions = {}): NzModalRef { method open (line 98) | private open(componentOrTemplateRef: ContentType, config?:... method removeOpenModal (line 113) | private removeOpenModal(modalRef: NzModalRef): void { method closeModals (line 124) | private closeModals(dialogs: NzModalRef[]): void { method createOverlay (line 134) | private createOverlay(config: ModalOptions): OverlayRef { method attachModalContainer (line 147) | private attachModalContainer(overlayRef: OverlayRef, config: ModalOpti... method attachModalContent (line 174) | private attachModalContent( method createInjector (line 202) | private createInjector(modalRef: NzModalRef, config: Mo... method confirmFactory (line 214) | private confirmFactory(options: ModalOptions = {}, confirmType: ... method ngOnDestroy (line 231) | ngOnDestroy(): void { FILE: components/modal/modal.spec.ts function animationDone (line 72) | function animationDone(element: Element, action: 'enter' | 'leave'): void { function getCancelButton (line 1047) | function getCancelButton(): HTMLButtonElement { function getOkButton (line 1051) | function getOkButton(): HTMLButtonElement { class TestWithViewContainerDirective (line 1518) | @Directive({ method constructor (line 1522) | constructor(public viewContainerRef: ViewContainerRef) {} class TestWithChildViewContainerComponent (line 1525) | @Component({ method childViewContainer (line 1533) | get childViewContainer(): ViewContainerRef { class TestWithOnPushViewContainerComponent (line 1538) | @Component({ method constructor (line 1544) | constructor(public viewContainerRef: ViewContainerRef) {} class TestWithServiceComponent (line 1547) | @Component({ method constructor (line 1562) | constructor( method setModalRef (line 1567) | setModalRef(modalRef: NzModalRef): string { class TestWithModalContentComponent (line 1573) | @Component({ method destroyModal (line 1589) | destroyModal(): void { class TestModalComponent (line 1594) | @Component({ method handleCancel (line 1621) | handleCancel(): void { method handleOk (line 1626) | handleOk(): void { class TestModalWithoutFocusableElementsComponent (line 1632) | @Component({ FILE: components/modal/utils.ts function applyConfigDefaults (line 8) | function applyConfigDefaults(config: ModalOptions, defaultOptions: Modal... function getValueWithConfig (line 12) | function getValueWithConfig( function getConfigFromComponent (line 24) | function getConfigFromComponent(component: T): M... FILE: components/notification/demo/basic.ts class NzDemoNotificationBasicComponent (line 11) | class NzDemoNotificationBasicComponent { method constructor (line 12) | constructor(private notification: NzNotificationService) {} method createNotification (line 14) | createNotification(): void { FILE: components/notification/demo/custom-icon.ts class NzDemoNotificationCustomIconComponent (line 28) | class NzDemoNotificationCustomIconComponent { method constructor (line 29) | constructor(private notification: NzNotificationService) {} method createNotification (line 31) | createNotification(template: TemplateRef<{ $implicit: NzNotificationCo... FILE: components/notification/demo/custom-style.ts class NzDemoNotificationCustomStyleComponent (line 11) | class NzDemoNotificationCustomStyleComponent { method constructor (line 12) | constructor(private notification: NzNotificationService) {} method createNotification (line 14) | createNotification(): void { FILE: components/notification/demo/duration.ts class NzDemoNotificationDurationComponent (line 11) | class NzDemoNotificationDurationComponent { method constructor (line 12) | constructor(private notification: NzNotificationService) {} method createNotification (line 14) | createNotification(): void { FILE: components/notification/demo/placement.ts class NzDemoNotificationPlacementComponent (line 45) | class NzDemoNotificationPlacementComponent { method constructor (line 48) | constructor(private notification: NzNotificationService) {} method createNotification (line 50) | createNotification(position: NzNotificationPlacement): void { FILE: components/notification/demo/template.ts class NzDemoNotificationTemplateComponent (line 24) | class NzDemoNotificationTemplateComponent { method constructor (line 30) | constructor(private notificationService: NzNotificationService) {} method createNotification (line 32) | createNotification(): void { FILE: components/notification/demo/update.ts class NzDemoNotificationUpdateComponent (line 11) | class NzDemoNotificationUpdateComponent { method constructor (line 12) | constructor(private notification: NzNotificationService) {} method createNotification (line 14) | createNotification(): void { FILE: components/notification/demo/with-btn.ts class NzDemoNotificationWithBtnComponent (line 17) | class NzDemoNotificationWithBtnComponent { method constructor (line 19) | constructor(private notification: NzNotificationService) {} method createNotification (line 21) | createNotification(): void { FILE: components/notification/demo/with-icon.ts class NzDemoNotificationWithIconComponent (line 21) | class NzDemoNotificationWithIconComponent { method constructor (line 22) | constructor(private notification: NzNotificationService) {} method createNotification (line 24) | createNotification(type: string): void { FILE: components/notification/notification-container.component.ts constant NZ_CONFIG_MODULE_NAME (line 17) | const NZ_CONFIG_MODULE_NAME = 'notification'; constant NZ_NOTIFICATION_DEFAULT_CONFIG (line 19) | const NZ_NOTIFICATION_DEFAULT_CONFIG: Required = { class NzNotificationContainerComponent (line 113) | class NzNotificationContainerComponent extends NzMNContainerComponent { FILE: components/notification/typings.ts type NzNotificationPlacement (line 13) | type NzNotificationPlacement = 'topLeft' | 'topRight' | 'bottomLeft' | '... type NzNotificationContentType (line 15) | type NzNotificationContentType = type NzNotificationDataOptions (line 22) | interface NzNotificationDataOptions { type NzNotificationData (line 35) | interface NzNotificationData { type NzNotificationRef (line 50) | type NzNotificationRef = Pick, 'onClose' | ... FILE: components/page-header/demo/actions.ts class NzDemoPageHeaderActionsComponent (line 69) | class NzDemoPageHeaderActionsComponent {} FILE: components/page-header/demo/basic.ts class NzDemoPageHeaderBasicComponent (line 10) | class NzDemoPageHeaderBasicComponent { method onBack (line 11) | onBack(): void { FILE: components/page-header/demo/breadcrumb.ts class NzDemoPageHeaderBreadcrumbComponent (line 21) | class NzDemoPageHeaderBreadcrumbComponent {} FILE: components/page-header/demo/content.ts class NzDemoPageHeaderContentComponent (line 152) | class NzDemoPageHeaderContentComponent {} FILE: components/page-header/demo/ghost.ts class NzDemoPageHeaderGhostComponent (line 36) | class NzDemoPageHeaderGhostComponent {} FILE: components/page-header/demo/responsive.ts class NzDemoPageHeaderResponsiveComponent (line 82) | class NzDemoPageHeaderResponsiveComponent {} FILE: components/page-header/page-header-cells.ts class NzPageHeaderTitleDirective (line 15) | class NzPageHeaderTitleDirective {} class NzPageHeaderSubtitleDirective (line 24) | class NzPageHeaderSubtitleDirective {} class NzPageHeaderContentDirective (line 33) | class NzPageHeaderContentDirective {} class NzPageHeaderTagDirective (line 42) | class NzPageHeaderTagDirective {} class NzPageHeaderExtraDirective (line 51) | class NzPageHeaderExtraDirective {} class NzPageHeaderFooterDirective (line 60) | class NzPageHeaderFooterDirective {} class NzPageHeaderBreadcrumbDirective (line 66) | class NzPageHeaderBreadcrumbDirective {} class NzPageHeaderAvatarDirective (line 72) | class NzPageHeaderAvatarDirective {} FILE: components/page-header/page-header.component.ts constant NZ_CONFIG_MODULE_NAME (line 35) | const NZ_CONFIG_MODULE_NAME: NzConfigKey = 'pageHeader'; class NzPageHeaderComponent (line 96) | class NzPageHeaderComponent implements AfterViewInit, OnInit { method constructor (line 118) | constructor( method ngOnInit (line 126) | ngOnInit(): void { method ngAfterViewInit (line 134) | ngAfterViewInit(): void { method onBack (line 157) | onBack(): void { method getBackIcon (line 165) | getBackIcon(): string { FILE: components/page-header/page-header.module.ts class NzPageHeaderModule (line 35) | class NzPageHeaderModule {} FILE: components/page-header/page-header.spec.ts class NzDemoPageHeaderRtlComponent (line 201) | class NzDemoPageHeaderRtlComponent { FILE: components/pagination/demo/align.ts class NzDemoPaginationAlignComponent (line 17) | class NzDemoPaginationAlignComponent {} FILE: components/pagination/demo/basic.ts class NzDemoPaginationBasicComponent (line 10) | class NzDemoPaginationBasicComponent {} FILE: components/pagination/demo/changer.ts class NzDemoPaginationChangerComponent (line 14) | class NzDemoPaginationChangerComponent {} FILE: components/pagination/demo/controlled.ts class NzDemoPaginationControlledComponent (line 10) | class NzDemoPaginationControlledComponent {} FILE: components/pagination/demo/item-render.ts class NzDemoPaginationItemRenderComponent (line 31) | class NzDemoPaginationItemRenderComponent {} FILE: components/pagination/demo/jump.ts class NzDemoPaginationJumpComponent (line 14) | class NzDemoPaginationJumpComponent {} FILE: components/pagination/demo/mini.ts class NzDemoPaginationMiniComponent (line 17) | class NzDemoPaginationMiniComponent { FILE: components/pagination/demo/more.ts class NzDemoPaginationMoreComponent (line 10) | class NzDemoPaginationMoreComponent {} FILE: components/pagination/demo/simple.ts class NzDemoPaginationSimpleComponent (line 10) | class NzDemoPaginationSimpleComponent {} FILE: components/pagination/demo/total.ts class NzDemoPaginationTotalComponent (line 18) | class NzDemoPaginationTotalComponent {} FILE: components/pagination/pagination-default.component.ts class NzPaginationDefaultComponent (line 90) | class NzPaginationDefaultComponent implements OnChanges, OnInit { method constructor (line 114) | constructor() { method ngOnInit (line 120) | ngOnInit(): void { method jumpPage (line 128) | jumpPage(index: number): void { method jumpDiff (line 132) | jumpDiff(diff: number): void { method trackByPageItem (line 136) | trackByPageItem(_: number, value: Partial):... method onPageIndexChange (line 140) | onPageIndexChange(index: number): void { method onPageSizeChange (line 144) | onPageSizeChange(size: number): void { method getLastIndex (line 148) | getLastIndex(total: number, pageSize: number): number { method buildIndexes (line 152) | buildIndexes(): void { method getListOfPageItem (line 157) | getListOfPageItem(pageIndex: number, lastIndex: number): Array { FILE: components/popconfirm/demo/basic.ts class NzDemoPopconfirmBasicComponent (line 20) | class NzDemoPopconfirmBasicComponent { method constructor (line 21) | constructor(private nzMessageService: NzMessageService) {} method cancel (line 23) | cancel(): void { method confirm (line 27) | confirm(): void { FILE: components/popconfirm/demo/custom-icon.ts class NzDemoPopconfirmCustomIconComponent (line 16) | class NzDemoPopconfirmCustomIconComponent {} FILE: components/popconfirm/demo/dynamic-trigger.ts class NzDemoPopconfirmDynamicTriggerComponent (line 27) | class NzDemoPopconfirmDynamicTriggerComponent { method constructor (line 30) | constructor(private nzMessageService: NzMessageService) {} method cancel (line 32) | cancel(): void { method confirm (line 36) | confirm(): void { FILE: components/popconfirm/demo/hide-arrow.ts class NzDemoPopconfirmHideArrowComponent (line 10) | class NzDemoPopconfirmHideArrowComponent {} FILE: components/popconfirm/demo/locale.ts class NzDemoPopconfirmLocaleComponent (line 22) | class NzDemoPopconfirmLocaleComponent { method constructor (line 23) | constructor(private nzMessageService: NzMessageService) {} method cancel (line 25) | cancel(): void { method confirm (line 29) | confirm(): void { FILE: components/popconfirm/demo/placement.ts class NzDemoPopconfirmPlacementComponent (line 150) | class NzDemoPopconfirmPlacementComponent { method constructor (line 151) | constructor(private nzMessageService: NzMessageService) {} method cancel (line 153) | cancel(): void { method confirm (line 157) | confirm(): void { FILE: components/popconfirm/demo/promise.ts class NzDemoPopconfirmPromiseComponent (line 24) | class NzDemoPopconfirmPromiseComponent { method constructor (line 25) | constructor(private nzMessageService: NzMessageService) {} method cancel (line 27) | cancel(): void { method confirm (line 31) | confirm(): void { method beforeConfirm (line 35) | beforeConfirm(): Promise { FILE: components/popconfirm/popconfirm-option.ts type NzPopConfirmButton (line 8) | interface NzPopConfirmButton { type NzPopConfirmButtonProps (line 14) | type NzPopConfirmButtonProps = Partial; FILE: components/popconfirm/popconfirm.module.ts class NzPopconfirmModule (line 14) | class NzPopconfirmModule {} FILE: components/popconfirm/popconfirm.spec.ts function getTitleText (line 45) | function getTitleText(): Element | null { function getTooltipTrigger (line 49) | function getTooltipTrigger(index: number): HTMLButtonElement { function waitingForTooltipToggling (line 53) | function waitingForTooltipToggling(): void { class NzPopconfirmTestNewComponent (line 354) | class NzPopconfirmTestNewComponent { FILE: components/popconfirm/popconfirm.ts type NzAutoFocusType (line 44) | type NzAutoFocusType = null | 'ok' | 'cancel'; constant NZ_CONFIG_MODULE_NAME (line 46) | const NZ_CONFIG_MODULE_NAME: NzConfigKey = 'popconfirm'; class NzPopconfirmDirective (line 55) | class NzPopconfirmDirective extends NzTooltipBaseDirective { method getProxyPropertyMap (line 113) | protected override getProxyPropertyMap(): PropertyMapping { method constructor (line 130) | constructor() { method createComponent (line 137) | protected override createComponent(): void { class NzPopconfirmComponent (line 247) | class NzPopconfirmComponent extends NzTooltipComponent { method constructor (line 274) | constructor() { method show (line 281) | override show(): void { method hide (line 290) | override hide(): void { method handleConfirm (line 295) | handleConfirm(): void { method onCancel (line 300) | onCancel(): void { method onConfirm (line 305) | onConfirm(): void { method capturePreviouslyFocusedElement (line 325) | private capturePreviouslyFocusedElement(): void { method restoreFocus (line 331) | private restoreFocus(): void { FILE: components/popover/demo/arrow-point-at-center.ts class NzDemoPopoverArrowPointAtCenterComponent (line 33) | class NzDemoPopoverArrowPointAtCenterComponent {} FILE: components/popover/demo/basic.ts class NzDemoPopoverBasicComponent (line 13) | class NzDemoPopoverBasicComponent {} FILE: components/popover/demo/control.ts class NzDemoPopoverControlComponent (line 27) | class NzDemoPopoverControlComponent { method clickMe (line 30) | clickMe(): void { method change (line 34) | change(value: boolean): void { FILE: components/popover/demo/overlay.ts class NzDemoPopoverOverlayComponent (line 27) | class NzDemoPopoverOverlayComponent { method visibleChange (line 30) | visibleChange(value: boolean): void { FILE: components/popover/demo/placement.ts class NzDemoPopoverPlacementComponent (line 137) | class NzDemoPopoverPlacementComponent {} FILE: components/popover/demo/template.ts class NzDemoPopoverTemplateComponent (line 24) | class NzDemoPopoverTemplateComponent {} FILE: components/popover/demo/trigger-type.ts class NzDemoPopoverTriggerTypeComponent (line 32) | class NzDemoPopoverTriggerTypeComponent {} FILE: components/popover/popover.module.ts class NzPopoverModule (line 14) | class NzPopoverModule {} FILE: components/popover/popover.spec.ts function getTextContentOf (line 41) | function getTextContentOf(selector: string): string | null { function getTitleTextContent (line 46) | function getTitleTextContent(): string | null { function getInnerTextContent (line 50) | function getInnerTextContent(): string | null { function waitingForTooltipToggling (line 54) | function waitingForTooltipToggling(): void { class NzPopoverTestComponent (line 213) | class NzPopoverTestComponent { FILE: components/popover/popover.ts constant NZ_CONFIG_MODULE_NAME (line 32) | const NZ_CONFIG_MODULE_NAME: NzConfigKey = 'popover'; class NzPopoverDirective (line 41) | class NzPopoverDirective extends NzTooltipBaseDirective { method getProxyPropertyMap (line 67) | protected override getProxyPropertyMap(): PropertyMapping { method constructor (line 76) | constructor() { class NzPopoverComponent (line 134) | class NzPopoverComponent extends NzTooltipComponent { method hasBackdrop (line 139) | get hasBackdrop(): boolean { method isEmpty (line 143) | protected override isEmpty(): boolean { FILE: components/progress/demo/circle-mini.ts class NzDemoProgressCircleMiniComponent (line 21) | class NzDemoProgressCircleMiniComponent {} FILE: components/progress/demo/circle.ts class NzDemoProgressCircleComponent (line 21) | class NzDemoProgressCircleComponent {} FILE: components/progress/demo/dashboard-layout.ts class NzDemoProgressDashboardLayoutComponent (line 15) | class NzDemoProgressDashboardLayoutComponent {} FILE: components/progress/demo/dashboard.ts class NzDemoProgressDashboardComponent (line 10) | class NzDemoProgressDashboardComponent {} FILE: components/progress/demo/dynamic.ts class NzDemoProgressDynamicComponent (line 23) | class NzDemoProgressDynamicComponent { method increase (line 26) | increase(): void { method decline (line 30) | decline(): void { FILE: components/progress/demo/format.ts class NzDemoProgressFormatComponent (line 20) | class NzDemoProgressFormatComponent { FILE: components/progress/demo/gradient.ts class NzDemoProgressGradientComponent (line 27) | class NzDemoProgressGradientComponent {} FILE: components/progress/demo/line-mini.ts class NzDemoProgressLineMiniComponent (line 18) | class NzDemoProgressLineMiniComponent {} FILE: components/progress/demo/line.ts class NzDemoProgressLineComponent (line 16) | class NzDemoProgressLineComponent {} FILE: components/progress/demo/round.ts class NzDemoProgressRoundComponent (line 14) | class NzDemoProgressRoundComponent {} FILE: components/progress/demo/segment.ts class NzDemoProgressSegmentComponent (line 32) | class NzDemoProgressSegmentComponent {} FILE: components/progress/demo/step.ts class NzDemoProgressStepComponent (line 14) | class NzDemoProgressStepComponent {} FILE: components/progress/progress.component.ts constant NZ_CONFIG_MODULE_NAME (line 45) | const NZ_CONFIG_MODULE_NAME: NzConfigKey = 'progress'; class NzProgressComponent (line 172) | class NzProgressComponent implements OnChanges, OnInit { method formatter (line 221) | get formatter(): NzProgressFormatter { method status (line 225) | get status(): NzProgressStatusType { method strokeWidth (line 229) | get strokeWidth(): number { method isCircleStyle (line 233) | get isCircleStyle(): boolean { method constructor (line 240) | constructor() { method ngOnChanges (line 248) | ngOnChanges(changes: SimpleChanges): void { method ngOnInit (line 297) | ngOnInit(): void { method updateIcon (line 305) | private updateIcon(): void { method getSteps (line 313) | private getSteps(): void { method getCirclePaths (line 338) | private getCirclePaths(): void { method setStrokeColor (line 408) | private setStrokeColor(): void { FILE: components/progress/progress.module.ts class NzProgressModule (line 14) | class NzProgressModule {} FILE: components/progress/progress.spec.ts function getStyleText (line 258) | function getStyleText(): void { function getPathD (line 336) | function getPathD(): string { class NzTestProgressLineComponent (line 454) | class NzTestProgressLineComponent { class NzTestProgressDashBoardComponent (line 483) | class NzTestProgressDashBoardComponent { class NzTestProgressCircleComponent (line 506) | class NzTestProgressCircleComponent { class NzTestProgressCircleSuccessComponent (line 517) | class NzTestProgressCircleSuccessComponent {} class NzTestProgressRtlComponent (line 527) | class NzTestProgressRtlComponent { FILE: components/progress/typings.ts type NzProgressGapPositionType (line 10) | type NzProgressGapPositionType = 'top' | 'bottom' | 'left' | 'right'; type NzProgressStatusType (line 12) | type NzProgressStatusType = 'success' | 'exception' | 'active' | 'normal'; type NzProgressTypeType (line 14) | type NzProgressTypeType = 'line' | 'circle' | 'dashboard'; type NzProgressStrokeLinecapType (line 16) | type NzProgressStrokeLinecapType = 'round' | 'square'; type NzProgressGradientProgress (line 18) | interface NzProgressGradientProgress { type NzProgressGradientFromTo (line 22) | interface NzProgressGradientFromTo { type NzProgressColorGradient (line 27) | type NzProgressColorGradient = { direction?: string } & (NzProgressGradi... type NzProgressStrokeColorType (line 29) | type NzProgressStrokeColorType = string | NzProgressColorGradient; type NzProgressFormatter (line 31) | type NzProgressFormatter = ((percent: number) => string | null) | Templa... type NzProgressCirclePath (line 33) | interface NzProgressCirclePath { type NzProgressStepItem (line 38) | interface NzProgressStepItem { FILE: components/progress/utils.ts function stripPercentToNumber (line 8) | function stripPercentToNumber(percent: string): number { FILE: components/qr-code/demo/background.ts class NzDemoQrCodeBackgroundComponent (line 18) | class NzDemoQrCodeBackgroundComponent {} FILE: components/qr-code/demo/basic.ts class NzDemoQrCodeBasicComponent (line 10) | class NzDemoQrCodeBasicComponent {} FILE: components/qr-code/demo/color.ts class NzDemoQrCodeColorComponent (line 18) | class NzDemoQrCodeColorComponent {} FILE: components/qr-code/demo/custom-status.ts class NzDemoQrCodeCustomStatusComponent (line 25) | class NzDemoQrCodeCustomStatusComponent {} FILE: components/qr-code/demo/download.ts class NzDemoQrCodeDownloadComponent (line 28) | class NzDemoQrCodeDownloadComponent { method downloadImg (line 31) | downloadImg(): void { FILE: components/qr-code/demo/error-level.ts class NzDemoQrCodeErrorLevelComponent (line 26) | class NzDemoQrCodeErrorLevelComponent { FILE: components/qr-code/demo/icon.ts class NzDemoQrCodeIconComponent (line 16) | class NzDemoQrCodeIconComponent {} FILE: components/qr-code/demo/padding.ts class NzDemoQrCodePaddingComponent (line 19) | class NzDemoQrCodePaddingComponent {} FILE: components/qr-code/demo/status.ts class NzDemoQrCodeStatusComponent (line 19) | class NzDemoQrCodeStatusComponent { method refresh (line 20) | refresh(val: string): void { FILE: components/qr-code/demo/type.ts class NzDemoQrCodeTypeComponent (line 18) | class NzDemoQrCodeTypeComponent {} FILE: components/qr-code/qrcode-canvas.component.ts class NzQrcodeCanvasComponent (line 28) | class NzQrcodeCanvasComponent implements AfterViewInit { method constructor (line 48) | constructor() { method ngAfterViewInit (line 66) | ngAfterViewInit(): void { method render (line 70) | private render(): void { method setupCanvas (line 86) | private setupCanvas(ctx: CanvasRenderingContext2D): void { method drawQRCode (line 104) | private drawQRCode(ctx: CanvasRenderingContext2D): void { method getCellsToDraw (line 113) | private getCellsToDraw(): Modules { method haveImageToRender (line 122) | private haveImageToRender(): boolean { method renderQRCode (line 126) | private renderQRCode(ctx: CanvasRenderingContext2D, cells: Modules): v... method handleImageLoading (line 140) | private handleImageLoading(ctx: CanvasRenderingContext2D): void { method onImageLoadSuccess (line 164) | private onImageLoadSuccess(ctx: CanvasRenderingContext2D): void { method onImageLoadError (line 182) | private onImageLoadError(ctx: CanvasRenderingContext2D): void { method cleanupImageListeners (line 187) | private cleanupImageListeners(onLoad: () => void, onError: () => void)... FILE: components/qr-code/qrcode-svg.component.ts class NzQrcodeSvgComponent (line 40) | class NzQrcodeSvgComponent { method constructor (line 63) | constructor() { method initializeViewBox (line 70) | private initializeViewBox(): void { method generatePaths (line 75) | private generatePaths(): void { method getCellsToDraw (line 80) | private getCellsToDraw(): Modules { method shouldExcavateCells (line 87) | private shouldExcavateCells(): boolean { method shouldShowIcon (line 92) | protected shouldShowIcon(): boolean { method getImageX (line 96) | protected getImageX(): number { method getImageY (line 100) | protected getImageY(): number { FILE: components/qr-code/qrcode.component.spec.ts class NzTestQrCodeBasicComponent (line 90) | class NzTestQrCodeBasicComponent { FILE: components/qr-code/qrcode.component.ts class NzQRCodeComponent (line 114) | class NzQRCodeComponent { method constructor (line 164) | constructor() { method reloadQRCode (line 170) | reloadQRCode(): void { method updateQRCodeData (line 175) | updateQRCodeData(): void { FILE: components/qr-code/qrcode.module.ts class NzQRCodeModule (line 14) | class NzQRCodeModule {} FILE: components/qr-code/qrcodegen.ts type bit (line 35) | type bit = number; type byte (line 36) | type byte = number; type int (line 37) | type int = number; class QrCode (line 57) | class QrCode { method encodeText (line 65) | public static encodeText(text: string, ecl: QrCode.Ecc): QrCode { method encodeBinary (line 74) | public static encodeBinary(data: readonly byte[], ecl: QrCode.Ecc): Qr... method encodeSegments (line 90) | public static encodeSegments( method constructor (line 178) | public constructor( method getModule (line 237) | public getModule(x: int, y: int): boolean { method getModules (line 243) | public getModules() { method drawFunctionPatterns (line 250) | private drawFunctionPatterns(): void { method drawFormatBits (line 280) | private drawFormatBits(mask: int): void { method drawVersion (line 303) | private drawVersion(): void { method drawFinderPattern (line 324) | private drawFinderPattern(x: int, y: int): void { method drawAlignmentPattern (line 338) | private drawAlignmentPattern(x: int, y: int): void { method setFunctionModule (line 347) | private setFunctionModule(x: int, y: int, isDark: boolean): void { method addEccAndInterleave (line 356) | private addEccAndInterleave(data: readonly byte[]): byte[] { method drawCodewords (line 393) | private drawCodewords(data: readonly byte[]): void { method applyMask (line 424) | private applyMask(mask: int): void { method getPenaltyScore (line 464) | private getPenaltyScore(): int { method getAlignmentPatternPositions (line 532) | private getAlignmentPatternPositions(): int[] { method getNumRawDataModules (line 546) | private static getNumRawDataModules(ver: int): int { method getNumDataCodewords (line 561) | private static getNumDataCodewords(ver: int, ecl: QrCode.Ecc): int { method reedSolomonComputeDivisor (line 570) | private static reedSolomonComputeDivisor(degree: int): byte[] { method reedSolomonComputeRemainder (line 594) | private static reedSolomonComputeRemainder(data: readonly byte[], divi... method reedSolomonMultiply (line 607) | private static reedSolomonMultiply(x: byte, y: byte): byte { method finderPenaltyCountPatterns (line 621) | private finderPenaltyCountPatterns(runHistory: readonly int[]): int { method finderPenaltyTerminateAndCount (line 633) | private finderPenaltyTerminateAndCount(currentRunColor: boolean, curre... method finderPenaltyAddHistory (line 645) | private finderPenaltyAddHistory(currentRunLength: int, runHistory: int... function appendBits (line 709) | function appendBits(val: int, len: int, bb: bit[]): void { function getBit (line 720) | function getBit(x: int, i: int): boolean { function assert (line 725) | function assert(cond: boolean): void { class QrSegment (line 742) | class QrSegment { method makeBytes (line 748) | public static makeBytes(data: readonly byte[]): QrSegment { method makeNumeric (line 755) | public static makeNumeric(digits: string): QrSegment { method makeAlphanumeric (line 770) | public static makeAlphanumeric(text: string): QrSegment { method makeSegments (line 789) | public static makeSegments(text: string): QrSegment[] { method makeEci (line 799) | public static makeEci(assignVal: int): QrSegment { method isNumeric (line 815) | public static isNumeric(text: string): boolean { method isAlphanumeric (line 822) | public static isAlphanumeric(text: string): boolean { method constructor (line 831) | public constructor( method getData (line 850) | public getData(): bit[] { method getTotalBits (line 856) | public static getTotalBits(segs: readonly QrSegment[], version: int): ... method toUtf8ByteArray (line 867) | private static toUtf8ByteArray(str: string): byte[] { type int (line 899) | type int = number; class Ecc (line 904) | class Ecc { method constructor (line 914) | private constructor( type int (line 929) | type int = number; class Mode (line 934) | class Mode { method constructor (line 945) | private constructor( method numCharCountBits (line 956) | public numCharCountBits(ver: int): int { FILE: components/qr-code/typing.ts type Modules (line 11) | type Modules = ReturnType; type Excavation (line 12) | interface Excavation { type ErrorCorrectionLevel (line 18) | type ErrorCorrectionLevel = 'L' | 'M' | 'Q' | 'H'; type CrossOrigin (line 19) | type CrossOrigin = 'anonymous' | 'use-credentials' | '' | undefined; type ERROR_LEVEL_MAPPED_TYPE (line 21) | type ERROR_LEVEL_MAPPED_TYPE = { type ImageSettings (line 25) | interface ImageSettings { FILE: components/qr-code/utils.ts constant ERROR_LEVEL_MAP (line 20) | const ERROR_LEVEL_MAP: ERROR_LEVEL_MAPPED_TYPE = { constant DEFAULT_LEVEL (line 28) | const DEFAULT_LEVEL: ErrorCorrectionLevel = 'M'; constant DEFAULT_BACKGROUND_COLOR (line 29) | const DEFAULT_BACKGROUND_COLOR = '#FFFFFF'; constant DEFAULT_FRONT_COLOR (line 30) | const DEFAULT_FRONT_COLOR = '#000000'; constant DEFAULT_MINVERSION (line 31) | const DEFAULT_MINVERSION = 1; constant DEFAULT_IMG_SCALE (line 32) | const DEFAULT_IMG_SCALE = 0.1; FILE: components/radio/demo/basic.ts class NzDemoRadioBasicComponent (line 11) | class NzDemoRadioBasicComponent {} FILE: components/radio/demo/disable.ts class NzDemoRadioDisableComponent (line 21) | class NzDemoRadioDisableComponent { FILE: components/radio/demo/radiobutton.ts class NzDemoRadioRadiobuttonComponent (line 34) | class NzDemoRadioRadiobuttonComponent { FILE: components/radio/demo/radiogroup-more.ts class NzDemoRadioRadiogroupMoreComponent (line 36) | class NzDemoRadioRadiogroupMoreComponent { FILE: components/radio/demo/radiogroup-options.ts class NzDemoRadioRadiogroupOptionsComponent (line 27) | class NzDemoRadioRadiogroupOptionsComponent { FILE: components/radio/demo/radiogroup-with-name.ts class NzDemoRadioRadiogroupWithNameComponent (line 18) | class NzDemoRadioRadiogroupWithNameComponent { FILE: components/radio/demo/radiogroup.ts class NzDemoRadioRadiogroupComponent (line 18) | class NzDemoRadioRadiogroupComponent { FILE: components/radio/demo/size.ts class NzDemoRadioSizeComponent (line 34) | class NzDemoRadioSizeComponent { FILE: components/radio/demo/solid.ts class NzDemoRadioSolidComponent (line 18) | class NzDemoRadioSolidComponent { FILE: components/radio/radio-group.component.ts type NzRadioButtonStyle (line 31) | type NzRadioButtonStyle = 'outline' | 'solid'; class NzRadioGroupComponent (line 55) | class NzRadioGroupComponent implements OnInit, ControlValueAccessor, OnC... method ngOnInit (line 76) | ngOnInit(): void { method ngOnChanges (line 88) | ngOnChanges(changes: SimpleChanges): void { method writeValue (line 101) | writeValue(value: NzSafeAny): void { method registerOnChange (line 107) | registerOnChange(fn: OnChangeType): void { method registerOnTouched (line 111) | registerOnTouched(fn: OnTouchedType): void { method setDisabledState (line 115) | setDisabledState(isDisabled: boolean): void { FILE: components/radio/radio.component.ts class NzRadioComponent (line 80) | class NzRadioComponent implements ControlValueAccessor, AfterViewInit, O... method focus (line 104) | focus(): void { method blur (line 108) | blur(): void { method constructor (line 112) | constructor() { method setDisabledState (line 118) | setDisabledState(disabled: boolean): void { method writeValue (line 124) | writeValue(value: boolean): void { method registerOnChange (line 129) | registerOnChange(fn: OnChangeType): void { method registerOnTouched (line 134) | registerOnTouched(fn: OnTouchedType): void { method ngOnInit (line 138) | ngOnInit(): void { method ngAfterViewInit (line 190) | ngAfterViewInit(): void { method setupClickListener (line 196) | private setupClickListener(): void { FILE: components/radio/radio.module.ts class NzRadioModule (line 15) | class NzRadioModule {} FILE: components/radio/radio.service.ts class NzRadioService (line 12) | class NzRadioService { method touch (line 17) | touch(): void { method select (line 20) | select(value: NzSafeAny): void { method setDisabled (line 23) | setDisabled(value: boolean): void { method setName (line 26) | setName(value: string): void { FILE: components/radio/radio.spec.ts class NzTestRadioSingleComponent (line 505) | class NzTestRadioSingleComponent { class NzTestRadioButtonComponent (line 517) | class NzTestRadioButtonComponent {} class NzTestRadioGroupComponent (line 537) | class NzTestRadioGroupComponent { class NzTestRadioFormComponent (line 553) | class NzTestRadioFormComponent { method disable (line 558) | disable(): void { method enable (line 562) | enable(): void { class NzTestRadioGroupFormComponent (line 580) | class NzTestRadioGroupFormComponent { method disable (line 584) | disable(): void { method enable (line 588) | enable(): void { class NzTestRadioGroupDisabledComponent (line 606) | class NzTestRadioGroupDisabledComponent { class NzTestRadioGroupDisabledFormComponent (line 627) | class NzTestRadioGroupDisabledFormComponent { class NzTestRadioGroupSolidComponent (line 643) | class NzTestRadioGroupSolidComponent { class NzTestRadioGroupLabelNgModelComponent (line 661) | class NzTestRadioGroupLabelNgModelComponent { class NzTestRadioSingleRtlComponent (line 690) | class NzTestRadioSingleRtlComponent { class NzTestRadioButtonRtlComponent (line 703) | class NzTestRadioButtonRtlComponent { class NzTestRadioGroupRtlComponent (line 716) | class NzTestRadioGroupRtlComponent { class TestRadioGroupFinalSizeComponent (line 725) | class TestRadioGroupFinalSizeComponent { FILE: components/rate/demo/basic.ts class NzDemoRateBasicComponent (line 11) | class NzDemoRateBasicComponent {} FILE: components/rate/demo/character.ts class NzDemoRateCharacterComponent (line 26) | class NzDemoRateCharacterComponent {} FILE: components/rate/demo/clear.ts class NzDemoRateClearComponent (line 17) | class NzDemoRateClearComponent { FILE: components/rate/demo/customize.ts class NzDemoRateCustomizeComponent (line 44) | class NzDemoRateCustomizeComponent {} FILE: components/rate/demo/disabled.ts class NzDemoRateDisabledComponent (line 11) | class NzDemoRateDisabledComponent {} FILE: components/rate/demo/half.ts class NzDemoRateHalfComponent (line 11) | class NzDemoRateHalfComponent {} FILE: components/rate/demo/text.ts class NzDemoRateTextComponent (line 16) | class NzDemoRateTextComponent { FILE: components/rate/rate-item.component.ts class NzRateItemComponent (line 49) | class NzRateItemComponent { method hoverRate (line 56) | hoverRate(isHalf: boolean): void { method clickRate (line 60) | clickRate(isHalf: boolean): void { FILE: components/rate/rate.component.ts constant NZ_CONFIG_MODULE_NAME (line 40) | const NZ_CONFIG_MODULE_NAME: NzConfigKey = 'rate'; class NzRateComponent (line 86) | class NzRateComponent implements OnInit, ControlValueAccessor, OnChanges { method nzValue (line 120) | get nzValue(): number { method nzValue (line 124) | set nzValue(input: number) { method constructor (line 134) | constructor() { method ngOnChanges (line 138) | ngOnChanges(changes: SimpleChanges): void { method ngOnInit (line 159) | ngOnInit(): void { method onItemClick (line 186) | onItemClick(index: number, isHalf: boolean): void { method onItemHover (line 208) | onItemHover(index: number, isHalf: boolean): void { method onRateLeave (line 220) | onRateLeave(): void { method focus (line 227) | focus(): void { method blur (line 231) | blur(): void { method onKeyDown (line 235) | onKeyDown(e: KeyboardEvent): void { method updateStarArray (line 252) | private updateStarArray(): void { method updateStarStyle (line 260) | private updateStarStyle(): void { method writeValue (line 274) | writeValue(value: number | null): void { method setDisabledState (line 280) | setDisabledState(isDisabled: boolean): void { method registerOnChange (line 286) | registerOnChange(fn: OnChangeType): void { method registerOnTouched (line 290) | registerOnTouched(fn: OnTouchedType): void { FILE: components/rate/rate.module.ts class NzRateModule (line 15) | class NzRateModule {} FILE: components/rate/rate.spec.ts class NzTestRateBasicComponent (line 356) | class NzTestRateBasicComponent { class NzTestRateFormComponent (line 379) | class NzTestRateFormComponent { method disable (line 384) | disable(): void { method enable (line 388) | enable(): void { class NzTestRateRtlComponent (line 401) | class NzTestRateRtlComponent { class NzTestRateCharacterComponent (line 416) | class NzTestRateCharacterComponent { FILE: components/resizable/demo/basic.ts class NzDemoResizableBasicComponent (line 39) | class NzDemoResizableBasicComponent { method onResize (line 46) | onResize({ width, height, direction }: NzResizeEvent): void { FILE: components/resizable/demo/customize.ts class NzDemoResizableCustomizeComponent (line 59) | class NzDemoResizableCustomizeComponent { method onResize (line 64) | onResize({ width, height }: NzResizeEvent): void { FILE: components/resizable/demo/drawer.ts class NzDemoResizableDrawerComponent (line 44) | class NzDemoResizableDrawerComponent { method onResize (line 49) | onResize({ width }: NzResizeEvent): void { method open (line 56) | open(): void { method close (line 60) | close(): void { FILE: components/resizable/demo/grid.ts class NzDemoResizableGridComponent (line 44) | class NzDemoResizableGridComponent { method onResize (line 54) | onResize({ col }: NzResizeEvent): void { FILE: components/resizable/demo/layout.ts class NzDemoResizableLayoutComponent (line 99) | class NzDemoResizableLayoutComponent { method onSideResize (line 104) | onSideResize({ width }: NzResizeEvent): void { method onContentResize (line 111) | onContentResize({ height }: NzResizeEvent): void { FILE: components/resizable/demo/lock-aspect-ratio.ts class NzDemoResizableLockAspectRatioComponent (line 35) | class NzDemoResizableLockAspectRatioComponent { method onResize (line 40) | onResize({ width, height }: NzResizeEvent): void { FILE: components/resizable/demo/preview.ts class NzDemoResizablePreviewComponent (line 35) | class NzDemoResizablePreviewComponent { method onResize (line 39) | onResize({ width, height }: NzResizeEvent): void { FILE: components/resizable/demo/table.ts class NzDemoResizableTableComponent (line 56) | class NzDemoResizableTableComponent { method onResize (line 96) | onResize({ width }: NzResizeEvent, col: string): void { FILE: components/resizable/resizable-utils.ts function getEventWithPoint (line 8) | function getEventWithPoint(event: MouseEvent | TouchEvent): MouseEvent |... FILE: components/resizable/resizable.directive.ts type NzResizeEvent (line 31) | interface NzResizeEvent { class NzResizableDirective (line 49) | class NzResizableDirective implements AfterViewInit, OnDestroy { method constructor (line 79) | constructor() { method setPosition (line 110) | setPosition(): void { method calcSize (line 117) | calcSize(width: number, height: number, ratio: number): NzResizeEvent { method resize (line 186) | resize(event: MouseEvent | TouchEvent): void { method endResize (line 240) | endResize(event: MouseEvent | TouchEvent): void { method previewResize (line 263) | previewResize({ width, height }: NzResizeEvent): void { method createGhostElement (line 269) | createGhostElement(): void { method removeGhostElement (line 277) | removeGhostElement(): void { method ngAfterViewInit (line 283) | ngAfterViewInit(): void { method ngOnDestroy (line 304) | ngOnDestroy(): void { FILE: components/resizable/resizable.module.ts class NzResizableModule (line 16) | class NzResizableModule {} FILE: components/resizable/resizable.service.ts class NzResizableService (line 14) | class NzResizableService implements OnDestroy { method startResizing (line 34) | startResizing(event: MouseEvent | TouchEvent): void { method clearListeners (line 57) | private clearListeners(): void { method ngOnDestroy (line 64) | ngOnDestroy(): void { FILE: components/resizable/resizable.spec.ts function mouseMoveTrigger (line 737) | function mouseMoveTrigger(el: HTMLElement, from: { x: number; y: number ... function touchMoveTrigger (line 743) | function touchMoveTrigger(el: HTMLElement, from: { x: number; y: number ... function afterNextFrameRender (line 749) | function afterNextFrameRender(callbackFn: () => void): void { class NzTestResizableBoundsComponent (line 753) | @Component({ method onResize (line 796) | onResize({ width, height }: NzResizeEvent): void { FILE: components/resizable/resize-handle.component.ts type NzCursorType (line 26) | type NzCursorType = 'window' | 'grid'; type NzResizeDirection (line 28) | type NzResizeDirection = class NzResizeHandleMouseDownEvent (line 38) | class NzResizeHandleMouseDownEvent { method constructor (line 39) | constructor( class NzResizeHandleComponent (line 68) | class NzResizeHandleComponent implements OnInit { method ngOnInit (line 78) | ngOnInit(): void { method onPointerDown (line 102) | onPointerDown(event: PointerEvent): void { method onPointerUp (line 106) | onPointerUp(event: PointerEvent): void { FILE: components/resizable/resize-handles.component.ts constant DEFAULT_RESIZE_DIRECTION (line 10) | const DEFAULT_RESIZE_DIRECTION: NzResizeDirection[] = [ type NzResizeHandleOption (line 21) | interface NzResizeHandleOption { function normalizeResizeHandleOptions (line 26) | function normalizeResizeHandleOptions(value: Array; function normalizeOptions (line 23) | function normalizeOptions(unnormalized: NzSegmentedOptions): NzSegmented... FILE: components/select/demo/automatic-tokenization.ts function alphabet (line 6) | function alphabet(): string[] { class NzDemoSelectAutomaticTokenizationComponent (line 35) | class NzDemoSelectAutomaticTokenizationComponent { FILE: components/select/demo/basic.ts class NzDemoSelectBasicComponent (line 32) | class NzDemoSelectBasicComponent {} FILE: components/select/demo/big-data.ts function alphabet (line 6) | function alphabet(size: number): string[] { class NzDemoSelectBigDataComponent (line 31) | class NzDemoSelectBigDataComponent { FILE: components/select/demo/coordinate.ts class NzDemoSelectCoordinateComponent (line 28) | class NzDemoSelectCoordinateComponent { method provinceChange (line 37) | provinceChange(value: string): void { FILE: components/select/demo/custom-content.ts class NzDemoSelectCustomContentComponent (line 32) | class NzDemoSelectCustomContentComponent { FILE: components/select/demo/custom-dropdown-menu.ts class NzDemoSelectCustomDropdownMenuComponent (line 47) | class NzDemoSelectCustomDropdownMenuComponent { method addItem (line 51) | addItem(input: HTMLInputElement): void { FILE: components/select/demo/custom-template.ts class NzDemoSelectCustomTemplateComponent (line 39) | class NzDemoSelectCustomTemplateComponent {} FILE: components/select/demo/default-value.ts class NzDemoSelectDefaultValueComponent (line 33) | class NzDemoSelectDefaultValueComponent { FILE: components/select/demo/hide-selected.ts class NzDemoSelectHideSelectedComponent (line 22) | class NzDemoSelectHideSelectedComponent { method isSelected (line 26) | isSelected(value: string): boolean { FILE: components/select/demo/label-in-value.ts type Option (line 6) | interface Option { class NzDemoSelectLabelInValueComponent (line 36) | class NzDemoSelectLabelInValueComponent { method log (line 44) | log(value: Option): void { FILE: components/select/demo/max-count.ts function alphabet (line 6) | function alphabet(): string[] { class NzDemoSelectMaxCountComponent (line 37) | class NzDemoSelectMaxCountComponent { FILE: components/select/demo/multiple.ts function alphabet (line 6) | function alphabet(): string[] { class NzDemoSelectMultipleComponent (line 38) | class NzDemoSelectMultipleComponent { FILE: components/select/demo/optgroup.ts class NzDemoSelectOptgroupComponent (line 26) | class NzDemoSelectOptgroupComponent { FILE: components/select/demo/options.ts class NzDemoSelectOptionsComponent (line 20) | class NzDemoSelectOptionsComponent { FILE: components/select/demo/placement.ts class NzDemoSelectPlacementComponent (line 31) | class NzDemoSelectPlacementComponent { FILE: components/select/demo/prefix-and-suffix.ts class NzDemoSelectPrefixAndSuffixComponent (line 51) | class NzDemoSelectPrefixAndSuffixComponent { FILE: components/select/demo/scroll-load.ts type MockUser (line 10) | interface MockUser { class NzDemoSelectScrollLoadComponent (line 43) | class NzDemoSelectScrollLoadComponent implements OnInit { method constructor (line 49) | constructor(private http: HttpClient) {} method ngOnInit (line 51) | ngOnInit(): void { method getRandomNameList (line 55) | getRandomNameList(): Observable { method loadMore (line 65) | loadMore(): void { FILE: components/select/demo/search-box.ts class NzDemoSelectSearchBoxComponent (line 31) | class NzDemoSelectSearchBoxComponent { method constructor (line 36) | constructor(private http: HttpClient) {} method search (line 38) | search(value: string): void { FILE: components/select/demo/search.ts class NzDemoSelectSearchComponent (line 22) | class NzDemoSelectSearchComponent { FILE: components/select/demo/select-users.ts type MockUser (line 10) | interface MockUser { class NzDemoSelectSelectUsersComponent (line 51) | class NzDemoSelectSelectUsersComponent implements OnInit { method onSearch (line 58) | onSearch(value: string): void { method constructor (line 63) | constructor(private http: HttpClient) {} method ngOnInit (line 65) | ngOnInit(): void { method getRandomNameList (line 77) | getRandomNameList(name: string): Observable { FILE: components/select/demo/size.ts function alphabet (line 7) | function alphabet(): string[] { class NzDemoSelectSizeComponent (line 59) | class NzDemoSelectSizeComponent { FILE: components/select/demo/status.ts class NzDemoSelectStatusComponent (line 21) | class NzDemoSelectStatusComponent {} FILE: components/select/demo/tags.ts function alphabet (line 6) | function alphabet(): string[] { class NzDemoSelectTagsComponent (line 30) | class NzDemoSelectTagsComponent { FILE: components/select/demo/variant.ts class NzDemoSelectVariantComponent (line 37) | class NzDemoSelectVariantComponent { FILE: components/select/option-container.component.ts class NzOptionContainerComponent (line 102) | class NzOptionContainerComponent implements OnChanges, AfterViewInit { method onItemClick (line 123) | onItemClick(value: NzSafeAny): void { method onItemHover (line 127) | onItemHover(value: NzSafeAny): void { method trackValue (line 132) | trackValue(_index: number, option: NzSelectItemInterface): NzSafeAny { method onScrolledIndexChange (line 136) | onScrolledIndexChange(index: number): void { method scrollToActivatedValue (line 143) | scrollToActivatedValue(): void { method ngOnChanges (line 150) | ngOnChanges(changes: SimpleChanges): void { method ngAfterViewInit (line 157) | ngAfterViewInit(): void { FILE: components/select/option-group.component.ts class NzOptionGroupComponent (line 18) | class NzOptionGroupComponent implements OnChanges { method ngOnChanges (line 21) | ngOnChanges(): void { FILE: components/select/option-item-group.component.ts class NzOptionItemGroupComponent (line 21) | class NzOptionItemGroupComponent { FILE: components/select/option-item.component.ts class NzOptionItemComponent (line 62) | class NzOptionItemComponent implements OnChanges, OnInit { method ngOnChanges (line 84) | ngOnChanges(changes: SimpleChanges): void { method ngOnInit (line 94) | ngOnInit(): void { FILE: components/select/option.component.ts class NzOptionComponent (line 38) | class NzOptionComponent implements OnChanges, OnInit { method ngOnInit (line 53) | ngOnInit(): void { method ngOnChanges (line 59) | ngOnChanges(): void { FILE: components/select/select-arrow.component.ts class NzSelectArrowComponent (line 44) | class NzSelectArrowComponent { FILE: components/select/select-clear.component.ts class NzSelectClearComponent (line 37) | class NzSelectClearComponent { method onClick (line 41) | onClick(e: MouseEvent): void { FILE: components/select/select-item.component.ts class NzSelectItemComponent (line 51) | class NzSelectItemComponent { method templateOutletContext (line 65) | protected get templateOutletContext(): NzSafeAny { method onDelete (line 72) | onDelete(e: MouseEvent): void { FILE: components/select/select-placeholder.component.ts class NzSelectPlaceholderComponent (line 23) | class NzSelectPlaceholderComponent { FILE: components/select/select-search.component.ts class NzSelectSearchComponent (line 53) | class NzSelectSearchComponent implements OnChanges { method constructor (line 70) | constructor() { method setCompositionState (line 81) | setCompositionState(isComposing: boolean): void { method onValueChange (line 85) | onValueChange(value: string): void { method clearInputValue (line 93) | clearInputValue(): void { method syncMirrorWidth (line 99) | syncMirrorWidth(): void { method focus (line 108) | focus(): void { method blur (line 112) | blur(): void { method ngOnChanges (line 116) | ngOnChanges(changes: SimpleChanges): void { FILE: components/select/select-top-control.component.ts class NzSelectTopControlComponent (line 119) | class NzSelectTopControlComponent implements OnChanges, OnInit { method updateTemplateVariable (line 149) | updateTemplateVariable(): void { method isComposingChange (line 155) | isComposingChange(isComposing: boolean): void { method onInputValueChange (line 160) | onInputValueChange(value: string): void { method tokenSeparate (line 169) | tokenSeparate(inputValue: string, tokenSeparators: string[]): void { method clearInputValue (line 196) | clearInputValue(): void { method focus (line 200) | focus(): void { method blur (line 204) | blur(): void { method onDeleteItem (line 208) | onDeleteItem(item: NzSelectItemInterface): void { method ngOnChanges (line 214) | ngOnChanges(changes: SimpleChanges): void { method ngOnInit (line 243) | ngOnInit(): void { FILE: components/select/select.component.ts constant NZ_CONFIG_MODULE_NAME (line 99) | const NZ_CONFIG_MODULE_NAME: NzConfigKey = 'select'; type NzSelectSizeType (line 101) | type NzSelectSizeType = NzSizeLDSType; class NzSelectComponent (line 235) | class NzSelectComponent implements ControlValueAccessor, OnInit, AfterCo... method showArrow (line 291) | get showArrow(): boolean { method isMultiple (line 295) | get isMultiple(): boolean { method isMaxMultipleCountSet (line 299) | get isMaxMultipleCountSet(): boolean { method isMaxMultipleCountReached (line 303) | get isMaxMultipleCountReached(): boolean { method generateTagItem (line 369) | generateTagItem(value: string): NzSelectItemInterface { method onItemClick (line 377) | onItemClick(value: NzSafeAny): void { method onItemDelete (line 400) | onItemDelete(item: NzSelectItemInterface): void { method updateListOfContainerItem (line 406) | updateListOfContainerItem(): void { method clearInput (line 452) | clearInput(): void { method updateListOfValue (line 456) | updateListOfValue(listOfValue: NzSafeAny[]): void { method onTokenSeparate (line 477) | onTokenSeparate(listOfLabel: string[]): void { method onKeyDown (line 501) | onKeyDown(e: KeyboardEvent): void { method setOpenState (line 568) | setOpenState(value: boolean): void { method onOpenChange (line 577) | onOpenChange(): void { method onInputValueChange (line 584) | onInputValueChange(value: string): void { method onClearSelection (line 591) | onClearSelection(): void { method onClickOutside (line 596) | onClickOutside(event: MouseEvent): void { method focus (line 603) | focus(): void { method blur (line 607) | blur(): void { method onPositionChange (line 611) | onPositionChange(position: ConnectedOverlayPositionChange): void { method updateCdkConnectedOverlayStatus (line 616) | updateCdkConnectedOverlayStatus(): void { method updateCdkConnectedOverlayPositions (line 634) | updateCdkConnectedOverlayPositions(): void { method constructor (line 640) | constructor() { method writeValue (line 652) | writeValue(modelValue: NzSafeAny | NzSafeAny[]): void { method registerOnChange (line 672) | registerOnChange(fn: OnChangeType): void { method registerOnTouched (line 676) | registerOnTouched(fn: OnTouchedType): void { method setDisabledState (line 680) | setDisabledState(disabled: boolean): void { method ngOnChanges (line 689) | ngOnChanges({ nzOpen, nzDisabled, nzOptions, nzStatus, nzPlacement, nz... method ngOnInit (line 736) | ngOnInit(): void { method ngAfterContentInit (line 808) | ngAfterContentInit(): void { method setStatusStyles (line 847) | private setStatusStyles(status: NzValidateStatus, hasFeedback: boolean... method getTitle (line 862) | private getTitle(title: NzSelectOptionInterface['title'], label: NzSel... FILE: components/select/select.module.ts class NzSelectModule (line 47) | class NzSelectModule {} FILE: components/select/select.spec.ts function flushChanges (line 55) | function flushChanges(): void { function flushChanges (line 591) | function flushChanges(): void { function flushChanges (line 789) | function flushChanges(): void { function flushChanges (line 847) | function flushChanges(): void { function flushChanges (line 1105) | function flushChanges(): void { function flushChanges (line 1379) | function flushChanges(): void { function flushChanges (line 1541) | function flushChanges(): void { class TestSelectTemplateDefaultComponent (line 1835) | class TestSelectTemplateDefaultComponent { class TestSelectTemplateMultipleComponent (line 1899) | class TestSelectTemplateMultipleComponent { class TestSelectTemplateTagsComponent (line 1933) | class TestSelectTemplateTagsComponent { class TestSelectReactiveDefaultComponent (line 1979) | class TestSelectReactiveDefaultComponent { class TestSelectReactiveMultipleComponent (line 2036) | class TestSelectReactiveMultipleComponent { class TestSelectReactiveTagsComponent (line 2069) | class TestSelectReactiveTagsComponent { class TestSelectStatusComponent (line 2085) | class TestSelectStatusComponent { class TestSelectInFormComponent (line 2101) | class TestSelectInFormComponent { method disable (line 2110) | disable(): void { method enable (line 2114) | enable(): void { class TestSelectFinalSizeComponent (line 2123) | class TestSelectFinalSizeComponent { class TestSelectFinalVariantComponent (line 2131) | class TestSelectFinalVariantComponent { FILE: components/select/select.types.ts type NzSelectModeType (line 10) | type NzSelectModeType = 'default' | 'multiple' | 'tags'; type NzSelectItemInterface (line 11) | interface NzSelectItemInterface { type NzSelectOptionInterface (line 24) | interface NzSelectOptionInterface { type NzSelectTopControlItemType (line 34) | type NzSelectTopControlItemType = Partial & { type NzFilterOptionType (line 39) | type NzFilterOptionType = (input: string, option: NzSelectItemInterface)... type NzSelectPlacementType (line 41) | type NzSelectPlacementType = 'topLeft' | 'topRight' | 'bottomLeft' | 'bo... FILE: components/skeleton/demo/active.ts class NzDemoSkeletonActiveComponent (line 10) | class NzDemoSkeletonActiveComponent {} FILE: components/skeleton/demo/basic.ts class NzDemoSkeletonBasicComponent (line 10) | class NzDemoSkeletonBasicComponent {} FILE: components/skeleton/demo/children.ts class NzDemoSkeletonChildrenComponent (line 30) | class NzDemoSkeletonChildrenComponent { method showSkeleton (line 33) | showSkeleton(): void { FILE: components/skeleton/demo/complex.ts class NzDemoSkeletonComplexComponent (line 10) | class NzDemoSkeletonComplexComponent {} FILE: components/skeleton/demo/element.ts class NzDemoSkeletonElementComponent (line 83) | class NzDemoSkeletonElementComponent { FILE: components/skeleton/demo/list.ts class NzDemoSkeletonListComponent (line 48) | class NzDemoSkeletonListComponent { FILE: components/skeleton/skeleton-element.component.ts class NzSkeletonElementDirective (line 32) | class NzSkeletonElementDirective { class NzSkeletonElementButtonComponent (line 53) | class NzSkeletonElementButtonComponent { class NzSkeletonElementAvatarComponent (line 73) | class NzSkeletonElementAvatarComponent implements OnChanges { method ngOnChanges (line 79) | ngOnChanges(changes: SimpleChanges): void { class NzSkeletonElementInputComponent (line 101) | class NzSkeletonElementInputComponent { class NzSkeletonElementImageComponent (line 120) | class NzSkeletonElementImageComponent {} FILE: components/skeleton/skeleton.component.ts class NzSkeletonComponent (line 70) | class NzSkeletonComponent implements OnInit, OnChanges { method toCSSUnit (line 86) | protected toCSSUnit(value: number | string = ''): string { method getTitleProps (line 90) | private getTitleProps(): NzSkeletonTitle { method getAvatarProps (line 102) | private getAvatarProps(): NzSkeletonAvatar { method getParagraphProps (line 108) | private getParagraphProps(): NzSkeletonParagraph { method getProps (line 125) | private getProps(prop: T | boolean | undefined): T | {} { method getWidthList (line 129) | private getWidthList(): Array { method updateProps (line 141) | private updateProps(): void { method ngOnInit (line 150) | ngOnInit(): void { method ngOnChanges (line 154) | ngOnChanges(changes: SimpleChanges): void { FILE: components/skeleton/skeleton.module.ts class NzSkeletonModule (line 35) | class NzSkeletonModule {} FILE: components/skeleton/skeleton.spec.ts class NzTestSkeletonComponent (line 248) | class NzTestSkeletonComponent { class NzTestSkeletonElementComponent (line 275) | class NzTestSkeletonElementComponent { FILE: components/skeleton/skeleton.type.ts type NzSkeletonParagraphWidth (line 6) | type NzSkeletonParagraphWidth = number | string | Array; type NzSkeletonButtonShape (line 7) | type NzSkeletonButtonShape = 'square' | 'circle' | 'round' | 'default'; type NzSkeletonAvatarShape (line 8) | type NzSkeletonAvatarShape = 'square' | 'circle'; type NzSkeletonInputSize (line 9) | type NzSkeletonInputSize = 'large' | 'small' | 'default'; type NzSkeletonButtonSize (line 10) | type NzSkeletonButtonSize = NzSkeletonInputSize; type NzSkeletonAvatarSize (line 11) | type NzSkeletonAvatarSize = NzSkeletonInputSize | number; type NzSkeletonAvatar (line 13) | interface NzSkeletonAvatar { type NzSkeletonTitle (line 18) | interface NzSkeletonTitle { type NzSkeletonParagraph (line 22) | interface NzSkeletonParagraph { FILE: components/slider/demo/basic.ts class NzDemoSliderBasicComponent (line 17) | class NzDemoSliderBasicComponent { FILE: components/slider/demo/event.ts class NzDemoSliderEventComponent (line 20) | class NzDemoSliderEventComponent { method onChange (line 24) | onChange(value: number): void { method onAfterChange (line 28) | onAfterChange(value: number[] | number): void { FILE: components/slider/demo/icon-slider.ts class NzDemoSliderIconSliderComponent (line 46) | class NzDemoSliderIconSliderComponent implements OnInit { method sliderValue (line 54) | set sliderValue(value: number) { method sliderValue (line 59) | get sliderValue(): number { method ngOnInit (line 63) | ngOnInit(): void { method highlightIcon (line 67) | highlightIcon(): void { FILE: components/slider/demo/input-number.ts class NzDemoSliderInputNumberComponent (line 31) | class NzDemoSliderInputNumberComponent { FILE: components/slider/demo/mark.ts class NzDemoSliderMarkComponent (line 34) | class NzDemoSliderMarkComponent { method changeMarks (line 47) | changeMarks(): void { FILE: components/slider/demo/reverse.ts class NzDemoSliderReverseComponent (line 23) | class NzDemoSliderReverseComponent { FILE: components/slider/demo/tip-formatter.ts class NzDemoSliderTipFormatterComponent (line 17) | class NzDemoSliderTipFormatterComponent { method formatter (line 18) | formatter(value: number): string { FILE: components/slider/demo/tooltip.ts class NzDemoSliderTooltipComponent (line 13) | class NzDemoSliderTooltipComponent {} FILE: components/slider/demo/vertical.ts class NzDemoSliderVerticalComponent (line 23) | class NzDemoSliderVerticalComponent { FILE: components/slider/handle.component.ts class NzSliderHandleComponent (line 52) | class NzSliderHandleComponent implements OnChanges { method ngOnChanges (line 72) | ngOnChanges(changes: SimpleChanges): void { method focus (line 112) | focus(): void { method toggleTooltip (line 116) | private toggleTooltip(show: boolean, force: boolean = false): void { method updateTooltipTitle (line 128) | private updateTooltipTitle(): void { method updateTooltipPosition (line 137) | private updateTooltipPosition(): void { method updateStyle (line 143) | private updateStyle(): void { method getHorizontalStylePosition (line 159) | private getHorizontalStylePosition(): { left: string; right: string } { FILE: components/slider/marks.component.ts class NzSliderMarksComponent (line 40) | class NzSliderMarksComponent implements OnChanges { method ngOnChanges (line 52) | ngOnChanges(changes: SimpleChanges): void { method buildMarks (line 64) | private buildMarks(): void { method getMarkStyles (line 83) | private getMarkStyles(value: number, range: number, config: NzMark): N... method togglePointActive (line 106) | private togglePointActive(): void { function isConfigObject (line 118) | function isConfigObject(config: NzMark): config is NzMarkObj { FILE: components/slider/slider.component.ts class NzSliderComponent (line 127) | class NzSliderComponent implements ControlValueAccessor, OnInit, OnChang... method ngOnInit (line 172) | ngOnInit(): void { method ngOnChanges (line 191) | ngOnChanges(changes: SimpleChanges): void { method writeValue (line 204) | writeValue(val: NzSliderValue | null): void { method onValueChange (line 208) | onValueChange(_value: NzSliderValue): void {} method onTouched (line 210) | onTouched(): void {} method registerOnChange (line 212) | registerOnChange(fn: (value: NzSliderValue) => void): void { method registerOnTouched (line 216) | registerOnTouched(fn: () => void): void { method setDisabledState (line 220) | setDisabledState(isDisabled: boolean): void { method onKeyDown (line 230) | onKeyDown(e: KeyboardEvent): void { method onHandleFocusIn (line 253) | onHandleFocusIn(index: number): void { method setValue (line 257) | private setValue(value: NzSliderValue | null, isWriteValue: boolean = ... method getValue (line 268) | private getValue(cloneAndSort: boolean = false): NzSliderValue { method getValueToOffset (line 278) | private getValueToOffset(value?: NzSliderValue): NzSliderValue { method setActiveValueIndex (line 293) | private setActiveValueIndex(pointerValue: number): void { method setActiveValue (line 313) | private setActiveValue(pointerValue: number): void { method updateTrackAndHandles (line 326) | private updateTrackAndHandles(): void { method onDragStart (line 347) | private onDragStart(value: number): void { method onDragMove (line 355) | private onDragMove(value: number): void { method getLogicalValue (line 360) | private getLogicalValue(value: number): number { method onDragEnd (line 374) | private onDragEnd(): void { method bindDraggingHandlers (line 385) | private bindDraggingHandlers(): void { method subscribeDrag (line 433) | private subscribeDrag(periods: string[] = ['start', 'move', 'end']): v... method unsubscribeDrag (line 449) | private unsubscribeDrag(periods: string[] = ['start', 'move', 'end']):... method toggleDragMoving (line 466) | private toggleDragMoving(movable: boolean): void { method toggleDragDisabled (line 477) | private toggleDragDisabled(disabled: boolean): void { method findClosestValue (line 485) | private findClosestValue(position: number): number { method valueToOffset (line 508) | private valueToOffset(value: number): number { method getSliderStartPosition (line 512) | private getSliderStartPosition(): number { method getSliderLength (line 520) | private getSliderLength(): number { method cacheSliderProperty (line 531) | private cacheSliderProperty(remove: boolean = false): void { method formatValue (line 536) | private formatValue(value: NzSliderValue | null): NzSliderValue { method showHandleTooltip (line 551) | private showHandleTooltip(handleIndex: number = 0): void { method hideAllHandleTooltip (line 555) | private hideAllHandleTooltip(): void { method generateMarkItems (line 559) | private generateMarkItems(marks: NzMarks): NzExtendedMark[] | null { function getValueTypeNotMatchError (line 574) | function getValueTypeNotMatchError(): Error { function isValueRange (line 580) | function isValueRange(value: NzSliderValue): value is number[] { function generateHandlers (line 588) | function generateHandlers(amount: number): NzSliderHandler[] { function assertValueValid (line 597) | function assertValueValid(value: NzSliderValue, isRange?: boolean): bool... function assertValueTypeMatch (line 607) | function assertValueTypeMatch(value: NzSliderValue, isRange: boolean = f... function valuesEqual (line 614) | function valuesEqual(valA: NzSliderValue, valB: NzSliderValue): boolean { FILE: components/slider/slider.module.ts class NzSliderModule (line 30) | class NzSliderModule {} FILE: components/slider/slider.spec.ts function getReferenceFromFixture (line 29) | function getReferenceFromFixture(fixture: ComponentFixture): ... class NzTestSliderComponent (line 1033) | @Component({ class SliderWithMinAndMaxComponent (line 1042) | @Component({ class SliderWithValueComponent (line 1052) | @Component({ class SliderWithMarksComponent (line 1059) | @Component({ class SliderWithStepComponent (line 1067) | @Component({ class SliderWithValueSmallerThanMinComponent (line 1076) | @Component({ class SliderWithValueZeroComponent (line 1083) | @Component({ class SliderWithValueGreaterThanMaxComponent (line 1090) | @Component({ class VerticalSliderComponent (line 1097) | @Component({ class ReverseSliderComponent (line 1104) | @Component({ class ReverseSliderWithMinAndMaxComponent (line 1116) | @Component({ class MixedSliderComponent (line 1123) | @Component({ method tipFormatter (line 1148) | tipFormatter(value: number): string { class SliderWithFormControlComponent (line 1153) | @Component({ method disable (line 1167) | disable(): void { method enable (line 1171) | enable(): void { class SliderShowTooltipComponent (line 1176) | @Component({ class NzTestSliderKeyboardComponent (line 1186) | @Component({ class SliderShowTemplateTooltipComponent (line 1195) | @Component({ function dispatchClickEventSequence (line 1218) | function dispatchClickEventSequence(sliderElement: HTMLElement, percenta... function dispatchSlideEventSequence (line 1237) | function dispatchSlideEventSequence( function dispatchSlideEvent (line 1258) | function dispatchSlideEvent(sliderElement: HTMLElement, percent: number)... function dispatchSlideStartEvent (line 1273) | function dispatchSlideStartEvent(sliderElement: HTMLElement, percent: nu... function dispatchSlideEndEvent (line 1290) | function dispatchSlideEndEvent(sliderElement: HTMLElement, percent: numb... function dispatchMouseenterEvent (line 1305) | function dispatchMouseenterEvent(element: HTMLElement): void { class NzTestSliderRtlComponent (line 1321) | class NzTestSliderRtlComponent { FILE: components/slider/step.component.ts class NzSliderStepComponent (line 33) | class NzSliderStepComponent implements OnChanges { method ngOnChanges (line 45) | ngOnChanges(changes: SimpleChanges): void { method buildSteps (line 56) | private buildSteps(): void { method togglePointActive (line 81) | private togglePointActive(): void { FILE: components/slider/track.component.ts type NzSliderTrackStyle (line 17) | interface NzSliderTrackStyle { class NzSliderTrackComponent (line 33) | class NzSliderTrackComponent implements OnChanges { method ngOnChanges (line 43) | ngOnChanges(): void { method getHorizontalStylePosition (line 62) | private getHorizontalStylePosition(): { left: string; right: string } { FILE: components/slider/typings.ts type NzMark (line 6) | type NzMark = string | NzMarkObj; type NzMarkObj (line 8) | interface NzMarkObj { class NzMarks (line 13) | class NzMarks { type NzExtendedMark (line 20) | interface NzExtendedMark { type NzDisplayedMark (line 29) | interface NzDisplayedMark extends NzExtendedMark { type NzDisplayedStep (line 38) | interface NzDisplayedStep extends NzExtendedMark { type NzSliderShowTooltip (line 43) | type NzSliderShowTooltip = 'always' | 'never' | 'default'; type NzSliderValue (line 45) | type NzSliderValue = number[] | number; type NzSliderHandler (line 47) | interface NzSliderHandler { FILE: components/space/demo/align.ts class NzDemoSpaceAlignComponent (line 55) | class NzDemoSpaceAlignComponent {} FILE: components/space/demo/basic.ts class NzDemoSpaceBasicComponent (line 34) | class NzDemoSpaceBasicComponent {} FILE: components/space/demo/compact-button-vertical.ts class NzDemoSpaceCompactButtonVerticalComponent (line 29) | class NzDemoSpaceCompactButtonVerticalComponent {} FILE: components/space/demo/compact-buttons.ts class NzDemoSpaceCompactButtonsComponent (line 93) | class NzDemoSpaceCompactButtonsComponent {} FILE: components/space/demo/compact.ts class NzDemoSpaceCompactComponent (line 204) | class NzDemoSpaceCompactComponent { FILE: components/space/demo/customize.ts class NzDemoSpaceCustomizeComponent (line 21) | class NzDemoSpaceCustomizeComponent { FILE: components/space/demo/size.ts class NzDemoSpaceSizeComponent (line 25) | class NzDemoSpaceSizeComponent { FILE: components/space/demo/split.ts class NzDemoSpaceSplitComponent (line 21) | class NzDemoSpaceSplitComponent { FILE: components/space/demo/vertical.ts class NzDemoSpaceVerticalComponent (line 22) | class NzDemoSpaceVerticalComponent {} FILE: components/space/demo/wrap.ts class NzDemoSpaceWrapComponent (line 17) | class NzDemoSpaceWrapComponent { FILE: components/space/space-compact-item.directive.ts class NzSpaceCompactItemDirective (line 19) | class NzSpaceCompactItemDirective { method parentElement (line 31) | private get parentElement(): HTMLElement | null { method constructor (line 59) | constructor() { function generateCompactClass (line 80) | function generateCompactClass( function compactItemClassOf (line 89) | function compactItemClassOf(type: string, direction: 'vertical' | 'horiz... function compactFirstItemClassOf (line 94) | function compactFirstItemClassOf(type: string, direction: 'vertical' | '... function compactLastItemClassOf (line 98) | function compactLastItemClassOf(type: string, direction: 'vertical' | 'h... FILE: components/space/space-compact.component.spec.ts class SpaceCompactTestComponent (line 227) | @Component({ class SpaceCompactDirectionTestComponent (line 270) | @Component({ FILE: components/space/space-compact.component.ts class NzSpaceCompactComponent (line 37) | class NzSpaceCompactComponent { FILE: components/space/space-compact.token.ts constant NZ_SPACE_COMPACT_SIZE (line 12) | const NZ_SPACE_COMPACT_SIZE = new InjectionToken>( constant NZ_SPACE_COMPACT_ITEMS (line 15) | const NZ_SPACE_COMPACT_ITEMS = new InjectionToken( FILE: components/space/space-item.directive.ts class NzSpaceItemDirective (line 11) | class NzSpaceItemDirective {} FILE: components/space/space.component.spec.ts class SpaceTestComponent (line 145) | @Component({ FILE: components/space/space.component.ts constant NZ_CONFIG_MODULE_NAME (line 31) | const NZ_CONFIG_MODULE_NAME: NzConfigKey = 'space'; constant SPACE_SIZE (line 32) | const SPACE_SIZE: Record = { class NzSpaceComponent (line 71) | class NzSpaceComponent implements OnChanges, AfterContentInit { method constructor (line 90) | constructor() { method ngOnChanges (line 94) | ngOnChanges(changes: SimpleChanges): void { method ngAfterContentInit (line 102) | ngAfterContentInit(): void { method updateSpaceSize (line 108) | private updateSpaceSize(): void { function normalizeSpaceSize (line 115) | function normalizeSpaceSize(size: NzSpaceSize | [NzSpaceSize, NzSpaceSiz... FILE: components/space/space.module.ts class NzSpaceModule (line 16) | class NzSpaceModule {} FILE: components/space/types.ts type NzSpaceDirection (line 6) | type NzSpaceDirection = 'vertical' | 'horizontal'; type NzSpaceAlign (line 7) | type NzSpaceAlign = 'start' | 'end' | 'center' | 'baseline'; type NzSpaceType (line 8) | type NzSpaceType = 'small' | 'middle' | 'large'; type NzSpaceSize (line 9) | type NzSpaceSize = NzSpaceType | number; FILE: components/spin/demo/basic.ts class NzDemoSpinBasicComponent (line 10) | class NzDemoSpinBasicComponent {} FILE: components/spin/demo/custom-indicator.ts class NzDemoSpinCustomIndicatorComponent (line 19) | class NzDemoSpinCustomIndicatorComponent {} FILE: components/spin/demo/delay-and-debounce.ts class NzDemoSpinDelayAndDebounceComponent (line 26) | class NzDemoSpinDelayAndDebounceComponent { FILE: components/spin/demo/inside.ts class NzDemoSpinInsideComponent (line 23) | class NzDemoSpinInsideComponent {} FILE: components/spin/demo/nested.ts class NzDemoSpinNestedComponent (line 26) | class NzDemoSpinNestedComponent { FILE: components/spin/demo/size.ts class NzDemoSpinSizeComponent (line 20) | class NzDemoSpinSizeComponent {} FILE: components/spin/demo/tip.ts class NzDemoSpinTipComponent (line 19) | class NzDemoSpinTipComponent {} FILE: components/spin/spin.component.ts constant NZ_CONFIG_MODULE_NAME (line 30) | const NZ_CONFIG_MODULE_NAME: NzConfigKey = 'spin'; class NzSpinComponent (line 72) | class NzSpinComponent implements OnChanges, OnInit { method constructor (line 92) | constructor() { method ngOnInit (line 96) | ngOnInit(): void { method ngOnChanges (line 132) | ngOnChanges(changes: SimpleChanges): void { FILE: components/spin/spin.module.ts class NzSpinModule (line 14) | class NzSpinModule {} FILE: components/spin/spin.spec.ts class NzTestSpinBasicComponent (line 175) | class NzTestSpinBasicComponent { method constructor (line 185) | constructor(public nzConfigService: NzConfigService) {} class NzTestSpinRtlComponent (line 196) | class NzTestSpinRtlComponent { FILE: components/splitter/demo/basic.ts class NzDemoSplitterBasicComponent (line 32) | class NzDemoSplitterBasicComponent {} FILE: components/splitter/demo/collapsible.ts class NzDemoSplitterCollapsibleComponent (line 41) | class NzDemoSplitterCollapsibleComponent {} FILE: components/splitter/demo/complex.ts class NzDemoSplitterComplexComponent (line 39) | class NzDemoSplitterComplexComponent {} FILE: components/splitter/demo/control.ts class NzDemoSplitterControlComponent (line 42) | class NzDemoSplitterControlComponent { method setSizes (line 46) | setSizes(sizes: Array): void { FILE: components/splitter/demo/lazy.ts class NzDemoSplitterLazyComponent (line 41) | class NzDemoSplitterLazyComponent {} FILE: components/splitter/demo/multiple.ts class NzDemoSplitterMultipleComponent (line 35) | class NzDemoSplitterMultipleComponent {} FILE: components/splitter/demo/vertical.ts class NzDemoSplitterVerticalComponent (line 32) | class NzDemoSplitterVerticalComponent {} FILE: components/splitter/splitter-bar.component.ts class NzSplitterBarComponent (line 63) | class NzSplitterBarComponent { method resizeStartEvent (line 82) | protected resizeStartEvent(event: MouseEvent | TouchEvent): void { method collapseEvent (line 89) | protected collapseEvent(type: 'start' | 'end'): void { method getValidNumber (line 93) | protected getValidNumber(num: number | undefined): number { FILE: components/splitter/splitter-panel.component.ts class NzSplitterPanelComponent (line 29) | class NzSplitterPanelComponent { FILE: components/splitter/splitter.component.ts type PanelSize (line 39) | interface PanelSize { type ResizableInfo (line 56) | interface ResizableInfo { class NzSplitterComponent (line 121) | class NzSplitterComponent { method getPxSizes (line 279) | private getPxSizes(): number[] { method startResize (line 351) | protected startResize(index: number, startPos: [x: number, y: number])... method updateOffset (line 430) | private updateOffset(index: number, offset: number): void { method collapse (line 506) | protected collapse(index: number, type: 'start' | 'end'): void { FILE: components/splitter/splitter.module.ts class NzSplitterModule (line 15) | class NzSplitterModule {} FILE: components/splitter/splitter.spec.ts type PanelProps (line 17) | interface PanelProps { class NzSplitterTestComponent (line 26) | @Component({ class MockDirectionality (line 69) | class MockDirectionality { function getDragger (line 81) | function getDragger(index: number = 0): HTMLElement { function getDraggerPosition (line 85) | function getDraggerPosition(dragger: HTMLElement): { x: number; y: numbe... function getDraggerAndPos (line 92) | function getDraggerAndPos(index: number = 0): { dragger: HTMLElement; x:... function mouseMoveTrigger (line 97) | function mouseMoveTrigger(dragger: HTMLElement, from: { x: number; y: nu... function drag (line 106) | function drag(dragger: HTMLElement, f1: (x: number) => number, f2: (y: n... function getPanelFlexBasis (line 111) | function getPanelFlexBasis(dl: DebugElement): string { function expectClick (line 301) | function expectClick(button: HTMLElement, sizes: number[]): void { function dragWithMouse (line 566) | function dragWithMouse(f: (y: number) => number): void { function dragWithTouch (line 573) | function dragWithTouch(f: (y: number) => number): void { FILE: components/splitter/typings.ts type NzSplitterLayout (line 6) | type NzSplitterLayout = 'horizontal' | 'vertical'; type NzSplitterCollapsible (line 7) | type NzSplitterCollapsible = boolean | NzSplitterCollapseOption; type NzSplitterCollapseOption (line 9) | interface NzSplitterCollapseOption { FILE: components/splitter/utils.ts function getPercentValue (line 12) | function getPercentValue(str: string): number { function isPercent (line 20) | function isPercent(size: string | number | undefined): size is string { function coerceCollapsible (line 27) | function coerceCollapsible(collapsible: NzSplitterCollapsible): NzSplitt... FILE: components/statistic/countdown.component.spec.ts class NzTestCountdownComponent (line 83) | class NzTestCountdownComponent { method resetTimerWithFormat (line 92) | resetTimerWithFormat(format: string): void { method resetWithTemplate (line 97) | resetWithTemplate(): void { method onFinish (line 102) | onFinish(): void { FILE: components/statistic/countdown.component.ts constant REFRESH_INTERVAL (line 25) | const REFRESH_INTERVAL = 1000 / 30; class NzCountdownComponent (line 46) | class NzCountdownComponent extends NzStatisticComponent implements OnIni... method constructor (line 58) | constructor() { method ngOnChanges (line 66) | ngOnChanges(changes: SimpleChanges): void { method ngOnInit (line 76) | override ngOnInit(): void { method syncTimer (line 81) | syncTimer(): void { method startTimer (line 89) | startTimer(): void { method stopTimer (line 101) | stopTimer(): void { method updateValue (line 111) | protected updateValue(): void { FILE: components/statistic/demo/basic.ts class NzDemoStatisticBasicComponent (line 26) | class NzDemoStatisticBasicComponent {} FILE: components/statistic/demo/card.ts class NzDemoStatisticCardComponent (line 43) | class NzDemoStatisticCardComponent {} FILE: components/statistic/demo/countdown.ts class NzDemoStatisticCountdownComponent (line 23) | class NzDemoStatisticCountdownComponent { FILE: components/statistic/demo/unit.ts class NzDemoStatisticUnitComponent (line 23) | class NzDemoStatisticUnitComponent {} FILE: components/statistic/statistic-content-value.component.spec.ts class NzTestNumberComponent (line 59) | class NzTestNumberComponent { FILE: components/statistic/statistic-content-value.component.ts class NzStatisticContentValueComponent (line 42) | class NzStatisticContentValueComponent implements OnChanges { method ngOnChanges (line 51) | ngOnChanges(): void { method formatNumber (line 55) | private formatNumber(): void { FILE: components/statistic/statistic.component.spec.ts class NzTestStatisticComponent (line 80) | class NzTestStatisticComponent { class NzTestStatisticRtlComponent (line 95) | class NzTestStatisticRtlComponent { FILE: components/statistic/statistic.component.ts class NzStatisticComponent (line 61) | class NzStatisticComponent implements OnInit { method ngOnInit (line 75) | ngOnInit(): void { FILE: components/statistic/statistic.module.ts class NzStatisticModule (line 16) | class NzStatisticModule {} FILE: components/statistic/typings.ts type NzStatisticValueType (line 6) | type NzStatisticValueType = number | string; FILE: components/steps/demo/clickable.ts class NzDemoStepsClickableComponent (line 23) | class NzDemoStepsClickableComponent { method onIndexChange (line 26) | onIndexChange(index: number): void { FILE: components/steps/demo/customized-progress-dot.ts class NzDemoStepsCustomizedProgressDotComponent (line 24) | class NzDemoStepsCustomizedProgressDotComponent {} FILE: components/steps/demo/error.ts class NzDemoStepsErrorComponent (line 16) | class NzDemoStepsErrorComponent {} FILE: components/steps/demo/icon.ts class NzDemoStepsIconComponent (line 19) | class NzDemoStepsIconComponent {} FILE: components/steps/demo/nav.ts class NzDemoStepsNavComponent (line 39) | class NzDemoStepsNavComponent { method onIndexChange (line 42) | onIndexChange(event: number): void { FILE: components/steps/demo/progress-dot.ts class NzDemoStepsProgressDotComponent (line 25) | class NzDemoStepsProgressDotComponent {} FILE: components/steps/demo/progress.ts type SyncStep (line 8) | interface SyncStep { type AsyncStep (line 16) | interface AsyncStep { type Step (line 24) | type Step = SyncStep | AsyncStep; function mockAsyncStep (line 26) | function mockAsyncStep(): Observable { class NzDemoStepsProgressComponent (line 75) | class NzDemoStepsProgressComponent { method pre (line 102) | pre(): void { method next (line 106) | next(): void { method done (line 110) | done(): void { method loadingAndStep (line 115) | loadingAndStep(): void { FILE: components/steps/demo/simple.ts class NzDemoStepsSimpleComponent (line 16) | class NzDemoStepsSimpleComponent {} FILE: components/steps/demo/small-size.ts class NzDemoStepsSmallSizeComponent (line 16) | class NzDemoStepsSmallSizeComponent { FILE: components/steps/demo/start-index.ts class NzDemoStepsStartIndexComponent (line 16) | class NzDemoStepsStartIndexComponent { FILE: components/steps/demo/step-next.ts class NzDemoStepsStepNextComponent (line 55) | class NzDemoStepsStepNextComponent { method pre (line 60) | pre(): void { method next (line 65) | next(): void { method done (line 70) | done(): void { method changeContent (line 74) | changeContent(): void { FILE: components/steps/demo/vertical-small.ts class NzDemoStepsVerticalSmallComponent (line 16) | class NzDemoStepsVerticalSmallComponent {} FILE: components/steps/demo/vertical.ts class NzDemoStepsVerticalComponent (line 16) | class NzDemoStepsVerticalComponent {} FILE: components/steps/step.component.ts class NzStepComponent (line 122) | class NzStepComponent implements OnInit { method nzStatus (line 137) | get nzStatus(): string { method nzStatus (line 141) | set nzStatus(status: string) { method nzIcon (line 150) | get nzIcon(): NgClassType | TemplateRef | undefined { method nzIcon (line 154) | set nzIcon(value: NgClassType | TemplateRef | undefined) { method showProgress (line 176) | get showProgress(): boolean { method currentIndex (line 186) | get currentIndex(): number { method currentIndex (line 190) | set currentIndex(current: number) { method ngOnInit (line 199) | ngOnInit(): void { method enable (line 210) | enable(): void { method disable (line 215) | disable(): void { method markForCheck (line 220) | markForCheck(): void { FILE: components/steps/steps.component.ts type NzDirectionType (line 35) | type NzDirectionType = 'horizontal' | 'vertical'; type NzStatusType (line 36) | type NzStatusType = 'wait' | 'process' | 'finish' | 'error'; type NzProgressDotTemplate (line 37) | type NzProgressDotTemplate = TemplateRef<{ $implicit: TemplateRef;... class NzStepsComponent (line 58) | class NzStepsComponent implements OnChanges, OnInit, AfterContentInit { method nzProgressDot (line 77) | set nzProgressDot(value: boolean | NzProgressDotTemplate | undefined |... method ngOnChanges (line 96) | ngOnChanges(changes: SimpleChanges): void { method ngOnInit (line 103) | ngOnInit(): void { method ngAfterContentInit (line 113) | ngAfterContentInit(): void { method updateHostProgressClass (line 122) | private updateHostProgressClass(): void { method updateChildrenSteps (line 128) | private updateChildrenSteps(): void { FILE: components/steps/steps.module.ts class NzStepsModule (line 15) | class NzStepsModule {} FILE: components/steps/steps.spec.ts class NzTestOuterStepsComponent (line 542) | class NzTestOuterStepsComponent { method constructor (line 552) | constructor(public cdr: ChangeDetectorRef) {} class NzTestInnerStepStringComponent (line 568) | class NzTestInnerStepStringComponent { class NzTestInnerStepTemplateComponent (line 592) | class NzTestInnerStepTemplateComponent {} class NzTestStepForComponent (line 604) | class NzTestStepForComponent { method updateSteps (line 606) | updateSteps(): void { class NzTestStepAsyncComponent (line 621) | class NzTestStepAsyncComponent implements OnInit { method ngOnInit (line 624) | ngOnInit(): void { class NzTestOuterStepsRtlComponent (line 635) | class NzTestOuterStepsRtlComponent { FILE: components/style/color/bezierEasing.js function A (line 11) | function A(aA1, aA2) { return 1.0 - 3.0 * aA2 + 3.0 * aA1; } function B (line 12) | function B(aA1, aA2) { return 3.0 * aA2 - 6.0 * aA1; } function C (line 13) | function C(aA1) { return 3.0 * aA1; } function calcBezier (line 16) | function calcBezier(aT, aA1, aA2) { return ((A(aA1, aA2) * aT + B(aA1, a... function getSlope (line 19) | function getSlope(aT, aA1, aA2) { return 3.0 * A(aA1, aA2) * aT * aT + 2... function binarySubdivide (line 21) | function binarySubdivide(aX, aA, aB, mX1, mX2) { function newtonRaphsonIterate (line 35) | function newtonRaphsonIterate(aX, aGuessT, mX1, mX2) { function getTForX (line 60) | function getTForX(aX) { FILE: components/style/color/tinycolor2.js function tinycolor (line 12) | function tinycolor(color, opts) { function inputToRGB (line 302) | function inputToRGB(color) { function rgbToRgb (line 365) | function rgbToRgb(r, g, b) { function rgbToHsl (line 377) | function rgbToHsl(r, g, b) { function hslToRgb (line 408) | function hslToRgb(h, s, l) { function rgbToHsv (line 442) | function rgbToHsv(r, g, b) { function hsvToRgb (line 472) | function hsvToRgb(h, s, v) { function rgbToHex (line 495) | function rgbToHex(r, g, b, allow3Char) { function rgbaToHex (line 515) | function rgbaToHex(r, g, b, a, allow4Char) { function rgbaToArgbHex (line 535) | function rgbaToArgbHex(r, g, b, a) { function desaturate (line 567) | function desaturate(color, amount) { function saturate (line 575) | function saturate(color, amount) { function greyscale (line 583) | function greyscale(color) { function lighten (line 587) | function lighten(color, amount) { function brighten (line 595) | function brighten(color, amount) { function darken (line 604) | function darken(color, amount) { function spin (line 614) | function spin(color, amount) { function complement (line 626) | function complement(color) { function triad (line 632) | function triad(color) { function tetrad (line 642) | function tetrad(color) { function splitcomplement (line 653) | function splitcomplement(color) { function analogous (line 663) | function analogous(color, results, slices) { function monochromatic (line 678) | function monochromatic(color, results) { function flip (line 957) | function flip(o) { function boundAlpha (line 968) | function boundAlpha(a) { function bound01 (line 979) | function bound01(n, max) { function clamp01 (line 1000) | function clamp01(val) { function parseIntFromHex (line 1005) | function parseIntFromHex(val) { function isOnePointZero (line 1011) | function isOnePointZero(n) { function isPercentage (line 1016) | function isPercentage(n) { function pad2 (line 1021) | function pad2(c) { function convertToPercentage (line 1026) | function convertToPercentage(n) { function convertDecimalToHex (line 1035) | function convertDecimalToHex(d) { function convertHexToDecimal (line 1039) | function convertHexToDecimal(h) { function isValidCSSUnit (line 1078) | function isValidCSSUnit(color) { function stringInputToObject (line 1085) | function stringInputToObject(color) { function validateWCAG2Parms (line 1158) | function validateWCAG2Parms(parms) { FILE: components/switch/demo/basic.ts class NzDemoSwitchBasicComponent (line 11) | class NzDemoSwitchBasicComponent { FILE: components/switch/demo/control.ts class NzDemoSwitchControlComponent (line 11) | class NzDemoSwitchControlComponent { method clickSwitch (line 15) | clickSwitch(): void { FILE: components/switch/demo/disabled.ts class NzDemoSwitchDisabledComponent (line 17) | class NzDemoSwitchDisabledComponent { FILE: components/switch/demo/loading.ts class NzDemoSwitchLoadingComponent (line 16) | class NzDemoSwitchLoadingComponent {} FILE: components/switch/demo/size.ts class NzDemoSwitchSizeComponent (line 16) | class NzDemoSwitchSizeComponent {} FILE: components/switch/demo/text.ts class NzDemoSwitchTextComponent (line 22) | class NzDemoSwitchTextComponent {} FILE: components/switch/switch.component.ts constant NZ_CONFIG_MODULE_NAME (line 41) | const NZ_CONFIG_MODULE_NAME: NzConfigKey = 'switch'; class NzSwitchComponent (line 87) | class NzSwitchComponent implements ControlValueAccessor, AfterViewInit, ... method updateValue (line 119) | updateValue(value: boolean): void { method focus (line 126) | focus(): void { method blur (line 130) | blur(): void { method constructor (line 134) | constructor() { method ngOnChanges (line 140) | ngOnChanges(changes: SimpleChanges): void { method ngOnInit (line 147) | ngOnInit(): void { method ngAfterViewInit (line 191) | ngAfterViewInit(): void { method writeValue (line 203) | writeValue(value: boolean): void { method registerOnChange (line 208) | registerOnChange(fn: OnChangeType): void { method registerOnTouched (line 212) | registerOnTouched(fn: OnTouchedType): void { method setDisabledState (line 216) | setDisabledState(disabled: boolean): void { FILE: components/switch/switch.module.ts class NzSwitchModule (line 14) | class NzSwitchModule {} FILE: components/switch/switch.spec.ts class NzTestSwitchBasicComponent (line 376) | class NzTestSwitchBasicComponent { class NzTestSwitchTemplateComponent (line 398) | class NzTestSwitchTemplateComponent {} class NzTestSwitchFormComponent (line 408) | class NzTestSwitchFormComponent { method disable (line 413) | disable(): void { method enable (line 417) | enable(): void { class NzTestSwitchRtlComponent (line 430) | class NzTestSwitchRtlComponent { FILE: components/table/demo/ajax.ts type RandomUser (line 8) | interface RandomUser { class NzDemoTableAjaxComponent (line 51) | class NzDemoTableAjaxComponent implements OnInit { method loadDataFromServer (line 62) | loadDataFromServer( method onQueryParamsChange (line 77) | onQueryParamsChange(params: NzTableQueryParams): void { method constructor (line 86) | constructor(private http: HttpClient) {} method ngOnInit (line 88) | ngOnInit(): void { method getUsers (line 92) | getUsers( FILE: components/table/demo/basic.ts type Person (line 6) | interface Person { class NzDemoTableBasicComponent (line 43) | class NzDemoTableBasicComponent { FILE: components/table/demo/bordered.ts class NzDemoTableBorderedComponent (line 48) | class NzDemoTableBorderedComponent { FILE: components/table/demo/break-word.ts class NzDemoTableBreakWordComponent (line 47) | class NzDemoTableBreakWordComponent implements OnInit { method ngOnInit (line 50) | ngOnInit(): void { FILE: components/table/demo/colspan-rowspan.ts class NzDemoTableColspanRowspanComponent (line 50) | class NzDemoTableColspanRowspanComponent { FILE: components/table/demo/custom-column.ts type Person (line 11) | interface Person { type CustomColumn (line 19) | interface CustomColumn extends NzCustomColumn { class NzDemoTableCustomColumnComponent (line 183) | class NzDemoTableCustomColumnComponent implements OnInit { method constructor (line 252) | constructor(private cdr: ChangeDetectorRef) {} method ngOnInit (line 254) | ngOnInit(): void { method drop (line 261) | drop(event: CdkDragDrop): void { method deleteCustom (line 278) | deleteCustom(value: CustomColumn, index: number): void { method addCustom (line 285) | addCustom(value: CustomColumn, index: number): void { method showModal (line 292) | showModal(): void { method handleOk (line 296) | handleOk(): void { method handleCancel (line 302) | handleCancel(): void { FILE: components/table/demo/custom-filter-panel.ts type DataItem (line 10) | interface DataItem { class NzDemoTableCustomFilterPanelComponent (line 72) | class NzDemoTableCustomFilterPanelComponent { method reset (line 99) | reset(): void { method search (line 104) | search(): void { FILE: components/table/demo/drag-sorting.ts class NzDemoTableDragSortingComponent (line 39) | class NzDemoTableDragSortingComponent { method drop (line 61) | drop(event: CdkDragDrop): void { FILE: components/table/demo/dynamic-settings.ts type ItemData (line 16) | interface ItemData { type TableScroll (line 26) | type TableScroll = 'unset' | 'scroll' | 'fixed'; type Setting (line 28) | interface Setting { class NzDemoTableDynamicSettingsComponent (line 151) | class NzDemoTableDynamicSettingsComponent implements OnInit { method currentPageDataChange (line 222) | currentPageDataChange($event: readonly ItemData[]): void { method refreshStatus (line 227) | refreshStatus(): void { method checkAll (line 235) | checkAll(value: boolean): void { method generateData (line 244) | generateData(): readonly ItemData[] { method constructor (line 259) | constructor(private formBuilder: NonNullableFormBuilder) { method ngOnInit (line 284) | ngOnInit(): void { FILE: components/table/demo/edit-cell.ts type ItemData (line 9) | interface ItemData { class NzDemoTableEditCellComponent (line 65) | class NzDemoTableEditCellComponent implements OnInit { method startEdit (line 70) | startEdit(id: string): void { method stopEdit (line 74) | stopEdit(): void { method addRow (line 78) | addRow(): void { method deleteRow (line 91) | deleteRow(id: string): void { method ngOnInit (line 95) | ngOnInit(): void { FILE: components/table/demo/edit-row.ts type ItemData (line 8) | interface ItemData { class NzDemoTableEditRowComponent (line 56) | class NzDemoTableEditRowComponent implements OnInit { method startEdit (line 60) | startEdit(id: string): void { method cancelEdit (line 64) | cancelEdit(id: string): void { method saveEdit (line 72) | saveEdit(id: string): void { method updateEditCache (line 78) | updateEditCache(): void { method ngOnInit (line 87) | ngOnInit(): void { FILE: components/table/demo/ellipsis.ts class NzDemoTableEllipsisComponent (line 35) | class NzDemoTableEllipsisComponent implements OnInit { method ngOnInit (line 38) | ngOnInit(): void { FILE: components/table/demo/expand-children.ts type TreeNodeInterface (line 5) | interface TreeNodeInterface { class NzDemoTableExpandChildrenComponent (line 51) | class NzDemoTableExpandChildrenComponent implements OnInit { method collapse (line 118) | collapse(array: TreeNodeInterface[], data: TreeNodeInterface, $event: ... method convertTreeToList (line 132) | convertTreeToList(root: TreeNodeInterface): TreeNodeInterface[] { method visitNode (line 151) | visitNode(node: TreeNodeInterface, hashMap: { [key: string]: boolean }... method ngOnInit (line 158) | ngOnInit(): void { FILE: components/table/demo/expand-icon.ts class NzDemoTableExpandIconComponent (line 42) | class NzDemoTableExpandIconComponent { method onExpandChange (line 44) | onExpandChange(id: number, checked: boolean): void { FILE: components/table/demo/expand.ts class NzDemoTableExpandComponent (line 34) | class NzDemoTableExpandComponent { method onExpandChange (line 36) | onExpandChange(id: number, checked: boolean): void { FILE: components/table/demo/fixed-columns-header.ts type ItemData (line 5) | interface ItemData { class NzDemoTableFixedColumnsHeaderComponent (line 53) | class NzDemoTableFixedColumnsHeaderComponent implements OnInit { method ngOnInit (line 56) | ngOnInit(): void { FILE: components/table/demo/fixed-columns.ts class NzDemoTableFixedColumnsComponent (line 47) | class NzDemoTableFixedColumnsComponent { FILE: components/table/demo/fixed-header.ts type ItemData (line 5) | interface ItemData { class NzDemoTableFixedHeaderComponent (line 35) | class NzDemoTableFixedHeaderComponent implements OnInit { method ngOnInit (line 38) | ngOnInit(): void { FILE: components/table/demo/grouping-columns.ts type ItemData (line 5) | interface ItemData { class NzDemoTableGroupingColumnsComponent (line 60) | class NzDemoTableGroupingColumnsComponent implements OnInit { method ngOnInit (line 69) | ngOnInit(): void { FILE: components/table/demo/multiple-sorter.ts type ItemData (line 5) | interface ItemData { class NzDemoTableMultipleSorterComponent (line 39) | class NzDemoTableMultipleSorterComponent { FILE: components/table/demo/nested-table.ts type ParentItemData (line 9) | interface ParentItemData { type ChildrenItemData (line 20) | interface ChildrenItemData { class NzDemoTableNestedTableComponent (line 110) | class NzDemoTableNestedTableComponent implements OnInit { method ngOnInit (line 114) | ngOnInit(): void { FILE: components/table/demo/reset-filter.ts type ItemData (line 12) | interface ItemData { type ColumnItem (line 18) | interface ColumnItem { class NzDemoTableResetFilterComponent (line 71) | class NzDemoTableResetFilterComponent { method sortByAge (line 124) | sortByAge(): void { method resetFilters (line 134) | resetFilters(): void { method resetSortAndFilters (line 150) | resetSortAndFilters(): void { FILE: components/table/demo/row-selection-and-operation.ts type Data (line 6) | interface Data { class NzDemoTableRowSelectionAndOperationComponent (line 77) | class NzDemoTableRowSelectionAndOperationComponent implements OnInit { method updateCheckedSet (line 85) | updateCheckedSet(id: number, checked: boolean): void { method onCurrentPageDataChange (line 93) | onCurrentPageDataChange(listOfCurrentPageData: readonly Data[]): void { method refreshCheckedStatus (line 98) | refreshCheckedStatus(): void { method onItemChecked (line 104) | onItemChecked(id: number, checked: boolean): void { method onAllChecked (line 109) | onAllChecked(checked: boolean): void { method sendRequest (line 116) | sendRequest(): void { method ngOnInit (line 127) | ngOnInit(): void { FILE: components/table/demo/row-selection-custom.ts type ItemData (line 5) | interface ItemData { class NzDemoTableRowSelectionCustomComponent (line 48) | class NzDemoTableRowSelectionCustomComponent implements OnInit { method updateCheckedSet (line 77) | updateCheckedSet(id: number, checked: boolean): void { method onItemChecked (line 85) | onItemChecked(id: number, checked: boolean): void { method onAllChecked (line 90) | onAllChecked(value: boolean): void { method onCurrentPageDataChange (line 95) | onCurrentPageDataChange($event: readonly ItemData[]): void { method refreshCheckedStatus (line 100) | refreshCheckedStatus(): void { method ngOnInit (line 105) | ngOnInit(): void { FILE: components/table/demo/size.ts class NzDemoTableSizeComponent (line 54) | class NzDemoTableSizeComponent { FILE: components/table/demo/sort-filter.ts type ItemData (line 11) | interface ItemData { type ColumnItem (line 17) | interface ColumnItem { class NzDemoTableSortFilterComponent (line 60) | class NzDemoTableSortFilterComponent { FILE: components/table/demo/summary.ts class NzDemoTableSummaryComponent (line 83) | class NzDemoTableSummaryComponent implements OnInit { method ngOnInit (line 111) | ngOnInit(): void { FILE: components/table/demo/template.ts class NzDemoTableTemplateComponent (line 52) | class NzDemoTableTemplateComponent {} FILE: components/table/demo/virtual.ts type VirtualDataInterface (line 8) | interface VirtualDataInterface { class NzDemoTableVirtualComponent (line 71) | class NzDemoTableVirtualComponent implements OnInit, AfterViewInit, OnDe... method scrollToIndex (line 76) | scrollToIndex(index: number): void { method trackByIndex (line 80) | trackByIndex(_: number, data: VirtualDataInterface): number { method ngOnInit (line 84) | ngOnInit(): void { method ngAfterViewInit (line 97) | ngAfterViewInit(): void { method ngOnDestroy (line 105) | ngOnDestroy(): void { FILE: components/table/src/addon/filter-trigger.component.ts constant NZ_CONFIG_MODULE_NAME (line 27) | const NZ_CONFIG_MODULE_NAME: NzConfigKey = 'filterTrigger'; class NzFilterTriggerComponent (line 53) | class NzFilterTriggerComponent implements OnInit { method onVisibleChange (line 70) | onVisibleChange(visible: boolean): void { method hide (line 75) | hide(): void { method show (line 80) | show(): void { method ngOnInit (line 85) | ngOnInit(): void { FILE: components/table/src/addon/filter.component.ts type NzThItemInterface (line 37) | interface NzThItemInterface { class NzTableFilterComponent (line 98) | class NzTableFilterComponent implements OnChanges, OnInit { method check (line 115) | check(filter: NzThItemInterface): void { method confirm (line 131) | confirm(): void { method reset (line 136) | reset(): void { method onVisibleChange (line 143) | onVisibleChange(value: boolean): void { method emitFilterData (line 152) | emitFilterData(): void { method parseListOfFilter (line 163) | parseListOfFilter(listOfFilter: NzTableFilterList, reset?: boolean): N... method getCheckedStatus (line 170) | getCheckedStatus(listOfParsedFilter: NzThItemInterface[]): boolean { method ngOnInit (line 174) | ngOnInit(): void { method ngOnChanges (line 181) | ngOnChanges(changes: SimpleChanges): void { FILE: components/table/src/addon/row-expand-button.directive.ts class NzRowExpandButtonDirective (line 19) | class NzRowExpandButtonDirective { method onHostClick (line 24) | onHostClick(): void { FILE: components/table/src/addon/row-indent.directive.ts class NzRowIndentDirective (line 15) | class NzRowIndentDirective { FILE: components/table/src/addon/selection.component.ts class NzTableSelectionComponent (line 50) | class NzTableSelectionComponent { method onCheckedChange (line 60) | onCheckedChange(checked: boolean): void { FILE: components/table/src/addon/sorters.component.ts class NzTableSortersComponent (line 44) | class NzTableSortersComponent implements OnChanges { method ngOnChanges (line 51) | ngOnChanges(changes: SimpleChanges): void { FILE: components/table/src/cell/cell-fixed.directive.ts class NzCellFixedDirective (line 17) | class NzCellFixedDirective implements OnChanges { method setAutoLeftWidth (line 32) | setAutoLeftWidth(autoLeft: string | null): void { method setAutoRightWidth (line 36) | setAutoRightWidth(autoRight: string | null): void { method setIsFirstRight (line 40) | setIsFirstRight(isFirstRight: boolean): void { method setIsLastLeft (line 44) | setIsLastLeft(isLastLeft: boolean): void { method setFixClass (line 48) | private setFixClass(flag: boolean, className: string): void { method ngOnChanges (line 57) | ngOnChanges(): void { FILE: components/table/src/cell/cell.directive.ts class NzTableCellDirective (line 16) | class NzTableCellDirective { FILE: components/table/src/cell/custom-column.directive.ts class NzCustomColumnDirective (line 14) | class NzCustomColumnDirective implements OnInit { method ngOnInit (line 22) | ngOnInit(): void { FILE: components/table/src/cell/td-addon.component.ts class NzTdAddOnComponent (line 65) | class NzTdAddOnComponent implements OnChanges { method onCheckedChange (line 80) | onCheckedChange(checked: boolean): void { method onExpandChange (line 85) | onExpandChange(expand: boolean): void { method ngOnChanges (line 90) | ngOnChanges(changes: SimpleChanges): void { FILE: components/table/src/cell/th-addon.component.ts constant NZ_CONFIG_MODULE_NAME (line 43) | const NZ_CONFIG_MODULE_NAME: NzConfigKey = 'table'; class NzThAddOnComponent (line 83) | class NzThAddOnComponent implements OnChanges, OnInit { method getNextSortDirection (line 115) | getNextSortDirection(sortDirections: NzTableSortOrder[], current: NzTa... method setSortOrder (line 124) | setSortOrder(order: NzTableSortOrder): void { method clearSortOrder (line 128) | clearSortOrder(): void { method onFilterValueChange (line 134) | onFilterValueChange(value: NzTableFilterValue): void { method updateCalcOperator (line 140) | updateCalcOperator(): void { method ngOnInit (line 144) | ngOnInit(): void { method ngOnChanges (line 168) | ngOnChanges(changes: SimpleChanges): void { FILE: components/table/src/cell/th-measure.directive.ts class NzThMeasureDirective (line 14) | class NzThMeasureDirective implements OnChanges { method ngOnChanges (line 25) | ngOnChanges(changes: SimpleChanges): void { FILE: components/table/src/cell/th-selection.component.ts class NzThSelectionComponent (line 44) | class NzThSelectionComponent implements OnChanges { method onCheckedChange (line 57) | onCheckedChange(checked: boolean): void { method ngOnChanges (line 62) | ngOnChanges(changes: SimpleChanges): void { FILE: components/table/src/styled/align.directive.ts class NzCellAlignDirective (line 14) | class NzCellAlignDirective { FILE: components/table/src/styled/ellipsis.directive.ts class NzCellEllipsisDirective (line 14) | class NzCellEllipsisDirective { FILE: components/table/src/styled/word-break.directive.ts class NzCellBreakWordDirective (line 14) | class NzCellBreakWordDirective { FILE: components/table/src/table-data.service.ts class NzTableDataService (line 21) | class NzTableDataService { method updatePageSize (line 121) | updatePageSize(size: number): void { method updateFrontPagination (line 124) | updateFrontPagination(pagination: boolean): void { method updatePageIndex (line 127) | updatePageIndex(index: number): void { method updateListOfData (line 130) | updateListOfData(list: readonly T[]): void { method updateListOfCustomColumn (line 133) | updateListOfCustomColumn(list: NzCustomColumn[]): void { FILE: components/table/src/table-style.service.ts class NzTableStyleService (line 16) | class NzTableStyleService { method setTheadTemplate (line 56) | setTheadTemplate(template: TemplateRef): void { method setTfootTemplate (line 60) | setTfootTemplate(template: TemplateRef): void { method setTfootFixed (line 64) | setTfootFixed(fixed: NzTableSummaryFixedType | null): void { method setHasFixLeft (line 68) | setHasFixLeft(hasFixLeft: boolean): void { method setHasFixRight (line 72) | setHasFixRight(hasFixRight: boolean): void { method setTableWidthConfig (line 76) | setTableWidthConfig(widthConfig: ReadonlyArray): void { method setListOfTh (line 80) | setListOfTh(listOfTh: readonly NzThMeasureDirective[]): void { method setListOfMeasureColumn (line 90) | setListOfMeasureColumn(listOfTh: readonly NzThMeasureDirective[]): void { method setListOfAutoWidth (line 101) | setListOfAutoWidth(listOfAutoWidth: number[]): void { method setShowEmpty (line 105) | setShowEmpty(showEmpty: boolean): void { method setNoResult (line 109) | setNoResult(noResult: string | TemplateRef | undefined): vo... method setScroll (line 113) | setScroll(scrollX: string | null, scrollY: string | null): void { FILE: components/table/src/table.module.ts class NzTableModule (line 92) | class NzTableModule {} FILE: components/table/src/table.types.ts type NzTableLayout (line 8) | type NzTableLayout = 'fixed' | 'auto'; type NzTablePaginationPosition (line 9) | type NzTablePaginationPosition = 'top' | 'bottom' | 'both'; type NzTablePaginationType (line 10) | type NzTablePaginationType = 'default' | 'small'; type NzTableSize (line 11) | type NzTableSize = 'middle' | 'default' | 'small'; type NzTableFilterList (line 12) | type NzTableFilterList = Array<{ text: string; value: NzSafeAny; byDefau... type NzTableSortOrder (line 13) | type NzTableSortOrder = string | 'ascend' | 'descend' | null; type NzTableSortFn (line 14) | type NzTableSortFn = (a: T, b: T, sortOrder?: NzTableSortOr... type NzTableFilterValue (line 15) | type NzTableFilterValue = NzSafeAny[] | NzSafeAny; type NzTableFilterFn (line 16) | type NzTableFilterFn = (value: NzTableFilterValue, data: T)... type NzTableQueryParams (line 18) | interface NzTableQueryParams { type NzCustomColumn (line 25) | interface NzCustomColumn { type NzTableSummaryFixedType (line 32) | type NzTableSummaryFixedType = 'top' | 'bottom'; FILE: components/table/src/table/table-content.component.ts class NzTableContentComponent (line 46) | class NzTableContentComponent { FILE: components/table/src/table/table-fixed-row.component.ts class NzTableFixedRowComponent (line 48) | class NzTableFixedRowComponent implements OnInit, AfterViewInit { method ngOnInit (line 57) | ngOnInit(): void { method ngAfterViewInit (line 65) | ngAfterViewInit(): void { FILE: components/table/src/table/table-inner-default.component.ts class NzTableInnerDefaultComponent (line 32) | class NzTableInnerDefaultComponent { FILE: components/table/src/table/table-inner-scroll.component.ts class NzTableInnerScrollComponent (line 112) | class NzTableInnerScrollComponent implements OnChanges, AfterViewInit { method setScrollPositionClassName (line 146) | private setScrollPositionClassName(clear: boolean = false): void { method constructor (line 165) | constructor() { method ngOnChanges (line 171) | ngOnChanges(changes: SimpleChanges): void { method ngAfterViewInit (line 194) | ngAfterViewInit(): void { FILE: components/table/src/table/table-virtual-scroll.directive.ts class NzTableVirtualScrollDirective (line 14) | class NzTableVirtualScrollDirective { method ngTemplateContextGuard (line 17) | static ngTemplateContextGuard( FILE: components/table/src/table/table.component.ts constant NZ_CONFIG_MODULE_NAME (line 57) | const NZ_CONFIG_MODULE_NAME: NzConfigKey = 'table'; class NzTableComponent (line 161) | class NzTableComponent implements OnInit, OnChanges, AfterViewInit { method onPageSizeChange (line 232) | onPageSizeChange(size: number): void { method onPageIndexChange (line 236) | onPageIndexChange(index: number): void { method constructor (line 240) | constructor() { method ngOnInit (line 244) | ngOnInit(): void { method ngOnChanges (line 332) | ngOnChanges(changes: SimpleChanges): void { method ngAfterViewInit (line 377) | ngAfterViewInit(): void { method setScrollOnChanges (line 394) | private setScrollOnChanges(): void { method updateShowPagination (line 400) | private updateShowPagination(): void { FILE: components/table/src/table/tbody.component.ts class NzTbodyComponent (line 46) | class NzTbodyComponent { method constructor (line 53) | constructor() { method onListOfAutoWidthChange (line 62) | onListOfAutoWidthChange(listOfAutoWidth: number[]): void { FILE: components/table/src/table/tfoot-summary.component.ts function fixedAttribute (line 26) | function fixedAttribute(value: NzTableSummaryFixedType | boolean | unkno... class NzTfootSummaryComponent (line 48) | class NzTfootSummaryComponent implements OnInit, OnChanges { method ngOnInit (line 54) | ngOnInit(): void { method ngOnChanges (line 58) | ngOnChanges(changes: SimpleChanges): void { FILE: components/table/src/table/thead.component.ts class NzTheadComponent (line 51) | class NzTheadComponent implements AfterContentInit, AfterViewInit, On... method ngOnInit (line 66) | ngOnInit(): void { method ngAfterContentInit (line 72) | ngAfterContentInit(): void { method ngAfterViewInit (line 146) | ngAfterViewInit(): void { FILE: components/table/src/table/title-footer.component.ts class NzTableTitleFooterComponent (line 25) | class NzTableTitleFooterComponent { FILE: components/table/src/table/tr-expand.directive.ts class NzTrExpandDirective (line 15) | class NzTrExpandDirective { FILE: components/table/src/table/tr-measure.component.ts class NzTrMeasureComponent (line 40) | class NzTrMeasureComponent implements AfterViewInit { method ngAfterViewInit (line 49) | ngAfterViewInit(): void { FILE: components/table/src/table/tr.directive.ts class NzTrDirective (line 21) | class NzTrDirective implements AfterContentInit { method ngAfterContentInit (line 51) | ngAfterContentInit(): void { FILE: components/table/src/testing/custom-column.spec.ts type Person (line 71) | interface Person { class NzCustomColumnTestTableComponent (line 110) | class NzCustomColumnTestTableComponent { FILE: components/table/src/testing/table.spec.ts type BasicTestDataItem (line 311) | interface BasicTestDataItem { type NzPageSizeChangeFn (line 320) | type NzPageSizeChangeFn = (pageSize: number) => void; class NzTestTableBasicComponent (line 373) | class NzTestTableBasicComponent implements OnInit { method ngOnInit (line 396) | ngOnInit(): void { type ScrollTestDataItem (line 410) | interface ScrollTestDataItem { class NzTestTableScrollComponent (line 464) | class NzTestTableScrollComponent implements OnInit { method ngOnInit (line 469) | ngOnInit(): void { class NzTableSpecCrashComponent (line 508) | class NzTableSpecCrashComponent { method constructor (line 514) | constructor() { type RtlTestDataItem (line 524) | interface RtlTestDataItem { class NzTestTableRtlComponent (line 565) | class NzTestTableRtlComponent implements OnInit { method ngOnInit (line 576) | ngOnInit(): void { FILE: components/table/src/testing/tbody.spec.ts class NzTbodyTestTableComponent (line 53) | class NzTbodyTestTableComponent {} class NzTbodyTestNzTableComponent (line 63) | class NzTbodyTestNzTableComponent { FILE: components/table/src/testing/td.spec.ts class NzTestTdComponent (line 177) | class NzTestTdComponent { class NzTestDisableTdComponent (line 194) | class NzTestDisableTdComponent {} FILE: components/table/src/testing/tfoot.spec.ts class TestComponent (line 80) | class TestComponent { method constructor (line 85) | constructor(public elementRef: ElementRef) {} FILE: components/table/src/testing/th.spec.ts class NzThTestNzTableComponent (line 144) | class NzThTestNzTableComponent { type ItemData (line 160) | interface ItemData { class NzThTestTableDefaultFilterComponent (line 196) | class NzThTestTableDefaultFilterComponent { method sort (line 235) | sort(sort: { key: keyof ItemData; value: string }): void { method filter (line 241) | filter(listOfSearchName: string[], searchAddress: string): void { method search (line 247) | search(): void { class NzTestDisableThComponent (line 274) | class NzTestDisableThComponent {} FILE: components/table/src/testing/thead.spec.ts class NzTheadTestNzTableComponent (line 74) | class NzTheadTestNzTableComponent { FILE: components/table/src/testing/tr.spec.ts class NzTrTestTableComponent (line 36) | class NzTrTestTableComponent {} FILE: components/tabs/demo/basic.ts class NzDemoTabsBasicComponent (line 16) | class NzDemoTabsBasicComponent {} FILE: components/tabs/demo/card-top.ts class NzDemoTabsCardTopComponent (line 53) | class NzDemoTabsCardTopComponent { FILE: components/tabs/demo/card.ts class NzDemoTabsCardComponent (line 16) | class NzDemoTabsCardComponent { FILE: components/tabs/demo/centered.ts class NzDemoTabsCenteredComponent (line 16) | class NzDemoTabsCenteredComponent {} FILE: components/tabs/demo/custom-add-trigger.ts class NzDemoTabsCustomAddTriggerComponent (line 20) | class NzDemoTabsCustomAddTriggerComponent { method closeTab (line 24) | closeTab({ index }: { index: number }): void { method newTab (line 28) | newTab(): void { FILE: components/tabs/demo/disabled.ts class NzDemoTabsDisabledComponent (line 18) | class NzDemoTabsDisabledComponent { FILE: components/tabs/demo/draggable.ts class NzDemoTabsDraggableComponent (line 45) | class NzDemoTabsDraggableComponent { method drop (line 63) | drop(event: CdkDragDrop): void { FILE: components/tabs/demo/editable-card.ts class NzDemoTabsEditableCardComponent (line 16) | class NzDemoTabsEditableCardComponent { method closeTab (line 20) | closeTab({ index }: { index: number }): void { method newTab (line 24) | newTab(): void { FILE: components/tabs/demo/extra.ts class NzDemoTabsExtraComponent (line 43) | class NzDemoTabsExtraComponent { FILE: components/tabs/demo/guard.ts class NzDemoTabsGuardComponent (line 19) | class NzDemoTabsGuardComponent { method confirm (line 36) | private confirm(): Observable { FILE: components/tabs/demo/icon.ts class NzDemoTabsIconComponent (line 23) | class NzDemoTabsIconComponent { FILE: components/tabs/demo/indicator.ts class NzDemoTabsIndicatorComponent (line 23) | class NzDemoTabsIndicatorComponent { FILE: components/tabs/demo/lazy.ts class NzDemoTabContentLazyComponent (line 9) | class NzDemoTabContentLazyComponent implements OnInit { method ngOnInit (line 10) | ngOnInit(): void { class NzDemoTabContentEagerlyComponent (line 19) | class NzDemoTabContentEagerlyComponent implements OnInit { method ngOnInit (line 20) | ngOnInit(): void { class NzDemoTabsLazyComponent (line 49) | class NzDemoTabsLazyComponent {} FILE: components/tabs/demo/link-router.ts class NzDemoTabsLinkRouterComponent (line 56) | class NzDemoTabsLinkRouterComponent { method newTab (line 59) | newTab(): void { FILE: components/tabs/demo/position.ts class NzDemoTabsPositionComponent (line 26) | class NzDemoTabsPositionComponent { FILE: components/tabs/demo/size.ts class NzDemoTabsSizeComponent (line 23) | class NzDemoTabsSizeComponent { FILE: components/tabs/demo/slide.ts class NzDemoTabsSlideComponent (line 39) | class NzDemoTabsSlideComponent implements OnInit { method log (line 45) | log(args: any[]): void { method ngOnInit (line 49) | ngOnInit(): void { FILE: components/tabs/interfaces.ts type NzTabPosition (line 10) | type NzTabPosition = 'top' | 'bottom' | 'left' | 'right'; type NzTabType (line 11) | type NzTabType = 'line' | 'card' | 'editable-card'; type NzTabsCanDeactivateFn (line 12) | type NzTabsCanDeactivateFn = ( type NzTabPositionMode (line 16) | type NzTabPositionMode = 'horizontal' | 'vertical'; type NzAnimatedInterface (line 18) | interface NzAnimatedInterface { class NzTabChangeEvent (line 23) | class NzTabChangeEvent { type NzTabScrollListOffset (line 28) | interface NzTabScrollListOffset { type NzTabScrollListOffsetEvent (line 33) | type NzTabScrollListOffsetEvent = NzTabScrollListOffset & { event: Event }; type NzTabWheelScrollEvent (line 35) | interface NzTabWheelScrollEvent { type NzTabTouchScrollEvent (line 40) | interface NzTabTouchScrollEvent { type NzTabScrollEvent (line 45) | type NzTabScrollEvent = NzTabTouchScrollEvent | NzTabWheelScrollEvent; type NzTabScrollEventHandlerFun (line 46) | type NzTabScrollEventHandlerFun = (... type TabTemplateContext (line 48) | interface TabTemplateContext { type NzIndicatorAlign (line 52) | type NzIndicatorAlign = 'start' | 'end' | 'center'; type NzIndicator (line 53) | interface NzIndicator { FILE: components/tabs/tab-add-button.component.ts class NzTabAddButtonComponent (line 26) | class NzTabAddButtonComponent { method getElementWidth (line 31) | getElementWidth(): number { method getElementHeight (line 35) | getElementHeight(): number { FILE: components/tabs/tab-bar-extra-content.directive.ts class NzTabBarExtraContentDirective (line 11) | class NzTabBarExtraContentDirective { FILE: components/tabs/tab-body.component.ts type AnimationState (line 25) | type AnimationState = 'enter-start' | 'enter-active' | 'leave-start' | '... constant CLASS_NAME (line 27) | const CLASS_NAME = 'ant-tabs-tabpane'; constant ANIMATION_PREFIX (line 28) | const ANIMATION_PREFIX = 'ant-tabs-switch'; constant ANIMATION_CLASS_MAP (line 29) | const ANIMATION_CLASS_MAP: Record = { class NzTabBodyComponent (line 54) | class NzTabBodyComponent { method constructor (line 74) | constructor() { method _onTransitionEnd (line 94) | protected _onTransitionEnd(event: TransitionEvent): void { FILE: components/tabs/tab-close-button.component.ts class NzTabCloseButtonComponent (line 26) | class NzTabCloseButtonComponent { FILE: components/tabs/tab-link.directive.ts class NzTabLinkTemplateDirective (line 18) | class NzTabLinkTemplateDirective { class NzTabLinkDirective (line 29) | class NzTabLinkDirective { FILE: components/tabs/tab-nav-bar.component.ts constant RESIZE_SCHEDULER (line 52) | const RESIZE_SCHEDULER = typeof requestAnimationFrame !== 'undefined' ? ... constant CSS_TRANSFORM_TIME (line 53) | const CSS_TRANSFORM_TIME = 150; class NzTabNavBarComponent (line 130) | class NzTabNavBarComponent implements AfterViewInit, AfterContentChecked... method selectedIndex (line 157) | get selectedIndex(): number { method selectedIndex (line 160) | set selectedIndex(value: number) { method focusIndex (line 179) | get focusIndex(): number { method focusIndex (line 184) | set focusIndex(value: number) { method showAddButton (line 192) | get showAddButton(): boolean { method constructor (line 219) | constructor() { method ngAfterViewInit (line 226) | ngAfterViewInit(): void { method ngAfterContentChecked (line 259) | ngAfterContentChecked(): void { method onSelectedFromMenu (line 268) | onSelectedFromMenu(tab: NzTabNavItemDirective): void { method onOffsetChange (line 279) | onOffsetChange(e: NzTabScrollListOffsetEvent): void { method handleKeydown (line 311) | handleKeydown(event: KeyboardEvent): void { method isValidIndex (line 336) | private isValidIndex(index: number): boolean { method scrollToTab (line 345) | private scrollToTab(tab: NzTabNavItemDirective): void { method lockAnimation (line 388) | private lockAnimation(): void { method setTransform (line 400) | private setTransform(x: number, y: number): void { method clampTransformX (line 404) | private clampTransformX(transform: number): number { method clampTransformY (line 413) | private clampTransformY(transform: number): number { method updateScrollListPosition (line 417) | private updateScrollListPosition(): void { method resetSizes (line 431) | private resetSizes(): void { method alignInkBarToSelectedTab (line 442) | private alignInkBarToSelectedTab(): void { method setPingStatus (line 456) | private setPingStatus(): void { method setVisibleRange (line 487) | private setVisibleRange(): void { method getLayoutDirection (line 571) | private getLayoutDirection(): Direction { method ngOnChanges (line 575) | ngOnChanges(changes: SimpleChanges): void { FILE: components/tabs/tab-nav-item.directive.ts class NzTabNavItemDirective (line 14) | class NzTabNavItemDirective implements FocusableOption { method focus (line 23) | focus(): void { method width (line 27) | get width(): number { method height (line 31) | get height(): number { method left (line 35) | get left(): number { method top (line 39) | get top(): number { FILE: components/tabs/tab-nav-operation.component.ts class NzTabNavOperationComponent (line 83) | class NzTabNavOperationComponent implements OnDestroy { method onSelect (line 96) | onSelect(item: NzTabNavItemDirective): void { method onContextmenu (line 104) | onContextmenu(item: NzTabNavItemDirective, e: MouseEvent): void { method showItems (line 109) | showItems(): void { method menuVisChange (line 115) | menuVisChange(visible: boolean): void { method getElementWidth (line 124) | getElementWidth(): number { method getElementHeight (line 128) | getElementHeight(): number { method ngOnDestroy (line 132) | ngOnDestroy(): void { FILE: components/tabs/tab-scroll-list.directive.ts constant MIN_SWIPE_DISTANCE (line 19) | const MIN_SWIPE_DISTANCE = 0.1; constant STOP_SWIPE_DISTANCE (line 20) | const STOP_SWIPE_DISTANCE = 0.01; constant REFRESH_INTERVAL (line 21) | const REFRESH_INTERVAL = 20; constant SPEED_OFF_MULTIPLE (line 22) | const SPEED_OFF_MULTIPLE = 0.995 ** REFRESH_INTERVAL; class NzTabScrollListDirective (line 27) | class NzTabScrollListDirective implements OnInit { method ngOnInit (line 45) | ngOnInit(): void { method subscribeWrap (line 57) | private subscribeWrap( method onOffset (line 166) | onOffset(x: number, y: number, event: Event): void { FILE: components/tabs/tab.component.ts constant NZ_TAB_SET (line 34) | const NZ_TAB_SET = new InjectionToken(typeof ngDevMode !== 'u... class NzTabComponent (line 50) | class NzTabComponent implements OnChanges, OnDestroy { method content (line 74) | get content(): TemplateRef { method label (line 78) | get label(): string | TemplateRef { method ngOnChanges (line 82) | ngOnChanges(changes: SimpleChanges): void { method ngOnDestroy (line 89) | ngOnDestroy(): void { method setActive (line 93) | setActive(active: boolean): void { FILE: components/tabs/tab.directive.ts class NzTabDirective (line 13) | class NzTabDirective {} FILE: components/tabs/tabs-ink-bar.directive.ts class NzTabsInkBarDirective (line 23) | class NzTabsInkBarDirective { method alignToElement (line 33) | alignToElement(element: HTMLElement): void { method setStyles (line 39) | private setStyles(element: HTMLElement): void { method setIndicatorPosition (line 62) | private setIndicatorPosition(element: HTMLElement, align: NzIndicatorA... FILE: components/tabs/tabs.component.spec.ts function checkSelectedIndex (line 793) | function checkSelectedIndex(expectedIndex: number, fixture: ComponentFix... class SimpleTabsTestComponent (line 1047) | @Component({ method handleSelection (line 1083) | handleSelection(_event: number): void {} method handleClose (line 1085) | handleClose(_event: { index: number }): void {} method handleAdd (line 1087) | handleAdd(): void {} class SimpleTabsRenderingComponent (line 1090) | @Component({ class TemplateTabsTestComponent (line 1106) | @Component({ class DisableTabsTestComponent (line 1133) | @Component({ method handleSelection (line 1152) | handleSelection(_event: number): void {} class DynamicTabsTestComponent (line 1155) | @Component({ method handleSelection (line 1179) | handleSelection(_event: number): void {} class ScrollableTabsTestComponent (line 1182) | @Component({ method handleSelection (line 1214) | handleSelection(_event: number): void {} class AsyncTabsTestComponent (line 1217) | @Component({ method ngOnInit (line 1232) | ngOnInit(): void { class NestedTabsTestComponent (line 1245) | @Component({ class TabSetWithIndirectDescendantTabsTestComponent (line 1264) | @Component({ class RouterTabsTestComponent (line 1301) | class RouterTabsTestComponent { method handleSelection (line 1302) | handleSelection(_event: number): void {} class DynamicRouterTabsTestComponent (line 1319) | class DynamicRouterTabsTestComponent { function getTranslate (line 1357) | function getTranslate(transformValue: string): { x: number; y: number } { class SimpleTabsWithExtraContentComponent (line 1365) | @Component({ class IndicatorTabsTestComponent (line 1382) | @Component({ FILE: components/tabs/tabs.component.ts constant NZ_CONFIG_MODULE_NAME (line 62) | const NZ_CONFIG_MODULE_NAME: NzConfigKey = 'tabs'; class NzTabsComponent (line 199) | class NzTabsComponent implements OnInit, AfterContentChecked, AfterConte... method nzSelectedIndex (line 209) | get nzSelectedIndex(): number | null { method nzSelectedIndex (line 212) | set nzSelectedIndex(value: null | number) { method position (line 239) | get position(): NzTabPositionMode { method addable (line 243) | get addable(): boolean { method closable (line 247) | get closable(): boolean { method line (line 251) | get line(): boolean { method inkBarAnimated (line 255) | get inkBarAnimated(): boolean { method tabPaneAnimated (line 259) | get tabPaneAnimated(): boolean { method constructor (line 284) | constructor() { method ngOnInit (line 294) | ngOnInit(): void { method ngAfterContentInit (line 302) | ngAfterContentInit(): void { method ngAfterContentChecked (line 335) | ngAfterContentChecked(): void { method onClose (line 377) | onClose(index: number, e: MouseEvent): void { method onAdd (line 383) | onAdd(): void { method clampTabIndex (line 387) | private clampTabIndex(index: number | null): number { method createChangeEvent (line 391) | private createChangeEvent(index: number): NzTabChangeEvent { method subscribeToTabLabels (line 406) | private subscribeToTabLabels(): void { method subscribeToAllTabChanges (line 416) | private subscribeToAllTabChanges(): void { method canDeactivateFun (line 423) | canDeactivateFun(pre: number, next: number): Observable { method clickNavItem (line 432) | clickNavItem(tab: NzTabComponent, index: number, e: MouseEvent): void { method isRouterLinkClickEvent (line 442) | private isRouterLinkClickEvent(index: number, event: MouseEvent): bool... method contextmenuNavItem (line 451) | contextmenuNavItem(tab: NzTabComponent, e: MouseEvent): void { method setSelectedIndex (line 458) | setSelectedIndex(index: number): void { method getTabIndex (line 469) | getTabIndex(tab: NzTabComponent, index: number): number | null { method getTabContentId (line 476) | getTabContentId(i: number): string { method setUpRouter (line 480) | private setUpRouter(): void { method updateRouterActive (line 494) | private updateRouterActive(): void { method findShouldActiveTabIndex (line 504) | private findShouldActiveTabIndex(): number { method isLinkActive (line 514) | private isLinkActive(router: Router | null): (link?: RouterLink | null... FILE: components/tabs/tabs.module.ts constant DIRECTIVES (line 22) | const DIRECTIVES = [ class NzTabsModule (line 43) | class NzTabsModule {} FILE: components/tag/demo/basic.ts class NzDemoTagBasicComponent (line 17) | class NzDemoTagBasicComponent { method onClose (line 18) | onClose(): void { method preventDefault (line 22) | preventDefault(e: Event): void { FILE: components/tag/demo/borderless.ts class NzDemoTagBorderlessComponent (line 15) | class NzDemoTagBorderlessComponent { FILE: components/tag/demo/checkable.ts class NzDemoTagCheckableComponent (line 14) | class NzDemoTagCheckableComponent { method checkChange (line 15) | checkChange(e: boolean): void { FILE: components/tag/demo/colorful.ts class NzDemoTagColorfulComponent (line 29) | class NzDemoTagColorfulComponent { FILE: components/tag/demo/control.ts class NzDemoTagControlComponent (line 44) | class NzDemoTagControlComponent { method handleClose (line 50) | handleClose(removedTag: {}): void { method sliceTagName (line 54) | sliceTagName(tag: string): string { method showInput (line 59) | showInput(): void { method handleInputConfirm (line 66) | handleInputConfirm(): void { FILE: components/tag/demo/hot-tags.ts class NzDemoTagHotTagsComponent (line 23) | class NzDemoTagHotTagsComponent { method handleChange (line 27) | handleChange(checked: boolean, tag: string): void { FILE: components/tag/demo/icon.ts class NzDemoTagIconComponent (line 28) | class NzDemoTagIconComponent {} FILE: components/tag/demo/status.ts class NzDemoTagStatusComponent (line 43) | class NzDemoTagStatusComponent {} FILE: components/tag/tag.component.ts class NzTagComponent (line 54) | class NzTagComponent implements OnChanges, OnInit { method updateCheckedStatus (line 70) | updateCheckedStatus(): void { method closeTag (line 77) | closeTag(e: MouseEvent): void { method clearPresetColor (line 84) | private clearPresetColor(): void { method setPresetColor (line 97) | private setPresetColor(): void { method ngOnInit (line 109) | ngOnInit(): void { method ngOnChanges (line 118) | ngOnChanges(changes: SimpleChanges): void { FILE: components/tag/tag.module.ts class NzTagModule (line 14) | class NzTagModule {} FILE: components/tag/tag.spec.ts class NzTestTagBasicComponent (line 172) | class NzTestTagBasicComponent { class NzTestTagPreventComponent (line 186) | class NzTestTagPreventComponent { method onClose (line 187) | onClose(e: MouseEvent): void { class NzTestTagRtlComponent (line 200) | class NzTestTagRtlComponent { FILE: components/tag/typings.ts type NzTagColor (line 8) | type NzTagColor = NzPresetColor | NzStatusColor | (string & {}); FILE: components/time-picker/demo/addon.ts class NzDemoTimePickerAddonComponent (line 17) | class NzDemoTimePickerAddonComponent { FILE: components/time-picker/demo/basic.ts class NzDemoTimePickerBasicComponent (line 11) | class NzDemoTimePickerBasicComponent { FILE: components/time-picker/demo/confirmation.ts class NzDemoTimePickerConfirmationComponent (line 10) | class NzDemoTimePickerConfirmationComponent {} FILE: components/time-picker/demo/disabled-part.ts class NzDemoTimePickerDisabledPartComponent (line 16) | class NzDemoTimePickerDisabledPartComponent { method disabledHours (line 17) | disabledHours(): number[] { method disabledMinutes (line 21) | disabledMinutes(hour: number): number[] { method disabledSeconds (line 29) | disabledSeconds(hour: number, minute: number): number[] { FILE: components/time-picker/demo/disabled.ts class NzDemoTimePickerDisabledComponent (line 10) | class NzDemoTimePickerDisabledComponent {} FILE: components/time-picker/demo/hide-column.ts class NzDemoTimePickerHideColumnComponent (line 11) | class NzDemoTimePickerHideColumnComponent { FILE: components/time-picker/demo/interval-options.ts class NzDemoTimePickerIntervalOptionsComponent (line 10) | class NzDemoTimePickerIntervalOptionsComponent {} FILE: components/time-picker/demo/placement.ts class NzDemoTimePickerPlacementComponent (line 29) | class NzDemoTimePickerPlacementComponent { FILE: components/time-picker/demo/prefix-suffix.ts class NzDemoTimePickerPrefixSuffixComponent (line 20) | class NzDemoTimePickerPrefixSuffixComponent {} FILE: components/time-picker/demo/size.ts class NzDemoTimePickerSizeComponent (line 20) | class NzDemoTimePickerSizeComponent { FILE: components/time-picker/demo/status.ts class NzDemoTimePickerStatusComponent (line 15) | class NzDemoTimePickerStatusComponent {} FILE: components/time-picker/demo/use12-hours.ts class NzDemoTimePickerUse12HoursComponent (line 16) | class NzDemoTimePickerUse12HoursComponent { FILE: components/time-picker/demo/value.ts class NzDemoTimePickerValueComponent (line 11) | class NzDemoTimePickerValueComponent { FILE: components/time-picker/demo/variant.ts class NzDemoTimePickerVariantComponent (line 16) | class NzDemoTimePickerVariantComponent {} FILE: components/time-picker/time-holder.spec.ts function mathSecondRound (line 8) | function mathSecondRound(value: Date): number { FILE: components/time-picker/time-holder.ts class TimeHolder (line 10) | class TimeHolder { method setMinutes (line 17) | setMinutes(value: number, disabled: boolean): this { method setHours (line 26) | setHours(value: number, disabled: boolean): this { method setSeconds (line 45) | setSeconds(value: number, disabled: boolean): this { method setUse12Hours (line 54) | setUse12Hours(value: boolean): this { method changes (line 59) | get changes(): Observable { method setValue (line 63) | setValue(value: Date | undefined, use12Hours?: boolean): this { method initValue (line 81) | initValue(): void { method clear (line 87) | clear(): void { method isEmpty (line 92) | get isEmpty(): boolean { method _clear (line 96) | private _clear(): void { method update (line 101) | private update(): void { method changed (line 129) | changed(): void { method viewHours (line 138) | get viewHours(): number | undefined { method setSelected12Hours (line 142) | setSelected12Hours(value: string | undefined): void { method value (line 149) | get value(): Date { method hours (line 153) | get hours(): number | undefined { method minutes (line 157) | get minutes(): number | undefined { method seconds (line 161) | get seconds(): number | undefined { method setDefaultOpenValue (line 165) | setDefaultOpenValue(value: Date): this { method calculateViewHour (line 170) | private calculateViewHour(value: number): number { FILE: components/time-picker/time-picker-panel.component.spec.ts class NzTestTimePanelComponent (line 379) | class NzTestTimePanelComponent { class NzTestTimePanelDisabledComponent (line 407) | class NzTestTimePanelDisabledComponent { method disabledHours (line 418) | disabledHours(): number[] { method disabledMinutes (line 422) | disabledMinutes(hour: number): number[] { method disabledSeconds (line 430) | disabledSeconds(hour: number, minute: number): number[] { class NzTest12HourTimePanelComponent (line 451) | class NzTest12HourTimePanelComponent { class NzTest12HourTimePanelDisabledComponent (line 473) | class NzTest12HourTimePanelDisabledComponent { method disabledMinutes (line 480) | disabledMinutes(hour: number): number[] { method disabledSeconds (line 488) | disabledSeconds(hour: number, minute: number): number[] { FILE: components/time-picker/time-picker-panel.component.ts function makeRange (line 39) | function makeRange(length: number, step: number = 1, start: number = 0):... type NzTimePickerUnit (line 43) | type NzTimePickerUnit = 'hour' | 'minute' | 'second' | '12-hour'; class NzTimePickerPanelComponent (line 159) | class NzTimePickerPanelComponent implements ControlValueAccessor, OnInit... method nzAllowEmpty (line 206) | set nzAllowEmpty(value: boolean) { method nzAllowEmpty (line 210) | get nzAllowEmpty(): boolean { method nzDisabledHours (line 215) | set nzDisabledHours(value: undefined | (() => number[])) { method nzDisabledHours (line 222) | get nzDisabledHours(): undefined | (() => number[]) { method nzDisabledMinutes (line 227) | set nzDisabledMinutes(value: undefined | ((hour: number) => number[])) { method nzDisabledMinutes (line 234) | get nzDisabledMinutes(): undefined | ((hour: number) => number[]) { method nzDisabledSeconds (line 239) | set nzDisabledSeconds(value: undefined | ((hour: number, minute: numbe... method nzDisabledSeconds (line 246) | get nzDisabledSeconds(): undefined | ((hour: number, minute: number) =... method format (line 251) | set format(value: string) { method format (line 274) | get format(): string { method nzHourStep (line 279) | set nzHourStep(value: number) { method nzHourStep (line 284) | get nzHourStep(): number { method nzMinuteStep (line 289) | set nzMinuteStep(value: number) { method nzMinuteStep (line 294) | get nzMinuteStep(): number { method nzSecondStep (line 299) | set nzSecondStep(value: number) { method nzSecondStep (line 304) | get nzSecondStep(): number { method buildHours (line 308) | buildHours(): void { method buildMinutes (line 343) | buildMinutes(): void { method buildSeconds (line 350) | buildSeconds(): void { method build12Hours (line 358) | build12Hours(): void { method buildTimes (line 372) | buildTimes(): void { method scrollToTime (line 379) | scrollToTime(delay: number = 0): void { method selectHour (line 396) | selectHour(hour: { index: number; disabled: boolean }): void { method selectMinute (line 406) | selectMinute(minute: { index: number; disabled: boolean }): void { method selectSecond (line 413) | selectSecond(second: { index: number; disabled: boolean }): void { method select12Hours (line 417) | select12Hours(value: { index: number; value: string }): void { method scrollToSelected (line 430) | scrollToSelected(instance: HTMLElement, index: number, duration: numbe... method translateIndex (line 439) | translateIndex(index: number, unit: NzTimePickerUnit): number { method scrollTo (line 459) | scrollTo(element: HTMLElement, to: number, duration: number): void { method calcIndex (line 478) | calcIndex(array: number[] | undefined, index: number): number { method changed (line 486) | protected changed(): void { method touched (line 492) | protected touched(): void { method timeDisabled (line 498) | timeDisabled(value: Date): boolean { method onClickNow (line 509) | onClickNow(): void { method onClickOk (line 519) | onClickOk(): void { method isSelectedHour (line 525) | isSelectedHour(hour: { index: number; disabled: boolean }): boolean { method isSelectedMinute (line 529) | isSelectedMinute(minute: { index: number; disabled: boolean }): boolean { method isSelectedSecond (line 533) | isSelectedSecond(second: { index: number; disabled: boolean }): boolean { method isSelected12Hours (line 537) | isSelected12Hours(value: { index: number; value: string }): boolean { method ngOnInit (line 541) | ngOnInit(): void { method ngOnChanges (line 563) | ngOnChanges(changes: SimpleChanges): void { method writeValue (line 574) | writeValue(value: Date): void { method registerOnChange (line 585) | registerOnChange(fn: (value: Date) => void): void { method registerOnTouched (line 589) | registerOnTouched(fn: () => void): void { FILE: components/time-picker/time-picker.component.spec.ts function openTimePicker (line 437) | function openTimePicker(): void { function closeTimePicker (line 444) | function closeTimePicker(): void { function queryFromOverlay (line 940) | function queryFromOverlay(selector: string): HTMLElement { function getPickerContainer (line 944) | function getPickerContainer(): HTMLElement { function triggerInputBlur (line 948) | function triggerInputBlur(debugElement: DebugElement): void { class NzTestTimePickerComponent (line 1083) | class NzTestTimePickerComponent { method onChange (line 1096) | onChange(_: Date | null): void {} class NzTestTimePickerStatusComponent (line 1104) | class NzTestTimePickerStatusComponent { class NzTestTimePickerDirComponent (line 1116) | class NzTestTimePickerDirComponent { class NzTestTimePickerInFormComponent (line 1133) | class NzTestTimePickerInFormComponent { method disable (line 1141) | disable(): void { class NzTestTimePickerPrefixTemplateComponent (line 1155) | class NzTestTimePickerPrefixTemplateComponent {} class NzTestTimePickerConfirmationComponent (line 1168) | class NzTestTimePickerConfirmationComponent { method onChange (line 1172) | onChange(_: Date | null): void {} class NzTestTimePickerPlacementComponent (line 1180) | class NzTestTimePickerPlacementComponent { class NzTestTimePickerSizeComponent (line 1186) | @Component({ class NzTestTimePickerVariantComponent (line 1198) | class NzTestTimePickerVariantComponent { FILE: components/time-picker/time-picker.component.ts constant NZ_CONFIG_MODULE_NAME (line 70) | const NZ_CONFIG_MODULE_NAME: NzConfigKey = 'timePicker'; class NzTimePickerComponent (line 197) | class NzTimePickerComponent implements ControlValueAccessor, OnInit, Aft... method origin (line 229) | get origin(): ElementRef { method emitValue (line 279) | emitValue(value: Date | null): void { method setValue (line 291) | setValue(value: Date | null, syncPreValue: boolean = false): void { method open (line 300) | open(): void { method close (line 309) | close(): void { method updateAutoFocus (line 315) | updateAutoFocus(): void { method onClickClearBtn (line 325) | onClickClearBtn(event: MouseEvent): void { method onClickOutside (line 330) | onClickOutside(event: MouseEvent): void { method onFocus (line 337) | onFocus(value: boolean): void { method focus (line 349) | focus(): void { method blur (line 355) | blur(): void { method onKeyupEsc (line 361) | onKeyupEsc(): void { method onKeyupEnter (line 365) | onKeyupEnter(): void { method onInputChange (line 373) | onInputChange(str: string): void { method onPanelValueChange (line 380) | onPanelValueChange(value: Date): void { method closePanel (line 385) | closePanel(): void { method setCurrentValueAndClose (line 390) | setCurrentValueAndClose(): void { method onPositionChange (line 400) | onPositionChange(position: ConnectedOverlayPositionChange): void { method ngOnInit (line 444) | ngOnInit(): void { method ngOnChanges (line 460) | ngOnChanges({ nzUse12Hours, nzFormat, nzDisabled, nzAutoFocus, nzStatu... method parseTimeString (line 487) | parseTimeString(str: string): void { method ngAfterViewInit (line 495) | ngAfterViewInit(): void { method writeValue (line 500) | writeValue(time: Date | null | undefined): void { method registerOnChange (line 515) | registerOnChange(fn: (time: Date | null) => void): void { method registerOnTouched (line 519) | registerOnTouched(fn: () => void): void { method setDisabledState (line 523) | setDisabledState(isDisabled: boolean): void { method checkTimeValid (line 529) | private checkTimeValid(value: Date | null): boolean { method setStatusStyles (line 545) | private setStatusStyles(status: NzValidateStatus, hasFeedback: boolean... method generateClass (line 561) | private generateClass(suffix: string): string { FILE: components/time-picker/time-picker.module.ts class NzTimePickerModule (line 15) | class NzTimePickerModule {} FILE: components/timeline/demo/alternate.ts class NzDemoTimelineAlternateComponent (line 26) | class NzDemoTimelineAlternateComponent {} FILE: components/timeline/demo/basic.ts class NzDemoTimelineBasicComponent (line 17) | class NzDemoTimelineBasicComponent {} FILE: components/timeline/demo/color.ts class NzDemoTimelineColorComponent (line 35) | class NzDemoTimelineColorComponent {} FILE: components/timeline/demo/custom.ts class NzDemoTimelineCustomComponent (line 21) | class NzDemoTimelineCustomComponent {} FILE: components/timeline/demo/label.ts class NzDemoTimelineLabelComponent (line 26) | class NzDemoTimelineLabelComponent { FILE: components/timeline/demo/pending.ts class NzDemoTimelinePendingComponent (line 20) | class NzDemoTimelinePendingComponent { method toggleReverse (line 23) | toggleReverse(): void { FILE: components/timeline/demo/position.ts class NzDemoTimelinePositionComponent (line 18) | class NzDemoTimelinePositionComponent {} FILE: components/timeline/demo/right.ts class NzDemoTimelineRightComponent (line 21) | class NzDemoTimelineRightComponent {} FILE: components/timeline/timeline-item.component.ts function isDefaultColor (line 24) | function isDefaultColor(color?: string): boolean { class NzTimelineItemComponent (line 66) | class NzTimelineItemComponent implements OnChanges { method ngOnChanges (line 81) | ngOnChanges(changes: SimpleChanges): void { method detectChanges (line 89) | detectChanges(): void { method updateCustomColor (line 93) | private updateCustomColor(): void { FILE: components/timeline/timeline.component.ts class NzTimelineComponent (line 89) | class NzTimelineComponent implements AfterContentInit, OnChanges, OnInit { method ngOnChanges (line 107) | ngOnChanges(changes: SimpleChanges): void { method ngOnInit (line 119) | ngOnInit(): void { method ngAfterContentInit (line 132) | ngAfterContentInit(): void { method updateChildren (line 140) | private updateChildren(): void { function simpleChangeActivated (line 167) | function simpleChangeActivated(simpleChange?: SimpleChange): boolean { function getInferredTimelineItemPosition (line 171) | function getInferredTimelineItemPosition(index: number, mode: NzTimeline... FILE: components/timeline/timeline.module.ts class NzTimelineModule (line 15) | class NzTimelineModule {} FILE: components/timeline/timeline.service.ts class TimelineService (line 10) | class TimelineService { method markForCheck (line 13) | markForCheck(): void { FILE: components/timeline/timeline.spec.ts class NzTestTimelineBasicComponent (line 261) | class NzTestTimelineBasicComponent { class NzTestTimelineCustomColorComponent (line 281) | class NzTestTimelineCustomColorComponent {} class NzTestTimelinePendingComponent (line 293) | class NzTestTimelinePendingComponent {} class NzTestTimelineCustomPositionComponent (line 304) | class NzTestTimelineCustomPositionComponent {} class NzTestTimelineRtlComponent (line 314) | class NzTestTimelineRtlComponent { class NzTestTimelineClearItemsComponent (line 330) | class NzTestTimelineClearItemsComponent { method reset (line 334) | reset(): void { FILE: components/timeline/typings.ts type NzTimelineMode (line 6) | type NzTimelineMode = 'left' | 'alternate' | 'right' | 'custom'; type NzTimelinePosition (line 8) | type NzTimelinePosition = 'left' | 'right'; type NzTimelineItemColor (line 11) | type NzTimelineItemColor = (typeof TimelineTimeDefaultColors)[number] | ... FILE: components/tooltip/base.ts type PropertyMapping (line 44) | interface PropertyMapping { type NzTooltipTrigger (line 48) | type NzTooltipTrigger = 'click' | 'focus' | 'hover' | null; method _title (line 74) | protected get _title(): NzTSType | null { method _content (line 78) | protected get _content(): NzTSType | null { method _trigger (line 82) | protected get _trigger(): NzTooltipTrigger { method _placement (line 86) | protected get _placement(): string[] { method _visible (line 91) | protected get _visible(): boolean { method _mouseEnterDelay (line 95) | protected get _mouseEnterDelay(): number { method _mouseLeaveDelay (line 99) | protected get _mouseLeaveDelay(): number { method _overlayClassName (line 103) | protected get _overlayClassName(): string | null { method _overlayStyle (line 107) | protected get _overlayStyle(): NgStyleInterface | null { method _overlayClickable (line 111) | protected get _overlayClickable(): boolean { method getProxyPropertyMap (line 117) | protected getProxyPropertyMap(): PropertyMapping { method constructor (line 138) | constructor(protected componentType: Type) { method ngAfterViewInit (line 146) | ngAfterViewInit(): void { method ngOnChanges (line 153) | ngOnChanges(changes: SimpleChanges): void { method show (line 165) | show(): void { method hide (line 169) | hide(): void { method updatePosition (line 176) | updatePosition(): void { method createComponent (line 185) | protected createComponent(): void { method registerTriggers (line 221) | protected registerTriggers(): void { method updatePropertiesByChanges (line 268) | private updatePropertiesByChanges(changes: SimpleChanges): void { method updatePropertiesByKeys (line 272) | private updatePropertiesByKeys(keys?: string[]): void { method initProperties (line 304) | private initProperties(): void { method updateComponentValue (line 308) | private updateComponentValue(key: string, value: NzSafeAny): void { method delayEnterLeave (line 315) | private delayEnterLeave(isOrigin: boolean, isEnter: boolean, delay: numb... method removeTriggerListeners (line 330) | private removeTriggerListeners(): void { method clearTogglingTimer (line 335) | private clearTogglingTimer(): void { method nzVisible (line 367) | set nzVisible(value: boolean) { method nzVisible (line 375) | get nzVisible(): boolean { method nzTrigger (line 381) | set nzTrigger(value: NzTooltipTrigger) { method nzTrigger (line 385) | get nzTrigger(): NzTooltipTrigger { method nzPlacement (line 391) | set nzPlacement(value: POSITION_TYPE[]) { method constructor (line 408) | constructor() { method show (line 414) | show(): void { method hide (line 431) | hide(): void { method updateByDirective (line 441) | updateByDirective(): void { method updatePosition (line 454) | updatePosition(): void { method onPositionChange (line 460) | onPositionChange(position: ConnectedOverlayPositionChange): void { method setOverlayOrigin (line 468) | setOverlayOrigin(origin: ElementRef): void { method onClickOutside (line 473) | onClickOutside(event: MouseEvent): void { method updateVisibilityByTitle (line 486) | private updateVisibilityByTitle(): void { method updateStyles (line 492) | protected updateStyles(): void { method transformClassListToMap (line 499) | protected transformClassListToMap(klass: string): Record { function isTooltipEmpty (line 515) | function isTooltipEmpty(value: string | TemplateRef | null): boole... FILE: components/tooltip/demo/arrow-point-at-center.ts class NzDemoTooltipArrowPointAtCenterComponent (line 30) | class NzDemoTooltipArrowPointAtCenterComponent {} FILE: components/tooltip/demo/basic.ts class NzDemoTooltipBasicComponent (line 10) | class NzDemoTooltipBasicComponent {} FILE: components/tooltip/demo/color.ts class NzDemoTooltipColorComponent (line 32) | class NzDemoTooltipColorComponent { FILE: components/tooltip/demo/origin.ts class NzDemoTooltipOriginComponent (line 20) | class NzDemoTooltipOriginComponent {} FILE: components/tooltip/demo/placement.ts class NzDemoTooltipPlacementComponent (line 43) | class NzDemoTooltipPlacementComponent {} FILE: components/tooltip/demo/template.ts class NzDemoTooltipTemplateComponent (line 25) | class NzDemoTooltipTemplateComponent {} FILE: components/tooltip/tooltip.module.ts class NzTooltipModule (line 14) | class NzTooltipModule {} FILE: components/tooltip/tooltip.spec.ts function getTextContentOf (line 43) | function getTextContentOf(selector: string): string | null { function getTitleTextContent (line 48) | function getTitleTextContent(): string | null { function waitingForTooltipToggling (line 52) | function waitingForTooltipToggling(): void { function getOverlayElementForTooltip (line 369) | function getOverlayElementForTooltip(tooltip: NzTooltipBaseDirective): H... class NzTooltipTestComponent (line 421) | class NzTooltipTestComponent { method onVisibleChange (line 445) | onVisibleChange(): void { class NzTestTooltipTargetComponent (line 457) | class NzTestTooltipTargetComponent { class NzTestTooltipArrowComponent (line 476) | class NzTestTooltipArrowComponent { FILE: components/tooltip/tooltip.ts class NzTooltipDirective (line 40) | class NzTooltipDirective extends NzTooltipBaseDirective { method constructor (line 64) | constructor() { method getProxyPropertyMap (line 68) | protected override getProxyPropertyMap(): PropertyMapping { class NzTooltipComponent (line 116) | class NzTooltipComponent extends NzTooltipBaseComponent { method isEmpty (line 132) | protected isEmpty(): boolean { method updateStyles (line 136) | protected override updateStyles(): void { FILE: components/transfer/demo/advanced.ts class NzDemoTransferAdvancedComponent (line 30) | class NzDemoTransferAdvancedComponent implements OnInit { method constructor (line 33) | constructor(private messageService: NzMessageService) {} method ngOnInit (line 35) | ngOnInit(): void { method getData (line 39) | getData(): void { method reload (line 52) | reload(direction: string): void { method select (line 57) | select(ret: {}): void { method change (line 61) | change(ret: {}): void { FILE: components/transfer/demo/basic.ts class NzDemoTransferBasicComponent (line 23) | class NzDemoTransferBasicComponent implements OnInit { method ngOnInit (line 27) | ngOnInit(): void { method select (line 39) | select(ret: {}): void { method change (line 43) | change(ret: {}): void { FILE: components/transfer/demo/can-move.ts class NzDemoTransferCanMoveComponent (line 19) | class NzDemoTransferCanMoveComponent implements OnInit { method ngOnInit (line 22) | ngOnInit(): void { method canMove (line 34) | canMove(arg: TransferCanMove): Observable { method select (line 43) | select(ret: {}): void { method change (line 47) | change(ret: {}): void { FILE: components/transfer/demo/custom-item.ts class NzDemoTransferCustomItemComponent (line 24) | class NzDemoTransferCustomItemComponent implements OnInit { method ngOnInit (line 27) | ngOnInit(): void { method getData (line 31) | getData(): void { method select (line 45) | select(ret: {}): void { method change (line 49) | change(ret: {}): void { FILE: components/transfer/demo/one-way.ts class NzDemoTransferOneWayComponent (line 26) | class NzDemoTransferOneWayComponent implements OnInit { method ngOnInit (line 30) | ngOnInit(): void { method select (line 42) | select(ret: {}): void { method change (line 46) | change(ret: {}): void { FILE: components/transfer/demo/search.ts class NzDemoTransferSearchComponent (line 24) | class NzDemoTransferSearchComponent implements OnInit { method ngOnInit (line 28) | ngOnInit(): void { method filterOption (line 40) | filterOption(inputValue: string, item: any): boolean { method search (line 44) | search(ret: {}): void { method select (line 48) | select(ret: {}): void { method change (line 52) | change(ret: {}): void { FILE: components/transfer/demo/status.ts class NzDemoTransferStatusComponent (line 14) | class NzDemoTransferStatusComponent {} FILE: components/transfer/demo/table-transfer.ts class NzDemoTransferTableTransferComponent (line 74) | class NzDemoTransferTableTransferComponent implements OnInit { method ngOnInit (line 80) | ngOnInit(): void { method select (line 95) | select(ret: TransferSelectChange): void { method change (line 99) | change(ret: TransferChange): void { FILE: components/transfer/demo/tree-transfer.ts class NzDemoTransferTreeTransferComponent (line 40) | class NzDemoTransferTreeTransferComponent { method generateTree (line 52) | private generateTree(arr: NzTreeNodeOptions[]): NzTreeNodeOptions[] { method treeCheckboxChange (line 77) | treeCheckboxChange(event: NzFormatEmitEvent, onItemSelect: (item: NzTr... method checkboxChange (line 81) | checkboxChange(node: NzTreeNode, onItemSelect: (item: NzTreeNodeOption... method change (line 98) | change(ret: TransferChange): void { FILE: components/transfer/interface.ts type TransferDirection (line 8) | type TransferDirection = 'left' | 'right'; type TransferItem (line 10) | interface TransferItem { type TransferCanMove (line 19) | interface TransferCanMove { type TransferChange (line 24) | interface TransferChange { type TransferSearchChange (line 30) | interface TransferSearchChange { type TransferSelectChange (line 35) | interface TransferSelectChange { type TransferStat (line 42) | interface TransferStat { type RenderListContext (line 50) | interface RenderListContext { FILE: components/transfer/transfer-list.component.ts class NzTransferListComponent (line 169) | class NzTransferListComponent implements AfterViewInit { method validData (line 211) | get validData(): TransferItem[] { method availableData (line 215) | get availableData(): TransferItem[] { method updateCheckStatus (line 240) | private updateCheckStatus(): void { method handleFilter (line 266) | handleFilter(value: string): void { method deleteItem (line 275) | deleteItem(item: TransferItem): void { method matchFilter (line 281) | private matchFilter(text: string, item: TransferItem): boolean { method markForCheck (line 290) | markForCheck(): void { method ngAfterViewInit (line 295) | ngAfterViewInit(): void { FILE: components/transfer/transfer-search.component.ts class NzTransferSearchComponent (line 50) | class NzTransferSearchComponent implements OnChanges { method _handle (line 63) | protected _handle(): void { method _clear (line 67) | protected _clear(): void { method ngOnChanges (line 75) | ngOnChanges(): void { FILE: components/transfer/transfer.component.ts class NzTransferComponent (line 175) | class NzTransferComponent implements OnInit, OnChanges { method onTriggerShiftDown (line 240) | onTriggerShiftDown(): void { method onTriggerShiftUp (line 245) | onTriggerShiftUp(): void { method onTriggerMouseDown (line 250) | onTriggerMouseDown(event: MouseEvent): void { method splitDataSource (line 257) | private splitDataSource(): void { method getCheckedData (line 271) | private getCheckedData(direction: TransferDirection): TransferItem[] { method handleSelect (line 281) | handleSelect(direction: TransferDirection, checked: boolean, item?: Tr... method handleFilterChange (line 305) | handleFilterChange(ret: { direction: TransferDirection; value: string ... method updateOperationStatus (line 316) | private updateOperationStatus(direction: TransferDirection, count?: nu... method moveTo (line 324) | moveTo(direction: TransferDirection): void { method truthMoveTo (line 339) | private truthMoveTo(direction: TransferDirection, list: TransferItem[]... method markForCheckAllList (line 357) | private markForCheckAllList(): void { method handleNzTargetKeys (line 364) | private handleNzTargetKeys(): void { method handleNzSelectedKeys (line 375) | private handleNzSelectedKeys(): void { method ngOnInit (line 388) | ngOnInit(): void { method ngOnChanges (line 412) | ngOnChanges(changes: SimpleChanges): void { method setStatusStyles (line 432) | private setStatusStyles(status: NzValidateStatus, hasFeedback: boolean... FILE: components/transfer/transfer.module.ts class NzTransferModule (line 16) | class NzTransferModule {} FILE: components/transfer/transfer.spec.ts constant COUNT (line 39) | const COUNT = 21; constant LEFT_COUNT (line 40) | const LEFT_COUNT = 2; constant DISABLED (line 41) | const DISABLED = 1; class TransferPageObject (line 522) | class TransferPageObject { method constructor (line 525) | constructor(public fixture: ComponentFixture) {} method debugElement (line 527) | get debugElement(): DebugElement { method transferElement (line 531) | get transferElement(): NzTransferComponent { method getEl (line 535) | getEl(cls: string): HTMLElement { method leftBtn (line 539) | get leftBtn(): HTMLButtonElement { method rightBtn (line 544) | get rightBtn(): HTMLButtonElement { method leftList (line 549) | get leftList(): HTMLElement { method rightList (line 553) | get rightList(): HTMLElement { method transfer (line 557) | transfer(direction: TransferDirection, index: number | number[]): this { method checkItem (line 567) | checkItem( method search (line 584) | search(direction: TransferDirection, value: string): this { method expectLeft (line 595) | expectLeft(count: number): this { method expectRight (line 600) | expectRight(count: number): this { type AbstractTestTransferComponent (line 607) | interface AbstractTestTransferComponent { class TestTransferComponent (line 611) | @Component({ method canMove (line 664) | canMove(arg: TransferCanMove): Observable { method ngOnInit (line 671) | ngOnInit(): void { method search (line 693) | search(_: TransferSearchChange): void {} method select (line 695) | select(_: TransferSelectChange): void {} method change (line 697) | change(_: TransferChange): void {} class TestTransferCustomRenderComponent (line 700) | @Component({ method ngOnInit (line 716) | ngOnInit(): void { class Test996Component (line 733) | @Component({ method ngOnInit (line 741) | ngOnInit(): void { class NzTestTransferRtlComponent (line 758) | class NzTestTransferRtlComponent { class NzTestTransferStatusComponent (line 767) | class NzTestTransferStatusComponent { class NzTestTransferInFormComponent (line 783) | class NzTestTransferInFormComponent { FILE: components/tree-select/demo/async.ts class NzDemoTreeSelectAsyncComponent (line 24) | class NzDemoTreeSelectAsyncComponent { method onExpandChange (line 52) | onExpandChange(e: NzFormatEmitEvent): void { method loadNode (line 61) | loadNode(): Promise { FILE: components/tree-select/demo/basic.ts class NzDemoTreeSelectBasicComponent (line 21) | class NzDemoTreeSelectBasicComponent implements OnInit { method onChange (line 46) | onChange($event: string): void { method ngOnInit (line 50) | ngOnInit(): void { FILE: components/tree-select/demo/checkable.ts class NzDemoTreeSelectCheckableComponent (line 21) | class NzDemoTreeSelectCheckableComponent { method onChange (line 64) | onChange($event: string[]): void { FILE: components/tree-select/demo/customized-icon.ts class NzDemoTreeSelectCustomizedIconComponent (line 36) | class NzDemoTreeSelectCustomizedIconComponent { FILE: components/tree-select/demo/multiple.ts class NzDemoTreeSelectMultipleComponent (line 24) | class NzDemoTreeSelectMultipleComponent { method onChange (line 48) | onChange($event: string[]): void { FILE: components/tree-select/demo/no-data.ts class NzDemoTreeSelectNoDataComponent (line 18) | class NzDemoTreeSelectNoDataComponent {} FILE: components/tree-select/demo/placement.ts class NzDemoTreeSelectPlacementComponent (line 29) | class NzDemoTreeSelectPlacementComponent { method onChange (line 55) | onChange($event: string[]): void { FILE: components/tree-select/demo/prefix-and-suffix.ts class NzDemoTreeSelectPrefixAndSuffixComponent (line 21) | class NzDemoTreeSelectPrefixAndSuffixComponent { FILE: components/tree-select/demo/status.ts class NzDemoTreeSelectStatusComponent (line 22) | class NzDemoTreeSelectStatusComponent {} FILE: components/tree-select/demo/variant.ts class NzDemoTreeSelectVariantComponent (line 92) | class NzDemoTreeSelectVariantComponent { FILE: components/tree-select/demo/virtual-scroll.ts function dig (line 6) | function dig(path = '0', level = 3): NzTreeNodeOptions[] { class NzDemoTreeSelectVirtualScrollComponent (line 43) | class NzDemoTreeSelectVirtualScrollComponent { FILE: components/tree-select/tree-select.component.ts type NzPlacementType (line 82) | type NzPlacementType = 'bottomLeft' | 'bottomRight' | 'topLeft' | 'topRi... constant NZ_CONFIG_MODULE_NAME (line 83) | const NZ_CONFIG_MODULE_NAME: NzConfigKey = 'treeSelect'; constant TREE_SELECT_DEFAULT_CLASS (line 84) | const TREE_SELECT_DEFAULT_CLASS = 'ant-select-dropdown ant-select-tree-d... class NzTreeSelectComponent (line 293) | class NzTreeSelectComponent extends NzTreeBase implements ControlValueAc... method nzExpandedKeys (line 336) | set nzExpandedKeys(value: string[]) { method nzExpandedKeys (line 339) | get nzExpandedKeys(): string[] { method treeTemplate (line 365) | get treeTemplate(): TemplateRef<{ $implicit: NzTreeNode; origin: NzTre... method placeHolderDisplay (line 413) | get placeHolderDisplay(): string { method isMultiple (line 417) | get isMultiple(): boolean { method constructor (line 425) | constructor() { method ngOnInit (line 438) | ngOnInit(): void { method isComposingChange (line 484) | isComposingChange(isComposing: boolean): void { method setDisabledState (line 488) | setDisabledState(isDisabled: boolean): void { method setStatusStyles (line 494) | private setStatusStyles(status: NzValidateStatus, hasFeedback: boolean... method ngOnChanges (line 510) | ngOnChanges({ nzNodes, nzDropdownClassName, nzStatus, nzPlacement, nzS... method writeValue (line 535) | writeValue(value: string[] | string): void { method registerOnChange (line 553) | registerOnChange(fn: (_: string[] | string | null) => void): void { method registerOnTouched (line 557) | registerOnTouched(fn: () => void): void { method onKeydown (line 561) | onKeydown(event: KeyboardEvent): void { method trigger (line 581) | trigger(): void { method openDropdown (line 589) | openDropdown(): void { method closeDropdown (line 600) | closeDropdown(): void { method onKeyDownInput (line 609) | onKeyDownInput(e: KeyboardEvent): void { method onExpandedKeysChange (line 623) | onExpandedKeysChange(value: NzFormatEmitEvent): void { method setInputValue (line 628) | setInputValue(value: string): void { method removeSelected (line 632) | removeSelected(node: NzTreeNode, emit: boolean = true): void { method focusOnInput (line 646) | focusOnInput(): void { method subscribeSelectionChange (line 652) | subscribeSelectionChange(): void { method updateSelectedNodes (line 697) | updateSelectedNodes(init: boolean = false): void { method updatePosition (line 728) | updatePosition(): void { method onPositionChange (line 734) | onPositionChange(position: ConnectedOverlayPositionChange): void { method onClearSelection (line 738) | onClearSelection(): void { method onClickOutside (line 745) | onClickOutside(event: MouseEvent): void { method setSearchValues (line 752) | setSearchValues($event: NzFormatEmitEvent): void { method updateCdkConnectedOverlayStatus (line 758) | updateCdkConnectedOverlayStatus(): void { method clearSelectedNodes (line 764) | clearSelectedNodes(): void { FILE: components/tree-select/tree-select.module.ts class NzTreeSelectModule (line 14) | class NzTreeSelectModule {} FILE: components/tree-select/tree-select.service.ts class NzTreeSelectService (line 11) | class NzTreeSelectService extends NzTreeBaseService {} FILE: components/tree-select/tree-select.spec.ts class NzTestTreeSelectBasicComponent (line 919) | class NzTestTreeSelectBasicComponent { method setNull (line 995) | setNull(): void { class NzTestTreeSelectCheckableComponent (line 1014) | class NzTestTreeSelectCheckableComponent { method setNull (line 1080) | setNull(): void { class NzTestTreeSelectFormComponent (line 1093) | class NzTestTreeSelectFormComponent { method disable (line 1112) | disable(): void { method setNull (line 1116) | setNull(): void { class NzTestTreeSelectCustomizedIconComponent (line 1134) | class NzTestTreeSelectCustomizedIconComponent { class NzTestTreeSelectStatusComponent (line 1166) | class NzTestTreeSelectStatusComponent { class NzTestTreeSelectInFormComponent (line 1204) | class NzTestTreeSelectInFormComponent { function dig (line 1209) | function dig(path = '0', level = 3): NzTreeNodeOptions[] { class NzTestTreeSelectVirtualScrollComponent (line 1246) | class NzTestTreeSelectVirtualScrollComponent { class TestTreeSelectFinalSizeComponent (line 1254) | class TestTreeSelectFinalSizeComponent { class TestTreeSelectFinalVariantComponent (line 1262) | class TestTreeSelectFinalVariantComponent { FILE: components/tree-view/checkbox.spec.ts type FlatNode (line 95) | interface FlatNode { type TreeNode (line 102) | interface TreeNode { constant TREE_DATA (line 108) | const TREE_DATA: TreeNode[] = [ class NzTestTreeViewCheckBoxComponent (line 161) | class NzTestTreeViewCheckBoxComponent implements OnInit { method ngOnInit (line 180) | ngOnInit(): void { method getDescendants (line 184) | private getDescendants(node: FlatNode): FlatNode[] { method getParentNode (line 188) | private getParentNode(node: FlatNode): FlatNode | null { method descendantsAllSelected (line 192) | descendantsAllSelected(node: FlatNode): boolean { method descendantsPartiallySelected (line 197) | descendantsPartiallySelected(node: FlatNode): boolean { method leafItemSelectionToggle (line 203) | leafItemSelectionToggle(node: FlatNode): void { method itemSelectionToggle (line 208) | itemSelectionToggle(node: FlatNode): void { method checkAllParentsSelection (line 219) | checkAllParentsSelection(node: FlatNode): void { method checkRootNodeSelection (line 227) | checkRootNodeSelection(node: FlatNode): void { FILE: components/tree-view/checkbox.ts class NzTreeNodeCheckboxComponent (line 35) | class NzTreeNodeCheckboxComponent implements OnInit { method ngOnInit (line 46) | ngOnInit(): void { FILE: components/tree-view/demo/basic-children-accessor.ts type TreeNode (line 7) | interface TreeNode { constant TREE_DATA (line 13) | const TREE_DATA: TreeNode[] = [ class NzDemoTreeViewBasicChildrenAccessorComponent (line 61) | class NzDemoTreeViewBasicChildrenAccessorComponent implements OnInit, Af... method ngOnInit (line 72) | ngOnInit(): void { method ngAfterViewInit (line 76) | ngAfterViewInit(): void { FILE: components/tree-view/demo/basic-level-accessor.ts type TreeNode (line 12) | interface TreeNode { type FlatNode (line 18) | interface FlatNode { constant TREE_DATA (line 25) | const TREE_DATA: TreeNode[] = [ class NzDemoTreeViewBasicLevelAccessorComponent (line 73) | class NzDemoTreeViewBasicLevelAccessorComponent implements OnInit, After... method ngOnInit (line 98) | ngOnInit(): void { method ngAfterViewInit (line 102) | ngAfterViewInit(): void { FILE: components/tree-view/demo/checkbox.ts type TreeNode (line 13) | interface TreeNode { constant TREE_DATA (line 19) | const TREE_DATA: TreeNode[] = [ class NzDemoTreeViewCheckboxComponent (line 74) | class NzDemoTreeViewCheckboxComponent implements OnInit { method ngOnInit (line 85) | ngOnInit(): void { method getDescendants (line 89) | private getDescendants(node: TreeNode): TreeNode[] { method getParentNode (line 93) | private getParentNode(node: TreeNode): TreeNode | null { method descendantsAllSelected (line 97) | descendantsAllSelected(node: TreeNode): boolean { method descendantsPartiallySelected (line 102) | descendantsPartiallySelected(node: TreeNode): boolean { method leafItemSelectionToggle (line 108) | leafItemSelectionToggle(node: TreeNode): void { method itemSelectionToggle (line 113) | itemSelectionToggle(node: TreeNode): void { method checkAllParentsSelection (line 124) | checkAllParentsSelection(node: TreeNode): void { method checkRootNodeSelection (line 132) | checkRootNodeSelection(node: TreeNode): void { FILE: components/tree-view/demo/directory.ts type FoodNode (line 12) | interface FoodNode { type FlatFoodNode (line 18) | interface FlatFoodNode { constant TREE_DATA (line 25) | const TREE_DATA: FoodNode[] = [ class NzDemoTreeViewDirectoryComponent (line 78) | class NzDemoTreeViewDirectoryComponent implements OnInit, AfterViewInit { method ngOnInit (line 103) | ngOnInit(): void { method ngAfterViewInit (line 107) | ngAfterViewInit(): void { method getNode (line 113) | getNode(name: string): FlatFoodNode | null { FILE: components/tree-view/demo/dynamic.ts type FlatNode (line 9) | interface FlatNode { constant TREE_DATA (line 17) | const TREE_DATA: FlatNode[] = [ function getChildren (line 32) | function getChildren(node: FlatNode): Observable { class DynamicDatasource (line 55) | class DynamicDatasource implements DataSource { method constructor (line 59) | constructor( method connect (line 67) | connect(collectionViewer: CollectionViewer): Observable { method handleExpansionChange (line 76) | handleExpansionChange(change: SelectionChange): void { method loadChildren (line 82) | loadChildren(node: FlatNode): void { method disconnect (line 101) | disconnect(): void { class NzDemoTreeViewDynamicComponent (line 130) | class NzDemoTreeViewDynamicComponent implements OnInit { method ngOnInit (line 139) | ngOnInit(): void { FILE: components/tree-view/demo/editable.ts type TreeNode (line 14) | interface TreeNode { constant TREE_DATA (line 20) | const TREE_DATA: TreeNode[] = [ class NzDemoTreeViewEditableComponent (line 83) | class NzDemoTreeViewEditableComponent implements OnInit, AfterViewInit { method ngOnInit (line 100) | ngOnInit(): void { method ngAfterViewInit (line 104) | ngAfterViewInit(): void { method delete (line 108) | delete(node: TreeNode): void { method addNewNode (line 116) | addNewNode(node: TreeNode): void { method saveNode (line 126) | saveNode(node: TreeNode, value: string): void { FILE: components/tree-view/demo/line.ts type TreeNode (line 8) | interface TreeNode { constant TREE_DATA (line 13) | const TREE_DATA: TreeNode[] = [ class NzDemoTreeViewLineComponent (line 70) | class NzDemoTreeViewLineComponent implements AfterViewInit, OnInit { method ngOnInit (line 81) | ngOnInit(): void { method ngAfterViewInit (line 85) | ngAfterViewInit(): void { FILE: components/tree-view/demo/search.ts type TreeNode (line 16) | interface TreeNode { constant TREE_DATA (line 21) | const TREE_DATA: TreeNode[] = [ type FlatNode (line 41) | interface FlatNode { class FilteredTreeResult (line 47) | class FilteredTreeResult { method constructor (line 48) | constructor( function filterTreeData (line 57) | function filterTreeData(data: TreeNode[], value: string): FilteredTreeRe... class NzDemoTreeViewSearchComponent (line 111) | class NzDemoTreeViewSearchComponent implements OnInit { method ngOnInit (line 157) | ngOnInit(): void { FILE: components/tree-view/demo/virtual-scroll.ts type TreeNode (line 11) | interface TreeNode { function dig (line 16) | function dig(path: string = '0', level: number = 3): TreeNode[] { constant TREE_DATA (line 33) | const TREE_DATA: TreeNode[] = dig(); type FlatNode (line 36) | interface FlatNode { class NzDemoTreeViewVirtualScrollComponent (line 70) | class NzDemoTreeViewVirtualScrollComponent implements OnInit, AfterViewI... method ngOnInit (line 92) | ngOnInit(): void { method ngAfterViewInit (line 96) | ngAfterViewInit(): void { FILE: components/tree-view/flat-data-source.ts class NzTreeViewFlatDataSource (line 13) | class NzTreeViewFlatDataSource extends DataSource { method constructor (line 17) | constructor( method setData (line 26) | setData(data: T[]): void { method getData (line 31) | getData(): T[] { method getFlattenData (line 35) | getFlattenData(): F[] { method setFlattenedData (line 39) | setFlattenedData(nodes: F[]): void { method connect (line 44) | connect(collectionViewer: CollectionViewer): Observable { method disconnect (line 50) | disconnect(): void { method setDataNodes (line 54) | private setDataNodes(nodes: F[]): void { method flatten (line 58) | private flatten(data: T[]): F[] { FILE: components/tree-view/flattener.ts class NzTreeFlattener (line 9) | class NzTreeFlattener { method constructor (line 10) | constructor( method flattenNode (line 17) | private flattenNode(node: T, level: number, resultNodes: F[], parentMa... method flattenChildren (line 36) | private flattenChildren(children: T[], level: number, resultNodes: F[]... method flattenNodes (line 49) | flattenNodes(structuredData: T[]): F[] { FILE: components/tree-view/indent.ts function booleanArrayToString (line 32) | function booleanArrayToString(arr: boolean[]): string { constant BUILD_INDENTS_SCHEDULER (line 36) | const BUILD_INDENTS_SCHEDULER = typeof requestAnimationFrame !== 'undefi... class NzTreeNodeIndentsComponent (line 50) | class NzTreeNodeIndentsComponent { class NzTreeNodeIndentLineDirective (line 61) | class NzTreeNodeIndentLineDirective { method isLeaf (line 73) | get isLeaf(): boolean { method dataNodes (line 77) | get dataNodes(): T[] { method currentDataNode (line 81) | get currentDataNode(): T { method constructor (line 85) | constructor() { method getIndents (line 105) | private getIndents(): boolean[] { method getIndentsForFlatData (line 115) | private getIndentsForFlatData(nodes: T[], node: T, getLevel: (dataNode... method getIndentsForNestedData (line 130) | private getIndentsForNestedData(nodes: T[], node: T, getChildren: (dat... method buildIndents (line 145) | private buildIndents(): void { method checkAdjacent (line 160) | private checkAdjacent(): void { method checkAdjacentNodeChanged (line 170) | private checkAdjacentNodeChanged(nodes: T[]): void { method checkLast (line 181) | private checkLast(index?: number): void { FILE: components/tree-view/nested-data-source.ts class NzTreeViewNestedDataSource (line 12) | class NzTreeViewNestedDataSource extends DataSource { method constructor (line 15) | constructor( method setData (line 23) | setData(value: T[]): void { method getData (line 28) | getData(): T[] { method connect (line 32) | connect(collectionViewer: CollectionViewer): Observable { method disconnect (line 36) | disconnect(): void { method setTreeDataNodes (line 40) | private setTreeDataNodes(nodes: T[]): void { FILE: components/tree-view/node.ts type NzTreeVirtualNodeData (line 31) | interface NzTreeVirtualNodeData { class NzTreeNodeComponent (line 75) | class NzTreeNodeComponent extends NzNodeBase implements OnDestroy,... method isExpandable (line 78) | override get isExpandable(): boolean { method isExpandable (line 81) | override set isExpandable(value: boolean) { method isLeaf (line 89) | get isLeaf(): boolean { method disable (line 93) | disable(): void { method enable (line 97) | enable(): void { method select (line 101) | select(): void { method deselect (line 105) | deselect(): void { method setIndents (line 109) | setIndents(indents: boolean[]): void { class NzTreeNodeDefDirective (line 123) | class NzTreeNodeDefDirective extends CdkTreeNodeDef { class NzTreeVirtualScrollNodeOutletDirective (line 130) | class NzTreeVirtualScrollNodeOutletDirective { method constructor (line 138) | constructor() { method shouldRecreateView (line 166) | private shouldRecreateView( method updateExistingContext (line 185) | private updateExistingContext(ctx: CdkTreeNodeOutletContext): void { FILE: components/tree-view/option.ts class NzTreeNodeOptionComponent (line 36) | class NzTreeNodeOptionComponent implements OnInit { method isExpanded (line 46) | get isExpanded(): boolean { method constructor (line 50) | constructor() { method ngOnInit (line 68) | ngOnInit(): void { FILE: components/tree-view/outlet.ts class NzTreeNodeOutletDirective (line 18) | class NzTreeNodeOutletDirective extends CdkTreeNodeOutlet {} FILE: components/tree-view/padding.ts class NzTreeNodePaddingDirective (line 18) | class NzTreeNodePaddingDirective extends CdkTreeNodePadding { method level (line 22) | override get level(): number { method level (line 25) | override set level(value: number) { method indent (line 30) | override get indent(): number | string { method indent (line 33) | override set indent(indent: number | string) { FILE: components/tree-view/toggle.ts class NzTreeNodeNoopToggleDirective (line 15) | class NzTreeNodeNoopToggleDirective {} class NzTreeNodeToggleDirective (line 26) | class NzTreeNodeToggleDirective extends CdkTreeNodeToggle { method isExpanded (line 29) | get isExpanded(): boolean { class NzTreeNodeToggleRotateIconDirective (line 40) | class NzTreeNodeToggleRotateIconDirective {} class NzTreeNodeToggleActiveIconDirective (line 48) | class NzTreeNodeToggleActiveIconDirective {} FILE: components/tree-view/tree-view-based-children-accessor.spec.ts function waitForNextAnimationFrame (line 27) | async function waitForNextAnimationFrame(): Promise { type TreeNode (line 256) | interface TreeNode { constant TREE_DATA (line 262) | const TREE_DATA: TreeNode[] = [ class NzTestTreeViewBasicWithChildrenAccessorComponent (line 318) | class NzTestTreeViewBasicWithChildrenAccessorComponent implements OnInit { method ngOnInit (line 327) | ngOnInit(): void { method setData (line 331) | setData(data: TreeNode[]): void { class NzTestTreeViewLineComponent (line 357) | class NzTestTreeViewLineComponent implements OnInit { method ngOnInit (line 363) | ngOnInit(): void { FILE: components/tree-view/tree-view-based-level-accessor.spec.ts type FlatNode (line 283) | interface FlatNode { type TreeNode (line 290) | interface TreeNode { constant TREE_DATA (line 296) | const TREE_DATA: TreeNode[] = [ class NzTestTreeViewBasicWithLevelAccessorComponent (line 362) | class NzTestTreeViewBasicWithLevelAccessorComponent implements OnInit { method ngOnInit (line 383) | ngOnInit(): void { method setData (line 387) | setData(data: TreeNode[]): void { class NzTestTreeViewLineComponent (line 413) | class NzTestTreeViewLineComponent implements OnInit { method ngOnInit (line 431) | ngOnInit(): void { FILE: components/tree-view/tree-view.module.ts class NzTreeViewModule (line 47) | class NzTreeViewModule {} FILE: components/tree-view/tree-view.ts class NzTreeViewComponent (line 39) | class NzTreeViewComponent extends NzTreeView { FILE: components/tree-view/tree-virtual-scroll-view-based-children-accessor.spec.ts function finishInit (line 29) | async function finishInit(fixture: ComponentFixture): Promise... function triggerScroll (line 50) | async function triggerScroll(viewport: CdkVirtualScrollViewport, offset?... type TreeNode (line 306) | interface TreeNode { function dig (line 312) | function dig(path: string = '0', level: number = 1): TreeNode[] { constant TREE_DATA (line 330) | const TREE_DATA: TreeNode[] = dig(); class NzTestTreeViewVirtualScrollWithChildrenAccessorComponent (line 359) | class NzTestTreeViewVirtualScrollWithChildrenAccessorComponent implement... method ngOnInit (line 371) | ngOnInit(): void { FILE: components/tree-view/tree-virtual-scroll-view-based-level-accessor.spec.ts type TreeNode (line 271) | interface TreeNode { type FlatNode (line 276) | interface FlatNode { function dig (line 282) | function dig(path: string = '0', level: number = 1): TreeNode[] { constant TREE_DATA (line 299) | const TREE_DATA: TreeNode[] = dig(); class NzTestTreeViewVirtualScrollWithLevelAccessorComponent (line 328) | class NzTestTreeViewVirtualScrollWithLevelAccessorComponent implements O... method ngOnInit (line 351) | ngOnInit(): void { FILE: components/tree-view/tree-virtual-scroll-view.ts constant DEFAULT_SIZE (line 28) | const DEFAULT_SIZE = 28; class NzTreeVirtualScrollViewComponent (line 69) | class NzTreeVirtualScrollViewComponent extends NzTreeView implemen... method constructor (line 82) | constructor() { method ngOnChanges (line 88) | ngOnChanges({ trackBy }: SimpleChanges): void { method compareBy (line 98) | compareBy(index: number): (value: T) => NzSafeAny { method renderNodeChanges (line 102) | override renderNodeChanges(data: T[]): void { method createNode (line 113) | private createNode(nodeData: T, index: number): NzTreeVirtualNodeData<... FILE: components/tree-view/tree.ts class NzTreeView (line 29) | class NzTreeView extends CdkTree { method dataSource (line 34) | override get dataSource(): DataSource | Observable | T[] { method dataSource (line 37) | override set dataSource(dataSource: DataSource | Observable | ... method renderNodeChanges (line 54) | override renderNodeChanges( method getRenderNodes (line 74) | protected getRenderNodes(nodes: T[]): T[] { FILE: components/tree-view/utils.spec.ts type FlatNode (line 18) | interface FlatNode { type NestedNode (line 23) | interface NestedNode { FILE: components/tree/demo/basic-controlled.ts class NzDemoTreeBasicControlledComponent (line 22) | class NzDemoTreeBasicControlledComponent { method nzEvent (line 74) | nzEvent(event: NzFormatEmitEvent): void { FILE: components/tree/demo/basic.ts class NzDemoTreeBasicComponent (line 24) | class NzDemoTreeBasicComponent { method nzClick (line 56) | nzClick(event: NzFormatEmitEvent): void { method nzCheck (line 60) | nzCheck(event: NzFormatEmitEvent): void { method nzSelect (line 65) | nzSelect(keys: string[]): void { FILE: components/tree/demo/customized-icon.ts class NzDemoTreeCustomizedIconComponent (line 22) | class NzDemoTreeCustomizedIconComponent { FILE: components/tree/demo/directory.ts class NzDemoTreeDirectoryComponent (line 73) | class NzDemoTreeDirectoryComponent { method constructor (line 97) | constructor(private nzContextMenuService: NzContextMenuService) {} method openFolder (line 99) | openFolder(data: NzTreeNode | NzFormatEmitEvent): void { method activeNode (line 111) | activeNode(data: NzFormatEmitEvent): void { method contextMenu (line 115) | contextMenu($event: MouseEvent, menu: NzDropdownMenuComponent): void { method selectDropdown (line 119) | selectDropdown(): void { FILE: components/tree/demo/draggable-confirm.ts class NzDemoTreeDraggableConfirmComponent (line 12) | class NzDemoTreeDraggableConfirmComponent { method beforeDrop (line 36) | beforeDrop(arg: NzFormatBeforeDropEvent): Observable { FILE: components/tree/demo/draggable.ts class NzDemoTreeDraggableComponent (line 10) | class NzDemoTreeDraggableComponent { method nzEvent (line 73) | nzEvent(event: NzFormatEmitEvent): void { FILE: components/tree/demo/dynamic.ts class NzDemoTreeDynamicComponent (line 10) | class NzDemoTreeDynamicComponent { method nzEvent (line 17) | nzEvent(event: NzFormatEmitEvent): void { method loadNode (line 29) | loadNode(): Promise { FILE: components/tree/demo/line.ts class NzDemoTreeLineComponent (line 10) | class NzDemoTreeLineComponent { method nzEvent (line 44) | nzEvent(event: NzFormatEmitEvent): void { FILE: components/tree/demo/search.ts class NzDemoTreeSearchComponent (line 26) | class NzDemoTreeSearchComponent { method nzEvent (line 75) | nzEvent(event: NzFormatEmitEvent): void { FILE: components/tree/demo/virtual-scroll.ts function dig (line 5) | function dig(path = '0', level = 3): NzTreeNodeOptions[] { class NzDemoTreeVirtualScrollComponent (line 33) | class NzDemoTreeVirtualScrollComponent { FILE: components/tree/tree-drop-indicator.component.ts class NzTreeDropIndicatorComponent (line 29) | class NzTreeDropIndicatorComponent implements OnChanges { method ngOnChanges (line 37) | ngOnChanges(): void { method renderIndicator (line 41) | renderIndicator(dropPosition: number, direction: Direction = 'ltr'): v... FILE: components/tree/tree-indent.component.ts class NzTreeIndentComponent (line 30) | class NzTreeIndentComponent implements OnChanges { method ngOnChanges (line 38) | ngOnChanges(changes: SimpleChanges): void { FILE: components/tree/tree-node-checkbox.component.ts class NzTreeNodeBuiltinCheckboxComponent (line 26) | class NzTreeNodeBuiltinCheckboxComponent { FILE: components/tree/tree-node-switcher.component.ts class NzTreeNodeSwitcherComponent (line 55) | class NzTreeNodeSwitcherComponent { method isShowLineIcon (line 65) | get isShowLineIcon(): boolean { method isShowSwitchIcon (line 69) | get isShowSwitchIcon(): boolean { method isSwitcherOpen (line 73) | get isSwitcherOpen(): boolean { method isSwitcherClose (line 77) | get isSwitcherClose(): boolean { FILE: components/tree/tree-node-title.component.ts class NzTreeNodeTitleComponent (line 74) | class NzTreeNodeTitleComponent implements OnChanges { method canDraggable (line 95) | get canDraggable(): boolean | null { method matchedValue (line 99) | get matchedValue(): string { method isSwitcherOpen (line 103) | get isSwitcherOpen(): boolean { method isSwitcherClose (line 107) | get isSwitcherClose(): boolean { method ngOnChanges (line 111) | ngOnChanges(changes: SimpleChanges): void { FILE: components/tree/tree-node.component.ts class NzTreeNodeBuiltinComponent (line 127) | class NzTreeNodeBuiltinComponent implements OnInit, OnChanges { method displayStyle (line 191) | get displayStyle(): string { method isSwitcherOpen (line 198) | get isSwitcherOpen(): boolean { method isSwitcherClose (line 202) | get isSwitcherClose(): boolean { method clickExpand (line 206) | clickExpand(event: MouseEvent): void { method clickSelect (line 220) | clickSelect(event: MouseEvent): void { method dblClick (line 230) | dblClick(event: MouseEvent): void { method contextMenu (line 236) | contextMenu(event: MouseEvent): void { method clickCheckbox (line 241) | clickCheckbox(event: MouseEvent): void { method clearDragClass (line 254) | clearDragClass(): void { method handleDragStart (line 259) | handleDragStart(e: DragEvent): void { method handleDragEnter (line 273) | handleDragEnter(e: DragEvent): void { method handleDragOver (line 284) | handleDragOver(e: DragEvent): void { method handleDragLeave (line 300) | handleDragLeave(e: DragEvent): void { method handleDragDrop (line 308) | handleDragDrop(e: DragEvent): void { method handleDragEnd (line 340) | handleDragEnd(e: DragEvent): void { method handDragEvent (line 359) | handDragEvent(): void { method markForCheck (line 386) | markForCheck(): void { method constructor (line 390) | constructor() { method ngOnInit (line 397) | ngOnInit(): void { method ngOnChanges (line 409) | ngOnChanges(changes: SimpleChanges): void { method renderIndicator (line 416) | private renderIndicator(dropPosition: number): void { FILE: components/tree/tree.component.ts function NzTreeServiceFactory (line 48) | function NzTreeServiceFactory(): NzTreeBaseService { constant NZ_CONFIG_MODULE_NAME (line 54) | const NZ_CONFIG_MODULE_NAME: NzConfigKey = 'tree'; class NzTreeComponent (line 211) | class NzTreeComponent extends NzTreeBase implements OnInit, OnChanges, C... method writeValue (line 289) | writeValue(value: NzTreeNode[]): void { method registerOnChange (line 293) | registerOnChange(fn: (_: NzTreeNode[]) => void): void { method registerOnTouched (line 297) | registerOnTouched(fn: () => void): void { method renderTreeProperties (line 306) | renderTreeProperties(changes: SimpleChanges): void { method trackByFlattenNode (line 368) | trackByFlattenNode(_: number, node: NzTreeNode): string { method handleNzData (line 377) | handleNzData(value: NzSafeAny[]): void { method handleFlattenNodes (line 384) | handleFlattenNodes(data: NzTreeNode[], expandKeys: NzTreeNodeKey[] | t... method handleCheckedKeys (line 388) | handleCheckedKeys(keys: NzTreeNodeKey[] | null): void { method handleExpandedKeys (line 392) | handleExpandedKeys(keys: NzTreeNodeKey[] | true = []): void { method handleSelectedKeys (line 396) | handleSelectedKeys(keys: NzTreeNodeKey[], isMulti: boolean): void { method handleSearchValue (line 400) | handleSearchValue(value: string, searchFunc?: (node: NzTreeNodeOptions... method eventTriggerChanged (line 428) | eventTriggerChanged(event: NzFormatEmitEvent): void { method renderTree (line 493) | renderTree(): void { method constructor (line 501) | constructor() { method ngOnInit (line 505) | ngOnInit(): void { method ngOnChanges (line 515) | ngOnChanges(changes: SimpleChanges): void { FILE: components/tree/tree.module.ts class NzTreeModule (line 29) | class NzTreeModule {} FILE: components/tree/tree.service.ts class NzTreeService (line 11) | class NzTreeService extends NzTreeBaseService {} FILE: components/tree/tree.spec.ts class NzTestTreeBasicControlledComponent (line 653) | class NzTestTreeBasicControlledComponent { method nzEvent (line 702) | nzEvent(_data: NzFormatEmitEvent): void {} method changeIcon (line 705) | changeIcon(template: TemplateRef<{ $implicit: NzTreeNode; origin: NzTr... class NzTestTreeDraggableComponent (line 728) | class NzTestTreeDraggableComponent { method onDragStart (line 765) | onDragStart(): void {} method onDragEnter (line 767) | onDragEnter(): void {} method onDragOver (line 769) | onDragOver(): void {} method onDragLeave (line 771) | onDragLeave(): void {} method onDrop (line 773) | onDrop(): void {} method onDragEnd (line 775) | onDragEnd(): void {} class NzTestTreeBasicSearchComponent (line 790) | class NzTestTreeBasicSearchComponent { FILE: components/typography/demo/basic.ts class NzDemoTypographyBasicComponent (line 99) | class NzDemoTypographyBasicComponent {} FILE: components/typography/demo/ellipsis.ts class NzDemoTypographyEllipsisComponent (line 44) | class NzDemoTypographyEllipsisComponent { method onChange (line 51) | onChange(event: string): void { FILE: components/typography/demo/interactive.ts class NzDemoTypographyInteractiveComponent (line 40) | class NzDemoTypographyInteractiveComponent { FILE: components/typography/demo/suffix.ts class NzDemoTypographySuffixComponent (line 25) | class NzDemoTypographySuffixComponent { method onEllipsisChange (line 37) | onEllipsisChange(ellipsis: boolean): void { FILE: components/typography/demo/text.ts class NzDemoTypographyTextComponent (line 34) | class NzDemoTypographyTextComponent {} FILE: components/typography/demo/title.ts class NzDemoTypographyTitleComponent (line 16) | class NzDemoTypographyTitleComponent {} FILE: components/typography/text-copy.component.ts class NzTextCopyComponent (line 53) | class NzTextCopyComponent implements OnInit, OnChanges { method constructor (line 74) | constructor() { method ngOnInit (line 80) | ngOnInit(): void { method ngOnChanges (line 88) | ngOnChanges(changes: SimpleChanges): void { method onClick (line 98) | onClick(): void { method onCopied (line 110) | onCopied(): void { method updateTooltips (line 118) | private updateTooltips(): void { method updateIcons (line 133) | private updateIcons(): void { FILE: components/typography/text-edit.component.ts class NzTextEditComponent (line 64) | class NzTextEditComponent implements OnInit { method textarea (line 79) | set textarea(textarea: ElementRef | undefined) { method ngOnInit (line 95) | ngOnInit(): void { method onClick (line 135) | onClick(): void { method confirm (line 143) | confirm(): void { method onEnter (line 148) | onEnter(event: Event): void { method onCancel (line 154) | onCancel(): void { method focusAndSetValue (line 159) | focusAndSetValue(): void { FILE: components/typography/typography.component.ts constant NZ_CONFIG_MODULE_NAME (line 46) | const NZ_CONFIG_MODULE_NAME: NzConfigKey = 'typography'; constant EXPAND_ELEMENT_CLASSNAME (line 47) | const EXPAND_ELEMENT_CLASSNAME = 'ant-typography-expand'; class NzTypographyComponent (line 130) | class NzTypographyComponent implements OnInit, AfterViewInit, OnChanges { method hasEllipsisObservers (line 181) | get hasEllipsisObservers(): boolean { method canCssEllipsis (line 185) | get canCssEllipsis(): boolean { method hasOperationsWithEllipsis (line 189) | get hasOperationsWithEllipsis(): boolean { method copyText (line 197) | get copyText(): string { method constructor (line 201) | constructor() { method onTextCopy (line 208) | onTextCopy(text: string): void { method onStartEditing (line 212) | onStartEditing(): void { method onEndEditing (line 216) | onEndEditing(text: string): void { method onExpand (line 225) | onExpand(): void { method canUseCSSEllipsis (line 232) | canUseCSSEllipsis(): boolean { method renderOnNextFrame (line 247) | renderOnNextFrame(): void { method getOriginContentViewRef (line 255) | getOriginContentViewRef(): { viewRef: EmbeddedViewRef<{ content: strin... method syncEllipsis (line 266) | syncEllipsis(): void { method getExpandableBtnElement (line 305) | private getExpandableBtnElement(): HTMLElement | null { method renderAndSubscribeWindowResize (line 322) | private renderAndSubscribeWindowResize(): void { method ngOnInit (line 334) | ngOnInit(): void { method ngAfterViewInit (line 348) | ngAfterViewInit(): void { method ngOnChanges (line 353) | ngOnChanges(changes: SimpleChanges): void { FILE: components/typography/typography.module.ts class NzTypographyModule (line 16) | class NzTypographyModule {} FILE: components/typography/typography.spec.ts function testCopyButton (line 56) | function testCopyButton( class NzTestTypographyComponent (line 568) | class NzTestTypographyComponent {} class NzTestTypographyCopyComponent (line 588) | class NzTestTypographyCopyComponent { method onCopy (line 591) | onCopy(_text: string): void {} class NzTestTypographyEditComponent (line 607) | class NzTestTypographyEditComponent { class NzTestTypographyEllipsisComponent (line 656) | class NzTestTypographyEllipsisComponent { FILE: components/upload/demo/avatar.ts class NzDemoUploadAvatarComponent (line 36) | class NzDemoUploadAvatarComponent { method constructor (line 40) | constructor(private messageService: NzMessageService) {} method getBase64 (line 60) | private getBase64(img: File, callback: (img: string) => void): void { method handleChange (line 66) | handleChange(info: { file: NzUploadFile }): void { FILE: components/upload/demo/basic.ts class NzDemoUploadBasicComponent (line 24) | class NzDemoUploadBasicComponent { method constructor (line 25) | constructor(private messageService: NzMessageService) {} method handleChange (line 27) | handleChange(info: NzUploadChangeParam): void { FILE: components/upload/demo/default-file-list.ts class NzDemoUploadDefaultFileListComponent (line 19) | class NzDemoUploadDefaultFileListComponent { FILE: components/upload/demo/directory.ts class NzDemoUploadDirectoryComponent (line 19) | class NzDemoUploadDirectoryComponent {} FILE: components/upload/demo/drag.ts class NzDemoUploadDragComponent (line 28) | class NzDemoUploadDragComponent { method constructor (line 29) | constructor(private messageService: NzMessageService) {} method handleChange (line 31) | handleChange({ file, fileList }: NzUploadChangeParam): void { FILE: components/upload/demo/file-list.ts class NzDemoUploadFileListComponent (line 23) | class NzDemoUploadFileListComponent { method handleChange (line 33) | handleChange(info: NzUploadChangeParam): void { FILE: components/upload/demo/max-count.ts class NzDemoUploadMaxCountComponent (line 32) | class NzDemoUploadMaxCountComponent { method handleChange (line 34) | handleChange(info: NzUploadChangeParam): void { FILE: components/upload/demo/picture-card.ts class NzDemoUploadPictureCardComponent (line 43) | class NzDemoUploadPictureCardComponent { FILE: components/upload/demo/picture-style.ts class NzDemoUploadPictureStyleComponent (line 23) | class NzDemoUploadPictureStyleComponent { FILE: components/upload/demo/png-only.ts class NzDemoUploadPngOnlyComponent (line 20) | class NzDemoUploadPngOnlyComponent { FILE: components/upload/demo/preview-file.ts class NzDemoUploadPreviewFileComponent (line 26) | class NzDemoUploadPreviewFileComponent { method constructor (line 27) | constructor(private http: HttpClient) {} FILE: components/upload/demo/transform-file.ts class NzDemoUploadTransformFileComponent (line 20) | class NzDemoUploadTransformFileComponent { FILE: components/upload/demo/upload-manually.ts class NzDemoUploadUploadManuallyComponent (line 33) | class NzDemoUploadUploadManuallyComponent { method constructor (line 37) | constructor( method handleUpload (line 47) | handleUpload(): void { FILE: components/upload/demo/upload-with-aliyun-oss.ts class NzDemoUploadUploadWithAliyunOssComponent (line 27) | class NzDemoUploadUploadWithAliyunOssComponent { method onChange (line 56) | onChange(e: NzUploadChangeParam): void { FILE: components/upload/interface.ts type UploadFileStatus (line 12) | type UploadFileStatus = 'error' | 'success' | 'done' | 'uploading' | 're... type NzUploadType (line 14) | type NzUploadType = 'select' | 'drag'; type NzUploadListType (line 17) | type NzUploadListType = 'text' | 'picture' | 'picture-card'; type NzUploadFile (line 19) | interface NzUploadFile { type NzUploadChangeParam (line 39) | interface NzUploadChangeParam { type NzShowUploadList (line 47) | interface NzShowUploadList { type NzUploadTransformFileType (line 57) | type NzUploadTransformFileType = string | Blob | NzUploadFile | Observab... type NzBeforeUploadFileType (line 59) | type NzBeforeUploadFileType = type ZipButtonOptions (line 64) | interface ZipButtonOptions { type UploadFilter (line 85) | interface UploadFilter { type NzUploadXHRArgs (line 90) | interface NzUploadXHRArgs { type NzIconRenderTemplate (line 103) | type NzIconRenderTemplate = TemplateRef<{ $implicit: NzUploadFile }>; FILE: components/upload/upload-btn.component.ts class NzUploadBtnComponent (line 33) | class NzUploadBtnComponent implements OnInit { method onClick (line 39) | onClick(): void { method onFileDrop (line 47) | onFileDrop(e: DragEvent): void { method onChange (line 66) | onChange(e: Event): void { method traverseFileTree (line 75) | private traverseFileTree(files: DataTransferItemList): void { method attrAccept (line 99) | private attrAccept(file: File, acceptedFiles?: string | string[]): boo... method attachUid (line 124) | private attachUid(file: NzUploadFile): NzUploadFile { method uploadFiles (line 131) | uploadFiles(fileList: FileList | File[]): void { method upload (line 156) | private upload(file: NzUploadFile, fileList: NzUploadFile[]): void { method post (line 189) | private post(file: NzUploadFile, processedFile?: string | Blob | File ... method xhr (line 297) | private xhr(args: NzUploadXHRArgs): Subscription { method clean (line 339) | private clean(uid: string): void { method abort (line 347) | abort(file?: NzUploadFile): void { method constructor (line 359) | constructor() { method ngOnInit (line 371) | ngOnInit(): void { FILE: components/upload/upload-list.component.ts constant CLASS_NAME (line 39) | const CLASS_NAME = 'ant-upload-list'; constant MEASURE_SIZE (line 40) | const MEASURE_SIZE = 200; type UploadListIconType (line 42) | type UploadListIconType = '' | 'uploading' | 'thumbnail'; type UploadListFile (line 44) | interface UploadListFile extends NzUploadFile { class NzUploadListComponent (line 62) | class NzUploadListComponent implements OnChanges { method items (line 68) | set items(list: NzUploadFile[]) { method genErr (line 104) | private genErr(file: NzUploadFile): string { method extname (line 111) | private extname(url: string): string { method isImageUrl (line 118) | isImageUrl(file: NzUploadFile): boolean { method getIconType (line 139) | private getIconType(file: UploadListFile): UploadListIconType { method previewImage (line 150) | private previewImage(file: File | Blob): Observable { method genThumb (line 195) | private genThumb(): void { method showDownload (line 231) | private showDownload(file: NzUploadFile): boolean { method fixData (line 235) | private fixData(): void { method handlePreview (line 246) | handlePreview(file: NzUploadFile, e: Event): void { method handleRemove (line 255) | handleRemove(file: NzUploadFile, e: Event): void { method handleDownload (line 262) | handleDownload(file: NzUploadFile): void { method detectChanges (line 270) | detectChanges(): void { method ngOnChanges (line 275) | ngOnChanges(): void { method generateClass (line 280) | private generateClass(suffix: string): string { FILE: components/upload/upload-list.spec.ts class MockImage (line 204) | class MockImage { method addEventListener (line 208) | addEventListener(_name: string, callback: VoidFunction): void { method removeEventListener (line 211) | removeEventListener(): void {} method src (line 213) | set src(_: string) {} class TestUploadListComponent (line 308) | @Component({ FILE: components/upload/upload.component.ts constant CLASS_NAME (line 54) | const CLASS_NAME = 'ant-upload'; class NzUploadComponent (line 67) | class NzUploadComponent implements OnInit, AfterViewInit, OnChanges { method nzShowUploadList (line 107) | set nzShowUploadList(value: boolean | NzShowUploadList) { method nzShowUploadList (line 111) | get nzShowUploadList(): boolean | NzShowUploadList { method zipOptions (line 138) | private zipOptions(): this { method fileToObject (line 194) | private fileToObject(file: NzUploadFile): NzUploadFile { method getFileItem (line 209) | private getFileItem(file: NzUploadFile, fileList: NzUploadFile[]): NzU... method removeFileItem (line 213) | private removeFileItem(file: NzUploadFile, fileList: NzUploadFile[]): ... method fileDrop (line 293) | fileDrop(e: DragEvent): void { method detectChangesList (line 305) | private detectChangesList(): void { method setClassMap (line 333) | private setClassMap(): void { method ngOnInit (line 355) | ngOnInit(): void { method ngAfterViewInit (line 362) | ngAfterViewInit(): void { method ngOnChanges (line 374) | ngOnChanges(): void { method generateClass (line 378) | private generateClass(suffix: string): string { FILE: components/upload/upload.module.ts class NzUploadModule (line 16) | class NzUploadModule {} FILE: components/upload/upload.spec.ts constant FILE_CONTENT (line 48) | const FILE_CONTENT = [ constant FILE (line 51) | const FILE = new File(FILE_CONTENT, ''); constant PNG_SMALL (line 52) | const PNG_SMALL = { constant JPG_SMALL (line 61) | const JPG_SMALL = { constant LARGE_FILE (line 70) | const LARGE_FILE = { constant PNG_BIG (line 75) | const PNG_BIG = { target: { files: { 0: LARGE_FILE, length: 1, item: () ... class Item (line 77) | class Item { method constructor (line 79) | constructor(public name: string) {} class NzUploadPageObject (line 950) | class NzUploadPageObject { method constructor (line 953) | constructor() { method btnEl (line 959) | get btnEl(): DebugElement { method btnComp (line 963) | get btnComp(): NzUploadBtnComponent { method getByCss (line 967) | getByCss(css: string): DebugElement { method postFile (line 971) | postFile(files: NzSafeAny): this { method postSmall (line 977) | postSmall(): this { method postLarge (line 982) | postLarge(): this { method expectChange (line 987) | expectChange(type: string = 'start'): this { method expectLength (line 992) | expectLength(value: number = 0): this { class TestUploadComponent (line 1476) | @Component({ method nzChange (line 1573) | nzChange(value: NzUploadChangeParam): void { method nzFileListChange (line 1577) | nzFileListChange(value: NzSafeAny): void { class TestUploadBtnComponent (line 1584) | @Component({ FILE: components/version/version.ts constant VERSION (line 8) | const VERSION = new Version('21.2.0'); FILE: components/watermark/demo/basic.ts class NzDemoWatermarkBasicComponent (line 14) | class NzDemoWatermarkBasicComponent {} FILE: components/watermark/demo/custom.ts class NzDemoWatermarkCustomComponent (line 130) | class NzDemoWatermarkCustomComponent implements OnInit { method constructor (line 151) | constructor(private cdr: ChangeDetectorRef) {} method ngOnInit (line 153) | ngOnInit(): void { method changeColor (line 165) | changeColor(value: { color: NzColor; format: string }): void { FILE: components/watermark/demo/image.ts class NzDemoWatermarkImageComponent (line 18) | class NzDemoWatermarkImageComponent {} FILE: components/watermark/demo/multi-line.ts class NzDemoWatermarkMultiLineComponent (line 14) | class NzDemoWatermarkMultiLineComponent {} FILE: components/watermark/typings.ts type FontType (line 6) | interface FontType { type MarkStyleType (line 14) | interface MarkStyleType { type MarkStyleCanvasType (line 27) | interface MarkStyleCanvasType extends MarkStyleType { FILE: components/watermark/util.ts function getPixelRatio (line 9) | function getPixelRatio(): number { function toLowercaseSeparator (line 13) | function toLowercaseSeparator(key: keyof MarkStyleCanvasType): string { function getStyleStr (line 17) | function getStyleStr(style: MarkStyleCanvasType): string { function reRendering (line 26) | function reRendering(mutation: MutationRecord, watermarkElement?: HTMLEl... function rotateWatermark (line 40) | function rotateWatermark(ctx: CanvasRenderingContext2D, rotateX: number,... FILE: components/watermark/watermark.component.ts class NzWatermarkComponent (line 47) | class NzWatermarkComponent implements OnInit, OnChanges { method constructor (line 70) | constructor() { method ngOnInit (line 92) | ngOnInit(): void { method ngOnChanges (line 100) | ngOnChanges(changes: SimpleChanges): void { method getFont (line 121) | getFont(): void { method getMarkStyle (line 134) | getMarkStyle(): MarkStyleType { method destroyWatermark (line 165) | destroyWatermark(): void { method appendWatermark (line 171) | appendWatermark(base64Url: string, markWidth: number): void { method getMarkSize (line 191) | getMarkSize(ctx: CanvasRenderingContext2D): [number, number] { method fillTexts (line 204) | fillTexts(ctx: CanvasRenderingContext2D, drawX: number, drawY: number,... method drawText (line 218) | drawText( method renderWatermark (line 240) | renderWatermark(): void { FILE: components/watermark/watermark.module.ts class NzWatermarkModule (line 14) | class NzWatermarkModule {} FILE: components/watermark/watermark.spec.ts class NzTestWatermarkBasicComponent (line 159) | class NzTestWatermarkBasicComponent { FILE: schematics/ng-add/index.ts function applyTemplate (line 53) | function applyTemplate(options: Schema): Rule { FILE: schematics/ng-add/schema.ts type Locale (line 6) | type Locale = type ProjectTemplate (line 44) | enum ProjectTemplate { type Schema (line 51) | interface Schema { FILE: schematics/ng-add/setup-project/add-icon-assets.ts function addIconToAssets (line 21) | function addIconToAssets(options: Schema): Rule { FILE: schematics/ng-add/setup-project/add-required-providers.ts function addRequiredProviders (line 11) | function addRequiredProviders(options: Schema): Rule { function addAnimations (line 17) | function addAnimations(options: Schema): Rule { FILE: schematics/ng-add/setup-project/hammerjs-import.ts function hammerjsImport (line 17) | function hammerjsImport(options: Schema): Rule { FILE: schematics/ng-add/setup-project/register-locale.ts function registerLocale (line 30) | function registerLocale(options: Schema): Rule { function safeInsertImport (line 47) | function safeInsertImport(moduleSource: ts.SourceFile | undefined, fileP... function registerLocaleInAppModule (line 112) | function registerLocaleInAppModule(mainFile: string, options: Schema): R... function registerLocaleInStandaloneApp (line 131) | function registerLocaleInStandaloneApp(mainFile: string, options: Schema... function registerLocaleData (line 177) | function registerLocaleData(moduleSource: ts.SourceFile, modulePath: str... function insertI18nTokenProvide (line 224) | function insertI18nTokenProvide(moduleSource: ts.SourceFile, modulePath:... FILE: schematics/ng-add/setup-project/theming.ts function addThemeToAppStyles (line 23) | function addThemeToAppStyles(options: Schema): Rule { function insertCustomTheme (line 38) | async function insertCustomTheme(projectName: string, host: Tree, logger... function addThemeStyleToTarget (line 73) | function addThemeStyleToTarget( function validateDefaultTargetBuilder (line 127) | function validateDefaultTargetBuilder(project: ProjectDefinition): boole... FILE: schematics/ng-component/index.spec.ts function generateModuleContent (line 35) | function generateModuleContent(moduleName: string): string { FILE: schematics/ng-component/schema.ts type Schema (line 8) | interface Schema extends ZorroComponentOptions { FILE: schematics/ng-generate/blank/schema.ts type Schema (line 6) | interface Schema { FILE: schematics/ng-generate/side-menu/index.ts function addModules (line 87) | function addModules(project: string): Rule { function addIconsProvider (line 96) | function addIconsProvider(project: string, mainFile: string): Rule { function importIconDefinitions (line 105) | function importIconDefinitions(mainFile: string): Rule { FILE: schematics/ng-generate/side-menu/schema.ts type Schema (line 8) | interface Schema extends ApplicationSchema { FILE: schematics/ng-generate/topnav/index.ts function addModules (line 82) | function addModules(project: string): Rule { FILE: schematics/ng-generate/topnav/schema.ts type Schema (line 8) | interface Schema extends ApplicationSchema { FILE: schematics/ng-update/data/import-specifiers.ts type ImportSpecifierUpgradeData (line 8) | interface ImportSpecifierUpgradeData { FILE: schematics/ng-update/index.ts function updateToV21 (line 14) | function updateToV21(): Rule { function postUpdate (line 24) | function postUpdate(context: SchematicContext, targetVersion: TargetVers... FILE: schematics/ng-update/migrations/class-names.ts class ClassNamesMigration (line 19) | class ClassNamesMigration extends Migration { method visitNode (line 35) | visitNode(node: ts.Node): void { method visitIdentifier (line 42) | private visitIdentifier(identifier: ts.Identifier): void { method _createFailureWithReplacement (line 74) | private _createFailureWithReplacement(identifier: ts.Identifier): void { FILE: schematics/ng-update/migrations/import-specifiers.ts class ImportSpecifiersMigration (line 14) | class ImportSpecifiersMigration extends Migration { method visitNode (line 22) | visitNode(node: ts.Node): void { method visitImportDeclaration (line 28) | private visitImportDeclaration(node: ts.ImportDeclaration): void { method _createFailureWithReplacement (line 35) | private _createFailureWithReplacement(identifier: ts.ImportDeclaration... FILE: schematics/ng-update/migrations/input-names.ts class InputNamesMigration (line 25) | class InputNamesMigration extends Migration { method visitStylesheet (line 32) | override visitStylesheet(stylesheet: ResolvedResource): void { method visitTemplate (line 50) | override visitTemplate(template: ResolvedResource): void { method _replaceInputName (line 75) | private _replaceInputName( FILE: schematics/ng-update/migrations/output-names.ts class OutputNamesMigration (line 21) | class OutputNamesMigration extends Migration { method visitTemplate (line 28) | override visitTemplate(template: ResolvedResource): void { method _replaceOutputName (line 53) | private _replaceOutputName( FILE: schematics/ng-update/upgrade-data.ts type NzUpgradeData (line 30) | interface NzUpgradeData extends UpgradeData { function getVersionUpgradeData (line 55) | function getVersionUpgradeData< FILE: schematics/ng-update/upgrade-rules/checks/calendar-input-rule.ts class CalendarTemplateRule (line 8) | class CalendarTemplateRule extends Migration { method visitTemplate (line 12) | visitTemplate(template: ResolvedResource): void { FILE: schematics/ng-update/upgrade-rules/checks/carousel-like-template-rule.ts class CarouselTemplateRule (line 8) | class CarouselTemplateRule extends Migration { method visitTemplate (line 12) | visitTemplate(template: ResolvedResource): void { FILE: schematics/ng-update/upgrade-rules/checks/dropdown-class-rule.ts class DropdownClassRule (line 10) | class DropdownClassRule extends Migration { method visitNode (line 14) | visitNode(node: ts.Node): void { method _visitIdentifier (line 20) | private _visitIdentifier(identifier: ts.Identifier): void { FILE: schematics/ng-update/upgrade-rules/checks/dropdown-template-rule.ts class DropdownTemplateRule (line 15) | class DropdownTemplateRule extends Migration { method visitTemplate (line 27) | visitTemplate(template: ResolvedResource): void { FILE: schematics/ng-update/upgrade-rules/checks/form-template-rule.ts class FormTemplateRule (line 10) | class FormTemplateRule extends Migration { method visitTemplate (line 22) | visitTemplate(template: ResolvedResource): void { FILE: schematics/ng-update/upgrade-rules/checks/global-config-rule.ts class GlobalConfigRule (line 8) | class GlobalConfigRule extends InjectionTokenRule { method getFailure (line 11) | getFailure(token: string): string { FILE: schematics/ng-update/upgrade-rules/checks/grid-template-rule.ts class GridTemplateRule (line 13) | class GridTemplateRule extends Migration { method visitTemplate (line 17) | visitTemplate(template: ResolvedResource): void { FILE: schematics/ng-update/upgrade-rules/checks/icon-template-rule.ts class IconTemplateRule (line 10) | class IconTemplateRule extends Migration { method visitTemplate (line 14) | visitTemplate(template: ResolvedResource): void { FILE: schematics/ng-update/upgrade-rules/checks/injection-token-rule.ts method visitNode (line 15) | visitNode(node: ts.Node): void { method _visitImportDeclaration (line 21) | private _visitImportDeclaration(node: ts.ImportDeclaration): void { method _checkInjectionToken (line 34) | private _checkInjectionToken(namedImports: ts.NamedImports): void { FILE: schematics/ng-update/upgrade-rules/checks/modal-template-rule.ts class ModalTemplateRule (line 12) | class ModalTemplateRule extends Migration { method visitTemplate (line 16) | visitTemplate(template: ResolvedResource): void { FILE: schematics/ng-update/upgrade-rules/checks/secondary-entry-points-rule.ts class SecondaryEntryPointsRule (line 10) | class SecondaryEntryPointsRule extends Migration { method visitNode (line 13) | visitNode(declaration: ts.Node): void { FILE: schematics/ng-update/upgrade-rules/checks/space-template-rule.ts class SpaceTemplateRule (line 10) | class SpaceTemplateRule extends Migration { method visitTemplate (line 14) | visitTemplate(template: ResolvedResource): void { FILE: schematics/ng-update/upgrade-rules/checks/table-template-rule.ts class TableTemplateRule (line 12) | class TableTemplateRule extends Migration { method visitTemplate (line 16) | visitTemplate(template: ResolvedResource): void { FILE: schematics/ng-update/upgrade-rules/checks/tooltip-like-template-rule.ts class TooltipLikeTemplateRule (line 15) | class TooltipLikeTemplateRule extends Migration { method visitTemplate (line 30) | visitTemplate(template: ResolvedResource): void { FILE: schematics/testing/test-app.ts function createTestApp (line 12) | async function createTestApp(runner: SchematicTestRunner, appOptions = {... FILE: schematics/testing/test-project.ts function createTestProject (line 10) | async function createTestProject( FILE: schematics/utils/apply-changes.ts function applyChangesToFile (line 9) | function applyChangesToFile(host: Tree, filePath: string, changes: Chang... FILE: schematics/utils/build-component.ts function findClassDeclarationParent (line 39) | function findClassDeclarationParent(node: ts.Node): ts.ClassDeclaration ... function getFirstNgModuleName (line 47) | function getFirstNgModuleName(source: ts.SourceFile): string | undefined { type ZorroComponentOptions (line 65) | interface ZorroComponentOptions extends ComponentOptions { function buildDefaultPath (line 74) | function buildDefaultPath(project: ProjectDefinition): string { function readIntoSourceFile (line 88) | function readIntoSourceFile(host: Tree, modulePath: string): ts.SourceFi... function getModuleClassnamePrefix (line 97) | function getModuleClassnamePrefix(source: ts.SourceFile): string { function addDeclarationToNgModule (line 107) | function addDeclarationToNgModule(options: ZorroComponentOptions): Rule { function buildSelector (line 163) | function buildSelector(options: ZorroComponentOptions, projectPrefix: st... function indentTextContent (line 182) | function indentTextContent(text: string, numSpaces: number): string { function buildComponent (line 196) | function buildComponent(options: ZorroComponentOptions, additionalFiles:... FILE: schematics/utils/config.ts function getDefaultComponentOptions (line 15) | async function getDefaultComponentOptions(project?: string): Promise = T extends Array ? U : never; type Element (line 15) | type Element = DefaultTreeAdapterMap['element']; type ChildNode (line 16) | type ChildNode = DefaultTreeAdapterMap['childNode']; type Attribute (line 17) | type Attribute = ArrayItem; function findElementWithoutStructuralDirective (line 25) | function findElementWithoutStructuralDirective(html: string, tagName: st... function findElementWithTag (line 52) | function findElementWithTag(html: string, tagName: string): number[] { function findElementWithClassName (line 75) | function findElementWithClassName(html: string, className: string, tagNa... FILE: schematics/utils/ng-update/module-specifiers.ts function isNgZorroImportDeclaration (line 12) | function isNgZorroImportDeclaration(node: ts.Node): boolean { function isNgZorroExportDeclaration (line 16) | function isNgZorroExportDeclaration(node: ts.Node): boolean { function isNgZorroDeclaration (line 20) | function isNgZorroDeclaration(declaration: ts.ImportDeclaration | ts.Exp... FILE: schematics/utils/project-style.ts function getProjectStyle (line 11) | function getProjectStyle(project: ProjectDefinition): Style { FILE: schematics/utils/root-module.ts function readIntoSourceFile (line 20) | function readIntoSourceFile(host: Tree, modulePath: string): ts.SourceFi... function addModule (line 30) | function addModule(moduleName: string, modulePath: string, projectName: ... function addDeclaration (line 39) | function addDeclaration(componentName: string, componentPath: string, pr... FILE: scripts/build-config.ts type BuildConfig (line 9) | interface BuildConfig { constant BUILD_CONFIG_FILENAME (line 19) | const BUILD_CONFIG_FILENAME = 'build-config.js'; function findBuildConfig (line 21) | function findBuildConfig(): string { FILE: scripts/build/compile-styles.ts function compileLess (line 15) | async function compileLess( function compile (line 44) | async function compile(): Promise { function needTransformStyle (line 139) | function needTransformStyle(content: string): boolean { FILE: scripts/build/generate-less-vars.ts function generateLessVars (line 14) | function generateLessVars(): void { FILE: scripts/build/less.d.ts type ConvertOption (line 7) | interface ConvertOption { class LessPluginCleanCSS (line 22) | class LessPluginCleanCSS extends LessPlugin {} class NpmImportPlugin (line 26) | class NpmImportPlugin extends LessPlugin {} FILE: scripts/build/migration-styles.ts function copyStylesToSrc (line 18) | function copyStylesToSrc(): void { FILE: scripts/generate-llms.ts function generateLLms (line 14) | async function generateLLms(): Promise { FILE: scripts/gulp/util/task-helpers.ts function cleanTask (line 12) | function cleanTask(patterns: string | string[]): TaskFunction { function execTask (line 19) | function execTask(binPath: string, args: string[], env = {}): TaskFuncti... FILE: scripts/prerender/minify.ts function minifyJs (line 18) | async function minifyJs(content: string): Promise { function minifyHtml (line 22) | async function minifyHtml(content: string): Promise { function minifyJson (line 42) | async function minifyJson(content: string): Promise { function minifyFile (line 56) | async function minifyFile(filePath: string, type: 'svg' | 'html' | 'json... FILE: scripts/prerender/ngsw-config.ts type Local (line 15) | type Local = 'en' | 'zh'; function minifyFiles (line 25) | async function minifyFiles(): Promise { function runNGSWConfig (line 36) | async function runNGSWConfig(): Promise { function setLocalizedIndex (line 49) | async function setLocalizedIndex(local: Local): Promise { function saveAsNGSWConfig (line 54) | async function saveAsNGSWConfig(local: Local): Promise { function rewriteConfig (line 60) | async function rewriteConfig(local: Local): Promise { FILE: scripts/prerender/sitemap.ts constant PRERENDERED_ROUTES_PATH (line 21) | const PRERENDERED_ROUTES_PATH = resolve(buildConfig.outputDir, 'prerende... function loadRoutes (line 23) | function loadRoutes(): string[] { function generateUrls (line 29) | function generateUrls(lang: 'zh' | 'en'): SitemapItemLoose[] { function generateSitemap (line 49) | function generateSitemap(): void { FILE: scripts/prerender/types.d.ts type Sitemap (line 7) | interface Sitemap { FILE: scripts/release/git-client.ts class GitClient (line 8) | class GitClient { method constructor (line 9) | constructor( method spawnGitProcess (line 14) | spawnGitProcess(args: string[], printStderr: boolean = true): SpawnSyn... method clone (line 22) | clone(): void { method stageAllChanges (line 26) | stageAllChanges(): boolean { method createNewCommit (line 30) | createNewCommit(message: string): boolean { method checkoutNewBranch (line 34) | checkoutNewBranch(branchName: string): boolean { method pushBranchToRemote (line 38) | pushBranchToRemote(branchName: string, force: boolean = false, remoteN... FILE: scripts/release/parse-version.ts type Version (line 6) | interface Version { function validVersion (line 16) | function validVersion(version: string): boolean { function parseVersion (line 20) | function parseVersion(version: string): Version | null { function checkVersionNumber (line 36) | function checkVersionNumber(cur: string, next: string): boolean { FILE: scripts/release/release-site.ts function releaseSite (line 16) | function releaseSite(version: string): boolean { FILE: scripts/release/release.ts function run (line 39) | async function run(): Promise { function hasUncommittedChanges (line 85) | function hasUncommittedChanges(): boolean { function getUpstreamRemoteName (line 92) | function getUpstreamRemoteName(): string | null { function getRemoteUrl (line 108) | function getRemoteUrl(remote: string): string { function bumpVersion (line 119) | async function bumpVersion(): Promise { function fetchUpstream (line 148) | function fetchUpstream(): void { function updateChangelog (line 169) | async function updateChangelog(): Promise { function buildRelease (line 186) | function buildRelease(): void { function pushLibraryRelease (line 192) | function pushLibraryRelease(): void { function pushSiteRelease (line 203) | function pushSiteRelease(): void { function getCurrentVersion (line 210) | function getCurrentVersion(): string { FILE: scripts/schematics/copy-resources.ts function mergeDemoCollection (line 17) | function mergeDemoCollection(): void { function copyResources (line 30) | function copyResources(): void { FILE: scripts/schematics/demo2schematics.ts type DemoMeta (line 13) | interface DemoMeta { constant TEST_FILE_CONTENT (line 27) | const TEST_FILE_CONTENT = function getComponentPaths (line 53) | function getComponentPaths(): string[] { function parse (line 57) | function parse(filePath: string): DemoMeta { function getTemplate (line 77) | function getTemplate(fileContent: string): string { function getStyles (line 82) | function getStyles(fileContent: string): string { function getClassName (line 87) | function getClassName(fileContent: string): string { function getSelector (line 92) | function getSelector(fileContent: string): string { function replaceTemplate (line 97) | function replaceTemplate(demoComponent: DemoMeta): string { function createSchematic (line 105) | function createSchematic(demoComponent: DemoMeta): void { function generate (line 137) | function generate(): void { FILE: scripts/schematics/set-version.ts function setVersion (line 12) | function setVersion(): void { FILE: scripts/site/doc/app/app.component.ts type DocPageMeta (line 35) | interface DocPageMeta { class AppComponent (line 75) | class AppComponent implements OnInit { method constructor (line 98) | constructor() { method switchLanguage (line 108) | switchLanguage(language: string): void { method initTheme (line 114) | initTheme(): void { method onThemeChange (line 119) | onThemeChange(theme: SiteTheme, notification: boolean = true): void { method setPage (line 168) | setPage(url: string): void { method getLanguageFromURL (line 175) | private getLanguageFromURL(url: string): 'en' | 'zh' | null { method ngOnInit (line 183) | ngOnInit(): void { method updateMetaTitle (line 274) | updateMetaTitle(title: string = 'NG-ZORRO | Angular UI component libra... method updateDocMetaAndLocale (line 286) | updateDocMetaAndLocale(description?: string, keywords?: string, path?:... method addHreflang (line 320) | private addHreflang(href: string): void { method changeColor (line 346) | changeColor(res: { color: NzColor; format: string }): void { method addWindowWidthListener (line 355) | private addWindowWidthListener(): void { method detectLanguage (line 361) | private detectLanguage(): void { FILE: scripts/site/doc/app/app.service.ts type DemoCode (line 7) | interface DemoCode { constant RESPONSIVE_XXS (line 12) | const RESPONSIVE_XXS = 768; constant RESPONSIVE_XS (line 13) | const RESPONSIVE_XS = 1120; constant RESPONSIVE_SM (line 14) | const RESPONSIVE_SM = 1200; type SiteTheme (line 16) | type SiteTheme = 'default' | 'dark' | 'compact' | 'aliyun'; class AppService (line 21) | class AppService { method getCode (line 42) | getCode(componentId: string): Observable { FILE: scripts/site/doc/app/app.token.ts constant APP_PAGE (line 3) | const APP_PAGE = new InjectionToken>('ap... FILE: scripts/site/doc/app/codebox/codebox.component.ts class NzCodeBoxComponent (line 37) | class NzCodeBoxComponent { method nzIframeSource (line 67) | set nzIframeSource(value: string) { method navigateToFragment (line 73) | navigateToFragment(): void { method copyCode (line 79) | copyCode(): void { method copyGenerateCommand (line 89) | copyGenerateCommand(command: string): void { method expandCode (line 95) | expandCode(expanded: boolean): void { method openOnlineIDE (line 102) | openOnlineIDE(): void { method getDemoCode (line 110) | private getDemoCode(): Observable { FILE: scripts/site/doc/app/codebox/highlight.component.ts class NzHighlightComponent (line 15) | class NzHighlightComponent { FILE: scripts/site/doc/app/component-meta/component-meta.component.ts class ComponentMetaComponent (line 39) | class ComponentMetaComponent { method sourceCode (line 50) | get sourceCode(): string { method openIssues (line 54) | get openIssues(): string { method reportIssue (line 58) | get reportIssue(): string { method usage (line 79) | get usage(): string { method usageTooltipVisibleChange (line 102) | usageTooltipVisibleChange(visible: boolean): void { method copy (line 108) | copy(): void { FILE: scripts/site/doc/app/components-overview/components-overview.component.ts class ComponentsOverviewComponent (line 50) | class ComponentsOverviewComponent { method constructor (line 77) | constructor() { method onSearchAffixed (line 95) | onSearchAffixed(affixed: boolean): void { method onSearch (line 99) | onSearch(searchValue: string): void { method scrollIntoView (line 103) | private scrollIntoView(): void { FILE: scripts/site/doc/app/components-overview/routes.ts constant COMPONENTS_OVERVIEW_ROUTES (line 3) | const COMPONENTS_OVERVIEW_ROUTES: Routes = [ FILE: scripts/site/doc/app/contributors-list/contributors-list.component.ts type GithubCommit (line 13) | interface GithubCommit { type Contributor (line 25) | interface Contributor { class ContributorsListComponent (line 52) | class ContributorsListComponent implements OnInit { method constructor (line 64) | constructor() { method ngOnInit (line 70) | ngOnInit(): void { method reloadContributors (line 102) | reloadContributors(): void { method getContributors (line 108) | getContributors(path: string): void { FILE: scripts/site/doc/app/fixed-widgets/fixed-widgets.component.ts class FixedWidgetsComponent (line 35) | class FixedWidgetsComponent { FILE: scripts/site/doc/app/fixed-widgets/theming-icon.ts class ThemingIcon (line 20) | class ThemingIcon {} FILE: scripts/site/doc/app/footer/footer-col.component.ts class FooterColComponent (line 14) | class FooterColComponent { FILE: scripts/site/doc/app/footer/footer-item.component.ts class FooterItemComponent (line 29) | class FooterItemComponent { FILE: scripts/site/doc/app/footer/footer.component.ts class FooterComponent (line 116) | class FooterComponent { FILE: scripts/site/doc/app/header/github-button.component.ts class GithubButtonComponent (line 39) | class GithubButtonComponent implements OnInit { method ngOnInit (line 47) | ngOnInit(): void { method getStar (line 53) | private getStar(): void { FILE: scripts/site/doc/app/header/header.component.ts class HeaderComponent (line 43) | class HeaderComponent { method getVersionLabel (line 72) | getVersionLabel(version: string): string { method onFocusChange (line 84) | onFocusChange(focus: boolean): void { method toggleLanguage (line 88) | toggleLanguage(): void { method toggleDirection (line 92) | toggleDirection(): void { method navigateToVersion (line 101) | navigateToVersion(version: string): void { FILE: scripts/site/doc/app/header/navigation.component.ts class NavigationComponent (line 67) | class NavigationComponent { method changeLanguage (line 72) | changeLanguage(): void { FILE: scripts/site/doc/app/header/searchbar.component.ts class SearchbarComponent (line 44) | class SearchbarComponent { method constructor (line 54) | constructor() { method triggerFocus (line 62) | triggerFocus(focus: boolean): void { method onKeyUp (line 71) | onKeyUp(event: KeyboardEvent): void { method init (line 77) | init(): void { FILE: scripts/site/doc/app/nav-bottom/nav-bottom.component.ts class NavBottomComponent (line 37) | class NavBottomComponent { method constructor (line 41) | constructor() { FILE: scripts/site/doc/app/nav-progress-bar/nav-progress-bar.component.ts class NavProgressBar (line 16) | class NavProgressBar { FILE: scripts/site/doc/app/online-ide/online-ide.service.ts class OnlineIdeService (line 16) | class OnlineIdeService { method openOnStackBlitz (line 17) | openOnStackBlitz(componentName: string, appComponentCode: string, sele... FILE: scripts/site/doc/app/router.ts constant ROUTER_LIST (line 4) | const ROUTER_LIST: RouterList = { constant DEMO_ROUTES (line 9) | const DEMO_ROUTES: Routes = []; FILE: scripts/site/doc/app/share/share.module.ts class ShareModule (line 53) | class ShareModule {} FILE: scripts/site/doc/app/side/side.component.ts type I18n (line 14) | type I18n = { class SideComponent (line 25) | class SideComponent { FILE: scripts/site/doc/app/types.ts type IntroRouter (line 1) | interface IntroRouter { type ComponentChildRouter (line 12) | interface ComponentChildRouter { type ComponentRouter (line 32) | interface ComponentRouter { type RouterList (line 39) | interface RouterList { FILE: scripts/site/doc/app/utils/load-script.ts function loadScript (line 1) | function loadScript(url: string): Promise { FILE: scripts/site/generate-site.ts function nameWithoutSuffixUtil (line 23) | function nameWithoutSuffixUtil(name: string): string { function getPageDemo (line 28) | function getPageDemo(componentDirPath: string): ComponentDemoPage | unde... function generate (line 57) | function generate(target: string): void { FILE: scripts/site/generate-theme.ts function generateTheme (line 22) | async function generateTheme(vars: Record, file... function generateAllTheme (line 36) | function generateAllTheme(): Promise { FILE: scripts/site/markdown/index.ts method highlight (line 14) | highlight(code, lang) { FILE: scripts/site/markdown/renderer.ts constant DIRECTIVE_REGEX (line 10) | const DIRECTIVE_REGEX = /^\[[a-zA-Z-]+]/; constant SERVICE_REGEX (line 11) | const SERVICE_REGEX = /^Nz[a-zA-Z]+Service$/; function createLabel (line 13) | function createLabel(label: 'component' | 'directive' | 'service'): stri... function getRenderer (line 17) | function getRenderer(marked: Marked): RendererObject { FILE: scripts/site/replace-scope-prefix.ts function replace (line 12) | function replace(path: string): void { FILE: scripts/site/template/demo-component.template.ts method if (line 17) | if (window) { FILE: scripts/site/template/doc-component.template.ts class NzDoc (line 9) | class NzDoc{ method if (line 11) | if (window) { FILE: scripts/site/template/router.template.ts constant ROUTER_LIST (line 4) | const ROUTER_LIST: RouterList = { constant DEMO_ROUTES (line 9) | const DEMO_ROUTES: Routes = [ FILE: scripts/site/types.ts type Language (line 6) | type Language = 'zh' | 'en'; type I18n (line 7) | interface I18n { type IframeMeta (line 12) | interface IframeMeta { type I18nTitle (line 23) | interface I18nTitle { type ComponentIndexDocMeta (line 34) | interface ComponentIndexDocMeta { type ComponentIndexDocMetaToc (line 97) | type ComponentIndexDocMetaToc = boolean | ComponentIndexDocMetaTocConfig; type ComponentIndexDocMetaTocConfig (line 99) | interface ComponentIndexDocMetaTocConfig { type ComponentIndexDocMap (line 107) | type ComponentIndexDocMap = Record>; type ComponentIndexDoc (line 109) | interface ComponentIndexDoc { type ComponentDemoDocMeta (line 128) | interface ComponentDemoDocMeta { type ComponentDemoDoc (line 155) | interface ComponentDemoDoc { type ComponentDemoPage (line 187) | interface ComponentDemoPage { type ComponentDemo (line 202) | interface ComponentDemo { type IntroRouter (line 229) | interface IntroRouter { type ComponentChildRouter (line 240) | interface ComponentChildRouter { type ComponentRouter (line 260) | interface ComponentRouter { type RouterList (line 267) | interface RouterList { FILE: scripts/site/utils/angular-non-bindable.ts function angularNonBindAble (line 9) | function angularNonBindAble(content: string): string { FILE: scripts/site/utils/generate-code-box.ts function generateCodeBox (line 14) | function generateCodeBox( FILE: scripts/site/utils/generate-demo-code-files.ts function generateDemoCodeFiles (line 15) | function generateDemoCodeFiles(content: ComponentDemo, sitePath: string)... FILE: scripts/site/utils/generate-demo.ts function generateDemo (line 21) | function generateDemo(showCaseComponentPath: string, result: ComponentDe... function generateDemoImports (line 36) | function generateDemoImports(content: ComponentDemo): { imports: string;... function generateComponentName (line 51) | function generateComponentName(component: string, language: string): str... function generatePageDemoComponent (line 55) | function generatePageDemoComponent(content: ComponentDemo): I18n { function generateDemoComponent (line 71) | function generateDemoComponent(content: ComponentDemo): I18n { function generateTemplate (line 110) | function generateTemplate(result: ComponentDemo): I18n { function wrapperAPI (line 144) | function wrapperAPI(content: string): string { function wrapperHeader (line 148) | function wrapperHeader( function wrapperAll (line 210) | function wrapperAll(toc: string, header: string, content: string): string { function generateToc (line 214) | function generateToc(language: keyof I18nTitle, name: string, demoMap: R... function generateExample (line 234) | function generateExample(result: ComponentDemo): I18n { function retrieveEntryComponents (line 269) | function retrieveEntryComponents(plainCode: string): string[] { FILE: scripts/site/utils/generate-docs.ts function generateDocs (line 24) | function generateDocs(rootPath: string, docsMap: Record