@yh-ui/components 0.1.12 → 0.1.16
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/ai-artifacts/src/ai-artifacts.d.ts +1 -1
- package/dist/ai-artifacts/src/ai-artifacts.d.vue.ts +18 -1
- package/dist/ai-artifacts/src/ai-artifacts.vue +30 -2
- package/dist/ai-artifacts/src/ai-artifacts.vue.d.ts +18 -1
- package/dist/ai-editor-sender/src/ai-editor-sender.d.vue.ts +2 -2
- package/dist/ai-editor-sender/src/ai-editor-sender.vue.d.ts +2 -2
- package/dist/ai-mention/__tests__/ai-mention.ssr.test.cjs +38 -0
- package/dist/ai-mention/__tests__/ai-mention.ssr.test.d.ts +1 -0
- package/dist/ai-mention/__tests__/ai-mention.ssr.test.mjs +37 -0
- package/dist/ai-mention/__tests__/ai-mention.test.cjs +113 -0
- package/dist/ai-mention/__tests__/ai-mention.test.d.ts +1 -0
- package/dist/ai-mention/__tests__/ai-mention.test.mjs +84 -0
- package/dist/ai-mention/index.cjs +26 -0
- package/dist/ai-mention/index.d.ts +29 -0
- package/dist/ai-mention/index.mjs +5 -0
- package/dist/ai-mention/src/ai-mention.cjs +95 -0
- package/dist/ai-mention/src/ai-mention.css +545 -0
- package/dist/ai-mention/src/ai-mention.d.ts +99 -0
- package/dist/ai-mention/src/ai-mention.d.vue.ts +68 -0
- package/dist/ai-mention/src/ai-mention.mjs +89 -0
- package/dist/ai-mention/src/ai-mention.vue +650 -0
- package/dist/ai-mention/src/ai-mention.vue.d.ts +68 -0
- package/dist/ai-sender/__tests__/ai-sender.test.cjs +17 -10
- package/dist/ai-sender/__tests__/ai-sender.test.mjs +17 -10
- package/dist/ai-sender/src/ai-sender.cjs +7 -0
- package/dist/ai-sender/src/ai-sender.d.ts +7 -0
- package/dist/ai-sender/src/ai-sender.d.vue.ts +8 -3
- package/dist/ai-sender/src/ai-sender.mjs +7 -0
- package/dist/ai-sender/src/ai-sender.vue +25 -18
- package/dist/ai-sender/src/ai-sender.vue.d.ts +8 -3
- package/dist/ai-sources/src/ai-sources.d.vue.ts +2 -2
- package/dist/ai-sources/src/ai-sources.vue +41 -57
- package/dist/ai-sources/src/ai-sources.vue.d.ts +2 -2
- package/dist/ai-voice-trigger/__tests__/ai-voice-trigger.test.cjs +19 -2
- package/dist/ai-voice-trigger/__tests__/ai-voice-trigger.test.mjs +12 -2
- package/dist/ai-voice-trigger/src/ai-voice-trigger.cjs +32 -0
- package/dist/ai-voice-trigger/src/ai-voice-trigger.css +111 -12
- package/dist/ai-voice-trigger/src/ai-voice-trigger.d.ts +32 -0
- package/dist/ai-voice-trigger/src/ai-voice-trigger.d.vue.ts +22 -2
- package/dist/ai-voice-trigger/src/ai-voice-trigger.mjs +32 -0
- package/dist/ai-voice-trigger/src/ai-voice-trigger.vue +201 -50
- package/dist/ai-voice-trigger/src/ai-voice-trigger.vue.d.ts +22 -2
- package/dist/alert/src/alert.d.vue.ts +1 -1
- package/dist/alert/src/alert.vue.d.ts +1 -1
- package/dist/autocomplete/src/autocomplete.d.vue.ts +2 -2
- package/dist/autocomplete/src/autocomplete.vue.d.ts +2 -2
- package/dist/calendar/src/calendar.d.vue.ts +1 -1
- package/dist/calendar/src/calendar.vue.d.ts +1 -1
- package/dist/date-picker/src/date-picker.d.vue.ts +2 -2
- package/dist/date-picker/src/date-picker.vue.d.ts +2 -2
- package/dist/dialog/src/dialog.d.vue.ts +8 -8
- package/dist/dialog/src/dialog.vue.d.ts +8 -8
- package/dist/drawer/index.d.ts +42 -1
- package/dist/drawer/src/drawer.d.vue.ts +4 -4
- package/dist/drawer/src/drawer.vue.d.ts +4 -4
- package/dist/icon/src/icons/index.cjs +7 -2
- package/dist/icon/src/icons/index.d.ts +1 -0
- package/dist/icon/src/icons/index.mjs +7 -1
- package/dist/index.cjs +13 -1
- package/dist/index.d.ts +1 -0
- package/dist/index.mjs +4 -1
- package/dist/infinite-scroll/src/infinite-scroll.d.vue.ts +1 -1
- package/dist/infinite-scroll/src/infinite-scroll.vue.d.ts +1 -1
- package/dist/input/index.d.ts +3 -3
- package/dist/input/src/input.d.vue.ts +1 -1
- package/dist/input/src/input.vue.d.ts +1 -1
- package/dist/input-number/index.d.ts +3 -3
- package/dist/input-number/src/input-number.d.vue.ts +1 -1
- package/dist/input-number/src/input-number.vue.d.ts +1 -1
- package/dist/input-tag/src/input-tag.d.vue.ts +2 -2
- package/dist/input-tag/src/input-tag.vue.d.ts +2 -2
- package/dist/mention/index.d.ts +181 -1
- package/dist/mention/src/mention.d.vue.ts +5 -5
- package/dist/mention/src/mention.vue +6 -2
- package/dist/mention/src/mention.vue.d.ts +5 -5
- package/dist/message/src/message.d.vue.ts +1 -1
- package/dist/message/src/message.vue.d.ts +1 -1
- package/dist/notification/src/notification.d.vue.ts +1 -1
- package/dist/notification/src/notification.vue.d.ts +1 -1
- package/dist/select/src/select.d.vue.ts +3 -3
- package/dist/select/src/select.vue.d.ts +3 -3
- package/dist/skeleton/src/skeleton.d.vue.ts +1 -1
- package/dist/skeleton/src/skeleton.vue.d.ts +1 -1
- package/dist/table/src/table-column.d.vue.ts +1 -1
- package/dist/table/src/table-column.vue.d.ts +1 -1
- package/dist/table/src/table.d.vue.ts +2 -2
- package/dist/table/src/table.vue.d.ts +2 -2
- package/dist/time-picker/src/time-picker.d.vue.ts +1 -1
- package/dist/time-picker/src/time-picker.vue.d.ts +1 -1
- package/package.json +5 -5
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
declare var
|
|
1
|
+
declare var __VLS_17: {};
|
|
2
2
|
type __VLS_Slots = {} & {
|
|
3
|
-
default?: (props: typeof
|
|
3
|
+
default?: (props: typeof __VLS_17) => any;
|
|
4
4
|
};
|
|
5
5
|
declare const __VLS_component: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
6
6
|
readonly recording: {
|
|
@@ -11,12 +11,32 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
|
|
|
11
11
|
readonly type: import("vue").PropType<number[]>;
|
|
12
12
|
readonly default: () => any[];
|
|
13
13
|
};
|
|
14
|
+
readonly variant: {
|
|
15
|
+
readonly type: import("vue").PropType<"inline" | "floating" | "sphere">;
|
|
16
|
+
readonly default: "inline";
|
|
17
|
+
};
|
|
18
|
+
readonly position: {
|
|
19
|
+
readonly type: import("vue").PropType<"top-left" | "top-right" | "bottom-left" | "bottom-right">;
|
|
20
|
+
readonly default: "bottom-right";
|
|
21
|
+
};
|
|
22
|
+
readonly offset: {
|
|
23
|
+
readonly type: import("vue").PropType<[number, number]>;
|
|
24
|
+
readonly default: () => number[];
|
|
25
|
+
};
|
|
26
|
+
readonly teleport: {
|
|
27
|
+
readonly type: BooleanConstructor;
|
|
28
|
+
readonly default: true;
|
|
29
|
+
};
|
|
14
30
|
readonly themeOverrides: {
|
|
15
31
|
readonly type: import("vue").PropType<import("@yh-ui/theme").ComponentThemeVars>;
|
|
16
32
|
readonly default: undefined;
|
|
17
33
|
};
|
|
18
34
|
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, any, string, import("vue").PublicProps, any, {
|
|
35
|
+
readonly offset: [number, number];
|
|
36
|
+
readonly position: "top-left" | "top-right" | "bottom-left" | "bottom-right";
|
|
19
37
|
readonly themeOverrides: import("@yh-ui/theme").ComponentThemeVars;
|
|
38
|
+
readonly variant: "inline" | "floating" | "sphere";
|
|
39
|
+
readonly teleport: boolean;
|
|
20
40
|
readonly recording: boolean;
|
|
21
41
|
readonly amplitudes: number[];
|
|
22
42
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -89,10 +89,10 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
|
|
|
89
89
|
readonly scrollable: boolean;
|
|
90
90
|
readonly description: string;
|
|
91
91
|
readonly showProgress: boolean;
|
|
92
|
+
readonly closeIcon: string | import("vue").Component;
|
|
92
93
|
readonly showIcon: boolean;
|
|
93
94
|
readonly closable: boolean;
|
|
94
95
|
readonly closeText: string;
|
|
95
|
-
readonly closeIcon: string | import("vue").Component;
|
|
96
96
|
readonly scrollSpeed: number;
|
|
97
97
|
readonly pauseOnHover: boolean;
|
|
98
98
|
readonly duration: number;
|
|
@@ -89,10 +89,10 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
|
|
|
89
89
|
readonly scrollable: boolean;
|
|
90
90
|
readonly description: string;
|
|
91
91
|
readonly showProgress: boolean;
|
|
92
|
+
readonly closeIcon: string | import("vue").Component;
|
|
92
93
|
readonly showIcon: boolean;
|
|
93
94
|
readonly closable: boolean;
|
|
94
95
|
readonly closeText: string;
|
|
95
|
-
readonly closeIcon: string | import("vue").Component;
|
|
96
96
|
readonly scrollSpeed: number;
|
|
97
97
|
readonly pauseOnHover: boolean;
|
|
98
98
|
readonly duration: number;
|
|
@@ -46,12 +46,12 @@ declare const __VLS_component: import("vue").DefineComponent<AutocompleteProps,
|
|
|
46
46
|
placement: import("./autocomplete").AutocompletePlacement;
|
|
47
47
|
autofocus: boolean;
|
|
48
48
|
clearable: boolean;
|
|
49
|
-
triggerOnFocus: boolean;
|
|
50
49
|
debounce: number;
|
|
50
|
+
validateEvent: boolean;
|
|
51
|
+
triggerOnFocus: boolean;
|
|
51
52
|
valueKey: string;
|
|
52
53
|
fitInputWidth: boolean;
|
|
53
54
|
highlightFirstItem: boolean;
|
|
54
|
-
validateEvent: boolean;
|
|
55
55
|
autocomplete: string;
|
|
56
56
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
57
57
|
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
@@ -46,12 +46,12 @@ declare const __VLS_component: import("vue").DefineComponent<AutocompleteProps,
|
|
|
46
46
|
placement: import("./autocomplete").AutocompletePlacement;
|
|
47
47
|
autofocus: boolean;
|
|
48
48
|
clearable: boolean;
|
|
49
|
-
triggerOnFocus: boolean;
|
|
50
49
|
debounce: number;
|
|
50
|
+
validateEvent: boolean;
|
|
51
|
+
triggerOnFocus: boolean;
|
|
51
52
|
valueKey: string;
|
|
52
53
|
fitInputWidth: boolean;
|
|
53
54
|
highlightFirstItem: boolean;
|
|
54
|
-
validateEvent: boolean;
|
|
55
55
|
autocomplete: string;
|
|
56
56
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
57
57
|
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
@@ -527,9 +527,9 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
|
|
|
527
527
|
readonly fullscreen: boolean;
|
|
528
528
|
readonly mode: import("./calendar").CalendarMode;
|
|
529
529
|
readonly modelValue: Date;
|
|
530
|
+
readonly readonly: boolean;
|
|
530
531
|
readonly defaultValue: Date;
|
|
531
532
|
readonly firstDayOfWeek: number;
|
|
532
|
-
readonly readonly: boolean;
|
|
533
533
|
readonly monthHeaderFormat: string;
|
|
534
534
|
readonly showHoliday: boolean;
|
|
535
535
|
readonly holidays: HolidayMap;
|
|
@@ -527,9 +527,9 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
|
|
|
527
527
|
readonly fullscreen: boolean;
|
|
528
528
|
readonly mode: import("./calendar").CalendarMode;
|
|
529
529
|
readonly modelValue: Date;
|
|
530
|
+
readonly readonly: boolean;
|
|
530
531
|
readonly defaultValue: Date;
|
|
531
532
|
readonly firstDayOfWeek: number;
|
|
532
|
-
readonly readonly: boolean;
|
|
533
533
|
readonly monthHeaderFormat: string;
|
|
534
534
|
readonly showHoliday: boolean;
|
|
535
535
|
readonly holidays: HolidayMap;
|
|
@@ -331,12 +331,13 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
|
|
|
331
331
|
readonly status: import("./date-picker").DatePickerStatus;
|
|
332
332
|
readonly placeholder: string;
|
|
333
333
|
readonly modelValue: string | number | Date | [DateValue, DateValue] | null;
|
|
334
|
+
readonly readonly: boolean;
|
|
334
335
|
readonly clearable: boolean;
|
|
335
336
|
readonly prefixIcon: string | import("vue").Component;
|
|
336
337
|
readonly validateEvent: boolean;
|
|
338
|
+
readonly showFooter: boolean;
|
|
337
339
|
readonly defaultValue: Date | Date[];
|
|
338
340
|
readonly firstDayOfWeek: number;
|
|
339
|
-
readonly readonly: boolean;
|
|
340
341
|
readonly disabledDate: (date: Date) => boolean;
|
|
341
342
|
readonly format: string;
|
|
342
343
|
readonly cellShape: "round" | "square";
|
|
@@ -357,7 +358,6 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
|
|
|
357
358
|
readonly rangeSeparator: string;
|
|
358
359
|
readonly presets: import("./date-picker").DatePickerPreset[];
|
|
359
360
|
readonly presetPosition: "top" | "bottom" | "left" | "right";
|
|
360
|
-
readonly showFooter: boolean;
|
|
361
361
|
readonly orderOnConfirm: boolean;
|
|
362
362
|
readonly clearIcon: string | import("vue").Component;
|
|
363
363
|
readonly panelOnly: boolean;
|
|
@@ -331,12 +331,13 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
|
|
|
331
331
|
readonly status: import("./date-picker").DatePickerStatus;
|
|
332
332
|
readonly placeholder: string;
|
|
333
333
|
readonly modelValue: string | number | Date | [DateValue, DateValue] | null;
|
|
334
|
+
readonly readonly: boolean;
|
|
334
335
|
readonly clearable: boolean;
|
|
335
336
|
readonly prefixIcon: string | import("vue").Component;
|
|
336
337
|
readonly validateEvent: boolean;
|
|
338
|
+
readonly showFooter: boolean;
|
|
337
339
|
readonly defaultValue: Date | Date[];
|
|
338
340
|
readonly firstDayOfWeek: number;
|
|
339
|
-
readonly readonly: boolean;
|
|
340
341
|
readonly disabledDate: (date: Date) => boolean;
|
|
341
342
|
readonly format: string;
|
|
342
343
|
readonly cellShape: "round" | "square";
|
|
@@ -357,7 +358,6 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
|
|
|
357
358
|
readonly rangeSeparator: string;
|
|
358
359
|
readonly presets: import("./date-picker").DatePickerPreset[];
|
|
359
360
|
readonly presetPosition: "top" | "bottom" | "left" | "right";
|
|
360
|
-
readonly showFooter: boolean;
|
|
361
361
|
readonly orderOnConfirm: boolean;
|
|
362
362
|
readonly clearIcon: string | import("vue").Component;
|
|
363
363
|
readonly panelOnly: boolean;
|
|
@@ -186,21 +186,21 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
|
|
|
186
186
|
readonly fullscreen: boolean;
|
|
187
187
|
readonly modelValue: boolean;
|
|
188
188
|
readonly closeOnPressEscape: boolean;
|
|
189
|
-
readonly
|
|
190
|
-
readonly
|
|
189
|
+
readonly modal: boolean;
|
|
190
|
+
readonly closeOnClickModal: boolean;
|
|
191
|
+
readonly showClose: boolean;
|
|
191
192
|
readonly closeIcon: string;
|
|
193
|
+
readonly destroyOnClose: boolean;
|
|
194
|
+
readonly teleportTo: string | HTMLElement;
|
|
192
195
|
readonly showFooter: boolean;
|
|
196
|
+
readonly lockScroll: boolean;
|
|
197
|
+
readonly glass: boolean;
|
|
198
|
+
readonly showIcon: boolean;
|
|
193
199
|
readonly autoFocus: boolean;
|
|
194
200
|
readonly alignCenter: boolean;
|
|
195
201
|
readonly draggable: boolean;
|
|
196
|
-
readonly lockScroll: boolean;
|
|
197
|
-
readonly modal: boolean;
|
|
198
|
-
readonly closeOnClickModal: boolean;
|
|
199
|
-
readonly showClose: boolean;
|
|
200
|
-
readonly destroyOnClose: boolean;
|
|
201
202
|
readonly cancelText: string;
|
|
202
203
|
readonly confirmText: string;
|
|
203
|
-
readonly teleportTo: string | HTMLElement;
|
|
204
204
|
readonly headerAlignCenter: boolean;
|
|
205
205
|
readonly headerAlign: "left" | "center" | "right";
|
|
206
206
|
readonly contentAlign: "left" | "center" | "right";
|
|
@@ -186,21 +186,21 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
|
|
|
186
186
|
readonly fullscreen: boolean;
|
|
187
187
|
readonly modelValue: boolean;
|
|
188
188
|
readonly closeOnPressEscape: boolean;
|
|
189
|
-
readonly
|
|
190
|
-
readonly
|
|
189
|
+
readonly modal: boolean;
|
|
190
|
+
readonly closeOnClickModal: boolean;
|
|
191
|
+
readonly showClose: boolean;
|
|
191
192
|
readonly closeIcon: string;
|
|
193
|
+
readonly destroyOnClose: boolean;
|
|
194
|
+
readonly teleportTo: string | HTMLElement;
|
|
192
195
|
readonly showFooter: boolean;
|
|
196
|
+
readonly lockScroll: boolean;
|
|
197
|
+
readonly glass: boolean;
|
|
198
|
+
readonly showIcon: boolean;
|
|
193
199
|
readonly autoFocus: boolean;
|
|
194
200
|
readonly alignCenter: boolean;
|
|
195
201
|
readonly draggable: boolean;
|
|
196
|
-
readonly lockScroll: boolean;
|
|
197
|
-
readonly modal: boolean;
|
|
198
|
-
readonly closeOnClickModal: boolean;
|
|
199
|
-
readonly showClose: boolean;
|
|
200
|
-
readonly destroyOnClose: boolean;
|
|
201
202
|
readonly cancelText: string;
|
|
202
203
|
readonly confirmText: string;
|
|
203
|
-
readonly teleportTo: string | HTMLElement;
|
|
204
204
|
readonly headerAlignCenter: boolean;
|
|
205
205
|
readonly headerAlign: "left" | "center" | "right";
|
|
206
206
|
readonly contentAlign: "left" | "center" | "right";
|
package/dist/drawer/index.d.ts
CHANGED
|
@@ -1,5 +1,46 @@
|
|
|
1
1
|
import Drawer from './src/drawer.vue';
|
|
2
|
-
export declare const YhDrawer:
|
|
2
|
+
export declare const YhDrawer: import("@yh-ui/utils").SFCWithInstall<{
|
|
3
|
+
new (...args: any[]): any;
|
|
4
|
+
__isFragment?: never;
|
|
5
|
+
__isTeleport?: never;
|
|
6
|
+
__isSuspense?: never;
|
|
7
|
+
} & import("vue").ComponentOptionsBase<any, {
|
|
8
|
+
drawerRef: import("vue").Ref<HTMLElement | null, HTMLElement | null>;
|
|
9
|
+
handleClose: (isClickModal?: boolean) => void;
|
|
10
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, any, string, {
|
|
11
|
+
readonly themeOverrides: import("@yh-ui/theme").ComponentThemeVars;
|
|
12
|
+
readonly round: boolean;
|
|
13
|
+
readonly size: string | number;
|
|
14
|
+
readonly inner: boolean;
|
|
15
|
+
readonly placement: import("./src/drawer").DrawerPlacement;
|
|
16
|
+
readonly modelValue: boolean;
|
|
17
|
+
readonly closeOnPressEscape: boolean;
|
|
18
|
+
readonly modal: boolean;
|
|
19
|
+
readonly closeOnClickModal: boolean;
|
|
20
|
+
readonly showClose: boolean;
|
|
21
|
+
readonly closeIcon: string;
|
|
22
|
+
readonly destroyOnClose: boolean;
|
|
23
|
+
readonly teleportTo: string | HTMLElement;
|
|
24
|
+
readonly showHeader: boolean;
|
|
25
|
+
readonly showFooter: boolean;
|
|
26
|
+
readonly lockScroll: boolean;
|
|
27
|
+
readonly glass: boolean;
|
|
28
|
+
readonly resizable: boolean;
|
|
29
|
+
readonly minSize: number;
|
|
30
|
+
readonly maxSize: number;
|
|
31
|
+
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
32
|
+
$slots: {
|
|
33
|
+
header?: (props: {}) => any;
|
|
34
|
+
} & {
|
|
35
|
+
title?: (props: {}) => any;
|
|
36
|
+
} & {
|
|
37
|
+
'close-icon'?: (props: {}) => any;
|
|
38
|
+
} & {
|
|
39
|
+
default?: (props: {}) => any;
|
|
40
|
+
} & {
|
|
41
|
+
footer?: (props: {}) => any;
|
|
42
|
+
};
|
|
43
|
+
})> & Record<string, unknown>;
|
|
3
44
|
export default YhDrawer;
|
|
4
45
|
export * from './src/drawer';
|
|
5
46
|
export type DrawerInstance = InstanceType<typeof Drawer>;
|
|
@@ -118,16 +118,16 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
|
|
|
118
118
|
readonly placement: import("./drawer").DrawerPlacement;
|
|
119
119
|
readonly modelValue: boolean;
|
|
120
120
|
readonly closeOnPressEscape: boolean;
|
|
121
|
-
readonly glass: boolean;
|
|
122
|
-
readonly closeIcon: string;
|
|
123
|
-
readonly showFooter: boolean;
|
|
124
|
-
readonly lockScroll: boolean;
|
|
125
121
|
readonly modal: boolean;
|
|
126
122
|
readonly closeOnClickModal: boolean;
|
|
127
123
|
readonly showClose: boolean;
|
|
124
|
+
readonly closeIcon: string;
|
|
128
125
|
readonly destroyOnClose: boolean;
|
|
129
126
|
readonly teleportTo: string | HTMLElement;
|
|
130
127
|
readonly showHeader: boolean;
|
|
128
|
+
readonly showFooter: boolean;
|
|
129
|
+
readonly lockScroll: boolean;
|
|
130
|
+
readonly glass: boolean;
|
|
131
131
|
readonly resizable: boolean;
|
|
132
132
|
readonly minSize: number;
|
|
133
133
|
readonly maxSize: number;
|
|
@@ -118,16 +118,16 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
|
|
|
118
118
|
readonly placement: import("./drawer").DrawerPlacement;
|
|
119
119
|
readonly modelValue: boolean;
|
|
120
120
|
readonly closeOnPressEscape: boolean;
|
|
121
|
-
readonly glass: boolean;
|
|
122
|
-
readonly closeIcon: string;
|
|
123
|
-
readonly showFooter: boolean;
|
|
124
|
-
readonly lockScroll: boolean;
|
|
125
121
|
readonly modal: boolean;
|
|
126
122
|
readonly closeOnClickModal: boolean;
|
|
127
123
|
readonly showClose: boolean;
|
|
124
|
+
readonly closeIcon: string;
|
|
128
125
|
readonly destroyOnClose: boolean;
|
|
129
126
|
readonly teleportTo: string | HTMLElement;
|
|
130
127
|
readonly showHeader: boolean;
|
|
128
|
+
readonly showFooter: boolean;
|
|
129
|
+
readonly lockScroll: boolean;
|
|
130
|
+
readonly glass: boolean;
|
|
131
131
|
readonly resizable: boolean;
|
|
132
132
|
readonly minSize: number;
|
|
133
133
|
readonly maxSize: number;
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
Object.defineProperty(exports, "__esModule", {
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
|
-
module.exports = exports.builtInIcons = exports.IconWarning = exports.IconVideoPlay = exports.IconVideoPause = exports.IconUser = exports.IconUpload = exports.IconTime = exports.IconThumbUp = exports.IconThumbDown = exports.IconTable = exports.IconSuccess = exports.IconStarFilled = exports.IconStar = exports.IconSparkles = exports.IconShare = exports.IconSettings = exports.IconSetting = exports.IconSendArrow = exports.IconSend = exports.IconSearch = exports.IconRobot = exports.IconRefresh = exports.IconPresentation = exports.IconPlus = exports.IconPaperclip = exports.IconMinus = exports.IconMicrophone = exports.IconLoading = exports.IconLaunch = exports.IconInfo = exports.IconImage = exports.IconHome = exports.IconGlobe = exports.IconFolderOpened = exports.IconFolder = exports.IconFileWord = exports.IconFileVideo = exports.IconFileTxt = exports.IconFilePdf = exports.IconFileExcel = exports.IconFileAudio = exports.IconEyeOff = exports.IconEye = exports.IconError = exports.IconEdit = exports.IconDownload = exports.IconDocumentText = exports.IconDocument = exports.IconDelete = exports.IconCopy = exports.IconCode = exports.IconCloseCircle = exports.IconClose = exports.IconClean = exports.IconCheckmarkCircle = exports.IconCheckCircle = exports.IconCheck = exports.IconChat = exports.IconChartBar = exports.IconCalendar = exports.IconAttachment = exports.IconArrowUp = exports.IconArrowRight = exports.IconArrowLeft = exports.IconArrowDown = void 0;
|
|
6
|
+
module.exports = exports.builtInIcons = exports.IconWarning = exports.IconVideoPlay = exports.IconVideoPause = exports.IconUser = exports.IconUpload = exports.IconTime = exports.IconThumbUp = exports.IconThumbDown = exports.IconTable = exports.IconSuccess = exports.IconStarFilled = exports.IconStar = exports.IconSparkles = exports.IconShare = exports.IconSettings = exports.IconSetting = exports.IconSendArrow = exports.IconSend = exports.IconSearch = exports.IconRobot = exports.IconRefresh = exports.IconPresentation = exports.IconPlus = exports.IconPaperclip = exports.IconMinus = exports.IconMicrophone = exports.IconLoading = exports.IconLaunch = exports.IconInfo = exports.IconImage = exports.IconHome = exports.IconGlobe = exports.IconFolderOpened = exports.IconFolder = exports.IconFileWord = exports.IconFileVideo = exports.IconFileTxt = exports.IconFilePdf = exports.IconFileExcel = exports.IconFileAudio = exports.IconEyeOff = exports.IconEye = exports.IconError = exports.IconEdit = exports.IconDownload = exports.IconDocumentText = exports.IconDocument = exports.IconDelete = exports.IconCopy = exports.IconCode = exports.IconCloseCircle = exports.IconClose = exports.IconClean = exports.IconCheckmarkCircle = exports.IconCheckCircle = exports.IconCheck = exports.IconChat = exports.IconChartBar = exports.IconCalendar = exports.IconBook = exports.IconAttachment = exports.IconArrowUp = exports.IconArrowRight = exports.IconArrowLeft = exports.IconArrowDown = void 0;
|
|
7
7
|
var _icon = require("../icon.cjs");
|
|
8
8
|
const IconClose = exports.IconClose = {
|
|
9
9
|
name: "close",
|
|
@@ -325,6 +325,11 @@ const IconVideoPause = exports.IconVideoPause = {
|
|
|
325
325
|
viewBox: "0 0 24 24",
|
|
326
326
|
svg: '<path fill="currentColor" d="M6 19h4V5H6v14zm8-14v14h4V5h-4z"/>'
|
|
327
327
|
};
|
|
328
|
-
const
|
|
328
|
+
const IconBook = exports.IconBook = {
|
|
329
|
+
name: "book",
|
|
330
|
+
viewBox: "0 0 24 24",
|
|
331
|
+
svg: '<path fill="currentColor" d="M4 6H2v14c0 1.1.9 2 2 2h14v-2H4V6zm16-4H8c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm0 14H8V4h12v12zM10 9h8v2h-8V9zm0 3h4v2h-4v-2zm0-6h8v2h-8V6z"/>'
|
|
332
|
+
};
|
|
333
|
+
const builtInIcons = exports.builtInIcons = [IconClose, IconCheck, IconArrowUp, IconArrowDown, IconArrowLeft, IconArrowRight, IconLoading, IconSearch, IconPlus, IconMinus, IconInfo, IconWarning, IconError, IconSuccess, IconEye, IconEyeOff, IconCalendar, IconTime, IconUser, IconSettings, IconSetting, IconHome, IconImage, IconDocument, IconRefresh, IconDelete, IconUpload, IconDownload, IconFilePdf, IconFileExcel, IconFileWord, IconFileVideo, IconFileAudio, IconFileTxt, IconAttachment, IconEdit, IconCopy, IconStar, IconFolder, IconFolderOpened, IconRobot, IconCloseCircle, IconCheckCircle, IconSend, IconSendArrow, IconClean, IconPaperclip, IconMicrophone, IconThumbUp, IconThumbDown, IconSparkles, IconShare, IconChat, IconVideoPlay, IconVideoPause, IconGlobe, IconTable, IconChartBar, IconLaunch, IconCode, IconStarFilled, IconCheckmarkCircle, IconPresentation, IconDocumentText, IconBook];
|
|
329
334
|
(0, _icon.registerIcons)(builtInIcons);
|
|
330
335
|
module.exports = builtInIcons;
|
|
@@ -67,5 +67,6 @@ export declare const IconCheckmarkCircle: IconData;
|
|
|
67
67
|
export declare const IconPresentation: IconData;
|
|
68
68
|
export declare const IconDocumentText: IconData;
|
|
69
69
|
export declare const IconVideoPause: IconData;
|
|
70
|
+
export declare const IconBook: IconData;
|
|
70
71
|
export declare const builtInIcons: IconData[];
|
|
71
72
|
export default builtInIcons;
|
|
@@ -319,6 +319,11 @@ export const IconVideoPause = {
|
|
|
319
319
|
viewBox: "0 0 24 24",
|
|
320
320
|
svg: '<path fill="currentColor" d="M6 19h4V5H6v14zm8-14v14h4V5h-4z"/>'
|
|
321
321
|
};
|
|
322
|
+
export const IconBook = {
|
|
323
|
+
name: "book",
|
|
324
|
+
viewBox: "0 0 24 24",
|
|
325
|
+
svg: '<path fill="currentColor" d="M4 6H2v14c0 1.1.9 2 2 2h14v-2H4V6zm16-4H8c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm0 14H8V4h12v12zM10 9h8v2h-8V9zm0 3h4v2h-4v-2zm0-6h8v2h-8V6z"/>'
|
|
326
|
+
};
|
|
322
327
|
export const builtInIcons = [
|
|
323
328
|
IconClose,
|
|
324
329
|
IconCheck,
|
|
@@ -383,7 +388,8 @@ export const builtInIcons = [
|
|
|
383
388
|
IconStarFilled,
|
|
384
389
|
IconCheckmarkCircle,
|
|
385
390
|
IconPresentation,
|
|
386
|
-
IconDocumentText
|
|
391
|
+
IconDocumentText,
|
|
392
|
+
IconBook
|
|
387
393
|
];
|
|
388
394
|
registerIcons(builtInIcons);
|
|
389
395
|
export default builtInIcons;
|
package/dist/index.cjs
CHANGED
|
@@ -1003,7 +1003,19 @@ Object.keys(_aiProvider).forEach(function (key) {
|
|
|
1003
1003
|
}
|
|
1004
1004
|
});
|
|
1005
1005
|
});
|
|
1006
|
-
|
|
1006
|
+
var _aiMention = require("./ai-mention/index.cjs");
|
|
1007
|
+
Object.keys(_aiMention).forEach(function (key) {
|
|
1008
|
+
if (key === "default" || key === "__esModule") return;
|
|
1009
|
+
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
|
1010
|
+
if (key in exports && exports[key] === _aiMention[key]) return;
|
|
1011
|
+
Object.defineProperty(exports, key, {
|
|
1012
|
+
enumerable: true,
|
|
1013
|
+
get: function () {
|
|
1014
|
+
return _aiMention[key];
|
|
1015
|
+
}
|
|
1016
|
+
});
|
|
1017
|
+
});
|
|
1018
|
+
const components = [_button.YhButton, _input.YhInput, _checkbox.YhCheckbox, _checkbox.YhCheckboxGroup, _radio.YhRadio, _radio.YhRadioGroup, _radio.YhRadioButton, _tag.YhTag, _inputNumber.YhInputNumber, _inputTag.YhInputTag, _icon.YhIcon, _form.YhForm, _form.YhFormItem, _form.YhFormSchema, _row.YhRow, _col.YhCol, _divider.YhDivider, _rate.YhRate, _switch.YhSwitch, _autocomplete.YhAutocomplete, _select.YhSelect, _select.YhOption, _cascader.YhCascader, _cascader.YhCascaderPanel, _slider.YhSlider, _timeSelect.YhTimeSelect, _timePicker.YhTimePicker, _datePicker.YhDatePicker, _transfer.YhTransfer, _transfer.YhTransferPanel, _treeSelect.YhTreeSelect, _badge.YhBadge, _card.YhCard, _colorPicker.YhColorPicker, _spin.YhSpin, _loading.YhLoading, _messageBox.YhMessageBox, _breadcrumb.YhBreadcrumb, _breadcrumb.YhBreadcrumbItem, _backTop.YhBackTop, _alert.YhAlert, _skeleton.YhSkeleton, _skeleton.YhSkeletonItem, _progress.YhProgress, _tooltip.YhTooltip, _popconfirm.YhPopconfirm, _popover.YhPopover, _dialog.YhDialog, _dialog.YhDialogMethod, _drawer.YhDrawer, _watermark.YhWatermark, _upload.YhUpload, _marquee.YhMarquee, _pagination.YhPagination, _image.YhImage, _image.YhImageViewer, _descriptions.YhDescriptions, _descriptions.YhDescriptionsItem, _tabs.YhTabs, _tabs.YhTabPane, _steps.YhSteps, _steps.YhStep, _configProvider.YhConfigProvider, _affix.YhAffix, _infiniteScroll.YhInfiniteScroll, _dropdown.YhDropdown, _dropdown.YhDropdownItem, _dropdown.YhDropdownMenu, _menu.YhMenu, _menu.YhMenuItem, _menu.YhMenuItemGroup, _menu.YhSubMenu, _calendar.YhCalendar, _waterfall.YhWaterfall, _tree.YhTree, _tree.YhTreeNode, _countdown.YhCountdown, _table.YhTable, _table.YhTableColumn, _space.YhSpace, _avatar.YhAvatar, _empty.YhEmpty, _typography.YhTypographyTitle, _typography.YhTypographyText, _typography.YhTypographyParagraph, _typography.YhTypographyLink, _container.YhContainer, _container.YhHeader, _container.YhAside, _container.YhMain, _container.YhFooter, _result.YhResult, _grid.YhGrid, _grid.YhGridItem, _mention.YhMention, _aiChat.YhAiChat, _aiBubble.YhAiBubble, _aiSender.YhAiSender, _aiThoughtChain.YhAiThoughtChain, _aiCodeBlock.YhAiCodeBlock, _aiThinking.YhAiThinking, _aiWelcome.YhAiWelcome, _aiActionGroup.YhAiActionGroup, _aiEditorSender.YhAiEditorSender, _aiArtifacts.YhAiArtifacts, _aiVoiceTrigger.YhAiVoiceTrigger, _aiConversations.YhAiConversations, _aiPrompts.YhAiPrompts, _aiAgentCard.YhAiAgentCard, _aiSources.YhAiSources, _aiProvider.YhAiProvider, _aiMention.YhAiMention];
|
|
1007
1019
|
const install = app => {
|
|
1008
1020
|
components.forEach(component => {
|
|
1009
1021
|
app.use(component);
|
package/dist/index.d.ts
CHANGED
package/dist/index.mjs
CHANGED
|
@@ -86,6 +86,7 @@ import { YhAiPrompts } from "./ai-prompts/index.mjs";
|
|
|
86
86
|
import { YhAiAgentCard } from "./ai-agent-card/index.mjs";
|
|
87
87
|
import { YhAiSources } from "./ai-sources/index.mjs";
|
|
88
88
|
import { YhAiProvider } from "./ai-provider/index.mjs";
|
|
89
|
+
import { YhAiMention } from "./ai-mention/index.mjs";
|
|
89
90
|
export * from "./button/index.mjs";
|
|
90
91
|
export * from "./input/index.mjs";
|
|
91
92
|
export * from "./checkbox/index.mjs";
|
|
@@ -169,6 +170,7 @@ export * from "./ai-prompts/index.mjs";
|
|
|
169
170
|
export * from "./ai-agent-card/index.mjs";
|
|
170
171
|
export * from "./ai-sources/index.mjs";
|
|
171
172
|
export * from "./ai-provider/index.mjs";
|
|
173
|
+
export * from "./ai-mention/index.mjs";
|
|
172
174
|
const components = [
|
|
173
175
|
YhButton,
|
|
174
176
|
YhInput,
|
|
@@ -280,7 +282,8 @@ const components = [
|
|
|
280
282
|
YhAiPrompts,
|
|
281
283
|
YhAiAgentCard,
|
|
282
284
|
YhAiSources,
|
|
283
|
-
YhAiProvider
|
|
285
|
+
YhAiProvider,
|
|
286
|
+
YhAiMention
|
|
284
287
|
];
|
|
285
288
|
export const install = (app) => {
|
|
286
289
|
components.forEach((component) => {
|
|
@@ -78,9 +78,9 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
|
|
|
78
78
|
readonly rootMargin: string;
|
|
79
79
|
readonly error: boolean;
|
|
80
80
|
readonly loading: boolean;
|
|
81
|
+
readonly loadingText: string;
|
|
81
82
|
readonly finished: boolean;
|
|
82
83
|
readonly threshold: number;
|
|
83
|
-
readonly loadingText: string;
|
|
84
84
|
readonly finishedText: string;
|
|
85
85
|
readonly errorText: string;
|
|
86
86
|
readonly immediateCheck: boolean;
|
|
@@ -78,9 +78,9 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
|
|
|
78
78
|
readonly rootMargin: string;
|
|
79
79
|
readonly error: boolean;
|
|
80
80
|
readonly loading: boolean;
|
|
81
|
+
readonly loadingText: string;
|
|
81
82
|
readonly finished: boolean;
|
|
82
83
|
readonly threshold: number;
|
|
83
|
-
readonly loadingText: string;
|
|
84
84
|
readonly finishedText: string;
|
|
85
85
|
readonly errorText: string;
|
|
86
86
|
readonly immediateCheck: boolean;
|
package/dist/input/index.d.ts
CHANGED
|
@@ -45,12 +45,12 @@ export declare const YhInput: import("@yh-ui/utils").SFCWithInstall<{
|
|
|
45
45
|
loading: boolean;
|
|
46
46
|
status: import("./src/input").InputStatus;
|
|
47
47
|
autofocus: boolean;
|
|
48
|
+
readonly: boolean;
|
|
48
49
|
clearable: boolean;
|
|
49
50
|
showWordLimit: boolean;
|
|
50
51
|
rows: number;
|
|
51
52
|
validateEvent: boolean;
|
|
52
53
|
autocomplete: string;
|
|
53
|
-
readonly: boolean;
|
|
54
54
|
showPassword: boolean;
|
|
55
55
|
clearOnEscape: boolean;
|
|
56
56
|
selectOnFocus: boolean;
|
|
@@ -93,12 +93,12 @@ export declare const YhInput: import("@yh-ui/utils").SFCWithInstall<{
|
|
|
93
93
|
loading: boolean;
|
|
94
94
|
status: import("./src/input").InputStatus;
|
|
95
95
|
autofocus: boolean;
|
|
96
|
+
readonly: boolean;
|
|
96
97
|
clearable: boolean;
|
|
97
98
|
showWordLimit: boolean;
|
|
98
99
|
rows: number;
|
|
99
100
|
validateEvent: boolean;
|
|
100
101
|
autocomplete: string;
|
|
101
|
-
readonly: boolean;
|
|
102
102
|
showPassword: boolean;
|
|
103
103
|
clearOnEscape: boolean;
|
|
104
104
|
selectOnFocus: boolean;
|
|
@@ -150,12 +150,12 @@ export declare const YhInput: import("@yh-ui/utils").SFCWithInstall<{
|
|
|
150
150
|
loading: boolean;
|
|
151
151
|
status: import("./src/input").InputStatus;
|
|
152
152
|
autofocus: boolean;
|
|
153
|
+
readonly: boolean;
|
|
153
154
|
clearable: boolean;
|
|
154
155
|
showWordLimit: boolean;
|
|
155
156
|
rows: number;
|
|
156
157
|
validateEvent: boolean;
|
|
157
158
|
autocomplete: string;
|
|
158
|
-
readonly: boolean;
|
|
159
159
|
showPassword: boolean;
|
|
160
160
|
clearOnEscape: boolean;
|
|
161
161
|
selectOnFocus: boolean;
|
|
@@ -54,12 +54,12 @@ declare const __VLS_component: import("vue").DefineComponent<InputProps, {
|
|
|
54
54
|
loading: boolean;
|
|
55
55
|
status: import("./input").InputStatus;
|
|
56
56
|
autofocus: boolean;
|
|
57
|
+
readonly: boolean;
|
|
57
58
|
clearable: boolean;
|
|
58
59
|
showWordLimit: boolean;
|
|
59
60
|
rows: number;
|
|
60
61
|
validateEvent: boolean;
|
|
61
62
|
autocomplete: string;
|
|
62
|
-
readonly: boolean;
|
|
63
63
|
showPassword: boolean;
|
|
64
64
|
clearOnEscape: boolean;
|
|
65
65
|
selectOnFocus: boolean;
|
|
@@ -54,12 +54,12 @@ declare const __VLS_component: import("vue").DefineComponent<InputProps, {
|
|
|
54
54
|
loading: boolean;
|
|
55
55
|
status: import("./input").InputStatus;
|
|
56
56
|
autofocus: boolean;
|
|
57
|
+
readonly: boolean;
|
|
57
58
|
clearable: boolean;
|
|
58
59
|
showWordLimit: boolean;
|
|
59
60
|
rows: number;
|
|
60
61
|
validateEvent: boolean;
|
|
61
62
|
autocomplete: string;
|
|
62
|
-
readonly: boolean;
|
|
63
63
|
showPassword: boolean;
|
|
64
64
|
clearOnEscape: boolean;
|
|
65
65
|
selectOnFocus: boolean;
|
|
@@ -25,10 +25,10 @@ export declare const YhInputNumber: import("@yh-ui/utils").SFCWithInstall<{
|
|
|
25
25
|
}, import("vue").PublicProps, {
|
|
26
26
|
disabled: boolean;
|
|
27
27
|
size: import("./src/input-number").InputNumberSize;
|
|
28
|
+
readonly: boolean;
|
|
28
29
|
clearable: boolean;
|
|
29
30
|
validateEvent: boolean;
|
|
30
31
|
max: number;
|
|
31
|
-
readonly: boolean;
|
|
32
32
|
controls: boolean;
|
|
33
33
|
min: number;
|
|
34
34
|
step: number;
|
|
@@ -56,10 +56,10 @@ export declare const YhInputNumber: import("@yh-ui/utils").SFCWithInstall<{
|
|
|
56
56
|
}, {}, {}, {}, {
|
|
57
57
|
disabled: boolean;
|
|
58
58
|
size: import("./src/input-number").InputNumberSize;
|
|
59
|
+
readonly: boolean;
|
|
59
60
|
clearable: boolean;
|
|
60
61
|
validateEvent: boolean;
|
|
61
62
|
max: number;
|
|
62
|
-
readonly: boolean;
|
|
63
63
|
controls: boolean;
|
|
64
64
|
min: number;
|
|
65
65
|
step: number;
|
|
@@ -91,10 +91,10 @@ export declare const YhInputNumber: import("@yh-ui/utils").SFCWithInstall<{
|
|
|
91
91
|
}, string, {
|
|
92
92
|
disabled: boolean;
|
|
93
93
|
size: import("./src/input-number").InputNumberSize;
|
|
94
|
+
readonly: boolean;
|
|
94
95
|
clearable: boolean;
|
|
95
96
|
validateEvent: boolean;
|
|
96
97
|
max: number;
|
|
97
|
-
readonly: boolean;
|
|
98
98
|
controls: boolean;
|
|
99
99
|
min: number;
|
|
100
100
|
step: number;
|
|
@@ -30,10 +30,10 @@ declare const __VLS_component: import("vue").DefineComponent<InputNumberProps, {
|
|
|
30
30
|
}>, {
|
|
31
31
|
disabled: boolean;
|
|
32
32
|
size: import("./input-number").InputNumberSize;
|
|
33
|
+
readonly: boolean;
|
|
33
34
|
clearable: boolean;
|
|
34
35
|
validateEvent: boolean;
|
|
35
36
|
max: number;
|
|
36
|
-
readonly: boolean;
|
|
37
37
|
controls: boolean;
|
|
38
38
|
min: number;
|
|
39
39
|
step: number;
|
|
@@ -30,10 +30,10 @@ declare const __VLS_component: import("vue").DefineComponent<InputNumberProps, {
|
|
|
30
30
|
}>, {
|
|
31
31
|
disabled: boolean;
|
|
32
32
|
size: import("./input-number").InputNumberSize;
|
|
33
|
+
readonly: boolean;
|
|
33
34
|
clearable: boolean;
|
|
34
35
|
validateEvent: boolean;
|
|
35
36
|
max: number;
|
|
36
|
-
readonly: boolean;
|
|
37
37
|
controls: boolean;
|
|
38
38
|
min: number;
|
|
39
39
|
step: number;
|
|
@@ -50,10 +50,10 @@ declare const __VLS_component: import("vue").DefineComponent<InputTagProps, {
|
|
|
50
50
|
separator: string | string[];
|
|
51
51
|
placeholder: string;
|
|
52
52
|
modelValue: string[];
|
|
53
|
+
readonly: boolean;
|
|
53
54
|
clearable: boolean;
|
|
54
|
-
closable: boolean;
|
|
55
55
|
validateEvent: boolean;
|
|
56
|
-
|
|
56
|
+
closable: boolean;
|
|
57
57
|
collapseTags: boolean;
|
|
58
58
|
collapseTagsTooltip: boolean;
|
|
59
59
|
maxCollapseTags: number;
|
|
@@ -50,10 +50,10 @@ declare const __VLS_component: import("vue").DefineComponent<InputTagProps, {
|
|
|
50
50
|
separator: string | string[];
|
|
51
51
|
placeholder: string;
|
|
52
52
|
modelValue: string[];
|
|
53
|
+
readonly: boolean;
|
|
53
54
|
clearable: boolean;
|
|
54
|
-
closable: boolean;
|
|
55
55
|
validateEvent: boolean;
|
|
56
|
-
|
|
56
|
+
closable: boolean;
|
|
57
57
|
collapseTags: boolean;
|
|
58
58
|
collapseTagsTooltip: boolean;
|
|
59
59
|
maxCollapseTags: number;
|