xiaohaizhao 5b3b07d4bb 移除多余组件库 6 miesięcy temu
..
README.en-US.md 5b3b07d4bb 移除多余组件库 6 miesięcy temu
README.md 5b3b07d4bb 移除多余组件库 6 miesięcy temu
dialog.d.ts 5b3b07d4bb 移除多余组件库 6 miesięcy temu
dialog.js 5b3b07d4bb 移除多余组件库 6 miesięcy temu
dialog.json 5b3b07d4bb 移除多余组件库 6 miesięcy temu
dialog.wxml 5b3b07d4bb 移除多余组件库 6 miesięcy temu
dialog.wxs 5b3b07d4bb 移除多余组件库 6 miesięcy temu
dialog.wxss 5b3b07d4bb 移除多余组件库 6 miesięcy temu
index.d.ts 5b3b07d4bb 移除多余组件库 6 miesięcy temu
index.js 5b3b07d4bb 移除多余组件库 6 miesięcy temu
props.d.ts 5b3b07d4bb 移除多余组件库 6 miesięcy temu
props.js 5b3b07d4bb 移除多余组件库 6 miesięcy temu
type.d.ts 5b3b07d4bb 移除多余组件库 6 miesięcy temu
type.js 5b3b07d4bb 移除多余组件库 6 miesięcy temu

README.en-US.md

:: BASE_DOC ::

API

Dialog Props

name | type | default | description | required -- | -- | -- | -- | -- actions | Array / Slot | - | Typescript:Array<ButtonProps>Button API Documentssee more ts definition | N button-layout | String | horizontal | options:horizontal/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 | - | -