ep-lib-ts 0.1.26 → 0.1.28
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/BgAudio-820c0a39.js +5 -0
- package/dist/DisplayBox-05ba8755.js +5 -0
- package/dist/EpAlert-f32ad986.js +5 -0
- package/dist/EpAudio-80dbaf40.js +5 -0
- package/dist/EpBadge-cb67d4b1.js +5 -0
- package/dist/EpBarChart-710b4ff4.js +5 -0
- package/dist/EpBtn-5c939189.js +5 -0
- package/dist/EpCard-3c75fd57.js +5 -0
- package/dist/{EpChip-d95c000b.js → EpChip-75b64fd5.js} +1 -1
- package/dist/EpContentSlider-5f4ed454.js +5 -0
- package/dist/EpDivider-05f71886.js +5 -0
- package/dist/EpEdu-b7e92524.js +5 -0
- package/dist/EpFlex-f7103829.js +5 -0
- package/dist/EpHeader-564a55a0.js +5 -0
- package/dist/{EpIcon-f4b4bc40.js → EpIcon-5c184634.js} +1 -1
- package/dist/EpIframe-e47cdf06.js +5 -0
- package/dist/EpImg-4ac885e3.js +5 -0
- package/dist/{EpInput-52bd7c29.js → EpInput-81ae2a5e.js} +1 -1
- package/dist/EpLineChart-468b3ed7.js +5 -0
- package/dist/EpLink-9f599e06.js +5 -0
- package/dist/EpLinkVersion-9a5026a6.js +5 -0
- package/dist/EpModal-8208c45a.js +5 -0
- package/dist/{EpNothing-ee1a3764.js → EpNothing-2c04e40e.js} +1 -1
- package/dist/EpPieChart-0b7f0752.js +5 -0
- package/dist/EpQuestion-f5c0082f.js +5 -0
- package/dist/EpQuote-c51e2778.js +5 -0
- package/dist/EpRadio-edd52b6b.js +5 -0
- package/dist/EpReading-19d5e14b.js +5 -0
- package/dist/EpResource-d05a5a4a.js +5 -0
- package/dist/EpScope-e4c2d014.js +5 -0
- package/dist/EpSection-97392b3b.js +5 -0
- package/dist/{EpSelect-3bb3ebfb.js → EpSelect-0bc80667.js} +1 -1
- package/dist/EpSkeleton-9542d360.js +10 -0
- package/dist/EpSoftware-3c6dce6e.js +5 -0
- package/dist/EpSpinner-d47f52b4.js +5 -0
- package/dist/EpSvg-c08f08c7.js +5 -0
- package/dist/EpTable-15f79011.js +5 -0
- package/dist/EpTerm-892a5db3.js +5 -0
- package/dist/EpText-466d34a5.js +5 -0
- package/dist/EpTimeLine-7c0f2078.js +5 -0
- package/dist/EpVideo-ddedb1ac.js +5 -0
- package/dist/EpVideoPanopto-2d7bdf5f.js +5 -0
- package/dist/components/basics/EpBadge.vue.d.ts +9 -9
- package/dist/components/basics/EpBtn.vue.d.ts +11 -11
- package/dist/components/basics/EpDivider.vue.d.ts +9 -9
- package/dist/components/basics/EpImg.vue.d.ts +4 -4
- package/dist/components/basics/EpSection.vue.d.ts +6 -6
- package/dist/components/basics/EpSpinner.vue.d.ts +9 -9
- package/dist/components/charts/EpBarChart.vue.d.ts +6 -6
- package/dist/components/charts/EpLineChart.vue.d.ts +6 -6
- package/dist/components/charts/EpPieChart.vue.d.ts +6 -6
- package/dist/components/educationals/EpResource.vue.d.ts +5 -5
- package/dist/components/forms/EpCheckbox.vue.d.ts +9 -9
- package/dist/components/forms/EpInput.vue.d.ts +26 -26
- package/dist/components/forms/EpRadio.vue.d.ts +18 -18
- package/dist/components/forms/EpSelect.vue.d.ts +17 -17
- package/dist/components/forms/EpSwitch.vue.d.ts +18 -18
- package/dist/components/forms/EpTextarea.vue.d.ts +18 -18
- package/dist/components/forms/EpToggle.vue.d.ts +18 -18
- package/dist/components/interactions/EpAccordeon.vue.d.ts +3 -3
- package/dist/components/medias/EpSoftware.vue.d.ts +6 -6
- package/dist/components/medias/EpSvg.vue.d.ts +11 -1
- package/dist/components/medias/EpTerm.vue.d.ts +0 -9
- package/dist/components/signages/EpAlert.vue.d.ts +3 -3
- package/dist/components/signages/EpSkeleton.vue.d.ts +2 -0
- package/dist/components/tools/TimelineItem.vue.d.ts +9 -0
- package/dist/composables/useIcons.d.ts +3 -0
- package/dist/ep-lib-ts.js +1 -1
- package/dist/ep-lib-ts.umd.cjs +36 -32
- package/dist/{index-58100a64.js → index-78ac7d74.js} +4544 -4491
- package/dist/style.css +1 -1
- package/dist/types/Accordeon.d.ts +4 -0
- package/dist/types/Alert.d.ts +4 -0
- package/package.json +2 -2
- package/src/components/basics/EpImg.vue +1 -1
- package/src/components/basics/EpText.vue +23 -13
- package/src/components/interactions/EpContentSlider.vue +3 -2
- package/src/components/medias/EpSvg.vue +29 -6
- package/src/components/medias/EpTerm.vue +32 -24
- package/src/components/medias/EpTimeLine.vue +53 -46
- package/src/components/signages/EpSkeleton.vue +17 -0
- package/src/components/tools/TimelineItem.vue +3 -3
- package/dist/BgAudio-9c7c57a7.js +0 -5
- package/dist/DisplayBox-c282fff4.js +0 -5
- package/dist/EpAlert-a64aea08.js +0 -5
- package/dist/EpAudio-32aaf084.js +0 -5
- package/dist/EpBadge-8380fcc2.js +0 -5
- package/dist/EpBarChart-3f81608e.js +0 -5
- package/dist/EpBtn-0c842202.js +0 -5
- package/dist/EpCard-700fe5e3.js +0 -5
- package/dist/EpContentSlider-d8752e6e.js +0 -5
- package/dist/EpDivider-a32e0177.js +0 -5
- package/dist/EpEdu-9d26836d.js +0 -5
- package/dist/EpFlex-59716f0c.js +0 -5
- package/dist/EpHeader-f168320a.js +0 -5
- package/dist/EpIframe-27a236f3.js +0 -5
- package/dist/EpImg-00828689.js +0 -5
- package/dist/EpLineChart-67012b1e.js +0 -5
- package/dist/EpLink-fc45197a.js +0 -5
- package/dist/EpLinkVersion-13183ab8.js +0 -5
- package/dist/EpModal-5bff1fb8.js +0 -5
- package/dist/EpPieChart-5e1350b8.js +0 -5
- package/dist/EpQuestion-ca5ebab1.js +0 -5
- package/dist/EpQuote-51d82a92.js +0 -5
- package/dist/EpRadio-34d4b2f1.js +0 -5
- package/dist/EpReading-15024973.js +0 -5
- package/dist/EpResource-d4402841.js +0 -5
- package/dist/EpScope-e03422df.js +0 -5
- package/dist/EpSection-07e69719.js +0 -5
- package/dist/EpSoftware-bf127112.js +0 -5
- package/dist/EpSpinner-6675a594.js +0 -5
- package/dist/EpSvg-26494cb6.js +0 -5
- package/dist/EpTable-4a80c53e.js +0 -5
- package/dist/EpTerm-681f1cec.js +0 -5
- package/dist/EpText-7636f01e.js +0 -5
- package/dist/EpTimeLine-3c329159.js +0 -5
- package/dist/EpVideo-0f779d99.js +0 -5
- package/dist/EpVideoPanopto-ee435c19.js +0 -5
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { computed as N, toValue as V, unref as f, onMounted as qe, getCurrentInstance as z, watch as I, warn as Ye, provide as Xe, isRef as ue, onBeforeUnmount as Ze, inject as et, ref as re, reactive as tt, onUnmounted as rt, nextTick as nt, defineComponent as ot, toRefs as it, toRef as lt, openBlock as be, createElementBlock as ge, Fragment as at, createTextVNode as ye, toDisplayString as J, createElementVNode as P, createVNode as ut, withDirectives as st, vModelText as ct, createCommentVNode as dt } from "vue";
|
|
2
|
-
import { c as ft, u as vt } from "./index-
|
|
2
|
+
import { c as ft, u as vt } from "./index-78ac7d74.js";
|
|
3
3
|
function pt() {
|
|
4
4
|
return Ee().__VUE_DEVTOOLS_GLOBAL_HOOK__;
|
|
5
5
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent as o, openBlock as t, createElementBlock as a, createElementVNode as e, createVNode as l, unref as n, createStaticVNode as d } from "vue";
|
|
2
|
-
import { c as s, u as p } from "./index-
|
|
2
|
+
import { c as s, u as p } from "./index-78ac7d74.js";
|
|
3
3
|
const b = { class: "relative h-10 w-72 min-w-[200px]" }, f = ["disabled"], i = /* @__PURE__ */ d('<option value="option">Choisissez une option</option><option value="vanderpoel">Van Der Poel</option><option value="vanaert">Van Aert</option><option value="pogacar">Pogacar</option><option value="evenepoel">Evenepoel</option>', 5), u = [
|
|
4
4
|
i
|
|
5
5
|
], c = /* @__PURE__ */ e("label", { class: "before:content[' '] after:content[' '] pointer-events-none absolute left-0 border-red-500 -top-1.5 flex h-full w-full select-none text-[11px] font-normal leading-tight text-blue-gray-400 transition-all before:pointer-events-none before:mt-[6.5px] before:mr-1 before:box-border before:block before:h-1.5 before:w-2.5 before:rounded-tl-md before:border-t before:border-l before:border-blue-gray-200 before:transition-all after:pointer-events-none after:mt-[6.5px] after:ml-1 after:box-border after:block after:h-1.5 after:w-2.5 after:flex-grow after:rounded-tr-md after:border-t after:border-r after:border-blue-gray-200 after:transition-all peer-placeholder-shown:text-sm peer-placeholder-shown:leading-[3.75] peer-placeholder-shown:text-blue-gray-500 peer-placeholder-shown:before:border-transparent peer-placeholder-shown:after:border-transparent peer-focus:text-[11px] peer-focus:leading-tight peer-focus:text-blue-500 peer-focus:before:border-t-2 peer-focus:before:border-l-2 peer-focus:before:border-blue-500 peer-focus:after:border-t-2 peer-focus:after:border-r-2 peer-focus:after:border-blue-500 peer-disabled:text-transparent peer-disabled:before:border-transparent peer-disabled:after:border-transparent peer-disabled:peer-placeholder-shown:text-blue-gray-500" }, " Quel est le meilleur cycliste ", -1), _ = /* @__PURE__ */ o({
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
declare const _default: import("vue").DefineComponent<{
|
|
2
|
-
color: {
|
|
3
|
-
type: import("vue").PropType<string>;
|
|
4
|
-
default: string;
|
|
5
|
-
};
|
|
6
2
|
iconPath: {
|
|
7
3
|
type: import("vue").PropType<string | null>;
|
|
8
4
|
default: null;
|
|
9
5
|
};
|
|
6
|
+
color: {
|
|
7
|
+
type: import("vue").PropType<string>;
|
|
8
|
+
default: string;
|
|
9
|
+
};
|
|
10
10
|
outlined: {
|
|
11
11
|
type: import("vue").PropType<boolean>;
|
|
12
12
|
};
|
|
@@ -15,14 +15,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
15
15
|
default: boolean;
|
|
16
16
|
};
|
|
17
17
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
18
|
-
color: {
|
|
19
|
-
type: import("vue").PropType<string>;
|
|
20
|
-
default: string;
|
|
21
|
-
};
|
|
22
18
|
iconPath: {
|
|
23
19
|
type: import("vue").PropType<string | null>;
|
|
24
20
|
default: null;
|
|
25
21
|
};
|
|
22
|
+
color: {
|
|
23
|
+
type: import("vue").PropType<string>;
|
|
24
|
+
default: string;
|
|
25
|
+
};
|
|
26
26
|
outlined: {
|
|
27
27
|
type: import("vue").PropType<boolean>;
|
|
28
28
|
};
|
|
@@ -31,8 +31,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
31
31
|
default: boolean;
|
|
32
32
|
};
|
|
33
33
|
}>>, {
|
|
34
|
-
color: string;
|
|
35
34
|
iconPath: string | null;
|
|
35
|
+
color: string;
|
|
36
36
|
square: boolean;
|
|
37
37
|
}, {}>;
|
|
38
38
|
export default _default;
|
|
@@ -3,10 +3,6 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
3
3
|
type: import("vue").PropType<boolean>;
|
|
4
4
|
default: boolean;
|
|
5
5
|
};
|
|
6
|
-
color: {
|
|
7
|
-
type: import("vue").PropType<string>;
|
|
8
|
-
default: string;
|
|
9
|
-
};
|
|
10
6
|
type: {
|
|
11
7
|
type: import("vue").PropType<"base" | "primary" | "secondary" | "accent" | "info" | "warning" | "success" | "error">;
|
|
12
8
|
default: string;
|
|
@@ -19,8 +15,9 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
19
15
|
type: import("vue").PropType<string | null>;
|
|
20
16
|
default: null;
|
|
21
17
|
};
|
|
22
|
-
|
|
18
|
+
color: {
|
|
23
19
|
type: import("vue").PropType<string>;
|
|
20
|
+
default: string;
|
|
24
21
|
};
|
|
25
22
|
outlined: {
|
|
26
23
|
type: import("vue").PropType<boolean>;
|
|
@@ -43,15 +40,14 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
43
40
|
type: import("vue").PropType<string | null>;
|
|
44
41
|
default: null;
|
|
45
42
|
};
|
|
43
|
+
href: {
|
|
44
|
+
type: import("vue").PropType<string>;
|
|
45
|
+
};
|
|
46
46
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
47
47
|
text: {
|
|
48
48
|
type: import("vue").PropType<boolean>;
|
|
49
49
|
default: boolean;
|
|
50
50
|
};
|
|
51
|
-
color: {
|
|
52
|
-
type: import("vue").PropType<string>;
|
|
53
|
-
default: string;
|
|
54
|
-
};
|
|
55
51
|
type: {
|
|
56
52
|
type: import("vue").PropType<"base" | "primary" | "secondary" | "accent" | "info" | "warning" | "success" | "error">;
|
|
57
53
|
default: string;
|
|
@@ -64,8 +60,9 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
64
60
|
type: import("vue").PropType<string | null>;
|
|
65
61
|
default: null;
|
|
66
62
|
};
|
|
67
|
-
|
|
63
|
+
color: {
|
|
68
64
|
type: import("vue").PropType<string>;
|
|
65
|
+
default: string;
|
|
69
66
|
};
|
|
70
67
|
outlined: {
|
|
71
68
|
type: import("vue").PropType<boolean>;
|
|
@@ -88,12 +85,15 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
88
85
|
type: import("vue").PropType<string | null>;
|
|
89
86
|
default: null;
|
|
90
87
|
};
|
|
88
|
+
href: {
|
|
89
|
+
type: import("vue").PropType<string>;
|
|
90
|
+
};
|
|
91
91
|
}>>, {
|
|
92
92
|
text: boolean;
|
|
93
|
-
color: string;
|
|
94
93
|
type: "base" | "primary" | "secondary" | "accent" | "info" | "warning" | "success" | "error";
|
|
95
94
|
size: "small" | "medium" | "large";
|
|
96
95
|
extraClass: string | null;
|
|
96
|
+
color: string;
|
|
97
97
|
rounded: boolean;
|
|
98
98
|
appendIcon: string | null;
|
|
99
99
|
prependIcon: string | null;
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import type Border from '../../types/Border';
|
|
2
2
|
declare const _default: import("vue").DefineComponent<{
|
|
3
|
-
color: {
|
|
4
|
-
type: import("vue").PropType<string | null>;
|
|
5
|
-
default: null;
|
|
6
|
-
};
|
|
7
3
|
size: {
|
|
8
4
|
type: import("vue").PropType<Border>;
|
|
9
5
|
default: string;
|
|
10
6
|
};
|
|
7
|
+
color: {
|
|
8
|
+
type: import("vue").PropType<string | null>;
|
|
9
|
+
default: null;
|
|
10
|
+
};
|
|
11
11
|
icon: {
|
|
12
12
|
type: import("vue").PropType<string | null>;
|
|
13
13
|
default: null;
|
|
@@ -21,14 +21,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
21
21
|
default: string;
|
|
22
22
|
};
|
|
23
23
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
24
|
-
color: {
|
|
25
|
-
type: import("vue").PropType<string | null>;
|
|
26
|
-
default: null;
|
|
27
|
-
};
|
|
28
24
|
size: {
|
|
29
25
|
type: import("vue").PropType<Border>;
|
|
30
26
|
default: string;
|
|
31
27
|
};
|
|
28
|
+
color: {
|
|
29
|
+
type: import("vue").PropType<string | null>;
|
|
30
|
+
default: null;
|
|
31
|
+
};
|
|
32
32
|
icon: {
|
|
33
33
|
type: import("vue").PropType<string | null>;
|
|
34
34
|
default: null;
|
|
@@ -42,8 +42,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
42
42
|
default: string;
|
|
43
43
|
};
|
|
44
44
|
}>>, {
|
|
45
|
-
color: string | null;
|
|
46
45
|
size: Border;
|
|
46
|
+
color: string | null;
|
|
47
47
|
icon: string | null;
|
|
48
48
|
inset: boolean;
|
|
49
49
|
margin: string;
|
|
@@ -5,10 +5,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5
5
|
title: {
|
|
6
6
|
type: import("vue").PropType<string>;
|
|
7
7
|
};
|
|
8
|
-
|
|
8
|
+
width: {
|
|
9
9
|
type: import("vue").PropType<string | number>;
|
|
10
10
|
};
|
|
11
|
-
|
|
11
|
+
height: {
|
|
12
12
|
type: import("vue").PropType<string | number>;
|
|
13
13
|
};
|
|
14
14
|
src: {
|
|
@@ -41,10 +41,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
41
41
|
title: {
|
|
42
42
|
type: import("vue").PropType<string>;
|
|
43
43
|
};
|
|
44
|
-
|
|
44
|
+
width: {
|
|
45
45
|
type: import("vue").PropType<string | number>;
|
|
46
46
|
};
|
|
47
|
-
|
|
47
|
+
height: {
|
|
48
48
|
type: import("vue").PropType<string | number>;
|
|
49
49
|
};
|
|
50
50
|
src: {
|
|
@@ -3,12 +3,12 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
3
3
|
type: import("vue").PropType<string | null>;
|
|
4
4
|
default: null;
|
|
5
5
|
};
|
|
6
|
-
|
|
6
|
+
height: {
|
|
7
7
|
type: import("vue").PropType<string | null>;
|
|
8
|
-
default: null;
|
|
9
8
|
};
|
|
10
|
-
|
|
9
|
+
color: {
|
|
11
10
|
type: import("vue").PropType<string | null>;
|
|
11
|
+
default: null;
|
|
12
12
|
};
|
|
13
13
|
prependIcon: {
|
|
14
14
|
type: import("vue").PropType<string | null>;
|
|
@@ -39,12 +39,12 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
39
39
|
type: import("vue").PropType<string | null>;
|
|
40
40
|
default: null;
|
|
41
41
|
};
|
|
42
|
-
|
|
42
|
+
height: {
|
|
43
43
|
type: import("vue").PropType<string | null>;
|
|
44
|
-
default: null;
|
|
45
44
|
};
|
|
46
|
-
|
|
45
|
+
color: {
|
|
47
46
|
type: import("vue").PropType<string | null>;
|
|
47
|
+
default: null;
|
|
48
48
|
};
|
|
49
49
|
prependIcon: {
|
|
50
50
|
type: import("vue").PropType<string | null>;
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
declare const _default: import("vue").DefineComponent<{
|
|
2
|
-
color: {
|
|
3
|
-
type: import("vue").PropType<string>;
|
|
4
|
-
default: string;
|
|
5
|
-
};
|
|
6
2
|
size: {
|
|
7
3
|
type: import("vue").PropType<number>;
|
|
8
4
|
default: number;
|
|
9
5
|
};
|
|
6
|
+
color: {
|
|
7
|
+
type: import("vue").PropType<string>;
|
|
8
|
+
default: string;
|
|
9
|
+
};
|
|
10
10
|
dots: {
|
|
11
11
|
type: import("vue").PropType<boolean>;
|
|
12
12
|
default: boolean;
|
|
@@ -16,14 +16,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
16
16
|
default: boolean;
|
|
17
17
|
};
|
|
18
18
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
19
|
-
color: {
|
|
20
|
-
type: import("vue").PropType<string>;
|
|
21
|
-
default: string;
|
|
22
|
-
};
|
|
23
19
|
size: {
|
|
24
20
|
type: import("vue").PropType<number>;
|
|
25
21
|
default: number;
|
|
26
22
|
};
|
|
23
|
+
color: {
|
|
24
|
+
type: import("vue").PropType<string>;
|
|
25
|
+
default: string;
|
|
26
|
+
};
|
|
27
27
|
dots: {
|
|
28
28
|
type: import("vue").PropType<boolean>;
|
|
29
29
|
default: boolean;
|
|
@@ -33,8 +33,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
33
33
|
default: boolean;
|
|
34
34
|
};
|
|
35
35
|
}>>, {
|
|
36
|
-
color: string;
|
|
37
36
|
size: number;
|
|
37
|
+
color: string;
|
|
38
38
|
dots: boolean;
|
|
39
39
|
inline: boolean;
|
|
40
40
|
}, {}>;
|
|
@@ -15,9 +15,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
15
15
|
title: {
|
|
16
16
|
type: import("vue").PropType<string>;
|
|
17
17
|
};
|
|
18
|
-
id: {
|
|
19
|
-
type: import("vue").PropType<string>;
|
|
20
|
-
};
|
|
21
18
|
type: {
|
|
22
19
|
type: import("vue").PropType<"base" | "primary" | "secondary" | "accent" | "info" | "warning" | "success" | "error">;
|
|
23
20
|
};
|
|
@@ -42,6 +39,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
42
39
|
type: import("vue").PropType<Options>;
|
|
43
40
|
required: true;
|
|
44
41
|
};
|
|
42
|
+
id: {
|
|
43
|
+
type: import("vue").PropType<string>;
|
|
44
|
+
};
|
|
45
45
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
46
46
|
source: {
|
|
47
47
|
type: import("vue").PropType<string>;
|
|
@@ -49,9 +49,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
49
49
|
title: {
|
|
50
50
|
type: import("vue").PropType<string>;
|
|
51
51
|
};
|
|
52
|
-
id: {
|
|
53
|
-
type: import("vue").PropType<string>;
|
|
54
|
-
};
|
|
55
52
|
type: {
|
|
56
53
|
type: import("vue").PropType<"base" | "primary" | "secondary" | "accent" | "info" | "warning" | "success" | "error">;
|
|
57
54
|
};
|
|
@@ -76,6 +73,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
76
73
|
type: import("vue").PropType<Options>;
|
|
77
74
|
required: true;
|
|
78
75
|
};
|
|
76
|
+
id: {
|
|
77
|
+
type: import("vue").PropType<string>;
|
|
78
|
+
};
|
|
79
79
|
}>>, {
|
|
80
80
|
center: boolean;
|
|
81
81
|
}, {}>;
|
|
@@ -15,9 +15,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
15
15
|
title: {
|
|
16
16
|
type: import("vue").PropType<string>;
|
|
17
17
|
};
|
|
18
|
-
id: {
|
|
19
|
-
type: import("vue").PropType<string>;
|
|
20
|
-
};
|
|
21
18
|
type: {
|
|
22
19
|
type: import("vue").PropType<"base" | "primary" | "secondary" | "accent" | "info" | "warning" | "success" | "error">;
|
|
23
20
|
};
|
|
@@ -42,6 +39,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
42
39
|
type: import("vue").PropType<Options>;
|
|
43
40
|
required: true;
|
|
44
41
|
};
|
|
42
|
+
id: {
|
|
43
|
+
type: import("vue").PropType<string>;
|
|
44
|
+
};
|
|
45
45
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
46
46
|
source: {
|
|
47
47
|
type: import("vue").PropType<string>;
|
|
@@ -49,9 +49,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
49
49
|
title: {
|
|
50
50
|
type: import("vue").PropType<string>;
|
|
51
51
|
};
|
|
52
|
-
id: {
|
|
53
|
-
type: import("vue").PropType<string>;
|
|
54
|
-
};
|
|
55
52
|
type: {
|
|
56
53
|
type: import("vue").PropType<"base" | "primary" | "secondary" | "accent" | "info" | "warning" | "success" | "error">;
|
|
57
54
|
};
|
|
@@ -76,6 +73,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
76
73
|
type: import("vue").PropType<Options>;
|
|
77
74
|
required: true;
|
|
78
75
|
};
|
|
76
|
+
id: {
|
|
77
|
+
type: import("vue").PropType<string>;
|
|
78
|
+
};
|
|
79
79
|
}>>, {
|
|
80
80
|
center: boolean;
|
|
81
81
|
}, {}>;
|