@opendesign-plus-test/components 0.0.1-rc.61 → 0.0.1-rc.62
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/chunk-OElCookieNotice.cjs.js +1 -1
- package/dist/chunk-OElCookieNotice.es.js +148 -148
- package/dist/components/activity/OActivityApproval.vue.d.ts +8 -8
- package/dist/components/activity/OActivityForm.vue.d.ts +6 -6
- package/dist/components/activity/OActivityMyCalendar.vue.d.ts +2 -2
- package/dist/components/activity/index.d.ts +14 -14
- package/dist/components/{OPlusConfigProvider.vue.d.ts → config-provider/OPlusConfigProvider.vue.d.ts} +2 -2
- package/dist/components/config-provider/index.d.ts +27 -0
- package/dist/components/cookie-notice/OCookieNotice.vue.d.ts +17 -0
- package/dist/components/cookie-notice/index.d.ts +53 -0
- package/dist/components/{OFooter.vue.d.ts → footer/OFooter.vue.d.ts} +3 -3
- package/dist/components/footer/index.d.ts +89 -0
- package/dist/components/{OLanguageSwitcher.vue.d.ts → header/OHeaderLanguageSwitcher.vue.d.ts} +4 -4
- package/dist/components/{OHeaderSearch.vue.d.ts → header/OHeaderSearch.vue.d.ts} +145 -145
- package/dist/components/header/OHeaderSourceCode.vue.d.ts +18 -0
- package/dist/components/header/OHeaderTheme.vue.d.ts +25 -0
- package/dist/components/{OHeaderUser.vue.d.ts → header/OHeaderUser.vue.d.ts} +7 -7
- package/dist/components/header/index.d.ts +805 -1
- package/dist/components/meeting/OMeetingCalendar.vue.d.ts +2 -2
- package/dist/components/meeting/OMeetingForm.vue.d.ts +4 -4
- package/dist/components/meeting/OMeetingMyCalendar.vue.d.ts +2 -2
- package/dist/components/meeting/OMeetingPlayback.vue.d.ts +4 -4
- package/dist/components/meeting/components/OMeetingCalendarSelector.vue.d.ts +1 -1
- package/dist/components/meeting/components/OMeetingPlaybackVideo.vue.d.ts +1 -1
- package/dist/components/meeting/index.d.ts +8 -8
- package/dist/components/search/OSearchInput.vue.d.ts +34 -34
- package/dist/components/search/index.d.ts +22 -22
- package/dist/components/search/internal/SearchImageInput.vue.d.ts +21 -21
- package/dist/components/search/internal/SearchPanel.vue.d.ts +1 -1
- package/dist/components/{OSection.vue.d.ts → section/OSection.vue.d.ts} +4 -4
- package/dist/components/section/index.d.ts +47 -0
- package/dist/components.cjs.js +36 -36
- package/dist/components.css +1 -1
- package/dist/components.es.js +13221 -13200
- package/dist/index.d.ts +4 -14
- package/docs/design.md +2 -2
- package/package.json +1 -1
- package/scripts/generate-components-index.js +2 -44
- package/src/components/common/ClientOnly.vue +13 -0
- package/src/components/{OPlusConfigProvider.vue → config-provider/OPlusConfigProvider.vue} +2 -2
- package/src/components/config-provider/index.ts +10 -0
- package/src/components/{OCookieNotice.vue → cookie-notice/OCookieNotice.vue} +1 -1
- package/src/components/cookie-notice/index.ts +10 -0
- package/src/components/element-plus/OElCookieNotice.vue +1 -1
- package/src/components/events/OEventsApply.vue +87 -1
- package/src/components/events/OEventsList.vue +47 -2
- package/src/components/{OFooter.vue → footer/OFooter.vue} +4 -4
- package/src/components/footer/index.ts +10 -0
- package/src/components/{OHeaderSearch.vue → header/OHeaderSearch.vue} +4 -4
- package/src/components/{OSourceCode.vue → header/OHeaderSourceCode.vue} +2 -2
- package/src/components/{OThemeSwitcher.vue → header/OHeaderTheme.vue} +4 -4
- package/src/components/{OHeaderUser.vue → header/OHeaderUser.vue} +4 -4
- package/src/components/header/index.ts +38 -1
- package/src/components/meeting/OMeetingMyCalendar.vue +3 -9
- package/src/components/meeting/components/OMeetingCalendarList.vue +1 -0
- package/src/components/{OSection.vue → section/OSection.vue} +1 -1
- package/src/components/section/index.ts +10 -0
- package/src/i18n/zh.ts +2 -0
- package/src/index.ts +4 -38
- package/dist/components/OCookieNotice.vue.d.ts +0 -17
- package/dist/components/OSourceCode.vue.d.ts +0 -18
- package/dist/components/OThemeSwitcher.vue.d.ts +0 -25
- package/src/components/common/ClientOnlyWrapper.ts +0 -21
- /package/src/components/{OLanguageSwitcher.vue → header/OHeaderLanguageSwitcher.vue} +0 -0
|
@@ -13,7 +13,7 @@ declare function __VLS_template(): {
|
|
|
13
13
|
$props: Partial<{
|
|
14
14
|
readonly controllerType: import('element-plus/es/utils/index.mjs').EpPropMergeType<StringConstructor, "button" | "select", unknown>;
|
|
15
15
|
}> & Omit<{
|
|
16
|
-
readonly controllerType: import('element-plus/es/utils/index.mjs').EpPropMergeType<StringConstructor, "
|
|
16
|
+
readonly controllerType: import('element-plus/es/utils/index.mjs').EpPropMergeType<StringConstructor, "button" | "select", unknown>;
|
|
17
17
|
readonly modelValue?: Date | undefined;
|
|
18
18
|
readonly range?: [Date, Date] | undefined;
|
|
19
19
|
readonly formatter?: ((value: number, type: "year" | "month") => string | number) | undefined;
|
|
@@ -160,7 +160,7 @@ declare const __VLS_component: import('../../../vue/dist/vue.esm-bundler.js').De
|
|
|
160
160
|
$props: Partial<{
|
|
161
161
|
readonly controllerType: import('element-plus/es/utils/index.mjs').EpPropMergeType<StringConstructor, "button" | "select", unknown>;
|
|
162
162
|
}> & Omit<{
|
|
163
|
-
readonly controllerType: import('element-plus/es/utils/index.mjs').EpPropMergeType<StringConstructor, "
|
|
163
|
+
readonly controllerType: import('element-plus/es/utils/index.mjs').EpPropMergeType<StringConstructor, "button" | "select", unknown>;
|
|
164
164
|
readonly modelValue?: Date | undefined;
|
|
165
165
|
readonly range?: [Date, Date] | undefined;
|
|
166
166
|
readonly formatter?: ((value: number, type: "year" | "month") => string | number) | undefined;
|
|
@@ -21,8 +21,8 @@ declare const _default: import('../../../vue/dist/vue.esm-bundler.js').DefineCom
|
|
|
21
21
|
readonly hasRequired: boolean;
|
|
22
22
|
readonly layout: "v" | "h" | "inline";
|
|
23
23
|
readonly model?: Record<string, any> | undefined;
|
|
24
|
-
readonly labelAlign?: "
|
|
25
|
-
readonly labelJustify?: "
|
|
24
|
+
readonly labelAlign?: "top" | "center" | "bottom" | undefined;
|
|
25
|
+
readonly labelJustify?: "center" | "left" | "right" | undefined;
|
|
26
26
|
readonly labelWidth?: string | undefined;
|
|
27
27
|
readonly onClear?: ((filed?: string | string[] | undefined) => any) | undefined | undefined;
|
|
28
28
|
readonly onReset?: ((filed?: string | string[] | undefined) => any) | undefined | undefined;
|
|
@@ -39,7 +39,7 @@ declare const _default: import('../../../vue/dist/vue.esm-bundler.js').DefineCom
|
|
|
39
39
|
$root: import('../../../vue/dist/vue.esm-bundler.js').ComponentPublicInstance | null;
|
|
40
40
|
$parent: import('../../../vue/dist/vue.esm-bundler.js').ComponentPublicInstance | null;
|
|
41
41
|
$host: Element | null;
|
|
42
|
-
$emit: ((event: "clear", filed?: string | string[] | undefined) => void) & ((event: "
|
|
42
|
+
$emit: ((event: "clear", filed?: string | string[] | undefined) => void) & ((event: "validate", results: import('@opensig/opendesign').FieldResultT[]) => void) & ((event: "reset", filed?: string | string[] | undefined) => void) & ((event: "submit", results: import('@opensig/opendesign').FieldResultT[]) => void);
|
|
43
43
|
$el: HTMLFormElement;
|
|
44
44
|
$options: import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsBase<Readonly<import('../../../vue/dist/vue.esm-bundler.js').ExtractPropTypes<{
|
|
45
45
|
model: {
|
|
@@ -128,7 +128,7 @@ declare const _default: import('../../../vue/dist/vue.esm-bundler.js').DefineCom
|
|
|
128
128
|
onReset?: ((filed?: string | string[] | undefined) => any) | undefined;
|
|
129
129
|
onSubmit?: ((results: import('@opensig/opendesign').FieldResultT[]) => any) | undefined;
|
|
130
130
|
onValidate?: ((results: import('@opensig/opendesign').FieldResultT[]) => any) | undefined;
|
|
131
|
-
}>, "
|
|
131
|
+
}>, "hasRequired" | "layout" | "validate" | "resetFields" | "clearValidate"> & {
|
|
132
132
|
validate: (filed?: string | string[]) => Promise<import('@opensig/opendesign').FieldResultT[]>;
|
|
133
133
|
resetFields: (filed?: string | string[]) => void;
|
|
134
134
|
clearValidate: (filed?: string | string[], onClear?: (filed: import('@opensig/opendesign').FiledInfoT) => void) => void;
|
|
@@ -19,7 +19,7 @@ declare function __VLS_template(): {
|
|
|
19
19
|
$props: Partial<{
|
|
20
20
|
readonly controllerType: import('element-plus/es/utils/index.mjs').EpPropMergeType<StringConstructor, "button" | "select", unknown>;
|
|
21
21
|
}> & Omit<{
|
|
22
|
-
readonly controllerType: import('element-plus/es/utils/index.mjs').EpPropMergeType<StringConstructor, "
|
|
22
|
+
readonly controllerType: import('element-plus/es/utils/index.mjs').EpPropMergeType<StringConstructor, "button" | "select", unknown>;
|
|
23
23
|
readonly modelValue?: Date | undefined;
|
|
24
24
|
readonly range?: [Date, Date] | undefined;
|
|
25
25
|
readonly formatter?: ((value: number, type: "year" | "month") => string | number) | undefined;
|
|
@@ -333,7 +333,7 @@ declare const __VLS_component: import('../../../vue/dist/vue.esm-bundler.js').De
|
|
|
333
333
|
$props: Partial<{
|
|
334
334
|
readonly controllerType: import('element-plus/es/utils/index.mjs').EpPropMergeType<StringConstructor, "button" | "select", unknown>;
|
|
335
335
|
}> & Omit<{
|
|
336
|
-
readonly controllerType: import('element-plus/es/utils/index.mjs').EpPropMergeType<StringConstructor, "
|
|
336
|
+
readonly controllerType: import('element-plus/es/utils/index.mjs').EpPropMergeType<StringConstructor, "button" | "select", unknown>;
|
|
337
337
|
readonly modelValue?: Date | undefined;
|
|
338
338
|
readonly range?: [Date, Date] | undefined;
|
|
339
339
|
readonly formatter?: ((value: number, type: "year" | "month") => string | number) | undefined;
|
|
@@ -17,8 +17,8 @@ declare function __VLS_template(): {
|
|
|
17
17
|
getInstance: (...args: any[]) => void;
|
|
18
18
|
setTrackIdx: (...args: any[]) => void;
|
|
19
19
|
}, import('../../../vue/dist/vue.esm-bundler.js').PublicProps, {
|
|
20
|
-
src: string;
|
|
21
20
|
captions: CaptionItemT[];
|
|
21
|
+
src: string;
|
|
22
22
|
vtt: string;
|
|
23
23
|
}, false, {}, {}, import('../../../vue/dist/vue.esm-bundler.js').GlobalComponents, import('../../../vue/dist/vue.esm-bundler.js').GlobalDirectives, string, {}, HTMLDivElement, import('../../../vue/dist/vue.esm-bundler.js').ComponentProvideOptions, {
|
|
24
24
|
P: {};
|
|
@@ -34,8 +34,8 @@ declare function __VLS_template(): {
|
|
|
34
34
|
}>, {
|
|
35
35
|
changeTime: (time: number) => void;
|
|
36
36
|
}, {}, {}, {}, {
|
|
37
|
-
src: string;
|
|
38
37
|
captions: CaptionItemT[];
|
|
38
|
+
src: string;
|
|
39
39
|
vtt: string;
|
|
40
40
|
}> | null;
|
|
41
41
|
};
|
|
@@ -63,8 +63,8 @@ declare const __VLS_component: import('../../../vue/dist/vue.esm-bundler.js').De
|
|
|
63
63
|
getInstance: (...args: any[]) => void;
|
|
64
64
|
setTrackIdx: (...args: any[]) => void;
|
|
65
65
|
}, import('../../../vue/dist/vue.esm-bundler.js').PublicProps, {
|
|
66
|
-
src: string;
|
|
67
66
|
captions: CaptionItemT[];
|
|
67
|
+
src: string;
|
|
68
68
|
vtt: string;
|
|
69
69
|
}, false, {}, {}, import('../../../vue/dist/vue.esm-bundler.js').GlobalComponents, import('../../../vue/dist/vue.esm-bundler.js').GlobalDirectives, string, {}, HTMLDivElement, import('../../../vue/dist/vue.esm-bundler.js').ComponentProvideOptions, {
|
|
70
70
|
P: {};
|
|
@@ -80,8 +80,8 @@ declare const __VLS_component: import('../../../vue/dist/vue.esm-bundler.js').De
|
|
|
80
80
|
}>, {
|
|
81
81
|
changeTime: (time: number) => void;
|
|
82
82
|
}, {}, {}, {}, {
|
|
83
|
-
src: string;
|
|
84
83
|
captions: CaptionItemT[];
|
|
84
|
+
src: string;
|
|
85
85
|
vtt: string;
|
|
86
86
|
}> | null;
|
|
87
87
|
}, HTMLDivElement>;
|
|
@@ -295,7 +295,7 @@ declare const _default: import('../../../../vue/dist/vue.esm-bundler.js').Define
|
|
|
295
295
|
menuRef: import('../../../../vue/dist/vue.esm-bundler.js').Ref<HTMLElement | undefined>;
|
|
296
296
|
tagMenuRef: import('../../../../vue/dist/vue.esm-bundler.js').Ref<HTMLElement | undefined>;
|
|
297
297
|
collapseItemRef: import('../../../../vue/dist/vue.esm-bundler.js').Ref<HTMLElement | undefined>;
|
|
298
|
-
}, unknown, {}, {}, import('../../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, import('../../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, ("
|
|
298
|
+
}, unknown, {}, {}, import('../../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, import('../../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, ("change" | "blur" | "focus" | "clear" | "update:modelValue" | "visible-change" | "remove-tag" | "popup-scroll")[], import('../../../../vue/dist/vue.esm-bundler.js').PublicProps, {
|
|
299
299
|
disabled: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
300
300
|
tabindex: import('element-plus/es/utils/index.mjs').EpPropMergeType<(NumberConstructor | StringConstructor)[], unknown, unknown>;
|
|
301
301
|
offset: number;
|
|
@@ -10,8 +10,8 @@ declare const _default: import('../../../../vue/dist/vue.esm-bundler.js').Define
|
|
|
10
10
|
onGetInstance?: ((...args: any[]) => any) | undefined;
|
|
11
11
|
onSetTrackIdx?: ((...args: any[]) => any) | undefined;
|
|
12
12
|
}>, {
|
|
13
|
-
src: string;
|
|
14
13
|
captions: import('..').CaptionItemT[];
|
|
14
|
+
src: string;
|
|
15
15
|
vtt: string;
|
|
16
16
|
}, {}, {}, {}, string, import('../../../../vue/dist/vue.esm-bundler.js').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
17
17
|
export default _default;
|
|
@@ -16,7 +16,7 @@ declare const OMeetingCalendar: {
|
|
|
16
16
|
$props: Partial<{
|
|
17
17
|
readonly controllerType: import('element-plus/es/utils/index.mjs').EpPropMergeType<StringConstructor, "button" | "select", unknown>;
|
|
18
18
|
}> & Omit<{
|
|
19
|
-
readonly controllerType: import('element-plus/es/utils/index.mjs').EpPropMergeType<StringConstructor, "
|
|
19
|
+
readonly controllerType: import('element-plus/es/utils/index.mjs').EpPropMergeType<StringConstructor, "button" | "select", unknown>;
|
|
20
20
|
readonly modelValue?: Date | undefined;
|
|
21
21
|
readonly range?: [Date, Date] | undefined;
|
|
22
22
|
readonly formatter?: ((value: number, type: "year" | "month") => string | number) | undefined;
|
|
@@ -202,8 +202,8 @@ declare const OMeetingForm: {
|
|
|
202
202
|
readonly hasRequired: boolean;
|
|
203
203
|
readonly layout: "v" | "h" | "inline";
|
|
204
204
|
readonly model?: Record<string, any> | undefined;
|
|
205
|
-
readonly labelAlign?: "
|
|
206
|
-
readonly labelJustify?: "
|
|
205
|
+
readonly labelAlign?: "top" | "center" | "bottom" | undefined;
|
|
206
|
+
readonly labelJustify?: "center" | "left" | "right" | undefined;
|
|
207
207
|
readonly labelWidth?: string | undefined;
|
|
208
208
|
readonly onClear?: ((filed?: string | string[] | undefined) => any) | undefined | undefined;
|
|
209
209
|
readonly onReset?: ((filed?: string | string[] | undefined) => any) | undefined | undefined;
|
|
@@ -220,7 +220,7 @@ declare const OMeetingForm: {
|
|
|
220
220
|
$root: import('../../../vue/dist/vue.esm-bundler.js').ComponentPublicInstance | null;
|
|
221
221
|
$parent: import('../../../vue/dist/vue.esm-bundler.js').ComponentPublicInstance | null;
|
|
222
222
|
$host: Element | null;
|
|
223
|
-
$emit: ((event: "clear", filed?: string | string[] | undefined) => void) & ((event: "
|
|
223
|
+
$emit: ((event: "clear", filed?: string | string[] | undefined) => void) & ((event: "validate", results: import('@opensig/opendesign').FieldResultT[]) => void) & ((event: "reset", filed?: string | string[] | undefined) => void) & ((event: "submit", results: import('@opensig/opendesign').FieldResultT[]) => void);
|
|
224
224
|
$el: HTMLFormElement;
|
|
225
225
|
$options: import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsBase<Readonly<import('../../../vue/dist/vue.esm-bundler.js').ExtractPropTypes<{
|
|
226
226
|
model: {
|
|
@@ -309,7 +309,7 @@ declare const OMeetingForm: {
|
|
|
309
309
|
onReset?: ((filed?: string | string[] | undefined) => any) | undefined;
|
|
310
310
|
onSubmit?: ((results: import('@opensig/opendesign').FieldResultT[]) => any) | undefined;
|
|
311
311
|
onValidate?: ((results: import('@opensig/opendesign').FieldResultT[]) => any) | undefined;
|
|
312
|
-
}>, "
|
|
312
|
+
}>, "hasRequired" | "layout" | "validate" | "resetFields" | "clearValidate"> & {
|
|
313
313
|
validate: (filed?: string | string[]) => Promise<import('@opensig/opendesign').FieldResultT[]>;
|
|
314
314
|
resetFields: (filed?: string | string[]) => void;
|
|
315
315
|
clearValidate: (filed?: string | string[], onClear?: (filed: import('@opensig/opendesign').FiledInfoT) => void) => void;
|
|
@@ -373,8 +373,8 @@ declare const OMeetingPlayback: {
|
|
|
373
373
|
getInstance: (...args: any[]) => void;
|
|
374
374
|
setTrackIdx: (...args: any[]) => void;
|
|
375
375
|
}, import('../../../vue/dist/vue.esm-bundler.js').PublicProps, {
|
|
376
|
-
src: string;
|
|
377
376
|
captions: import('./types').CaptionItemT[];
|
|
377
|
+
src: string;
|
|
378
378
|
vtt: string;
|
|
379
379
|
}, false, {}, {}, import('../../../vue/dist/vue.esm-bundler.js').GlobalComponents, import('../../../vue/dist/vue.esm-bundler.js').GlobalDirectives, string, {}, HTMLDivElement, import('../../../vue/dist/vue.esm-bundler.js').ComponentProvideOptions, {
|
|
380
380
|
P: {};
|
|
@@ -390,8 +390,8 @@ declare const OMeetingPlayback: {
|
|
|
390
390
|
}>, {
|
|
391
391
|
changeTime: (time: number) => void;
|
|
392
392
|
}, {}, {}, {}, {
|
|
393
|
-
src: string;
|
|
394
393
|
captions: import('./types').CaptionItemT[];
|
|
394
|
+
src: string;
|
|
395
395
|
vtt: string;
|
|
396
396
|
}> | null;
|
|
397
397
|
}, HTMLDivElement, import('../../../vue/dist/vue.esm-bundler.js').ComponentProvideOptions, {
|
|
@@ -482,7 +482,7 @@ declare const OMeetingMyCalendar: {
|
|
|
482
482
|
$props: Partial<{
|
|
483
483
|
readonly controllerType: import('element-plus/es/utils/index.mjs').EpPropMergeType<StringConstructor, "button" | "select", unknown>;
|
|
484
484
|
}> & Omit<{
|
|
485
|
-
readonly controllerType: import('element-plus/es/utils/index.mjs').EpPropMergeType<StringConstructor, "
|
|
485
|
+
readonly controllerType: import('element-plus/es/utils/index.mjs').EpPropMergeType<StringConstructor, "button" | "select", unknown>;
|
|
486
486
|
readonly modelValue?: Date | undefined;
|
|
487
487
|
readonly range?: [Date, Date] | undefined;
|
|
488
488
|
readonly formatter?: ((value: number, type: "year" | "month") => string | number) | undefined;
|
|
@@ -128,22 +128,22 @@ declare function __VLS_template(): {
|
|
|
128
128
|
passwordPlaceholder: string;
|
|
129
129
|
onlyNumericInput: boolean;
|
|
130
130
|
}> & Omit<{
|
|
131
|
-
readonly color: "primary" | "normal" | "success" | "warning" | "danger";
|
|
132
|
-
readonly variant: "text" | "solid" | "outline";
|
|
133
|
-
readonly disabled: boolean;
|
|
134
131
|
readonly type: "text" | "password";
|
|
135
|
-
readonly
|
|
132
|
+
readonly color: "danger" | "warning" | "success" | "primary" | "normal";
|
|
133
|
+
readonly variant: "solid" | "outline" | "text";
|
|
134
|
+
readonly disabled: boolean;
|
|
136
135
|
readonly readonly: boolean;
|
|
136
|
+
readonly clearable: boolean;
|
|
137
137
|
readonly showLength: "auto" | "always" | "never";
|
|
138
138
|
readonly inputOnOutlimit: boolean;
|
|
139
139
|
readonly showPasswordEvent: "click" | "pointerdown";
|
|
140
140
|
readonly autoWidth: boolean;
|
|
141
141
|
readonly passwordPlaceholder: string;
|
|
142
142
|
readonly onlyNumericInput: boolean;
|
|
143
|
-
readonly size?: "small" | "
|
|
144
|
-
readonly defaultValue?: string | number | undefined;
|
|
143
|
+
readonly size?: "small" | "large" | "medium" | undefined;
|
|
145
144
|
readonly round?: import('@opensig/opendesign').RoundT | undefined;
|
|
146
145
|
readonly modelValue?: string | number | undefined;
|
|
146
|
+
readonly defaultValue?: string | number | undefined;
|
|
147
147
|
readonly placeholder?: string | undefined;
|
|
148
148
|
readonly inputId?: string | undefined;
|
|
149
149
|
readonly minLength?: number | undefined;
|
|
@@ -159,7 +159,7 @@ declare function __VLS_template(): {
|
|
|
159
159
|
readonly onFocus?: ((evt: FocusEvent) => any) | undefined | undefined;
|
|
160
160
|
readonly "onUpdate:modelValue"?: ((value: string) => any) | undefined | undefined;
|
|
161
161
|
readonly onPressEnter?: ((evt: KeyboardEvent) => any) | undefined | undefined;
|
|
162
|
-
} & import('../../../vue/dist/vue.esm-bundler.js').VNodeProps & import('../../../vue/dist/vue.esm-bundler.js').AllowedComponentProps & import('../../../vue/dist/vue.esm-bundler.js').ComponentCustomProps, "
|
|
162
|
+
} & import('../../../vue/dist/vue.esm-bundler.js').VNodeProps & import('../../../vue/dist/vue.esm-bundler.js').AllowedComponentProps & import('../../../vue/dist/vue.esm-bundler.js').ComponentCustomProps, "type" | "color" | "variant" | "disabled" | "readonly" | "clearable" | "showLength" | "inputOnOutlimit" | "showPasswordEvent" | "autoWidth" | "passwordPlaceholder" | "onlyNumericInput">;
|
|
163
163
|
$attrs: import('../../../vue/dist/vue.esm-bundler.js').Attrs;
|
|
164
164
|
$refs: {
|
|
165
165
|
[x: string]: unknown;
|
|
@@ -170,7 +170,7 @@ declare function __VLS_template(): {
|
|
|
170
170
|
$root: import('../../../vue/dist/vue.esm-bundler.js').ComponentPublicInstance | null;
|
|
171
171
|
$parent: import('../../../vue/dist/vue.esm-bundler.js').ComponentPublicInstance | null;
|
|
172
172
|
$host: Element | null;
|
|
173
|
-
$emit: ((event: "
|
|
173
|
+
$emit: ((event: "change", value: string) => void) & ((event: "input", evt: Event, value: string) => void) & ((event: "blur", evt: FocusEvent) => void) & ((event: "focus", evt: FocusEvent) => void) & ((event: "clear", evt?: Event | undefined) => void) & ((event: "update:modelValue", value: string) => void) & ((event: "pressEnter", evt: KeyboardEvent) => void);
|
|
174
174
|
$el: any;
|
|
175
175
|
$options: import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsBase<Readonly<import('../../../vue/dist/vue.esm-bundler.js').ExtractPropTypes<{
|
|
176
176
|
size: {
|
|
@@ -408,7 +408,7 @@ declare function __VLS_template(): {
|
|
|
408
408
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
409
409
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
410
410
|
onPressEnter?: ((evt: KeyboardEvent) => any) | undefined;
|
|
411
|
-
}>, "
|
|
411
|
+
}>, "blur" | "focus" | "type" | "color" | "variant" | "disabled" | "clear" | "readonly" | "clearable" | "showLength" | "inputOnOutlimit" | "showPasswordEvent" | "autoWidth" | "passwordPlaceholder" | "onlyNumericInput" | "inputEl" | "togglePassword"> & {
|
|
412
412
|
focus: () => void | undefined;
|
|
413
413
|
blur: () => void | undefined;
|
|
414
414
|
clear: () => void | undefined;
|
|
@@ -457,14 +457,14 @@ declare function __VLS_template(): {
|
|
|
457
457
|
size: "small" | "medium" | "large";
|
|
458
458
|
disabled: boolean;
|
|
459
459
|
modelValue: string;
|
|
460
|
+
clearable: boolean;
|
|
461
|
+
expanded: boolean;
|
|
462
|
+
preview: boolean;
|
|
460
463
|
imageUrl: string;
|
|
461
464
|
enableImageSearch: boolean;
|
|
462
465
|
maxImageSize: number;
|
|
463
|
-
expanded: boolean;
|
|
464
|
-
clearable: boolean;
|
|
465
466
|
showSuffix: boolean;
|
|
466
467
|
inlineThumbnail: boolean;
|
|
467
|
-
preview: boolean;
|
|
468
468
|
allowedImageTypes: string[];
|
|
469
469
|
}, {}, string, {}, import('../../../vue/dist/vue.esm-bundler.js').GlobalComponents, import('../../../vue/dist/vue.esm-bundler.js').GlobalDirectives, string, import('../../../vue/dist/vue.esm-bundler.js').ComponentProvideOptions> & {
|
|
470
470
|
beforeCreate?: (() => void) | (() => void)[];
|
|
@@ -490,18 +490,18 @@ declare function __VLS_template(): {
|
|
|
490
490
|
size: "small" | "medium" | "large";
|
|
491
491
|
disabled: boolean;
|
|
492
492
|
modelValue: string;
|
|
493
|
+
clearable: boolean;
|
|
494
|
+
expanded: boolean;
|
|
495
|
+
preview: boolean;
|
|
493
496
|
imageUrl: string;
|
|
494
497
|
enableImageSearch: boolean;
|
|
495
498
|
maxImageSize: number;
|
|
496
|
-
expanded: boolean;
|
|
497
|
-
clearable: boolean;
|
|
498
499
|
showSuffix: boolean;
|
|
499
500
|
inlineThumbnail: boolean;
|
|
500
|
-
preview: boolean;
|
|
501
501
|
allowedImageTypes: string[];
|
|
502
502
|
}> & Omit<Readonly<import('./internal/SearchImageInput.vue').SearchImageInputPropsT> & Readonly<{
|
|
503
503
|
[x: `on${Capitalize<any>}`]: ((...args: any) => any) | undefined;
|
|
504
|
-
}>, "blur" | "focus" | "awaitUpload" | "getUploadedUrl" | "getIsUploading" | "resetImage" | ("size" | "disabled" | "modelValue" | "
|
|
504
|
+
}>, "blur" | "focus" | "awaitUpload" | "getUploadedUrl" | "getIsUploading" | "resetImage" | ("size" | "disabled" | "modelValue" | "clearable" | "expanded" | "preview" | "imageUrl" | "enableImageSearch" | "maxImageSize" | "showSuffix" | "inlineThumbnail" | "allowedImageTypes")> & {
|
|
505
505
|
focus: () => void | undefined;
|
|
506
506
|
blur: () => void | undefined;
|
|
507
507
|
awaitUpload: () => Promise<void>;
|
|
@@ -538,10 +538,11 @@ declare const __VLS_component: import('../../../vue/dist/vue.esm-bundler.js').De
|
|
|
538
538
|
}>, {
|
|
539
539
|
size: "small" | "medium" | "large";
|
|
540
540
|
modelValue: string;
|
|
541
|
+
clearable: boolean;
|
|
542
|
+
debounce: number;
|
|
541
543
|
imageUrl: string;
|
|
542
544
|
enableImageSearch: boolean;
|
|
543
545
|
maxImageSize: number;
|
|
544
|
-
clearable: boolean;
|
|
545
546
|
onestepItems: OSearchRecommendItem[];
|
|
546
547
|
suggestItems: OSearchRecommendItem[];
|
|
547
548
|
historyItems: string[];
|
|
@@ -551,7 +552,6 @@ declare const __VLS_component: import('../../../vue/dist/vue.esm-bundler.js').De
|
|
|
551
552
|
storageKey: string;
|
|
552
553
|
storeHistory: boolean;
|
|
553
554
|
maxHistoryCount: number;
|
|
554
|
-
debounce: number;
|
|
555
555
|
autoSaveHistory: boolean;
|
|
556
556
|
enableHistory: boolean;
|
|
557
557
|
suggestList: string[];
|
|
@@ -603,22 +603,22 @@ declare const __VLS_component: import('../../../vue/dist/vue.esm-bundler.js').De
|
|
|
603
603
|
passwordPlaceholder: string;
|
|
604
604
|
onlyNumericInput: boolean;
|
|
605
605
|
}> & Omit<{
|
|
606
|
-
readonly color: "primary" | "normal" | "success" | "warning" | "danger";
|
|
607
|
-
readonly variant: "text" | "solid" | "outline";
|
|
608
|
-
readonly disabled: boolean;
|
|
609
606
|
readonly type: "text" | "password";
|
|
610
|
-
readonly
|
|
607
|
+
readonly color: "danger" | "warning" | "success" | "primary" | "normal";
|
|
608
|
+
readonly variant: "solid" | "outline" | "text";
|
|
609
|
+
readonly disabled: boolean;
|
|
611
610
|
readonly readonly: boolean;
|
|
611
|
+
readonly clearable: boolean;
|
|
612
612
|
readonly showLength: "auto" | "always" | "never";
|
|
613
613
|
readonly inputOnOutlimit: boolean;
|
|
614
614
|
readonly showPasswordEvent: "click" | "pointerdown";
|
|
615
615
|
readonly autoWidth: boolean;
|
|
616
616
|
readonly passwordPlaceholder: string;
|
|
617
617
|
readonly onlyNumericInput: boolean;
|
|
618
|
-
readonly size?: "small" | "
|
|
619
|
-
readonly defaultValue?: string | number | undefined;
|
|
618
|
+
readonly size?: "small" | "large" | "medium" | undefined;
|
|
620
619
|
readonly round?: import('@opensig/opendesign').RoundT | undefined;
|
|
621
620
|
readonly modelValue?: string | number | undefined;
|
|
621
|
+
readonly defaultValue?: string | number | undefined;
|
|
622
622
|
readonly placeholder?: string | undefined;
|
|
623
623
|
readonly inputId?: string | undefined;
|
|
624
624
|
readonly minLength?: number | undefined;
|
|
@@ -634,7 +634,7 @@ declare const __VLS_component: import('../../../vue/dist/vue.esm-bundler.js').De
|
|
|
634
634
|
readonly onFocus?: ((evt: FocusEvent) => any) | undefined | undefined;
|
|
635
635
|
readonly "onUpdate:modelValue"?: ((value: string) => any) | undefined | undefined;
|
|
636
636
|
readonly onPressEnter?: ((evt: KeyboardEvent) => any) | undefined | undefined;
|
|
637
|
-
} & import('../../../vue/dist/vue.esm-bundler.js').VNodeProps & import('../../../vue/dist/vue.esm-bundler.js').AllowedComponentProps & import('../../../vue/dist/vue.esm-bundler.js').ComponentCustomProps, "
|
|
637
|
+
} & import('../../../vue/dist/vue.esm-bundler.js').VNodeProps & import('../../../vue/dist/vue.esm-bundler.js').AllowedComponentProps & import('../../../vue/dist/vue.esm-bundler.js').ComponentCustomProps, "type" | "color" | "variant" | "disabled" | "readonly" | "clearable" | "showLength" | "inputOnOutlimit" | "showPasswordEvent" | "autoWidth" | "passwordPlaceholder" | "onlyNumericInput">;
|
|
638
638
|
$attrs: import('../../../vue/dist/vue.esm-bundler.js').Attrs;
|
|
639
639
|
$refs: {
|
|
640
640
|
[x: string]: unknown;
|
|
@@ -645,7 +645,7 @@ declare const __VLS_component: import('../../../vue/dist/vue.esm-bundler.js').De
|
|
|
645
645
|
$root: import('../../../vue/dist/vue.esm-bundler.js').ComponentPublicInstance | null;
|
|
646
646
|
$parent: import('../../../vue/dist/vue.esm-bundler.js').ComponentPublicInstance | null;
|
|
647
647
|
$host: Element | null;
|
|
648
|
-
$emit: ((event: "
|
|
648
|
+
$emit: ((event: "change", value: string) => void) & ((event: "input", evt: Event, value: string) => void) & ((event: "blur", evt: FocusEvent) => void) & ((event: "focus", evt: FocusEvent) => void) & ((event: "clear", evt?: Event | undefined) => void) & ((event: "update:modelValue", value: string) => void) & ((event: "pressEnter", evt: KeyboardEvent) => void);
|
|
649
649
|
$el: any;
|
|
650
650
|
$options: import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsBase<Readonly<import('../../../vue/dist/vue.esm-bundler.js').ExtractPropTypes<{
|
|
651
651
|
size: {
|
|
@@ -883,7 +883,7 @@ declare const __VLS_component: import('../../../vue/dist/vue.esm-bundler.js').De
|
|
|
883
883
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
884
884
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
885
885
|
onPressEnter?: ((evt: KeyboardEvent) => any) | undefined;
|
|
886
|
-
}>, "
|
|
886
|
+
}>, "blur" | "focus" | "type" | "color" | "variant" | "disabled" | "clear" | "readonly" | "clearable" | "showLength" | "inputOnOutlimit" | "showPasswordEvent" | "autoWidth" | "passwordPlaceholder" | "onlyNumericInput" | "inputEl" | "togglePassword"> & {
|
|
887
887
|
focus: () => void | undefined;
|
|
888
888
|
blur: () => void | undefined;
|
|
889
889
|
clear: () => void | undefined;
|
|
@@ -932,14 +932,14 @@ declare const __VLS_component: import('../../../vue/dist/vue.esm-bundler.js').De
|
|
|
932
932
|
size: "small" | "medium" | "large";
|
|
933
933
|
disabled: boolean;
|
|
934
934
|
modelValue: string;
|
|
935
|
+
clearable: boolean;
|
|
936
|
+
expanded: boolean;
|
|
937
|
+
preview: boolean;
|
|
935
938
|
imageUrl: string;
|
|
936
939
|
enableImageSearch: boolean;
|
|
937
940
|
maxImageSize: number;
|
|
938
|
-
expanded: boolean;
|
|
939
|
-
clearable: boolean;
|
|
940
941
|
showSuffix: boolean;
|
|
941
942
|
inlineThumbnail: boolean;
|
|
942
|
-
preview: boolean;
|
|
943
943
|
allowedImageTypes: string[];
|
|
944
944
|
}, {}, string, {}, import('../../../vue/dist/vue.esm-bundler.js').GlobalComponents, import('../../../vue/dist/vue.esm-bundler.js').GlobalDirectives, string, import('../../../vue/dist/vue.esm-bundler.js').ComponentProvideOptions> & {
|
|
945
945
|
beforeCreate?: (() => void) | (() => void)[];
|
|
@@ -965,18 +965,18 @@ declare const __VLS_component: import('../../../vue/dist/vue.esm-bundler.js').De
|
|
|
965
965
|
size: "small" | "medium" | "large";
|
|
966
966
|
disabled: boolean;
|
|
967
967
|
modelValue: string;
|
|
968
|
+
clearable: boolean;
|
|
969
|
+
expanded: boolean;
|
|
970
|
+
preview: boolean;
|
|
968
971
|
imageUrl: string;
|
|
969
972
|
enableImageSearch: boolean;
|
|
970
973
|
maxImageSize: number;
|
|
971
|
-
expanded: boolean;
|
|
972
|
-
clearable: boolean;
|
|
973
974
|
showSuffix: boolean;
|
|
974
975
|
inlineThumbnail: boolean;
|
|
975
|
-
preview: boolean;
|
|
976
976
|
allowedImageTypes: string[];
|
|
977
977
|
}> & Omit<Readonly<import('./internal/SearchImageInput.vue').SearchImageInputPropsT> & Readonly<{
|
|
978
978
|
[x: `on${Capitalize<any>}`]: ((...args: any) => any) | undefined;
|
|
979
|
-
}>, "blur" | "focus" | "awaitUpload" | "getUploadedUrl" | "getIsUploading" | "resetImage" | ("size" | "disabled" | "modelValue" | "
|
|
979
|
+
}>, "blur" | "focus" | "awaitUpload" | "getUploadedUrl" | "getIsUploading" | "resetImage" | ("size" | "disabled" | "modelValue" | "clearable" | "expanded" | "preview" | "imageUrl" | "enableImageSearch" | "maxImageSize" | "showSuffix" | "inlineThumbnail" | "allowedImageTypes")> & {
|
|
980
980
|
focus: () => void | undefined;
|
|
981
981
|
blur: () => void | undefined;
|
|
982
982
|
awaitUpload: () => Promise<void>;
|
|
@@ -14,10 +14,11 @@ declare const OSearchInput: {
|
|
|
14
14
|
}, import('../../../vue/dist/vue.esm-bundler.js').PublicProps, {
|
|
15
15
|
size: "small" | "medium" | "large";
|
|
16
16
|
modelValue: string;
|
|
17
|
+
clearable: boolean;
|
|
18
|
+
debounce: number;
|
|
17
19
|
imageUrl: string;
|
|
18
20
|
enableImageSearch: boolean;
|
|
19
21
|
maxImageSize: number;
|
|
20
|
-
clearable: boolean;
|
|
21
22
|
onestepItems: import('./types').OSearchRecommendItem[];
|
|
22
23
|
suggestItems: import('./types').OSearchRecommendItem[];
|
|
23
24
|
historyItems: string[];
|
|
@@ -27,7 +28,6 @@ declare const OSearchInput: {
|
|
|
27
28
|
storageKey: string;
|
|
28
29
|
storeHistory: boolean;
|
|
29
30
|
maxHistoryCount: number;
|
|
30
|
-
debounce: number;
|
|
31
31
|
autoSaveHistory: boolean;
|
|
32
32
|
enableHistory: boolean;
|
|
33
33
|
suggestList: string[];
|
|
@@ -79,22 +79,22 @@ declare const OSearchInput: {
|
|
|
79
79
|
passwordPlaceholder: string;
|
|
80
80
|
onlyNumericInput: boolean;
|
|
81
81
|
}> & Omit<{
|
|
82
|
-
readonly color: "primary" | "normal" | "success" | "warning" | "danger";
|
|
83
|
-
readonly variant: "text" | "solid" | "outline";
|
|
84
|
-
readonly disabled: boolean;
|
|
85
82
|
readonly type: "text" | "password";
|
|
86
|
-
readonly
|
|
83
|
+
readonly color: "danger" | "warning" | "success" | "primary" | "normal";
|
|
84
|
+
readonly variant: "solid" | "outline" | "text";
|
|
85
|
+
readonly disabled: boolean;
|
|
87
86
|
readonly readonly: boolean;
|
|
87
|
+
readonly clearable: boolean;
|
|
88
88
|
readonly showLength: "auto" | "always" | "never";
|
|
89
89
|
readonly inputOnOutlimit: boolean;
|
|
90
90
|
readonly showPasswordEvent: "click" | "pointerdown";
|
|
91
91
|
readonly autoWidth: boolean;
|
|
92
92
|
readonly passwordPlaceholder: string;
|
|
93
93
|
readonly onlyNumericInput: boolean;
|
|
94
|
-
readonly size?: "small" | "
|
|
95
|
-
readonly defaultValue?: string | number | undefined;
|
|
94
|
+
readonly size?: "small" | "large" | "medium" | undefined;
|
|
96
95
|
readonly round?: import('@opensig/opendesign').RoundT | undefined;
|
|
97
96
|
readonly modelValue?: string | number | undefined;
|
|
97
|
+
readonly defaultValue?: string | number | undefined;
|
|
98
98
|
readonly placeholder?: string | undefined;
|
|
99
99
|
readonly inputId?: string | undefined;
|
|
100
100
|
readonly minLength?: number | undefined;
|
|
@@ -110,7 +110,7 @@ declare const OSearchInput: {
|
|
|
110
110
|
readonly onFocus?: ((evt: FocusEvent) => any) | undefined | undefined;
|
|
111
111
|
readonly "onUpdate:modelValue"?: ((value: string) => any) | undefined | undefined;
|
|
112
112
|
readonly onPressEnter?: ((evt: KeyboardEvent) => any) | undefined | undefined;
|
|
113
|
-
} & import('../../../vue/dist/vue.esm-bundler.js').VNodeProps & import('../../../vue/dist/vue.esm-bundler.js').AllowedComponentProps & import('../../../vue/dist/vue.esm-bundler.js').ComponentCustomProps, "
|
|
113
|
+
} & import('../../../vue/dist/vue.esm-bundler.js').VNodeProps & import('../../../vue/dist/vue.esm-bundler.js').AllowedComponentProps & import('../../../vue/dist/vue.esm-bundler.js').ComponentCustomProps, "type" | "color" | "variant" | "disabled" | "readonly" | "clearable" | "showLength" | "inputOnOutlimit" | "showPasswordEvent" | "autoWidth" | "passwordPlaceholder" | "onlyNumericInput">;
|
|
114
114
|
$attrs: import('../../../vue/dist/vue.esm-bundler.js').Attrs;
|
|
115
115
|
$refs: {
|
|
116
116
|
[x: string]: unknown;
|
|
@@ -121,7 +121,7 @@ declare const OSearchInput: {
|
|
|
121
121
|
$root: import('../../../vue/dist/vue.esm-bundler.js').ComponentPublicInstance | null;
|
|
122
122
|
$parent: import('../../../vue/dist/vue.esm-bundler.js').ComponentPublicInstance | null;
|
|
123
123
|
$host: Element | null;
|
|
124
|
-
$emit: ((event: "
|
|
124
|
+
$emit: ((event: "change", value: string) => void) & ((event: "input", evt: Event, value: string) => void) & ((event: "blur", evt: FocusEvent) => void) & ((event: "focus", evt: FocusEvent) => void) & ((event: "clear", evt?: Event | undefined) => void) & ((event: "update:modelValue", value: string) => void) & ((event: "pressEnter", evt: KeyboardEvent) => void);
|
|
125
125
|
$el: any;
|
|
126
126
|
$options: import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsBase<Readonly<import('../../../vue/dist/vue.esm-bundler.js').ExtractPropTypes<{
|
|
127
127
|
size: {
|
|
@@ -359,7 +359,7 @@ declare const OSearchInput: {
|
|
|
359
359
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
360
360
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
361
361
|
onPressEnter?: ((evt: KeyboardEvent) => any) | undefined;
|
|
362
|
-
}>, "
|
|
362
|
+
}>, "blur" | "focus" | "type" | "color" | "variant" | "disabled" | "clear" | "readonly" | "clearable" | "showLength" | "inputOnOutlimit" | "showPasswordEvent" | "autoWidth" | "passwordPlaceholder" | "onlyNumericInput" | "inputEl" | "togglePassword"> & {
|
|
363
363
|
focus: () => void | undefined;
|
|
364
364
|
blur: () => void | undefined;
|
|
365
365
|
clear: () => void | undefined;
|
|
@@ -408,14 +408,14 @@ declare const OSearchInput: {
|
|
|
408
408
|
size: "small" | "medium" | "large";
|
|
409
409
|
disabled: boolean;
|
|
410
410
|
modelValue: string;
|
|
411
|
+
clearable: boolean;
|
|
412
|
+
expanded: boolean;
|
|
413
|
+
preview: boolean;
|
|
411
414
|
imageUrl: string;
|
|
412
415
|
enableImageSearch: boolean;
|
|
413
416
|
maxImageSize: number;
|
|
414
|
-
expanded: boolean;
|
|
415
|
-
clearable: boolean;
|
|
416
417
|
showSuffix: boolean;
|
|
417
418
|
inlineThumbnail: boolean;
|
|
418
|
-
preview: boolean;
|
|
419
419
|
allowedImageTypes: string[];
|
|
420
420
|
}, {}, string, {}, import('../../../vue/dist/vue.esm-bundler.js').GlobalComponents, import('../../../vue/dist/vue.esm-bundler.js').GlobalDirectives, string, import('../../../vue/dist/vue.esm-bundler.js').ComponentProvideOptions> & {
|
|
421
421
|
beforeCreate?: (() => void) | (() => void)[];
|
|
@@ -441,18 +441,18 @@ declare const OSearchInput: {
|
|
|
441
441
|
size: "small" | "medium" | "large";
|
|
442
442
|
disabled: boolean;
|
|
443
443
|
modelValue: string;
|
|
444
|
+
clearable: boolean;
|
|
445
|
+
expanded: boolean;
|
|
446
|
+
preview: boolean;
|
|
444
447
|
imageUrl: string;
|
|
445
448
|
enableImageSearch: boolean;
|
|
446
449
|
maxImageSize: number;
|
|
447
|
-
expanded: boolean;
|
|
448
|
-
clearable: boolean;
|
|
449
450
|
showSuffix: boolean;
|
|
450
451
|
inlineThumbnail: boolean;
|
|
451
|
-
preview: boolean;
|
|
452
452
|
allowedImageTypes: string[];
|
|
453
453
|
}> & Omit<Readonly<import('./internal/SearchImageInput.vue').SearchImageInputPropsT> & Readonly<{
|
|
454
454
|
[x: `on${Capitalize<any>}`]: ((...args: any) => any) | undefined;
|
|
455
|
-
}>, "blur" | "focus" | "awaitUpload" | "getUploadedUrl" | "getIsUploading" | "resetImage" | ("size" | "disabled" | "modelValue" | "
|
|
455
|
+
}>, "blur" | "focus" | "awaitUpload" | "getUploadedUrl" | "getIsUploading" | "resetImage" | ("size" | "disabled" | "modelValue" | "clearable" | "expanded" | "preview" | "imageUrl" | "enableImageSearch" | "maxImageSize" | "showSuffix" | "inlineThumbnail" | "allowedImageTypes")> & {
|
|
456
456
|
focus: () => void | undefined;
|
|
457
457
|
blur: () => void | undefined;
|
|
458
458
|
awaitUpload: () => Promise<void>;
|
|
@@ -488,10 +488,11 @@ declare const OSearchInput: {
|
|
|
488
488
|
}, {}, {}, {}, {
|
|
489
489
|
size: "small" | "medium" | "large";
|
|
490
490
|
modelValue: string;
|
|
491
|
+
clearable: boolean;
|
|
492
|
+
debounce: number;
|
|
491
493
|
imageUrl: string;
|
|
492
494
|
enableImageSearch: boolean;
|
|
493
495
|
maxImageSize: number;
|
|
494
|
-
clearable: boolean;
|
|
495
496
|
onestepItems: import('./types').OSearchRecommendItem[];
|
|
496
497
|
suggestItems: import('./types').OSearchRecommendItem[];
|
|
497
498
|
historyItems: string[];
|
|
@@ -501,7 +502,6 @@ declare const OSearchInput: {
|
|
|
501
502
|
storageKey: string;
|
|
502
503
|
storeHistory: boolean;
|
|
503
504
|
maxHistoryCount: number;
|
|
504
|
-
debounce: number;
|
|
505
505
|
autoSaveHistory: boolean;
|
|
506
506
|
enableHistory: boolean;
|
|
507
507
|
suggestList: string[];
|
|
@@ -526,10 +526,11 @@ declare const OSearchInput: {
|
|
|
526
526
|
}, string, {
|
|
527
527
|
size: "small" | "medium" | "large";
|
|
528
528
|
modelValue: string;
|
|
529
|
+
clearable: boolean;
|
|
530
|
+
debounce: number;
|
|
529
531
|
imageUrl: string;
|
|
530
532
|
enableImageSearch: boolean;
|
|
531
533
|
maxImageSize: number;
|
|
532
|
-
clearable: boolean;
|
|
533
534
|
onestepItems: import('./types').OSearchRecommendItem[];
|
|
534
535
|
suggestItems: import('./types').OSearchRecommendItem[];
|
|
535
536
|
historyItems: string[];
|
|
@@ -539,7 +540,6 @@ declare const OSearchInput: {
|
|
|
539
540
|
storageKey: string;
|
|
540
541
|
storeHistory: boolean;
|
|
541
542
|
maxHistoryCount: number;
|
|
542
|
-
debounce: number;
|
|
543
543
|
autoSaveHistory: boolean;
|
|
544
544
|
enableHistory: boolean;
|
|
545
545
|
suggestList: string[];
|