@dpa-id-components/dpa-shared-components 8.5.0 → 8.5.1-1
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/UseBreakpoints.stories.ts +22 -0
- package/dist/UseBreakpoints.vue +12 -0
- package/dist/UseTailwindBreakpoints.stories.ts +22 -0
- package/dist/UseTailwindBreakpoints.vue +13 -0
- package/dist/audio-inline-92256dc7.mjs +19 -0
- package/dist/bookmark-4ff074d8.mjs +19 -0
- package/dist/bookmark-89d43835.mjs +18 -0
- package/dist/bookmark-fill-2b5e5104.mjs +18 -0
- package/dist/bookmark-fill-731ae06c.mjs +19 -0
- package/dist/components/DpaEventItem/DpaEventItem.stories.d.ts +10 -10
- package/dist/components/DpaMediaItem/DpaMediaItem.stories.d.ts +2 -2
- package/dist/components/UiAutocomplete/UiAutocomplete.stories.d.ts +13 -1
- package/dist/components/UiAutocomplete/UiAutocomplete.vue.d.ts +13 -1
- package/dist/components/UiBadge/UiBadge.stories.d.ts +2 -2
- package/dist/components/UiButton/UiButton.stories.d.ts +18 -18
- package/dist/components/UiButton/UiButton.vue.d.ts +9 -9
- package/dist/components/UiButtonGroup/UiButtonGroup.stories.d.ts +2 -2
- package/dist/components/UiCard/UiCard.stories.d.ts +2 -2
- package/dist/components/UiCheckBox/UiCheckBox.stories.d.ts +9 -5
- package/dist/components/UiCheckBox/UiCheckBox.vue.d.ts +3 -1
- package/dist/components/UiCheckBoxGroup/UiCheckBoxGroup.stories.d.ts +5 -1
- package/dist/components/UiCheckBoxGroup/UiCheckBoxGroup.vue.d.ts +5 -1
- package/dist/components/UiChip/UiChip.stories.d.ts +2 -2
- package/dist/components/UiCollapseNavigation/UiCollapseNavigation.stories.d.ts +2 -2
- package/dist/components/UiDatePicker/UiDatePicker.vue.d.ts +4 -3
- package/dist/components/UiDatePickerMobile/UiDatePickerMobile.vue.d.ts +1 -1
- package/dist/components/UiDialog/UiDialog.stories.d.ts +16 -8
- package/dist/components/UiDialog/UiDialog.vue.d.ts +3 -1
- package/dist/components/UiFilterBadge/UiFilterBadge.stories.d.ts +4 -4
- package/dist/components/UiFilterBadgeButton/UiFilterBadgeButton.stories.d.ts +20 -12
- package/dist/components/UiFilterBadgeButton/UiFilterBadgeButton.vue.d.ts +3 -1
- package/dist/components/UiFilterButton/UiFilterButton.stories.d.ts +6 -2
- package/dist/components/UiFilterButton/UiFilterButton.vue.d.ts +6 -3
- package/dist/components/UiIconButton/UiIconButton.vue.d.ts +1 -1
- package/dist/components/UiInfoContent/UiInfoContent.stories.d.ts +22 -22
- package/dist/components/UiInput/UiInput.stories.d.ts +43 -31
- package/dist/components/UiInput/UiInput.vue.d.ts +23 -17
- package/dist/components/UiList/UiList.stories.d.ts +30 -18
- package/dist/components/UiListItem/UiListItem.stories.d.ts +16 -8
- package/dist/components/UiListItem/UiListItem.vue.d.ts +3 -1
- package/dist/components/UiMenu/UiMenu.stories.d.ts +14 -2
- package/dist/components/UiMenu/UiMenu.vue.d.ts +10 -3
- package/dist/components/UiOverlay/UiOverlay.stories.d.ts +16 -8
- package/dist/components/UiOverlay/UiOverlay.vue.d.ts +3 -1
- package/dist/components/UiOverlayMenu/UiOverlayMenu.stories.d.ts +36 -20
- package/dist/components/UiOverlayMenu/UiOverlayMenu.vue.d.ts +3 -1
- package/dist/components/UiRadioInputGroup/UiRadioInputGroup.stories.d.ts +24 -20
- package/dist/components/UiRadioInputGroup/UiRadioInputGroup.vue.d.ts +12 -10
- package/dist/components/UiSearchBar/UiSearchBar.stories.d.ts +90 -62
- package/dist/components/UiSearchBar/UiSearchBar.vue.d.ts +15 -8
- package/dist/components/UiSearchInput/UiSearchInput.stories.d.ts +30 -30
- package/dist/components/UiSearchInput/UiSearchInput.vue.d.ts +8 -8
- package/dist/components/UiSection/UiSection.stories.d.ts +2 -2
- package/dist/components/UiSectionDivider/UiSectionDivider.stories.d.ts +2 -2
- package/dist/components/UiSectionDivider/UiSectionDivider.vue.d.ts +1 -1
- package/dist/components/UiSimpleInput/UiSimpleInput.stories.d.ts +6 -2
- package/dist/components/UiSimpleInput/UiSimpleInput.vue.d.ts +3 -1
- package/dist/components/UiSnackbar/UiSnackbar.stories.d.ts +24 -12
- package/dist/components/UiSnackbar/UiSnackbar.vue.d.ts +4 -1
- package/dist/components/UiTextButton/UiTextButton.stories.d.ts +2 -2
- package/dist/components/UiToggleButton/UiToggleButton.stories.d.ts +8 -4
- package/dist/components/UiToggleButton/UiToggleButton.vue.d.ts +3 -1
- package/dist/components/UiTooltip/UiTooltip.stories.d.ts +4 -4
- package/dist/dpa-shared-components.mjs +4191 -4014
- package/dist/dpa-shared-components.umd.js +5 -5
- package/dist/filter-e213ae59.mjs +15 -0
- package/dist/filter-outline-91e5aa0a.mjs +19 -0
- package/dist/graphic-855e5909.mjs +19 -0
- package/dist/graphic-90b2d2fc.mjs +20 -0
- package/dist/graphic-inline-a41ad739.mjs +19 -0
- package/dist/picture-inline-0eb9c590.mjs +19 -0
- package/dist/screens.js +13 -0
- package/dist/tailwind/screens.d.ts +8 -0
- package/dist/tailwind/useBreakpoints.d.ts +9 -0
- package/dist/tailwind/useTailwindBreakpoints.d.ts +9 -0
- package/dist/text-inline-cbb3242f.mjs +15 -0
- package/dist/useBreakpoints.ts +19 -0
- package/dist/useTailwindBreakpoints.ts +19 -0
- package/dist/utils.css +16 -0
- package/dist/video-inline-b961f9cd.mjs +19 -0
- package/package.json +1 -1
- package/dist/eil-311dfbe1.mjs +0 -15
- package/dist/emoji-add-7fb19e1a.mjs +0 -29
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import UseBreakpoints from "./UseBreakpoints.vue";
|
|
2
|
+
import type { Meta, StoryObj } from "@storybook/vue3";
|
|
3
|
+
|
|
4
|
+
const meta = {
|
|
5
|
+
title: "tailwind/UseBreakpoints.ts",
|
|
6
|
+
component: UseBreakpoints,
|
|
7
|
+
argTypes: {},
|
|
8
|
+
parameters: {},
|
|
9
|
+
} satisfies Meta<typeof UseBreakpoints>;
|
|
10
|
+
|
|
11
|
+
export default meta;
|
|
12
|
+
type Story = StoryObj<typeof meta>;
|
|
13
|
+
|
|
14
|
+
export const Default: Story = {
|
|
15
|
+
render: (args: any) => ({
|
|
16
|
+
setup() {
|
|
17
|
+
return { args };
|
|
18
|
+
},
|
|
19
|
+
components: { UseBreakpoints },
|
|
20
|
+
template: `<div><UseBreakpoints /></div>`,
|
|
21
|
+
}),
|
|
22
|
+
};
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<UiButton v-if="lg">Button for LG</UiButton>
|
|
3
|
+
<UiIconButton v-else icon-name="emoji" />
|
|
4
|
+
</template>
|
|
5
|
+
|
|
6
|
+
<script setup lang="ts">
|
|
7
|
+
import useBreakpoints from "./useBreakpoints";
|
|
8
|
+
import UiIconButton from "@/components/UiIconButton/UiIconButton.vue";
|
|
9
|
+
import UiButton from "@/components/UiButton/UiButton.vue";
|
|
10
|
+
|
|
11
|
+
const { lg } = useBreakpoints();
|
|
12
|
+
</script>
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import UseTailwindBreakpoints from "./UseTailwindBreakpoints.vue";
|
|
2
|
+
import type { Meta, StoryObj } from "@storybook/vue3";
|
|
3
|
+
|
|
4
|
+
const meta = {
|
|
5
|
+
title: "tailwind/useTailwindBreakpoints.ts",
|
|
6
|
+
component: UseTailwindBreakpoints,
|
|
7
|
+
argTypes: {},
|
|
8
|
+
parameters: {},
|
|
9
|
+
} satisfies Meta<typeof UseTailwindBreakpoints>;
|
|
10
|
+
|
|
11
|
+
export default meta;
|
|
12
|
+
type Story = StoryObj<typeof meta>;
|
|
13
|
+
|
|
14
|
+
export const Default: Story = {
|
|
15
|
+
render: (args: any) => ({
|
|
16
|
+
setup() {
|
|
17
|
+
return { args };
|
|
18
|
+
},
|
|
19
|
+
components: { UseTailwindBreakpoints },
|
|
20
|
+
template: `<div><UseTailwindBreakpoints /></div>`,
|
|
21
|
+
}),
|
|
22
|
+
};
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<UiButton v-if="lg">Button for LG</UiButton>
|
|
3
|
+
<UiIconButton v-else icon-name="emoji" />
|
|
4
|
+
</template>
|
|
5
|
+
|
|
6
|
+
<script setup lang="ts">
|
|
7
|
+
import useTailwindBreakpoints from "./useTailwindBreakpoints";
|
|
8
|
+
import UiIconButton from "@/components/UiIconButton/UiIconButton.vue";
|
|
9
|
+
import UiButton from "@/components/UiButton/UiButton.vue";
|
|
10
|
+
|
|
11
|
+
const { lg } = useTailwindBreakpoints();
|
|
12
|
+
</script>
|
|
13
|
+
./useBreakpoints
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { openBlock as e, createElementBlock as o, createElementVNode as t } from "vue";
|
|
2
|
+
const n = {
|
|
3
|
+
viewBox: "0 0 16 16",
|
|
4
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
5
|
+
}, l = /* @__PURE__ */ t("path", {
|
|
6
|
+
"fill-rule": "evenodd",
|
|
7
|
+
"clip-rule": "evenodd",
|
|
8
|
+
d: "M12 6.66671C12.3687 6.66671 12.6667 6.96537 12.6667 7.33337C12.6667 9.68004 10.9247 11.6214 8.66668 11.9467V13.4708C8.66668 13.839 8.3682 14.1375 8.00001 14.1375C7.63182 14.1375 7.33334 13.839 7.33334 13.4708V11.9467C5.07534 11.6214 3.33334 9.68004 3.33334 7.33337C3.33334 6.96537 3.63134 6.66671 4.00001 6.66671C4.36868 6.66671 4.66668 6.96537 4.66668 7.33337C4.66668 9.17137 6.16201 10.6667 8.00001 10.6667C9.83801 10.6667 11.3333 9.17137 11.3333 7.33337C11.3333 6.96537 11.6313 6.66671 12 6.66671ZM10.1667 7.33337C10.1667 8.5279 9.19453 9.50004 8.00001 9.50004C6.80549 9.50004 5.83334 8.5279 5.83334 7.33337V5.00004C5.83334 3.80552 6.80549 2.83337 8.00001 2.83337C9.19453 2.83337 10.1667 3.80552 10.1667 5.00004V7.33337Z"
|
|
9
|
+
}, null, -1), r = [
|
|
10
|
+
l
|
|
11
|
+
];
|
|
12
|
+
function C(c, d) {
|
|
13
|
+
return e(), o("svg", n, r);
|
|
14
|
+
}
|
|
15
|
+
const i = { render: C };
|
|
16
|
+
export {
|
|
17
|
+
i as default,
|
|
18
|
+
C as render
|
|
19
|
+
};
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { openBlock as e, createElementBlock as t, createElementVNode as o } from "vue";
|
|
2
|
+
const r = {
|
|
3
|
+
viewBox: "0 0 24 24",
|
|
4
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
5
|
+
}, n = /* @__PURE__ */ o("path", {
|
|
6
|
+
d: "M16.3065 18.7205L18 20.3505L18 18L18 5C18 3.89543 17.1046 3 16 3L8 3C6.89543 3 6 3.89543 6 5L6 18L6 20.3505L7.69347 18.7205L12 14.5754L16.3065 18.7205Z",
|
|
7
|
+
stroke: "#212121",
|
|
8
|
+
"stroke-width": "2"
|
|
9
|
+
}, null, -1), s = [
|
|
10
|
+
n
|
|
11
|
+
];
|
|
12
|
+
function c(d, L) {
|
|
13
|
+
return e(), t("svg", r, s);
|
|
14
|
+
}
|
|
15
|
+
const _ = { render: c };
|
|
16
|
+
export {
|
|
17
|
+
_ as default,
|
|
18
|
+
c as render
|
|
19
|
+
};
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { openBlock as e, createElementBlock as t, createElementVNode as o } from "vue";
|
|
2
|
+
const n = {
|
|
3
|
+
viewBox: "0 0 24 24",
|
|
4
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
5
|
+
}, r = /* @__PURE__ */ o("path", {
|
|
6
|
+
d: "M16.3065 18.7205L18 20.3505L18 18L18 5C18 3.89543 17.1046 3 16 3L8 3C6.89543 3 6 3.89543 6 5L6 18L6 20.3505L7.69347 18.7205L12 14.5754L16.3065 18.7205Z",
|
|
7
|
+
"stroke-width": "2"
|
|
8
|
+
}, null, -1), c = [
|
|
9
|
+
r
|
|
10
|
+
];
|
|
11
|
+
function s(d, L) {
|
|
12
|
+
return e(), t("svg", n, c);
|
|
13
|
+
}
|
|
14
|
+
const _ = { render: s };
|
|
15
|
+
export {
|
|
16
|
+
_ as default,
|
|
17
|
+
s as render
|
|
18
|
+
};
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { openBlock as e, createElementBlock as t, createElementVNode as o } from "vue";
|
|
2
|
+
const n = {
|
|
3
|
+
viewBox: "0 0 24 24",
|
|
4
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
5
|
+
}, r = /* @__PURE__ */ o("path", {
|
|
6
|
+
d: "M15.7954 17.7096L17.5 19.4024L17.5 17L17.5 5C17.5 3.89543 16.6046 3 15.5 3L8.5 3C7.39543 3 6.5 3.89543 6.5 5L6.5 17L6.5 19.4024L8.20464 17.7096L12 13.9406L15.7954 17.7096Z",
|
|
7
|
+
"stroke-width": "2"
|
|
8
|
+
}, null, -1), c = [
|
|
9
|
+
r
|
|
10
|
+
];
|
|
11
|
+
function s(l, d) {
|
|
12
|
+
return e(), t("svg", n, c);
|
|
13
|
+
}
|
|
14
|
+
const i = { render: s };
|
|
15
|
+
export {
|
|
16
|
+
i as default,
|
|
17
|
+
s as render
|
|
18
|
+
};
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { openBlock as e, createElementBlock as t, createElementVNode as o } from "vue";
|
|
2
|
+
const r = {
|
|
3
|
+
viewBox: "0 0 24 24",
|
|
4
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
5
|
+
}, n = /* @__PURE__ */ o("path", {
|
|
6
|
+
d: "M15.7954 17.7096L17.5 19.4024L17.5 17L17.5 5C17.5 3.89543 16.6046 3 15.5 3L8.5 3C7.39543 3 6.5 3.89543 6.5 5L6.5 17L6.5 19.4024L8.20464 17.7096L12 13.9406L15.7954 17.7096Z",
|
|
7
|
+
stroke: "#212121",
|
|
8
|
+
"stroke-width": "2"
|
|
9
|
+
}, null, -1), s = [
|
|
10
|
+
n
|
|
11
|
+
];
|
|
12
|
+
function c(l, d) {
|
|
13
|
+
return e(), t("svg", r, s);
|
|
14
|
+
}
|
|
15
|
+
const i = { render: c };
|
|
16
|
+
export {
|
|
17
|
+
i as default,
|
|
18
|
+
c as render
|
|
19
|
+
};
|
|
@@ -15,6 +15,9 @@ declare const meta: {
|
|
|
15
15
|
description?: string | undefined;
|
|
16
16
|
truncateTitle?: boolean | undefined;
|
|
17
17
|
readonly view: "compact" | "standard" | "preview";
|
|
18
|
+
class?: unknown;
|
|
19
|
+
style?: unknown;
|
|
20
|
+
readonly title: string;
|
|
18
21
|
key?: string | number | symbol | undefined;
|
|
19
22
|
ref?: import("vue").VNodeRef | undefined;
|
|
20
23
|
ref_for?: boolean | undefined;
|
|
@@ -57,9 +60,6 @@ declare const meta: {
|
|
|
57
60
|
}>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
58
61
|
[key: string]: any;
|
|
59
62
|
}>) => void)[] | undefined;
|
|
60
|
-
class?: unknown;
|
|
61
|
-
style?: unknown;
|
|
62
|
-
readonly title: string;
|
|
63
63
|
readonly date: string;
|
|
64
64
|
readonly noticeType: {
|
|
65
65
|
iconName: "event" | "topic";
|
|
@@ -373,6 +373,9 @@ declare const meta: {
|
|
|
373
373
|
description?: string | undefined;
|
|
374
374
|
truncateTitle?: boolean | undefined;
|
|
375
375
|
readonly view: "compact" | "standard" | "preview";
|
|
376
|
+
class?: unknown;
|
|
377
|
+
style?: unknown;
|
|
378
|
+
readonly title: string;
|
|
376
379
|
key?: string | number | symbol | undefined;
|
|
377
380
|
ref?: import("vue").VNodeRef | undefined;
|
|
378
381
|
ref_for?: boolean | undefined;
|
|
@@ -415,9 +418,6 @@ declare const meta: {
|
|
|
415
418
|
}>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
416
419
|
[key: string]: any;
|
|
417
420
|
}>) => void)[] | undefined;
|
|
418
|
-
class?: unknown;
|
|
419
|
-
style?: unknown;
|
|
420
|
-
readonly title: string;
|
|
421
421
|
readonly date: string;
|
|
422
422
|
readonly noticeType: {
|
|
423
423
|
iconName: "event" | "topic";
|
|
@@ -652,6 +652,8 @@ declare const meta: {
|
|
|
652
652
|
fill?: string | undefined;
|
|
653
653
|
color?: string | undefined;
|
|
654
654
|
iconIsFilled?: boolean | undefined;
|
|
655
|
+
class?: unknown;
|
|
656
|
+
style?: unknown;
|
|
655
657
|
key?: string | number | symbol | undefined;
|
|
656
658
|
ref?: import("vue").VNodeRef | undefined;
|
|
657
659
|
ref_for?: boolean | undefined;
|
|
@@ -694,8 +696,6 @@ declare const meta: {
|
|
|
694
696
|
}>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
695
697
|
[key: string]: any;
|
|
696
698
|
}>) => void)[] | undefined;
|
|
697
|
-
class?: unknown;
|
|
698
|
-
style?: unknown;
|
|
699
699
|
};
|
|
700
700
|
$attrs: {
|
|
701
701
|
[x: string]: unknown;
|
|
@@ -873,6 +873,8 @@ declare const meta: {
|
|
|
873
873
|
iconName?: string | null | undefined;
|
|
874
874
|
mobileTrim?: boolean | undefined;
|
|
875
875
|
screenReaderText?: string | undefined;
|
|
876
|
+
class?: unknown;
|
|
877
|
+
style?: unknown;
|
|
876
878
|
key?: string | number | symbol | undefined;
|
|
877
879
|
ref?: import("vue").VNodeRef | undefined;
|
|
878
880
|
ref_for?: boolean | undefined;
|
|
@@ -915,8 +917,6 @@ declare const meta: {
|
|
|
915
917
|
}>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
916
918
|
[key: string]: any;
|
|
917
919
|
}>) => void)[] | undefined;
|
|
918
|
-
class?: unknown;
|
|
919
|
-
style?: unknown;
|
|
920
920
|
};
|
|
921
921
|
$attrs: {
|
|
922
922
|
[x: string]: unknown;
|
|
@@ -11,6 +11,8 @@ declare const meta: {
|
|
|
11
11
|
imgSrc?: string | undefined;
|
|
12
12
|
imgAlt?: string | undefined;
|
|
13
13
|
imgCount?: number | undefined;
|
|
14
|
+
class?: unknown;
|
|
15
|
+
style?: unknown;
|
|
14
16
|
key?: string | number | symbol | undefined;
|
|
15
17
|
ref?: import("vue").VNodeRef | undefined;
|
|
16
18
|
ref_for?: boolean | undefined;
|
|
@@ -53,8 +55,6 @@ declare const meta: {
|
|
|
53
55
|
}>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
54
56
|
[key: string]: any;
|
|
55
57
|
}>) => void)[] | undefined;
|
|
56
|
-
class?: unknown;
|
|
57
|
-
style?: unknown;
|
|
58
58
|
};
|
|
59
59
|
$attrs: {
|
|
60
60
|
[x: string]: unknown;
|
|
@@ -6,6 +6,10 @@ declare const meta: {
|
|
|
6
6
|
type: import("vue").PropType<string>;
|
|
7
7
|
default: string;
|
|
8
8
|
};
|
|
9
|
+
readonly: {
|
|
10
|
+
type: import("vue").PropType<boolean>;
|
|
11
|
+
default: boolean;
|
|
12
|
+
};
|
|
9
13
|
placeholder: {
|
|
10
14
|
type: import("vue").PropType<string>;
|
|
11
15
|
default: string;
|
|
@@ -18,11 +22,18 @@ declare const meta: {
|
|
|
18
22
|
type: import("vue").PropType<string[]>;
|
|
19
23
|
default: () => never[];
|
|
20
24
|
};
|
|
21
|
-
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin,
|
|
25
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
26
|
+
input: (...args: any[]) => void;
|
|
27
|
+
select: (...args: any[]) => void;
|
|
28
|
+
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
22
29
|
label: {
|
|
23
30
|
type: import("vue").PropType<string>;
|
|
24
31
|
default: string;
|
|
25
32
|
};
|
|
33
|
+
readonly: {
|
|
34
|
+
type: import("vue").PropType<boolean>;
|
|
35
|
+
default: boolean;
|
|
36
|
+
};
|
|
26
37
|
placeholder: {
|
|
27
38
|
type: import("vue").PropType<string>;
|
|
28
39
|
default: string;
|
|
@@ -40,6 +51,7 @@ declare const meta: {
|
|
|
40
51
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
41
52
|
}, {
|
|
42
53
|
label: string;
|
|
54
|
+
readonly: boolean;
|
|
43
55
|
placeholder: string;
|
|
44
56
|
value: string;
|
|
45
57
|
options: string[];
|
|
@@ -3,6 +3,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3
3
|
type: import("vue").PropType<string>;
|
|
4
4
|
default: string;
|
|
5
5
|
};
|
|
6
|
+
readonly: {
|
|
7
|
+
type: import("vue").PropType<boolean>;
|
|
8
|
+
default: boolean;
|
|
9
|
+
};
|
|
6
10
|
placeholder: {
|
|
7
11
|
type: import("vue").PropType<string>;
|
|
8
12
|
default: string;
|
|
@@ -15,11 +19,18 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
15
19
|
type: import("vue").PropType<string[]>;
|
|
16
20
|
default: () => never[];
|
|
17
21
|
};
|
|
18
|
-
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin,
|
|
22
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
23
|
+
input: (...args: any[]) => void;
|
|
24
|
+
select: (...args: any[]) => void;
|
|
25
|
+
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
19
26
|
label: {
|
|
20
27
|
type: import("vue").PropType<string>;
|
|
21
28
|
default: string;
|
|
22
29
|
};
|
|
30
|
+
readonly: {
|
|
31
|
+
type: import("vue").PropType<boolean>;
|
|
32
|
+
default: boolean;
|
|
33
|
+
};
|
|
23
34
|
placeholder: {
|
|
24
35
|
type: import("vue").PropType<string>;
|
|
25
36
|
default: string;
|
|
@@ -37,6 +48,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
37
48
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
38
49
|
}, {
|
|
39
50
|
label: string;
|
|
51
|
+
readonly: boolean;
|
|
40
52
|
placeholder: string;
|
|
41
53
|
value: string;
|
|
42
54
|
options: string[];
|
|
@@ -13,6 +13,8 @@ declare const meta: {
|
|
|
13
13
|
iconName?: string | null | undefined;
|
|
14
14
|
mobileTrim?: boolean | undefined;
|
|
15
15
|
screenReaderText?: string | undefined;
|
|
16
|
+
class?: unknown;
|
|
17
|
+
style?: unknown;
|
|
16
18
|
key?: string | number | symbol | undefined;
|
|
17
19
|
ref?: import("vue").VNodeRef | undefined;
|
|
18
20
|
ref_for?: boolean | undefined;
|
|
@@ -55,8 +57,6 @@ declare const meta: {
|
|
|
55
57
|
}>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
56
58
|
[key: string]: any;
|
|
57
59
|
}>) => void)[] | undefined;
|
|
58
|
-
class?: unknown;
|
|
59
|
-
style?: unknown;
|
|
60
60
|
};
|
|
61
61
|
$attrs: {
|
|
62
62
|
[x: string]: unknown;
|
|
@@ -10,9 +10,12 @@ declare const meta: {
|
|
|
10
10
|
color?: "blue" | "white" | "gray" | "transparent" | "light-gray" | undefined;
|
|
11
11
|
iconName?: string | null | undefined;
|
|
12
12
|
disabled?: boolean | undefined;
|
|
13
|
-
href?: string | undefined;
|
|
14
13
|
rounded?: boolean | undefined;
|
|
15
14
|
disabledVariant?: "primary" | "secondary" | undefined;
|
|
15
|
+
href?: string | undefined;
|
|
16
|
+
class?: unknown;
|
|
17
|
+
style?: unknown;
|
|
18
|
+
onClick?: (() => any) | undefined;
|
|
16
19
|
key?: string | number | symbol | undefined;
|
|
17
20
|
ref?: import("vue").VNodeRef | undefined;
|
|
18
21
|
ref_for?: boolean | undefined;
|
|
@@ -55,9 +58,6 @@ declare const meta: {
|
|
|
55
58
|
}>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
56
59
|
[key: string]: any;
|
|
57
60
|
}>) => void)[] | undefined;
|
|
58
|
-
class?: unknown;
|
|
59
|
-
style?: unknown;
|
|
60
|
-
onClick?: (() => any) | undefined;
|
|
61
61
|
};
|
|
62
62
|
$attrs: {
|
|
63
63
|
[x: string]: unknown;
|
|
@@ -89,10 +89,6 @@ declare const meta: {
|
|
|
89
89
|
type: import("vue").PropType<boolean>;
|
|
90
90
|
default: boolean;
|
|
91
91
|
};
|
|
92
|
-
href: {
|
|
93
|
-
type: import("vue").PropType<string>;
|
|
94
|
-
default: string;
|
|
95
|
-
};
|
|
96
92
|
rounded: {
|
|
97
93
|
type: import("vue").PropType<boolean>;
|
|
98
94
|
default: boolean;
|
|
@@ -101,6 +97,10 @@ declare const meta: {
|
|
|
101
97
|
type: import("vue").PropType<"primary" | "secondary">;
|
|
102
98
|
default: string;
|
|
103
99
|
};
|
|
100
|
+
href: {
|
|
101
|
+
type: import("vue").PropType<string>;
|
|
102
|
+
default: string;
|
|
103
|
+
};
|
|
104
104
|
}>> & {
|
|
105
105
|
onClick?: (() => any) | undefined;
|
|
106
106
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
@@ -110,9 +110,9 @@ declare const meta: {
|
|
|
110
110
|
color: "blue" | "white" | "gray" | "transparent" | "light-gray";
|
|
111
111
|
iconName: string | null;
|
|
112
112
|
disabled: boolean;
|
|
113
|
-
href: string;
|
|
114
113
|
rounded: boolean;
|
|
115
114
|
disabledVariant: "primary" | "secondary";
|
|
115
|
+
href: string;
|
|
116
116
|
}, {}, string, {}> & {
|
|
117
117
|
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
118
118
|
created?: ((() => void) | (() => void)[]) | undefined;
|
|
@@ -150,10 +150,6 @@ declare const meta: {
|
|
|
150
150
|
type: import("vue").PropType<boolean>;
|
|
151
151
|
default: boolean;
|
|
152
152
|
};
|
|
153
|
-
href: {
|
|
154
|
-
type: import("vue").PropType<string>;
|
|
155
|
-
default: string;
|
|
156
|
-
};
|
|
157
153
|
rounded: {
|
|
158
154
|
type: import("vue").PropType<boolean>;
|
|
159
155
|
default: boolean;
|
|
@@ -162,6 +158,10 @@ declare const meta: {
|
|
|
162
158
|
type: import("vue").PropType<"primary" | "secondary">;
|
|
163
159
|
default: string;
|
|
164
160
|
};
|
|
161
|
+
href: {
|
|
162
|
+
type: import("vue").PropType<string>;
|
|
163
|
+
default: string;
|
|
164
|
+
};
|
|
165
165
|
}>> & {
|
|
166
166
|
onClick?: (() => any) | undefined;
|
|
167
167
|
} & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
|
|
@@ -185,10 +185,6 @@ declare const meta: {
|
|
|
185
185
|
type: import("vue").PropType<boolean>;
|
|
186
186
|
default: boolean;
|
|
187
187
|
};
|
|
188
|
-
href: {
|
|
189
|
-
type: import("vue").PropType<string>;
|
|
190
|
-
default: string;
|
|
191
|
-
};
|
|
192
188
|
rounded: {
|
|
193
189
|
type: import("vue").PropType<boolean>;
|
|
194
190
|
default: boolean;
|
|
@@ -197,6 +193,10 @@ declare const meta: {
|
|
|
197
193
|
type: import("vue").PropType<"primary" | "secondary">;
|
|
198
194
|
default: string;
|
|
199
195
|
};
|
|
196
|
+
href: {
|
|
197
|
+
type: import("vue").PropType<string>;
|
|
198
|
+
default: string;
|
|
199
|
+
};
|
|
200
200
|
}>> & {
|
|
201
201
|
onClick?: (() => any) | undefined;
|
|
202
202
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
@@ -206,9 +206,9 @@ declare const meta: {
|
|
|
206
206
|
color: "blue" | "white" | "gray" | "transparent" | "light-gray";
|
|
207
207
|
iconName: string | null;
|
|
208
208
|
disabled: boolean;
|
|
209
|
-
href: string;
|
|
210
209
|
rounded: boolean;
|
|
211
210
|
disabledVariant: "primary" | "secondary";
|
|
211
|
+
href: string;
|
|
212
212
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
213
213
|
$slots: {
|
|
214
214
|
default?(_: {}): any;
|
|
@@ -15,10 +15,6 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
15
15
|
type: import("vue").PropType<boolean>;
|
|
16
16
|
default: boolean;
|
|
17
17
|
};
|
|
18
|
-
href: {
|
|
19
|
-
type: import("vue").PropType<string>;
|
|
20
|
-
default: string;
|
|
21
|
-
};
|
|
22
18
|
rounded: {
|
|
23
19
|
type: import("vue").PropType<boolean>;
|
|
24
20
|
default: boolean;
|
|
@@ -27,6 +23,10 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
27
23
|
type: import("vue").PropType<"primary" | "secondary">;
|
|
28
24
|
default: string;
|
|
29
25
|
};
|
|
26
|
+
href: {
|
|
27
|
+
type: import("vue").PropType<string>;
|
|
28
|
+
default: string;
|
|
29
|
+
};
|
|
30
30
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
31
31
|
click: () => void;
|
|
32
32
|
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -46,10 +46,6 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
46
46
|
type: import("vue").PropType<boolean>;
|
|
47
47
|
default: boolean;
|
|
48
48
|
};
|
|
49
|
-
href: {
|
|
50
|
-
type: import("vue").PropType<string>;
|
|
51
|
-
default: string;
|
|
52
|
-
};
|
|
53
49
|
rounded: {
|
|
54
50
|
type: import("vue").PropType<boolean>;
|
|
55
51
|
default: boolean;
|
|
@@ -58,6 +54,10 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
58
54
|
type: import("vue").PropType<"primary" | "secondary">;
|
|
59
55
|
default: string;
|
|
60
56
|
};
|
|
57
|
+
href: {
|
|
58
|
+
type: import("vue").PropType<string>;
|
|
59
|
+
default: string;
|
|
60
|
+
};
|
|
61
61
|
}>> & {
|
|
62
62
|
onClick?: (() => any) | undefined;
|
|
63
63
|
}, {
|
|
@@ -65,9 +65,9 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
65
65
|
color: "blue" | "white" | "gray" | "transparent" | "light-gray";
|
|
66
66
|
iconName: string | null;
|
|
67
67
|
disabled: boolean;
|
|
68
|
-
href: string;
|
|
69
68
|
rounded: boolean;
|
|
70
69
|
disabledVariant: "primary" | "secondary";
|
|
70
|
+
href: string;
|
|
71
71
|
}, {}>, {
|
|
72
72
|
default?(_: {}): any;
|
|
73
73
|
}>;
|
|
@@ -6,6 +6,8 @@ declare const meta: {
|
|
|
6
6
|
$: import("vue").ComponentInternalInstance;
|
|
7
7
|
$data: {};
|
|
8
8
|
$props: {
|
|
9
|
+
class?: unknown;
|
|
10
|
+
style?: unknown;
|
|
9
11
|
key?: string | number | symbol | undefined;
|
|
10
12
|
ref?: import("vue").VNodeRef | undefined;
|
|
11
13
|
ref_for?: boolean | undefined;
|
|
@@ -48,8 +50,6 @@ declare const meta: {
|
|
|
48
50
|
}>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
49
51
|
[key: string]: any;
|
|
50
52
|
}>) => void)[] | undefined;
|
|
51
|
-
class?: unknown;
|
|
52
|
-
style?: unknown;
|
|
53
53
|
};
|
|
54
54
|
$attrs: {
|
|
55
55
|
[x: string]: unknown;
|
|
@@ -6,6 +6,8 @@ declare const meta: {
|
|
|
6
6
|
$: import("vue").ComponentInternalInstance;
|
|
7
7
|
$data: {};
|
|
8
8
|
$props: {
|
|
9
|
+
class?: unknown;
|
|
10
|
+
style?: unknown;
|
|
9
11
|
key?: string | number | symbol | undefined;
|
|
10
12
|
ref?: import("vue").VNodeRef | undefined;
|
|
11
13
|
ref_for?: boolean | undefined;
|
|
@@ -48,8 +50,6 @@ declare const meta: {
|
|
|
48
50
|
}>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
49
51
|
[key: string]: any;
|
|
50
52
|
}>) => void)[] | undefined;
|
|
51
|
-
class?: unknown;
|
|
52
|
-
style?: unknown;
|
|
53
53
|
};
|
|
54
54
|
$attrs: {
|
|
55
55
|
[x: string]: unknown;
|
|
@@ -12,6 +12,9 @@ declare const meta: {
|
|
|
12
12
|
errorMessage?: string | undefined;
|
|
13
13
|
checked?: boolean | undefined;
|
|
14
14
|
showError?: boolean | undefined;
|
|
15
|
+
class?: unknown;
|
|
16
|
+
style?: unknown;
|
|
17
|
+
onChange?: ((...args: any[]) => any) | undefined;
|
|
15
18
|
key?: string | number | symbol | undefined;
|
|
16
19
|
ref?: import("vue").VNodeRef | undefined;
|
|
17
20
|
ref_for?: boolean | undefined;
|
|
@@ -54,9 +57,6 @@ declare const meta: {
|
|
|
54
57
|
}>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
55
58
|
[key: string]: any;
|
|
56
59
|
}>) => void)[] | undefined;
|
|
57
|
-
class?: unknown;
|
|
58
|
-
style?: unknown;
|
|
59
|
-
onChange?: ((...args: any[]) => any) | undefined;
|
|
60
60
|
};
|
|
61
61
|
$attrs: {
|
|
62
62
|
[x: string]: unknown;
|
|
@@ -98,7 +98,9 @@ declare const meta: {
|
|
|
98
98
|
};
|
|
99
99
|
}>> & {
|
|
100
100
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
101
|
-
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin,
|
|
101
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
102
|
+
change: (...args: any[]) => void;
|
|
103
|
+
}, string, {
|
|
102
104
|
size: "small" | "medium";
|
|
103
105
|
color: "blue" | "gray";
|
|
104
106
|
disabled: boolean;
|
|
@@ -183,7 +185,9 @@ declare const meta: {
|
|
|
183
185
|
};
|
|
184
186
|
}>> & {
|
|
185
187
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
186
|
-
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin,
|
|
188
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
189
|
+
change: (...args: any[]) => void;
|
|
190
|
+
}, string, {
|
|
187
191
|
size: "small" | "medium";
|
|
188
192
|
color: "blue" | "gray";
|
|
189
193
|
disabled: boolean;
|
|
@@ -23,7 +23,9 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
23
23
|
type: import("vue").PropType<boolean>;
|
|
24
24
|
default: boolean;
|
|
25
25
|
};
|
|
26
|
-
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin,
|
|
26
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
27
|
+
change: (...args: any[]) => void;
|
|
28
|
+
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
27
29
|
size: {
|
|
28
30
|
type: import("vue").PropType<"small" | "medium">;
|
|
29
31
|
default: string;
|
|
@@ -18,7 +18,11 @@ declare const meta: {
|
|
|
18
18
|
type: import("vue").PropType<boolean>;
|
|
19
19
|
default: boolean;
|
|
20
20
|
};
|
|
21
|
-
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin,
|
|
21
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
22
|
+
input: (...args: any[]) => void;
|
|
23
|
+
"checked-all": (...args: any[]) => void;
|
|
24
|
+
"item-checked": (...args: any[]) => void;
|
|
25
|
+
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
22
26
|
disabled: {
|
|
23
27
|
type: import("vue").PropType<boolean>;
|
|
24
28
|
default: boolean;
|
|
@@ -16,7 +16,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
16
16
|
type: import("vue").PropType<boolean>;
|
|
17
17
|
default: boolean;
|
|
18
18
|
};
|
|
19
|
-
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin,
|
|
19
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
20
|
+
input: (...args: any[]) => void;
|
|
21
|
+
"checked-all": (...args: any[]) => void;
|
|
22
|
+
"item-checked": (...args: any[]) => void;
|
|
23
|
+
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
20
24
|
disabled: {
|
|
21
25
|
type: import("vue").PropType<boolean>;
|
|
22
26
|
default: boolean;
|