@davincihealthcare/elty-design-system-vue 1.30.0 → 1.31.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/ElContainerTemplate.vue.d.ts +2 -2
- package/dist/index.js +1 -1
- 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
|
@@ -2,7 +2,7 @@ export declare const elContainerTemplateVariants: readonly ["table", "drawer"];
|
|
|
2
2
|
export type ElContainerTemplateVariant = (typeof elContainerTemplateVariants)[number];
|
|
3
3
|
declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__VLS_TypePropsToRuntimeProps<{
|
|
4
4
|
title: string;
|
|
5
|
-
description
|
|
5
|
+
description?: string | undefined;
|
|
6
6
|
tabs?: (Partial<{}> & Omit<{
|
|
7
7
|
readonly modelValue: string;
|
|
8
8
|
readonly tabs: import('./ElTabGroup.vue').ElTabs;
|
|
@@ -30,7 +30,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__
|
|
|
30
30
|
onTabChange: (tab: string) => void;
|
|
31
31
|
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
32
32
|
title: string;
|
|
33
|
-
description
|
|
33
|
+
description?: string | undefined;
|
|
34
34
|
tabs?: (Partial<{}> & Omit<{
|
|
35
35
|
readonly modelValue: string;
|
|
36
36
|
readonly tabs: import('./ElTabGroup.vue').ElTabs;
|
package/dist/index.js
CHANGED
|
@@ -24176,7 +24176,7 @@ const kV = {
|
|
|
24176
24176
|
])
|
|
24177
24177
|
], 2));
|
|
24178
24178
|
}
|
|
24179
|
-
}), KV = { class: "rounded-3xl border border-neutral-surface bg-neutral-surface overflow-hidden" }, JV = { class: "px-4 py-8 flex justify-between items-center text-neutral-darker" }, XV = { class: "flex flex-col gap-5" }, ev = { class: "text-3xl font-semibold" }, Av = { class: "text-xs" }, tv = { class: "flex items-center gap-2" }, rv = { class: "min-w-44" }, nv = { class: "px-4 pb-6" }, Ov = {
|
|
24179
|
+
}), KV = { class: "rounded-3xl border shadow-md border-neutral-surface bg-neutral-surface overflow-hidden" }, JV = { class: "px-4 py-8 flex justify-between items-center text-neutral-darker" }, XV = { class: "flex flex-col gap-5" }, ev = { class: "text-3xl font-semibold" }, Av = { class: "text-xs" }, tv = { class: "flex items-center gap-2" }, rv = { class: "min-w-44" }, nv = { class: "px-4 pb-6" }, Ov = {
|
|
24180
24180
|
key: 1,
|
|
24181
24181
|
class: "flex"
|
|
24182
24182
|
}, ov = { class: "min-w-72" }, av = { class: "flex-1 w-full" }, ED = ["table", "drawer"], lD = /* @__PURE__ */ i0({
|