@davincihealthcare/elty-design-system-vue 1.59.3 → 1.60.0
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.
- package/dist/ElFile.vue.d.ts +2 -0
- package/dist/index.js +6 -3
- package/dist/index.js.map +1 -1
- package/dist/index.umd.cjs +1 -1
- package/dist/index.umd.cjs.map +1 -1
- package/package.json +1 -1
package/dist/ElFile.vue.d.ts
CHANGED
|
@@ -4,12 +4,14 @@ declare const _default: import('vue').DefineComponent<__VLS_TypePropsToRuntimePr
|
|
|
4
4
|
variant: ElFileVariant;
|
|
5
5
|
name: string;
|
|
6
6
|
format?: string;
|
|
7
|
+
disabled?: boolean;
|
|
7
8
|
}>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
8
9
|
close: () => void;
|
|
9
10
|
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
10
11
|
variant: ElFileVariant;
|
|
11
12
|
name: string;
|
|
12
13
|
format?: string;
|
|
14
|
+
disabled?: boolean;
|
|
13
15
|
}>>> & {
|
|
14
16
|
onClose?: (() => any) | undefined;
|
|
15
17
|
}, {}, {}>;
|
package/dist/index.js
CHANGED
|
@@ -21916,7 +21916,8 @@ const Kp = /* @__PURE__ */ ma(Da), Xp = { class: "relative" }, Jp = { class: "bo
|
|
|
21916
21916
|
props: {
|
|
21917
21917
|
variant: {},
|
|
21918
21918
|
name: {},
|
|
21919
|
-
format: {}
|
|
21919
|
+
format: {},
|
|
21920
|
+
disabled: { type: Boolean }
|
|
21920
21921
|
},
|
|
21921
21922
|
emits: ["close"],
|
|
21922
21923
|
setup(t, { emit: e }) {
|
|
@@ -21954,8 +21955,9 @@ const Kp = /* @__PURE__ */ ma(Da), Xp = { class: "relative" }, Jp = { class: "bo
|
|
|
21954
21955
|
icon: {
|
|
21955
21956
|
name: "XMarkIcon"
|
|
21956
21957
|
},
|
|
21958
|
+
disabled: A.disabled,
|
|
21957
21959
|
onClick: o[0] || (o[0] = (i) => r("close"))
|
|
21958
|
-
})) : k("", !0)
|
|
21960
|
+
}, null, 8, ["disabled"])) : k("", !0)
|
|
21959
21961
|
], 2));
|
|
21960
21962
|
}
|
|
21961
21963
|
}), lB = ["id", "name", "checked", "indeterminate", "disabled", "data-cy"], sB = { class: "flex gap-2 items-start" }, OB = ["for"], Xg = ["xs", "xxs"], Jg = [
|
|
@@ -22483,8 +22485,9 @@ const Kp = /* @__PURE__ */ ma(Da), Xp = { class: "relative" }, Jp = { class: "bo
|
|
|
22483
22485
|
name: M.name,
|
|
22484
22486
|
format: M.type,
|
|
22485
22487
|
class: "w-full",
|
|
22488
|
+
disabled: p.disabled,
|
|
22486
22489
|
onClose: (Z) => h(g)
|
|
22487
|
-
}, null, 8, ["name", "format", "onClose"]))), 128))
|
|
22490
|
+
}, null, 8, ["name", "format", "disabled", "onClose"]))), 128))
|
|
22488
22491
|
])
|
|
22489
22492
|
]),
|
|
22490
22493
|
_: 1
|