@colletdev/docs 0.2.8 → 0.2.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/components.md +2 -1
- package/package.json +1 -1
package/components.md
CHANGED
|
@@ -733,6 +733,7 @@ Calendar-based date input with keyboard navigation and locale support.
|
|
|
733
733
|
| name | `string` | — | |
|
|
734
734
|
| onChange | `string` | — | |
|
|
735
735
|
| viewing | `string` | — | |
|
|
736
|
+
| weekNumbers | `boolean` | `false` | |
|
|
736
737
|
|
|
737
738
|
#### Events
|
|
738
739
|
|
|
@@ -1753,7 +1754,7 @@ Indeterminate loading indicator (spinning circle).
|
|
|
1753
1754
|
| Prop | Type | Default | Description |
|
|
1754
1755
|
|------|------|---------|-------------|
|
|
1755
1756
|
| id | `string` | — | |
|
|
1756
|
-
| variant | `'circle' \| 'square'` | — | |
|
|
1757
|
+
| variant | `'circle' \| 'square' \| 'morph'` | — | |
|
|
1757
1758
|
| label | `string` | — | |
|
|
1758
1759
|
| size | `'xs' \| 'sm' \| 'md' \| 'lg' \| 'xl'` | — | |
|
|
1759
1760
|
|