@solfacil/girassol 0.8.1 → 0.9.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components.d.ts +3 -0
- package/dist/components.json +1 -1
- package/dist/girassol.es.js +2769 -2536
- package/dist/girassol.umd.js +9 -9
- package/dist/style.css +1 -1
- package/dist/types/components/empty-state/EmptyState.vue.d.ts +97 -0
- package/dist/types/components/empty-state/empty-state.spec.d.ts +1 -0
- package/dist/types/components/empty-state/index.d.ts +2 -0
- package/dist/types/components/empty-state/types.d.ts +7 -0
- package/dist/types/components/filters/chip/removable-chip/RemovableChip.vue.d.ts +4 -4
- package/dist/types/components/forms/button/button/Button.vue.d.ts +4 -4
- package/dist/types/components/forms/inputs/input-password/InputPassword.vue.d.ts +17 -5
- package/dist/types/components/informations/tag/Tag.vue.d.ts +4 -4
- package/dist/types/components/list/ListItem.vue.d.ts +17 -9
- package/dist/types/components/list/types.d.ts +2 -2
- package/dist/types/components/tabs/TabItem.vue.d.ts +83 -0
- package/dist/types/components/tabs/Tabs.vue.d.ts +133 -0
- package/dist/types/components/tabs/index.d.ts +2 -0
- package/dist/types/components/tabs/tabs.spec.d.ts +1 -0
- package/dist/types/components/tabs/types.d.ts +13 -0
- package/dist/types/composables/use-navigate/index.d.ts +3 -6
- package/dist/types/composables/use-navigate/types.d.ts +8 -0
- package/dist/types/index.d.ts +434 -66
- package/package.json +23 -22
package/dist/types/index.d.ts
CHANGED
|
@@ -10,12 +10,15 @@ import { SolRemovableChip } from './components/filters/chip/removable-chip';
|
|
|
10
10
|
import { SolTag } from './components/informations/tag';
|
|
11
11
|
import { SolAlert } from './components/informations/alert';
|
|
12
12
|
import { SolAccordion } from './components/accordion/';
|
|
13
|
+
import { SolTabs } from './components/tabs/';
|
|
13
14
|
import { SolList } from './components/list/';
|
|
14
15
|
import { SolMenu } from './components/menus/menu';
|
|
16
|
+
import { SolMenuItem } from './components/menus/menu-item/menu-item';
|
|
15
17
|
import { SolMenuItemLink } from './components/menus/menu-item/menu-item-link/';
|
|
16
18
|
import { SolMenuNavigationLinks } from './components/menus/menu-navigation-links';
|
|
17
19
|
import { SolModal } from './components/modal';
|
|
18
20
|
import { SolPagination } from './components/pagination';
|
|
21
|
+
import { SolEmptyState } from './components/empty-state';
|
|
19
22
|
import 'virtual:windi-base.css';
|
|
20
23
|
import 'virtual:windi-components.css';
|
|
21
24
|
import 'virtual:windi-utilities.css';
|
|
@@ -32,8 +35,8 @@ export declare const components: {
|
|
|
32
35
|
$data: {};
|
|
33
36
|
$props: Partial<{
|
|
34
37
|
onColor: boolean;
|
|
35
|
-
size: "small" | "medium" | "large";
|
|
36
38
|
variant: "primary" | "secondary" | "tertiary";
|
|
39
|
+
size: "small" | "medium" | "large";
|
|
37
40
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
38
41
|
id: {
|
|
39
42
|
type: import("vue").PropType<string>;
|
|
@@ -47,20 +50,20 @@ export declare const components: {
|
|
|
47
50
|
disabled: {
|
|
48
51
|
type: import("vue").PropType<boolean>;
|
|
49
52
|
};
|
|
50
|
-
|
|
51
|
-
type: import("vue").PropType<"
|
|
53
|
+
variant: {
|
|
54
|
+
type: import("vue").PropType<"primary" | "secondary" | "tertiary">;
|
|
52
55
|
} & {
|
|
53
56
|
default: string;
|
|
54
57
|
};
|
|
55
|
-
|
|
56
|
-
type: import("vue").PropType<"
|
|
58
|
+
size: {
|
|
59
|
+
type: import("vue").PropType<"small" | "medium" | "large">;
|
|
57
60
|
} & {
|
|
58
61
|
default: string;
|
|
59
62
|
};
|
|
60
63
|
loading: {
|
|
61
64
|
type: import("vue").PropType<boolean>;
|
|
62
65
|
};
|
|
63
|
-
}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "onColor" | "
|
|
66
|
+
}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "onColor" | "variant" | "size">;
|
|
64
67
|
$attrs: {
|
|
65
68
|
[x: string]: unknown;
|
|
66
69
|
};
|
|
@@ -87,13 +90,13 @@ export declare const components: {
|
|
|
87
90
|
disabled: {
|
|
88
91
|
type: import("vue").PropType<boolean>;
|
|
89
92
|
};
|
|
90
|
-
|
|
91
|
-
type: import("vue").PropType<"
|
|
93
|
+
variant: {
|
|
94
|
+
type: import("vue").PropType<"primary" | "secondary" | "tertiary">;
|
|
92
95
|
} & {
|
|
93
96
|
default: string;
|
|
94
97
|
};
|
|
95
|
-
|
|
96
|
-
type: import("vue").PropType<"
|
|
98
|
+
size: {
|
|
99
|
+
type: import("vue").PropType<"small" | "medium" | "large">;
|
|
97
100
|
} & {
|
|
98
101
|
default: string;
|
|
99
102
|
};
|
|
@@ -102,8 +105,8 @@ export declare const components: {
|
|
|
102
105
|
};
|
|
103
106
|
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
104
107
|
onColor: boolean;
|
|
105
|
-
size: "small" | "medium" | "large";
|
|
106
108
|
variant: "primary" | "secondary" | "tertiary";
|
|
109
|
+
size: "small" | "medium" | "large";
|
|
107
110
|
}> & {
|
|
108
111
|
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
109
112
|
created?: ((() => void) | (() => void)[]) | undefined;
|
|
@@ -137,13 +140,13 @@ export declare const components: {
|
|
|
137
140
|
disabled: {
|
|
138
141
|
type: import("vue").PropType<boolean>;
|
|
139
142
|
};
|
|
140
|
-
|
|
141
|
-
type: import("vue").PropType<"
|
|
143
|
+
variant: {
|
|
144
|
+
type: import("vue").PropType<"primary" | "secondary" | "tertiary">;
|
|
142
145
|
} & {
|
|
143
146
|
default: string;
|
|
144
147
|
};
|
|
145
|
-
|
|
146
|
-
type: import("vue").PropType<"
|
|
148
|
+
size: {
|
|
149
|
+
type: import("vue").PropType<"small" | "medium" | "large">;
|
|
147
150
|
} & {
|
|
148
151
|
default: string;
|
|
149
152
|
};
|
|
@@ -167,13 +170,13 @@ export declare const components: {
|
|
|
167
170
|
disabled: {
|
|
168
171
|
type: import("vue").PropType<boolean>;
|
|
169
172
|
};
|
|
170
|
-
|
|
171
|
-
type: import("vue").PropType<"
|
|
173
|
+
variant: {
|
|
174
|
+
type: import("vue").PropType<"primary" | "secondary" | "tertiary">;
|
|
172
175
|
} & {
|
|
173
176
|
default: string;
|
|
174
177
|
};
|
|
175
|
-
|
|
176
|
-
type: import("vue").PropType<"
|
|
178
|
+
size: {
|
|
179
|
+
type: import("vue").PropType<"small" | "medium" | "large">;
|
|
177
180
|
} & {
|
|
178
181
|
default: string;
|
|
179
182
|
};
|
|
@@ -182,8 +185,8 @@ export declare const components: {
|
|
|
182
185
|
};
|
|
183
186
|
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
184
187
|
onColor: boolean;
|
|
185
|
-
size: "small" | "medium" | "large";
|
|
186
188
|
variant: "primary" | "secondary" | "tertiary";
|
|
189
|
+
size: "small" | "medium" | "large";
|
|
187
190
|
}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
188
191
|
$slots: {
|
|
189
192
|
'icon-left': (_: {}) => any;
|
|
@@ -981,7 +984,9 @@ export declare const components: {
|
|
|
981
984
|
opts: {
|
|
982
985
|
type: import("vue").PropType<Partial<import("vee-validate").FieldOptions<string>>>;
|
|
983
986
|
};
|
|
984
|
-
}>> &
|
|
987
|
+
}>> & {
|
|
988
|
+
"onUpdate:modelValue"?: ((event: string) => any) | undefined;
|
|
989
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "required" | "name" | "placeholder">;
|
|
985
990
|
$attrs: {
|
|
986
991
|
[x: string]: unknown;
|
|
987
992
|
};
|
|
@@ -993,7 +998,7 @@ export declare const components: {
|
|
|
993
998
|
}>;
|
|
994
999
|
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
|
|
995
1000
|
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
|
|
996
|
-
$emit: (event:
|
|
1001
|
+
$emit: (event: "update:modelValue", event: string) => void;
|
|
997
1002
|
$el: any;
|
|
998
1003
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
999
1004
|
label: {
|
|
@@ -1045,7 +1050,11 @@ export declare const components: {
|
|
|
1045
1050
|
opts: {
|
|
1046
1051
|
type: import("vue").PropType<Partial<import("vee-validate").FieldOptions<string>>>;
|
|
1047
1052
|
};
|
|
1048
|
-
}
|
|
1053
|
+
}>> & {
|
|
1054
|
+
"onUpdate:modelValue"?: ((event: string) => any) | undefined;
|
|
1055
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1056
|
+
"update:modelValue": (event: string) => void;
|
|
1057
|
+
}, string, {
|
|
1049
1058
|
required: boolean;
|
|
1050
1059
|
name: string;
|
|
1051
1060
|
placeholder: string;
|
|
@@ -1119,7 +1128,9 @@ export declare const components: {
|
|
|
1119
1128
|
opts: {
|
|
1120
1129
|
type: import("vue").PropType<Partial<import("vee-validate").FieldOptions<string>>>;
|
|
1121
1130
|
};
|
|
1122
|
-
}>> &
|
|
1131
|
+
}>> & {
|
|
1132
|
+
"onUpdate:modelValue"?: ((event: string) => any) | undefined;
|
|
1133
|
+
} & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties;
|
|
1123
1134
|
__isFragment?: undefined;
|
|
1124
1135
|
__isTeleport?: undefined;
|
|
1125
1136
|
__isSuspense?: undefined;
|
|
@@ -1173,7 +1184,11 @@ export declare const components: {
|
|
|
1173
1184
|
opts: {
|
|
1174
1185
|
type: import("vue").PropType<Partial<import("vee-validate").FieldOptions<string>>>;
|
|
1175
1186
|
};
|
|
1176
|
-
}
|
|
1187
|
+
}>> & {
|
|
1188
|
+
"onUpdate:modelValue"?: ((event: string) => any) | undefined;
|
|
1189
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1190
|
+
"update:modelValue": (event: string) => void;
|
|
1191
|
+
}, string, {
|
|
1177
1192
|
required: boolean;
|
|
1178
1193
|
name: string;
|
|
1179
1194
|
placeholder: string;
|
|
@@ -2789,8 +2804,8 @@ export declare const components: {
|
|
|
2789
2804
|
$: import("vue").ComponentInternalInstance;
|
|
2790
2805
|
$data: {};
|
|
2791
2806
|
$props: Partial<{
|
|
2792
|
-
size: "small" | "medium";
|
|
2793
2807
|
variant: "fill" | "outline";
|
|
2808
|
+
size: "small" | "medium";
|
|
2794
2809
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
2795
2810
|
label: {
|
|
2796
2811
|
type: import("vue").PropType<string>;
|
|
@@ -2802,19 +2817,19 @@ export declare const components: {
|
|
|
2802
2817
|
disabled: {
|
|
2803
2818
|
type: import("vue").PropType<boolean>;
|
|
2804
2819
|
};
|
|
2805
|
-
|
|
2806
|
-
type: import("vue").PropType<"
|
|
2820
|
+
variant: {
|
|
2821
|
+
type: import("vue").PropType<"fill" | "outline">;
|
|
2807
2822
|
} & {
|
|
2808
2823
|
default: string;
|
|
2809
2824
|
};
|
|
2810
|
-
|
|
2811
|
-
type: import("vue").PropType<"
|
|
2825
|
+
size: {
|
|
2826
|
+
type: import("vue").PropType<"small" | "medium">;
|
|
2812
2827
|
} & {
|
|
2813
2828
|
default: string;
|
|
2814
2829
|
};
|
|
2815
2830
|
}>> & {
|
|
2816
2831
|
onClose?: (() => any) | undefined;
|
|
2817
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "
|
|
2832
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "variant" | "size">;
|
|
2818
2833
|
$attrs: {
|
|
2819
2834
|
[x: string]: unknown;
|
|
2820
2835
|
};
|
|
@@ -2839,13 +2854,13 @@ export declare const components: {
|
|
|
2839
2854
|
disabled: {
|
|
2840
2855
|
type: import("vue").PropType<boolean>;
|
|
2841
2856
|
};
|
|
2842
|
-
|
|
2843
|
-
type: import("vue").PropType<"
|
|
2857
|
+
variant: {
|
|
2858
|
+
type: import("vue").PropType<"fill" | "outline">;
|
|
2844
2859
|
} & {
|
|
2845
2860
|
default: string;
|
|
2846
2861
|
};
|
|
2847
|
-
|
|
2848
|
-
type: import("vue").PropType<"
|
|
2862
|
+
size: {
|
|
2863
|
+
type: import("vue").PropType<"small" | "medium">;
|
|
2849
2864
|
} & {
|
|
2850
2865
|
default: string;
|
|
2851
2866
|
};
|
|
@@ -2854,8 +2869,8 @@ export declare const components: {
|
|
|
2854
2869
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
2855
2870
|
close: () => void;
|
|
2856
2871
|
}, string, {
|
|
2857
|
-
size: "small" | "medium";
|
|
2858
2872
|
variant: "fill" | "outline";
|
|
2873
|
+
size: "small" | "medium";
|
|
2859
2874
|
}> & {
|
|
2860
2875
|
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
2861
2876
|
created?: ((() => void) | (() => void)[]) | undefined;
|
|
@@ -2887,13 +2902,13 @@ export declare const components: {
|
|
|
2887
2902
|
disabled: {
|
|
2888
2903
|
type: import("vue").PropType<boolean>;
|
|
2889
2904
|
};
|
|
2890
|
-
|
|
2891
|
-
type: import("vue").PropType<"
|
|
2905
|
+
variant: {
|
|
2906
|
+
type: import("vue").PropType<"fill" | "outline">;
|
|
2892
2907
|
} & {
|
|
2893
2908
|
default: string;
|
|
2894
2909
|
};
|
|
2895
|
-
|
|
2896
|
-
type: import("vue").PropType<"
|
|
2910
|
+
size: {
|
|
2911
|
+
type: import("vue").PropType<"small" | "medium">;
|
|
2897
2912
|
} & {
|
|
2898
2913
|
default: string;
|
|
2899
2914
|
};
|
|
@@ -2914,13 +2929,13 @@ export declare const components: {
|
|
|
2914
2929
|
disabled: {
|
|
2915
2930
|
type: import("vue").PropType<boolean>;
|
|
2916
2931
|
};
|
|
2917
|
-
|
|
2918
|
-
type: import("vue").PropType<"
|
|
2932
|
+
variant: {
|
|
2933
|
+
type: import("vue").PropType<"fill" | "outline">;
|
|
2919
2934
|
} & {
|
|
2920
2935
|
default: string;
|
|
2921
2936
|
};
|
|
2922
|
-
|
|
2923
|
-
type: import("vue").PropType<"
|
|
2937
|
+
size: {
|
|
2938
|
+
type: import("vue").PropType<"small" | "medium">;
|
|
2924
2939
|
} & {
|
|
2925
2940
|
default: string;
|
|
2926
2941
|
};
|
|
@@ -2929,8 +2944,8 @@ export declare const components: {
|
|
|
2929
2944
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
2930
2945
|
close: () => void;
|
|
2931
2946
|
}, string, {
|
|
2932
|
-
size: "small" | "medium";
|
|
2933
2947
|
variant: "fill" | "outline";
|
|
2948
|
+
size: "small" | "medium";
|
|
2934
2949
|
}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
2935
2950
|
$slots: {
|
|
2936
2951
|
default: (_: {}) => any;
|
|
@@ -3108,8 +3123,8 @@ export declare const components: {
|
|
|
3108
3123
|
$props: Partial<{
|
|
3109
3124
|
text: string;
|
|
3110
3125
|
type: "warning" | "informative" | "neutral" | "positive" | "negative";
|
|
3111
|
-
size: "small" | "medium";
|
|
3112
3126
|
variant: "fill" | "outline";
|
|
3127
|
+
size: "small" | "medium";
|
|
3113
3128
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
3114
3129
|
text: {
|
|
3115
3130
|
type: import("vue").PropType<string>;
|
|
@@ -3125,17 +3140,17 @@ export declare const components: {
|
|
|
3125
3140
|
} & {
|
|
3126
3141
|
default: string;
|
|
3127
3142
|
};
|
|
3128
|
-
|
|
3129
|
-
type: import("vue").PropType<"
|
|
3143
|
+
variant: {
|
|
3144
|
+
type: import("vue").PropType<"fill" | "outline">;
|
|
3130
3145
|
} & {
|
|
3131
3146
|
default: string;
|
|
3132
3147
|
};
|
|
3133
|
-
|
|
3134
|
-
type: import("vue").PropType<"
|
|
3148
|
+
size: {
|
|
3149
|
+
type: import("vue").PropType<"small" | "medium">;
|
|
3135
3150
|
} & {
|
|
3136
3151
|
default: string;
|
|
3137
3152
|
};
|
|
3138
|
-
}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "text" | "type" | "
|
|
3153
|
+
}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "text" | "type" | "variant" | "size">;
|
|
3139
3154
|
$attrs: {
|
|
3140
3155
|
[x: string]: unknown;
|
|
3141
3156
|
};
|
|
@@ -3164,21 +3179,21 @@ export declare const components: {
|
|
|
3164
3179
|
} & {
|
|
3165
3180
|
default: string;
|
|
3166
3181
|
};
|
|
3167
|
-
|
|
3168
|
-
type: import("vue").PropType<"
|
|
3182
|
+
variant: {
|
|
3183
|
+
type: import("vue").PropType<"fill" | "outline">;
|
|
3169
3184
|
} & {
|
|
3170
3185
|
default: string;
|
|
3171
3186
|
};
|
|
3172
|
-
|
|
3173
|
-
type: import("vue").PropType<"
|
|
3187
|
+
size: {
|
|
3188
|
+
type: import("vue").PropType<"small" | "medium">;
|
|
3174
3189
|
} & {
|
|
3175
3190
|
default: string;
|
|
3176
3191
|
};
|
|
3177
3192
|
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
3178
3193
|
text: string;
|
|
3179
3194
|
type: "warning" | "informative" | "neutral" | "positive" | "negative";
|
|
3180
|
-
size: "small" | "medium";
|
|
3181
3195
|
variant: "fill" | "outline";
|
|
3196
|
+
size: "small" | "medium";
|
|
3182
3197
|
}> & {
|
|
3183
3198
|
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
3184
3199
|
created?: ((() => void) | (() => void)[]) | undefined;
|
|
@@ -3214,13 +3229,13 @@ export declare const components: {
|
|
|
3214
3229
|
} & {
|
|
3215
3230
|
default: string;
|
|
3216
3231
|
};
|
|
3217
|
-
|
|
3218
|
-
type: import("vue").PropType<"
|
|
3232
|
+
variant: {
|
|
3233
|
+
type: import("vue").PropType<"fill" | "outline">;
|
|
3219
3234
|
} & {
|
|
3220
3235
|
default: string;
|
|
3221
3236
|
};
|
|
3222
|
-
|
|
3223
|
-
type: import("vue").PropType<"
|
|
3237
|
+
size: {
|
|
3238
|
+
type: import("vue").PropType<"small" | "medium">;
|
|
3224
3239
|
} & {
|
|
3225
3240
|
default: string;
|
|
3226
3241
|
};
|
|
@@ -3243,21 +3258,21 @@ export declare const components: {
|
|
|
3243
3258
|
} & {
|
|
3244
3259
|
default: string;
|
|
3245
3260
|
};
|
|
3246
|
-
|
|
3247
|
-
type: import("vue").PropType<"
|
|
3261
|
+
variant: {
|
|
3262
|
+
type: import("vue").PropType<"fill" | "outline">;
|
|
3248
3263
|
} & {
|
|
3249
3264
|
default: string;
|
|
3250
3265
|
};
|
|
3251
|
-
|
|
3252
|
-
type: import("vue").PropType<"
|
|
3266
|
+
size: {
|
|
3267
|
+
type: import("vue").PropType<"small" | "medium">;
|
|
3253
3268
|
} & {
|
|
3254
3269
|
default: string;
|
|
3255
3270
|
};
|
|
3256
3271
|
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
3257
3272
|
text: string;
|
|
3258
3273
|
type: "warning" | "informative" | "neutral" | "positive" | "negative";
|
|
3259
|
-
size: "small" | "medium";
|
|
3260
3274
|
variant: "fill" | "outline";
|
|
3275
|
+
size: "small" | "medium";
|
|
3261
3276
|
}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
3262
3277
|
$slots: {
|
|
3263
3278
|
default: (_: {}) => any;
|
|
@@ -3825,6 +3840,151 @@ export declare const components: {
|
|
|
3825
3840
|
menu: (_: {}) => any;
|
|
3826
3841
|
};
|
|
3827
3842
|
});
|
|
3843
|
+
SolTabs: {
|
|
3844
|
+
new (...args: any[]): {
|
|
3845
|
+
$: import("vue").ComponentInternalInstance;
|
|
3846
|
+
$data: {};
|
|
3847
|
+
$props: Partial<{
|
|
3848
|
+
tabList: import("./components/tabs/types").TabList[];
|
|
3849
|
+
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
3850
|
+
id: {
|
|
3851
|
+
type: import("vue").PropType<string>;
|
|
3852
|
+
required: true;
|
|
3853
|
+
};
|
|
3854
|
+
tabList: {
|
|
3855
|
+
type: import("vue").PropType<import("./components/tabs/types").TabList[]>;
|
|
3856
|
+
} & {
|
|
3857
|
+
default: () => ({
|
|
3858
|
+
label: string;
|
|
3859
|
+
disabled: boolean;
|
|
3860
|
+
active?: undefined;
|
|
3861
|
+
} | {
|
|
3862
|
+
label: string;
|
|
3863
|
+
active: boolean;
|
|
3864
|
+
disabled?: undefined;
|
|
3865
|
+
})[];
|
|
3866
|
+
};
|
|
3867
|
+
onlyLine: {
|
|
3868
|
+
type: import("vue").PropType<boolean>;
|
|
3869
|
+
};
|
|
3870
|
+
}>> & {
|
|
3871
|
+
"onUpdate:tabList"?: ((tab: import("./components/tabs/types").TabList[]) => any) | undefined;
|
|
3872
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "tabList">;
|
|
3873
|
+
$attrs: {
|
|
3874
|
+
[x: string]: unknown;
|
|
3875
|
+
};
|
|
3876
|
+
$refs: {
|
|
3877
|
+
[x: string]: unknown;
|
|
3878
|
+
};
|
|
3879
|
+
$slots: Readonly<{
|
|
3880
|
+
[name: string]: import("vue").Slot | undefined;
|
|
3881
|
+
}>;
|
|
3882
|
+
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
|
|
3883
|
+
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
|
|
3884
|
+
$emit: (event: "update:tabList", tab: import("./components/tabs/types").TabList[]) => void;
|
|
3885
|
+
$el: any;
|
|
3886
|
+
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
3887
|
+
id: {
|
|
3888
|
+
type: import("vue").PropType<string>;
|
|
3889
|
+
required: true;
|
|
3890
|
+
};
|
|
3891
|
+
tabList: {
|
|
3892
|
+
type: import("vue").PropType<import("./components/tabs/types").TabList[]>;
|
|
3893
|
+
} & {
|
|
3894
|
+
default: () => ({
|
|
3895
|
+
label: string;
|
|
3896
|
+
disabled: boolean;
|
|
3897
|
+
active?: undefined;
|
|
3898
|
+
} | {
|
|
3899
|
+
label: string;
|
|
3900
|
+
active: boolean;
|
|
3901
|
+
disabled?: undefined;
|
|
3902
|
+
})[];
|
|
3903
|
+
};
|
|
3904
|
+
onlyLine: {
|
|
3905
|
+
type: import("vue").PropType<boolean>;
|
|
3906
|
+
};
|
|
3907
|
+
}>> & {
|
|
3908
|
+
"onUpdate:tabList"?: ((tab: import("./components/tabs/types").TabList[]) => any) | undefined;
|
|
3909
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
3910
|
+
"update:tabList": (tab: import("./components/tabs/types").TabList[]) => void;
|
|
3911
|
+
}, string, {
|
|
3912
|
+
tabList: import("./components/tabs/types").TabList[];
|
|
3913
|
+
}> & {
|
|
3914
|
+
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
3915
|
+
created?: ((() => void) | (() => void)[]) | undefined;
|
|
3916
|
+
beforeMount?: ((() => void) | (() => void)[]) | undefined;
|
|
3917
|
+
mounted?: ((() => void) | (() => void)[]) | undefined;
|
|
3918
|
+
beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
|
|
3919
|
+
updated?: ((() => void) | (() => void)[]) | undefined;
|
|
3920
|
+
activated?: ((() => void) | (() => void)[]) | undefined;
|
|
3921
|
+
deactivated?: ((() => void) | (() => void)[]) | undefined;
|
|
3922
|
+
beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
|
|
3923
|
+
beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
|
|
3924
|
+
destroyed?: ((() => void) | (() => void)[]) | undefined;
|
|
3925
|
+
unmounted?: ((() => void) | (() => void)[]) | undefined;
|
|
3926
|
+
renderTracked?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
|
|
3927
|
+
renderTriggered?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
|
|
3928
|
+
errorCaptured?: (((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null, info: string) => boolean | void)[]) | undefined;
|
|
3929
|
+
};
|
|
3930
|
+
$forceUpdate: () => void;
|
|
3931
|
+
$nextTick: typeof import("vue").nextTick;
|
|
3932
|
+
$watch(source: string | Function, cb: Function, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
|
|
3933
|
+
} & Readonly<import("vue").ExtractPropTypes<{
|
|
3934
|
+
id: {
|
|
3935
|
+
type: import("vue").PropType<string>;
|
|
3936
|
+
required: true;
|
|
3937
|
+
};
|
|
3938
|
+
tabList: {
|
|
3939
|
+
type: import("vue").PropType<import("./components/tabs/types").TabList[]>;
|
|
3940
|
+
} & {
|
|
3941
|
+
default: () => ({
|
|
3942
|
+
label: string;
|
|
3943
|
+
disabled: boolean;
|
|
3944
|
+
active?: undefined;
|
|
3945
|
+
} | {
|
|
3946
|
+
label: string;
|
|
3947
|
+
active: boolean;
|
|
3948
|
+
disabled?: undefined;
|
|
3949
|
+
})[];
|
|
3950
|
+
};
|
|
3951
|
+
onlyLine: {
|
|
3952
|
+
type: import("vue").PropType<boolean>;
|
|
3953
|
+
};
|
|
3954
|
+
}>> & {
|
|
3955
|
+
"onUpdate:tabList"?: ((tab: import("./components/tabs/types").TabList[]) => any) | undefined;
|
|
3956
|
+
} & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties;
|
|
3957
|
+
__isFragment?: undefined;
|
|
3958
|
+
__isTeleport?: undefined;
|
|
3959
|
+
__isSuspense?: undefined;
|
|
3960
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
3961
|
+
id: {
|
|
3962
|
+
type: import("vue").PropType<string>;
|
|
3963
|
+
required: true;
|
|
3964
|
+
};
|
|
3965
|
+
tabList: {
|
|
3966
|
+
type: import("vue").PropType<import("./components/tabs/types").TabList[]>;
|
|
3967
|
+
} & {
|
|
3968
|
+
default: () => ({
|
|
3969
|
+
label: string;
|
|
3970
|
+
disabled: boolean;
|
|
3971
|
+
active?: undefined;
|
|
3972
|
+
} | {
|
|
3973
|
+
label: string;
|
|
3974
|
+
active: boolean;
|
|
3975
|
+
disabled?: undefined;
|
|
3976
|
+
})[];
|
|
3977
|
+
};
|
|
3978
|
+
onlyLine: {
|
|
3979
|
+
type: import("vue").PropType<boolean>;
|
|
3980
|
+
};
|
|
3981
|
+
}>> & {
|
|
3982
|
+
"onUpdate:tabList"?: ((tab: import("./components/tabs/types").TabList[]) => any) | undefined;
|
|
3983
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
3984
|
+
"update:tabList": (tab: import("./components/tabs/types").TabList[]) => void;
|
|
3985
|
+
}, string, {
|
|
3986
|
+
tabList: import("./components/tabs/types").TabList[];
|
|
3987
|
+
}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
|
|
3828
3988
|
SolMenu: {
|
|
3829
3989
|
new (...args: any[]): {
|
|
3830
3990
|
$: import("vue").ComponentInternalInstance;
|
|
@@ -3957,6 +4117,85 @@ export declare const components: {
|
|
|
3957
4117
|
}) => any;
|
|
3958
4118
|
};
|
|
3959
4119
|
});
|
|
4120
|
+
SolMenuItem: {
|
|
4121
|
+
new (...args: any[]): {
|
|
4122
|
+
$: import("vue").ComponentInternalInstance;
|
|
4123
|
+
$data: {};
|
|
4124
|
+
$props: Partial<{}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
4125
|
+
id: {
|
|
4126
|
+
type: import("vue").PropType<string>;
|
|
4127
|
+
required: true;
|
|
4128
|
+
};
|
|
4129
|
+
}>> & {
|
|
4130
|
+
onClicked?: (() => any) | undefined;
|
|
4131
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>;
|
|
4132
|
+
$attrs: {
|
|
4133
|
+
[x: string]: unknown;
|
|
4134
|
+
};
|
|
4135
|
+
$refs: {
|
|
4136
|
+
[x: string]: unknown;
|
|
4137
|
+
};
|
|
4138
|
+
$slots: Readonly<{
|
|
4139
|
+
[name: string]: import("vue").Slot | undefined;
|
|
4140
|
+
}>;
|
|
4141
|
+
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
|
|
4142
|
+
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
|
|
4143
|
+
$emit: (event: "clicked") => void;
|
|
4144
|
+
$el: any;
|
|
4145
|
+
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
4146
|
+
id: {
|
|
4147
|
+
type: import("vue").PropType<string>;
|
|
4148
|
+
required: true;
|
|
4149
|
+
};
|
|
4150
|
+
}>> & {
|
|
4151
|
+
onClicked?: (() => any) | undefined;
|
|
4152
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
4153
|
+
clicked: () => void;
|
|
4154
|
+
}, string, {}> & {
|
|
4155
|
+
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
4156
|
+
created?: ((() => void) | (() => void)[]) | undefined;
|
|
4157
|
+
beforeMount?: ((() => void) | (() => void)[]) | undefined;
|
|
4158
|
+
mounted?: ((() => void) | (() => void)[]) | undefined;
|
|
4159
|
+
beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
|
|
4160
|
+
updated?: ((() => void) | (() => void)[]) | undefined;
|
|
4161
|
+
activated?: ((() => void) | (() => void)[]) | undefined;
|
|
4162
|
+
deactivated?: ((() => void) | (() => void)[]) | undefined;
|
|
4163
|
+
beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
|
|
4164
|
+
beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
|
|
4165
|
+
destroyed?: ((() => void) | (() => void)[]) | undefined;
|
|
4166
|
+
unmounted?: ((() => void) | (() => void)[]) | undefined;
|
|
4167
|
+
renderTracked?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
|
|
4168
|
+
renderTriggered?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
|
|
4169
|
+
errorCaptured?: (((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null, info: string) => boolean | void)[]) | undefined;
|
|
4170
|
+
};
|
|
4171
|
+
$forceUpdate: () => void;
|
|
4172
|
+
$nextTick: typeof import("vue").nextTick;
|
|
4173
|
+
$watch(source: string | Function, cb: Function, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
|
|
4174
|
+
} & Readonly<import("vue").ExtractPropTypes<{
|
|
4175
|
+
id: {
|
|
4176
|
+
type: import("vue").PropType<string>;
|
|
4177
|
+
required: true;
|
|
4178
|
+
};
|
|
4179
|
+
}>> & {
|
|
4180
|
+
onClicked?: (() => any) | undefined;
|
|
4181
|
+
} & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties;
|
|
4182
|
+
__isFragment?: undefined;
|
|
4183
|
+
__isTeleport?: undefined;
|
|
4184
|
+
__isSuspense?: undefined;
|
|
4185
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
4186
|
+
id: {
|
|
4187
|
+
type: import("vue").PropType<string>;
|
|
4188
|
+
required: true;
|
|
4189
|
+
};
|
|
4190
|
+
}>> & {
|
|
4191
|
+
onClicked?: (() => any) | undefined;
|
|
4192
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
4193
|
+
clicked: () => void;
|
|
4194
|
+
}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
4195
|
+
$slots: {
|
|
4196
|
+
default: (_: {}) => any;
|
|
4197
|
+
};
|
|
4198
|
+
});
|
|
3960
4199
|
SolMenuItemLink: {
|
|
3961
4200
|
new (...args: any[]): {
|
|
3962
4201
|
$: import("vue").ComponentInternalInstance;
|
|
@@ -4741,6 +4980,135 @@ export declare const components: {
|
|
|
4741
4980
|
totalPages: number;
|
|
4742
4981
|
current: number;
|
|
4743
4982
|
}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
|
|
4983
|
+
SolEmptyState: {
|
|
4984
|
+
new (...args: any[]): {
|
|
4985
|
+
$: import("vue").ComponentInternalInstance;
|
|
4986
|
+
$data: {};
|
|
4987
|
+
$props: Partial<{
|
|
4988
|
+
variant: import("./components/empty-state/types").Variant;
|
|
4989
|
+
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
4990
|
+
title: {
|
|
4991
|
+
type: import("vue").PropType<string>;
|
|
4992
|
+
required: true;
|
|
4993
|
+
};
|
|
4994
|
+
id: {
|
|
4995
|
+
type: import("vue").PropType<string>;
|
|
4996
|
+
required: true;
|
|
4997
|
+
};
|
|
4998
|
+
subtitle: {
|
|
4999
|
+
type: import("vue").PropType<string>;
|
|
5000
|
+
required: true;
|
|
5001
|
+
};
|
|
5002
|
+
variant: {
|
|
5003
|
+
type: import("vue").PropType<import("./components/empty-state/types").Variant>;
|
|
5004
|
+
required: true;
|
|
5005
|
+
} & {
|
|
5006
|
+
default: string;
|
|
5007
|
+
};
|
|
5008
|
+
}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "variant">;
|
|
5009
|
+
$attrs: {
|
|
5010
|
+
[x: string]: unknown;
|
|
5011
|
+
};
|
|
5012
|
+
$refs: {
|
|
5013
|
+
[x: string]: unknown;
|
|
5014
|
+
};
|
|
5015
|
+
$slots: Readonly<{
|
|
5016
|
+
[name: string]: import("vue").Slot | undefined;
|
|
5017
|
+
}>;
|
|
5018
|
+
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
|
|
5019
|
+
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
|
|
5020
|
+
$emit: (event: string, ...args: any[]) => void;
|
|
5021
|
+
$el: any;
|
|
5022
|
+
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
5023
|
+
title: {
|
|
5024
|
+
type: import("vue").PropType<string>;
|
|
5025
|
+
required: true;
|
|
5026
|
+
};
|
|
5027
|
+
id: {
|
|
5028
|
+
type: import("vue").PropType<string>;
|
|
5029
|
+
required: true;
|
|
5030
|
+
};
|
|
5031
|
+
subtitle: {
|
|
5032
|
+
type: import("vue").PropType<string>;
|
|
5033
|
+
required: true;
|
|
5034
|
+
};
|
|
5035
|
+
variant: {
|
|
5036
|
+
type: import("vue").PropType<import("./components/empty-state/types").Variant>;
|
|
5037
|
+
required: true;
|
|
5038
|
+
} & {
|
|
5039
|
+
default: string;
|
|
5040
|
+
};
|
|
5041
|
+
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
5042
|
+
variant: import("./components/empty-state/types").Variant;
|
|
5043
|
+
}> & {
|
|
5044
|
+
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
5045
|
+
created?: ((() => void) | (() => void)[]) | undefined;
|
|
5046
|
+
beforeMount?: ((() => void) | (() => void)[]) | undefined;
|
|
5047
|
+
mounted?: ((() => void) | (() => void)[]) | undefined;
|
|
5048
|
+
beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
|
|
5049
|
+
updated?: ((() => void) | (() => void)[]) | undefined;
|
|
5050
|
+
activated?: ((() => void) | (() => void)[]) | undefined;
|
|
5051
|
+
deactivated?: ((() => void) | (() => void)[]) | undefined;
|
|
5052
|
+
beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
|
|
5053
|
+
beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
|
|
5054
|
+
destroyed?: ((() => void) | (() => void)[]) | undefined;
|
|
5055
|
+
unmounted?: ((() => void) | (() => void)[]) | undefined;
|
|
5056
|
+
renderTracked?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
|
|
5057
|
+
renderTriggered?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
|
|
5058
|
+
errorCaptured?: (((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null, info: string) => boolean | void)[]) | undefined;
|
|
5059
|
+
};
|
|
5060
|
+
$forceUpdate: () => void;
|
|
5061
|
+
$nextTick: typeof import("vue").nextTick;
|
|
5062
|
+
$watch(source: string | Function, cb: Function, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
|
|
5063
|
+
} & Readonly<import("vue").ExtractPropTypes<{
|
|
5064
|
+
title: {
|
|
5065
|
+
type: import("vue").PropType<string>;
|
|
5066
|
+
required: true;
|
|
5067
|
+
};
|
|
5068
|
+
id: {
|
|
5069
|
+
type: import("vue").PropType<string>;
|
|
5070
|
+
required: true;
|
|
5071
|
+
};
|
|
5072
|
+
subtitle: {
|
|
5073
|
+
type: import("vue").PropType<string>;
|
|
5074
|
+
required: true;
|
|
5075
|
+
};
|
|
5076
|
+
variant: {
|
|
5077
|
+
type: import("vue").PropType<import("./components/empty-state/types").Variant>;
|
|
5078
|
+
required: true;
|
|
5079
|
+
} & {
|
|
5080
|
+
default: string;
|
|
5081
|
+
};
|
|
5082
|
+
}>> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties;
|
|
5083
|
+
__isFragment?: undefined;
|
|
5084
|
+
__isTeleport?: undefined;
|
|
5085
|
+
__isSuspense?: undefined;
|
|
5086
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
5087
|
+
title: {
|
|
5088
|
+
type: import("vue").PropType<string>;
|
|
5089
|
+
required: true;
|
|
5090
|
+
};
|
|
5091
|
+
id: {
|
|
5092
|
+
type: import("vue").PropType<string>;
|
|
5093
|
+
required: true;
|
|
5094
|
+
};
|
|
5095
|
+
subtitle: {
|
|
5096
|
+
type: import("vue").PropType<string>;
|
|
5097
|
+
required: true;
|
|
5098
|
+
};
|
|
5099
|
+
variant: {
|
|
5100
|
+
type: import("vue").PropType<import("./components/empty-state/types").Variant>;
|
|
5101
|
+
required: true;
|
|
5102
|
+
} & {
|
|
5103
|
+
default: string;
|
|
5104
|
+
};
|
|
5105
|
+
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
5106
|
+
variant: import("./components/empty-state/types").Variant;
|
|
5107
|
+
}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
5108
|
+
$slots: {
|
|
5109
|
+
button: (_: {}) => any;
|
|
5110
|
+
};
|
|
5111
|
+
});
|
|
4744
5112
|
};
|
|
4745
5113
|
export declare function install(App: App): void;
|
|
4746
|
-
export { SolButton, SolButtonDestructive, SolInputTextarea, SolInputText, SolInputTextPassword, SolRadio, SolRadioGroup, SolCheckbox, SolCheckboxGroup, SolSwitch, SolSelect, SolRemovableChip, SolSelectableChip, SolTag, SolAlert, SolAccordion, SolList, SolMenu, SolMenuItemLink, SolMenuNavigationLinks, SolModal, SolPagination, };
|
|
5114
|
+
export { SolButton, SolButtonDestructive, SolInputTextarea, SolInputText, SolInputTextPassword, SolRadio, SolRadioGroup, SolCheckbox, SolCheckboxGroup, SolSwitch, SolSelect, SolRemovableChip, SolSelectableChip, SolTag, SolAlert, SolAccordion, SolList, SolTabs, SolMenu, SolMenuItem, SolMenuItemLink, SolMenuNavigationLinks, SolModal, SolPagination, SolEmptyState, };
|