@@ -19,23 +19,23 @@ import { NzCollapseModule } from 'ng-zorro-antd/collapse';
1919
2020## API
2121
22- ### nz-collapse
23-
24- | Property | Description | Type | Default | Global Config |
25- | -------- | ----------- | ---- | ------- | ------------- |
26- | ` [nzAccordion] ` | Accordion mode | ` boolean ` | ` false ` | ✅ |
27- | ` [nzBordered] ` | Set border style | ` boolean ` | ` true ` | ✅ |
28- | ` [nzGhost] ` | Make the collapse borderless and its background transparent | ` boolean ` | ` false ` | ✅ |
29- | ` [nzExpandIconPosition] ` | Set expand icon position | ` 'left' \| 'right' ` | ` left ` | - |
30-
31- ### nz-collapse-panel
32-
33- | Property | Description | Type | Default |
34- | -------- | ----------- | ---- | ------- |
35- | ` [nzDisabled] ` | If ` true ` , panel cannot be opened or closed | ` boolean ` | ` false ` |
36- | ` [nzHeader] ` | Title of the panel | ` string \| TemplateRef<void> ` | - |
37- | ` [nzExpandedIcon] ` | Customize an icon for toggle | ` string \| TemplateRef<void> ` | - |
38- | ` [nzExtra] ` | Extra element in the corner | ` string \| TemplateRef<void> ` | - |
39- | ` [nzShowArrow] ` | Display arrow or not | ` boolean ` | ` true ` | ✅ |
40- | ` [nzActive] ` | Active status of panel, double binding | ` boolean ` | - |
41- | ` (nzActiveChange) ` | Callback function of the active status | ` EventEmitter<boolean> ` | - |
22+ ### nz-collapse: standalone
23+
24+ | Property | Description | Type | Default | Global Config |
25+ | ------------------------ | ----------------------------------------------------------- | --------------- ---- | ------- | ------------- |
26+ | ` [nzAccordion] ` | Accordion mode | ` boolean ` | ` false ` | ✅ |
27+ | ` [nzBordered] ` | Set border style | ` boolean ` | ` true ` | ✅ |
28+ | ` [nzGhost] ` | Make the collapse borderless and its background transparent | ` boolean ` | ` false ` | ✅ |
29+ | ` [nzExpandIconPosition] ` | Set expand icon position | ` 'left' \| 'right' ` | ` left ` | - |
30+
31+ ### nz-collapse-panel: standalone
32+
33+ | Property | Description | Type | Default | Global Config |
34+ | ------------------ | ------------------------------------------- | ----------------------------- | ------- | ------ ------- |
35+ | ` [nzDisabled] ` | If ` true ` , panel cannot be opened or closed | ` boolean ` | ` false ` | - |
36+ | ` [nzHeader] ` | Title of the panel | ` string \| TemplateRef<void> ` | - | - |
37+ | ` [nzExpandedIcon] ` | Customize an icon for toggle | ` string \| TemplateRef<void> ` | - | - |
38+ | ` [nzExtra] ` | Extra element in the corner | ` string \| TemplateRef<void> ` | - | - |
39+ | ` [nzShowArrow] ` | Display arrow or not | ` boolean ` | ` true ` | ✅ |
40+ | ` [nzActive] ` | Active status of panel, double binding | ` boolean ` | - | - |
41+ | ` (nzActiveChange) ` | Callback function of the active status | ` EventEmitter<boolean> ` | - | - |
0 commit comments