chore(docs): remove manual documentation (#24984)

This commit is contained in:
Sean Perkins
2022-04-21 12:31:51 -04:00
committed by GitHub
parent 611832b0d5
commit 15c169043f
430 changed files with 1 additions and 68255 deletions

View File

@ -1,40 +0,0 @@
# ion-picker-column-internal
<!-- Auto Generated Below -->
## Properties
| Property | Attribute | Description | Type | Default |
| -------- | --------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------- | ----------- |
| `color` | `color` | The color to use from your application's color palette. Default options are: `"primary"`, `"secondary"`, `"tertiary"`, `"success"`, `"warning"`, `"danger"`, `"light"`, `"medium"`, and `"dark"`. For more information on colors, see [theming](/docs/theming/basics). | `string \| undefined` | `undefined` |
| `items` | -- | A list of options to be displayed in the picker | `PickerColumnItem[]` | `[]` |
| `mode` | `mode` | The mode determines which platform styles to use. | `"ios" \| "md"` | `undefined` |
| `value` | `value` | The selected option in the picker. | `number \| string \| undefined` | `undefined` |
## Events
| Event | Description | Type |
| ----------- | ----------------------------------- | ------------------------------- |
| `ionChange` | Emitted when the value has changed. | `CustomEvent<PickerColumnItem>` |
## Dependencies
### Used by
- [ion-datetime](../datetime)
### Graph
```mermaid
graph TD;
ion-datetime --> ion-picker-column-internal
style ion-picker-column-internal fill:#f9f,stroke:#333,stroke-width:4px
```
----------------------------------------------
*Built with [StencilJS](https://stenciljs.com/)*