You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
kgdxpr e69712b1d2
'commit'
1 year ago
..
README.en-US.md 'commit' 1 year ago
README.md 'commit' 1 year ago
dialog.d.ts 'commit' 1 year ago
dialog.js 'commit' 1 year ago
dialog.json 'commit' 1 year ago
dialog.wxml 'commit' 1 year ago
dialog.wxs 'commit' 1 year ago
dialog.wxss 'commit' 1 year ago
index.d.ts 'commit' 1 year ago
index.js 'commit' 1 year ago
props.d.ts 'commit' 1 year ago
props.js 'commit' 1 year ago
type.d.ts 'commit' 1 year ago
type.js 'commit' 1 year ago

README.en-US.md

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

:: BASE_DOC ::

API

Dialog Props

name type default description required
actions Array / Slot - TypescriptArray<ButtonProps>Button API Documentssee more ts definition N
button-layout String horizontal optionshorizontal/vertical N
cancel-btn String / Object / Slot - see more ts definition N
close-btn Boolean / Object false 0.31.0 N
close-on-overlay-click Boolean undefined - N
confirm-btn String / Object / Slot - - N
content String / Slot - - N
external-classes Array - ['t-class', 't-class-content', 't-class-confirm', 't-class-cancel'] N
overlay-props Object {} - N
prevent-scroll-through Boolean true - N
show-overlay Boolean true - N
title String / Slot - - N
visible Boolean - - N
z-index Number 11500 - N

Dialog Events

name params description
cancel - -
close (trigger: DialogEventSource) see more ts definition
type DialogEventSource = 'cancel' | 'overlay' | 'close-btn'
confirm - -
overlay-click - -