You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"nz-breadcrumb.nzRouteFn.description": "Format breadcrumb item route, normally used in international app to bind current params or query strings to avoid losing them while navigate using breadcrumb. It should be used when `nzAutoGenerate` is `true`",
148
148
"nz-button.title": "Button",
149
149
"nz-button.whenToUse": "A button means an operation (or a series of operations). Clicking a button will trigger corresponding business logic.",
150
-
"nz-button.description": "Note:nz-button is a Directive, it accepts all props which are supported by [native button](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/button).",
150
+
"nz-button.description": "Note: nz-button is a Directive, it accepts all props which are supported by [native button](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/button).",
151
151
"nz-button.disabled.description": "prevents a user from interacting with the button",
152
152
"nz-button.nzGhost.description": "make background transparent and invert text and border colors",
153
153
"nz-button.nzLoading.description": "set the loading status of button",
"nz-cascader.nzVariant.description": "Variants of Cascader",
249
250
"nz-cascader.ngModelChange.description": "emit on values change",
250
251
"nz-cascader.nzClear.description": "emit on clear values",
251
-
"nz-cascader.nzVisibleChange.description": "emit on popup menu visible or hide",
252
252
"nz-cascader.nzRemoved.description": "emit on selected item removed when `nzMultiple` is `true`",
253
253
"nz-cascader.nzSelectionChange.description": "emit on values change",
254
+
"nz-cascader.nzOpenChange.description": "emit on popup menu open or close",
255
+
"nz-cascader.nzVisibleChange.description": "emit on popup menu visible or hide, deprecated, use `(nzOpenChange)` instead",
254
256
"nz-check-list.title": "CheckList",
255
257
"nz-check-list.whenToUse": "If the current page business logic is too complex, and with a more mandatory sequential flow control, then you can use this component to help you simplify the process.",
"nz-form-label.nzLabelWrap.description": "whether label can be wrap",
591
594
"nz-form-control.title": "Form",
592
595
"nz-form-control.whenToUse": "- When you need to create an instance or collect information.\n- When you need to validate fields in certain rules.",
593
-
"nz-form-control.description": "Note:Due to the lack of partial Observable in [Angular Form](https://github.com/angular/angular/issues/10887), you\nhave to notify `nz-form-control` to update its status with `updateValueAndValidity` when you update form status using\nmethods like `markAsDirty`.",
596
+
"nz-form-control.description": "Note: Due to the lack of partial Observable in [Angular Form](https://github.com/angular/angular/issues/10887), you\nhave to notify `nz-form-control` to update its status with `updateValueAndValidity` when you update form status using\nmethods like `markAsDirty`.",
"nz-space-compact.whenToUse": "- Avoid components clinging together and set a unified space.\n- Use `<nz-space-compact>` when child form components are compactly connected and the border is collapsed.",
1255
-
"nz-space-compact.description": "Use `<nz-space-compact>` when child form components are compactly connected and the border is collapsed. The supported components are:",
1258
+
"nz-space-compact.description": "Use `<nz-space-compact>` when child form components are compactly connected and the border is collapsed. The supported components are:",
1256
1259
"nz-space-compact.nzBlock.description": "Option to fit width to its parent\\'s width",
1257
1260
"nz-space-compact.nzDirection.description": "Set direction of layout",
"nz-upload.nzAccept.description": "File types that can be accepted. See [input accept Attribute](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#attr-accept)",
"nz-upload.nzDirectory.description": "support uploading the whole directory ([caniuse](https://caniuse.com/#feat=input-file-directory))",
1748
-
"nz-upload.nzBeforeUpload.description": "Hook function, which will be executed before uploading. Uploading will be stopped with `false` or an Observable. **Warning: this function is not supported in IE9**. NOTICE: Must use `=>` to define the method.",
1751
+
"nz-upload.nzBeforeUpload.description": "Hook function, which will be executed before uploading. Uploading will be stopped with `false` or an Observable. **Warning: this function is not supported in IE9**. NOTICE: Must use `=>` to define the method.",
1749
1752
"nz-upload.nzCustomRequest.description": "Override for the default XHR behavior allowing for additional customization and the ability to implement your own XMLHttpRequest. NOTICE: Must use `=>` to define the method.",
1750
1753
"nz-upload.nzData.description": "Uploading params or function which can return uploading params. NOTICE: Must use `=>` to define the method.",
0 commit comments