ra-element 0.0.10 → 0.0.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.
@@ -1,39 +0,0 @@
1
- import { g as n } from "./index-BpWzWPr8.js";
2
- import { defineComponent as d, createBlock as s, openBlock as l, mergeProps as p, createSlots as f, withCtx as o, renderSlot as t, createCommentVNode as m } from "vue";
3
- const $ = /* @__PURE__ */ d({
4
- name: "RaDialog",
5
- __name: "index",
6
- props: {
7
- // @doc 原生appendToBody默认设置为ture
8
- appendToBody: { type: Boolean, default: !0 }
9
- },
10
- setup(a) {
11
- return (e, i) => {
12
- const r = n;
13
- return l(), s(r, p(e.$attrs, { "append-to-body": a.appendToBody }), f({
14
- default: o(() => [
15
- e.$slots.default ? t(e.$slots, "default", { key: 0 }) : m("", !0)
16
- ]),
17
- _: 2
18
- }, [
19
- e.$slots.header ? {
20
- name: "header",
21
- fn: o(() => [
22
- t(e.$slots, "header")
23
- ]),
24
- key: "0"
25
- } : void 0,
26
- e.$slots.footer ? {
27
- name: "footer",
28
- fn: o(() => [
29
- t(e.$slots, "footer")
30
- ]),
31
- key: "1"
32
- } : void 0
33
- ]), 1040, ["append-to-body"]);
34
- };
35
- }
36
- });
37
- export {
38
- $ as default
39
- };