xiahan cb6ddd3787 feature 代码提交 5 months ago
..
template cb6ddd3787 feature 代码提交 5 months ago
README.en-US.md cb6ddd3787 feature 代码提交 5 months ago
README.md cb6ddd3787 feature 代码提交 5 months ago
action-sheet.d.ts cb6ddd3787 feature 代码提交 5 months ago
action-sheet.js cb6ddd3787 feature 代码提交 5 months ago
action-sheet.json cb6ddd3787 feature 代码提交 5 months ago
action-sheet.wxml cb6ddd3787 feature 代码提交 5 months ago
action-sheet.wxs cb6ddd3787 feature 代码提交 5 months ago
action-sheet.wxss cb6ddd3787 feature 代码提交 5 months ago
index.d.ts cb6ddd3787 feature 代码提交 5 months ago
index.js cb6ddd3787 feature 代码提交 5 months ago
props.d.ts cb6ddd3787 feature 代码提交 5 months ago
props.js cb6ddd3787 feature 代码提交 5 months ago
show.d.ts cb6ddd3787 feature 代码提交 5 months ago
show.js cb6ddd3787 feature 代码提交 5 months ago
type.d.ts cb6ddd3787 feature 代码提交 5 months ago
type.js cb6ddd3787 feature 代码提交 5 months ago

README.en-US.md

:: BASE_DOC ::

API

ActionSheet Props

name | type | default | description | required -- | -- | -- | -- | -- style | Object | - | CSS(Cascading Style Sheets) | N custom-style | Object | - | CSS(Cascading Style Sheets),used to set style on virtual component | N align | String | center | 0.29.0。options: center/left | N cancel-text | String | - | - | N count | Number | 8 | - | N description | String | - | 0.29.0 | N items | Array | - | required。Typescript:Array<string \| ActionSheetItem> interface ActionSheetItem {label: string; color?: string; disabled?: boolean;icon?: string;suffixIcon?: string; }see more ts definition | Y popup-props | Object | {} | Typescript:PopupPropsPopup API Documentssee more ts definition | N show-cancel | Boolean | true | - | N show-overlay | Boolean | true | - | N theme | String | list | options: list/grid | N using-custom-navbar | Boolean | false | - | N visible | Boolean | false | required | Y default-visible | Boolean | undefined | required。uncontrolled property | Y

ActionSheet Events

name | params | description -- | -- | -- cancel | - | - close | (trigger: TriggerSource) | see more ts definition
type TriggerSource = 'overlay' \| 'command' \| 'select'
selected | (selected: ActionSheetItem \| string, index: number) | -

ActionSheet External Classes

className | Description -- | -- t-class | - t-class-cancel | - t-class-content | -

CSS Variables

The component provides the following CSS variables, which can be used to customize styles. Name | Default Value | Description -- | -- | -- --td-action-sheet-border-color | @gray-color-1 | - --td-action-sheet-border-radius | @radius-extra-large | - --td-action-sheet-cancel-color | @font-gray-1 | - --td-action-sheet-cancel-height | 96rpx | - --td-action-sheet-color | @font-gray-1 | - --td-action-sheet-description-color | @font-gray-3 | - --td-action-sheet-list-item-disabled-color | @font-gray-4 | - --td-action-sheet-list-item-height | 112rpx | - --td-action-sheet-text-align | center | -