@vc-shell/framework 1.1.0-alpha.3 → 1.1.0-alpha.4
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/core/composables/index.ts +18 -17
- package/core/composables/useDashboard/index.ts +19 -0
- package/core/composables/{useGlobalSearch.ts → useGlobalSearch/index.ts} +3 -5
- package/core/composables/useWidgets/index.ts +19 -18
- package/core/plugins/modularity/loader.ts +2 -1
- package/core/services/dashboard-service.ts +121 -0
- package/core/services/widget-service.ts +1 -4
- package/dist/core/composables/index.d.ts +1 -0
- package/dist/core/composables/index.d.ts.map +1 -1
- package/dist/core/composables/useDashboard/index.d.ts +5 -0
- package/dist/core/composables/useDashboard/index.d.ts.map +1 -0
- package/dist/core/composables/{useGlobalSearch.d.ts → useGlobalSearch/index.d.ts} +1 -1
- package/dist/core/composables/useGlobalSearch/index.d.ts.map +1 -0
- package/dist/core/plugins/modularity/loader.d.ts.map +1 -1
- package/dist/core/services/dashboard-service.d.ts +33 -0
- package/dist/core/services/dashboard-service.d.ts.map +1 -0
- package/dist/core/services/widget-service.d.ts.map +1 -1
- package/dist/framework.js +235 -225
- package/dist/{index-Bu12RZTu.js → index-8LELHzw9.js} +1 -1
- package/dist/{index-Bwl2ND2Q.js → index-9lJxZE5w.js} +1 -1
- package/dist/{index-CJi-BbTb.js → index-B1YR_MYV.js} +1 -1
- package/dist/{index-BhdwVgUw.js → index-BA98L1jI.js} +1 -1
- package/dist/{index-NdrUF1u3.js → index-BAeTsi-X.js} +1 -1
- package/dist/{index-CbRqPQTw.js → index-BBYyHeYA.js} +1 -1
- package/dist/{index-CsaYfhir.js → index-BrUitdDo.js} +1 -1
- package/dist/{index-CZ_pj3nW.js → index-BuO5ByG9.js} +1 -1
- package/dist/{index-DFPb-jDP.js → index-CJ5I7vTn.js} +1 -1
- package/dist/{index-BdoAu2fz.js → index-CWKrD2Cd.js} +1 -1
- package/dist/{index-DVaMW7gL.js → index-Cf9Tz1ql.js} +1 -1
- package/dist/{index-B89uIUkS.js → index-CrxFDC2b.js} +1 -1
- package/dist/{index-BcQiBkO6.js → index-D1JchciU.js} +1 -1
- package/dist/{index-CEvuTGIu.js → index-DLtsQ_PJ.js} +31254 -31134
- package/dist/{index-COjjAS6v.js → index-DVljTjbf.js} +1 -1
- package/dist/{index-DjQ6Ffv8.js → index-RwX3kiZh.js} +28 -28
- package/dist/{index-S9Ht7s3i.js → index-xLYzNPa7.js} +1 -1
- package/dist/index.css +1 -1
- package/dist/injection-keys.d.ts +28 -0
- package/dist/injection-keys.d.ts.map +1 -1
- package/dist/shared/components/dashboard-widget-card/dashboard-widget-card.vue.d.ts +25 -0
- package/dist/shared/components/dashboard-widget-card/dashboard-widget-card.vue.d.ts.map +1 -0
- package/dist/shared/components/dashboard-widget-card/index.d.ts +2 -0
- package/dist/shared/components/dashboard-widget-card/index.d.ts.map +1 -0
- package/dist/shared/components/draggable-dashboard/DraggableDashboard.vue.d.ts +6 -0
- package/dist/shared/components/draggable-dashboard/DraggableDashboard.vue.d.ts.map +1 -0
- package/dist/shared/components/draggable-dashboard/_internal/DashboardWidget.vue.d.ts +20 -0
- package/dist/shared/components/draggable-dashboard/_internal/DashboardWidget.vue.d.ts.map +1 -0
- package/dist/shared/components/draggable-dashboard/composables/useDashboardDragAndDrop.d.ts +354 -0
- package/dist/shared/components/draggable-dashboard/composables/useDashboardDragAndDrop.d.ts.map +1 -0
- package/dist/shared/components/draggable-dashboard/composables/useDashboardGrid.d.ts +12 -0
- package/dist/shared/components/draggable-dashboard/composables/useDashboardGrid.d.ts.map +1 -0
- package/dist/shared/components/draggable-dashboard/index.d.ts +2 -0
- package/dist/shared/components/draggable-dashboard/index.d.ts.map +1 -0
- package/dist/shared/components/draggable-dashboard/types.d.ts +80 -0
- package/dist/shared/components/draggable-dashboard/types.d.ts.map +1 -0
- package/dist/shared/components/index.d.ts +2 -0
- package/dist/shared/components/index.d.ts.map +1 -1
- package/dist/shared/components/user-dropdown-button/_internal/user-info.vue.d.ts.map +1 -1
- package/dist/shared/components/user-dropdown-button/user-dropdown-button.vue.d.ts.map +1 -1
- package/dist/shared/composables/useMenuExpanded.d.ts +2 -0
- package/dist/shared/composables/useMenuExpanded.d.ts.map +1 -1
- package/dist/shared/modules/dynamic/components/fields/storybook/Button.stories.d.ts +0 -41
- package/dist/shared/modules/dynamic/components/fields/storybook/Button.stories.d.ts.map +1 -1
- package/dist/shared/modules/dynamic/components/fields/storybook/Card.stories.d.ts.map +1 -1
- package/dist/shared/modules/dynamic/components/fields/storybook/common/templates.d.ts +1 -1
- package/dist/shared/modules/dynamic/components/fields/storybook/common/templates.d.ts.map +1 -1
- package/dist/shared/modules/dynamic/pages/dynamic-blade-list.vue.d.ts +2 -25
- package/dist/shared/modules/dynamic/pages/dynamic-blade-list.vue.d.ts.map +1 -1
- package/dist/tailwind.config.d.ts +1 -81
- package/dist/tailwind.config.d.ts.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/dist/ui/components/atoms/vc-button/vc-button.stories.d.ts +169 -734
- package/dist/ui/components/atoms/vc-button/vc-button.stories.d.ts.map +1 -1
- package/dist/ui/components/atoms/vc-button/vc-button.vue.d.ts +18 -2
- package/dist/ui/components/atoms/vc-button/vc-button.vue.d.ts.map +1 -1
- package/dist/ui/components/atoms/vc-card/index.d.ts +2 -0
- package/dist/ui/components/atoms/vc-card/index.d.ts.map +1 -1
- package/dist/ui/components/atoms/vc-card/vc-card.stories.d.ts +12 -0
- package/dist/ui/components/atoms/vc-card/vc-card.stories.d.ts.map +1 -1
- package/dist/ui/components/atoms/vc-card/vc-card.vue.d.ts +2 -0
- package/dist/ui/components/atoms/vc-card/vc-card.vue.d.ts.map +1 -1
- package/dist/ui/components/atoms/vc-icon/icons/GridDotsIcon.vue.d.ts +18 -0
- package/dist/ui/components/atoms/vc-icon/icons/GridDotsIcon.vue.d.ts.map +1 -0
- package/dist/ui/components/atoms/vc-icon/icons/ShoppingCardIcon.vue.d.ts +18 -0
- package/dist/ui/components/atoms/vc-icon/icons/ShoppingCardIcon.vue.d.ts.map +1 -0
- package/dist/ui/components/atoms/vc-icon/icons/index.d.ts +2 -0
- package/dist/ui/components/atoms/vc-icon/icons/index.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-app/_internal/composables/useAppMenuState.d.ts +2 -0
- package/dist/ui/components/organisms/vc-app/_internal/composables/useAppMenuState.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-app/_internal/vc-app-bar/vc-app-bar.vue.d.ts +0 -1
- package/dist/ui/components/organisms/vc-app/_internal/vc-app-bar/vc-app-bar.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-app/_internal/vc-app-menu/_internal/vc-app-menu-item/_internal/vc-app-menu-link.vue.d.ts +2 -1
- package/dist/ui/components/organisms/vc-app/_internal/vc-app-menu/_internal/vc-app-menu-item/_internal/vc-app-menu-link.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-app/_internal/vc-app-menu/vc-app-menu.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-app/vc-app.stories.d.ts +13 -67
- 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 +5 -65
- package/dist/ui/components/organisms/vc-app/vc-app.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-table/_internal/vc-table-base-header/vc-table-base-header.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-table/_internal/vc-table-desktop-view/_internal/{vc-table-header/vc-table-header.vue.d.ts → vc-table-columns-header/vc-table-columns-header.vue.d.ts} +1 -1
- package/dist/ui/components/organisms/vc-table/_internal/vc-table-desktop-view/_internal/vc-table-columns-header/vc-table-columns-header.vue.d.ts.map +1 -0
- package/dist/ui/components/organisms/vc-table/_internal/vc-table-header/vc-table-header.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-table/_internal/vc-table-mobile-view/vc-table-mobile-view.vue.d.ts +33 -3
- package/dist/ui/components/organisms/vc-table/_internal/vc-table-mobile-view/vc-table-mobile-view.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-table/composables/useTableRowReorder.d.ts.map +1 -1
- package/package.json +10 -5
- package/shared/components/dashboard-widget-card/dashboard-widget-card.vue +67 -0
- package/shared/components/dashboard-widget-card/index.ts +1 -0
- package/shared/components/draggable-dashboard/DraggableDashboard.vue +369 -0
- package/shared/components/draggable-dashboard/_internal/DashboardWidget.vue +133 -0
- package/shared/components/draggable-dashboard/composables/useDashboardDragAndDrop.ts +547 -0
- package/shared/components/draggable-dashboard/composables/useDashboardGrid.ts +250 -0
- package/shared/components/draggable-dashboard/index.ts +1 -0
- package/shared/components/draggable-dashboard/types.ts +91 -0
- package/shared/components/index.ts +2 -0
- package/shared/components/user-dropdown-button/_internal/user-info.vue +25 -12
- package/shared/components/user-dropdown-button/user-dropdown-button.vue +3 -3
- package/shared/composables/useMenuExpanded.ts +24 -0
- package/shared/modules/assets/components/assets-details/assets-details.vue +1 -1
- package/shared/modules/dynamic/components/fields/storybook/Button.stories.ts +186 -247
- package/shared/modules/dynamic/components/fields/storybook/Card.stories.ts +175 -176
- package/shared/modules/dynamic/components/fields/storybook/common/templates.ts +8 -8
- package/shared/modules/dynamic/pages/dynamic-blade-list.vue +153 -187
- package/tailwind.config.ts +127 -126
- package/ui/components/atoms/vc-button/vc-button.stories.ts +1 -16
- package/ui/components/atoms/vc-button/vc-button.vue +74 -63
- package/ui/components/atoms/vc-card/vc-card.stories.ts +102 -102
- package/ui/components/atoms/vc-card/vc-card.vue +164 -159
- package/ui/components/atoms/vc-icon/icons/GridDotsIcon.vue +22 -0
- package/ui/components/atoms/vc-icon/icons/ShoppingCardIcon.vue +16 -0
- package/ui/components/atoms/vc-icon/icons/index.ts +2 -0
- package/ui/components/molecules/vc-field/vc-field.vue +1 -1
- package/ui/components/organisms/vc-app/_internal/composables/useAppMenuState.ts +12 -1
- package/ui/components/organisms/vc-app/_internal/vc-app-bar/_internal/AppBarContent.vue +1 -2
- package/ui/components/organisms/vc-app/_internal/vc-app-bar/_internal/AppBarHeader.vue +1 -1
- package/ui/components/organisms/vc-app/_internal/vc-app-bar/_internal/AppBarOverlay.vue +0 -1
- package/ui/components/organisms/vc-app/_internal/vc-app-bar/vc-app-bar.vue +274 -112
- package/ui/components/organisms/vc-app/_internal/vc-app-menu/_internal/vc-app-menu-item/_internal/vc-app-menu-link.vue +81 -37
- package/ui/components/organisms/vc-app/_internal/vc-app-menu/vc-app-menu.vue +7 -5
- package/ui/components/organisms/vc-app/vc-app.vue +26 -15
- package/ui/components/organisms/vc-table/_internal/vc-table-base-header/vc-table-base-header.vue +5 -7
- package/ui/components/organisms/vc-table/_internal/vc-table-desktop-view/_internal/{vc-table-header/vc-table-header.vue → vc-table-columns-header/vc-table-columns-header.vue} +23 -21
- package/ui/components/organisms/vc-table/_internal/vc-table-desktop-view/_internal/vc-table-row/vc-table-row.vue +1 -0
- package/ui/components/organisms/vc-table/_internal/vc-table-desktop-view/vc-table-desktop-view.vue +1 -1
- package/ui/components/organisms/vc-table/_internal/vc-table-header/vc-table-header.vue +12 -1
- package/ui/components/organisms/vc-table/_internal/vc-table-mobile-view/vc-table-mobile-view.vue +45 -2
- package/ui/components/organisms/vc-table/composables/useTableColumnReorder.ts +5 -5
- package/ui/components/organisms/vc-table/composables/useTableColumnResize.ts +1 -1
- package/ui/components/organisms/vc-table/composables/useTableRowReorder.ts +1 -0
- package/core/services/toolbarbus-service.ts +0 -34
- package/dist/core/composables/useGlobalSearch.d.ts.map +0 -1
- package/dist/core/services/toolbarbus-service.d.ts +0 -10
- package/dist/core/services/toolbarbus-service.d.ts.map +0 -1
- package/dist/ui/components/organisms/vc-app/composables/useToolbarSlots.d.ts +0 -5
- package/dist/ui/components/organisms/vc-app/composables/useToolbarSlots.d.ts.map +0 -1
- package/dist/ui/components/organisms/vc-table/_internal/vc-table-desktop-view/_internal/vc-table-header/vc-table-header.vue.d.ts.map +0 -1
- package/ui/components/organisms/vc-app/composables/useToolbarSlots.ts +0 -37
|
@@ -7,6 +7,10 @@ declare const _default: {
|
|
|
7
7
|
disabled: {
|
|
8
8
|
type: import("vue").PropType<boolean>;
|
|
9
9
|
};
|
|
10
|
+
size: {
|
|
11
|
+
type: import("vue").PropType<"base" | "xs" | "sm">;
|
|
12
|
+
default: string;
|
|
13
|
+
};
|
|
10
14
|
small: {
|
|
11
15
|
type: import("vue").PropType<boolean>;
|
|
12
16
|
};
|
|
@@ -17,7 +21,7 @@ declare const _default: {
|
|
|
17
21
|
type: import("vue").PropType<string | import("vue").Component>;
|
|
18
22
|
};
|
|
19
23
|
variant: {
|
|
20
|
-
type: import("vue").PropType<"
|
|
24
|
+
type: import("vue").PropType<"primary" | "secondary">;
|
|
21
25
|
default: string;
|
|
22
26
|
};
|
|
23
27
|
iconSize: {
|
|
@@ -41,7 +45,8 @@ declare const _default: {
|
|
|
41
45
|
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
42
46
|
click: (value: Event) => void;
|
|
43
47
|
}, import("vue").PublicProps, {
|
|
44
|
-
|
|
48
|
+
size: "base" | "xs" | "sm";
|
|
49
|
+
variant: "primary" | "secondary";
|
|
45
50
|
iconSize: "s" | "m" | "xs" | "l" | "xl" | "xxl" | "xxxl";
|
|
46
51
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
47
52
|
P: {};
|
|
@@ -54,6 +59,10 @@ declare const _default: {
|
|
|
54
59
|
disabled: {
|
|
55
60
|
type: import("vue").PropType<boolean>;
|
|
56
61
|
};
|
|
62
|
+
size: {
|
|
63
|
+
type: import("vue").PropType<"base" | "xs" | "sm">;
|
|
64
|
+
default: string;
|
|
65
|
+
};
|
|
57
66
|
small: {
|
|
58
67
|
type: import("vue").PropType<boolean>;
|
|
59
68
|
};
|
|
@@ -64,7 +73,7 @@ declare const _default: {
|
|
|
64
73
|
type: import("vue").PropType<string | import("vue").Component>;
|
|
65
74
|
};
|
|
66
75
|
variant: {
|
|
67
|
-
type: import("vue").PropType<"
|
|
76
|
+
type: import("vue").PropType<"primary" | "secondary">;
|
|
68
77
|
default: string;
|
|
69
78
|
};
|
|
70
79
|
iconSize: {
|
|
@@ -86,7 +95,8 @@ declare const _default: {
|
|
|
86
95
|
}>> & Readonly<{
|
|
87
96
|
onClick?: ((value: Event) => any) | undefined;
|
|
88
97
|
}>, {}, {}, {}, {}, {
|
|
89
|
-
|
|
98
|
+
size: "base" | "xs" | "sm";
|
|
99
|
+
variant: "primary" | "secondary";
|
|
90
100
|
iconSize: "s" | "m" | "xs" | "l" | "xl" | "xxl" | "xxxl";
|
|
91
101
|
}>;
|
|
92
102
|
__isFragment?: undefined;
|
|
@@ -96,6 +106,10 @@ declare const _default: {
|
|
|
96
106
|
disabled: {
|
|
97
107
|
type: import("vue").PropType<boolean>;
|
|
98
108
|
};
|
|
109
|
+
size: {
|
|
110
|
+
type: import("vue").PropType<"base" | "xs" | "sm">;
|
|
111
|
+
default: string;
|
|
112
|
+
};
|
|
99
113
|
small: {
|
|
100
114
|
type: import("vue").PropType<boolean>;
|
|
101
115
|
};
|
|
@@ -106,7 +120,7 @@ declare const _default: {
|
|
|
106
120
|
type: import("vue").PropType<string | import("vue").Component>;
|
|
107
121
|
};
|
|
108
122
|
variant: {
|
|
109
|
-
type: import("vue").PropType<"
|
|
123
|
+
type: import("vue").PropType<"primary" | "secondary">;
|
|
110
124
|
default: string;
|
|
111
125
|
};
|
|
112
126
|
iconSize: {
|
|
@@ -130,7 +144,8 @@ declare const _default: {
|
|
|
130
144
|
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
131
145
|
click: (value: Event) => void;
|
|
132
146
|
}, string, {
|
|
133
|
-
|
|
147
|
+
size: "base" | "xs" | "sm";
|
|
148
|
+
variant: "primary" | "secondary";
|
|
134
149
|
iconSize: "s" | "m" | "xs" | "l" | "xl" | "xxl" | "xxxl";
|
|
135
150
|
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
136
151
|
$slots: Readonly<{
|
|
@@ -199,6 +214,10 @@ export declare const Basic: StoryFn<{
|
|
|
199
214
|
disabled: {
|
|
200
215
|
type: import("vue").PropType<boolean>;
|
|
201
216
|
};
|
|
217
|
+
size: {
|
|
218
|
+
type: import("vue").PropType<"base" | "xs" | "sm">;
|
|
219
|
+
default: string;
|
|
220
|
+
};
|
|
202
221
|
small: {
|
|
203
222
|
type: import("vue").PropType<boolean>;
|
|
204
223
|
};
|
|
@@ -209,7 +228,7 @@ export declare const Basic: StoryFn<{
|
|
|
209
228
|
type: import("vue").PropType<string | import("vue").Component>;
|
|
210
229
|
};
|
|
211
230
|
variant: {
|
|
212
|
-
type: import("vue").PropType<"
|
|
231
|
+
type: import("vue").PropType<"primary" | "secondary">;
|
|
213
232
|
default: string;
|
|
214
233
|
};
|
|
215
234
|
iconSize: {
|
|
@@ -233,7 +252,8 @@ export declare const Basic: StoryFn<{
|
|
|
233
252
|
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
234
253
|
click: (value: Event) => void;
|
|
235
254
|
}, import("vue").PublicProps, {
|
|
236
|
-
|
|
255
|
+
size: "base" | "xs" | "sm";
|
|
256
|
+
variant: "primary" | "secondary";
|
|
237
257
|
iconSize: "s" | "m" | "xs" | "l" | "xl" | "xxl" | "xxxl";
|
|
238
258
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
239
259
|
P: {};
|
|
@@ -246,6 +266,10 @@ export declare const Basic: StoryFn<{
|
|
|
246
266
|
disabled: {
|
|
247
267
|
type: import("vue").PropType<boolean>;
|
|
248
268
|
};
|
|
269
|
+
size: {
|
|
270
|
+
type: import("vue").PropType<"base" | "xs" | "sm">;
|
|
271
|
+
default: string;
|
|
272
|
+
};
|
|
249
273
|
small: {
|
|
250
274
|
type: import("vue").PropType<boolean>;
|
|
251
275
|
};
|
|
@@ -256,7 +280,7 @@ export declare const Basic: StoryFn<{
|
|
|
256
280
|
type: import("vue").PropType<string | import("vue").Component>;
|
|
257
281
|
};
|
|
258
282
|
variant: {
|
|
259
|
-
type: import("vue").PropType<"
|
|
283
|
+
type: import("vue").PropType<"primary" | "secondary">;
|
|
260
284
|
default: string;
|
|
261
285
|
};
|
|
262
286
|
iconSize: {
|
|
@@ -278,7 +302,8 @@ export declare const Basic: StoryFn<{
|
|
|
278
302
|
}>> & Readonly<{
|
|
279
303
|
onClick?: ((value: Event) => any) | undefined;
|
|
280
304
|
}>, {}, {}, {}, {}, {
|
|
281
|
-
|
|
305
|
+
size: "base" | "xs" | "sm";
|
|
306
|
+
variant: "primary" | "secondary";
|
|
282
307
|
iconSize: "s" | "m" | "xs" | "l" | "xl" | "xxl" | "xxxl";
|
|
283
308
|
}>;
|
|
284
309
|
__isFragment?: undefined;
|
|
@@ -288,6 +313,10 @@ export declare const Basic: StoryFn<{
|
|
|
288
313
|
disabled: {
|
|
289
314
|
type: import("vue").PropType<boolean>;
|
|
290
315
|
};
|
|
316
|
+
size: {
|
|
317
|
+
type: import("vue").PropType<"base" | "xs" | "sm">;
|
|
318
|
+
default: string;
|
|
319
|
+
};
|
|
291
320
|
small: {
|
|
292
321
|
type: import("vue").PropType<boolean>;
|
|
293
322
|
};
|
|
@@ -298,7 +327,7 @@ export declare const Basic: StoryFn<{
|
|
|
298
327
|
type: import("vue").PropType<string | import("vue").Component>;
|
|
299
328
|
};
|
|
300
329
|
variant: {
|
|
301
|
-
type: import("vue").PropType<"
|
|
330
|
+
type: import("vue").PropType<"primary" | "secondary">;
|
|
302
331
|
default: string;
|
|
303
332
|
};
|
|
304
333
|
iconSize: {
|
|
@@ -322,7 +351,8 @@ export declare const Basic: StoryFn<{
|
|
|
322
351
|
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
323
352
|
click: (value: Event) => void;
|
|
324
353
|
}, string, {
|
|
325
|
-
|
|
354
|
+
size: "base" | "xs" | "sm";
|
|
355
|
+
variant: "primary" | "secondary";
|
|
326
356
|
iconSize: "s" | "m" | "xs" | "l" | "xl" | "xxl" | "xxxl";
|
|
327
357
|
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
328
358
|
$slots: Readonly<{
|
|
@@ -336,143 +366,10 @@ export declare const Disabled: StoryFn<{
|
|
|
336
366
|
disabled: {
|
|
337
367
|
type: import("vue").PropType<boolean>;
|
|
338
368
|
};
|
|
339
|
-
|
|
340
|
-
type: import("vue").PropType<
|
|
341
|
-
};
|
|
342
|
-
text: {
|
|
343
|
-
type: import("vue").PropType<boolean>;
|
|
344
|
-
};
|
|
345
|
-
icon: {
|
|
346
|
-
type: import("vue").PropType<string | import("vue").Component>;
|
|
347
|
-
};
|
|
348
|
-
variant: {
|
|
349
|
-
type: import("vue").PropType<"warning" | "danger" | "primary">;
|
|
350
|
-
default: string;
|
|
351
|
-
};
|
|
352
|
-
iconSize: {
|
|
353
|
-
type: import("vue").PropType<"s" | "m" | "xs" | "l" | "xl" | "xxl" | "xxxl">;
|
|
354
|
-
default: string;
|
|
355
|
-
};
|
|
356
|
-
iconClass: {
|
|
357
|
-
type: import("vue").PropType<string>;
|
|
358
|
-
};
|
|
359
|
-
outline: {
|
|
360
|
-
type: import("vue").PropType<boolean>;
|
|
361
|
-
};
|
|
362
|
-
selected: {
|
|
363
|
-
type: import("vue").PropType<boolean>;
|
|
364
|
-
};
|
|
365
|
-
raised: {
|
|
366
|
-
type: import("vue").PropType<boolean>;
|
|
367
|
-
};
|
|
368
|
-
}>> & Readonly<{
|
|
369
|
-
onClick?: ((value: Event) => any) | undefined;
|
|
370
|
-
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
371
|
-
click: (value: Event) => void;
|
|
372
|
-
}, import("vue").PublicProps, {
|
|
373
|
-
variant: "warning" | "danger" | "primary";
|
|
374
|
-
iconSize: "s" | "m" | "xs" | "l" | "xl" | "xxl" | "xxxl";
|
|
375
|
-
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
376
|
-
P: {};
|
|
377
|
-
B: {};
|
|
378
|
-
D: {};
|
|
379
|
-
C: {};
|
|
380
|
-
M: {};
|
|
381
|
-
Defaults: {};
|
|
382
|
-
}, Readonly<import("vue").ExtractPropTypes<{
|
|
383
|
-
disabled: {
|
|
384
|
-
type: import("vue").PropType<boolean>;
|
|
385
|
-
};
|
|
386
|
-
small: {
|
|
387
|
-
type: import("vue").PropType<boolean>;
|
|
388
|
-
};
|
|
389
|
-
text: {
|
|
390
|
-
type: import("vue").PropType<boolean>;
|
|
391
|
-
};
|
|
392
|
-
icon: {
|
|
393
|
-
type: import("vue").PropType<string | import("vue").Component>;
|
|
394
|
-
};
|
|
395
|
-
variant: {
|
|
396
|
-
type: import("vue").PropType<"warning" | "danger" | "primary">;
|
|
397
|
-
default: string;
|
|
398
|
-
};
|
|
399
|
-
iconSize: {
|
|
400
|
-
type: import("vue").PropType<"s" | "m" | "xs" | "l" | "xl" | "xxl" | "xxxl">;
|
|
369
|
+
size: {
|
|
370
|
+
type: import("vue").PropType<"base" | "xs" | "sm">;
|
|
401
371
|
default: string;
|
|
402
372
|
};
|
|
403
|
-
iconClass: {
|
|
404
|
-
type: import("vue").PropType<string>;
|
|
405
|
-
};
|
|
406
|
-
outline: {
|
|
407
|
-
type: import("vue").PropType<boolean>;
|
|
408
|
-
};
|
|
409
|
-
selected: {
|
|
410
|
-
type: import("vue").PropType<boolean>;
|
|
411
|
-
};
|
|
412
|
-
raised: {
|
|
413
|
-
type: import("vue").PropType<boolean>;
|
|
414
|
-
};
|
|
415
|
-
}>> & Readonly<{
|
|
416
|
-
onClick?: ((value: Event) => any) | undefined;
|
|
417
|
-
}>, {}, {}, {}, {}, {
|
|
418
|
-
variant: "warning" | "danger" | "primary";
|
|
419
|
-
iconSize: "s" | "m" | "xs" | "l" | "xl" | "xxl" | "xxxl";
|
|
420
|
-
}>;
|
|
421
|
-
__isFragment?: undefined;
|
|
422
|
-
__isTeleport?: undefined;
|
|
423
|
-
__isSuspense?: undefined;
|
|
424
|
-
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
425
|
-
disabled: {
|
|
426
|
-
type: import("vue").PropType<boolean>;
|
|
427
|
-
};
|
|
428
|
-
small: {
|
|
429
|
-
type: import("vue").PropType<boolean>;
|
|
430
|
-
};
|
|
431
|
-
text: {
|
|
432
|
-
type: import("vue").PropType<boolean>;
|
|
433
|
-
};
|
|
434
|
-
icon: {
|
|
435
|
-
type: import("vue").PropType<string | import("vue").Component>;
|
|
436
|
-
};
|
|
437
|
-
variant: {
|
|
438
|
-
type: import("vue").PropType<"warning" | "danger" | "primary">;
|
|
439
|
-
default: string;
|
|
440
|
-
};
|
|
441
|
-
iconSize: {
|
|
442
|
-
type: import("vue").PropType<"s" | "m" | "xs" | "l" | "xl" | "xxl" | "xxxl">;
|
|
443
|
-
default: string;
|
|
444
|
-
};
|
|
445
|
-
iconClass: {
|
|
446
|
-
type: import("vue").PropType<string>;
|
|
447
|
-
};
|
|
448
|
-
outline: {
|
|
449
|
-
type: import("vue").PropType<boolean>;
|
|
450
|
-
};
|
|
451
|
-
selected: {
|
|
452
|
-
type: import("vue").PropType<boolean>;
|
|
453
|
-
};
|
|
454
|
-
raised: {
|
|
455
|
-
type: import("vue").PropType<boolean>;
|
|
456
|
-
};
|
|
457
|
-
}>> & Readonly<{
|
|
458
|
-
onClick?: ((value: Event) => any) | undefined;
|
|
459
|
-
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
460
|
-
click: (value: Event) => void;
|
|
461
|
-
}, string, {
|
|
462
|
-
variant: "warning" | "danger" | "primary";
|
|
463
|
-
iconSize: "s" | "m" | "xs" | "l" | "xl" | "xxl" | "xxxl";
|
|
464
|
-
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
465
|
-
$slots: Readonly<{
|
|
466
|
-
default: (props?: any) => any;
|
|
467
|
-
}> & {
|
|
468
|
-
default: (props?: any) => any;
|
|
469
|
-
};
|
|
470
|
-
})>;
|
|
471
|
-
export declare const Small: StoryFn<{
|
|
472
|
-
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
473
|
-
disabled: {
|
|
474
|
-
type: import("vue").PropType<boolean>;
|
|
475
|
-
};
|
|
476
373
|
small: {
|
|
477
374
|
type: import("vue").PropType<boolean>;
|
|
478
375
|
};
|
|
@@ -483,7 +380,7 @@ export declare const Small: StoryFn<{
|
|
|
483
380
|
type: import("vue").PropType<string | import("vue").Component>;
|
|
484
381
|
};
|
|
485
382
|
variant: {
|
|
486
|
-
type: import("vue").PropType<"
|
|
383
|
+
type: import("vue").PropType<"primary" | "secondary">;
|
|
487
384
|
default: string;
|
|
488
385
|
};
|
|
489
386
|
iconSize: {
|
|
@@ -507,7 +404,8 @@ export declare const Small: StoryFn<{
|
|
|
507
404
|
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
508
405
|
click: (value: Event) => void;
|
|
509
406
|
}, import("vue").PublicProps, {
|
|
510
|
-
|
|
407
|
+
size: "base" | "xs" | "sm";
|
|
408
|
+
variant: "primary" | "secondary";
|
|
511
409
|
iconSize: "s" | "m" | "xs" | "l" | "xl" | "xxl" | "xxxl";
|
|
512
410
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
513
411
|
P: {};
|
|
@@ -520,6 +418,10 @@ export declare const Small: StoryFn<{
|
|
|
520
418
|
disabled: {
|
|
521
419
|
type: import("vue").PropType<boolean>;
|
|
522
420
|
};
|
|
421
|
+
size: {
|
|
422
|
+
type: import("vue").PropType<"base" | "xs" | "sm">;
|
|
423
|
+
default: string;
|
|
424
|
+
};
|
|
523
425
|
small: {
|
|
524
426
|
type: import("vue").PropType<boolean>;
|
|
525
427
|
};
|
|
@@ -530,7 +432,7 @@ export declare const Small: StoryFn<{
|
|
|
530
432
|
type: import("vue").PropType<string | import("vue").Component>;
|
|
531
433
|
};
|
|
532
434
|
variant: {
|
|
533
|
-
type: import("vue").PropType<"
|
|
435
|
+
type: import("vue").PropType<"primary" | "secondary">;
|
|
534
436
|
default: string;
|
|
535
437
|
};
|
|
536
438
|
iconSize: {
|
|
@@ -552,7 +454,8 @@ export declare const Small: StoryFn<{
|
|
|
552
454
|
}>> & Readonly<{
|
|
553
455
|
onClick?: ((value: Event) => any) | undefined;
|
|
554
456
|
}>, {}, {}, {}, {}, {
|
|
555
|
-
|
|
457
|
+
size: "base" | "xs" | "sm";
|
|
458
|
+
variant: "primary" | "secondary";
|
|
556
459
|
iconSize: "s" | "m" | "xs" | "l" | "xl" | "xxl" | "xxxl";
|
|
557
460
|
}>;
|
|
558
461
|
__isFragment?: undefined;
|
|
@@ -562,6 +465,10 @@ export declare const Small: StoryFn<{
|
|
|
562
465
|
disabled: {
|
|
563
466
|
type: import("vue").PropType<boolean>;
|
|
564
467
|
};
|
|
468
|
+
size: {
|
|
469
|
+
type: import("vue").PropType<"base" | "xs" | "sm">;
|
|
470
|
+
default: string;
|
|
471
|
+
};
|
|
565
472
|
small: {
|
|
566
473
|
type: import("vue").PropType<boolean>;
|
|
567
474
|
};
|
|
@@ -572,7 +479,7 @@ export declare const Small: StoryFn<{
|
|
|
572
479
|
type: import("vue").PropType<string | import("vue").Component>;
|
|
573
480
|
};
|
|
574
481
|
variant: {
|
|
575
|
-
type: import("vue").PropType<"
|
|
482
|
+
type: import("vue").PropType<"primary" | "secondary">;
|
|
576
483
|
default: string;
|
|
577
484
|
};
|
|
578
485
|
iconSize: {
|
|
@@ -596,7 +503,8 @@ export declare const Small: StoryFn<{
|
|
|
596
503
|
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
597
504
|
click: (value: Event) => void;
|
|
598
505
|
}, string, {
|
|
599
|
-
|
|
506
|
+
size: "base" | "xs" | "sm";
|
|
507
|
+
variant: "primary" | "secondary";
|
|
600
508
|
iconSize: "s" | "m" | "xs" | "l" | "xl" | "xxl" | "xxxl";
|
|
601
509
|
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
602
510
|
$slots: Readonly<{
|
|
@@ -605,11 +513,15 @@ export declare const Small: StoryFn<{
|
|
|
605
513
|
default: (props?: any) => any;
|
|
606
514
|
};
|
|
607
515
|
})>;
|
|
608
|
-
export declare const
|
|
516
|
+
export declare const Selected: StoryFn<{
|
|
609
517
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
610
518
|
disabled: {
|
|
611
519
|
type: import("vue").PropType<boolean>;
|
|
612
520
|
};
|
|
521
|
+
size: {
|
|
522
|
+
type: import("vue").PropType<"base" | "xs" | "sm">;
|
|
523
|
+
default: string;
|
|
524
|
+
};
|
|
613
525
|
small: {
|
|
614
526
|
type: import("vue").PropType<boolean>;
|
|
615
527
|
};
|
|
@@ -620,7 +532,7 @@ export declare const Outline: StoryFn<{
|
|
|
620
532
|
type: import("vue").PropType<string | import("vue").Component>;
|
|
621
533
|
};
|
|
622
534
|
variant: {
|
|
623
|
-
type: import("vue").PropType<"
|
|
535
|
+
type: import("vue").PropType<"primary" | "secondary">;
|
|
624
536
|
default: string;
|
|
625
537
|
};
|
|
626
538
|
iconSize: {
|
|
@@ -644,7 +556,8 @@ export declare const Outline: StoryFn<{
|
|
|
644
556
|
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
645
557
|
click: (value: Event) => void;
|
|
646
558
|
}, import("vue").PublicProps, {
|
|
647
|
-
|
|
559
|
+
size: "base" | "xs" | "sm";
|
|
560
|
+
variant: "primary" | "secondary";
|
|
648
561
|
iconSize: "s" | "m" | "xs" | "l" | "xl" | "xxl" | "xxxl";
|
|
649
562
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
650
563
|
P: {};
|
|
@@ -657,6 +570,10 @@ export declare const Outline: StoryFn<{
|
|
|
657
570
|
disabled: {
|
|
658
571
|
type: import("vue").PropType<boolean>;
|
|
659
572
|
};
|
|
573
|
+
size: {
|
|
574
|
+
type: import("vue").PropType<"base" | "xs" | "sm">;
|
|
575
|
+
default: string;
|
|
576
|
+
};
|
|
660
577
|
small: {
|
|
661
578
|
type: import("vue").PropType<boolean>;
|
|
662
579
|
};
|
|
@@ -667,7 +584,7 @@ export declare const Outline: StoryFn<{
|
|
|
667
584
|
type: import("vue").PropType<string | import("vue").Component>;
|
|
668
585
|
};
|
|
669
586
|
variant: {
|
|
670
|
-
type: import("vue").PropType<"
|
|
587
|
+
type: import("vue").PropType<"primary" | "secondary">;
|
|
671
588
|
default: string;
|
|
672
589
|
};
|
|
673
590
|
iconSize: {
|
|
@@ -689,7 +606,8 @@ export declare const Outline: StoryFn<{
|
|
|
689
606
|
}>> & Readonly<{
|
|
690
607
|
onClick?: ((value: Event) => any) | undefined;
|
|
691
608
|
}>, {}, {}, {}, {}, {
|
|
692
|
-
|
|
609
|
+
size: "base" | "xs" | "sm";
|
|
610
|
+
variant: "primary" | "secondary";
|
|
693
611
|
iconSize: "s" | "m" | "xs" | "l" | "xl" | "xxl" | "xxxl";
|
|
694
612
|
}>;
|
|
695
613
|
__isFragment?: undefined;
|
|
@@ -699,6 +617,10 @@ export declare const Outline: StoryFn<{
|
|
|
699
617
|
disabled: {
|
|
700
618
|
type: import("vue").PropType<boolean>;
|
|
701
619
|
};
|
|
620
|
+
size: {
|
|
621
|
+
type: import("vue").PropType<"base" | "xs" | "sm">;
|
|
622
|
+
default: string;
|
|
623
|
+
};
|
|
702
624
|
small: {
|
|
703
625
|
type: import("vue").PropType<boolean>;
|
|
704
626
|
};
|
|
@@ -709,7 +631,7 @@ export declare const Outline: StoryFn<{
|
|
|
709
631
|
type: import("vue").PropType<string | import("vue").Component>;
|
|
710
632
|
};
|
|
711
633
|
variant: {
|
|
712
|
-
type: import("vue").PropType<"
|
|
634
|
+
type: import("vue").PropType<"primary" | "secondary">;
|
|
713
635
|
default: string;
|
|
714
636
|
};
|
|
715
637
|
iconSize: {
|
|
@@ -733,7 +655,8 @@ export declare const Outline: StoryFn<{
|
|
|
733
655
|
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
734
656
|
click: (value: Event) => void;
|
|
735
657
|
}, string, {
|
|
736
|
-
|
|
658
|
+
size: "base" | "xs" | "sm";
|
|
659
|
+
variant: "primary" | "secondary";
|
|
737
660
|
iconSize: "s" | "m" | "xs" | "l" | "xl" | "xxl" | "xxxl";
|
|
738
661
|
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
739
662
|
$slots: Readonly<{
|
|
@@ -742,11 +665,15 @@ export declare const Outline: StoryFn<{
|
|
|
742
665
|
default: (props?: any) => any;
|
|
743
666
|
};
|
|
744
667
|
})>;
|
|
745
|
-
export declare const
|
|
668
|
+
export declare const Text: StoryFn<{
|
|
746
669
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
747
670
|
disabled: {
|
|
748
671
|
type: import("vue").PropType<boolean>;
|
|
749
672
|
};
|
|
673
|
+
size: {
|
|
674
|
+
type: import("vue").PropType<"base" | "xs" | "sm">;
|
|
675
|
+
default: string;
|
|
676
|
+
};
|
|
750
677
|
small: {
|
|
751
678
|
type: import("vue").PropType<boolean>;
|
|
752
679
|
};
|
|
@@ -757,7 +684,7 @@ export declare const Selected: StoryFn<{
|
|
|
757
684
|
type: import("vue").PropType<string | import("vue").Component>;
|
|
758
685
|
};
|
|
759
686
|
variant: {
|
|
760
|
-
type: import("vue").PropType<"
|
|
687
|
+
type: import("vue").PropType<"primary" | "secondary">;
|
|
761
688
|
default: string;
|
|
762
689
|
};
|
|
763
690
|
iconSize: {
|
|
@@ -781,7 +708,8 @@ export declare const Selected: StoryFn<{
|
|
|
781
708
|
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
782
709
|
click: (value: Event) => void;
|
|
783
710
|
}, import("vue").PublicProps, {
|
|
784
|
-
|
|
711
|
+
size: "base" | "xs" | "sm";
|
|
712
|
+
variant: "primary" | "secondary";
|
|
785
713
|
iconSize: "s" | "m" | "xs" | "l" | "xl" | "xxl" | "xxxl";
|
|
786
714
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
787
715
|
P: {};
|
|
@@ -794,6 +722,10 @@ export declare const Selected: StoryFn<{
|
|
|
794
722
|
disabled: {
|
|
795
723
|
type: import("vue").PropType<boolean>;
|
|
796
724
|
};
|
|
725
|
+
size: {
|
|
726
|
+
type: import("vue").PropType<"base" | "xs" | "sm">;
|
|
727
|
+
default: string;
|
|
728
|
+
};
|
|
797
729
|
small: {
|
|
798
730
|
type: import("vue").PropType<boolean>;
|
|
799
731
|
};
|
|
@@ -804,7 +736,7 @@ export declare const Selected: StoryFn<{
|
|
|
804
736
|
type: import("vue").PropType<string | import("vue").Component>;
|
|
805
737
|
};
|
|
806
738
|
variant: {
|
|
807
|
-
type: import("vue").PropType<"
|
|
739
|
+
type: import("vue").PropType<"primary" | "secondary">;
|
|
808
740
|
default: string;
|
|
809
741
|
};
|
|
810
742
|
iconSize: {
|
|
@@ -826,7 +758,8 @@ export declare const Selected: StoryFn<{
|
|
|
826
758
|
}>> & Readonly<{
|
|
827
759
|
onClick?: ((value: Event) => any) | undefined;
|
|
828
760
|
}>, {}, {}, {}, {}, {
|
|
829
|
-
|
|
761
|
+
size: "base" | "xs" | "sm";
|
|
762
|
+
variant: "primary" | "secondary";
|
|
830
763
|
iconSize: "s" | "m" | "xs" | "l" | "xl" | "xxl" | "xxxl";
|
|
831
764
|
}>;
|
|
832
765
|
__isFragment?: undefined;
|
|
@@ -836,6 +769,10 @@ export declare const Selected: StoryFn<{
|
|
|
836
769
|
disabled: {
|
|
837
770
|
type: import("vue").PropType<boolean>;
|
|
838
771
|
};
|
|
772
|
+
size: {
|
|
773
|
+
type: import("vue").PropType<"base" | "xs" | "sm">;
|
|
774
|
+
default: string;
|
|
775
|
+
};
|
|
839
776
|
small: {
|
|
840
777
|
type: import("vue").PropType<boolean>;
|
|
841
778
|
};
|
|
@@ -846,7 +783,7 @@ export declare const Selected: StoryFn<{
|
|
|
846
783
|
type: import("vue").PropType<string | import("vue").Component>;
|
|
847
784
|
};
|
|
848
785
|
variant: {
|
|
849
|
-
type: import("vue").PropType<"
|
|
786
|
+
type: import("vue").PropType<"primary" | "secondary">;
|
|
850
787
|
default: string;
|
|
851
788
|
};
|
|
852
789
|
iconSize: {
|
|
@@ -870,7 +807,8 @@ export declare const Selected: StoryFn<{
|
|
|
870
807
|
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
871
808
|
click: (value: Event) => void;
|
|
872
809
|
}, string, {
|
|
873
|
-
|
|
810
|
+
size: "base" | "xs" | "sm";
|
|
811
|
+
variant: "primary" | "secondary";
|
|
874
812
|
iconSize: "s" | "m" | "xs" | "l" | "xl" | "xxl" | "xxxl";
|
|
875
813
|
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
876
814
|
$slots: Readonly<{
|
|
@@ -879,11 +817,15 @@ export declare const Selected: StoryFn<{
|
|
|
879
817
|
default: (props?: any) => any;
|
|
880
818
|
};
|
|
881
819
|
})>;
|
|
882
|
-
export declare const
|
|
820
|
+
export declare const Icon: StoryFn<{
|
|
883
821
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
884
822
|
disabled: {
|
|
885
823
|
type: import("vue").PropType<boolean>;
|
|
886
824
|
};
|
|
825
|
+
size: {
|
|
826
|
+
type: import("vue").PropType<"base" | "xs" | "sm">;
|
|
827
|
+
default: string;
|
|
828
|
+
};
|
|
887
829
|
small: {
|
|
888
830
|
type: import("vue").PropType<boolean>;
|
|
889
831
|
};
|
|
@@ -894,7 +836,7 @@ export declare const Text: StoryFn<{
|
|
|
894
836
|
type: import("vue").PropType<string | import("vue").Component>;
|
|
895
837
|
};
|
|
896
838
|
variant: {
|
|
897
|
-
type: import("vue").PropType<"
|
|
839
|
+
type: import("vue").PropType<"primary" | "secondary">;
|
|
898
840
|
default: string;
|
|
899
841
|
};
|
|
900
842
|
iconSize: {
|
|
@@ -918,7 +860,8 @@ export declare const Text: StoryFn<{
|
|
|
918
860
|
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
919
861
|
click: (value: Event) => void;
|
|
920
862
|
}, import("vue").PublicProps, {
|
|
921
|
-
|
|
863
|
+
size: "base" | "xs" | "sm";
|
|
864
|
+
variant: "primary" | "secondary";
|
|
922
865
|
iconSize: "s" | "m" | "xs" | "l" | "xl" | "xxl" | "xxxl";
|
|
923
866
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
924
867
|
P: {};
|
|
@@ -931,6 +874,10 @@ export declare const Text: StoryFn<{
|
|
|
931
874
|
disabled: {
|
|
932
875
|
type: import("vue").PropType<boolean>;
|
|
933
876
|
};
|
|
877
|
+
size: {
|
|
878
|
+
type: import("vue").PropType<"base" | "xs" | "sm">;
|
|
879
|
+
default: string;
|
|
880
|
+
};
|
|
934
881
|
small: {
|
|
935
882
|
type: import("vue").PropType<boolean>;
|
|
936
883
|
};
|
|
@@ -941,7 +888,7 @@ export declare const Text: StoryFn<{
|
|
|
941
888
|
type: import("vue").PropType<string | import("vue").Component>;
|
|
942
889
|
};
|
|
943
890
|
variant: {
|
|
944
|
-
type: import("vue").PropType<"
|
|
891
|
+
type: import("vue").PropType<"primary" | "secondary">;
|
|
945
892
|
default: string;
|
|
946
893
|
};
|
|
947
894
|
iconSize: {
|
|
@@ -963,7 +910,8 @@ export declare const Text: StoryFn<{
|
|
|
963
910
|
}>> & Readonly<{
|
|
964
911
|
onClick?: ((value: Event) => any) | undefined;
|
|
965
912
|
}>, {}, {}, {}, {}, {
|
|
966
|
-
|
|
913
|
+
size: "base" | "xs" | "sm";
|
|
914
|
+
variant: "primary" | "secondary";
|
|
967
915
|
iconSize: "s" | "m" | "xs" | "l" | "xl" | "xxl" | "xxxl";
|
|
968
916
|
}>;
|
|
969
917
|
__isFragment?: undefined;
|
|
@@ -973,6 +921,10 @@ export declare const Text: StoryFn<{
|
|
|
973
921
|
disabled: {
|
|
974
922
|
type: import("vue").PropType<boolean>;
|
|
975
923
|
};
|
|
924
|
+
size: {
|
|
925
|
+
type: import("vue").PropType<"base" | "xs" | "sm">;
|
|
926
|
+
default: string;
|
|
927
|
+
};
|
|
976
928
|
small: {
|
|
977
929
|
type: import("vue").PropType<boolean>;
|
|
978
930
|
};
|
|
@@ -983,7 +935,7 @@ export declare const Text: StoryFn<{
|
|
|
983
935
|
type: import("vue").PropType<string | import("vue").Component>;
|
|
984
936
|
};
|
|
985
937
|
variant: {
|
|
986
|
-
type: import("vue").PropType<"
|
|
938
|
+
type: import("vue").PropType<"primary" | "secondary">;
|
|
987
939
|
default: string;
|
|
988
940
|
};
|
|
989
941
|
iconSize: {
|
|
@@ -1007,7 +959,8 @@ export declare const Text: StoryFn<{
|
|
|
1007
959
|
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1008
960
|
click: (value: Event) => void;
|
|
1009
961
|
}, string, {
|
|
1010
|
-
|
|
962
|
+
size: "base" | "xs" | "sm";
|
|
963
|
+
variant: "primary" | "secondary";
|
|
1011
964
|
iconSize: "s" | "m" | "xs" | "l" | "xl" | "xxl" | "xxxl";
|
|
1012
965
|
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
1013
966
|
$slots: Readonly<{
|
|
@@ -1016,11 +969,15 @@ export declare const Text: StoryFn<{
|
|
|
1016
969
|
default: (props?: any) => any;
|
|
1017
970
|
};
|
|
1018
971
|
})>;
|
|
1019
|
-
export declare const
|
|
972
|
+
export declare const IconClass: StoryFn<{
|
|
1020
973
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
1021
974
|
disabled: {
|
|
1022
975
|
type: import("vue").PropType<boolean>;
|
|
1023
976
|
};
|
|
977
|
+
size: {
|
|
978
|
+
type: import("vue").PropType<"base" | "xs" | "sm">;
|
|
979
|
+
default: string;
|
|
980
|
+
};
|
|
1024
981
|
small: {
|
|
1025
982
|
type: import("vue").PropType<boolean>;
|
|
1026
983
|
};
|
|
@@ -1031,7 +988,7 @@ export declare const Raised: StoryFn<{
|
|
|
1031
988
|
type: import("vue").PropType<string | import("vue").Component>;
|
|
1032
989
|
};
|
|
1033
990
|
variant: {
|
|
1034
|
-
type: import("vue").PropType<"
|
|
991
|
+
type: import("vue").PropType<"primary" | "secondary">;
|
|
1035
992
|
default: string;
|
|
1036
993
|
};
|
|
1037
994
|
iconSize: {
|
|
@@ -1055,7 +1012,8 @@ export declare const Raised: StoryFn<{
|
|
|
1055
1012
|
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1056
1013
|
click: (value: Event) => void;
|
|
1057
1014
|
}, import("vue").PublicProps, {
|
|
1058
|
-
|
|
1015
|
+
size: "base" | "xs" | "sm";
|
|
1016
|
+
variant: "primary" | "secondary";
|
|
1059
1017
|
iconSize: "s" | "m" | "xs" | "l" | "xl" | "xxl" | "xxxl";
|
|
1060
1018
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
1061
1019
|
P: {};
|
|
@@ -1068,6 +1026,10 @@ export declare const Raised: StoryFn<{
|
|
|
1068
1026
|
disabled: {
|
|
1069
1027
|
type: import("vue").PropType<boolean>;
|
|
1070
1028
|
};
|
|
1029
|
+
size: {
|
|
1030
|
+
type: import("vue").PropType<"base" | "xs" | "sm">;
|
|
1031
|
+
default: string;
|
|
1032
|
+
};
|
|
1071
1033
|
small: {
|
|
1072
1034
|
type: import("vue").PropType<boolean>;
|
|
1073
1035
|
};
|
|
@@ -1078,7 +1040,7 @@ export declare const Raised: StoryFn<{
|
|
|
1078
1040
|
type: import("vue").PropType<string | import("vue").Component>;
|
|
1079
1041
|
};
|
|
1080
1042
|
variant: {
|
|
1081
|
-
type: import("vue").PropType<"
|
|
1043
|
+
type: import("vue").PropType<"primary" | "secondary">;
|
|
1082
1044
|
default: string;
|
|
1083
1045
|
};
|
|
1084
1046
|
iconSize: {
|
|
@@ -1100,7 +1062,8 @@ export declare const Raised: StoryFn<{
|
|
|
1100
1062
|
}>> & Readonly<{
|
|
1101
1063
|
onClick?: ((value: Event) => any) | undefined;
|
|
1102
1064
|
}>, {}, {}, {}, {}, {
|
|
1103
|
-
|
|
1065
|
+
size: "base" | "xs" | "sm";
|
|
1066
|
+
variant: "primary" | "secondary";
|
|
1104
1067
|
iconSize: "s" | "m" | "xs" | "l" | "xl" | "xxl" | "xxxl";
|
|
1105
1068
|
}>;
|
|
1106
1069
|
__isFragment?: undefined;
|
|
@@ -1110,6 +1073,10 @@ export declare const Raised: StoryFn<{
|
|
|
1110
1073
|
disabled: {
|
|
1111
1074
|
type: import("vue").PropType<boolean>;
|
|
1112
1075
|
};
|
|
1076
|
+
size: {
|
|
1077
|
+
type: import("vue").PropType<"base" | "xs" | "sm">;
|
|
1078
|
+
default: string;
|
|
1079
|
+
};
|
|
1113
1080
|
small: {
|
|
1114
1081
|
type: import("vue").PropType<boolean>;
|
|
1115
1082
|
};
|
|
@@ -1120,7 +1087,7 @@ export declare const Raised: StoryFn<{
|
|
|
1120
1087
|
type: import("vue").PropType<string | import("vue").Component>;
|
|
1121
1088
|
};
|
|
1122
1089
|
variant: {
|
|
1123
|
-
type: import("vue").PropType<"
|
|
1090
|
+
type: import("vue").PropType<"primary" | "secondary">;
|
|
1124
1091
|
default: string;
|
|
1125
1092
|
};
|
|
1126
1093
|
iconSize: {
|
|
@@ -1144,7 +1111,8 @@ export declare const Raised: StoryFn<{
|
|
|
1144
1111
|
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1145
1112
|
click: (value: Event) => void;
|
|
1146
1113
|
}, string, {
|
|
1147
|
-
|
|
1114
|
+
size: "base" | "xs" | "sm";
|
|
1115
|
+
variant: "primary" | "secondary";
|
|
1148
1116
|
iconSize: "s" | "m" | "xs" | "l" | "xl" | "xxl" | "xxxl";
|
|
1149
1117
|
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
1150
1118
|
$slots: Readonly<{
|
|
@@ -1153,11 +1121,15 @@ export declare const Raised: StoryFn<{
|
|
|
1153
1121
|
default: (props?: any) => any;
|
|
1154
1122
|
};
|
|
1155
1123
|
})>;
|
|
1156
|
-
export declare const
|
|
1124
|
+
export declare const IconSize: StoryFn<{
|
|
1157
1125
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
1158
1126
|
disabled: {
|
|
1159
1127
|
type: import("vue").PropType<boolean>;
|
|
1160
1128
|
};
|
|
1129
|
+
size: {
|
|
1130
|
+
type: import("vue").PropType<"base" | "xs" | "sm">;
|
|
1131
|
+
default: string;
|
|
1132
|
+
};
|
|
1161
1133
|
small: {
|
|
1162
1134
|
type: import("vue").PropType<boolean>;
|
|
1163
1135
|
};
|
|
@@ -1168,7 +1140,7 @@ export declare const Icon: StoryFn<{
|
|
|
1168
1140
|
type: import("vue").PropType<string | import("vue").Component>;
|
|
1169
1141
|
};
|
|
1170
1142
|
variant: {
|
|
1171
|
-
type: import("vue").PropType<"
|
|
1143
|
+
type: import("vue").PropType<"primary" | "secondary">;
|
|
1172
1144
|
default: string;
|
|
1173
1145
|
};
|
|
1174
1146
|
iconSize: {
|
|
@@ -1192,7 +1164,8 @@ export declare const Icon: StoryFn<{
|
|
|
1192
1164
|
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1193
1165
|
click: (value: Event) => void;
|
|
1194
1166
|
}, import("vue").PublicProps, {
|
|
1195
|
-
|
|
1167
|
+
size: "base" | "xs" | "sm";
|
|
1168
|
+
variant: "primary" | "secondary";
|
|
1196
1169
|
iconSize: "s" | "m" | "xs" | "l" | "xl" | "xxl" | "xxxl";
|
|
1197
1170
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
1198
1171
|
P: {};
|
|
@@ -1205,6 +1178,10 @@ export declare const Icon: StoryFn<{
|
|
|
1205
1178
|
disabled: {
|
|
1206
1179
|
type: import("vue").PropType<boolean>;
|
|
1207
1180
|
};
|
|
1181
|
+
size: {
|
|
1182
|
+
type: import("vue").PropType<"base" | "xs" | "sm">;
|
|
1183
|
+
default: string;
|
|
1184
|
+
};
|
|
1208
1185
|
small: {
|
|
1209
1186
|
type: import("vue").PropType<boolean>;
|
|
1210
1187
|
};
|
|
@@ -1215,7 +1192,7 @@ export declare const Icon: StoryFn<{
|
|
|
1215
1192
|
type: import("vue").PropType<string | import("vue").Component>;
|
|
1216
1193
|
};
|
|
1217
1194
|
variant: {
|
|
1218
|
-
type: import("vue").PropType<"
|
|
1195
|
+
type: import("vue").PropType<"primary" | "secondary">;
|
|
1219
1196
|
default: string;
|
|
1220
1197
|
};
|
|
1221
1198
|
iconSize: {
|
|
@@ -1237,7 +1214,8 @@ export declare const Icon: StoryFn<{
|
|
|
1237
1214
|
}>> & Readonly<{
|
|
1238
1215
|
onClick?: ((value: Event) => any) | undefined;
|
|
1239
1216
|
}>, {}, {}, {}, {}, {
|
|
1240
|
-
|
|
1217
|
+
size: "base" | "xs" | "sm";
|
|
1218
|
+
variant: "primary" | "secondary";
|
|
1241
1219
|
iconSize: "s" | "m" | "xs" | "l" | "xl" | "xxl" | "xxxl";
|
|
1242
1220
|
}>;
|
|
1243
1221
|
__isFragment?: undefined;
|
|
@@ -1247,554 +1225,10 @@ export declare const Icon: StoryFn<{
|
|
|
1247
1225
|
disabled: {
|
|
1248
1226
|
type: import("vue").PropType<boolean>;
|
|
1249
1227
|
};
|
|
1250
|
-
|
|
1251
|
-
type: import("vue").PropType<
|
|
1252
|
-
};
|
|
1253
|
-
text: {
|
|
1254
|
-
type: import("vue").PropType<boolean>;
|
|
1255
|
-
};
|
|
1256
|
-
icon: {
|
|
1257
|
-
type: import("vue").PropType<string | import("vue").Component>;
|
|
1258
|
-
};
|
|
1259
|
-
variant: {
|
|
1260
|
-
type: import("vue").PropType<"warning" | "danger" | "primary">;
|
|
1261
|
-
default: string;
|
|
1262
|
-
};
|
|
1263
|
-
iconSize: {
|
|
1264
|
-
type: import("vue").PropType<"s" | "m" | "xs" | "l" | "xl" | "xxl" | "xxxl">;
|
|
1228
|
+
size: {
|
|
1229
|
+
type: import("vue").PropType<"base" | "xs" | "sm">;
|
|
1265
1230
|
default: string;
|
|
1266
1231
|
};
|
|
1267
|
-
iconClass: {
|
|
1268
|
-
type: import("vue").PropType<string>;
|
|
1269
|
-
};
|
|
1270
|
-
outline: {
|
|
1271
|
-
type: import("vue").PropType<boolean>;
|
|
1272
|
-
};
|
|
1273
|
-
selected: {
|
|
1274
|
-
type: import("vue").PropType<boolean>;
|
|
1275
|
-
};
|
|
1276
|
-
raised: {
|
|
1277
|
-
type: import("vue").PropType<boolean>;
|
|
1278
|
-
};
|
|
1279
|
-
}>> & Readonly<{
|
|
1280
|
-
onClick?: ((value: Event) => any) | undefined;
|
|
1281
|
-
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1282
|
-
click: (value: Event) => void;
|
|
1283
|
-
}, string, {
|
|
1284
|
-
variant: "warning" | "danger" | "primary";
|
|
1285
|
-
iconSize: "s" | "m" | "xs" | "l" | "xl" | "xxl" | "xxxl";
|
|
1286
|
-
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
1287
|
-
$slots: Readonly<{
|
|
1288
|
-
default: (props?: any) => any;
|
|
1289
|
-
}> & {
|
|
1290
|
-
default: (props?: any) => any;
|
|
1291
|
-
};
|
|
1292
|
-
})>;
|
|
1293
|
-
export declare const IconClass: StoryFn<{
|
|
1294
|
-
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
1295
|
-
disabled: {
|
|
1296
|
-
type: import("vue").PropType<boolean>;
|
|
1297
|
-
};
|
|
1298
|
-
small: {
|
|
1299
|
-
type: import("vue").PropType<boolean>;
|
|
1300
|
-
};
|
|
1301
|
-
text: {
|
|
1302
|
-
type: import("vue").PropType<boolean>;
|
|
1303
|
-
};
|
|
1304
|
-
icon: {
|
|
1305
|
-
type: import("vue").PropType<string | import("vue").Component>;
|
|
1306
|
-
};
|
|
1307
|
-
variant: {
|
|
1308
|
-
type: import("vue").PropType<"warning" | "danger" | "primary">;
|
|
1309
|
-
default: string;
|
|
1310
|
-
};
|
|
1311
|
-
iconSize: {
|
|
1312
|
-
type: import("vue").PropType<"s" | "m" | "xs" | "l" | "xl" | "xxl" | "xxxl">;
|
|
1313
|
-
default: string;
|
|
1314
|
-
};
|
|
1315
|
-
iconClass: {
|
|
1316
|
-
type: import("vue").PropType<string>;
|
|
1317
|
-
};
|
|
1318
|
-
outline: {
|
|
1319
|
-
type: import("vue").PropType<boolean>;
|
|
1320
|
-
};
|
|
1321
|
-
selected: {
|
|
1322
|
-
type: import("vue").PropType<boolean>;
|
|
1323
|
-
};
|
|
1324
|
-
raised: {
|
|
1325
|
-
type: import("vue").PropType<boolean>;
|
|
1326
|
-
};
|
|
1327
|
-
}>> & Readonly<{
|
|
1328
|
-
onClick?: ((value: Event) => any) | undefined;
|
|
1329
|
-
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1330
|
-
click: (value: Event) => void;
|
|
1331
|
-
}, import("vue").PublicProps, {
|
|
1332
|
-
variant: "warning" | "danger" | "primary";
|
|
1333
|
-
iconSize: "s" | "m" | "xs" | "l" | "xl" | "xxl" | "xxxl";
|
|
1334
|
-
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
1335
|
-
P: {};
|
|
1336
|
-
B: {};
|
|
1337
|
-
D: {};
|
|
1338
|
-
C: {};
|
|
1339
|
-
M: {};
|
|
1340
|
-
Defaults: {};
|
|
1341
|
-
}, Readonly<import("vue").ExtractPropTypes<{
|
|
1342
|
-
disabled: {
|
|
1343
|
-
type: import("vue").PropType<boolean>;
|
|
1344
|
-
};
|
|
1345
|
-
small: {
|
|
1346
|
-
type: import("vue").PropType<boolean>;
|
|
1347
|
-
};
|
|
1348
|
-
text: {
|
|
1349
|
-
type: import("vue").PropType<boolean>;
|
|
1350
|
-
};
|
|
1351
|
-
icon: {
|
|
1352
|
-
type: import("vue").PropType<string | import("vue").Component>;
|
|
1353
|
-
};
|
|
1354
|
-
variant: {
|
|
1355
|
-
type: import("vue").PropType<"warning" | "danger" | "primary">;
|
|
1356
|
-
default: string;
|
|
1357
|
-
};
|
|
1358
|
-
iconSize: {
|
|
1359
|
-
type: import("vue").PropType<"s" | "m" | "xs" | "l" | "xl" | "xxl" | "xxxl">;
|
|
1360
|
-
default: string;
|
|
1361
|
-
};
|
|
1362
|
-
iconClass: {
|
|
1363
|
-
type: import("vue").PropType<string>;
|
|
1364
|
-
};
|
|
1365
|
-
outline: {
|
|
1366
|
-
type: import("vue").PropType<boolean>;
|
|
1367
|
-
};
|
|
1368
|
-
selected: {
|
|
1369
|
-
type: import("vue").PropType<boolean>;
|
|
1370
|
-
};
|
|
1371
|
-
raised: {
|
|
1372
|
-
type: import("vue").PropType<boolean>;
|
|
1373
|
-
};
|
|
1374
|
-
}>> & Readonly<{
|
|
1375
|
-
onClick?: ((value: Event) => any) | undefined;
|
|
1376
|
-
}>, {}, {}, {}, {}, {
|
|
1377
|
-
variant: "warning" | "danger" | "primary";
|
|
1378
|
-
iconSize: "s" | "m" | "xs" | "l" | "xl" | "xxl" | "xxxl";
|
|
1379
|
-
}>;
|
|
1380
|
-
__isFragment?: undefined;
|
|
1381
|
-
__isTeleport?: undefined;
|
|
1382
|
-
__isSuspense?: undefined;
|
|
1383
|
-
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
1384
|
-
disabled: {
|
|
1385
|
-
type: import("vue").PropType<boolean>;
|
|
1386
|
-
};
|
|
1387
|
-
small: {
|
|
1388
|
-
type: import("vue").PropType<boolean>;
|
|
1389
|
-
};
|
|
1390
|
-
text: {
|
|
1391
|
-
type: import("vue").PropType<boolean>;
|
|
1392
|
-
};
|
|
1393
|
-
icon: {
|
|
1394
|
-
type: import("vue").PropType<string | import("vue").Component>;
|
|
1395
|
-
};
|
|
1396
|
-
variant: {
|
|
1397
|
-
type: import("vue").PropType<"warning" | "danger" | "primary">;
|
|
1398
|
-
default: string;
|
|
1399
|
-
};
|
|
1400
|
-
iconSize: {
|
|
1401
|
-
type: import("vue").PropType<"s" | "m" | "xs" | "l" | "xl" | "xxl" | "xxxl">;
|
|
1402
|
-
default: string;
|
|
1403
|
-
};
|
|
1404
|
-
iconClass: {
|
|
1405
|
-
type: import("vue").PropType<string>;
|
|
1406
|
-
};
|
|
1407
|
-
outline: {
|
|
1408
|
-
type: import("vue").PropType<boolean>;
|
|
1409
|
-
};
|
|
1410
|
-
selected: {
|
|
1411
|
-
type: import("vue").PropType<boolean>;
|
|
1412
|
-
};
|
|
1413
|
-
raised: {
|
|
1414
|
-
type: import("vue").PropType<boolean>;
|
|
1415
|
-
};
|
|
1416
|
-
}>> & Readonly<{
|
|
1417
|
-
onClick?: ((value: Event) => any) | undefined;
|
|
1418
|
-
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1419
|
-
click: (value: Event) => void;
|
|
1420
|
-
}, string, {
|
|
1421
|
-
variant: "warning" | "danger" | "primary";
|
|
1422
|
-
iconSize: "s" | "m" | "xs" | "l" | "xl" | "xxl" | "xxxl";
|
|
1423
|
-
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
1424
|
-
$slots: Readonly<{
|
|
1425
|
-
default: (props?: any) => any;
|
|
1426
|
-
}> & {
|
|
1427
|
-
default: (props?: any) => any;
|
|
1428
|
-
};
|
|
1429
|
-
})>;
|
|
1430
|
-
export declare const IconSize: StoryFn<{
|
|
1431
|
-
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
1432
|
-
disabled: {
|
|
1433
|
-
type: import("vue").PropType<boolean>;
|
|
1434
|
-
};
|
|
1435
|
-
small: {
|
|
1436
|
-
type: import("vue").PropType<boolean>;
|
|
1437
|
-
};
|
|
1438
|
-
text: {
|
|
1439
|
-
type: import("vue").PropType<boolean>;
|
|
1440
|
-
};
|
|
1441
|
-
icon: {
|
|
1442
|
-
type: import("vue").PropType<string | import("vue").Component>;
|
|
1443
|
-
};
|
|
1444
|
-
variant: {
|
|
1445
|
-
type: import("vue").PropType<"warning" | "danger" | "primary">;
|
|
1446
|
-
default: string;
|
|
1447
|
-
};
|
|
1448
|
-
iconSize: {
|
|
1449
|
-
type: import("vue").PropType<"s" | "m" | "xs" | "l" | "xl" | "xxl" | "xxxl">;
|
|
1450
|
-
default: string;
|
|
1451
|
-
};
|
|
1452
|
-
iconClass: {
|
|
1453
|
-
type: import("vue").PropType<string>;
|
|
1454
|
-
};
|
|
1455
|
-
outline: {
|
|
1456
|
-
type: import("vue").PropType<boolean>;
|
|
1457
|
-
};
|
|
1458
|
-
selected: {
|
|
1459
|
-
type: import("vue").PropType<boolean>;
|
|
1460
|
-
};
|
|
1461
|
-
raised: {
|
|
1462
|
-
type: import("vue").PropType<boolean>;
|
|
1463
|
-
};
|
|
1464
|
-
}>> & Readonly<{
|
|
1465
|
-
onClick?: ((value: Event) => any) | undefined;
|
|
1466
|
-
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1467
|
-
click: (value: Event) => void;
|
|
1468
|
-
}, import("vue").PublicProps, {
|
|
1469
|
-
variant: "warning" | "danger" | "primary";
|
|
1470
|
-
iconSize: "s" | "m" | "xs" | "l" | "xl" | "xxl" | "xxxl";
|
|
1471
|
-
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
1472
|
-
P: {};
|
|
1473
|
-
B: {};
|
|
1474
|
-
D: {};
|
|
1475
|
-
C: {};
|
|
1476
|
-
M: {};
|
|
1477
|
-
Defaults: {};
|
|
1478
|
-
}, Readonly<import("vue").ExtractPropTypes<{
|
|
1479
|
-
disabled: {
|
|
1480
|
-
type: import("vue").PropType<boolean>;
|
|
1481
|
-
};
|
|
1482
|
-
small: {
|
|
1483
|
-
type: import("vue").PropType<boolean>;
|
|
1484
|
-
};
|
|
1485
|
-
text: {
|
|
1486
|
-
type: import("vue").PropType<boolean>;
|
|
1487
|
-
};
|
|
1488
|
-
icon: {
|
|
1489
|
-
type: import("vue").PropType<string | import("vue").Component>;
|
|
1490
|
-
};
|
|
1491
|
-
variant: {
|
|
1492
|
-
type: import("vue").PropType<"warning" | "danger" | "primary">;
|
|
1493
|
-
default: string;
|
|
1494
|
-
};
|
|
1495
|
-
iconSize: {
|
|
1496
|
-
type: import("vue").PropType<"s" | "m" | "xs" | "l" | "xl" | "xxl" | "xxxl">;
|
|
1497
|
-
default: string;
|
|
1498
|
-
};
|
|
1499
|
-
iconClass: {
|
|
1500
|
-
type: import("vue").PropType<string>;
|
|
1501
|
-
};
|
|
1502
|
-
outline: {
|
|
1503
|
-
type: import("vue").PropType<boolean>;
|
|
1504
|
-
};
|
|
1505
|
-
selected: {
|
|
1506
|
-
type: import("vue").PropType<boolean>;
|
|
1507
|
-
};
|
|
1508
|
-
raised: {
|
|
1509
|
-
type: import("vue").PropType<boolean>;
|
|
1510
|
-
};
|
|
1511
|
-
}>> & Readonly<{
|
|
1512
|
-
onClick?: ((value: Event) => any) | undefined;
|
|
1513
|
-
}>, {}, {}, {}, {}, {
|
|
1514
|
-
variant: "warning" | "danger" | "primary";
|
|
1515
|
-
iconSize: "s" | "m" | "xs" | "l" | "xl" | "xxl" | "xxxl";
|
|
1516
|
-
}>;
|
|
1517
|
-
__isFragment?: undefined;
|
|
1518
|
-
__isTeleport?: undefined;
|
|
1519
|
-
__isSuspense?: undefined;
|
|
1520
|
-
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
1521
|
-
disabled: {
|
|
1522
|
-
type: import("vue").PropType<boolean>;
|
|
1523
|
-
};
|
|
1524
|
-
small: {
|
|
1525
|
-
type: import("vue").PropType<boolean>;
|
|
1526
|
-
};
|
|
1527
|
-
text: {
|
|
1528
|
-
type: import("vue").PropType<boolean>;
|
|
1529
|
-
};
|
|
1530
|
-
icon: {
|
|
1531
|
-
type: import("vue").PropType<string | import("vue").Component>;
|
|
1532
|
-
};
|
|
1533
|
-
variant: {
|
|
1534
|
-
type: import("vue").PropType<"warning" | "danger" | "primary">;
|
|
1535
|
-
default: string;
|
|
1536
|
-
};
|
|
1537
|
-
iconSize: {
|
|
1538
|
-
type: import("vue").PropType<"s" | "m" | "xs" | "l" | "xl" | "xxl" | "xxxl">;
|
|
1539
|
-
default: string;
|
|
1540
|
-
};
|
|
1541
|
-
iconClass: {
|
|
1542
|
-
type: import("vue").PropType<string>;
|
|
1543
|
-
};
|
|
1544
|
-
outline: {
|
|
1545
|
-
type: import("vue").PropType<boolean>;
|
|
1546
|
-
};
|
|
1547
|
-
selected: {
|
|
1548
|
-
type: import("vue").PropType<boolean>;
|
|
1549
|
-
};
|
|
1550
|
-
raised: {
|
|
1551
|
-
type: import("vue").PropType<boolean>;
|
|
1552
|
-
};
|
|
1553
|
-
}>> & Readonly<{
|
|
1554
|
-
onClick?: ((value: Event) => any) | undefined;
|
|
1555
|
-
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1556
|
-
click: (value: Event) => void;
|
|
1557
|
-
}, string, {
|
|
1558
|
-
variant: "warning" | "danger" | "primary";
|
|
1559
|
-
iconSize: "s" | "m" | "xs" | "l" | "xl" | "xxl" | "xxxl";
|
|
1560
|
-
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
1561
|
-
$slots: Readonly<{
|
|
1562
|
-
default: (props?: any) => any;
|
|
1563
|
-
}> & {
|
|
1564
|
-
default: (props?: any) => any;
|
|
1565
|
-
};
|
|
1566
|
-
})>;
|
|
1567
|
-
export declare const Warning: StoryFn<{
|
|
1568
|
-
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
1569
|
-
disabled: {
|
|
1570
|
-
type: import("vue").PropType<boolean>;
|
|
1571
|
-
};
|
|
1572
|
-
small: {
|
|
1573
|
-
type: import("vue").PropType<boolean>;
|
|
1574
|
-
};
|
|
1575
|
-
text: {
|
|
1576
|
-
type: import("vue").PropType<boolean>;
|
|
1577
|
-
};
|
|
1578
|
-
icon: {
|
|
1579
|
-
type: import("vue").PropType<string | import("vue").Component>;
|
|
1580
|
-
};
|
|
1581
|
-
variant: {
|
|
1582
|
-
type: import("vue").PropType<"warning" | "danger" | "primary">;
|
|
1583
|
-
default: string;
|
|
1584
|
-
};
|
|
1585
|
-
iconSize: {
|
|
1586
|
-
type: import("vue").PropType<"s" | "m" | "xs" | "l" | "xl" | "xxl" | "xxxl">;
|
|
1587
|
-
default: string;
|
|
1588
|
-
};
|
|
1589
|
-
iconClass: {
|
|
1590
|
-
type: import("vue").PropType<string>;
|
|
1591
|
-
};
|
|
1592
|
-
outline: {
|
|
1593
|
-
type: import("vue").PropType<boolean>;
|
|
1594
|
-
};
|
|
1595
|
-
selected: {
|
|
1596
|
-
type: import("vue").PropType<boolean>;
|
|
1597
|
-
};
|
|
1598
|
-
raised: {
|
|
1599
|
-
type: import("vue").PropType<boolean>;
|
|
1600
|
-
};
|
|
1601
|
-
}>> & Readonly<{
|
|
1602
|
-
onClick?: ((value: Event) => any) | undefined;
|
|
1603
|
-
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1604
|
-
click: (value: Event) => void;
|
|
1605
|
-
}, import("vue").PublicProps, {
|
|
1606
|
-
variant: "warning" | "danger" | "primary";
|
|
1607
|
-
iconSize: "s" | "m" | "xs" | "l" | "xl" | "xxl" | "xxxl";
|
|
1608
|
-
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
1609
|
-
P: {};
|
|
1610
|
-
B: {};
|
|
1611
|
-
D: {};
|
|
1612
|
-
C: {};
|
|
1613
|
-
M: {};
|
|
1614
|
-
Defaults: {};
|
|
1615
|
-
}, Readonly<import("vue").ExtractPropTypes<{
|
|
1616
|
-
disabled: {
|
|
1617
|
-
type: import("vue").PropType<boolean>;
|
|
1618
|
-
};
|
|
1619
|
-
small: {
|
|
1620
|
-
type: import("vue").PropType<boolean>;
|
|
1621
|
-
};
|
|
1622
|
-
text: {
|
|
1623
|
-
type: import("vue").PropType<boolean>;
|
|
1624
|
-
};
|
|
1625
|
-
icon: {
|
|
1626
|
-
type: import("vue").PropType<string | import("vue").Component>;
|
|
1627
|
-
};
|
|
1628
|
-
variant: {
|
|
1629
|
-
type: import("vue").PropType<"warning" | "danger" | "primary">;
|
|
1630
|
-
default: string;
|
|
1631
|
-
};
|
|
1632
|
-
iconSize: {
|
|
1633
|
-
type: import("vue").PropType<"s" | "m" | "xs" | "l" | "xl" | "xxl" | "xxxl">;
|
|
1634
|
-
default: string;
|
|
1635
|
-
};
|
|
1636
|
-
iconClass: {
|
|
1637
|
-
type: import("vue").PropType<string>;
|
|
1638
|
-
};
|
|
1639
|
-
outline: {
|
|
1640
|
-
type: import("vue").PropType<boolean>;
|
|
1641
|
-
};
|
|
1642
|
-
selected: {
|
|
1643
|
-
type: import("vue").PropType<boolean>;
|
|
1644
|
-
};
|
|
1645
|
-
raised: {
|
|
1646
|
-
type: import("vue").PropType<boolean>;
|
|
1647
|
-
};
|
|
1648
|
-
}>> & Readonly<{
|
|
1649
|
-
onClick?: ((value: Event) => any) | undefined;
|
|
1650
|
-
}>, {}, {}, {}, {}, {
|
|
1651
|
-
variant: "warning" | "danger" | "primary";
|
|
1652
|
-
iconSize: "s" | "m" | "xs" | "l" | "xl" | "xxl" | "xxxl";
|
|
1653
|
-
}>;
|
|
1654
|
-
__isFragment?: undefined;
|
|
1655
|
-
__isTeleport?: undefined;
|
|
1656
|
-
__isSuspense?: undefined;
|
|
1657
|
-
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
1658
|
-
disabled: {
|
|
1659
|
-
type: import("vue").PropType<boolean>;
|
|
1660
|
-
};
|
|
1661
|
-
small: {
|
|
1662
|
-
type: import("vue").PropType<boolean>;
|
|
1663
|
-
};
|
|
1664
|
-
text: {
|
|
1665
|
-
type: import("vue").PropType<boolean>;
|
|
1666
|
-
};
|
|
1667
|
-
icon: {
|
|
1668
|
-
type: import("vue").PropType<string | import("vue").Component>;
|
|
1669
|
-
};
|
|
1670
|
-
variant: {
|
|
1671
|
-
type: import("vue").PropType<"warning" | "danger" | "primary">;
|
|
1672
|
-
default: string;
|
|
1673
|
-
};
|
|
1674
|
-
iconSize: {
|
|
1675
|
-
type: import("vue").PropType<"s" | "m" | "xs" | "l" | "xl" | "xxl" | "xxxl">;
|
|
1676
|
-
default: string;
|
|
1677
|
-
};
|
|
1678
|
-
iconClass: {
|
|
1679
|
-
type: import("vue").PropType<string>;
|
|
1680
|
-
};
|
|
1681
|
-
outline: {
|
|
1682
|
-
type: import("vue").PropType<boolean>;
|
|
1683
|
-
};
|
|
1684
|
-
selected: {
|
|
1685
|
-
type: import("vue").PropType<boolean>;
|
|
1686
|
-
};
|
|
1687
|
-
raised: {
|
|
1688
|
-
type: import("vue").PropType<boolean>;
|
|
1689
|
-
};
|
|
1690
|
-
}>> & Readonly<{
|
|
1691
|
-
onClick?: ((value: Event) => any) | undefined;
|
|
1692
|
-
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1693
|
-
click: (value: Event) => void;
|
|
1694
|
-
}, string, {
|
|
1695
|
-
variant: "warning" | "danger" | "primary";
|
|
1696
|
-
iconSize: "s" | "m" | "xs" | "l" | "xl" | "xxl" | "xxxl";
|
|
1697
|
-
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
1698
|
-
$slots: Readonly<{
|
|
1699
|
-
default: (props?: any) => any;
|
|
1700
|
-
}> & {
|
|
1701
|
-
default: (props?: any) => any;
|
|
1702
|
-
};
|
|
1703
|
-
})>;
|
|
1704
|
-
export declare const Danger: StoryFn<{
|
|
1705
|
-
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
1706
|
-
disabled: {
|
|
1707
|
-
type: import("vue").PropType<boolean>;
|
|
1708
|
-
};
|
|
1709
|
-
small: {
|
|
1710
|
-
type: import("vue").PropType<boolean>;
|
|
1711
|
-
};
|
|
1712
|
-
text: {
|
|
1713
|
-
type: import("vue").PropType<boolean>;
|
|
1714
|
-
};
|
|
1715
|
-
icon: {
|
|
1716
|
-
type: import("vue").PropType<string | import("vue").Component>;
|
|
1717
|
-
};
|
|
1718
|
-
variant: {
|
|
1719
|
-
type: import("vue").PropType<"warning" | "danger" | "primary">;
|
|
1720
|
-
default: string;
|
|
1721
|
-
};
|
|
1722
|
-
iconSize: {
|
|
1723
|
-
type: import("vue").PropType<"s" | "m" | "xs" | "l" | "xl" | "xxl" | "xxxl">;
|
|
1724
|
-
default: string;
|
|
1725
|
-
};
|
|
1726
|
-
iconClass: {
|
|
1727
|
-
type: import("vue").PropType<string>;
|
|
1728
|
-
};
|
|
1729
|
-
outline: {
|
|
1730
|
-
type: import("vue").PropType<boolean>;
|
|
1731
|
-
};
|
|
1732
|
-
selected: {
|
|
1733
|
-
type: import("vue").PropType<boolean>;
|
|
1734
|
-
};
|
|
1735
|
-
raised: {
|
|
1736
|
-
type: import("vue").PropType<boolean>;
|
|
1737
|
-
};
|
|
1738
|
-
}>> & Readonly<{
|
|
1739
|
-
onClick?: ((value: Event) => any) | undefined;
|
|
1740
|
-
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1741
|
-
click: (value: Event) => void;
|
|
1742
|
-
}, import("vue").PublicProps, {
|
|
1743
|
-
variant: "warning" | "danger" | "primary";
|
|
1744
|
-
iconSize: "s" | "m" | "xs" | "l" | "xl" | "xxl" | "xxxl";
|
|
1745
|
-
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
1746
|
-
P: {};
|
|
1747
|
-
B: {};
|
|
1748
|
-
D: {};
|
|
1749
|
-
C: {};
|
|
1750
|
-
M: {};
|
|
1751
|
-
Defaults: {};
|
|
1752
|
-
}, Readonly<import("vue").ExtractPropTypes<{
|
|
1753
|
-
disabled: {
|
|
1754
|
-
type: import("vue").PropType<boolean>;
|
|
1755
|
-
};
|
|
1756
|
-
small: {
|
|
1757
|
-
type: import("vue").PropType<boolean>;
|
|
1758
|
-
};
|
|
1759
|
-
text: {
|
|
1760
|
-
type: import("vue").PropType<boolean>;
|
|
1761
|
-
};
|
|
1762
|
-
icon: {
|
|
1763
|
-
type: import("vue").PropType<string | import("vue").Component>;
|
|
1764
|
-
};
|
|
1765
|
-
variant: {
|
|
1766
|
-
type: import("vue").PropType<"warning" | "danger" | "primary">;
|
|
1767
|
-
default: string;
|
|
1768
|
-
};
|
|
1769
|
-
iconSize: {
|
|
1770
|
-
type: import("vue").PropType<"s" | "m" | "xs" | "l" | "xl" | "xxl" | "xxxl">;
|
|
1771
|
-
default: string;
|
|
1772
|
-
};
|
|
1773
|
-
iconClass: {
|
|
1774
|
-
type: import("vue").PropType<string>;
|
|
1775
|
-
};
|
|
1776
|
-
outline: {
|
|
1777
|
-
type: import("vue").PropType<boolean>;
|
|
1778
|
-
};
|
|
1779
|
-
selected: {
|
|
1780
|
-
type: import("vue").PropType<boolean>;
|
|
1781
|
-
};
|
|
1782
|
-
raised: {
|
|
1783
|
-
type: import("vue").PropType<boolean>;
|
|
1784
|
-
};
|
|
1785
|
-
}>> & Readonly<{
|
|
1786
|
-
onClick?: ((value: Event) => any) | undefined;
|
|
1787
|
-
}>, {}, {}, {}, {}, {
|
|
1788
|
-
variant: "warning" | "danger" | "primary";
|
|
1789
|
-
iconSize: "s" | "m" | "xs" | "l" | "xl" | "xxl" | "xxxl";
|
|
1790
|
-
}>;
|
|
1791
|
-
__isFragment?: undefined;
|
|
1792
|
-
__isTeleport?: undefined;
|
|
1793
|
-
__isSuspense?: undefined;
|
|
1794
|
-
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
1795
|
-
disabled: {
|
|
1796
|
-
type: import("vue").PropType<boolean>;
|
|
1797
|
-
};
|
|
1798
1232
|
small: {
|
|
1799
1233
|
type: import("vue").PropType<boolean>;
|
|
1800
1234
|
};
|
|
@@ -1805,7 +1239,7 @@ export declare const Danger: StoryFn<{
|
|
|
1805
1239
|
type: import("vue").PropType<string | import("vue").Component>;
|
|
1806
1240
|
};
|
|
1807
1241
|
variant: {
|
|
1808
|
-
type: import("vue").PropType<"
|
|
1242
|
+
type: import("vue").PropType<"primary" | "secondary">;
|
|
1809
1243
|
default: string;
|
|
1810
1244
|
};
|
|
1811
1245
|
iconSize: {
|
|
@@ -1829,7 +1263,8 @@ export declare const Danger: StoryFn<{
|
|
|
1829
1263
|
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1830
1264
|
click: (value: Event) => void;
|
|
1831
1265
|
}, string, {
|
|
1832
|
-
|
|
1266
|
+
size: "base" | "xs" | "sm";
|
|
1267
|
+
variant: "primary" | "secondary";
|
|
1833
1268
|
iconSize: "s" | "m" | "xs" | "l" | "xl" | "xxl" | "xxxl";
|
|
1834
1269
|
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
1835
1270
|
$slots: Readonly<{
|