@opendesign-plus-test/components 0.0.1-rc.60 → 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 +150 -150
- 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/banner/OBanner.vue.d.ts +13 -0
- package/dist/components/banner/OBannerContent.vue.d.ts +7 -0
- package/dist/components/banner/index.d.ts +68 -0
- package/dist/components/banner/types.d.ts +31 -0
- 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/header/OHeaderLanguageSwitcher.vue.d.ts +49 -0
- 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} +6 -6
- package/dist/components/header/index.d.ts +805 -1
- package/dist/components/header/types.d.ts +1 -0
- package/dist/components/meeting/OMeetingForm.vue.d.ts +4 -6
- 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 +7 -13
- package/dist/components/meeting/types.d.ts +2 -4
- 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 +38 -38
- package/dist/components.css +1 -1
- package/dist/components.es.js +16822 -16615
- package/dist/index.d.ts +5 -14
- package/docs/design.md +2 -2
- package/package.json +3 -3
- package/scripts/generate-components-index.js +2 -44
- package/src/components/activity/OActivityMyCalendar.vue +1 -1
- package/src/components/banner/OBanner.vue +288 -0
- package/src/components/banner/OBannerContent.vue +175 -0
- package/src/components/banner/index.ts +18 -0
- package/src/components/banner/types.ts +39 -0
- 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/header/OHeaderLanguageSwitcher.vue +211 -0
- package/src/components/{OHeaderSearch.vue → header/OHeaderSearch.vue} +5 -5
- 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/header/types.ts +1 -0
- package/src/components/meeting/OMeetingCalendar.vue +23 -4
- package/src/components/meeting/OMeetingForm.vue +21 -13
- package/src/components/meeting/OMeetingMyCalendar.vue +3 -9
- package/src/components/meeting/components/OMeetingCalendarList.vue +7 -2
- package/src/components/meeting/components/OMeetingDetail.vue +17 -3
- package/src/components/meeting/types.ts +2 -4
- package/src/components/search/OSearchInput.vue +1 -1
- package/src/components/{OSection.vue → section/OSection.vue} +1 -1
- package/src/components/section/index.ts +10 -0
- package/src/i18n/en.ts +1 -1
- package/src/i18n/zh.ts +3 -1
- package/src/index.ts +5 -38
- package/dist/components/OBanner.vue.d.ts +0 -11
- 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/OBanner.vue +0 -398
- package/src/components/common/ClientOnlyWrapper.ts +0 -21
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { OSearchRecommendItem, OSearchUploadImageFn } from '
|
|
1
|
+
import { OSearchRecommendItem, OSearchUploadImageFn } from '../search/types';
|
|
2
2
|
export interface OHeaderSearchPropsT {
|
|
3
3
|
/** ---- Backward-compatible props ---- */
|
|
4
4
|
modelValue?: string;
|
|
@@ -95,7 +95,7 @@ declare function __VLS_template(): {
|
|
|
95
95
|
refs: {
|
|
96
96
|
wrapperRef: HTMLDivElement;
|
|
97
97
|
inputRef: ({
|
|
98
|
-
$: import('
|
|
98
|
+
$: import('../../../vue/dist/vue.esm-bundler.js').ComponentInternalInstance;
|
|
99
99
|
$data: {};
|
|
100
100
|
$props: {
|
|
101
101
|
readonly [x: `on${Capitalize<any>}`]: ((...args: any) => any) | undefined;
|
|
@@ -115,13 +115,13 @@ declare function __VLS_template(): {
|
|
|
115
115
|
readonly preview?: boolean | undefined;
|
|
116
116
|
readonly disabled?: boolean | undefined;
|
|
117
117
|
readonly allowedImageTypes?: string[] | undefined;
|
|
118
|
-
} & import('
|
|
119
|
-
$attrs: import('
|
|
118
|
+
} & import('../../../vue/dist/vue.esm-bundler.js').VNodeProps & import('../../../vue/dist/vue.esm-bundler.js').AllowedComponentProps & import('../../../vue/dist/vue.esm-bundler.js').ComponentCustomProps;
|
|
119
|
+
$attrs: import('../../../vue/dist/vue.esm-bundler.js').Attrs;
|
|
120
120
|
$refs: {
|
|
121
121
|
[x: string]: unknown;
|
|
122
122
|
} & {
|
|
123
123
|
inputRef: ({
|
|
124
|
-
$: import('
|
|
124
|
+
$: import('../../../vue/dist/vue.esm-bundler.js').ComponentInternalInstance;
|
|
125
125
|
$data: {};
|
|
126
126
|
$props: Partial<{
|
|
127
127
|
color: "normal" | "primary" | "success" | "warning" | "danger";
|
|
@@ -138,12 +138,12 @@ declare function __VLS_template(): {
|
|
|
138
138
|
onlyNumericInput: boolean;
|
|
139
139
|
}> & Omit<{
|
|
140
140
|
readonly type: "text" | "password";
|
|
141
|
-
readonly color: "
|
|
142
|
-
readonly variant: "
|
|
141
|
+
readonly color: "danger" | "warning" | "success" | "primary" | "normal";
|
|
142
|
+
readonly variant: "solid" | "outline" | "text";
|
|
143
143
|
readonly disabled: boolean;
|
|
144
|
-
readonly clearable: boolean;
|
|
145
144
|
readonly readonly: boolean;
|
|
146
|
-
readonly
|
|
145
|
+
readonly clearable: boolean;
|
|
146
|
+
readonly showLength: "auto" | "always" | "never";
|
|
147
147
|
readonly inputOnOutlimit: boolean;
|
|
148
148
|
readonly showPasswordEvent: "click" | "pointerdown";
|
|
149
149
|
readonly autoWidth: boolean;
|
|
@@ -151,9 +151,9 @@ declare function __VLS_template(): {
|
|
|
151
151
|
readonly onlyNumericInput: boolean;
|
|
152
152
|
readonly size?: "small" | "large" | "medium" | undefined;
|
|
153
153
|
readonly round?: import('@opensig/opendesign').RoundT | undefined;
|
|
154
|
-
readonly placeholder?: string | undefined;
|
|
155
|
-
readonly defaultValue?: string | number | undefined;
|
|
156
154
|
readonly modelValue?: string | number | undefined;
|
|
155
|
+
readonly defaultValue?: string | number | undefined;
|
|
156
|
+
readonly placeholder?: string | undefined;
|
|
157
157
|
readonly inputId?: string | undefined;
|
|
158
158
|
readonly minLength?: number | undefined;
|
|
159
159
|
readonly maxLength?: number | undefined;
|
|
@@ -168,32 +168,32 @@ declare function __VLS_template(): {
|
|
|
168
168
|
readonly onFocus?: ((evt: FocusEvent) => any) | undefined | undefined;
|
|
169
169
|
readonly "onUpdate:modelValue"?: ((value: string) => any) | undefined | undefined;
|
|
170
170
|
readonly onPressEnter?: ((evt: KeyboardEvent) => any) | undefined | undefined;
|
|
171
|
-
} & import('
|
|
172
|
-
$attrs: import('
|
|
171
|
+
} & 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">;
|
|
172
|
+
$attrs: import('../../../vue/dist/vue.esm-bundler.js').Attrs;
|
|
173
173
|
$refs: {
|
|
174
174
|
[x: string]: unknown;
|
|
175
175
|
};
|
|
176
176
|
$slots: Readonly<{
|
|
177
|
-
[name: string]: import('
|
|
177
|
+
[name: string]: import('../../../vue/dist/vue.esm-bundler.js').Slot<any> | undefined;
|
|
178
178
|
}>;
|
|
179
|
-
$root: import('
|
|
180
|
-
$parent: import('
|
|
179
|
+
$root: import('../../../vue/dist/vue.esm-bundler.js').ComponentPublicInstance | null;
|
|
180
|
+
$parent: import('../../../vue/dist/vue.esm-bundler.js').ComponentPublicInstance | null;
|
|
181
181
|
$host: Element | null;
|
|
182
|
-
$emit: ((event: "
|
|
182
|
+
$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);
|
|
183
183
|
$el: any;
|
|
184
|
-
$options: import('
|
|
184
|
+
$options: import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsBase<Readonly<import('../../../vue/dist/vue.esm-bundler.js').ExtractPropTypes<{
|
|
185
185
|
size: {
|
|
186
|
-
type: import('
|
|
186
|
+
type: import('../../../vue/dist/vue.esm-bundler.js').PropType<import('@opensig/opendesign').SizeT>;
|
|
187
187
|
};
|
|
188
188
|
round: {
|
|
189
|
-
type: import('
|
|
189
|
+
type: import('../../../vue/dist/vue.esm-bundler.js').PropType<import('@opensig/opendesign').RoundT>;
|
|
190
190
|
};
|
|
191
191
|
color: {
|
|
192
|
-
type: import('
|
|
192
|
+
type: import('../../../vue/dist/vue.esm-bundler.js').PropType<import('@opensig/opendesign').Color2T>;
|
|
193
193
|
default: string;
|
|
194
194
|
};
|
|
195
195
|
variant: {
|
|
196
|
-
type: import('
|
|
196
|
+
type: import('../../../vue/dist/vue.esm-bundler.js').PropType<import('@opensig/opendesign').VariantT>;
|
|
197
197
|
default: string;
|
|
198
198
|
};
|
|
199
199
|
modelValue: {
|
|
@@ -203,7 +203,7 @@ declare function __VLS_template(): {
|
|
|
203
203
|
type: (NumberConstructor | StringConstructor)[];
|
|
204
204
|
};
|
|
205
205
|
type: {
|
|
206
|
-
type: import('
|
|
206
|
+
type: import('../../../vue/dist/vue.esm-bundler.js').PropType<"text" | "password">;
|
|
207
207
|
default: string;
|
|
208
208
|
};
|
|
209
209
|
placeholder: {
|
|
@@ -228,27 +228,27 @@ declare function __VLS_template(): {
|
|
|
228
228
|
type: NumberConstructor;
|
|
229
229
|
};
|
|
230
230
|
showLength: {
|
|
231
|
-
type: import('
|
|
231
|
+
type: import('../../../vue/dist/vue.esm-bundler.js').PropType<"always" | "auto" | "never">;
|
|
232
232
|
default: string;
|
|
233
233
|
};
|
|
234
234
|
getLength: {
|
|
235
|
-
type: import('
|
|
235
|
+
type: import('../../../vue/dist/vue.esm-bundler.js').PropType<(val: string) => number>;
|
|
236
236
|
};
|
|
237
237
|
inputOnOutlimit: {
|
|
238
238
|
type: BooleanConstructor;
|
|
239
239
|
default: boolean;
|
|
240
240
|
};
|
|
241
241
|
format: {
|
|
242
|
-
type: import('
|
|
242
|
+
type: import('../../../vue/dist/vue.esm-bundler.js').PropType<(value: string) => string>;
|
|
243
243
|
};
|
|
244
244
|
validate: {
|
|
245
|
-
type: import('
|
|
245
|
+
type: import('../../../vue/dist/vue.esm-bundler.js').PropType<(value: string) => boolean>;
|
|
246
246
|
};
|
|
247
247
|
valueOnInvalidChange: {
|
|
248
|
-
type: import('
|
|
248
|
+
type: import('../../../vue/dist/vue.esm-bundler.js').PropType<boolean | ((inputValue: string, lastValidInputValue: string) => string)>;
|
|
249
249
|
};
|
|
250
250
|
showPasswordEvent: {
|
|
251
|
-
type: import('
|
|
251
|
+
type: import('../../../vue/dist/vue.esm-bundler.js').PropType<"click" | "pointerdown">;
|
|
252
252
|
default: string;
|
|
253
253
|
};
|
|
254
254
|
autoWidth: {
|
|
@@ -275,7 +275,7 @@ declare function __VLS_template(): {
|
|
|
275
275
|
clear: () => void | undefined;
|
|
276
276
|
inputEl: () => HTMLInputElement | HTMLTextAreaElement | undefined;
|
|
277
277
|
togglePassword: () => void | undefined;
|
|
278
|
-
}, {}, {}, {}, import('
|
|
278
|
+
}, {}, {}, {}, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, {
|
|
279
279
|
input: (evt: Event, value: string) => any;
|
|
280
280
|
clear: (evt?: Event | undefined) => any;
|
|
281
281
|
blur: (evt: FocusEvent) => any;
|
|
@@ -296,7 +296,7 @@ declare function __VLS_template(): {
|
|
|
296
296
|
autoWidth: boolean;
|
|
297
297
|
passwordPlaceholder: string;
|
|
298
298
|
onlyNumericInput: boolean;
|
|
299
|
-
}, {}, string, {}, import('
|
|
299
|
+
}, {}, 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> & {
|
|
300
300
|
beforeCreate?: (() => void) | (() => void)[];
|
|
301
301
|
created?: (() => void) | (() => void)[];
|
|
302
302
|
beforeMount?: (() => void) | (() => void)[];
|
|
@@ -309,13 +309,13 @@ declare function __VLS_template(): {
|
|
|
309
309
|
beforeUnmount?: (() => void) | (() => void)[];
|
|
310
310
|
destroyed?: (() => void) | (() => void)[];
|
|
311
311
|
unmounted?: (() => void) | (() => void)[];
|
|
312
|
-
renderTracked?: ((e: import('
|
|
313
|
-
renderTriggered?: ((e: import('
|
|
314
|
-
errorCaptured?: ((err: unknown, instance: import('
|
|
312
|
+
renderTracked?: ((e: import('../../../vue/dist/vue.esm-bundler.js').DebuggerEvent) => void) | ((e: import('../../../vue/dist/vue.esm-bundler.js').DebuggerEvent) => void)[];
|
|
313
|
+
renderTriggered?: ((e: import('../../../vue/dist/vue.esm-bundler.js').DebuggerEvent) => void) | ((e: import('../../../vue/dist/vue.esm-bundler.js').DebuggerEvent) => void)[];
|
|
314
|
+
errorCaptured?: ((err: unknown, instance: import('../../../vue/dist/vue.esm-bundler.js').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('../../../vue/dist/vue.esm-bundler.js').ComponentPublicInstance | null, info: string) => boolean | void)[];
|
|
315
315
|
};
|
|
316
316
|
$forceUpdate: () => void;
|
|
317
|
-
$nextTick: typeof import('
|
|
318
|
-
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('
|
|
317
|
+
$nextTick: typeof import('../../../vue/dist/vue.esm-bundler.js').nextTick;
|
|
318
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('../../../vue/dist/vue.esm-bundler.js').WatchOptions): import('../../../vue/dist/vue.esm-bundler.js').WatchStopHandle;
|
|
319
319
|
} & Readonly<{
|
|
320
320
|
color: "normal" | "primary" | "success" | "warning" | "danger";
|
|
321
321
|
type: "text" | "password";
|
|
@@ -329,19 +329,19 @@ declare function __VLS_template(): {
|
|
|
329
329
|
autoWidth: boolean;
|
|
330
330
|
passwordPlaceholder: string;
|
|
331
331
|
onlyNumericInput: boolean;
|
|
332
|
-
}> & Omit<Readonly<import('
|
|
332
|
+
}> & Omit<Readonly<import('../../../vue/dist/vue.esm-bundler.js').ExtractPropTypes<{
|
|
333
333
|
size: {
|
|
334
|
-
type: import('
|
|
334
|
+
type: import('../../../vue/dist/vue.esm-bundler.js').PropType<import('@opensig/opendesign').SizeT>;
|
|
335
335
|
};
|
|
336
336
|
round: {
|
|
337
|
-
type: import('
|
|
337
|
+
type: import('../../../vue/dist/vue.esm-bundler.js').PropType<import('@opensig/opendesign').RoundT>;
|
|
338
338
|
};
|
|
339
339
|
color: {
|
|
340
|
-
type: import('
|
|
340
|
+
type: import('../../../vue/dist/vue.esm-bundler.js').PropType<import('@opensig/opendesign').Color2T>;
|
|
341
341
|
default: string;
|
|
342
342
|
};
|
|
343
343
|
variant: {
|
|
344
|
-
type: import('
|
|
344
|
+
type: import('../../../vue/dist/vue.esm-bundler.js').PropType<import('@opensig/opendesign').VariantT>;
|
|
345
345
|
default: string;
|
|
346
346
|
};
|
|
347
347
|
modelValue: {
|
|
@@ -351,7 +351,7 @@ declare function __VLS_template(): {
|
|
|
351
351
|
type: (NumberConstructor | StringConstructor)[];
|
|
352
352
|
};
|
|
353
353
|
type: {
|
|
354
|
-
type: import('
|
|
354
|
+
type: import('../../../vue/dist/vue.esm-bundler.js').PropType<"text" | "password">;
|
|
355
355
|
default: string;
|
|
356
356
|
};
|
|
357
357
|
placeholder: {
|
|
@@ -376,27 +376,27 @@ declare function __VLS_template(): {
|
|
|
376
376
|
type: NumberConstructor;
|
|
377
377
|
};
|
|
378
378
|
showLength: {
|
|
379
|
-
type: import('
|
|
379
|
+
type: import('../../../vue/dist/vue.esm-bundler.js').PropType<"always" | "auto" | "never">;
|
|
380
380
|
default: string;
|
|
381
381
|
};
|
|
382
382
|
getLength: {
|
|
383
|
-
type: import('
|
|
383
|
+
type: import('../../../vue/dist/vue.esm-bundler.js').PropType<(val: string) => number>;
|
|
384
384
|
};
|
|
385
385
|
inputOnOutlimit: {
|
|
386
386
|
type: BooleanConstructor;
|
|
387
387
|
default: boolean;
|
|
388
388
|
};
|
|
389
389
|
format: {
|
|
390
|
-
type: import('
|
|
390
|
+
type: import('../../../vue/dist/vue.esm-bundler.js').PropType<(value: string) => string>;
|
|
391
391
|
};
|
|
392
392
|
validate: {
|
|
393
|
-
type: import('
|
|
393
|
+
type: import('../../../vue/dist/vue.esm-bundler.js').PropType<(value: string) => boolean>;
|
|
394
394
|
};
|
|
395
395
|
valueOnInvalidChange: {
|
|
396
|
-
type: import('
|
|
396
|
+
type: import('../../../vue/dist/vue.esm-bundler.js').PropType<boolean | ((inputValue: string, lastValidInputValue: string) => string)>;
|
|
397
397
|
};
|
|
398
398
|
showPasswordEvent: {
|
|
399
|
-
type: import('
|
|
399
|
+
type: import('../../../vue/dist/vue.esm-bundler.js').PropType<"click" | "pointerdown">;
|
|
400
400
|
default: string;
|
|
401
401
|
};
|
|
402
402
|
autoWidth: {
|
|
@@ -417,13 +417,13 @@ declare function __VLS_template(): {
|
|
|
417
417
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
418
418
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
419
419
|
onPressEnter?: ((evt: KeyboardEvent) => any) | undefined;
|
|
420
|
-
}>, "
|
|
420
|
+
}>, "blur" | "focus" | "type" | "color" | "variant" | "disabled" | "clear" | "readonly" | "clearable" | "showLength" | "inputOnOutlimit" | "showPasswordEvent" | "autoWidth" | "passwordPlaceholder" | "onlyNumericInput" | "inputEl" | "togglePassword"> & {
|
|
421
421
|
focus: () => void | undefined;
|
|
422
422
|
blur: () => void | undefined;
|
|
423
423
|
clear: () => void | undefined;
|
|
424
424
|
inputEl: () => HTMLInputElement | HTMLTextAreaElement | undefined;
|
|
425
425
|
togglePassword: () => void | undefined;
|
|
426
|
-
} & {} & import('
|
|
426
|
+
} & {} & import('../../../vue/dist/vue.esm-bundler.js').ComponentCustomProperties & {} & {
|
|
427
427
|
$slots: Readonly<{
|
|
428
428
|
default(): any;
|
|
429
429
|
prepend(): any;
|
|
@@ -442,14 +442,14 @@ declare function __VLS_template(): {
|
|
|
442
442
|
fileInputRef: HTMLInputElement;
|
|
443
443
|
};
|
|
444
444
|
$slots: Readonly<{
|
|
445
|
-
[name: string]: import('
|
|
445
|
+
[name: string]: import('../../../vue/dist/vue.esm-bundler.js').Slot<any> | undefined;
|
|
446
446
|
}>;
|
|
447
|
-
$root: import('
|
|
448
|
-
$parent: import('
|
|
447
|
+
$root: import('../../../vue/dist/vue.esm-bundler.js').ComponentPublicInstance | null;
|
|
448
|
+
$parent: import('../../../vue/dist/vue.esm-bundler.js').ComponentPublicInstance | null;
|
|
449
449
|
$host: Element | null;
|
|
450
450
|
$emit: (event: string, ...args: any[]) => void;
|
|
451
451
|
$el: HTMLDivElement;
|
|
452
|
-
$options: import('
|
|
452
|
+
$options: import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsBase<Readonly<import('../search/internal/SearchImageInput.vue').SearchImageInputPropsT> & Readonly<{
|
|
453
453
|
[x: `on${Capitalize<any>}`]: ((...args: any) => any) | undefined;
|
|
454
454
|
}>, {
|
|
455
455
|
focus: () => void | undefined;
|
|
@@ -458,24 +458,24 @@ declare function __VLS_template(): {
|
|
|
458
458
|
getUploadedUrl: () => string;
|
|
459
459
|
getIsUploading: () => boolean;
|
|
460
460
|
resetImage: () => void;
|
|
461
|
-
}, {}, {}, {}, import('
|
|
461
|
+
}, {}, {}, {}, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, {
|
|
462
462
|
[x: string]: any;
|
|
463
463
|
} & {
|
|
464
464
|
[x: string]: any;
|
|
465
465
|
}, string, {
|
|
466
466
|
size: "small" | "medium" | "large";
|
|
467
467
|
disabled: boolean;
|
|
468
|
-
preview: boolean;
|
|
469
468
|
modelValue: string;
|
|
469
|
+
clearable: boolean;
|
|
470
|
+
expanded: boolean;
|
|
471
|
+
preview: boolean;
|
|
470
472
|
imageUrl: string;
|
|
471
473
|
enableImageSearch: boolean;
|
|
472
474
|
maxImageSize: number;
|
|
473
|
-
expanded: boolean;
|
|
474
|
-
clearable: boolean;
|
|
475
475
|
showSuffix: boolean;
|
|
476
476
|
inlineThumbnail: boolean;
|
|
477
477
|
allowedImageTypes: string[];
|
|
478
|
-
}, {}, string, {}, import('
|
|
478
|
+
}, {}, 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> & {
|
|
479
479
|
beforeCreate?: (() => void) | (() => void)[];
|
|
480
480
|
created?: (() => void) | (() => void)[];
|
|
481
481
|
beforeMount?: (() => void) | (() => void)[];
|
|
@@ -488,36 +488,36 @@ declare function __VLS_template(): {
|
|
|
488
488
|
beforeUnmount?: (() => void) | (() => void)[];
|
|
489
489
|
destroyed?: (() => void) | (() => void)[];
|
|
490
490
|
unmounted?: (() => void) | (() => void)[];
|
|
491
|
-
renderTracked?: ((e: import('
|
|
492
|
-
renderTriggered?: ((e: import('
|
|
493
|
-
errorCaptured?: ((err: unknown, instance: import('
|
|
491
|
+
renderTracked?: ((e: import('../../../vue/dist/vue.esm-bundler.js').DebuggerEvent) => void) | ((e: import('../../../vue/dist/vue.esm-bundler.js').DebuggerEvent) => void)[];
|
|
492
|
+
renderTriggered?: ((e: import('../../../vue/dist/vue.esm-bundler.js').DebuggerEvent) => void) | ((e: import('../../../vue/dist/vue.esm-bundler.js').DebuggerEvent) => void)[];
|
|
493
|
+
errorCaptured?: ((err: unknown, instance: import('../../../vue/dist/vue.esm-bundler.js').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('../../../vue/dist/vue.esm-bundler.js').ComponentPublicInstance | null, info: string) => boolean | void)[];
|
|
494
494
|
};
|
|
495
495
|
$forceUpdate: () => void;
|
|
496
|
-
$nextTick: typeof import('
|
|
497
|
-
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('
|
|
496
|
+
$nextTick: typeof import('../../../vue/dist/vue.esm-bundler.js').nextTick;
|
|
497
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('../../../vue/dist/vue.esm-bundler.js').WatchOptions): import('../../../vue/dist/vue.esm-bundler.js').WatchStopHandle;
|
|
498
498
|
} & Readonly<{
|
|
499
499
|
size: "small" | "medium" | "large";
|
|
500
500
|
disabled: boolean;
|
|
501
|
-
preview: boolean;
|
|
502
501
|
modelValue: string;
|
|
502
|
+
clearable: boolean;
|
|
503
|
+
expanded: boolean;
|
|
504
|
+
preview: boolean;
|
|
503
505
|
imageUrl: string;
|
|
504
506
|
enableImageSearch: boolean;
|
|
505
507
|
maxImageSize: number;
|
|
506
|
-
expanded: boolean;
|
|
507
|
-
clearable: boolean;
|
|
508
508
|
showSuffix: boolean;
|
|
509
509
|
inlineThumbnail: boolean;
|
|
510
510
|
allowedImageTypes: string[];
|
|
511
|
-
}> & Omit<Readonly<import('
|
|
511
|
+
}> & Omit<Readonly<import('../search/internal/SearchImageInput.vue').SearchImageInputPropsT> & Readonly<{
|
|
512
512
|
[x: `on${Capitalize<any>}`]: ((...args: any) => any) | undefined;
|
|
513
|
-
}>, "blur" | "focus" | "awaitUpload" | "getUploadedUrl" | "getIsUploading" | "resetImage" | ("size" | "disabled" | "
|
|
513
|
+
}>, "blur" | "focus" | "awaitUpload" | "getUploadedUrl" | "getIsUploading" | "resetImage" | ("size" | "disabled" | "modelValue" | "clearable" | "expanded" | "preview" | "imageUrl" | "enableImageSearch" | "maxImageSize" | "showSuffix" | "inlineThumbnail" | "allowedImageTypes")> & {
|
|
514
514
|
focus: () => void | undefined;
|
|
515
515
|
blur: () => void | undefined;
|
|
516
516
|
awaitUpload: () => Promise<void>;
|
|
517
517
|
getUploadedUrl: () => string;
|
|
518
518
|
getIsUploading: () => boolean;
|
|
519
519
|
resetImage: () => void;
|
|
520
|
-
} & {} & import('
|
|
520
|
+
} & {} & import('../../../vue/dist/vue.esm-bundler.js').ComponentCustomProperties & {} & {
|
|
521
521
|
$slots: {
|
|
522
522
|
prefix?(_: {}): any;
|
|
523
523
|
suffix?(_: {
|
|
@@ -533,24 +533,25 @@ declare function __VLS_template(): {
|
|
|
533
533
|
rootEl: HTMLDivElement;
|
|
534
534
|
};
|
|
535
535
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
536
|
-
declare const __VLS_component: import('
|
|
536
|
+
declare const __VLS_component: import('../../../vue/dist/vue.esm-bundler.js').DefineComponent<OHeaderSearchPropsT, {
|
|
537
537
|
focus: () => void | undefined;
|
|
538
538
|
blur: () => void | undefined;
|
|
539
539
|
open: () => void;
|
|
540
540
|
close: () => void;
|
|
541
541
|
search: (overrideKeyword?: string) => Promise<void>;
|
|
542
|
-
}, {}, {}, {}, import('
|
|
542
|
+
}, {}, {}, {}, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, {
|
|
543
543
|
[x: string]: any;
|
|
544
544
|
} & {
|
|
545
545
|
[x: string]: any;
|
|
546
|
-
}, string, import('
|
|
546
|
+
}, string, import('../../../vue/dist/vue.esm-bundler.js').PublicProps, Readonly<OHeaderSearchPropsT> & Readonly<{
|
|
547
547
|
[x: `on${Capitalize<any>}`]: ((...args: any) => any) | undefined;
|
|
548
548
|
}>, {
|
|
549
549
|
modelValue: string;
|
|
550
|
+
clearable: boolean;
|
|
551
|
+
debounce: number;
|
|
550
552
|
imageUrl: string;
|
|
551
553
|
enableImageSearch: boolean;
|
|
552
554
|
maxImageSize: number;
|
|
553
|
-
clearable: boolean;
|
|
554
555
|
onestepItems: OSearchRecommendItem[];
|
|
555
556
|
suggestItems: OSearchRecommendItem[];
|
|
556
557
|
recommendItems: string[];
|
|
@@ -563,12 +564,11 @@ declare const __VLS_component: import('../../vue/dist/vue.esm-bundler.js').Defin
|
|
|
563
564
|
maxHistoryCount: number;
|
|
564
565
|
expandDirection: "left" | "right";
|
|
565
566
|
searchUrlOpenBlank: boolean;
|
|
566
|
-
debounce: number;
|
|
567
567
|
autoSaveHistory: boolean;
|
|
568
|
-
}, {}, {}, {}, string, import('
|
|
568
|
+
}, {}, {}, {}, string, import('../../../vue/dist/vue.esm-bundler.js').ComponentProvideOptions, false, {
|
|
569
569
|
wrapperRef: HTMLDivElement;
|
|
570
570
|
inputRef: ({
|
|
571
|
-
$: import('
|
|
571
|
+
$: import('../../../vue/dist/vue.esm-bundler.js').ComponentInternalInstance;
|
|
572
572
|
$data: {};
|
|
573
573
|
$props: {
|
|
574
574
|
readonly [x: `on${Capitalize<any>}`]: ((...args: any) => any) | undefined;
|
|
@@ -588,13 +588,13 @@ declare const __VLS_component: import('../../vue/dist/vue.esm-bundler.js').Defin
|
|
|
588
588
|
readonly preview?: boolean | undefined;
|
|
589
589
|
readonly disabled?: boolean | undefined;
|
|
590
590
|
readonly allowedImageTypes?: string[] | undefined;
|
|
591
|
-
} & import('
|
|
592
|
-
$attrs: import('
|
|
591
|
+
} & import('../../../vue/dist/vue.esm-bundler.js').VNodeProps & import('../../../vue/dist/vue.esm-bundler.js').AllowedComponentProps & import('../../../vue/dist/vue.esm-bundler.js').ComponentCustomProps;
|
|
592
|
+
$attrs: import('../../../vue/dist/vue.esm-bundler.js').Attrs;
|
|
593
593
|
$refs: {
|
|
594
594
|
[x: string]: unknown;
|
|
595
595
|
} & {
|
|
596
596
|
inputRef: ({
|
|
597
|
-
$: import('
|
|
597
|
+
$: import('../../../vue/dist/vue.esm-bundler.js').ComponentInternalInstance;
|
|
598
598
|
$data: {};
|
|
599
599
|
$props: Partial<{
|
|
600
600
|
color: "normal" | "primary" | "success" | "warning" | "danger";
|
|
@@ -611,12 +611,12 @@ declare const __VLS_component: import('../../vue/dist/vue.esm-bundler.js').Defin
|
|
|
611
611
|
onlyNumericInput: boolean;
|
|
612
612
|
}> & Omit<{
|
|
613
613
|
readonly type: "text" | "password";
|
|
614
|
-
readonly color: "
|
|
615
|
-
readonly variant: "
|
|
614
|
+
readonly color: "danger" | "warning" | "success" | "primary" | "normal";
|
|
615
|
+
readonly variant: "solid" | "outline" | "text";
|
|
616
616
|
readonly disabled: boolean;
|
|
617
|
-
readonly clearable: boolean;
|
|
618
617
|
readonly readonly: boolean;
|
|
619
|
-
readonly
|
|
618
|
+
readonly clearable: boolean;
|
|
619
|
+
readonly showLength: "auto" | "always" | "never";
|
|
620
620
|
readonly inputOnOutlimit: boolean;
|
|
621
621
|
readonly showPasswordEvent: "click" | "pointerdown";
|
|
622
622
|
readonly autoWidth: boolean;
|
|
@@ -624,9 +624,9 @@ declare const __VLS_component: import('../../vue/dist/vue.esm-bundler.js').Defin
|
|
|
624
624
|
readonly onlyNumericInput: boolean;
|
|
625
625
|
readonly size?: "small" | "large" | "medium" | undefined;
|
|
626
626
|
readonly round?: import('@opensig/opendesign').RoundT | undefined;
|
|
627
|
-
readonly placeholder?: string | undefined;
|
|
628
|
-
readonly defaultValue?: string | number | undefined;
|
|
629
627
|
readonly modelValue?: string | number | undefined;
|
|
628
|
+
readonly defaultValue?: string | number | undefined;
|
|
629
|
+
readonly placeholder?: string | undefined;
|
|
630
630
|
readonly inputId?: string | undefined;
|
|
631
631
|
readonly minLength?: number | undefined;
|
|
632
632
|
readonly maxLength?: number | undefined;
|
|
@@ -641,32 +641,32 @@ declare const __VLS_component: import('../../vue/dist/vue.esm-bundler.js').Defin
|
|
|
641
641
|
readonly onFocus?: ((evt: FocusEvent) => any) | undefined | undefined;
|
|
642
642
|
readonly "onUpdate:modelValue"?: ((value: string) => any) | undefined | undefined;
|
|
643
643
|
readonly onPressEnter?: ((evt: KeyboardEvent) => any) | undefined | undefined;
|
|
644
|
-
} & import('
|
|
645
|
-
$attrs: import('
|
|
644
|
+
} & 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">;
|
|
645
|
+
$attrs: import('../../../vue/dist/vue.esm-bundler.js').Attrs;
|
|
646
646
|
$refs: {
|
|
647
647
|
[x: string]: unknown;
|
|
648
648
|
};
|
|
649
649
|
$slots: Readonly<{
|
|
650
|
-
[name: string]: import('
|
|
650
|
+
[name: string]: import('../../../vue/dist/vue.esm-bundler.js').Slot<any> | undefined;
|
|
651
651
|
}>;
|
|
652
|
-
$root: import('
|
|
653
|
-
$parent: import('
|
|
652
|
+
$root: import('../../../vue/dist/vue.esm-bundler.js').ComponentPublicInstance | null;
|
|
653
|
+
$parent: import('../../../vue/dist/vue.esm-bundler.js').ComponentPublicInstance | null;
|
|
654
654
|
$host: Element | null;
|
|
655
|
-
$emit: ((event: "
|
|
655
|
+
$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);
|
|
656
656
|
$el: any;
|
|
657
|
-
$options: import('
|
|
657
|
+
$options: import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsBase<Readonly<import('../../../vue/dist/vue.esm-bundler.js').ExtractPropTypes<{
|
|
658
658
|
size: {
|
|
659
|
-
type: import('
|
|
659
|
+
type: import('../../../vue/dist/vue.esm-bundler.js').PropType<import('@opensig/opendesign').SizeT>;
|
|
660
660
|
};
|
|
661
661
|
round: {
|
|
662
|
-
type: import('
|
|
662
|
+
type: import('../../../vue/dist/vue.esm-bundler.js').PropType<import('@opensig/opendesign').RoundT>;
|
|
663
663
|
};
|
|
664
664
|
color: {
|
|
665
|
-
type: import('
|
|
665
|
+
type: import('../../../vue/dist/vue.esm-bundler.js').PropType<import('@opensig/opendesign').Color2T>;
|
|
666
666
|
default: string;
|
|
667
667
|
};
|
|
668
668
|
variant: {
|
|
669
|
-
type: import('
|
|
669
|
+
type: import('../../../vue/dist/vue.esm-bundler.js').PropType<import('@opensig/opendesign').VariantT>;
|
|
670
670
|
default: string;
|
|
671
671
|
};
|
|
672
672
|
modelValue: {
|
|
@@ -676,7 +676,7 @@ declare const __VLS_component: import('../../vue/dist/vue.esm-bundler.js').Defin
|
|
|
676
676
|
type: (NumberConstructor | StringConstructor)[];
|
|
677
677
|
};
|
|
678
678
|
type: {
|
|
679
|
-
type: import('
|
|
679
|
+
type: import('../../../vue/dist/vue.esm-bundler.js').PropType<"text" | "password">;
|
|
680
680
|
default: string;
|
|
681
681
|
};
|
|
682
682
|
placeholder: {
|
|
@@ -701,27 +701,27 @@ declare const __VLS_component: import('../../vue/dist/vue.esm-bundler.js').Defin
|
|
|
701
701
|
type: NumberConstructor;
|
|
702
702
|
};
|
|
703
703
|
showLength: {
|
|
704
|
-
type: import('
|
|
704
|
+
type: import('../../../vue/dist/vue.esm-bundler.js').PropType<"always" | "auto" | "never">;
|
|
705
705
|
default: string;
|
|
706
706
|
};
|
|
707
707
|
getLength: {
|
|
708
|
-
type: import('
|
|
708
|
+
type: import('../../../vue/dist/vue.esm-bundler.js').PropType<(val: string) => number>;
|
|
709
709
|
};
|
|
710
710
|
inputOnOutlimit: {
|
|
711
711
|
type: BooleanConstructor;
|
|
712
712
|
default: boolean;
|
|
713
713
|
};
|
|
714
714
|
format: {
|
|
715
|
-
type: import('
|
|
715
|
+
type: import('../../../vue/dist/vue.esm-bundler.js').PropType<(value: string) => string>;
|
|
716
716
|
};
|
|
717
717
|
validate: {
|
|
718
|
-
type: import('
|
|
718
|
+
type: import('../../../vue/dist/vue.esm-bundler.js').PropType<(value: string) => boolean>;
|
|
719
719
|
};
|
|
720
720
|
valueOnInvalidChange: {
|
|
721
|
-
type: import('
|
|
721
|
+
type: import('../../../vue/dist/vue.esm-bundler.js').PropType<boolean | ((inputValue: string, lastValidInputValue: string) => string)>;
|
|
722
722
|
};
|
|
723
723
|
showPasswordEvent: {
|
|
724
|
-
type: import('
|
|
724
|
+
type: import('../../../vue/dist/vue.esm-bundler.js').PropType<"click" | "pointerdown">;
|
|
725
725
|
default: string;
|
|
726
726
|
};
|
|
727
727
|
autoWidth: {
|
|
@@ -748,7 +748,7 @@ declare const __VLS_component: import('../../vue/dist/vue.esm-bundler.js').Defin
|
|
|
748
748
|
clear: () => void | undefined;
|
|
749
749
|
inputEl: () => HTMLInputElement | HTMLTextAreaElement | undefined;
|
|
750
750
|
togglePassword: () => void | undefined;
|
|
751
|
-
}, {}, {}, {}, import('
|
|
751
|
+
}, {}, {}, {}, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, {
|
|
752
752
|
input: (evt: Event, value: string) => any;
|
|
753
753
|
clear: (evt?: Event | undefined) => any;
|
|
754
754
|
blur: (evt: FocusEvent) => any;
|
|
@@ -769,7 +769,7 @@ declare const __VLS_component: import('../../vue/dist/vue.esm-bundler.js').Defin
|
|
|
769
769
|
autoWidth: boolean;
|
|
770
770
|
passwordPlaceholder: string;
|
|
771
771
|
onlyNumericInput: boolean;
|
|
772
|
-
}, {}, string, {}, import('
|
|
772
|
+
}, {}, 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> & {
|
|
773
773
|
beforeCreate?: (() => void) | (() => void)[];
|
|
774
774
|
created?: (() => void) | (() => void)[];
|
|
775
775
|
beforeMount?: (() => void) | (() => void)[];
|
|
@@ -782,13 +782,13 @@ declare const __VLS_component: import('../../vue/dist/vue.esm-bundler.js').Defin
|
|
|
782
782
|
beforeUnmount?: (() => void) | (() => void)[];
|
|
783
783
|
destroyed?: (() => void) | (() => void)[];
|
|
784
784
|
unmounted?: (() => void) | (() => void)[];
|
|
785
|
-
renderTracked?: ((e: import('
|
|
786
|
-
renderTriggered?: ((e: import('
|
|
787
|
-
errorCaptured?: ((err: unknown, instance: import('
|
|
785
|
+
renderTracked?: ((e: import('../../../vue/dist/vue.esm-bundler.js').DebuggerEvent) => void) | ((e: import('../../../vue/dist/vue.esm-bundler.js').DebuggerEvent) => void)[];
|
|
786
|
+
renderTriggered?: ((e: import('../../../vue/dist/vue.esm-bundler.js').DebuggerEvent) => void) | ((e: import('../../../vue/dist/vue.esm-bundler.js').DebuggerEvent) => void)[];
|
|
787
|
+
errorCaptured?: ((err: unknown, instance: import('../../../vue/dist/vue.esm-bundler.js').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('../../../vue/dist/vue.esm-bundler.js').ComponentPublicInstance | null, info: string) => boolean | void)[];
|
|
788
788
|
};
|
|
789
789
|
$forceUpdate: () => void;
|
|
790
|
-
$nextTick: typeof import('
|
|
791
|
-
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('
|
|
790
|
+
$nextTick: typeof import('../../../vue/dist/vue.esm-bundler.js').nextTick;
|
|
791
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('../../../vue/dist/vue.esm-bundler.js').WatchOptions): import('../../../vue/dist/vue.esm-bundler.js').WatchStopHandle;
|
|
792
792
|
} & Readonly<{
|
|
793
793
|
color: "normal" | "primary" | "success" | "warning" | "danger";
|
|
794
794
|
type: "text" | "password";
|
|
@@ -802,19 +802,19 @@ declare const __VLS_component: import('../../vue/dist/vue.esm-bundler.js').Defin
|
|
|
802
802
|
autoWidth: boolean;
|
|
803
803
|
passwordPlaceholder: string;
|
|
804
804
|
onlyNumericInput: boolean;
|
|
805
|
-
}> & Omit<Readonly<import('
|
|
805
|
+
}> & Omit<Readonly<import('../../../vue/dist/vue.esm-bundler.js').ExtractPropTypes<{
|
|
806
806
|
size: {
|
|
807
|
-
type: import('
|
|
807
|
+
type: import('../../../vue/dist/vue.esm-bundler.js').PropType<import('@opensig/opendesign').SizeT>;
|
|
808
808
|
};
|
|
809
809
|
round: {
|
|
810
|
-
type: import('
|
|
810
|
+
type: import('../../../vue/dist/vue.esm-bundler.js').PropType<import('@opensig/opendesign').RoundT>;
|
|
811
811
|
};
|
|
812
812
|
color: {
|
|
813
|
-
type: import('
|
|
813
|
+
type: import('../../../vue/dist/vue.esm-bundler.js').PropType<import('@opensig/opendesign').Color2T>;
|
|
814
814
|
default: string;
|
|
815
815
|
};
|
|
816
816
|
variant: {
|
|
817
|
-
type: import('
|
|
817
|
+
type: import('../../../vue/dist/vue.esm-bundler.js').PropType<import('@opensig/opendesign').VariantT>;
|
|
818
818
|
default: string;
|
|
819
819
|
};
|
|
820
820
|
modelValue: {
|
|
@@ -824,7 +824,7 @@ declare const __VLS_component: import('../../vue/dist/vue.esm-bundler.js').Defin
|
|
|
824
824
|
type: (NumberConstructor | StringConstructor)[];
|
|
825
825
|
};
|
|
826
826
|
type: {
|
|
827
|
-
type: import('
|
|
827
|
+
type: import('../../../vue/dist/vue.esm-bundler.js').PropType<"text" | "password">;
|
|
828
828
|
default: string;
|
|
829
829
|
};
|
|
830
830
|
placeholder: {
|
|
@@ -849,27 +849,27 @@ declare const __VLS_component: import('../../vue/dist/vue.esm-bundler.js').Defin
|
|
|
849
849
|
type: NumberConstructor;
|
|
850
850
|
};
|
|
851
851
|
showLength: {
|
|
852
|
-
type: import('
|
|
852
|
+
type: import('../../../vue/dist/vue.esm-bundler.js').PropType<"always" | "auto" | "never">;
|
|
853
853
|
default: string;
|
|
854
854
|
};
|
|
855
855
|
getLength: {
|
|
856
|
-
type: import('
|
|
856
|
+
type: import('../../../vue/dist/vue.esm-bundler.js').PropType<(val: string) => number>;
|
|
857
857
|
};
|
|
858
858
|
inputOnOutlimit: {
|
|
859
859
|
type: BooleanConstructor;
|
|
860
860
|
default: boolean;
|
|
861
861
|
};
|
|
862
862
|
format: {
|
|
863
|
-
type: import('
|
|
863
|
+
type: import('../../../vue/dist/vue.esm-bundler.js').PropType<(value: string) => string>;
|
|
864
864
|
};
|
|
865
865
|
validate: {
|
|
866
|
-
type: import('
|
|
866
|
+
type: import('../../../vue/dist/vue.esm-bundler.js').PropType<(value: string) => boolean>;
|
|
867
867
|
};
|
|
868
868
|
valueOnInvalidChange: {
|
|
869
|
-
type: import('
|
|
869
|
+
type: import('../../../vue/dist/vue.esm-bundler.js').PropType<boolean | ((inputValue: string, lastValidInputValue: string) => string)>;
|
|
870
870
|
};
|
|
871
871
|
showPasswordEvent: {
|
|
872
|
-
type: import('
|
|
872
|
+
type: import('../../../vue/dist/vue.esm-bundler.js').PropType<"click" | "pointerdown">;
|
|
873
873
|
default: string;
|
|
874
874
|
};
|
|
875
875
|
autoWidth: {
|
|
@@ -890,13 +890,13 @@ declare const __VLS_component: import('../../vue/dist/vue.esm-bundler.js').Defin
|
|
|
890
890
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
891
891
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
892
892
|
onPressEnter?: ((evt: KeyboardEvent) => any) | undefined;
|
|
893
|
-
}>, "
|
|
893
|
+
}>, "blur" | "focus" | "type" | "color" | "variant" | "disabled" | "clear" | "readonly" | "clearable" | "showLength" | "inputOnOutlimit" | "showPasswordEvent" | "autoWidth" | "passwordPlaceholder" | "onlyNumericInput" | "inputEl" | "togglePassword"> & {
|
|
894
894
|
focus: () => void | undefined;
|
|
895
895
|
blur: () => void | undefined;
|
|
896
896
|
clear: () => void | undefined;
|
|
897
897
|
inputEl: () => HTMLInputElement | HTMLTextAreaElement | undefined;
|
|
898
898
|
togglePassword: () => void | undefined;
|
|
899
|
-
} & {} & import('
|
|
899
|
+
} & {} & import('../../../vue/dist/vue.esm-bundler.js').ComponentCustomProperties & {} & {
|
|
900
900
|
$slots: Readonly<{
|
|
901
901
|
default(): any;
|
|
902
902
|
prepend(): any;
|
|
@@ -915,14 +915,14 @@ declare const __VLS_component: import('../../vue/dist/vue.esm-bundler.js').Defin
|
|
|
915
915
|
fileInputRef: HTMLInputElement;
|
|
916
916
|
};
|
|
917
917
|
$slots: Readonly<{
|
|
918
|
-
[name: string]: import('
|
|
918
|
+
[name: string]: import('../../../vue/dist/vue.esm-bundler.js').Slot<any> | undefined;
|
|
919
919
|
}>;
|
|
920
|
-
$root: import('
|
|
921
|
-
$parent: import('
|
|
920
|
+
$root: import('../../../vue/dist/vue.esm-bundler.js').ComponentPublicInstance | null;
|
|
921
|
+
$parent: import('../../../vue/dist/vue.esm-bundler.js').ComponentPublicInstance | null;
|
|
922
922
|
$host: Element | null;
|
|
923
923
|
$emit: (event: string, ...args: any[]) => void;
|
|
924
924
|
$el: HTMLDivElement;
|
|
925
|
-
$options: import('
|
|
925
|
+
$options: import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsBase<Readonly<import('../search/internal/SearchImageInput.vue').SearchImageInputPropsT> & Readonly<{
|
|
926
926
|
[x: `on${Capitalize<any>}`]: ((...args: any) => any) | undefined;
|
|
927
927
|
}>, {
|
|
928
928
|
focus: () => void | undefined;
|
|
@@ -931,24 +931,24 @@ declare const __VLS_component: import('../../vue/dist/vue.esm-bundler.js').Defin
|
|
|
931
931
|
getUploadedUrl: () => string;
|
|
932
932
|
getIsUploading: () => boolean;
|
|
933
933
|
resetImage: () => void;
|
|
934
|
-
}, {}, {}, {}, import('
|
|
934
|
+
}, {}, {}, {}, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, {
|
|
935
935
|
[x: string]: any;
|
|
936
936
|
} & {
|
|
937
937
|
[x: string]: any;
|
|
938
938
|
}, string, {
|
|
939
939
|
size: "small" | "medium" | "large";
|
|
940
940
|
disabled: boolean;
|
|
941
|
-
preview: boolean;
|
|
942
941
|
modelValue: string;
|
|
942
|
+
clearable: boolean;
|
|
943
|
+
expanded: boolean;
|
|
944
|
+
preview: boolean;
|
|
943
945
|
imageUrl: string;
|
|
944
946
|
enableImageSearch: boolean;
|
|
945
947
|
maxImageSize: number;
|
|
946
|
-
expanded: boolean;
|
|
947
|
-
clearable: boolean;
|
|
948
948
|
showSuffix: boolean;
|
|
949
949
|
inlineThumbnail: boolean;
|
|
950
950
|
allowedImageTypes: string[];
|
|
951
|
-
}, {}, string, {}, import('
|
|
951
|
+
}, {}, 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> & {
|
|
952
952
|
beforeCreate?: (() => void) | (() => void)[];
|
|
953
953
|
created?: (() => void) | (() => void)[];
|
|
954
954
|
beforeMount?: (() => void) | (() => void)[];
|
|
@@ -961,36 +961,36 @@ declare const __VLS_component: import('../../vue/dist/vue.esm-bundler.js').Defin
|
|
|
961
961
|
beforeUnmount?: (() => void) | (() => void)[];
|
|
962
962
|
destroyed?: (() => void) | (() => void)[];
|
|
963
963
|
unmounted?: (() => void) | (() => void)[];
|
|
964
|
-
renderTracked?: ((e: import('
|
|
965
|
-
renderTriggered?: ((e: import('
|
|
966
|
-
errorCaptured?: ((err: unknown, instance: import('
|
|
964
|
+
renderTracked?: ((e: import('../../../vue/dist/vue.esm-bundler.js').DebuggerEvent) => void) | ((e: import('../../../vue/dist/vue.esm-bundler.js').DebuggerEvent) => void)[];
|
|
965
|
+
renderTriggered?: ((e: import('../../../vue/dist/vue.esm-bundler.js').DebuggerEvent) => void) | ((e: import('../../../vue/dist/vue.esm-bundler.js').DebuggerEvent) => void)[];
|
|
966
|
+
errorCaptured?: ((err: unknown, instance: import('../../../vue/dist/vue.esm-bundler.js').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('../../../vue/dist/vue.esm-bundler.js').ComponentPublicInstance | null, info: string) => boolean | void)[];
|
|
967
967
|
};
|
|
968
968
|
$forceUpdate: () => void;
|
|
969
|
-
$nextTick: typeof import('
|
|
970
|
-
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('
|
|
969
|
+
$nextTick: typeof import('../../../vue/dist/vue.esm-bundler.js').nextTick;
|
|
970
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('../../../vue/dist/vue.esm-bundler.js').WatchOptions): import('../../../vue/dist/vue.esm-bundler.js').WatchStopHandle;
|
|
971
971
|
} & Readonly<{
|
|
972
972
|
size: "small" | "medium" | "large";
|
|
973
973
|
disabled: boolean;
|
|
974
|
-
preview: boolean;
|
|
975
974
|
modelValue: string;
|
|
975
|
+
clearable: boolean;
|
|
976
|
+
expanded: boolean;
|
|
977
|
+
preview: boolean;
|
|
976
978
|
imageUrl: string;
|
|
977
979
|
enableImageSearch: boolean;
|
|
978
980
|
maxImageSize: number;
|
|
979
|
-
expanded: boolean;
|
|
980
|
-
clearable: boolean;
|
|
981
981
|
showSuffix: boolean;
|
|
982
982
|
inlineThumbnail: boolean;
|
|
983
983
|
allowedImageTypes: string[];
|
|
984
|
-
}> & Omit<Readonly<import('
|
|
984
|
+
}> & Omit<Readonly<import('../search/internal/SearchImageInput.vue').SearchImageInputPropsT> & Readonly<{
|
|
985
985
|
[x: `on${Capitalize<any>}`]: ((...args: any) => any) | undefined;
|
|
986
|
-
}>, "blur" | "focus" | "awaitUpload" | "getUploadedUrl" | "getIsUploading" | "resetImage" | ("size" | "disabled" | "
|
|
986
|
+
}>, "blur" | "focus" | "awaitUpload" | "getUploadedUrl" | "getIsUploading" | "resetImage" | ("size" | "disabled" | "modelValue" | "clearable" | "expanded" | "preview" | "imageUrl" | "enableImageSearch" | "maxImageSize" | "showSuffix" | "inlineThumbnail" | "allowedImageTypes")> & {
|
|
987
987
|
focus: () => void | undefined;
|
|
988
988
|
blur: () => void | undefined;
|
|
989
989
|
awaitUpload: () => Promise<void>;
|
|
990
990
|
getUploadedUrl: () => string;
|
|
991
991
|
getIsUploading: () => boolean;
|
|
992
992
|
resetImage: () => void;
|
|
993
|
-
} & {} & import('
|
|
993
|
+
} & {} & import('../../../vue/dist/vue.esm-bundler.js').ComponentCustomProperties & {} & {
|
|
994
994
|
$slots: {
|
|
995
995
|
prefix?(_: {}): any;
|
|
996
996
|
suffix?(_: {
|