@@ -21,64 +21,62 @@ import { NzSkeletonModule } from 'ng-zorro-antd/skeleton';
2121
2222## API
2323
24- ### nz-skeleton
25-
26- | Property | Description | Type | Default |
27- | --- | --- | --- | --- |
28- | ` [nzActive] ` | Show animation effect | ` boolean ` | ` false ` |
29- | ` [nzAvatar] ` | Show avatar placeholder | ` boolean \| NzSkeletonAvatar ` | ` false ` |
30- | ` [nzLoading] ` | Display the skeleton when ` true ` | ` boolean ` | - |
31- | ` [nzParagraph] ` | Show the paragraph placeholder | ` boolean \| NzSkeletonParagraph ` | ` true ` |
32- | ` [nzTitle] ` | Show the title placeholder | ` boolean \| NzSkeletonTitle ` | ` true ` |
33- | ` [nzRound] ` | Show the paragraph and the title radius when ` true ` | ` boolean ` | ` false ` |
24+ ### nz-skeleton: standalone
3425
26+ | Property | Description | Type | Default |
27+ | --------------- | --------------------------------------------------- | -------------------------------- | ------- |
28+ | ` [nzActive] ` | Show animation effect | ` boolean ` | ` false ` |
29+ | ` [nzAvatar] ` | Show avatar placeholder | ` boolean \| NzSkeletonAvatar ` | ` false ` |
30+ | ` [nzLoading] ` | Display the skeleton when ` true ` | ` boolean ` | - |
31+ | ` [nzParagraph] ` | Show the paragraph placeholder | ` boolean \| NzSkeletonParagraph ` | ` true ` |
32+ | ` [nzTitle] ` | Show the title placeholder | ` boolean \| NzSkeletonTitle ` | ` true ` |
33+ | ` [nzRound] ` | Show the paragraph and the title radius when ` true ` | ` boolean ` | ` false ` |
3534
3635### NzSkeletonAvatar
3736
38- | Property | Description | Type | Default |
39- | --- | --- | --- | --- |
40- | ` size ` | Set the avatar size | `number | \ 'large' \| 'small' \| 'default'` | - |
41- | ` shape ` | Set the avatar shape | ` 'circle' \| 'square' ` | - |
37+ | Property | Description | Type | Default |
38+ | -------- | -------------------- | ------------------------------------------- | ---- --- |
39+ | ` size ` | Set the avatar size | ` number \| 'large' \| 'small' \| 'default' ` | - |
40+ | ` shape ` | Set the avatar shape | ` 'circle' \| 'square' ` | - |
4241
4342### NzSkeletonTitle
4443
45- | Property | Description | Type | Default |
46- | --- | --- | --- | --- |
47- | ` width ` | Set the title width | ` number \| string ` | - |
44+ | Property | Description | Type | Default |
45+ | -------- | ------------------- | ------------------ | ---- --- |
46+ | ` width ` | Set the title width | ` number \| string ` | - |
4847
4948### NzSkeletonParagraph
5049
51- | Property | Description | Type | Default |
52- | --- | --- | --- | --- |
53- | ` rows ` | Set the row count of the paragraph | ` number ` | - |
54- | ` width ` | Set the width of the paragraph. When width is an Array, it can set the width of each row. Otherwise, only set the last row width | ` number \| string \| Array<number \| string> ` | - |
50+ | Property | Description | Type | Default |
51+ | -------- | -------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------- | ---- --- |
52+ | ` rows ` | Set the row count of the paragraph | ` number ` | - |
53+ | ` width ` | Set the width of the paragraph. When width is an Array, it can set the width of each row. Otherwise, only set the last row width | ` number \| string \| Array<number \| string> ` | - |
5554
56- ### nz-skeleton-element [ nzType="button"]
55+ ### nz-skeleton-element [ nzType="button"] : standalone
5756
58- | Property | Description | Type | Default |
59- | --- | --- | --- | --- |
60- | ` [nzActive] ` | Show animation effect | ` boolean ` | ` false ` |
61- | ` [nzSize] ` | Set the size | ` 'large' \| 'small' \| 'default' ` | ` 'default' ` |
62- | ` [nzShape] ` | Set the shape | ` 'circle' \| 'round' \| 'default' ` | ` 'default' ` |
57+ | Property | Description | Type | Default |
58+ | ------------ | --------------------- | ---------------------------------- | -------- --- |
59+ | ` [nzActive] ` | Show animation effect | ` boolean ` | ` false ` |
60+ | ` [nzSize] ` | Set the size | ` 'large' \| 'small' \| 'default' ` | ` 'default' ` |
61+ | ` [nzShape] ` | Set the shape | ` 'circle' \| 'round' \| 'default' ` | ` 'default' ` |
6362
64- ### nz-skeleton-element [ nzType="avatar"]
63+ ### nz-skeleton-element [ nzType="avatar"] : standalone
6564
66- | Property | Description | Type | Default |
67- | --- | --- | --- | --- |
68- | ` [nzActive] ` | Show animation effect | ` boolean ` | ` false ` |
69- | ` [nzSize] ` | Set the size | ` number \| 'large' \| 'small' \| 'default' ` | ` 'default' ` |
70- | ` [nzShape] ` | Set the shape | ` 'circle' \| 'square' ` | ` 'square' ` |
65+ | Property | Description | Type | Default |
66+ | ------------ | --------------------- | ------------------------------------------- | -------- --- |
67+ | ` [nzActive] ` | Show animation effect | ` boolean ` | ` false ` |
68+ | ` [nzSize] ` | Set the size | ` number \| 'large' \| 'small' \| 'default' ` | ` 'default' ` |
69+ | ` [nzShape] ` | Set the shape | ` 'circle' \| 'square' ` | ` 'square' ` |
7170
72- ### nz-skeleton-element [ nzType="input"]
71+ ### nz-skeleton-element [ nzType="input"] : standalone
7372
74- | Property | Description | Type | Default |
75- | --- | --- | --- | --- |
76- | ` [nzActive] ` | Show animation effect | ` boolean ` | ` false ` |
77- | ` [nzSize] ` | Set the size | ` 'large' \| 'small' \| 'default' ` | ` 'default' ` |
73+ | Property | Description | Type | Default |
74+ | ------------ | --------------------- | --------------------------------- | -------- --- |
75+ | ` [nzActive] ` | Show animation effect | ` boolean ` | ` false ` |
76+ | ` [nzSize] ` | Set the size | ` 'large' \| 'small' \| 'default' ` | ` 'default' ` |
7877
79- ### nz-skeleton-element [ nzType="image"]
78+ ### nz-skeleton-element [ nzType="image"] : standalone
8079
81- | Property | Description | Type | Default |
82- | --- | --- | --- | --- |
80+ | Property | Description | Type | Default |
81+ | ------------ | --------------------- | --------- | ---- --- |
8382| ` [nzActive] ` | Show animation effect | ` boolean ` | ` false ` |
84-
0 commit comments