ng-zorro-antd
Advanced tools
Comparing version 14.2.1 to 14.3.0
@@ -19,3 +19,3 @@ /** | ||
static ɵfac: i0.ɵɵFactoryDeclaration<NzCronExpressionInputComponent, never>; | ||
static ɵcmp: i0.ɵɵComponentDeclaration<NzCronExpressionInputComponent, "nz-cron-expression-input", ["nzCronExpression"], { "value": "value"; "label": "label"; }, { "focusEffect": "focusEffect"; "blurEffect": "blurEffect"; "getValue": "getValue"; }, never, never, false>; | ||
static ɵcmp: i0.ɵɵComponentDeclaration<NzCronExpressionInputComponent, "nz-cron-expression-input", ["nzCronExpressionInput"], { "value": "value"; "label": "label"; }, { "focusEffect": "focusEffect"; "blurEffect": "blurEffect"; "getValue": "getValue"; }, never, never, false>; | ||
} |
@@ -18,3 +18,3 @@ /** | ||
static ɵfac: i0.ɵɵFactoryDeclaration<NzCronExpressionLabelComponent, never>; | ||
static ɵcmp: i0.ɵɵComponentDeclaration<NzCronExpressionLabelComponent, "nz-cron-expression-label", ["nzCronExpression"], { "type": "type"; "valid": "valid"; "locale": "locale"; "labelFocus": "labelFocus"; }, {}, never, never, false>; | ||
static ɵcmp: i0.ɵɵComponentDeclaration<NzCronExpressionLabelComponent, "nz-cron-expression-label", ["nzCronExpressionLabel"], { "type": "type"; "valid": "valid"; "locale": "locale"; "labelFocus": "labelFocus"; }, {}, never, never, false>; | ||
} |
@@ -21,2 +21,3 @@ /** | ||
nzExtra?: TemplateRef<void> | null; | ||
nzSemantic: TemplateRef<void> | null; | ||
locale: NzCronExpressionI18nInterface; | ||
@@ -29,3 +30,2 @@ focus: boolean; | ||
nextTimeList: Date[]; | ||
dateTime: Date; | ||
private destroy$; | ||
@@ -50,3 +50,3 @@ validateForm: UntypedFormGroup; | ||
static ɵfac: i0.ɵɵFactoryDeclaration<NzCronExpressionComponent, never>; | ||
static ɵcmp: i0.ɵɵComponentDeclaration<NzCronExpressionComponent, "nz-cron-expression", ["nzCronExpression"], { "nzSize": "nzSize"; "nzType": "nzType"; "nzCollapseDisable": "nzCollapseDisable"; "nzExtra": "nzExtra"; }, {}, never, never, false>; | ||
static ɵcmp: i0.ɵɵComponentDeclaration<NzCronExpressionComponent, "nz-cron-expression", ["nzCronExpression"], { "nzSize": "nzSize"; "nzType": "nzType"; "nzCollapseDisable": "nzCollapseDisable"; "nzExtra": "nzExtra"; "nzSemantic": "nzSemantic"; }, {}, never, never, false>; | ||
} |
@@ -5,6 +5,6 @@ import * as i0 from "@angular/core"; | ||
import * as i3 from "./cron-expression-input.component"; | ||
import * as i4 from "@angular/common"; | ||
import * as i5 from "@angular/forms"; | ||
import * as i6 from "ng-zorro-antd/tooltip"; | ||
import * as i7 from "ng-zorro-antd/collapse"; | ||
import * as i4 from "./cron-expression-preview.component"; | ||
import * as i5 from "@angular/common"; | ||
import * as i6 from "@angular/forms"; | ||
import * as i7 from "ng-zorro-antd/tooltip"; | ||
import * as i8 from "ng-zorro-antd/form"; | ||
@@ -15,4 +15,4 @@ import * as i9 from "ng-zorro-antd/input"; | ||
static ɵfac: i0.ɵɵFactoryDeclaration<NzCronExpressionModule, never>; | ||
static ɵmod: i0.ɵɵNgModuleDeclaration<NzCronExpressionModule, [typeof i1.NzCronExpressionComponent, typeof i2.NzCronExpressionLabelComponent, typeof i3.NzCronExpressionInputComponent], [typeof i4.CommonModule, typeof i5.ReactiveFormsModule, typeof i6.NzToolTipModule, typeof i7.NzCollapseModule, typeof i8.NzFormModule, typeof i9.NzInputModule, typeof i10.NzIconModule, typeof i5.FormsModule], [typeof i1.NzCronExpressionComponent]>; | ||
static ɵmod: i0.ɵɵNgModuleDeclaration<NzCronExpressionModule, [typeof i1.NzCronExpressionComponent, typeof i2.NzCronExpressionLabelComponent, typeof i3.NzCronExpressionInputComponent, typeof i4.NzCronExpressionPreviewComponent], [typeof i5.CommonModule, typeof i6.ReactiveFormsModule, typeof i7.NzToolTipModule, typeof i8.NzFormModule, typeof i9.NzInputModule, typeof i10.NzIconModule, typeof i6.FormsModule], [typeof i1.NzCronExpressionComponent]>; | ||
static ɵinj: i0.ɵɵInjectorDeclaration<NzCronExpressionModule>; | ||
} |
@@ -86,3 +86,3 @@ /** | ||
nzDefaultPickerValue: CompatibleDate | null; | ||
nzSeparator?: string; | ||
nzSeparator?: string | TemplateRef<NzSafeAny>; | ||
nzSuffixIcon: string | TemplateRef<NzSafeAny>; | ||
@@ -89,0 +89,0 @@ nzBackdrop: boolean; |
@@ -24,3 +24,6 @@ /** | ||
nzItemLayout: NzDirectionVHType; | ||
nzRenderItem: TemplateRef<void> | null; | ||
nzRenderItem: TemplateRef<{ | ||
$implicit: NzSafeAny; | ||
index: number; | ||
}> | null; | ||
nzLoading: boolean; | ||
@@ -27,0 +30,0 @@ nzLoadMore: TemplateRef<void> | null; |
{ | ||
"name": "ng-zorro-antd", | ||
"version": "14.2.1", | ||
"version": "14.3.0", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "description": "An enterprise-class UI components based on Ant Design and Angular", |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.hammerjsVersion = exports.zorroVersion = void 0; | ||
exports.zorroVersion = '^14.2.1'; | ||
exports.zorroVersion = '^14.3.0'; | ||
exports.hammerjsVersion = '^2.0.8'; | ||
//# sourceMappingURL=version-names.js.map |
@@ -84,2 +84,3 @@ /** | ||
nzOpen: boolean; | ||
nzSelectOnTab: boolean; | ||
nzBackdrop: boolean; | ||
@@ -153,3 +154,3 @@ nzOptions: NzSelectOptionInterface[]; | ||
static ɵfac: i0.ɵɵFactoryDeclaration<NzSelectComponent, [null, null, null, null, null, null, null, null, { optional: true; }, { optional: true; host: true; }, { optional: true; }, { optional: true; }]>; | ||
static ɵcmp: i0.ɵɵComponentDeclaration<NzSelectComponent, "nz-select", ["nzSelect"], { "nzId": "nzId"; "nzSize": "nzSize"; "nzStatus": "nzStatus"; "nzOptionHeightPx": "nzOptionHeightPx"; "nzOptionOverflowSize": "nzOptionOverflowSize"; "nzDropdownClassName": "nzDropdownClassName"; "nzDropdownMatchSelectWidth": "nzDropdownMatchSelectWidth"; "nzDropdownStyle": "nzDropdownStyle"; "nzNotFoundContent": "nzNotFoundContent"; "nzPlaceHolder": "nzPlaceHolder"; "nzPlacement": "nzPlacement"; "nzMaxTagCount": "nzMaxTagCount"; "nzDropdownRender": "nzDropdownRender"; "nzCustomTemplate": "nzCustomTemplate"; "nzSuffixIcon": "nzSuffixIcon"; "nzClearIcon": "nzClearIcon"; "nzRemoveIcon": "nzRemoveIcon"; "nzMenuItemSelectedIcon": "nzMenuItemSelectedIcon"; "nzTokenSeparators": "nzTokenSeparators"; "nzMaxTagPlaceholder": "nzMaxTagPlaceholder"; "nzMaxMultipleCount": "nzMaxMultipleCount"; "nzMode": "nzMode"; "nzFilterOption": "nzFilterOption"; "compareWith": "compareWith"; "nzAllowClear": "nzAllowClear"; "nzBorderless": "nzBorderless"; "nzShowSearch": "nzShowSearch"; "nzLoading": "nzLoading"; "nzAutoFocus": "nzAutoFocus"; "nzAutoClearSearchValue": "nzAutoClearSearchValue"; "nzServerSearch": "nzServerSearch"; "nzDisabled": "nzDisabled"; "nzOpen": "nzOpen"; "nzBackdrop": "nzBackdrop"; "nzOptions": "nzOptions"; "nzShowArrow": "nzShowArrow"; }, { "nzOnSearch": "nzOnSearch"; "nzScrollToBottom": "nzScrollToBottom"; "nzOpenChange": "nzOpenChange"; "nzBlur": "nzBlur"; "nzFocus": "nzFocus"; }, ["listOfNzOptionComponent", "listOfNzOptionGroupComponent"], never, false>; | ||
static ɵcmp: i0.ɵɵComponentDeclaration<NzSelectComponent, "nz-select", ["nzSelect"], { "nzId": "nzId"; "nzSize": "nzSize"; "nzStatus": "nzStatus"; "nzOptionHeightPx": "nzOptionHeightPx"; "nzOptionOverflowSize": "nzOptionOverflowSize"; "nzDropdownClassName": "nzDropdownClassName"; "nzDropdownMatchSelectWidth": "nzDropdownMatchSelectWidth"; "nzDropdownStyle": "nzDropdownStyle"; "nzNotFoundContent": "nzNotFoundContent"; "nzPlaceHolder": "nzPlaceHolder"; "nzPlacement": "nzPlacement"; "nzMaxTagCount": "nzMaxTagCount"; "nzDropdownRender": "nzDropdownRender"; "nzCustomTemplate": "nzCustomTemplate"; "nzSuffixIcon": "nzSuffixIcon"; "nzClearIcon": "nzClearIcon"; "nzRemoveIcon": "nzRemoveIcon"; "nzMenuItemSelectedIcon": "nzMenuItemSelectedIcon"; "nzTokenSeparators": "nzTokenSeparators"; "nzMaxTagPlaceholder": "nzMaxTagPlaceholder"; "nzMaxMultipleCount": "nzMaxMultipleCount"; "nzMode": "nzMode"; "nzFilterOption": "nzFilterOption"; "compareWith": "compareWith"; "nzAllowClear": "nzAllowClear"; "nzBorderless": "nzBorderless"; "nzShowSearch": "nzShowSearch"; "nzLoading": "nzLoading"; "nzAutoFocus": "nzAutoFocus"; "nzAutoClearSearchValue": "nzAutoClearSearchValue"; "nzServerSearch": "nzServerSearch"; "nzDisabled": "nzDisabled"; "nzOpen": "nzOpen"; "nzSelectOnTab": "nzSelectOnTab"; "nzBackdrop": "nzBackdrop"; "nzOptions": "nzOptions"; "nzShowArrow": "nzShowArrow"; }, { "nzOnSearch": "nzOnSearch"; "nzScrollToBottom": "nzScrollToBottom"; "nzOpenChange": "nzOpenChange"; "nzBlur": "nzBlur"; "nzFocus": "nzFocus"; }, ["listOfNzOptionComponent", "listOfNzOptionGroupComponent"], never, false>; | ||
} |
@@ -7,3 +7,3 @@ /** | ||
import { Direction, Directionality } from '@angular/cdk/bidi'; | ||
import { CdkConnectedOverlay, CdkOverlayOrigin, ConnectedOverlayPositionChange } from '@angular/cdk/overlay'; | ||
import { CdkConnectedOverlay, CdkOverlayOrigin, ConnectedOverlayPositionChange, ConnectionPositionPair } from '@angular/cdk/overlay'; | ||
import { ChangeDetectorRef, ElementRef, EventEmitter, Injector, OnChanges, OnDestroy, OnInit, Renderer2, SimpleChanges, TemplateRef } from '@angular/core'; | ||
@@ -21,2 +21,3 @@ import { ControlValueAccessor } from '@angular/forms'; | ||
export declare function higherOrderServiceFactory(injector: Injector): NzTreeBaseService; | ||
export declare type NzPlacementType = 'bottomLeft' | 'bottomRight' | 'topLeft' | 'topRight' | ''; | ||
export declare class NzTreeSelectComponent extends NzTreeBase implements ControlValueAccessor, OnInit, OnDestroy, OnChanges { | ||
@@ -77,2 +78,3 @@ nzConfigService: NzConfigService; | ||
nzStatus: NzStatus; | ||
nzPlacement: NzPlacementType; | ||
set nzExpandedKeys(value: string[]); | ||
@@ -123,2 +125,3 @@ get nzExpandedKeys(): string[]; | ||
dir: Direction; | ||
positions: ConnectionPositionPair[]; | ||
private destroy$; | ||
@@ -158,3 +161,3 @@ onChange: OnChangeType; | ||
static ɵfac: i0.ɵɵFactoryDeclaration<NzTreeSelectComponent, [null, null, null, null, null, { optional: true; }, null, { optional: true; host: true; }, { optional: true; }, { optional: true; }]>; | ||
static ɵcmp: i0.ɵɵComponentDeclaration<NzTreeSelectComponent, "nz-tree-select", ["nzTreeSelect"], { "nzId": "nzId"; "nzAllowClear": "nzAllowClear"; "nzShowExpand": "nzShowExpand"; "nzShowLine": "nzShowLine"; "nzDropdownMatchSelectWidth": "nzDropdownMatchSelectWidth"; "nzCheckable": "nzCheckable"; "nzHideUnMatched": "nzHideUnMatched"; "nzShowIcon": "nzShowIcon"; "nzShowSearch": "nzShowSearch"; "nzDisabled": "nzDisabled"; "nzAsyncData": "nzAsyncData"; "nzMultiple": "nzMultiple"; "nzDefaultExpandAll": "nzDefaultExpandAll"; "nzCheckStrictly": "nzCheckStrictly"; "nzVirtualItemSize": "nzVirtualItemSize"; "nzVirtualMaxBufferPx": "nzVirtualMaxBufferPx"; "nzVirtualMinBufferPx": "nzVirtualMinBufferPx"; "nzVirtualHeight": "nzVirtualHeight"; "nzExpandedIcon": "nzExpandedIcon"; "nzNotFoundContent": "nzNotFoundContent"; "nzNodes": "nzNodes"; "nzOpen": "nzOpen"; "nzSize": "nzSize"; "nzPlaceHolder": "nzPlaceHolder"; "nzDropdownStyle": "nzDropdownStyle"; "nzDropdownClassName": "nzDropdownClassName"; "nzBackdrop": "nzBackdrop"; "nzStatus": "nzStatus"; "nzExpandedKeys": "nzExpandedKeys"; "nzDisplayWith": "nzDisplayWith"; "nzMaxTagCount": "nzMaxTagCount"; "nzMaxTagPlaceholder": "nzMaxTagPlaceholder"; "nzTreeTemplate": "nzTreeTemplate"; }, { "nzOpenChange": "nzOpenChange"; "nzCleared": "nzCleared"; "nzRemoved": "nzRemoved"; "nzExpandChange": "nzExpandChange"; "nzTreeClick": "nzTreeClick"; "nzTreeCheckBoxChange": "nzTreeCheckBoxChange"; }, ["nzTreeTemplateChild"], never, false>; | ||
static ɵcmp: i0.ɵɵComponentDeclaration<NzTreeSelectComponent, "nz-tree-select", ["nzTreeSelect"], { "nzId": "nzId"; "nzAllowClear": "nzAllowClear"; "nzShowExpand": "nzShowExpand"; "nzShowLine": "nzShowLine"; "nzDropdownMatchSelectWidth": "nzDropdownMatchSelectWidth"; "nzCheckable": "nzCheckable"; "nzHideUnMatched": "nzHideUnMatched"; "nzShowIcon": "nzShowIcon"; "nzShowSearch": "nzShowSearch"; "nzDisabled": "nzDisabled"; "nzAsyncData": "nzAsyncData"; "nzMultiple": "nzMultiple"; "nzDefaultExpandAll": "nzDefaultExpandAll"; "nzCheckStrictly": "nzCheckStrictly"; "nzVirtualItemSize": "nzVirtualItemSize"; "nzVirtualMaxBufferPx": "nzVirtualMaxBufferPx"; "nzVirtualMinBufferPx": "nzVirtualMinBufferPx"; "nzVirtualHeight": "nzVirtualHeight"; "nzExpandedIcon": "nzExpandedIcon"; "nzNotFoundContent": "nzNotFoundContent"; "nzNodes": "nzNodes"; "nzOpen": "nzOpen"; "nzSize": "nzSize"; "nzPlaceHolder": "nzPlaceHolder"; "nzDropdownStyle": "nzDropdownStyle"; "nzDropdownClassName": "nzDropdownClassName"; "nzBackdrop": "nzBackdrop"; "nzStatus": "nzStatus"; "nzPlacement": "nzPlacement"; "nzExpandedKeys": "nzExpandedKeys"; "nzDisplayWith": "nzDisplayWith"; "nzMaxTagCount": "nzMaxTagCount"; "nzMaxTagPlaceholder": "nzMaxTagPlaceholder"; "nzTreeTemplate": "nzTreeTemplate"; }, { "nzOpenChange": "nzOpenChange"; "nzCleared": "nzCleared"; "nzRemoved": "nzRemoved"; "nzExpandChange": "nzExpandChange"; "nzTreeClick": "nzTreeClick"; "nzTreeCheckBoxChange": "nzTreeCheckBoxChange"; }, ["nzTreeTemplateChild"], never, false>; | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
Found 2 instances in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
Found 2 instances in 1 package
40111999
8092
484587