@auronui/vue 1.0.16 → 1.0.18
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/cjs/index.cjs +783 -478
- package/dist/cjs/index.cjs.map +1 -1
- package/dist/components/accordion/Accordion.js.map +1 -1
- package/dist/components/accordion/Accordion.vue_vue_type_script_setup_true_lang.js +26 -3
- package/dist/components/accordion/Accordion.vue_vue_type_script_setup_true_lang.js.map +1 -1
- package/dist/components/avatar/AvatarGroup.js.map +1 -1
- package/dist/components/avatar/AvatarGroup.vue_vue_type_script_setup_true_lang.js +23 -4
- package/dist/components/avatar/AvatarGroup.vue_vue_type_script_setup_true_lang.js.map +1 -1
- package/dist/components/breadcrumbs/Breadcrumbs.js.map +1 -1
- package/dist/components/breadcrumbs/Breadcrumbs.vue_vue_type_script_setup_true_lang.js +26 -4
- package/dist/components/breadcrumbs/Breadcrumbs.vue_vue_type_script_setup_true_lang.js.map +1 -1
- package/dist/components/button/Button.js.map +1 -1
- package/dist/components/button/Button.vue_vue_type_script_setup_true_lang.js +53 -2
- package/dist/components/button/Button.vue_vue_type_script_setup_true_lang.js.map +1 -1
- package/dist/components/button/ButtonGroup.js.map +1 -1
- package/dist/components/button/ButtonGroup.vue_vue_type_script_setup_true_lang.js +28 -4
- package/dist/components/button/ButtonGroup.vue_vue_type_script_setup_true_lang.js.map +1 -1
- package/dist/components/button/ToggleButtonGroup.js.map +1 -1
- package/dist/components/button/ToggleButtonGroup.vue_vue_type_script_setup_true_lang.js +21 -3
- package/dist/components/button/ToggleButtonGroup.vue_vue_type_script_setup_true_lang.js.map +1 -1
- package/dist/components/button/button-group.context.js.map +1 -1
- package/dist/components/checkbox/CheckboxGroup.js.map +1 -1
- package/dist/components/checkbox/CheckboxGroup.vue_vue_type_script_setup_true_lang.js +14 -3
- package/dist/components/checkbox/CheckboxGroup.vue_vue_type_script_setup_true_lang.js.map +1 -1
- package/dist/components/collapsible/CollapsibleGroup.js.map +1 -1
- package/dist/components/collapsible/CollapsibleGroup.vue_vue_type_script_setup_true_lang.js +22 -3
- package/dist/components/collapsible/CollapsibleGroup.vue_vue_type_script_setup_true_lang.js.map +1 -1
- package/dist/components/list-box/ListBox.js.map +1 -1
- package/dist/components/list-box/ListBox.vue_vue_type_script_setup_true_lang.js +19 -3
- package/dist/components/list-box/ListBox.vue_vue_type_script_setup_true_lang.js.map +1 -1
- package/dist/components/modal/ModalContent.js.map +1 -1
- package/dist/components/modal/ModalContent.vue_vue_type_script_setup_true_lang.js +4 -3
- package/dist/components/modal/ModalContent.vue_vue_type_script_setup_true_lang.js.map +1 -1
- package/dist/components/radio/RadioGroup.js.map +1 -1
- package/dist/components/radio/RadioGroup.vue_vue_type_script_setup_true_lang.js +14 -3
- package/dist/components/radio/RadioGroup.vue_vue_type_script_setup_true_lang.js.map +1 -1
- package/dist/components/select/SelectContent.js.map +1 -1
- package/dist/components/select/SelectContent.vue_vue_type_script_setup_true_lang.js +5 -1
- package/dist/components/select/SelectContent.vue_vue_type_script_setup_true_lang.js.map +1 -1
- package/dist/components/select/SelectTrigger.js.map +1 -1
- package/dist/components/select/SelectTrigger.vue_vue_type_script_setup_true_lang.js +16 -2
- package/dist/components/select/SelectTrigger.vue_vue_type_script_setup_true_lang.js.map +1 -1
- package/dist/components/stepper/Stepper.js.map +1 -1
- package/dist/components/stepper/Stepper.vue_vue_type_script_setup_true_lang.js +37 -5
- package/dist/components/stepper/Stepper.vue_vue_type_script_setup_true_lang.js.map +1 -1
- package/dist/components/switch/SwitchGroup.js.map +1 -1
- package/dist/components/switch/SwitchGroup.vue_vue_type_script_setup_true_lang.js +14 -3
- package/dist/components/switch/SwitchGroup.vue_vue_type_script_setup_true_lang.js.map +1 -1
- package/dist/components/tabs/Tabs.js.map +1 -1
- package/dist/components/tabs/Tabs.vue_vue_type_script_setup_true_lang.js +30 -3
- package/dist/components/tabs/Tabs.vue_vue_type_script_setup_true_lang.js.map +1 -1
- package/dist/components/toolbar/ToolbarToggleGroup.js.map +1 -1
- package/dist/components/toolbar/ToolbarToggleGroup.vue_vue_type_script_setup_true_lang.js +25 -3
- package/dist/components/toolbar/ToolbarToggleGroup.vue_vue_type_script_setup_true_lang.js.map +1 -1
- package/dist/index.d.ts +128 -2
- package/dist/index.js +7 -7
- package/package.json +2 -2
package/dist/index.d.ts
CHANGED
|
@@ -1141,7 +1141,8 @@ format: ColorFormat;
|
|
|
1141
1141
|
|
|
1142
1142
|
declare const __VLS_component_17: DefineComponent<__VLS_Props_18, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_18> & Readonly<{}>, {
|
|
1143
1143
|
size: "md" | "sm" | "lg" | "xs" | "xl";
|
|
1144
|
-
variant: "danger" | "success" | "warning" | "primary" | "secondary" | "
|
|
1144
|
+
variant: "default" | "danger" | "success" | "warning" | "primary" | "secondary" | "soft" | "solid" | "outline" | "ghost" | "tertiary" | "danger-soft" | "success-soft" | "warning-soft";
|
|
1145
|
+
color: "default" | "danger" | "success" | "warning" | "primary";
|
|
1145
1146
|
fullWidth: boolean;
|
|
1146
1147
|
isIconOnly: boolean;
|
|
1147
1148
|
isLoading: boolean;
|
|
@@ -1157,7 +1158,8 @@ declare const __VLS_component_18: DefineComponent<__VLS_Props_19, {}, {}, {}, {}
|
|
|
1157
1158
|
"onUpdate:modelValue"?: ((value: ButtonGroupValue) => any) | undefined;
|
|
1158
1159
|
}>, {
|
|
1159
1160
|
size: "md" | "sm" | "lg" | "xs" | "xl";
|
|
1160
|
-
variant: "danger" | "success" | "warning" | "primary" | "secondary" | "
|
|
1161
|
+
variant: "default" | "danger" | "success" | "warning" | "primary" | "secondary" | "soft" | "solid" | "outline" | "ghost" | "tertiary" | "danger-soft" | "success-soft" | "warning-soft";
|
|
1162
|
+
color: "default" | "danger" | "success" | "warning" | "primary";
|
|
1161
1163
|
fullWidth: boolean;
|
|
1162
1164
|
orientation: "horizontal" | "vertical";
|
|
1163
1165
|
disabled: boolean;
|
|
@@ -1903,6 +1905,8 @@ declare type __VLS_Props_106 = {
|
|
|
1903
1905
|
classNames?: Partial<{
|
|
1904
1906
|
base: ClassValue;
|
|
1905
1907
|
}>;
|
|
1908
|
+
/** Shorthand API: render list items from an array instead of the compound slot API */
|
|
1909
|
+
items?: ListBoxShorthandItem[];
|
|
1906
1910
|
};
|
|
1907
1911
|
|
|
1908
1912
|
declare type __VLS_Props_107 = {
|
|
@@ -2259,6 +2263,8 @@ declare type __VLS_Props_142 = {
|
|
|
2259
2263
|
total?: number;
|
|
2260
2264
|
renderCount?: (count: number) => string;
|
|
2261
2265
|
class?: string;
|
|
2266
|
+
/** Shorthand API: render avatars from an array instead of the compound slot API */
|
|
2267
|
+
avatars?: AvatarShorthandItem[];
|
|
2262
2268
|
};
|
|
2263
2269
|
|
|
2264
2270
|
declare type __VLS_Props_143 = {
|
|
@@ -2319,6 +2325,8 @@ declare type __VLS_Props_147 = {
|
|
|
2319
2325
|
classNames?: Partial<{
|
|
2320
2326
|
base: ClassValue;
|
|
2321
2327
|
}>;
|
|
2328
|
+
/** Shorthand API: render steps from an array instead of the compound slot API */
|
|
2329
|
+
items?: StepperShorthandItem[];
|
|
2322
2330
|
};
|
|
2323
2331
|
|
|
2324
2332
|
declare type __VLS_Props_148 = {
|
|
@@ -2849,6 +2857,7 @@ declare type __VLS_Props_176 = {
|
|
|
2849
2857
|
|
|
2850
2858
|
declare type __VLS_Props_18 = {
|
|
2851
2859
|
variant?: ButtonVariants['variant'];
|
|
2860
|
+
color?: ButtonVariants['color'];
|
|
2852
2861
|
size?: ButtonVariants['size'];
|
|
2853
2862
|
radius?: ButtonVariants['radius'];
|
|
2854
2863
|
isIconOnly?: boolean;
|
|
@@ -2870,6 +2879,7 @@ declare type __VLS_Props_18 = {
|
|
|
2870
2879
|
|
|
2871
2880
|
declare type __VLS_Props_19 = {
|
|
2872
2881
|
variant?: ButtonVariants['variant'];
|
|
2882
|
+
color?: ButtonVariants['color'];
|
|
2873
2883
|
size?: ButtonVariants['size'];
|
|
2874
2884
|
disabled?: boolean;
|
|
2875
2885
|
fullWidth?: boolean;
|
|
@@ -2881,6 +2891,8 @@ declare type __VLS_Props_19 = {
|
|
|
2881
2891
|
}>;
|
|
2882
2892
|
selectionMode?: ButtonGroupSelectionMode;
|
|
2883
2893
|
modelValue?: ButtonGroupValue;
|
|
2894
|
+
/** Shorthand API: render buttons from an array instead of the compound slot API */
|
|
2895
|
+
buttons?: ButtonShorthandItem[];
|
|
2884
2896
|
};
|
|
2885
2897
|
|
|
2886
2898
|
declare type __VLS_Props_2 = {
|
|
@@ -2923,6 +2935,8 @@ declare type __VLS_Props_22 = {
|
|
|
2923
2935
|
classNames?: Partial<{
|
|
2924
2936
|
base: ClassValue;
|
|
2925
2937
|
}>;
|
|
2938
|
+
/** Shorthand API: render toggle buttons from an array instead of the compound slot API */
|
|
2939
|
+
buttons?: ToggleButtonShorthandItem[];
|
|
2926
2940
|
};
|
|
2927
2941
|
|
|
2928
2942
|
declare type __VLS_Props_23 = {
|
|
@@ -3054,6 +3068,8 @@ declare type __VLS_Props_31 = {
|
|
|
3054
3068
|
label?: string;
|
|
3055
3069
|
description?: string;
|
|
3056
3070
|
class?: string;
|
|
3071
|
+
/** Shorthand API: render checkboxes from an array instead of the compound slot API */
|
|
3072
|
+
items?: CheckboxShorthandItem[];
|
|
3057
3073
|
};
|
|
3058
3074
|
|
|
3059
3075
|
declare type __VLS_Props_32 = {
|
|
@@ -3080,6 +3096,8 @@ declare type __VLS_Props_33 = {
|
|
|
3080
3096
|
label?: string;
|
|
3081
3097
|
description?: string;
|
|
3082
3098
|
class?: string;
|
|
3099
|
+
/** Shorthand API: render radio options from an array instead of the compound slot API */
|
|
3100
|
+
items?: RadioShorthandItem[];
|
|
3083
3101
|
};
|
|
3084
3102
|
|
|
3085
3103
|
declare type __VLS_Props_34 = {
|
|
@@ -3109,6 +3127,8 @@ declare type __VLS_Props_35 = {
|
|
|
3109
3127
|
label?: string;
|
|
3110
3128
|
description?: string;
|
|
3111
3129
|
class?: string;
|
|
3130
|
+
/** Shorthand API: render switches from an array instead of the compound slot API */
|
|
3131
|
+
items?: SwitchShorthandItem[];
|
|
3112
3132
|
};
|
|
3113
3133
|
|
|
3114
3134
|
declare type __VLS_Props_36 = {
|
|
@@ -3372,6 +3392,8 @@ declare type __VLS_Props_73 = {
|
|
|
3372
3392
|
classNames?: Partial<{
|
|
3373
3393
|
base: ClassValue;
|
|
3374
3394
|
}>;
|
|
3395
|
+
/** Shorthand API: render tabs from an array instead of the compound slot API */
|
|
3396
|
+
items?: TabShorthandItem[];
|
|
3375
3397
|
};
|
|
3376
3398
|
|
|
3377
3399
|
declare type __VLS_Props_74 = {
|
|
@@ -3425,6 +3447,8 @@ declare type __VLS_Props_78 = {
|
|
|
3425
3447
|
classNames?: Partial<{
|
|
3426
3448
|
base: ClassValue;
|
|
3427
3449
|
}>;
|
|
3450
|
+
/** Shorthand API: render items from an array instead of the compound slot API */
|
|
3451
|
+
items?: AccordionShorthandItem[];
|
|
3428
3452
|
};
|
|
3429
3453
|
|
|
3430
3454
|
declare type __VLS_Props_79 = {
|
|
@@ -3511,6 +3535,8 @@ declare type __VLS_Props_86 = {
|
|
|
3511
3535
|
classNames?: Partial<{
|
|
3512
3536
|
base: ClassValue;
|
|
3513
3537
|
}>;
|
|
3538
|
+
/** Shorthand API: render collapsibles from an array instead of the compound slot API */
|
|
3539
|
+
items?: CollapsibleShorthandItem[];
|
|
3514
3540
|
};
|
|
3515
3541
|
|
|
3516
3542
|
declare type __VLS_Props_87 = {
|
|
@@ -3521,6 +3547,8 @@ declare type __VLS_Props_87 = {
|
|
|
3521
3547
|
base: ClassValue;
|
|
3522
3548
|
item: ClassValue;
|
|
3523
3549
|
}>;
|
|
3550
|
+
/** Shorthand API: render breadcrumb items from an array instead of the compound slot API */
|
|
3551
|
+
items?: BreadcrumbShorthandItem[];
|
|
3524
3552
|
};
|
|
3525
3553
|
|
|
3526
3554
|
declare type __VLS_Props_88 = {
|
|
@@ -3584,6 +3612,8 @@ declare type __VLS_Props_93 = {
|
|
|
3584
3612
|
orientation?: 'horizontal' | 'vertical';
|
|
3585
3613
|
isDetached?: boolean;
|
|
3586
3614
|
class?: string;
|
|
3615
|
+
/** Shorthand API: render toggle items from an array instead of the compound slot API */
|
|
3616
|
+
items?: ToolbarToggleShorthandItem[];
|
|
3587
3617
|
};
|
|
3588
3618
|
|
|
3589
3619
|
declare type __VLS_Props_94 = {
|
|
@@ -7059,6 +7089,13 @@ export declare const AccordionHeader: __VLS_WithTemplateSlots_71<typeof __VLS_co
|
|
|
7059
7089
|
|
|
7060
7090
|
export declare const AccordionItem: __VLS_WithTemplateSlots_70<typeof __VLS_component_70, __VLS_TemplateResult_70["slots"]>;
|
|
7061
7091
|
|
|
7092
|
+
declare type AccordionShorthandItem = {
|
|
7093
|
+
value: string;
|
|
7094
|
+
title: string;
|
|
7095
|
+
content?: string;
|
|
7096
|
+
disabled?: boolean;
|
|
7097
|
+
};
|
|
7098
|
+
|
|
7062
7099
|
export declare const AccordionTrigger: __VLS_WithTemplateSlots_72<typeof __VLS_component_72, __VLS_TemplateResult_72["slots"]>;
|
|
7063
7100
|
|
|
7064
7101
|
export declare const Alert: __VLS_WithTemplateSlots_85<typeof __VLS_component_85, __VLS_TemplateResult_85["slots"]>;
|
|
@@ -7249,6 +7286,17 @@ export declare interface AvatarGroupContext {
|
|
|
7249
7286
|
isInGroup: Ref<boolean>;
|
|
7250
7287
|
}
|
|
7251
7288
|
|
|
7289
|
+
declare type AvatarShorthandItem = {
|
|
7290
|
+
src?: string;
|
|
7291
|
+
alt?: string;
|
|
7292
|
+
name?: string;
|
|
7293
|
+
color?: string;
|
|
7294
|
+
variant?: string;
|
|
7295
|
+
isBordered?: boolean;
|
|
7296
|
+
isDisabled?: boolean;
|
|
7297
|
+
showFallback?: boolean;
|
|
7298
|
+
};
|
|
7299
|
+
|
|
7252
7300
|
export declare const Badge: __VLS_WithTemplateSlots_8<typeof __VLS_component_8, __VLS_TemplateResult_8["slots"]>;
|
|
7253
7301
|
|
|
7254
7302
|
export { BadgeVariants }
|
|
@@ -7257,12 +7305,18 @@ export declare const BreadcrumbItem: __VLS_WithTemplateSlots_79<typeof __VLS_com
|
|
|
7257
7305
|
|
|
7258
7306
|
export declare const Breadcrumbs: __VLS_WithTemplateSlots_78<typeof __VLS_component_78, __VLS_TemplateResult_78["slots"]>;
|
|
7259
7307
|
|
|
7308
|
+
declare type BreadcrumbShorthandItem = {
|
|
7309
|
+
label: string;
|
|
7310
|
+
href?: string;
|
|
7311
|
+
};
|
|
7312
|
+
|
|
7260
7313
|
export declare const Button: __VLS_WithTemplateSlots_17<typeof __VLS_component_17, __VLS_TemplateResult_17["slots"]>;
|
|
7261
7314
|
|
|
7262
7315
|
export declare const ButtonGroup: __VLS_WithTemplateSlots_18<typeof __VLS_component_18, __VLS_TemplateResult_18["slots"]>;
|
|
7263
7316
|
|
|
7264
7317
|
export declare interface ButtonGroupContext {
|
|
7265
7318
|
variant: Ref<ButtonVariants['variant']>;
|
|
7319
|
+
color: Ref<ButtonVariants['color']>;
|
|
7266
7320
|
size: Ref<ButtonVariants['size']>;
|
|
7267
7321
|
disabled: Ref<boolean>;
|
|
7268
7322
|
fullWidth: Ref<boolean>;
|
|
@@ -7277,6 +7331,16 @@ declare type ButtonGroupSelectionMode = 'single' | 'multiple';
|
|
|
7277
7331
|
|
|
7278
7332
|
declare type ButtonGroupValue = string | number | null | Array<string | number>;
|
|
7279
7333
|
|
|
7334
|
+
declare type ButtonShorthandItem = {
|
|
7335
|
+
label: string;
|
|
7336
|
+
value?: string | number;
|
|
7337
|
+
disabled?: boolean;
|
|
7338
|
+
isLoading?: boolean;
|
|
7339
|
+
variant?: ButtonVariants['variant'];
|
|
7340
|
+
color?: ButtonVariants['color'];
|
|
7341
|
+
class?: string;
|
|
7342
|
+
};
|
|
7343
|
+
|
|
7280
7344
|
export { ButtonVariants }
|
|
7281
7345
|
|
|
7282
7346
|
export declare const Calendar: DefineComponent<__VLS_PublicProps_7, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
@@ -7331,6 +7395,12 @@ export declare interface CheckboxGroupContext {
|
|
|
7331
7395
|
|
|
7332
7396
|
export declare const checkboxGroupContextKey: InjectionKey<CheckboxGroupContext>;
|
|
7333
7397
|
|
|
7398
|
+
declare type CheckboxShorthandItem = {
|
|
7399
|
+
value: string;
|
|
7400
|
+
label?: string;
|
|
7401
|
+
disabled?: boolean;
|
|
7402
|
+
};
|
|
7403
|
+
|
|
7334
7404
|
export { ChipVariants }
|
|
7335
7405
|
export { ChipVariants as TagVariants }
|
|
7336
7406
|
|
|
@@ -7356,6 +7426,13 @@ export declare const CollapsibleContent: __VLS_WithTemplateSlots_76<typeof __VLS
|
|
|
7356
7426
|
|
|
7357
7427
|
export declare const CollapsibleGroup: __VLS_WithTemplateSlots_77<typeof __VLS_component_77, __VLS_TemplateResult_77["slots"]>;
|
|
7358
7428
|
|
|
7429
|
+
declare type CollapsibleShorthandItem = {
|
|
7430
|
+
title: string;
|
|
7431
|
+
content?: string;
|
|
7432
|
+
defaultOpen?: boolean;
|
|
7433
|
+
disabled?: boolean;
|
|
7434
|
+
};
|
|
7435
|
+
|
|
7359
7436
|
export declare const CollapsibleTrigger: __VLS_WithTemplateSlots_75<typeof __VLS_component_75, __VLS_TemplateResult_75["slots"]>;
|
|
7360
7437
|
|
|
7361
7438
|
export declare const ColorArea: DefineComponent<__VLS_Props_170, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
@@ -7806,6 +7883,13 @@ export declare function composeSlotClassName<V extends Record<string, unknown>>(
|
|
|
7806
7883
|
|
|
7807
7884
|
export { ListBoxSectionVariants }
|
|
7808
7885
|
|
|
7886
|
+
declare type ListBoxShorthandItem = {
|
|
7887
|
+
value: string;
|
|
7888
|
+
label?: string;
|
|
7889
|
+
disabled?: boolean;
|
|
7890
|
+
textValue?: string;
|
|
7891
|
+
};
|
|
7892
|
+
|
|
7809
7893
|
export { ListBoxVariants }
|
|
7810
7894
|
|
|
7811
7895
|
export declare interface ListData<T> {
|
|
@@ -8602,6 +8686,12 @@ export declare function composeSlotClassName<V extends Record<string, unknown>>(
|
|
|
8602
8686
|
|
|
8603
8687
|
export declare const radioGroupContextKey: InjectionKey<RadioGroupContext>;
|
|
8604
8688
|
|
|
8689
|
+
declare type RadioShorthandItem = {
|
|
8690
|
+
value: string;
|
|
8691
|
+
label?: string;
|
|
8692
|
+
disabled?: boolean;
|
|
8693
|
+
};
|
|
8694
|
+
|
|
8605
8695
|
export declare const RangeCalendar: DefineComponent<__VLS_PublicProps_8, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
8606
8696
|
"update:modelValue": (value: DateRange | null) => any;
|
|
8607
8697
|
}, string, PublicProps, Readonly<__VLS_PublicProps_8> & Readonly<{
|
|
@@ -8759,6 +8849,11 @@ export declare function composeSlotClassName<V extends Record<string, unknown>>(
|
|
|
8759
8849
|
}>;
|
|
8760
8850
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
8761
8851
|
|
|
8852
|
+
declare type StepperShorthandItem = {
|
|
8853
|
+
title?: string;
|
|
8854
|
+
description?: string;
|
|
8855
|
+
};
|
|
8856
|
+
|
|
8762
8857
|
export declare const StepperTitle: __VLS_WithTemplateSlots_146<typeof __VLS_component_146, __VLS_TemplateResult_146["slots"]>;
|
|
8763
8858
|
|
|
8764
8859
|
export { StepperVariants }
|
|
@@ -8802,6 +8897,12 @@ export declare function composeSlotClassName<V extends Record<string, unknown>>(
|
|
|
8802
8897
|
|
|
8803
8898
|
export declare const switchGroupContextKey: InjectionKey<SwitchGroupContext>;
|
|
8804
8899
|
|
|
8900
|
+
declare type SwitchShorthandItem = {
|
|
8901
|
+
value: string;
|
|
8902
|
+
label?: string;
|
|
8903
|
+
disabled?: boolean;
|
|
8904
|
+
};
|
|
8905
|
+
|
|
8805
8906
|
export declare const Tab: __VLS_WithTemplateSlots_67<typeof __VLS_component_67, __VLS_TemplateResult_67["slots"]>;
|
|
8806
8907
|
|
|
8807
8908
|
export declare const TabIndicator: DefineComponent<__VLS_Props_77, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_77> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
@@ -8879,6 +8980,13 @@ export declare function composeSlotClassName<V extends Record<string, unknown>>(
|
|
|
8879
8980
|
|
|
8880
8981
|
export declare const Tabs: __VLS_WithTemplateSlots_65<typeof __VLS_component_65, __VLS_TemplateResult_65["slots"]>;
|
|
8881
8982
|
|
|
8983
|
+
declare type TabShorthandItem = {
|
|
8984
|
+
value: string;
|
|
8985
|
+
label: string;
|
|
8986
|
+
content?: string;
|
|
8987
|
+
disabled?: boolean;
|
|
8988
|
+
};
|
|
8989
|
+
|
|
8882
8990
|
declare const Text_2: __VLS_WithTemplateSlots_3<typeof __VLS_component_3, __VLS_TemplateResult_3["slots"]>;
|
|
8883
8991
|
export { Text_2 as Text }
|
|
8884
8992
|
|
|
@@ -8965,6 +9073,14 @@ export declare function composeSlotClassName<V extends Record<string, unknown>>(
|
|
|
8965
9073
|
toggleValue: (value: string) => void;
|
|
8966
9074
|
}
|
|
8967
9075
|
|
|
9076
|
+
declare type ToggleButtonShorthandItem = {
|
|
9077
|
+
value: string;
|
|
9078
|
+
label?: string;
|
|
9079
|
+
isIconOnly?: boolean;
|
|
9080
|
+
disabled?: boolean;
|
|
9081
|
+
class?: string;
|
|
9082
|
+
};
|
|
9083
|
+
|
|
8968
9084
|
export declare const Toolbar: __VLS_WithTemplateSlots_80<typeof __VLS_component_80, __VLS_TemplateResult_80["slots"]>;
|
|
8969
9085
|
|
|
8970
9086
|
export declare const ToolbarButton: __VLS_WithTemplateSlots_81<typeof __VLS_component_81, __VLS_TemplateResult_81["slots"]>;
|
|
@@ -8977,6 +9093,16 @@ export declare function composeSlotClassName<V extends Record<string, unknown>>(
|
|
|
8977
9093
|
|
|
8978
9094
|
export declare const ToolbarToggleItem: __VLS_WithTemplateSlots_84<typeof __VLS_component_84, __VLS_TemplateResult_84["slots"]>;
|
|
8979
9095
|
|
|
9096
|
+
declare type ToolbarToggleShorthandItem = {
|
|
9097
|
+
value: string;
|
|
9098
|
+
label?: string;
|
|
9099
|
+
variant?: string;
|
|
9100
|
+
size?: string;
|
|
9101
|
+
isIconOnly?: boolean;
|
|
9102
|
+
disabled?: boolean;
|
|
9103
|
+
class?: string;
|
|
9104
|
+
};
|
|
9105
|
+
|
|
8980
9106
|
/**
|
|
8981
9107
|
* Tooltip root component. Wraps Reka UI's TooltipRoot.
|
|
8982
9108
|
*
|
package/dist/index.js
CHANGED
|
@@ -93,28 +93,28 @@ import DrawerBody_default from "./components/drawer/DrawerBody.js";
|
|
|
93
93
|
import DrawerFooter_default from "./components/drawer/DrawerFooter.js";
|
|
94
94
|
import DrawerClose_default from "./components/drawer/DrawerClose.js";
|
|
95
95
|
import DrawerTitle_default from "./components/drawer/DrawerTitle.js";
|
|
96
|
-
import Tabs_default from "./components/tabs/Tabs.js";
|
|
97
96
|
import TabList_default from "./components/tabs/TabList.js";
|
|
98
97
|
import Tab_default from "./components/tabs/Tab.js";
|
|
99
98
|
import TabPanel_default from "./components/tabs/TabPanel.js";
|
|
99
|
+
import Tabs_default from "./components/tabs/Tabs.js";
|
|
100
100
|
import TabIndicator_default from "./components/tabs/TabIndicator.js";
|
|
101
|
-
import Accordion_default from "./components/accordion/Accordion.js";
|
|
102
101
|
import AccordionItem_default from "./components/accordion/AccordionItem.js";
|
|
103
102
|
import AccordionHeader_default from "./components/accordion/AccordionHeader.js";
|
|
104
103
|
import AccordionTrigger_default from "./components/accordion/AccordionTrigger.js";
|
|
105
104
|
import AccordionContent_default from "./components/accordion/AccordionContent.js";
|
|
105
|
+
import Accordion_default from "./components/accordion/Accordion.js";
|
|
106
106
|
import Collapsible_default from "./components/collapsible/Collapsible.js";
|
|
107
107
|
import CollapsibleTrigger_default from "./components/collapsible/CollapsibleTrigger.js";
|
|
108
108
|
import CollapsibleContent_default from "./components/collapsible/CollapsibleContent.js";
|
|
109
109
|
import CollapsibleGroup_default from "./components/collapsible/CollapsibleGroup.js";
|
|
110
|
-
import Breadcrumbs_default from "./components/breadcrumbs/Breadcrumbs.js";
|
|
111
110
|
import BreadcrumbItem_default from "./components/breadcrumbs/BreadcrumbItem.js";
|
|
111
|
+
import Breadcrumbs_default from "./components/breadcrumbs/Breadcrumbs.js";
|
|
112
112
|
import Toolbar_default from "./components/toolbar/Toolbar.js";
|
|
113
113
|
import ToolbarButton_default from "./components/toolbar/ToolbarButton.js";
|
|
114
114
|
import ToolbarLink_default from "./components/toolbar/ToolbarLink.js";
|
|
115
115
|
import ToolbarSeparator_default from "./components/toolbar/ToolbarSeparator.js";
|
|
116
|
-
import ToolbarToggleGroup_default from "./components/toolbar/ToolbarToggleGroup.js";
|
|
117
116
|
import ToolbarToggleItem_default from "./components/toolbar/ToolbarToggleItem.js";
|
|
117
|
+
import ToolbarToggleGroup_default from "./components/toolbar/ToolbarToggleGroup.js";
|
|
118
118
|
import Alert_default from "./components/alert/Alert.js";
|
|
119
119
|
import AlertIcon_default from "./components/alert/AlertIcon.js";
|
|
120
120
|
import AlertTitle_default from "./components/alert/AlertTitle.js";
|
|
@@ -127,8 +127,8 @@ import ToastAction_default from "./components/toast/ToastAction.js";
|
|
|
127
127
|
import ToastClose_default from "./components/toast/ToastClose.js";
|
|
128
128
|
import { useToast } from "./composables/useToast.js";
|
|
129
129
|
import ToastViewport_default from "./components/toast/ToastViewport.js";
|
|
130
|
-
import ListBox_default from "./components/list-box/ListBox.js";
|
|
131
130
|
import ListBoxItem_default from "./components/list-box/ListBoxItem.js";
|
|
131
|
+
import ListBox_default from "./components/list-box/ListBox.js";
|
|
132
132
|
import ListBoxSection_default from "./components/list-box/ListBoxSection.js";
|
|
133
133
|
import SelectTrigger_default from "./components/select/SelectTrigger.js";
|
|
134
134
|
import SelectValue_default from "./components/select/SelectValue.js";
|
|
@@ -185,13 +185,13 @@ import SplitterGroup_default from "./components/splitter/SplitterGroup.js";
|
|
|
185
185
|
import SplitterPanel_default from "./components/splitter/SplitterPanel.js";
|
|
186
186
|
import SplitterResizeHandle_default from "./components/splitter/SplitterResizeHandle.js";
|
|
187
187
|
import { stepperContextKey } from "./components/stepper/Stepper.context.js";
|
|
188
|
-
import Stepper_default from "./components/stepper/Stepper.js";
|
|
189
188
|
import StepperItem_default from "./components/stepper/StepperItem.js";
|
|
190
189
|
import StepperIndicator_default from "./components/stepper/StepperIndicator.js";
|
|
191
190
|
import StepperTitle_default from "./components/stepper/StepperTitle.js";
|
|
192
191
|
import StepperDescription_default from "./components/stepper/StepperDescription.js";
|
|
193
|
-
import StepperContent_default from "./components/stepper/StepperContent.js";
|
|
194
192
|
import StepperSeparator_default from "./components/stepper/StepperSeparator.js";
|
|
193
|
+
import StepperContent_default from "./components/stepper/StepperContent.js";
|
|
194
|
+
import Stepper_default from "./components/stepper/Stepper.js";
|
|
195
195
|
import { treeContextKey } from "./components/tree/Tree.context.js";
|
|
196
196
|
import Tree_default from "./components/tree/Tree.js";
|
|
197
197
|
import TreeItem_default from "./components/tree/TreeItem.js";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@auronui/vue",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.18",
|
|
4
4
|
"description": "Vue 3 85 components with full visual and functional parity",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "MIT",
|
|
@@ -69,7 +69,7 @@
|
|
|
69
69
|
"tailwind-merge": "3.5.0",
|
|
70
70
|
"tailwind-variants": "3.2.2",
|
|
71
71
|
"vee-validate": "^4.15.1",
|
|
72
|
-
"@auronui/styles": "1.0.
|
|
72
|
+
"@auronui/styles": "1.0.18"
|
|
73
73
|
},
|
|
74
74
|
"devDependencies": {
|
|
75
75
|
"@chialab/vitest-axe": "0.19.1",
|