@vc-shell/framework 1.0.181 → 1.0.182
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/CHANGELOG.md +9 -0
- package/dist/framework.js +5196 -5182
- package/dist/index.css +1 -1
- package/dist/shared/components/popup-handler/components/vc-popup-container/vc-popup-container.vue.d.ts.map +1 -1
- package/dist/shared/components/popup-handler/composables/usePopup/index.d.ts.map +1 -1
- package/dist/tailwind.config.d.ts +1 -2
- package/dist/tailwind.config.d.ts.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/dist/ui/components/atoms/vc-badge/index.d.ts +1 -79
- package/dist/ui/components/atoms/vc-badge/index.d.ts.map +1 -1
- package/dist/ui/components/atoms/vc-badge/vc-badge.stories.d.ts +389 -6
- package/dist/ui/components/atoms/vc-badge/vc-badge.stories.d.ts.map +1 -1
- package/dist/ui/components/atoms/vc-button/vc-button.stories.d.ts +2295 -5
- package/dist/ui/components/atoms/vc-button/vc-button.stories.d.ts.map +1 -1
- package/dist/ui/components/atoms/vc-card/vc-card.stories.d.ts +1119 -5
- package/dist/ui/components/atoms/vc-card/vc-card.stories.d.ts.map +1 -1
- package/dist/ui/components/atoms/vc-checkbox/vc-checkbox.stories.d.ts +1778 -5
- package/dist/ui/components/atoms/vc-checkbox/vc-checkbox.stories.d.ts.map +1 -1
- package/dist/ui/components/atoms/vc-col/vc-col.stories.d.ts +51 -5
- package/dist/ui/components/atoms/vc-col/vc-col.stories.d.ts.map +1 -1
- package/dist/ui/components/atoms/vc-hint/vc-hint.stories.d.ts +37 -5
- package/dist/ui/components/atoms/vc-hint/vc-hint.stories.d.ts.map +1 -1
- package/dist/ui/components/atoms/vc-icon/vc-icon.stories.d.ts +62 -5
- package/dist/ui/components/atoms/vc-icon/vc-icon.stories.d.ts.map +1 -1
- package/dist/ui/components/atoms/vc-image/vc-image.stories.d.ts +103 -5
- package/dist/ui/components/atoms/vc-image/vc-image.stories.d.ts.map +1 -1
- package/dist/ui/components/atoms/vc-label/vc-label.stories.d.ts +101 -5
- package/dist/ui/components/atoms/vc-label/vc-label.stories.d.ts.map +1 -1
- package/dist/ui/components/atoms/vc-link/vc-link.stories.d.ts +103 -5
- package/dist/ui/components/atoms/vc-link/vc-link.stories.d.ts.map +1 -1
- package/dist/ui/components/atoms/vc-loading/vc-loading.stories.d.ts +18 -5
- package/dist/ui/components/atoms/vc-loading/vc-loading.stories.d.ts.map +1 -1
- package/dist/ui/components/atoms/vc-progress/vc-progress.stories.d.ts +85 -5
- package/dist/ui/components/atoms/vc-progress/vc-progress.stories.d.ts.map +1 -1
- package/dist/ui/components/atoms/vc-row/vc-row.stories.d.ts +25 -5
- package/dist/ui/components/atoms/vc-row/vc-row.stories.d.ts.map +1 -1
- package/dist/ui/components/atoms/vc-status/vc-status.stories.d.ts +116 -5
- package/dist/ui/components/atoms/vc-status/vc-status.stories.d.ts.map +1 -1
- package/dist/ui/components/atoms/vc-switch/vc-switch.stories.d.ts +53 -5
- package/dist/ui/components/atoms/vc-switch/vc-switch.stories.d.ts.map +1 -1
- package/dist/ui/components/atoms/vc-video/vc-video.stories.d.ts +59 -0
- package/dist/ui/components/atoms/vc-video/vc-video.stories.d.ts.map +1 -0
- package/dist/ui/components/atoms/vc-widget/vc-widget.stories.d.ts +42 -5
- package/dist/ui/components/atoms/vc-widget/vc-widget.stories.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-breadcrumbs/vc-breadcrumbs.stories.d.ts +40 -5
- package/dist/ui/components/molecules/vc-breadcrumbs/vc-breadcrumbs.stories.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-editor/vc-editor.stories.d.ts +179 -5
- package/dist/ui/components/molecules/vc-editor/vc-editor.stories.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-field/vc-field.stories.d.ts +12 -0
- package/dist/ui/components/molecules/vc-field/vc-field.stories.d.ts.map +1 -0
- package/dist/ui/components/molecules/vc-file-upload/index.d.ts +19 -0
- package/dist/ui/components/molecules/vc-file-upload/index.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-file-upload/vc-file-upload.stories.d.ts +182 -5
- package/dist/ui/components/molecules/vc-file-upload/vc-file-upload.stories.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-file-upload/vc-file-upload.vue.d.ts +4 -0
- package/dist/ui/components/molecules/vc-file-upload/vc-file-upload.vue.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-form/vc-form.stories.d.ts +29 -5
- package/dist/ui/components/molecules/vc-form/vc-form.stories.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-input/vc-input.stories.d.ts +347 -5
- package/dist/ui/components/molecules/vc-input/vc-input.stories.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-input-currency/vc-input-currency.stories.d.ts +354 -5
- package/dist/ui/components/molecules/vc-input-currency/vc-input-currency.stories.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-multivalue/vc-multivalue.stories.d.ts +889 -0
- package/dist/ui/components/molecules/vc-multivalue/vc-multivalue.stories.d.ts.map +1 -0
- package/dist/ui/components/molecules/vc-pagination/vc-pagination.stories.d.ts +74 -5
- package/dist/ui/components/molecules/vc-pagination/vc-pagination.stories.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-rating/vc-rating.stories.d.ts +498 -5
- package/dist/ui/components/molecules/vc-rating/vc-rating.stories.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-select/vc-select.stories.d.ts +2567 -5
- package/dist/ui/components/molecules/vc-select/vc-select.stories.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-select/vc-select.vue.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-slider/vc-slider.stories.d.ts +156 -5
- package/dist/ui/components/molecules/vc-slider/vc-slider.stories.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-textarea/vc-textarea.stories.d.ts +1297 -5
- package/dist/ui/components/molecules/vc-textarea/vc-textarea.stories.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-app/vc-app.stories.d.ts +276 -5
- package/dist/ui/components/organisms/vc-app/vc-app.stories.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-app/vc-app.vue.d.ts +82 -3
- package/dist/ui/components/organisms/vc-app/vc-app.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-blade/index.d.ts +1 -179
- package/dist/ui/components/organisms/vc-blade/index.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-blade/vc-blade.stories.d.ts +209 -5
- package/dist/ui/components/organisms/vc-blade/vc-blade.stories.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-blade/vc-blade.vue.d.ts +6 -3
- package/dist/ui/components/organisms/vc-blade/vc-blade.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-gallery/vc-gallery.stories.d.ts +155 -6
- package/dist/ui/components/organisms/vc-gallery/vc-gallery.stories.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-gallery/vc-gallery.vue.d.ts +0 -4
- package/dist/ui/components/organisms/vc-gallery/vc-gallery.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-popup/vc-popup.vue.d.ts +13 -8
- package/dist/ui/components/organisms/vc-popup/vc-popup.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-table/_internal/vc-table-cell/vc-table-cell.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-table/vc-table.stories.d.ts +1272 -5
- package/dist/ui/components/organisms/vc-table/vc-table.stories.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-table/vc-table.vue.d.ts.map +1 -1
- package/package.json +6 -5
- package/shared/components/popup-handler/components/vc-popup-container/vc-popup-container.vue +1 -0
- package/shared/components/popup-handler/composables/usePopup/index.ts +8 -7
- package/tailwind.config.ts +2 -46
- package/ui/components/atoms/vc-badge/index.ts +1 -13
- package/ui/components/atoms/vc-badge/vc-badge.stories.ts +48 -20
- package/ui/components/atoms/vc-button/vc-button.stories.ts +111 -19
- package/ui/components/atoms/vc-card/vc-card.stories.ts +96 -18
- package/ui/components/atoms/vc-checkbox/vc-checkbox.stories.ts +75 -16
- package/ui/components/atoms/vc-col/vc-col.stories.ts +16 -17
- package/ui/components/atoms/vc-hint/vc-hint.stories.ts +18 -16
- package/ui/components/atoms/vc-icon/vc-icon.stories.ts +57 -16
- package/ui/components/atoms/vc-image/vc-image.stories.ts +72 -24
- package/ui/components/atoms/vc-label/vc-label.stories.ts +26 -16
- package/ui/components/atoms/vc-link/vc-link.stories.ts +29 -16
- package/ui/components/atoms/vc-loading/vc-loading.stories.ts +11 -16
- package/ui/components/atoms/vc-progress/vc-progress.stories.ts +22 -16
- package/ui/components/atoms/vc-row/vc-row.stories.ts +14 -17
- package/ui/components/atoms/vc-status/vc-status.stories.ts +78 -16
- package/ui/components/atoms/vc-switch/vc-switch.stories.ts +18 -16
- package/ui/components/atoms/vc-video/vc-video.stories.ts +33 -0
- package/ui/components/atoms/vc-widget/vc-widget.stories.ts +13 -17
- package/ui/components/molecules/vc-breadcrumbs/vc-breadcrumbs.stories.ts +22 -19
- package/ui/components/molecules/vc-editor/vc-editor.stories.ts +24 -16
- package/ui/components/molecules/vc-field/vc-field.stories.ts +114 -0
- package/ui/components/molecules/vc-file-upload/vc-file-upload.stories.ts +34 -16
- package/ui/components/molecules/vc-file-upload/vc-file-upload.vue +3 -1
- package/ui/components/molecules/vc-form/vc-form.stories.ts +20 -16
- package/ui/components/molecules/vc-input/vc-input.stories.ts +144 -14
- package/ui/components/molecules/vc-input-currency/vc-input-currency.stories.ts +61 -18
- package/ui/components/molecules/vc-multivalue/vc-multivalue.stories.ts +120 -0
- package/ui/components/molecules/vc-pagination/vc-pagination.stories.ts +17 -14
- package/ui/components/molecules/vc-rating/vc-rating.stories.ts +51 -15
- package/ui/components/molecules/vc-select/vc-select.stories.ts +605 -29
- package/ui/components/molecules/vc-select/vc-select.vue +0 -4
- package/ui/components/molecules/vc-slider/vc-slider.stories.ts +34 -21
- package/ui/components/molecules/vc-textarea/vc-textarea.stories.ts +46 -14
- package/ui/components/organisms/vc-app/vc-app.stories.ts +204 -51
- package/ui/components/organisms/vc-app/vc-app.vue +31 -24
- package/ui/components/organisms/vc-blade/index.ts +1 -11
- package/ui/components/organisms/vc-blade/vc-blade.stories.ts +60 -16
- package/ui/components/organisms/vc-blade/vc-blade.vue +7 -2
- package/ui/components/organisms/vc-gallery/vc-gallery.stories.ts +68 -24
- package/ui/components/organisms/vc-gallery/vc-gallery.vue +7 -6
- package/ui/components/organisms/vc-popup/vc-popup.vue +7 -1
- package/ui/components/organisms/vc-table/_internal/vc-table-cell/vc-table-cell.vue +1 -0
- package/ui/components/organisms/vc-table/vc-table.stories.ts +144 -30
- package/ui/components/organisms/vc-table/vc-table.vue +13 -7
- package/dist/ui/components/organisms/vc-login-form/vc-login-form.stories.d.ts +0 -7
- package/dist/ui/components/organisms/vc-login-form/vc-login-form.stories.d.ts.map +0 -1
- package/dist/ui/components/organisms/vc-popup/vc-popup.stories.d.ts +0 -7
- package/dist/ui/components/organisms/vc-popup/vc-popup.stories.d.ts.map +0 -1
- package/ui/components/organisms/vc-login-form/vc-login-form.stories.ts +0 -52
- package/ui/components/organisms/vc-popup/vc-popup.stories.ts +0 -21
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"vc-textarea.stories.d.ts","sourceRoot":"","sources":["../../../../../ui/components/molecules/vc-textarea/vc-textarea.stories.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,
|
|
1
|
+
{"version":3,"file":"vc-textarea.stories.d.ts","sourceRoot":"","sources":["../../../../../ui/components/molecules/vc-textarea/vc-textarea.stories.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAQ,OAAO,EAAE,MAAM,iBAAiB,CAAC;AACrD,OAAO,EAAE,UAAU,EAAE,MAAM,IAAI,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAEhC,wBAMoC;AAEpC,eAAO,MAAM,OAAO,EAAE,OAAO,CAAC,OAAO,UAAU,CAM7C,CAAC;AAEH,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAAmB,CAAC;AAKtC,eAAO,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAAmB,CAAC;AAKzC,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAAmB,CAAC;AAMtC,eAAO,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAAmB,CAAC;AAMzC,eAAO,MAAM,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAAmB,CAAC;AAMxC,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAAmB,CAAC"}
|
|
@@ -1,7 +1,278 @@
|
|
|
1
|
-
import type {
|
|
1
|
+
import type { StoryFn } from "@storybook/vue3";
|
|
2
2
|
import { VcApp } from "./";
|
|
3
|
-
declare const
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
3
|
+
declare const _default: {
|
|
4
|
+
title: string;
|
|
5
|
+
component: {
|
|
6
|
+
new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
|
|
7
|
+
isReady: {
|
|
8
|
+
type: import("vue").PropType<boolean>;
|
|
9
|
+
required: true;
|
|
10
|
+
};
|
|
11
|
+
logo: {
|
|
12
|
+
type: import("vue").PropType<string>;
|
|
13
|
+
};
|
|
14
|
+
version: {
|
|
15
|
+
type: import("vue").PropType<string>;
|
|
16
|
+
};
|
|
17
|
+
title: {
|
|
18
|
+
type: import("vue").PropType<string>;
|
|
19
|
+
};
|
|
20
|
+
disableMenu: {
|
|
21
|
+
type: import("vue").PropType<boolean>;
|
|
22
|
+
};
|
|
23
|
+
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
24
|
+
isReady: {
|
|
25
|
+
type: import("vue").PropType<boolean>;
|
|
26
|
+
required: true;
|
|
27
|
+
};
|
|
28
|
+
logo: {
|
|
29
|
+
type: import("vue").PropType<string>;
|
|
30
|
+
};
|
|
31
|
+
version: {
|
|
32
|
+
type: import("vue").PropType<string>;
|
|
33
|
+
};
|
|
34
|
+
title: {
|
|
35
|
+
type: import("vue").PropType<string>;
|
|
36
|
+
};
|
|
37
|
+
disableMenu: {
|
|
38
|
+
type: import("vue").PropType<boolean>;
|
|
39
|
+
};
|
|
40
|
+
}>>, {}, true, {}, {}, {
|
|
41
|
+
P: {};
|
|
42
|
+
B: {};
|
|
43
|
+
D: {};
|
|
44
|
+
C: {};
|
|
45
|
+
M: {};
|
|
46
|
+
Defaults: {};
|
|
47
|
+
}, Readonly<import("vue").ExtractPropTypes<{
|
|
48
|
+
isReady: {
|
|
49
|
+
type: import("vue").PropType<boolean>;
|
|
50
|
+
required: true;
|
|
51
|
+
};
|
|
52
|
+
logo: {
|
|
53
|
+
type: import("vue").PropType<string>;
|
|
54
|
+
};
|
|
55
|
+
version: {
|
|
56
|
+
type: import("vue").PropType<string>;
|
|
57
|
+
};
|
|
58
|
+
title: {
|
|
59
|
+
type: import("vue").PropType<string>;
|
|
60
|
+
};
|
|
61
|
+
disableMenu: {
|
|
62
|
+
type: import("vue").PropType<boolean>;
|
|
63
|
+
};
|
|
64
|
+
}>>, {}, {}, {}, {}, {}>;
|
|
65
|
+
__isFragment?: undefined;
|
|
66
|
+
__isTeleport?: undefined;
|
|
67
|
+
__isSuspense?: undefined;
|
|
68
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
69
|
+
isReady: {
|
|
70
|
+
type: import("vue").PropType<boolean>;
|
|
71
|
+
required: true;
|
|
72
|
+
};
|
|
73
|
+
logo: {
|
|
74
|
+
type: import("vue").PropType<string>;
|
|
75
|
+
};
|
|
76
|
+
version: {
|
|
77
|
+
type: import("vue").PropType<string>;
|
|
78
|
+
};
|
|
79
|
+
title: {
|
|
80
|
+
type: import("vue").PropType<string>;
|
|
81
|
+
};
|
|
82
|
+
disableMenu: {
|
|
83
|
+
type: import("vue").PropType<boolean>;
|
|
84
|
+
};
|
|
85
|
+
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
86
|
+
$slots: Readonly<{
|
|
87
|
+
"app-switcher": void;
|
|
88
|
+
toolbar: (props: {
|
|
89
|
+
UserDropdownButton: import("vue").DefineComponent<{
|
|
90
|
+
disabled: {
|
|
91
|
+
type: import("vue").PropType<boolean>;
|
|
92
|
+
};
|
|
93
|
+
name: {
|
|
94
|
+
type: import("vue").PropType<string>;
|
|
95
|
+
};
|
|
96
|
+
role: {
|
|
97
|
+
type: import("vue").PropType<string>;
|
|
98
|
+
};
|
|
99
|
+
avatarUrl: {
|
|
100
|
+
type: import("vue").PropType<string>;
|
|
101
|
+
};
|
|
102
|
+
menuItems: {
|
|
103
|
+
type: import("vue").PropType<import("../../../..").BladeMenu<import("vue").Component>[]>;
|
|
104
|
+
default: () => never[];
|
|
105
|
+
};
|
|
106
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
107
|
+
disabled: {
|
|
108
|
+
type: import("vue").PropType<boolean>;
|
|
109
|
+
};
|
|
110
|
+
name: {
|
|
111
|
+
type: import("vue").PropType<string>;
|
|
112
|
+
};
|
|
113
|
+
role: {
|
|
114
|
+
type: import("vue").PropType<string>;
|
|
115
|
+
};
|
|
116
|
+
avatarUrl: {
|
|
117
|
+
type: import("vue").PropType<string>;
|
|
118
|
+
};
|
|
119
|
+
menuItems: {
|
|
120
|
+
type: import("vue").PropType<import("../../../..").BladeMenu<import("vue").Component>[]>;
|
|
121
|
+
default: () => never[];
|
|
122
|
+
};
|
|
123
|
+
}>>, {
|
|
124
|
+
menuItems: import("../../../..").BladeMenu<import("vue").Component>[];
|
|
125
|
+
}, {}>;
|
|
126
|
+
LanguageSelector: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
|
|
127
|
+
NotificationDropdown: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
|
|
128
|
+
}) => void;
|
|
129
|
+
"toolbar:prepend": void;
|
|
130
|
+
"toolbar:language-selector": void;
|
|
131
|
+
"toolbar:notifications-dropdown": void;
|
|
132
|
+
"toolbar:user-dropdown": (props: {
|
|
133
|
+
userDropdown: import("vue").DefineComponent<{
|
|
134
|
+
disabled: {
|
|
135
|
+
type: import("vue").PropType<boolean>;
|
|
136
|
+
};
|
|
137
|
+
name: {
|
|
138
|
+
type: import("vue").PropType<string>;
|
|
139
|
+
};
|
|
140
|
+
role: {
|
|
141
|
+
type: import("vue").PropType<string>;
|
|
142
|
+
};
|
|
143
|
+
avatarUrl: {
|
|
144
|
+
type: import("vue").PropType<string>;
|
|
145
|
+
};
|
|
146
|
+
menuItems: {
|
|
147
|
+
type: import("vue").PropType<import("../../../..").BladeMenu<import("vue").Component>[]>;
|
|
148
|
+
default: () => never[];
|
|
149
|
+
};
|
|
150
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
151
|
+
disabled: {
|
|
152
|
+
type: import("vue").PropType<boolean>;
|
|
153
|
+
};
|
|
154
|
+
name: {
|
|
155
|
+
type: import("vue").PropType<string>;
|
|
156
|
+
};
|
|
157
|
+
role: {
|
|
158
|
+
type: import("vue").PropType<string>;
|
|
159
|
+
};
|
|
160
|
+
avatarUrl: {
|
|
161
|
+
type: import("vue").PropType<string>;
|
|
162
|
+
};
|
|
163
|
+
menuItems: {
|
|
164
|
+
type: import("vue").PropType<import("../../../..").BladeMenu<import("vue").Component>[]>;
|
|
165
|
+
default: () => never[];
|
|
166
|
+
};
|
|
167
|
+
}>>, {
|
|
168
|
+
menuItems: import("../../../..").BladeMenu<import("vue").Component>[];
|
|
169
|
+
}, {}>;
|
|
170
|
+
}) => void;
|
|
171
|
+
"blade-navigation": void;
|
|
172
|
+
}> & {
|
|
173
|
+
"app-switcher": void;
|
|
174
|
+
toolbar: (props: {
|
|
175
|
+
UserDropdownButton: import("vue").DefineComponent<{
|
|
176
|
+
disabled: {
|
|
177
|
+
type: import("vue").PropType<boolean>;
|
|
178
|
+
};
|
|
179
|
+
name: {
|
|
180
|
+
type: import("vue").PropType<string>;
|
|
181
|
+
};
|
|
182
|
+
role: {
|
|
183
|
+
type: import("vue").PropType<string>;
|
|
184
|
+
};
|
|
185
|
+
avatarUrl: {
|
|
186
|
+
type: import("vue").PropType<string>;
|
|
187
|
+
};
|
|
188
|
+
menuItems: {
|
|
189
|
+
type: import("vue").PropType<import("../../../..").BladeMenu<import("vue").Component>[]>;
|
|
190
|
+
default: () => never[];
|
|
191
|
+
};
|
|
192
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
193
|
+
disabled: {
|
|
194
|
+
type: import("vue").PropType<boolean>;
|
|
195
|
+
};
|
|
196
|
+
name: {
|
|
197
|
+
type: import("vue").PropType<string>;
|
|
198
|
+
};
|
|
199
|
+
role: {
|
|
200
|
+
type: import("vue").PropType<string>;
|
|
201
|
+
};
|
|
202
|
+
avatarUrl: {
|
|
203
|
+
type: import("vue").PropType<string>;
|
|
204
|
+
};
|
|
205
|
+
menuItems: {
|
|
206
|
+
type: import("vue").PropType<import("../../../..").BladeMenu<import("vue").Component>[]>;
|
|
207
|
+
default: () => never[];
|
|
208
|
+
};
|
|
209
|
+
}>>, {
|
|
210
|
+
menuItems: import("../../../..").BladeMenu<import("vue").Component>[];
|
|
211
|
+
}, {}>;
|
|
212
|
+
LanguageSelector: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
|
|
213
|
+
NotificationDropdown: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
|
|
214
|
+
}) => void;
|
|
215
|
+
"toolbar:prepend": void;
|
|
216
|
+
"toolbar:language-selector": void;
|
|
217
|
+
"toolbar:notifications-dropdown": void;
|
|
218
|
+
"toolbar:user-dropdown": (props: {
|
|
219
|
+
userDropdown: import("vue").DefineComponent<{
|
|
220
|
+
disabled: {
|
|
221
|
+
type: import("vue").PropType<boolean>;
|
|
222
|
+
};
|
|
223
|
+
name: {
|
|
224
|
+
type: import("vue").PropType<string>;
|
|
225
|
+
};
|
|
226
|
+
role: {
|
|
227
|
+
type: import("vue").PropType<string>;
|
|
228
|
+
};
|
|
229
|
+
avatarUrl: {
|
|
230
|
+
type: import("vue").PropType<string>;
|
|
231
|
+
};
|
|
232
|
+
menuItems: {
|
|
233
|
+
type: import("vue").PropType<import("../../../..").BladeMenu<import("vue").Component>[]>;
|
|
234
|
+
default: () => never[];
|
|
235
|
+
};
|
|
236
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
237
|
+
disabled: {
|
|
238
|
+
type: import("vue").PropType<boolean>;
|
|
239
|
+
};
|
|
240
|
+
name: {
|
|
241
|
+
type: import("vue").PropType<string>;
|
|
242
|
+
};
|
|
243
|
+
role: {
|
|
244
|
+
type: import("vue").PropType<string>;
|
|
245
|
+
};
|
|
246
|
+
avatarUrl: {
|
|
247
|
+
type: import("vue").PropType<string>;
|
|
248
|
+
};
|
|
249
|
+
menuItems: {
|
|
250
|
+
type: import("vue").PropType<import("../../../..").BladeMenu<import("vue").Component>[]>;
|
|
251
|
+
default: () => never[];
|
|
252
|
+
};
|
|
253
|
+
}>>, {
|
|
254
|
+
menuItems: import("../../../..").BladeMenu<import("vue").Component>[];
|
|
255
|
+
}, {}>;
|
|
256
|
+
}) => void;
|
|
257
|
+
"blade-navigation": void;
|
|
258
|
+
};
|
|
259
|
+
});
|
|
260
|
+
args: {
|
|
261
|
+
isReady: true;
|
|
262
|
+
version: string;
|
|
263
|
+
title: string;
|
|
264
|
+
logo: string;
|
|
265
|
+
};
|
|
266
|
+
decorators: (() => {
|
|
267
|
+
template: string;
|
|
268
|
+
})[];
|
|
269
|
+
};
|
|
270
|
+
export default _default;
|
|
271
|
+
export declare const Primary: StoryFn<typeof VcApp>;
|
|
272
|
+
export declare const CustomAppSwitcherSlot: StoryFn<typeof VcApp>;
|
|
273
|
+
export declare const CustomToolbarSlot: StoryFn<typeof VcApp>;
|
|
274
|
+
export declare const CustomToolbarPrependSlot: StoryFn<typeof VcApp>;
|
|
275
|
+
export declare const CustomToolbarLanguageSelectorSlot: StoryFn<typeof VcApp>;
|
|
276
|
+
export declare const CustomNotificationsDropdownSlot: StoryFn<typeof VcApp>;
|
|
277
|
+
export declare const CustomUserDropdownButtonSlot: StoryFn<typeof VcApp>;
|
|
7
278
|
//# sourceMappingURL=vc-app.stories.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"vc-app.stories.d.ts","sourceRoot":"","sources":["../../../../../ui/components/organisms/vc-app/vc-app.stories.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,
|
|
1
|
+
{"version":3,"file":"vc-app.stories.d.ts","sourceRoot":"","sources":["../../../../../ui/components/organisms/vc-app/vc-app.stories.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAQ,OAAO,EAAE,MAAM,iBAAiB,CAAC;AACrD,OAAO,EAAE,KAAK,EAAE,MAAM,IAAI,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAK3B,wBAmB+B;AAE/B,eAAO,MAAM,OAAO,EAAE,OAAO,CAAC,OAAO,KAAK,CAgBxC,CAAC;AAEH,eAAO,MAAM,qBAAqB,EAAE,OAAO,CAAC,OAAO,KAAK,CAYtD,CAAC;AAUH,eAAO,MAAM,iBAAiB,EAAE,OAAO,CAAC,OAAO,KAAK,CAsBlD,CAAC;AAUH,eAAO,MAAM,wBAAwB,EAAE,OAAO,CAAC,OAAO,KAAK,CAYzD,CAAC;AAUH,eAAO,MAAM,iCAAiC,EAAE,OAAO,CAAC,OAAO,KAAK,CAqBlE,CAAC;AAUH,eAAO,MAAM,+BAA+B,EAAE,OAAO,CAAC,OAAO,KAAK,CAqBhE,CAAC;AAWH,eAAO,MAAM,4BAA4B,EAAE,OAAO,CAAC,OAAO,KAAK,CAqB7D,CAAC"}
|
|
@@ -2,13 +2,52 @@ export interface Props {
|
|
|
2
2
|
isReady: boolean;
|
|
3
3
|
logo?: string;
|
|
4
4
|
version?: string;
|
|
5
|
-
theme?: "light" | "dark";
|
|
6
5
|
title?: string;
|
|
7
6
|
disableMenu?: boolean;
|
|
8
7
|
}
|
|
9
8
|
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<Props>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>>, {}, {}>, Readonly<{
|
|
10
9
|
"app-switcher": void;
|
|
11
|
-
toolbar:
|
|
10
|
+
toolbar: (props: {
|
|
11
|
+
UserDropdownButton: import("vue").DefineComponent<{
|
|
12
|
+
disabled: {
|
|
13
|
+
type: import("vue").PropType<boolean>;
|
|
14
|
+
};
|
|
15
|
+
name: {
|
|
16
|
+
type: import("vue").PropType<string>;
|
|
17
|
+
};
|
|
18
|
+
role: {
|
|
19
|
+
type: import("vue").PropType<string>;
|
|
20
|
+
};
|
|
21
|
+
avatarUrl: {
|
|
22
|
+
type: import("vue").PropType<string>;
|
|
23
|
+
};
|
|
24
|
+
menuItems: {
|
|
25
|
+
type: import("vue").PropType<import("../../../../core/types").BladeMenu<import("vue").Component>[]>;
|
|
26
|
+
default: () => never[];
|
|
27
|
+
};
|
|
28
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
29
|
+
disabled: {
|
|
30
|
+
type: import("vue").PropType<boolean>;
|
|
31
|
+
};
|
|
32
|
+
name: {
|
|
33
|
+
type: import("vue").PropType<string>;
|
|
34
|
+
};
|
|
35
|
+
role: {
|
|
36
|
+
type: import("vue").PropType<string>;
|
|
37
|
+
};
|
|
38
|
+
avatarUrl: {
|
|
39
|
+
type: import("vue").PropType<string>;
|
|
40
|
+
};
|
|
41
|
+
menuItems: {
|
|
42
|
+
type: import("vue").PropType<import("../../../../core/types").BladeMenu<import("vue").Component>[]>;
|
|
43
|
+
default: () => never[];
|
|
44
|
+
};
|
|
45
|
+
}>>, {
|
|
46
|
+
menuItems: import("../../../../core/types").BladeMenu<import("vue").Component>[];
|
|
47
|
+
}, {}>;
|
|
48
|
+
LanguageSelector: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
|
|
49
|
+
NotificationDropdown: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
|
|
50
|
+
}) => void;
|
|
12
51
|
"toolbar:prepend": void;
|
|
13
52
|
"toolbar:language-selector": void;
|
|
14
53
|
"toolbar:notifications-dropdown": void;
|
|
@@ -54,7 +93,47 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
54
93
|
"blade-navigation": void;
|
|
55
94
|
}> & {
|
|
56
95
|
"app-switcher": void;
|
|
57
|
-
toolbar:
|
|
96
|
+
toolbar: (props: {
|
|
97
|
+
UserDropdownButton: import("vue").DefineComponent<{
|
|
98
|
+
disabled: {
|
|
99
|
+
type: import("vue").PropType<boolean>;
|
|
100
|
+
};
|
|
101
|
+
name: {
|
|
102
|
+
type: import("vue").PropType<string>;
|
|
103
|
+
};
|
|
104
|
+
role: {
|
|
105
|
+
type: import("vue").PropType<string>;
|
|
106
|
+
};
|
|
107
|
+
avatarUrl: {
|
|
108
|
+
type: import("vue").PropType<string>;
|
|
109
|
+
};
|
|
110
|
+
menuItems: {
|
|
111
|
+
type: import("vue").PropType<import("../../../../core/types").BladeMenu<import("vue").Component>[]>;
|
|
112
|
+
default: () => never[];
|
|
113
|
+
};
|
|
114
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
115
|
+
disabled: {
|
|
116
|
+
type: import("vue").PropType<boolean>;
|
|
117
|
+
};
|
|
118
|
+
name: {
|
|
119
|
+
type: import("vue").PropType<string>;
|
|
120
|
+
};
|
|
121
|
+
role: {
|
|
122
|
+
type: import("vue").PropType<string>;
|
|
123
|
+
};
|
|
124
|
+
avatarUrl: {
|
|
125
|
+
type: import("vue").PropType<string>;
|
|
126
|
+
};
|
|
127
|
+
menuItems: {
|
|
128
|
+
type: import("vue").PropType<import("../../../../core/types").BladeMenu<import("vue").Component>[]>;
|
|
129
|
+
default: () => never[];
|
|
130
|
+
};
|
|
131
|
+
}>>, {
|
|
132
|
+
menuItems: import("../../../../core/types").BladeMenu<import("vue").Component>[];
|
|
133
|
+
}, {}>;
|
|
134
|
+
LanguageSelector: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
|
|
135
|
+
NotificationDropdown: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
|
|
136
|
+
}) => void;
|
|
58
137
|
"toolbar:prepend": void;
|
|
59
138
|
"toolbar:language-selector": void;
|
|
60
139
|
"toolbar:notifications-dropdown": void;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"vc-app.vue.d.ts","sourceRoot":"","sources":["../../../../../ui/components/organisms/vc-app/vc-app.vue.ts"],"names":[],"mappings":"AAmBA,MAAM,WAAW,KAAK;IACpB,OAAO,EAAE,OAAO,CAAC;IACjB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,KAAK,CAAC,EAAE,
|
|
1
|
+
{"version":3,"file":"vc-app.vue.d.ts","sourceRoot":"","sources":["../../../../../ui/components/organisms/vc-app/vc-app.vue.ts"],"names":[],"mappings":"AAmBA,MAAM,WAAW,KAAK;IACpB,OAAO,EAAE,OAAO,CAAC;IACjB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,WAAW,CAAC,EAAE,OAAO,CAAC;CACvB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAmcD,wBAAwG;AACxG,KAAK,sBAAsB,CAAC,CAAC,IAAI,CAAC,SAAS,SAAS,GAAG,KAAK,GAAG,CAAC,CAAC;AACjE,KAAK,6BAA6B,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,SAAS,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;KAAE,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAAC,QAAQ,EAAE,IAAI,CAAA;KAAE;CAAE,CAAC;AAC9M,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAAE,QAAO;QAClD,MAAM,EAAE,CAAC,CAAC;KACT,CAAA;CAAE,CAAC"}
|
|
@@ -1,180 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
export declare const VcBlade: {
|
|
3
|
-
new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
|
|
4
|
-
title: {
|
|
5
|
-
type: import("vue").PropType<string>;
|
|
6
|
-
};
|
|
7
|
-
icon: {
|
|
8
|
-
type: import("vue").PropType<string>;
|
|
9
|
-
};
|
|
10
|
-
width: {
|
|
11
|
-
type: import("vue").PropType<string | number>;
|
|
12
|
-
default: string;
|
|
13
|
-
};
|
|
14
|
-
expanded: {
|
|
15
|
-
type: import("vue").PropType<boolean>;
|
|
16
|
-
};
|
|
17
|
-
closable: {
|
|
18
|
-
type: import("vue").PropType<boolean>;
|
|
19
|
-
default: boolean;
|
|
20
|
-
};
|
|
21
|
-
subtitle: {
|
|
22
|
-
type: import("vue").PropType<string>;
|
|
23
|
-
};
|
|
24
|
-
expandable: {
|
|
25
|
-
type: import("vue").PropType<boolean>;
|
|
26
|
-
default: boolean;
|
|
27
|
-
};
|
|
28
|
-
toolbarItems: {
|
|
29
|
-
type: import("vue").PropType<import("../../../..").IBladeToolbar[]>;
|
|
30
|
-
default: () => never[];
|
|
31
|
-
};
|
|
32
|
-
}>> & {
|
|
33
|
-
onClose?: (() => any) | undefined;
|
|
34
|
-
onExpand?: (() => any) | undefined;
|
|
35
|
-
onCollapse?: (() => any) | undefined;
|
|
36
|
-
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
37
|
-
close: () => void;
|
|
38
|
-
expand: () => void;
|
|
39
|
-
collapse: () => void;
|
|
40
|
-
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
41
|
-
title: {
|
|
42
|
-
type: import("vue").PropType<string>;
|
|
43
|
-
};
|
|
44
|
-
icon: {
|
|
45
|
-
type: import("vue").PropType<string>;
|
|
46
|
-
};
|
|
47
|
-
width: {
|
|
48
|
-
type: import("vue").PropType<string | number>;
|
|
49
|
-
default: string;
|
|
50
|
-
};
|
|
51
|
-
expanded: {
|
|
52
|
-
type: import("vue").PropType<boolean>;
|
|
53
|
-
};
|
|
54
|
-
closable: {
|
|
55
|
-
type: import("vue").PropType<boolean>;
|
|
56
|
-
default: boolean;
|
|
57
|
-
};
|
|
58
|
-
subtitle: {
|
|
59
|
-
type: import("vue").PropType<string>;
|
|
60
|
-
};
|
|
61
|
-
expandable: {
|
|
62
|
-
type: import("vue").PropType<boolean>;
|
|
63
|
-
default: boolean;
|
|
64
|
-
};
|
|
65
|
-
toolbarItems: {
|
|
66
|
-
type: import("vue").PropType<import("../../../..").IBladeToolbar[]>;
|
|
67
|
-
default: () => never[];
|
|
68
|
-
};
|
|
69
|
-
}>> & {
|
|
70
|
-
onClose?: (() => any) | undefined;
|
|
71
|
-
onExpand?: (() => any) | undefined;
|
|
72
|
-
onCollapse?: (() => any) | undefined;
|
|
73
|
-
}, {
|
|
74
|
-
width: string | number;
|
|
75
|
-
closable: boolean;
|
|
76
|
-
expandable: boolean;
|
|
77
|
-
toolbarItems: import("../../../..").IBladeToolbar[];
|
|
78
|
-
}, true, {}, {}, {
|
|
79
|
-
P: {};
|
|
80
|
-
B: {};
|
|
81
|
-
D: {};
|
|
82
|
-
C: {};
|
|
83
|
-
M: {};
|
|
84
|
-
Defaults: {};
|
|
85
|
-
}, Readonly<import("vue").ExtractPropTypes<{
|
|
86
|
-
title: {
|
|
87
|
-
type: import("vue").PropType<string>;
|
|
88
|
-
};
|
|
89
|
-
icon: {
|
|
90
|
-
type: import("vue").PropType<string>;
|
|
91
|
-
};
|
|
92
|
-
width: {
|
|
93
|
-
type: import("vue").PropType<string | number>;
|
|
94
|
-
default: string;
|
|
95
|
-
};
|
|
96
|
-
expanded: {
|
|
97
|
-
type: import("vue").PropType<boolean>;
|
|
98
|
-
};
|
|
99
|
-
closable: {
|
|
100
|
-
type: import("vue").PropType<boolean>;
|
|
101
|
-
default: boolean;
|
|
102
|
-
};
|
|
103
|
-
subtitle: {
|
|
104
|
-
type: import("vue").PropType<string>;
|
|
105
|
-
};
|
|
106
|
-
expandable: {
|
|
107
|
-
type: import("vue").PropType<boolean>;
|
|
108
|
-
default: boolean;
|
|
109
|
-
};
|
|
110
|
-
toolbarItems: {
|
|
111
|
-
type: import("vue").PropType<import("../../../..").IBladeToolbar[]>;
|
|
112
|
-
default: () => never[];
|
|
113
|
-
};
|
|
114
|
-
}>> & {
|
|
115
|
-
onClose?: (() => any) | undefined;
|
|
116
|
-
onExpand?: (() => any) | undefined;
|
|
117
|
-
onCollapse?: (() => any) | undefined;
|
|
118
|
-
}, {}, {}, {}, {}, {
|
|
119
|
-
width: string | number;
|
|
120
|
-
closable: boolean;
|
|
121
|
-
expandable: boolean;
|
|
122
|
-
toolbarItems: import("../../../..").IBladeToolbar[];
|
|
123
|
-
}>;
|
|
124
|
-
__isFragment?: undefined;
|
|
125
|
-
__isTeleport?: undefined;
|
|
126
|
-
__isSuspense?: undefined;
|
|
127
|
-
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
128
|
-
title: {
|
|
129
|
-
type: import("vue").PropType<string>;
|
|
130
|
-
};
|
|
131
|
-
icon: {
|
|
132
|
-
type: import("vue").PropType<string>;
|
|
133
|
-
};
|
|
134
|
-
width: {
|
|
135
|
-
type: import("vue").PropType<string | number>;
|
|
136
|
-
default: string;
|
|
137
|
-
};
|
|
138
|
-
expanded: {
|
|
139
|
-
type: import("vue").PropType<boolean>;
|
|
140
|
-
};
|
|
141
|
-
closable: {
|
|
142
|
-
type: import("vue").PropType<boolean>;
|
|
143
|
-
default: boolean;
|
|
144
|
-
};
|
|
145
|
-
subtitle: {
|
|
146
|
-
type: import("vue").PropType<string>;
|
|
147
|
-
};
|
|
148
|
-
expandable: {
|
|
149
|
-
type: import("vue").PropType<boolean>;
|
|
150
|
-
default: boolean;
|
|
151
|
-
};
|
|
152
|
-
toolbarItems: {
|
|
153
|
-
type: import("vue").PropType<import("../../../..").IBladeToolbar[]>;
|
|
154
|
-
default: () => never[];
|
|
155
|
-
};
|
|
156
|
-
}>> & {
|
|
157
|
-
onClose?: (() => any) | undefined;
|
|
158
|
-
onExpand?: (() => any) | undefined;
|
|
159
|
-
onCollapse?: (() => any) | undefined;
|
|
160
|
-
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
161
|
-
close: () => void;
|
|
162
|
-
expand: () => void;
|
|
163
|
-
collapse: () => void;
|
|
164
|
-
}, string, {
|
|
165
|
-
width: string | number;
|
|
166
|
-
closable: boolean;
|
|
167
|
-
expandable: boolean;
|
|
168
|
-
toolbarItems: import("../../../..").IBladeToolbar[];
|
|
169
|
-
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
170
|
-
$slots: {
|
|
171
|
-
actions?(_: {}): any;
|
|
172
|
-
default?(_: {}): any;
|
|
173
|
-
};
|
|
174
|
-
}) & (new () => {
|
|
175
|
-
$slots: {
|
|
176
|
-
actions: () => VNode[];
|
|
177
|
-
default: () => VNode[];
|
|
178
|
-
};
|
|
179
|
-
});
|
|
1
|
+
export { default as VcBlade } from "./vc-blade.vue";
|
|
180
2
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../ui/components/organisms/vc-blade/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../ui/components/organisms/vc-blade/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,OAAO,EAAE,MAAM,gBAAgB,CAAC"}
|