@sdata/web-vue 3.18.0 → 3.19.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/sd.css +478 -0
- package/dist/sd.min.css +2 -2
- package/es/_components/icon-hover.vue.d.ts +1 -1
- package/es/_components/input-label/input-label.d.ts +13 -1
- package/es/_components/input-label/input-label.js +35 -5
- package/es/_components/input-label/style/index.css +6 -0
- package/es/_components/input-label/style/input-label.scss +8 -0
- package/es/_components/picker/input-range.vue.d.ts +24 -1
- package/es/_components/picker/input-range.vue_vue_type_script_setup_true_lang.js +42 -6
- package/es/_components/picker/input.vue.d.ts +24 -1
- package/es/_components/picker/input.vue_vue_type_script_setup_true_lang.js +31 -4
- package/es/_components/picker/style/index.scss +8 -0
- package/es/_components/select-view/select-view.d.ts +15 -3
- package/es/_components/select-view/select-view.js +10 -1
- package/es/_components/select-view/style/index.css +12 -0
- package/es/_components/virtual-list/virtual-list.vue.d.ts +6 -6
- package/es/_hooks/use-fit-width.d.ts +22 -0
- package/es/_hooks/use-fit-width.js +76 -0
- package/es/_hooks/use-form-item.d.ts +1 -1
- package/es/_hooks/use-size.d.ts +1 -1
- package/es/anchor/anchor.vue.d.ts +1 -1
- package/es/anchor/index.d.ts +3 -3
- package/es/auto-complete/auto-complete.d.ts +20 -2
- package/es/auto-complete/auto-complete.js +18 -0
- package/es/auto-complete/index.d.ts +36 -6
- package/es/basic-crud-table/basic-crud-table.vue.d.ts +2 -2
- package/es/basic-crud-table/index.d.ts +5 -5
- package/es/button/button.vue.d.ts +2 -2
- package/es/button/index.d.ts +6 -6
- package/es/card/card.d.ts +3 -3
- package/es/card/index.d.ts +6 -6
- package/es/carousel/carousel-indicator.vue.d.ts +1 -1
- package/es/cascader/base-cascader-panel.d.ts +1 -1
- package/es/cascader/cascader-option.d.ts +1 -1
- package/es/cascader/cascader-panel.vue.d.ts +1 -1
- package/es/cascader/cascader-search-panel.d.ts +1 -1
- package/es/cascader/cascader.vue.d.ts +7 -5
- package/es/cascader/cascader.vue_vue_type_script_setup_true_lang.js +12 -0
- package/es/cascader/types.d.ts +2 -1
- package/es/checkbox/checkbox.d.ts +3 -3
- package/es/checkbox/index.d.ts +6 -6
- package/es/collapse/collapse-item.d.ts +3 -3
- package/es/collapse/index.d.ts +3 -3
- package/es/color-picker/color-picker.d.ts +2 -2
- package/es/color-picker/index.d.ts +6 -6
- package/es/components.d.ts +4 -0
- package/es/config-provider/config-provider.vue.d.ts +1 -1
- package/es/config-provider/index.d.ts +3 -3
- package/es/date-picker/index.d.ts +87 -23
- package/es/date-picker/interface.d.ts +2 -1
- package/es/date-picker/picker-panel.vue.d.ts +1 -1
- package/es/date-picker/picker.vue.d.ts +39 -17
- package/es/date-picker/picker.vue_vue_type_script_setup_true_lang.js +30 -1
- package/es/date-picker/pickers/date-picker.d.ts +18 -0
- package/es/date-picker/pickers/date-picker.js +16 -0
- package/es/date-picker/range-picker-panel.vue.d.ts +1 -1
- package/es/date-picker/range-picker.vue.d.ts +39 -17
- package/es/date-picker/range-picker.vue_vue_type_script_setup_true_lang.js +27 -1
- package/es/date-picker/style/index.css +6 -0
- package/es/descriptions/descriptions.d.ts +3 -3
- package/es/descriptions/index.d.ts +9 -9
- package/es/divider/divider.d.ts +1 -1
- package/es/divider/index.d.ts +3 -3
- package/es/drawer/drawer.vue.d.ts +4 -4
- package/es/drawer/index.d.ts +11 -11
- package/es/dropdown/dropdown-button.vue.d.ts +2 -2
- package/es/dropdown/dropdown-option.vue.d.ts +1 -1
- package/es/dropdown/dropdown-submenu.vue.d.ts +2 -2
- package/es/dropdown/dropdown.vue.d.ts +1 -1
- package/es/dropdown/index.d.ts +21 -21
- package/es/ellipsis/ellipsis.vue.d.ts +1 -1
- package/es/ellipsis/index.d.ts +6 -6
- package/es/ellipsis/performant-ellipsis.vue.d.ts +1 -1
- package/es/form/form-item.vue.d.ts +1 -1
- package/es/form/form.vue.d.ts +1 -1
- package/es/form/index.d.ts +9 -9
- package/es/grid/grid-row.vue.d.ts +3 -3
- package/es/grid/index.d.ts +9 -9
- package/es/icon/icon-arrow-up/icon-arrow-up.js +5 -0
- package/es/icon/icon-arrow-up/icon-arrow-up.vue_vue_type_script_setup_true_lang.js +52 -0
- package/es/icon/icon-arrow-up/index.js +9 -0
- package/es/icon/icon-mute/icon-mute.js +5 -0
- package/es/icon/icon-mute/icon-mute.vue_vue_type_script_setup_true_lang.js +52 -0
- package/es/icon/icon-mute/index.js +9 -0
- package/es/icon/icon-voice/icon-voice.js +5 -0
- package/es/icon/icon-voice/icon-voice.vue_vue_type_script_setup_true_lang.js +52 -0
- package/es/icon/icon-voice/index.js +9 -0
- package/es/image/preview-action.d.ts +6 -6
- package/es/image/preview-group.vue.d.ts +1 -1
- package/es/index.css +478 -0
- package/es/index.d.ts +5 -0
- package/es/index.js +5 -1
- package/es/index.scss +2 -0
- package/es/input/index.d.ts +99 -6
- package/es/input/input-password.vue.d.ts +18 -0
- package/es/input/input-password.vue_vue_type_script_setup_true_lang.js +24 -2
- package/es/input/input-search.d.ts +18 -0
- package/es/input/input-search.js +20 -2
- package/es/input/input.d.ts +29 -2
- package/es/input/input.js +45 -3
- package/es/input/style/index.css +16 -0
- package/es/input/style/index.scss +21 -0
- package/es/input-number/index.d.ts +36 -6
- package/es/input-number/input-number.d.ts +20 -2
- package/es/input-number/input-number.js +19 -0
- package/es/input-tag/index.d.ts +36 -6
- package/es/input-tag/input-tag.d.ts +20 -2
- package/es/input-tag/input-tag.js +35 -4
- package/es/input-tag/style/index.css +6 -0
- package/es/input-tag/style/input-tag.scss +8 -0
- package/es/kv-list/index.d.ts +72 -32
- package/es/link/index.d.ts +6 -6
- package/es/link/link.vue.d.ts +2 -2
- package/es/locale/interface.d.ts +22 -0
- package/es/locale/lang/ar-eg.js +21 -1
- package/es/locale/lang/de-de.js +21 -1
- package/es/locale/lang/en-us.js +21 -1
- package/es/locale/lang/es-es.js +21 -1
- package/es/locale/lang/fr-fr.js +21 -1
- package/es/locale/lang/id-id.js +21 -1
- package/es/locale/lang/it-it.js +21 -1
- package/es/locale/lang/ja-jp.js +21 -1
- package/es/locale/lang/km-kh.js +21 -1
- package/es/locale/lang/ko-kr.js +21 -1
- package/es/locale/lang/ms-my.js +21 -1
- package/es/locale/lang/nl-nl.js +21 -1
- package/es/locale/lang/pt-pt.js +21 -1
- package/es/locale/lang/ru-ru.js +21 -1
- package/es/locale/lang/th-th.js +21 -1
- package/es/locale/lang/vi-vn.js +21 -1
- package/es/locale/lang/zh-cn.js +21 -1
- package/es/locale/lang/zh-tw.js +21 -1
- package/es/mention/index.d.ts +39 -9
- package/es/mention/mention.d.ts +21 -3
- package/es/mention/mention.js +24 -1
- package/es/mention/style/index.css +6 -0
- package/es/mention/style/index.scss +8 -0
- package/es/menu/item.d.ts +1 -1
- package/es/message/message-list.d.ts +1 -1
- package/es/modal/index.d.ts +9 -9
- package/es/modal/modal.vue.d.ts +3 -3
- package/es/popconfirm/index.d.ts +3 -3
- package/es/popconfirm/popconfirm.vue.d.ts +1 -1
- package/es/popover/index.d.ts +6 -6
- package/es/popover/popover.vue.d.ts +2 -2
- package/es/progress/circle.vue.d.ts +1 -1
- package/es/progress/line.vue.d.ts +1 -1
- package/es/qr-code/index.d.ts +15 -15
- package/es/qr-code/qr-code.vue.d.ts +5 -5
- package/es/radio/index.d.ts +6 -6
- package/es/radio/radio.d.ts +3 -3
- package/es/rate/index.d.ts +3 -3
- package/es/rate/rate.d.ts +1 -1
- package/es/resize-box/index.d.ts +5 -5
- package/es/resize-box/resize-box.vue.d.ts +3 -3
- package/es/rich-text-editor/built-in-components.d.ts +5 -0
- package/es/rich-text-editor/built-in-components.js +6 -0
- package/es/rich-text-editor/index.d.ts +195 -0
- package/es/rich-text-editor/index.js +12 -0
- package/es/rich-text-editor/nodes/inline-component-node.d.ts +30 -0
- package/es/rich-text-editor/nodes/inline-component-node.js +86 -0
- package/es/rich-text-editor/rich-text-editor.js +5 -0
- package/es/rich-text-editor/rich-text-editor.vue.d.ts +76 -0
- package/es/rich-text-editor/rich-text-editor.vue_vue_type_script_setup_true_lang.js +630 -0
- package/es/rich-text-editor/rich-text-node-renderer.js +5 -0
- package/es/rich-text-editor/rich-text-node-renderer.vue.d.ts +28 -0
- package/es/rich-text-editor/rich-text-node-renderer.vue_vue_type_script_setup_true_lang.js +133 -0
- package/es/rich-text-editor/style/css.js +2 -0
- package/es/rich-text-editor/style/index.css +164 -0
- package/es/rich-text-editor/style/index.d.ts +2 -0
- package/es/rich-text-editor/style/index.js +2 -0
- package/es/rich-text-editor/style/index.scss +193 -0
- package/es/rich-text-editor/style/token.scss +36 -0
- package/es/rich-text-editor/types.d.ts +148 -0
- package/es/sd-vue.js +6 -0
- package/es/select/index.d.ts +108 -54
- package/es/select/interface.d.ts +2 -1
- package/es/select/select.d.ts +55 -25
- package/es/select/select.js +18 -0
- package/es/sender/context.d.ts +8 -0
- package/es/sender/context.js +4 -0
- package/es/sender/index.d.ts +119 -0
- package/es/sender/index.js +20 -0
- package/es/sender/sender-header.js +5 -0
- package/es/sender/sender-header.vue.d.ts +28 -0
- package/es/sender/sender-header.vue_vue_type_script_setup_true_lang.js +127 -0
- package/es/sender/sender-switch.js +5 -0
- package/es/sender/sender-switch.vue.d.ts +32 -0
- package/es/sender/sender-switch.vue_vue_type_script_setup_true_lang.js +95 -0
- package/es/sender/sender.js +5 -0
- package/es/sender/sender.vue_vue_type_script_setup_true_lang.js +871 -0
- package/es/sender/style/css.js +3 -0
- package/es/sender/style/index.css +290 -0
- package/es/sender/style/index.d.ts +3 -0
- package/es/sender/style/index.js +3 -0
- package/es/sender/style/index.scss +346 -0
- package/es/sender/style/token.scss +43 -0
- package/es/sender/types.d.ts +171 -0
- package/es/sender/use-speech.d.ts +9 -0
- package/es/sender/use-speech.js +120 -0
- package/es/slider/index.d.ts +3 -3
- package/es/slider/slider-input.vue.d.ts +1 -1
- package/es/slider/slider.vue.d.ts +1 -1
- package/es/space/index.d.ts +9 -9
- package/es/space/space.d.ts +2 -2
- package/es/spin/index.d.ts +3 -3
- package/es/spin/spin.d.ts +1 -1
- package/es/statistic/index.d.ts +3 -3
- package/es/statistic/statistic.vue.d.ts +1 -1
- package/es/steps/index.d.ts +5 -5
- package/es/steps/step.vue.d.ts +2 -2
- package/es/steps/steps.vue.d.ts +1 -1
- package/es/table/index.d.ts +17 -17
- package/es/table/table-column.d.ts +1 -1
- package/es/table/table-operation-td.d.ts +12 -12
- package/es/table/table-td.d.ts +2 -2
- package/es/table/table.d.ts +5 -5
- package/es/tabs/index.d.ts +12 -12
- package/es/tabs/tabs-nav.d.ts +1 -1
- package/es/tabs/tabs.d.ts +4 -4
- package/es/tag/index.d.ts +6 -6
- package/es/tag/tag.vue.d.ts +2 -2
- package/es/textarea/index.d.ts +38 -8
- package/es/textarea/style/index.css +6 -0
- package/es/textarea/style/index.scss +8 -0
- package/es/textarea/textarea.vue.d.ts +21 -3
- package/es/textarea/textarea.vue_vue_type_script_setup_true_lang.js +36 -3
- package/es/time-picker/index.d.ts +36 -6
- package/es/time-picker/interface.d.ts +2 -1
- package/es/time-picker/range-panel.js +58 -0
- package/es/time-picker/time-picker.vue.d.ts +20 -2
- package/es/time-picker/time-picker.vue_vue_type_script_setup_true_lang.js +30 -1
- package/es/timeline/index.d.ts +6 -6
- package/es/timeline/timeline.d.ts +3 -3
- package/es/tooltip/index.d.ts +6 -6
- package/es/tooltip/tooltip.vue.d.ts +2 -2
- package/es/tour/index.d.ts +3 -3
- package/es/tour/tour.vue.d.ts +1 -1
- package/es/transfer/index.d.ts +3 -3
- package/es/transfer/transfer.vue.d.ts +1 -1
- package/es/tree/tree.vue.d.ts +4 -4
- package/es/tree-select/interface.d.ts +2 -1
- package/es/tree-select/tree-select.vue.d.ts +25 -7
- package/es/tree-select/tree-select.vue_vue_type_script_setup_true_lang.js +20 -0
- package/es/trigger/index.d.ts +12 -12
- package/es/trigger/trigger.d.ts +4 -4
- package/es/typography/base.d.ts +4 -4
- package/es/typography/edit-content.vue.d.ts +2 -2
- package/es/upload/index.d.ts +6 -6
- package/es/upload/upload-button.d.ts +1 -1
- package/es/upload/upload.d.ts +2 -2
- package/es/verification-code/index.d.ts +3 -3
- package/es/verification-code/verification-code.d.ts +1 -1
- package/es/watermark/index.d.ts +3 -3
- package/es/watermark/watermark.d.ts +1 -1
- package/json/vetur-attributes.json +233 -0
- package/json/vetur-tags.json +83 -3
- package/json/web-types.json +535 -2
- package/package.json +10 -1
package/es/kv-list/index.d.ts
CHANGED
|
@@ -6,29 +6,35 @@ declare const KvList: {
|
|
|
6
6
|
type?: import("./types").KvListType;
|
|
7
7
|
keyProps?: Partial<Omit<Partial<{
|
|
8
8
|
type: "text" | "password";
|
|
9
|
+
disabled: boolean;
|
|
9
10
|
error: boolean;
|
|
10
11
|
readonly: string | boolean;
|
|
11
|
-
disabled: boolean;
|
|
12
12
|
defaultValue: string;
|
|
13
13
|
allowClear: boolean;
|
|
14
|
+
fitWidth: boolean;
|
|
15
|
+
maxWFull: boolean;
|
|
14
16
|
maxLength: number | {
|
|
15
17
|
length: number;
|
|
16
18
|
errorOnly?: boolean;
|
|
17
19
|
};
|
|
18
20
|
showWordLimit: boolean;
|
|
21
|
+
fitWidthFallback: string;
|
|
19
22
|
}> & Omit<{
|
|
20
23
|
readonly type: "text" | "password";
|
|
24
|
+
readonly disabled: boolean;
|
|
21
25
|
readonly error: boolean;
|
|
22
26
|
readonly readonly: string | boolean;
|
|
23
|
-
readonly disabled: boolean;
|
|
24
27
|
readonly defaultValue: string;
|
|
25
28
|
readonly allowClear: boolean;
|
|
29
|
+
readonly fitWidth: boolean;
|
|
30
|
+
readonly maxWFull: boolean;
|
|
26
31
|
readonly maxLength: number | {
|
|
27
32
|
length: number;
|
|
28
33
|
errorOnly?: boolean;
|
|
29
34
|
};
|
|
30
35
|
readonly showWordLimit: boolean;
|
|
31
|
-
readonly
|
|
36
|
+
readonly fitWidthFallback: string;
|
|
37
|
+
readonly size?: "small" | "medium" | "large" | "mini" | undefined;
|
|
32
38
|
readonly modelValue?: string | undefined;
|
|
33
39
|
readonly placeholder?: string | undefined;
|
|
34
40
|
readonly prepend?: string | undefined;
|
|
@@ -36,30 +42,34 @@ declare const KvList: {
|
|
|
36
42
|
readonly wordLength?: ((value: string) => number) | undefined;
|
|
37
43
|
readonly wordSlice?: ((value: string, maxLength: number) => string) | undefined;
|
|
38
44
|
readonly inputAttrs?: Record<string, any> | undefined;
|
|
39
|
-
readonly onFocus?: ((_ev: FocusEvent) => any) | undefined;
|
|
40
45
|
readonly onClear?: ((_ev: MouseEvent) => any) | undefined;
|
|
46
|
+
readonly onFocus?: ((_ev: FocusEvent) => any) | undefined;
|
|
41
47
|
readonly onBlur?: ((_ev: FocusEvent) => any) | undefined;
|
|
42
48
|
readonly onChange?: ((_value: string, _ev: Event) => any) | undefined;
|
|
43
49
|
readonly onInput?: ((_value: string, _ev: Event) => any) | undefined;
|
|
44
50
|
readonly "onUpdate:modelValue"?: ((_value: string) => any) | undefined;
|
|
45
51
|
readonly onPressEnter?: ((_ev: KeyboardEvent) => any) | undefined;
|
|
46
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "type" | "
|
|
52
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "type" | "disabled" | "error" | "readonly" | "defaultValue" | "allowClear" | "fitWidth" | "maxWFull" | "maxLength" | "showWordLimit" | "fitWidthFallback"> & Partial<{
|
|
53
|
+
strict: boolean;
|
|
54
|
+
disabled: boolean;
|
|
47
55
|
readonly: string | boolean;
|
|
48
56
|
data: (string | number | import("../index.ts").SelectOptionData | import("../index.ts").SelectOptionGroup)[];
|
|
49
|
-
disabled: boolean;
|
|
50
57
|
defaultValue: string;
|
|
51
58
|
modelValue: string;
|
|
52
59
|
allowClear: boolean;
|
|
60
|
+
fitWidth: boolean;
|
|
61
|
+
maxWFull: boolean;
|
|
53
62
|
filterOption: import("../index.ts").FilterOption;
|
|
54
|
-
strict: boolean;
|
|
55
63
|
}> & Omit<{
|
|
64
|
+
readonly strict: boolean;
|
|
65
|
+
readonly disabled: boolean;
|
|
56
66
|
readonly readonly: string | boolean;
|
|
57
67
|
readonly data: (string | number | import("../index.ts").SelectOptionData | import("../index.ts").SelectOptionGroup)[];
|
|
58
|
-
readonly disabled: boolean;
|
|
59
68
|
readonly defaultValue: string;
|
|
60
69
|
readonly allowClear: boolean;
|
|
70
|
+
readonly fitWidth: boolean;
|
|
71
|
+
readonly maxWFull: boolean;
|
|
61
72
|
readonly filterOption: import("../index.ts").FilterOption;
|
|
62
|
-
readonly strict: boolean;
|
|
63
73
|
readonly popupContainer?: string | HTMLElement | null | undefined;
|
|
64
74
|
readonly floatingOptions?: import("../index.ts").FloatingOptions | undefined;
|
|
65
75
|
readonly modelValue?: string | undefined;
|
|
@@ -72,32 +82,38 @@ declare const KvList: {
|
|
|
72
82
|
readonly "onUpdate:modelValue"?: ((_value: string) => any) | undefined;
|
|
73
83
|
readonly onDropdownScroll?: ((_ev: Event) => any) | undefined;
|
|
74
84
|
readonly onDropdownReachBottom?: ((_ev: Event) => any) | undefined;
|
|
75
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "
|
|
85
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "strict" | "disabled" | "readonly" | "data" | "defaultValue" | "modelValue" | "allowClear" | "fitWidth" | "maxWFull" | "filterOption">, "defaultValue" | "modelValue" | "onUpdate:modelValue">>;
|
|
76
86
|
valueProps?: Partial<Omit<Partial<{
|
|
77
87
|
type: "text" | "password";
|
|
88
|
+
disabled: boolean;
|
|
78
89
|
error: boolean;
|
|
79
90
|
readonly: string | boolean;
|
|
80
|
-
disabled: boolean;
|
|
81
91
|
defaultValue: string;
|
|
82
92
|
allowClear: boolean;
|
|
93
|
+
fitWidth: boolean;
|
|
94
|
+
maxWFull: boolean;
|
|
83
95
|
maxLength: number | {
|
|
84
96
|
length: number;
|
|
85
97
|
errorOnly?: boolean;
|
|
86
98
|
};
|
|
87
99
|
showWordLimit: boolean;
|
|
100
|
+
fitWidthFallback: string;
|
|
88
101
|
}> & Omit<{
|
|
89
102
|
readonly type: "text" | "password";
|
|
103
|
+
readonly disabled: boolean;
|
|
90
104
|
readonly error: boolean;
|
|
91
105
|
readonly readonly: string | boolean;
|
|
92
|
-
readonly disabled: boolean;
|
|
93
106
|
readonly defaultValue: string;
|
|
94
107
|
readonly allowClear: boolean;
|
|
108
|
+
readonly fitWidth: boolean;
|
|
109
|
+
readonly maxWFull: boolean;
|
|
95
110
|
readonly maxLength: number | {
|
|
96
111
|
length: number;
|
|
97
112
|
errorOnly?: boolean;
|
|
98
113
|
};
|
|
99
114
|
readonly showWordLimit: boolean;
|
|
100
|
-
readonly
|
|
115
|
+
readonly fitWidthFallback: string;
|
|
116
|
+
readonly size?: "small" | "medium" | "large" | "mini" | undefined;
|
|
101
117
|
readonly modelValue?: string | undefined;
|
|
102
118
|
readonly placeholder?: string | undefined;
|
|
103
119
|
readonly prepend?: string | undefined;
|
|
@@ -105,24 +121,28 @@ declare const KvList: {
|
|
|
105
121
|
readonly wordLength?: ((value: string) => number) | undefined;
|
|
106
122
|
readonly wordSlice?: ((value: string, maxLength: number) => string) | undefined;
|
|
107
123
|
readonly inputAttrs?: Record<string, any> | undefined;
|
|
108
|
-
readonly onFocus?: ((_ev: FocusEvent) => any) | undefined;
|
|
109
124
|
readonly onClear?: ((_ev: MouseEvent) => any) | undefined;
|
|
125
|
+
readonly onFocus?: ((_ev: FocusEvent) => any) | undefined;
|
|
110
126
|
readonly onBlur?: ((_ev: FocusEvent) => any) | undefined;
|
|
111
127
|
readonly onChange?: ((_value: string, _ev: Event) => any) | undefined;
|
|
112
128
|
readonly onInput?: ((_value: string, _ev: Event) => any) | undefined;
|
|
113
129
|
readonly "onUpdate:modelValue"?: ((_value: string) => any) | undefined;
|
|
114
130
|
readonly onPressEnter?: ((_ev: KeyboardEvent) => any) | undefined;
|
|
115
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "type" | "
|
|
131
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "type" | "disabled" | "error" | "readonly" | "defaultValue" | "allowClear" | "fitWidth" | "maxWFull" | "maxLength" | "showWordLimit" | "fitWidthFallback"> & Partial<{
|
|
132
|
+
fitWidth: boolean;
|
|
133
|
+
maxWFull: boolean;
|
|
116
134
|
visibility: boolean;
|
|
117
135
|
defaultVisibility: boolean;
|
|
118
136
|
invisibleButton: boolean;
|
|
119
137
|
}> & Omit<{
|
|
138
|
+
readonly fitWidth: boolean;
|
|
139
|
+
readonly maxWFull: boolean;
|
|
120
140
|
readonly defaultVisibility: boolean;
|
|
121
141
|
readonly invisibleButton: boolean;
|
|
122
142
|
readonly visibility?: boolean | undefined;
|
|
123
143
|
readonly "onVisibility-change"?: ((_visible: boolean) => any) | undefined;
|
|
124
144
|
readonly "onUpdate:visibility"?: ((_visible: boolean) => any) | undefined;
|
|
125
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "visibility" | "defaultVisibility" | "invisibleButton">, "defaultValue" | "modelValue" | "onUpdate:modelValue">>;
|
|
145
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "fitWidth" | "maxWFull" | "visibility" | "defaultVisibility" | "invisibleButton">, "defaultValue" | "modelValue" | "onUpdate:modelValue">>;
|
|
126
146
|
disabled?: boolean;
|
|
127
147
|
bulkEditable?: boolean;
|
|
128
148
|
} & {
|
|
@@ -145,29 +165,35 @@ declare const KvList: {
|
|
|
145
165
|
type?: import("./types").KvListType;
|
|
146
166
|
keyProps?: Partial<Omit<Partial<{
|
|
147
167
|
type: "text" | "password";
|
|
168
|
+
disabled: boolean;
|
|
148
169
|
error: boolean;
|
|
149
170
|
readonly: string | boolean;
|
|
150
|
-
disabled: boolean;
|
|
151
171
|
defaultValue: string;
|
|
152
172
|
allowClear: boolean;
|
|
173
|
+
fitWidth: boolean;
|
|
174
|
+
maxWFull: boolean;
|
|
153
175
|
maxLength: number | {
|
|
154
176
|
length: number;
|
|
155
177
|
errorOnly?: boolean;
|
|
156
178
|
};
|
|
157
179
|
showWordLimit: boolean;
|
|
180
|
+
fitWidthFallback: string;
|
|
158
181
|
}> & Omit<{
|
|
159
182
|
readonly type: "text" | "password";
|
|
183
|
+
readonly disabled: boolean;
|
|
160
184
|
readonly error: boolean;
|
|
161
185
|
readonly readonly: string | boolean;
|
|
162
|
-
readonly disabled: boolean;
|
|
163
186
|
readonly defaultValue: string;
|
|
164
187
|
readonly allowClear: boolean;
|
|
188
|
+
readonly fitWidth: boolean;
|
|
189
|
+
readonly maxWFull: boolean;
|
|
165
190
|
readonly maxLength: number | {
|
|
166
191
|
length: number;
|
|
167
192
|
errorOnly?: boolean;
|
|
168
193
|
};
|
|
169
194
|
readonly showWordLimit: boolean;
|
|
170
|
-
readonly
|
|
195
|
+
readonly fitWidthFallback: string;
|
|
196
|
+
readonly size?: "small" | "medium" | "large" | "mini" | undefined;
|
|
171
197
|
readonly modelValue?: string | undefined;
|
|
172
198
|
readonly placeholder?: string | undefined;
|
|
173
199
|
readonly prepend?: string | undefined;
|
|
@@ -175,30 +201,34 @@ declare const KvList: {
|
|
|
175
201
|
readonly wordLength?: ((value: string) => number) | undefined;
|
|
176
202
|
readonly wordSlice?: ((value: string, maxLength: number) => string) | undefined;
|
|
177
203
|
readonly inputAttrs?: Record<string, any> | undefined;
|
|
178
|
-
readonly onFocus?: ((_ev: FocusEvent) => any) | undefined;
|
|
179
204
|
readonly onClear?: ((_ev: MouseEvent) => any) | undefined;
|
|
205
|
+
readonly onFocus?: ((_ev: FocusEvent) => any) | undefined;
|
|
180
206
|
readonly onBlur?: ((_ev: FocusEvent) => any) | undefined;
|
|
181
207
|
readonly onChange?: ((_value: string, _ev: Event) => any) | undefined;
|
|
182
208
|
readonly onInput?: ((_value: string, _ev: Event) => any) | undefined;
|
|
183
209
|
readonly "onUpdate:modelValue"?: ((_value: string) => any) | undefined;
|
|
184
210
|
readonly onPressEnter?: ((_ev: KeyboardEvent) => any) | undefined;
|
|
185
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "type" | "
|
|
211
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "type" | "disabled" | "error" | "readonly" | "defaultValue" | "allowClear" | "fitWidth" | "maxWFull" | "maxLength" | "showWordLimit" | "fitWidthFallback"> & Partial<{
|
|
212
|
+
strict: boolean;
|
|
213
|
+
disabled: boolean;
|
|
186
214
|
readonly: string | boolean;
|
|
187
215
|
data: (string | number | import("../index.ts").SelectOptionData | import("../index.ts").SelectOptionGroup)[];
|
|
188
|
-
disabled: boolean;
|
|
189
216
|
defaultValue: string;
|
|
190
217
|
modelValue: string;
|
|
191
218
|
allowClear: boolean;
|
|
219
|
+
fitWidth: boolean;
|
|
220
|
+
maxWFull: boolean;
|
|
192
221
|
filterOption: import("../index.ts").FilterOption;
|
|
193
|
-
strict: boolean;
|
|
194
222
|
}> & Omit<{
|
|
223
|
+
readonly strict: boolean;
|
|
224
|
+
readonly disabled: boolean;
|
|
195
225
|
readonly readonly: string | boolean;
|
|
196
226
|
readonly data: (string | number | import("../index.ts").SelectOptionData | import("../index.ts").SelectOptionGroup)[];
|
|
197
|
-
readonly disabled: boolean;
|
|
198
227
|
readonly defaultValue: string;
|
|
199
228
|
readonly allowClear: boolean;
|
|
229
|
+
readonly fitWidth: boolean;
|
|
230
|
+
readonly maxWFull: boolean;
|
|
200
231
|
readonly filterOption: import("../index.ts").FilterOption;
|
|
201
|
-
readonly strict: boolean;
|
|
202
232
|
readonly popupContainer?: string | HTMLElement | null | undefined;
|
|
203
233
|
readonly floatingOptions?: import("../index.ts").FloatingOptions | undefined;
|
|
204
234
|
readonly modelValue?: string | undefined;
|
|
@@ -211,32 +241,38 @@ declare const KvList: {
|
|
|
211
241
|
readonly "onUpdate:modelValue"?: ((_value: string) => any) | undefined;
|
|
212
242
|
readonly onDropdownScroll?: ((_ev: Event) => any) | undefined;
|
|
213
243
|
readonly onDropdownReachBottom?: ((_ev: Event) => any) | undefined;
|
|
214
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "
|
|
244
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "strict" | "disabled" | "readonly" | "data" | "defaultValue" | "modelValue" | "allowClear" | "fitWidth" | "maxWFull" | "filterOption">, "defaultValue" | "modelValue" | "onUpdate:modelValue">>;
|
|
215
245
|
valueProps?: Partial<Omit<Partial<{
|
|
216
246
|
type: "text" | "password";
|
|
247
|
+
disabled: boolean;
|
|
217
248
|
error: boolean;
|
|
218
249
|
readonly: string | boolean;
|
|
219
|
-
disabled: boolean;
|
|
220
250
|
defaultValue: string;
|
|
221
251
|
allowClear: boolean;
|
|
252
|
+
fitWidth: boolean;
|
|
253
|
+
maxWFull: boolean;
|
|
222
254
|
maxLength: number | {
|
|
223
255
|
length: number;
|
|
224
256
|
errorOnly?: boolean;
|
|
225
257
|
};
|
|
226
258
|
showWordLimit: boolean;
|
|
259
|
+
fitWidthFallback: string;
|
|
227
260
|
}> & Omit<{
|
|
228
261
|
readonly type: "text" | "password";
|
|
262
|
+
readonly disabled: boolean;
|
|
229
263
|
readonly error: boolean;
|
|
230
264
|
readonly readonly: string | boolean;
|
|
231
|
-
readonly disabled: boolean;
|
|
232
265
|
readonly defaultValue: string;
|
|
233
266
|
readonly allowClear: boolean;
|
|
267
|
+
readonly fitWidth: boolean;
|
|
268
|
+
readonly maxWFull: boolean;
|
|
234
269
|
readonly maxLength: number | {
|
|
235
270
|
length: number;
|
|
236
271
|
errorOnly?: boolean;
|
|
237
272
|
};
|
|
238
273
|
readonly showWordLimit: boolean;
|
|
239
|
-
readonly
|
|
274
|
+
readonly fitWidthFallback: string;
|
|
275
|
+
readonly size?: "small" | "medium" | "large" | "mini" | undefined;
|
|
240
276
|
readonly modelValue?: string | undefined;
|
|
241
277
|
readonly placeholder?: string | undefined;
|
|
242
278
|
readonly prepend?: string | undefined;
|
|
@@ -244,24 +280,28 @@ declare const KvList: {
|
|
|
244
280
|
readonly wordLength?: ((value: string) => number) | undefined;
|
|
245
281
|
readonly wordSlice?: ((value: string, maxLength: number) => string) | undefined;
|
|
246
282
|
readonly inputAttrs?: Record<string, any> | undefined;
|
|
247
|
-
readonly onFocus?: ((_ev: FocusEvent) => any) | undefined;
|
|
248
283
|
readonly onClear?: ((_ev: MouseEvent) => any) | undefined;
|
|
284
|
+
readonly onFocus?: ((_ev: FocusEvent) => any) | undefined;
|
|
249
285
|
readonly onBlur?: ((_ev: FocusEvent) => any) | undefined;
|
|
250
286
|
readonly onChange?: ((_value: string, _ev: Event) => any) | undefined;
|
|
251
287
|
readonly onInput?: ((_value: string, _ev: Event) => any) | undefined;
|
|
252
288
|
readonly "onUpdate:modelValue"?: ((_value: string) => any) | undefined;
|
|
253
289
|
readonly onPressEnter?: ((_ev: KeyboardEvent) => any) | undefined;
|
|
254
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "type" | "
|
|
290
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "type" | "disabled" | "error" | "readonly" | "defaultValue" | "allowClear" | "fitWidth" | "maxWFull" | "maxLength" | "showWordLimit" | "fitWidthFallback"> & Partial<{
|
|
291
|
+
fitWidth: boolean;
|
|
292
|
+
maxWFull: boolean;
|
|
255
293
|
visibility: boolean;
|
|
256
294
|
defaultVisibility: boolean;
|
|
257
295
|
invisibleButton: boolean;
|
|
258
296
|
}> & Omit<{
|
|
297
|
+
readonly fitWidth: boolean;
|
|
298
|
+
readonly maxWFull: boolean;
|
|
259
299
|
readonly defaultVisibility: boolean;
|
|
260
300
|
readonly invisibleButton: boolean;
|
|
261
301
|
readonly visibility?: boolean | undefined;
|
|
262
302
|
readonly "onVisibility-change"?: ((_visible: boolean) => any) | undefined;
|
|
263
303
|
readonly "onUpdate:visibility"?: ((_visible: boolean) => any) | undefined;
|
|
264
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "visibility" | "defaultVisibility" | "invisibleButton">, "defaultValue" | "modelValue" | "onUpdate:modelValue">>;
|
|
304
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "fitWidth" | "maxWFull" | "visibility" | "defaultVisibility" | "invisibleButton">, "defaultValue" | "modelValue" | "onUpdate:modelValue">>;
|
|
265
305
|
disabled?: boolean;
|
|
266
306
|
bulkEditable?: boolean;
|
|
267
307
|
} & {
|
package/es/link/index.d.ts
CHANGED
|
@@ -8,13 +8,13 @@ declare const Link: {
|
|
|
8
8
|
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
9
9
|
click: (ev: MouseEvent) => any;
|
|
10
10
|
}, import("vue").PublicProps, {
|
|
11
|
+
ellipsis: boolean;
|
|
12
|
+
icon: boolean;
|
|
11
13
|
disabled: boolean;
|
|
12
14
|
loading: boolean;
|
|
13
|
-
ellipsis: boolean;
|
|
14
15
|
ellipsisLineClamp: number | string;
|
|
15
16
|
ellipsisExpandTrigger: "click";
|
|
16
17
|
ellipsisTooltip: boolean | import("../index.ts").EllipsisTooltipProps;
|
|
17
|
-
icon: boolean;
|
|
18
18
|
status: import("../index.ts").Status;
|
|
19
19
|
iconTooltip: string;
|
|
20
20
|
}, false, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
@@ -27,13 +27,13 @@ declare const Link: {
|
|
|
27
27
|
}, Readonly<LinkProps> & Readonly<{
|
|
28
28
|
onClick?: ((ev: MouseEvent) => any) | undefined;
|
|
29
29
|
}>, {}, {}, {}, {}, {
|
|
30
|
+
ellipsis: boolean;
|
|
31
|
+
icon: boolean;
|
|
30
32
|
disabled: boolean;
|
|
31
33
|
loading: boolean;
|
|
32
|
-
ellipsis: boolean;
|
|
33
34
|
ellipsisLineClamp: number | string;
|
|
34
35
|
ellipsisExpandTrigger: "click";
|
|
35
36
|
ellipsisTooltip: boolean | import("../index.ts").EllipsisTooltipProps;
|
|
36
|
-
icon: boolean;
|
|
37
37
|
status: import("../index.ts").Status;
|
|
38
38
|
iconTooltip: string;
|
|
39
39
|
}>;
|
|
@@ -45,13 +45,13 @@ declare const Link: {
|
|
|
45
45
|
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
46
46
|
click: (ev: MouseEvent) => any;
|
|
47
47
|
}, string, {
|
|
48
|
+
ellipsis: boolean;
|
|
49
|
+
icon: boolean;
|
|
48
50
|
disabled: boolean;
|
|
49
51
|
loading: boolean;
|
|
50
|
-
ellipsis: boolean;
|
|
51
52
|
ellipsisLineClamp: number | string;
|
|
52
53
|
ellipsisExpandTrigger: "click";
|
|
53
54
|
ellipsisTooltip: boolean | import("../index.ts").EllipsisTooltipProps;
|
|
54
|
-
icon: boolean;
|
|
55
55
|
status: import("../index.ts").Status;
|
|
56
56
|
iconTooltip: string;
|
|
57
57
|
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
package/es/link/link.vue.d.ts
CHANGED
|
@@ -16,13 +16,13 @@ declare const __VLS_base: import("vue").DefineComponent<LinkProps, {}, {}, {}, {
|
|
|
16
16
|
}, string, import("vue").PublicProps, Readonly<LinkProps> & Readonly<{
|
|
17
17
|
onClick?: ((ev: MouseEvent) => any) | undefined;
|
|
18
18
|
}>, {
|
|
19
|
+
ellipsis: boolean;
|
|
20
|
+
icon: boolean;
|
|
19
21
|
disabled: boolean;
|
|
20
22
|
loading: boolean;
|
|
21
|
-
ellipsis: boolean;
|
|
22
23
|
ellipsisLineClamp: number | string;
|
|
23
24
|
ellipsisExpandTrigger: "click";
|
|
24
25
|
ellipsisTooltip: boolean | import("..").EllipsisTooltipProps;
|
|
25
|
-
icon: boolean;
|
|
26
26
|
status: import("..").Status;
|
|
27
27
|
iconTooltip: string;
|
|
28
28
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
package/es/locale/interface.d.ts
CHANGED
|
@@ -257,5 +257,27 @@ export interface SdLang {
|
|
|
257
257
|
remove: string;
|
|
258
258
|
};
|
|
259
259
|
a11y: SdA11yLang;
|
|
260
|
+
sender: {
|
|
261
|
+
messageInput: string;
|
|
262
|
+
send: string;
|
|
263
|
+
stopGenerating: string;
|
|
264
|
+
removeSkill: string;
|
|
265
|
+
recording: string;
|
|
266
|
+
closeHeader: string;
|
|
267
|
+
speech: {
|
|
268
|
+
requestingPermission: string;
|
|
269
|
+
permissionDenied: string;
|
|
270
|
+
unsupported: string;
|
|
271
|
+
stop: string;
|
|
272
|
+
noMicrophone: string;
|
|
273
|
+
microphoneUnavailable: string;
|
|
274
|
+
noSpeech: string;
|
|
275
|
+
recognitionFailed: string;
|
|
276
|
+
start: string;
|
|
277
|
+
};
|
|
278
|
+
};
|
|
279
|
+
richTextEditor: {
|
|
280
|
+
ariaLabel: string;
|
|
281
|
+
};
|
|
260
282
|
}
|
|
261
283
|
export type SdI18nMessages = Record<string, SdLang>;
|
package/es/locale/lang/ar-eg.js
CHANGED
|
@@ -236,7 +236,27 @@ var lang = {
|
|
|
236
236
|
goToSlide: "الانتقال إلى الشريحة {0}",
|
|
237
237
|
characterOf: "الحرف {0} من {1}",
|
|
238
238
|
qrCode: "رمز QR: {0}"
|
|
239
|
-
}
|
|
239
|
+
},
|
|
240
|
+
sender: {
|
|
241
|
+
messageInput: "إدخال الرسالة",
|
|
242
|
+
send: "إرسال",
|
|
243
|
+
stopGenerating: "إيقاف الإنشاء",
|
|
244
|
+
removeSkill: "إزالة المهارة",
|
|
245
|
+
recording: "جارٍ الإدخال الصوتي",
|
|
246
|
+
closeHeader: "إغلاق اللوحة",
|
|
247
|
+
speech: {
|
|
248
|
+
requestingPermission: "جارٍ طلب إذن الميكروفون",
|
|
249
|
+
permissionDenied: "تم رفض إذن الميكروفون. يرجى السماح به في إعدادات المتصفح.",
|
|
250
|
+
unsupported: "المتصفح الحالي لا يدعم الإدخال الصوتي",
|
|
251
|
+
stop: "إيقاف الإدخال الصوتي",
|
|
252
|
+
noMicrophone: "لم يتم اكتشاف ميكروفون متاح",
|
|
253
|
+
microphoneUnavailable: "تعذر الوصول إلى الميكروفون. يرجى التحقق من إعدادات المتصفح.",
|
|
254
|
+
noSpeech: "لم يتم اكتشاف صوت. يرجى المحاولة مرة أخرى.",
|
|
255
|
+
recognitionFailed: "فشل التعرف على الصوت. يرجى المحاولة مرة أخرى.",
|
|
256
|
+
start: "بدء الإدخال الصوتي"
|
|
257
|
+
}
|
|
258
|
+
},
|
|
259
|
+
richTextEditor: { ariaLabel: "محرر النص المنسق" }
|
|
240
260
|
};
|
|
241
261
|
//#endregion
|
|
242
262
|
export { lang as default };
|
package/es/locale/lang/de-de.js
CHANGED
|
@@ -236,7 +236,27 @@ var lang = {
|
|
|
236
236
|
goToSlide: "Zu Folie {0}",
|
|
237
237
|
characterOf: "Zeichen {0} von {1}",
|
|
238
238
|
qrCode: "QR-Code: {0}"
|
|
239
|
-
}
|
|
239
|
+
},
|
|
240
|
+
sender: {
|
|
241
|
+
messageInput: "Nachrichteneingabe",
|
|
242
|
+
send: "Senden",
|
|
243
|
+
stopGenerating: "Generierung stoppen",
|
|
244
|
+
removeSkill: "Fertigkeit entfernen",
|
|
245
|
+
recording: "Spracheingabe läuft",
|
|
246
|
+
closeHeader: "Bedienfeld schließen",
|
|
247
|
+
speech: {
|
|
248
|
+
requestingPermission: "Mikrofonberechtigung wird angefordert",
|
|
249
|
+
permissionDenied: "Mikrofonberechtigung verweigert. Bitte in den Browsereinstellungen erlauben.",
|
|
250
|
+
unsupported: "Der aktuelle Browser unterstützt keine Spracheingabe",
|
|
251
|
+
stop: "Spracheingabe stoppen",
|
|
252
|
+
noMicrophone: "Kein Mikrofon erkannt",
|
|
253
|
+
microphoneUnavailable: "Auf das Mikrofon kann nicht zugegriffen werden. Bitte Browsereinstellungen prüfen.",
|
|
254
|
+
noSpeech: "Keine Sprache erkannt. Bitte erneut versuchen.",
|
|
255
|
+
recognitionFailed: "Spracherkennung fehlgeschlagen. Bitte erneut versuchen.",
|
|
256
|
+
start: "Spracheingabe starten"
|
|
257
|
+
}
|
|
258
|
+
},
|
|
259
|
+
richTextEditor: { ariaLabel: "Rich-Text-Editor" }
|
|
240
260
|
};
|
|
241
261
|
//#endregion
|
|
242
262
|
export { lang as default };
|
package/es/locale/lang/en-us.js
CHANGED
|
@@ -193,7 +193,27 @@ var lang = {
|
|
|
193
193
|
goToSlide: "Go to slide {0}",
|
|
194
194
|
characterOf: "Character {0} of {1}",
|
|
195
195
|
qrCode: "QR code: {0}"
|
|
196
|
-
}
|
|
196
|
+
},
|
|
197
|
+
sender: {
|
|
198
|
+
messageInput: "Message input",
|
|
199
|
+
send: "Send",
|
|
200
|
+
stopGenerating: "Stop generating",
|
|
201
|
+
removeSkill: "Remove skill",
|
|
202
|
+
recording: "Voice input in progress",
|
|
203
|
+
closeHeader: "Close panel",
|
|
204
|
+
speech: {
|
|
205
|
+
requestingPermission: "Requesting microphone permission",
|
|
206
|
+
permissionDenied: "Microphone permission denied. Please allow it in browser settings.",
|
|
207
|
+
unsupported: "Voice input is not supported in this browser",
|
|
208
|
+
stop: "Stop voice input",
|
|
209
|
+
noMicrophone: "No microphone detected",
|
|
210
|
+
microphoneUnavailable: "Unable to access microphone. Please check browser settings.",
|
|
211
|
+
noSpeech: "No speech detected. Please try again.",
|
|
212
|
+
recognitionFailed: "Speech recognition failed. Please try again.",
|
|
213
|
+
start: "Start voice input"
|
|
214
|
+
}
|
|
215
|
+
},
|
|
216
|
+
richTextEditor: { ariaLabel: "Rich text editor" }
|
|
197
217
|
};
|
|
198
218
|
//#endregion
|
|
199
219
|
export { lang as default };
|
package/es/locale/lang/es-es.js
CHANGED
|
@@ -236,7 +236,27 @@ var lang = {
|
|
|
236
236
|
goToSlide: "Ir a la diapositiva {0}",
|
|
237
237
|
characterOf: "Carácter {0} de {1}",
|
|
238
238
|
qrCode: "Código QR: {0}"
|
|
239
|
-
}
|
|
239
|
+
},
|
|
240
|
+
sender: {
|
|
241
|
+
messageInput: "Entrada de mensaje",
|
|
242
|
+
send: "Enviar",
|
|
243
|
+
stopGenerating: "Detener generación",
|
|
244
|
+
removeSkill: "Eliminar habilidad",
|
|
245
|
+
recording: "Entrada de voz en curso",
|
|
246
|
+
closeHeader: "Cerrar panel",
|
|
247
|
+
speech: {
|
|
248
|
+
requestingPermission: "Solicitando permiso de micrófono",
|
|
249
|
+
permissionDenied: "Permiso de micrófono denegado. Habilítelo en la configuración del navegador.",
|
|
250
|
+
unsupported: "El navegador actual no admite la entrada de voz",
|
|
251
|
+
stop: "Detener entrada de voz",
|
|
252
|
+
noMicrophone: "No se detectó ningún micrófono",
|
|
253
|
+
microphoneUnavailable: "No se puede acceder al micrófono. Compruebe la configuración del navegador.",
|
|
254
|
+
noSpeech: "No se detectó voz. Inténtelo de nuevo.",
|
|
255
|
+
recognitionFailed: "Error en el reconocimiento de voz. Inténtelo de nuevo.",
|
|
256
|
+
start: "Iniciar entrada de voz"
|
|
257
|
+
}
|
|
258
|
+
},
|
|
259
|
+
richTextEditor: { ariaLabel: "Editor de texto enriquecido" }
|
|
240
260
|
};
|
|
241
261
|
//#endregion
|
|
242
262
|
export { lang as default };
|
package/es/locale/lang/fr-fr.js
CHANGED
|
@@ -236,7 +236,27 @@ var lang = {
|
|
|
236
236
|
goToSlide: "Aller à la diapositive {0}",
|
|
237
237
|
characterOf: "Caractère {0} sur {1}",
|
|
238
238
|
qrCode: "Code QR : {0}"
|
|
239
|
-
}
|
|
239
|
+
},
|
|
240
|
+
sender: {
|
|
241
|
+
messageInput: "Saisie du message",
|
|
242
|
+
send: "Envoyer",
|
|
243
|
+
stopGenerating: "Arrêter la génération",
|
|
244
|
+
removeSkill: "Supprimer la compétence",
|
|
245
|
+
recording: "Saisie vocale en cours",
|
|
246
|
+
closeHeader: "Fermer le panneau",
|
|
247
|
+
speech: {
|
|
248
|
+
requestingPermission: "Demande d'autorisation du microphone",
|
|
249
|
+
permissionDenied: "Autorisation du microphone refusée. Veuillez l'autoriser dans les paramètres du navigateur.",
|
|
250
|
+
unsupported: "Le navigateur actuel ne prend pas en charge la saisie vocale",
|
|
251
|
+
stop: "Arrêter la saisie vocale",
|
|
252
|
+
noMicrophone: "Aucun microphone détecté",
|
|
253
|
+
microphoneUnavailable: "Impossible d'accéder au microphone. Vérifiez les paramètres du navigateur.",
|
|
254
|
+
noSpeech: "Aucune parole détectée. Veuillez réessayer.",
|
|
255
|
+
recognitionFailed: "Échec de la reconnaissance vocale. Veuillez réessayer.",
|
|
256
|
+
start: "Démarrer la saisie vocale"
|
|
257
|
+
}
|
|
258
|
+
},
|
|
259
|
+
richTextEditor: { ariaLabel: "Éditeur de texte enrichi" }
|
|
240
260
|
};
|
|
241
261
|
//#endregion
|
|
242
262
|
export { lang as default };
|
package/es/locale/lang/id-id.js
CHANGED
|
@@ -236,7 +236,27 @@ var lang = {
|
|
|
236
236
|
goToSlide: "Ke slide {0}",
|
|
237
237
|
characterOf: "Karakter {0} dari {1}",
|
|
238
238
|
qrCode: "Kode QR: {0}"
|
|
239
|
-
}
|
|
239
|
+
},
|
|
240
|
+
sender: {
|
|
241
|
+
messageInput: "Input pesan",
|
|
242
|
+
send: "Kirim",
|
|
243
|
+
stopGenerating: "Hentikan pembuatan",
|
|
244
|
+
removeSkill: "Hapus keahlian",
|
|
245
|
+
recording: "Input suara sedang berlangsung",
|
|
246
|
+
closeHeader: "Tutup panel",
|
|
247
|
+
speech: {
|
|
248
|
+
requestingPermission: "Meminta izin mikrofon",
|
|
249
|
+
permissionDenied: "Izin mikrofon ditolak. Harap izinkan di pengaturan browser.",
|
|
250
|
+
unsupported: "Browser saat ini tidak mendukung input suara",
|
|
251
|
+
stop: "Hentikan input suara",
|
|
252
|
+
noMicrophone: "Mikrofon tidak terdeteksi",
|
|
253
|
+
microphoneUnavailable: "Tidak dapat mengakses mikrofon. Periksa pengaturan browser.",
|
|
254
|
+
noSpeech: "Suara tidak terdeteksi. Coba lagi.",
|
|
255
|
+
recognitionFailed: "Pengenalan suara gagal. Coba lagi.",
|
|
256
|
+
start: "Mulai input suara"
|
|
257
|
+
}
|
|
258
|
+
},
|
|
259
|
+
richTextEditor: { ariaLabel: "Editor teks kaya" }
|
|
240
260
|
};
|
|
241
261
|
//#endregion
|
|
242
262
|
export { lang as default };
|
package/es/locale/lang/it-it.js
CHANGED
|
@@ -236,7 +236,27 @@ var lang = {
|
|
|
236
236
|
goToSlide: "Vai alla diapositiva {0}",
|
|
237
237
|
characterOf: "Carattere {0} di {1}",
|
|
238
238
|
qrCode: "Codice QR: {0}"
|
|
239
|
-
}
|
|
239
|
+
},
|
|
240
|
+
sender: {
|
|
241
|
+
messageInput: "Input messaggio",
|
|
242
|
+
send: "Invia",
|
|
243
|
+
stopGenerating: "Interrompi generazione",
|
|
244
|
+
removeSkill: "Rimuovi abilità",
|
|
245
|
+
recording: "Input vocale in corso",
|
|
246
|
+
closeHeader: "Chiudi pannello",
|
|
247
|
+
speech: {
|
|
248
|
+
requestingPermission: "Richiesta autorizzazione del microfono",
|
|
249
|
+
permissionDenied: "Autorizzazione del microfono negata. Abilitala nelle impostazioni del browser.",
|
|
250
|
+
unsupported: "Il browser attuale non supporta l'input vocale",
|
|
251
|
+
stop: "Interrompi input vocale",
|
|
252
|
+
noMicrophone: "Nessun microfono rilevato",
|
|
253
|
+
microphoneUnavailable: "Impossibile accedere al microfono. Controlla le impostazioni del browser.",
|
|
254
|
+
noSpeech: "Nessuna voce rilevata. Riprova.",
|
|
255
|
+
recognitionFailed: "Riconoscimento vocale non riuscito. Riprova.",
|
|
256
|
+
start: "Avvia input vocale"
|
|
257
|
+
}
|
|
258
|
+
},
|
|
259
|
+
richTextEditor: { ariaLabel: "Editor di testo formattato" }
|
|
240
260
|
};
|
|
241
261
|
//#endregion
|
|
242
262
|
export { lang as default };
|
package/es/locale/lang/ja-jp.js
CHANGED
|
@@ -236,7 +236,27 @@ var lang = {
|
|
|
236
236
|
goToSlide: "スライド {0} へ移動",
|
|
237
237
|
characterOf: "文字 {0} / {1}",
|
|
238
238
|
qrCode: "QR コード: {0}"
|
|
239
|
-
}
|
|
239
|
+
},
|
|
240
|
+
sender: {
|
|
241
|
+
messageInput: "メッセージ入力",
|
|
242
|
+
send: "送信",
|
|
243
|
+
stopGenerating: "生成を停止",
|
|
244
|
+
removeSkill: "スキルを削除",
|
|
245
|
+
recording: "音声入力中",
|
|
246
|
+
closeHeader: "パネルを閉じる",
|
|
247
|
+
speech: {
|
|
248
|
+
requestingPermission: "マイクの権限を要求しています",
|
|
249
|
+
permissionDenied: "マイクの権限が拒否されました。ブラウザの設定で許可してください。",
|
|
250
|
+
unsupported: "現在のブラウザーは音声入力に対応していません",
|
|
251
|
+
stop: "音声入力を停止",
|
|
252
|
+
noMicrophone: "使用可能なマイクが検出されません",
|
|
253
|
+
microphoneUnavailable: "マイクにアクセスできません。ブラウザの設定を確認してください。",
|
|
254
|
+
noSpeech: "音声が検出されませんでした。もう一度お試しください。",
|
|
255
|
+
recognitionFailed: "音声認識に失敗しました。もう一度お試しください。",
|
|
256
|
+
start: "音声入力を開始"
|
|
257
|
+
}
|
|
258
|
+
},
|
|
259
|
+
richTextEditor: { ariaLabel: "リッチテキストエディタ" }
|
|
240
260
|
};
|
|
241
261
|
//#endregion
|
|
242
262
|
export { lang as default };
|