@muenchen/muc-patternlab-vue 1.0.1-beta.5 → 1.0.1-beta.7
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/README.md +9 -31
- package/package.json +9 -5
- package/dist/assets/temporary/muc-icons.svg +0 -109
- package/dist/assets/temporary/muenchende-fontfaces.css +0 -47
- package/dist/assets/temporary/muenchende-style.css +0 -1
- package/dist/components/Banner/MucBanner.vue.d.ts +0 -24
- package/dist/components/Banner/index.d.ts +0 -46
- package/dist/components/Button/MucButton.vue.d.ts +0 -21
- package/dist/components/Button/index.d.ts +0 -3
- package/dist/components/Intro/MucIntro.vue.d.ts +0 -17
- package/dist/components/Intro/index.d.ts +0 -3
- package/dist/components/index.d.ts +0 -5
- package/dist/index.d.ts +0 -8
- package/dist/main.d.ts +0 -1
- package/dist/muc-patternlab-vue.es.js +0 -116
- package/dist/style.css +0 -1
- package/dist/types/App.vue.d.ts +0 -2
- package/dist/types/components/Banner/MucBanner.vue.d.ts +0 -23
- package/dist/types/components/Banner/index.d.ts +0 -46
- package/dist/types/components/Button/MucButton.vue.d.ts +0 -21
- package/dist/types/components/Button/index.d.ts +0 -2
- package/dist/types/components/Intro/MucIntro.vue.d.ts +0 -17
- package/dist/types/components/Intro/index.d.ts +0 -2
- package/dist/types/components/index.d.ts +0 -4
- package/dist/types/index.d.ts +0 -8
- package/dist/types/main.d.ts +0 -1
- package/src/App.vue +0 -69
- package/src/main.ts +0 -4
package/dist/types/App.vue.d.ts
DELETED
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
import { type PropType } from "vue";
|
|
2
|
-
type bannerType = "info" | "warning" | "emergency";
|
|
3
|
-
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
4
|
-
type: {
|
|
5
|
-
type: PropType<bannerType>;
|
|
6
|
-
default: string;
|
|
7
|
-
};
|
|
8
|
-
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
9
|
-
type: {
|
|
10
|
-
type: PropType<bannerType>;
|
|
11
|
-
default: string;
|
|
12
|
-
};
|
|
13
|
-
}>>, {
|
|
14
|
-
type: bannerType;
|
|
15
|
-
}, {}>, {
|
|
16
|
-
default?(_: {}): any;
|
|
17
|
-
}>;
|
|
18
|
-
export default _default;
|
|
19
|
-
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
20
|
-
new (): {
|
|
21
|
-
$slots: S;
|
|
22
|
-
};
|
|
23
|
-
};
|
|
@@ -1,46 +0,0 @@
|
|
|
1
|
-
declare const _default: {
|
|
2
|
-
MucBanner: {
|
|
3
|
-
new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
|
|
4
|
-
type: {
|
|
5
|
-
type: import("vue").PropType<"info" | "warning" | "emergency">;
|
|
6
|
-
default: string;
|
|
7
|
-
};
|
|
8
|
-
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
9
|
-
type: {
|
|
10
|
-
type: import("vue").PropType<"info" | "warning" | "emergency">;
|
|
11
|
-
default: string;
|
|
12
|
-
};
|
|
13
|
-
}>>, {
|
|
14
|
-
type: "info" | "warning" | "emergency";
|
|
15
|
-
}, true, {}, {}, {
|
|
16
|
-
P: {};
|
|
17
|
-
B: {};
|
|
18
|
-
D: {};
|
|
19
|
-
C: {};
|
|
20
|
-
M: {};
|
|
21
|
-
Defaults: {};
|
|
22
|
-
}, Readonly<import("vue").ExtractPropTypes<{
|
|
23
|
-
type: {
|
|
24
|
-
type: import("vue").PropType<"info" | "warning" | "emergency">;
|
|
25
|
-
default: string;
|
|
26
|
-
};
|
|
27
|
-
}>>, {}, {}, {}, {}, {
|
|
28
|
-
type: "info" | "warning" | "emergency";
|
|
29
|
-
}>;
|
|
30
|
-
__isFragment?: undefined;
|
|
31
|
-
__isTeleport?: undefined;
|
|
32
|
-
__isSuspense?: undefined;
|
|
33
|
-
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
34
|
-
type: {
|
|
35
|
-
type: import("vue").PropType<"info" | "warning" | "emergency">;
|
|
36
|
-
default: string;
|
|
37
|
-
};
|
|
38
|
-
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
39
|
-
type: "info" | "warning" | "emergency";
|
|
40
|
-
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
41
|
-
$slots: {
|
|
42
|
-
default?(_: {}): any;
|
|
43
|
-
};
|
|
44
|
-
});
|
|
45
|
-
};
|
|
46
|
-
export default _default;
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
2
|
-
expanded: {
|
|
3
|
-
type: BooleanConstructor;
|
|
4
|
-
default: boolean;
|
|
5
|
-
};
|
|
6
|
-
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
7
|
-
expanded: {
|
|
8
|
-
type: BooleanConstructor;
|
|
9
|
-
default: boolean;
|
|
10
|
-
};
|
|
11
|
-
}>>, {
|
|
12
|
-
expanded: boolean;
|
|
13
|
-
}, {}>, {
|
|
14
|
-
default?(_: {}): any;
|
|
15
|
-
}>;
|
|
16
|
-
export default _default;
|
|
17
|
-
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
18
|
-
new (): {
|
|
19
|
-
$slots: S;
|
|
20
|
-
};
|
|
21
|
-
};
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
2
|
-
title: {
|
|
3
|
-
type: StringConstructor;
|
|
4
|
-
};
|
|
5
|
-
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
6
|
-
title: {
|
|
7
|
-
type: StringConstructor;
|
|
8
|
-
};
|
|
9
|
-
}>>, {}, {}>, {
|
|
10
|
-
default?(_: {}): any;
|
|
11
|
-
}>;
|
|
12
|
-
export default _default;
|
|
13
|
-
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
14
|
-
new (): {
|
|
15
|
-
$slots: S;
|
|
16
|
-
};
|
|
17
|
-
};
|
package/dist/types/index.d.ts
DELETED
package/dist/types/main.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
package/src/App.vue
DELETED
|
@@ -1,69 +0,0 @@
|
|
|
1
|
-
<script setup lang="ts">
|
|
2
|
-
import sprites from "../public/assets/temporary/muc-icons.svg?raw";
|
|
3
|
-
|
|
4
|
-
import MucButton from './components/Button/MucButton.vue';
|
|
5
|
-
import MucBanner from './components/Banner/MucBanner.vue';
|
|
6
|
-
import MucIntro from "./components/Intro/MucIntro.vue";
|
|
7
|
-
</script>
|
|
8
|
-
|
|
9
|
-
<template>
|
|
10
|
-
<div>
|
|
11
|
-
<svg
|
|
12
|
-
style="display: none;"
|
|
13
|
-
v-html="sprites">
|
|
14
|
-
</svg>
|
|
15
|
-
|
|
16
|
-
<table>
|
|
17
|
-
<tr>
|
|
18
|
-
<th>MucButton</th>
|
|
19
|
-
<td><muc-button>Test Me!</muc-button></td>
|
|
20
|
-
</tr>
|
|
21
|
-
<tr>
|
|
22
|
-
<th>MucBanner info</th>
|
|
23
|
-
<td>
|
|
24
|
-
<muc-banner type="info">
|
|
25
|
-
Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt <a href="#">Mehr erfahren</a>
|
|
26
|
-
</muc-banner>
|
|
27
|
-
</td>
|
|
28
|
-
</tr>
|
|
29
|
-
<tr>
|
|
30
|
-
<th>MucBanner warning</th>
|
|
31
|
-
<td>
|
|
32
|
-
<muc-banner type="warning">
|
|
33
|
-
Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt <a href="#">Mehr erfahren</a>
|
|
34
|
-
</muc-banner>
|
|
35
|
-
</td>
|
|
36
|
-
</tr>
|
|
37
|
-
<tr>
|
|
38
|
-
<th>MucBanner emergency</th>
|
|
39
|
-
<td>
|
|
40
|
-
<muc-banner type="emergency">
|
|
41
|
-
Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt <a href="#">Mehr erfahren</a>
|
|
42
|
-
</muc-banner>
|
|
43
|
-
</td>
|
|
44
|
-
</tr>
|
|
45
|
-
<tr>
|
|
46
|
-
<th>MucIntro</th>
|
|
47
|
-
<td>
|
|
48
|
-
<muc-intro title="Testtitel">
|
|
49
|
-
Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt <a href="#">Mehr erfahren</a>
|
|
50
|
-
</muc-intro>
|
|
51
|
-
</td>
|
|
52
|
-
</tr>
|
|
53
|
-
</table>
|
|
54
|
-
</div>
|
|
55
|
-
</template>
|
|
56
|
-
|
|
57
|
-
<style>
|
|
58
|
-
@import "../public/assets/temporary/muenchende-style.css";
|
|
59
|
-
|
|
60
|
-
table {
|
|
61
|
-
width: 100%;
|
|
62
|
-
height: 100%;
|
|
63
|
-
border: 1px solid lightgray;
|
|
64
|
-
}
|
|
65
|
-
|
|
66
|
-
th, td {
|
|
67
|
-
padding: 8px;
|
|
68
|
-
}
|
|
69
|
-
</style>
|
package/src/main.ts
DELETED