@opendesign-plus-test/components 0.0.1-rc.62 → 0.0.1-rc.63
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/components/activity/OActivityMyCalendar.vue.d.ts +6 -2
- package/dist/components/activity/index.d.ts +3 -1
- package/dist/components/header/index.d.ts +1 -804
- package/dist/components/{header → header-language-switcher}/OHeaderLanguageSwitcher.vue.d.ts +1 -1
- package/dist/components/header-language-switcher/index.d.ts +90 -0
- package/dist/components/{header → header-search}/OHeaderSearch.vue.d.ts +24 -4
- package/dist/components/header-search/index.d.ts +607 -0
- package/dist/components/header-source-code/index.d.ts +23 -0
- package/dist/components/header-theme/index.d.ts +50 -0
- package/dist/components/header-user/index.d.ts +53 -0
- package/dist/components/meeting/OMeetingMyCalendar.vue.d.ts +6 -2
- package/dist/components/meeting/index.d.ts +3 -1
- package/dist/components/meeting/types.d.ts +3 -1
- package/dist/components/meeting/utils.d.ts +2 -1
- package/dist/components/search/OSearchInput.vue.d.ts +24 -4
- package/dist/components/search/index.d.ts +12 -2
- package/dist/components/search/internal/SearchImageInput.vue.d.ts +24 -4
- package/dist/components.cjs.js +31 -31
- package/dist/components.css +1 -1
- package/dist/components.es.js +4990 -4856
- package/dist/index.d.ts +5 -0
- package/package.json +7 -7
- package/src/assets/styles/element-plus.scss +2 -0
- package/src/components/header/index.ts +1 -36
- package/src/components/header-language-switcher/index.ts +10 -0
- package/src/components/header-search/index.ts +10 -0
- package/src/components/header-source-code/index.ts +10 -0
- package/src/components/header-theme/index.ts +10 -0
- package/src/components/header-user/index.ts +10 -0
- package/src/components/meeting/OMeetingCalendar.vue +7 -5
- package/src/components/meeting/OMeetingForm.vue +14 -12
- package/src/components/meeting/OMeetingMyCalendar.vue +0 -3
- package/src/components/meeting/components/OMeetingCalendarList.vue +2 -2
- package/src/components/meeting/components/OMeetingDetail.vue +2 -2
- package/src/components/meeting/types.ts +3 -1
- package/src/components/meeting/utils.ts +4 -4
- package/src/index.ts +5 -0
- package/dist/components/meeting/components/OMeetingCalendarSelector.vue.d.ts +0 -664
- /package/dist/components/{header → header-source-code}/OHeaderSourceCode.vue.d.ts +0 -0
- /package/dist/components/{header → header-theme}/OHeaderTheme.vue.d.ts +0 -0
- /package/dist/components/{header → header-user}/OHeaderUser.vue.d.ts +0 -0
- /package/src/components/{header → header-language-switcher}/OHeaderLanguageSwitcher.vue +0 -0
- /package/src/components/{header → header-search}/OHeaderSearch.vue +0 -0
- /package/src/components/{header → header-source-code}/OHeaderSourceCode.vue +0 -0
- /package/src/components/{header → header-theme}/OHeaderTheme.vue +0 -0
- /package/src/components/{header → header-user}/OHeaderUser.vue +0 -0
|
@@ -149,808 +149,5 @@ declare const OHeaderMobile: {
|
|
|
149
149
|
}) & {
|
|
150
150
|
install(app: App): void;
|
|
151
151
|
};
|
|
152
|
-
declare const OHeaderUser: {
|
|
153
|
-
new (...args: any[]): import('../../../vue/dist/vue.esm-bundler.js').CreateComponentPublicInstanceWithMixins<Readonly<import('./OHeaderUser.vue').UserPropsT> & Readonly<{
|
|
154
|
-
onLogin?: (() => any) | undefined;
|
|
155
|
-
onLogout?: (() => any) | undefined;
|
|
156
|
-
}>, {}, {}, {}, {}, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, {} & {
|
|
157
|
-
login: () => any;
|
|
158
|
-
logout: () => any;
|
|
159
|
-
}, import('../../../vue/dist/vue.esm-bundler.js').PublicProps, {
|
|
160
|
-
options: import('./OHeaderUser.vue').OptionsItemT[];
|
|
161
|
-
lang: string;
|
|
162
|
-
customSize: number;
|
|
163
|
-
token: string;
|
|
164
|
-
noticeTotal: number;
|
|
165
|
-
userInfo: import('./OHeaderUser.vue').UserInfoT;
|
|
166
|
-
}, 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, {
|
|
167
|
-
P: {};
|
|
168
|
-
B: {};
|
|
169
|
-
D: {};
|
|
170
|
-
C: {};
|
|
171
|
-
M: {};
|
|
172
|
-
Defaults: {};
|
|
173
|
-
}, Readonly<import('./OHeaderUser.vue').UserPropsT> & Readonly<{
|
|
174
|
-
onLogin?: (() => any) | undefined;
|
|
175
|
-
onLogout?: (() => any) | undefined;
|
|
176
|
-
}>, {}, {}, {}, {}, {
|
|
177
|
-
options: import('./OHeaderUser.vue').OptionsItemT[];
|
|
178
|
-
lang: string;
|
|
179
|
-
customSize: number;
|
|
180
|
-
token: string;
|
|
181
|
-
noticeTotal: number;
|
|
182
|
-
userInfo: import('./OHeaderUser.vue').UserInfoT;
|
|
183
|
-
}>;
|
|
184
|
-
__isFragment?: never;
|
|
185
|
-
__isTeleport?: never;
|
|
186
|
-
__isSuspense?: never;
|
|
187
|
-
} & import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsBase<Readonly<import('./OHeaderUser.vue').UserPropsT> & Readonly<{
|
|
188
|
-
onLogin?: (() => any) | undefined;
|
|
189
|
-
onLogout?: (() => any) | undefined;
|
|
190
|
-
}>, {}, {}, {}, {}, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, {} & {
|
|
191
|
-
login: () => any;
|
|
192
|
-
logout: () => any;
|
|
193
|
-
}, string, {
|
|
194
|
-
options: import('./OHeaderUser.vue').OptionsItemT[];
|
|
195
|
-
lang: string;
|
|
196
|
-
customSize: number;
|
|
197
|
-
token: string;
|
|
198
|
-
noticeTotal: number;
|
|
199
|
-
userInfo: import('./OHeaderUser.vue').UserInfoT;
|
|
200
|
-
}, {}, 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> & import('../../../vue/dist/vue.esm-bundler.js').VNodeProps & import('../../../vue/dist/vue.esm-bundler.js').AllowedComponentProps & import('../../../vue/dist/vue.esm-bundler.js').ComponentCustomProps & {
|
|
201
|
-
install(app: App): void;
|
|
202
|
-
};
|
|
203
|
-
declare const OHeaderSearch: {
|
|
204
|
-
new (...args: any[]): import('../../../vue/dist/vue.esm-bundler.js').CreateComponentPublicInstanceWithMixins<Readonly<import('./OHeaderSearch.vue').OHeaderSearchPropsT> & Readonly<{
|
|
205
|
-
[x: `on${Capitalize<any>}`]: ((...args: any) => any) | undefined;
|
|
206
|
-
}>, {
|
|
207
|
-
focus: () => void | undefined;
|
|
208
|
-
blur: () => void | undefined;
|
|
209
|
-
open: () => void;
|
|
210
|
-
close: () => void;
|
|
211
|
-
search: (overrideKeyword?: string) => Promise<void>;
|
|
212
|
-
}, {}, {}, {}, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, {
|
|
213
|
-
[x: string]: any;
|
|
214
|
-
} & {
|
|
215
|
-
[x: string]: any;
|
|
216
|
-
}, import('../../../vue/dist/vue.esm-bundler.js').PublicProps, {
|
|
217
|
-
modelValue: string;
|
|
218
|
-
clearable: boolean;
|
|
219
|
-
debounce: number;
|
|
220
|
-
imageUrl: string;
|
|
221
|
-
enableImageSearch: boolean;
|
|
222
|
-
maxImageSize: number;
|
|
223
|
-
onestepItems: import('../search').OSearchRecommendItem[];
|
|
224
|
-
suggestItems: import('../search').OSearchRecommendItem[];
|
|
225
|
-
recommendItems: string[];
|
|
226
|
-
historyItems: string[];
|
|
227
|
-
hotItems: string[];
|
|
228
|
-
highlightKeyword: boolean;
|
|
229
|
-
showSuggestEmpty: boolean;
|
|
230
|
-
storageKey: string;
|
|
231
|
-
storeHistory: boolean;
|
|
232
|
-
maxHistoryCount: number;
|
|
233
|
-
expandDirection: "left" | "right";
|
|
234
|
-
searchUrlOpenBlank: boolean;
|
|
235
|
-
autoSaveHistory: boolean;
|
|
236
|
-
}, false, {}, {}, import('../../../vue/dist/vue.esm-bundler.js').GlobalComponents, import('../../../vue/dist/vue.esm-bundler.js').GlobalDirectives, string, {
|
|
237
|
-
wrapperRef: HTMLDivElement;
|
|
238
|
-
inputRef: ({
|
|
239
|
-
$: import('../../../vue/dist/vue.esm-bundler.js').ComponentInternalInstance;
|
|
240
|
-
$data: {};
|
|
241
|
-
$props: {
|
|
242
|
-
readonly [x: `on${Capitalize<any>}`]: ((...args: any) => any) | undefined;
|
|
243
|
-
readonly modelValue?: string | undefined;
|
|
244
|
-
readonly imageUrl?: string | undefined;
|
|
245
|
-
readonly placeholder?: string | undefined;
|
|
246
|
-
readonly imagePlaceholder?: string | undefined;
|
|
247
|
-
readonly size?: "small" | "medium" | "large" | undefined;
|
|
248
|
-
readonly enableImageSearch?: boolean | undefined;
|
|
249
|
-
readonly uploadImage?: import('../search').OSearchUploadImageFn | undefined;
|
|
250
|
-
readonly maxImageSize?: number | undefined;
|
|
251
|
-
readonly imageUploadTooltip?: string | undefined;
|
|
252
|
-
readonly expanded?: boolean | undefined;
|
|
253
|
-
readonly clearable?: boolean | undefined;
|
|
254
|
-
readonly showSuffix?: boolean | undefined;
|
|
255
|
-
readonly inlineThumbnail?: boolean | undefined;
|
|
256
|
-
readonly preview?: boolean | undefined;
|
|
257
|
-
readonly disabled?: boolean | undefined;
|
|
258
|
-
readonly allowedImageTypes?: string[] | undefined;
|
|
259
|
-
} & import('../../../vue/dist/vue.esm-bundler.js').VNodeProps & import('../../../vue/dist/vue.esm-bundler.js').AllowedComponentProps & import('../../../vue/dist/vue.esm-bundler.js').ComponentCustomProps;
|
|
260
|
-
$attrs: import('../../../vue/dist/vue.esm-bundler.js').Attrs;
|
|
261
|
-
$refs: {
|
|
262
|
-
[x: string]: unknown;
|
|
263
|
-
} & {
|
|
264
|
-
inputRef: ({
|
|
265
|
-
$: import('../../../vue/dist/vue.esm-bundler.js').ComponentInternalInstance;
|
|
266
|
-
$data: {};
|
|
267
|
-
$props: Partial<{
|
|
268
|
-
color: "normal" | "primary" | "success" | "warning" | "danger";
|
|
269
|
-
type: "text" | "password";
|
|
270
|
-
disabled: boolean;
|
|
271
|
-
variant: "solid" | "outline" | "text";
|
|
272
|
-
clearable: boolean;
|
|
273
|
-
readonly: boolean;
|
|
274
|
-
showLength: "auto" | "always" | "never";
|
|
275
|
-
inputOnOutlimit: boolean;
|
|
276
|
-
showPasswordEvent: "click" | "pointerdown";
|
|
277
|
-
autoWidth: boolean;
|
|
278
|
-
passwordPlaceholder: string;
|
|
279
|
-
onlyNumericInput: boolean;
|
|
280
|
-
}> & Omit<{
|
|
281
|
-
readonly type: "text" | "password";
|
|
282
|
-
readonly color: "danger" | "warning" | "success" | "primary" | "normal";
|
|
283
|
-
readonly variant: "solid" | "outline" | "text";
|
|
284
|
-
readonly disabled: boolean;
|
|
285
|
-
readonly readonly: boolean;
|
|
286
|
-
readonly clearable: boolean;
|
|
287
|
-
readonly showLength: "auto" | "always" | "never";
|
|
288
|
-
readonly inputOnOutlimit: boolean;
|
|
289
|
-
readonly showPasswordEvent: "click" | "pointerdown";
|
|
290
|
-
readonly autoWidth: boolean;
|
|
291
|
-
readonly passwordPlaceholder: string;
|
|
292
|
-
readonly onlyNumericInput: boolean;
|
|
293
|
-
readonly size?: "small" | "large" | "medium" | undefined;
|
|
294
|
-
readonly round?: import('@opensig/opendesign').RoundT | undefined;
|
|
295
|
-
readonly modelValue?: string | number | undefined;
|
|
296
|
-
readonly defaultValue?: string | number | undefined;
|
|
297
|
-
readonly placeholder?: string | undefined;
|
|
298
|
-
readonly inputId?: string | undefined;
|
|
299
|
-
readonly minLength?: number | undefined;
|
|
300
|
-
readonly maxLength?: number | undefined;
|
|
301
|
-
readonly getLength?: ((val: string) => number) | undefined;
|
|
302
|
-
readonly format?: ((value: string) => string) | undefined;
|
|
303
|
-
readonly validate?: ((value: string) => boolean) | undefined;
|
|
304
|
-
readonly valueOnInvalidChange?: boolean | ((inputValue: string, lastValidInputValue: string) => string) | undefined;
|
|
305
|
-
readonly onInput?: ((evt: Event, value: string) => any) | undefined | undefined;
|
|
306
|
-
readonly onClear?: ((evt?: Event | undefined) => any) | undefined | undefined;
|
|
307
|
-
readonly onBlur?: ((evt: FocusEvent) => any) | undefined | undefined;
|
|
308
|
-
readonly onChange?: ((value: string) => any) | undefined | undefined;
|
|
309
|
-
readonly onFocus?: ((evt: FocusEvent) => any) | undefined | undefined;
|
|
310
|
-
readonly "onUpdate:modelValue"?: ((value: string) => any) | undefined | undefined;
|
|
311
|
-
readonly onPressEnter?: ((evt: KeyboardEvent) => any) | undefined | undefined;
|
|
312
|
-
} & 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">;
|
|
313
|
-
$attrs: import('../../../vue/dist/vue.esm-bundler.js').Attrs;
|
|
314
|
-
$refs: {
|
|
315
|
-
[x: string]: unknown;
|
|
316
|
-
};
|
|
317
|
-
$slots: Readonly<{
|
|
318
|
-
[name: string]: import('../../../vue/dist/vue.esm-bundler.js').Slot<any> | undefined;
|
|
319
|
-
}>;
|
|
320
|
-
$root: import('../../../vue/dist/vue.esm-bundler.js').ComponentPublicInstance | null;
|
|
321
|
-
$parent: import('../../../vue/dist/vue.esm-bundler.js').ComponentPublicInstance | null;
|
|
322
|
-
$host: Element | null;
|
|
323
|
-
$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);
|
|
324
|
-
$el: any;
|
|
325
|
-
$options: import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsBase<Readonly<import('../../../vue/dist/vue.esm-bundler.js').ExtractPropTypes<{
|
|
326
|
-
size: {
|
|
327
|
-
type: import('../../../vue/dist/vue.esm-bundler.js').PropType<import('@opensig/opendesign').SizeT>;
|
|
328
|
-
};
|
|
329
|
-
round: {
|
|
330
|
-
type: import('../../../vue/dist/vue.esm-bundler.js').PropType<import('@opensig/opendesign').RoundT>;
|
|
331
|
-
};
|
|
332
|
-
color: {
|
|
333
|
-
type: import('../../../vue/dist/vue.esm-bundler.js').PropType<import('@opensig/opendesign').Color2T>;
|
|
334
|
-
default: string;
|
|
335
|
-
};
|
|
336
|
-
variant: {
|
|
337
|
-
type: import('../../../vue/dist/vue.esm-bundler.js').PropType<import('@opensig/opendesign').VariantT>;
|
|
338
|
-
default: string;
|
|
339
|
-
};
|
|
340
|
-
modelValue: {
|
|
341
|
-
type: (NumberConstructor | StringConstructor)[];
|
|
342
|
-
};
|
|
343
|
-
defaultValue: {
|
|
344
|
-
type: (NumberConstructor | StringConstructor)[];
|
|
345
|
-
};
|
|
346
|
-
type: {
|
|
347
|
-
type: import('../../../vue/dist/vue.esm-bundler.js').PropType<"text" | "password">;
|
|
348
|
-
default: string;
|
|
349
|
-
};
|
|
350
|
-
placeholder: {
|
|
351
|
-
type: StringConstructor;
|
|
352
|
-
};
|
|
353
|
-
inputId: {
|
|
354
|
-
type: StringConstructor;
|
|
355
|
-
};
|
|
356
|
-
disabled: {
|
|
357
|
-
type: BooleanConstructor;
|
|
358
|
-
};
|
|
359
|
-
readonly: {
|
|
360
|
-
type: BooleanConstructor;
|
|
361
|
-
};
|
|
362
|
-
clearable: {
|
|
363
|
-
type: BooleanConstructor;
|
|
364
|
-
};
|
|
365
|
-
minLength: {
|
|
366
|
-
type: NumberConstructor;
|
|
367
|
-
};
|
|
368
|
-
maxLength: {
|
|
369
|
-
type: NumberConstructor;
|
|
370
|
-
};
|
|
371
|
-
showLength: {
|
|
372
|
-
type: import('../../../vue/dist/vue.esm-bundler.js').PropType<"always" | "auto" | "never">;
|
|
373
|
-
default: string;
|
|
374
|
-
};
|
|
375
|
-
getLength: {
|
|
376
|
-
type: import('../../../vue/dist/vue.esm-bundler.js').PropType<(val: string) => number>;
|
|
377
|
-
};
|
|
378
|
-
inputOnOutlimit: {
|
|
379
|
-
type: BooleanConstructor;
|
|
380
|
-
default: boolean;
|
|
381
|
-
};
|
|
382
|
-
format: {
|
|
383
|
-
type: import('../../../vue/dist/vue.esm-bundler.js').PropType<(value: string) => string>;
|
|
384
|
-
};
|
|
385
|
-
validate: {
|
|
386
|
-
type: import('../../../vue/dist/vue.esm-bundler.js').PropType<(value: string) => boolean>;
|
|
387
|
-
};
|
|
388
|
-
valueOnInvalidChange: {
|
|
389
|
-
type: import('../../../vue/dist/vue.esm-bundler.js').PropType<boolean | ((inputValue: string, lastValidInputValue: string) => string)>;
|
|
390
|
-
};
|
|
391
|
-
showPasswordEvent: {
|
|
392
|
-
type: import('../../../vue/dist/vue.esm-bundler.js').PropType<"click" | "pointerdown">;
|
|
393
|
-
default: string;
|
|
394
|
-
};
|
|
395
|
-
autoWidth: {
|
|
396
|
-
type: BooleanConstructor;
|
|
397
|
-
};
|
|
398
|
-
passwordPlaceholder: {
|
|
399
|
-
type: StringConstructor;
|
|
400
|
-
default: string;
|
|
401
|
-
};
|
|
402
|
-
onlyNumericInput: {
|
|
403
|
-
type: BooleanConstructor;
|
|
404
|
-
};
|
|
405
|
-
}>> & Readonly<{
|
|
406
|
-
onInput?: ((evt: Event, value: string) => any) | undefined;
|
|
407
|
-
onClear?: ((evt?: Event | undefined) => any) | undefined;
|
|
408
|
-
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
409
|
-
onChange?: ((value: string) => any) | undefined;
|
|
410
|
-
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
411
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
412
|
-
onPressEnter?: ((evt: KeyboardEvent) => any) | undefined;
|
|
413
|
-
}>, {
|
|
414
|
-
focus: () => void | undefined;
|
|
415
|
-
blur: () => void | undefined;
|
|
416
|
-
clear: () => void | undefined;
|
|
417
|
-
inputEl: () => HTMLInputElement | HTMLTextAreaElement | undefined;
|
|
418
|
-
togglePassword: () => void | undefined;
|
|
419
|
-
}, {}, {}, {}, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, {
|
|
420
|
-
input: (evt: Event, value: string) => any;
|
|
421
|
-
clear: (evt?: Event | undefined) => any;
|
|
422
|
-
blur: (evt: FocusEvent) => any;
|
|
423
|
-
change: (value: string) => any;
|
|
424
|
-
focus: (evt: FocusEvent) => any;
|
|
425
|
-
"update:modelValue": (value: string) => any;
|
|
426
|
-
pressEnter: (evt: KeyboardEvent) => any;
|
|
427
|
-
}, string, {
|
|
428
|
-
color: "normal" | "primary" | "success" | "warning" | "danger";
|
|
429
|
-
type: "text" | "password";
|
|
430
|
-
disabled: boolean;
|
|
431
|
-
variant: "solid" | "outline" | "text";
|
|
432
|
-
clearable: boolean;
|
|
433
|
-
readonly: boolean;
|
|
434
|
-
showLength: "auto" | "always" | "never";
|
|
435
|
-
inputOnOutlimit: boolean;
|
|
436
|
-
showPasswordEvent: "click" | "pointerdown";
|
|
437
|
-
autoWidth: boolean;
|
|
438
|
-
passwordPlaceholder: string;
|
|
439
|
-
onlyNumericInput: boolean;
|
|
440
|
-
}, {}, 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> & {
|
|
441
|
-
beforeCreate?: (() => void) | (() => void)[];
|
|
442
|
-
created?: (() => void) | (() => void)[];
|
|
443
|
-
beforeMount?: (() => void) | (() => void)[];
|
|
444
|
-
mounted?: (() => void) | (() => void)[];
|
|
445
|
-
beforeUpdate?: (() => void) | (() => void)[];
|
|
446
|
-
updated?: (() => void) | (() => void)[];
|
|
447
|
-
activated?: (() => void) | (() => void)[];
|
|
448
|
-
deactivated?: (() => void) | (() => void)[];
|
|
449
|
-
beforeDestroy?: (() => void) | (() => void)[];
|
|
450
|
-
beforeUnmount?: (() => void) | (() => void)[];
|
|
451
|
-
destroyed?: (() => void) | (() => void)[];
|
|
452
|
-
unmounted?: (() => void) | (() => void)[];
|
|
453
|
-
renderTracked?: ((e: import('../../../vue/dist/vue.esm-bundler.js').DebuggerEvent) => void) | ((e: import('../../../vue/dist/vue.esm-bundler.js').DebuggerEvent) => void)[];
|
|
454
|
-
renderTriggered?: ((e: import('../../../vue/dist/vue.esm-bundler.js').DebuggerEvent) => void) | ((e: import('../../../vue/dist/vue.esm-bundler.js').DebuggerEvent) => void)[];
|
|
455
|
-
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)[];
|
|
456
|
-
};
|
|
457
|
-
$forceUpdate: () => void;
|
|
458
|
-
$nextTick: typeof import('../../../vue/dist/vue.esm-bundler.js').nextTick;
|
|
459
|
-
$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;
|
|
460
|
-
} & Readonly<{
|
|
461
|
-
color: "normal" | "primary" | "success" | "warning" | "danger";
|
|
462
|
-
type: "text" | "password";
|
|
463
|
-
disabled: boolean;
|
|
464
|
-
variant: "solid" | "outline" | "text";
|
|
465
|
-
clearable: boolean;
|
|
466
|
-
readonly: boolean;
|
|
467
|
-
showLength: "auto" | "always" | "never";
|
|
468
|
-
inputOnOutlimit: boolean;
|
|
469
|
-
showPasswordEvent: "click" | "pointerdown";
|
|
470
|
-
autoWidth: boolean;
|
|
471
|
-
passwordPlaceholder: string;
|
|
472
|
-
onlyNumericInput: boolean;
|
|
473
|
-
}> & Omit<Readonly<import('../../../vue/dist/vue.esm-bundler.js').ExtractPropTypes<{
|
|
474
|
-
size: {
|
|
475
|
-
type: import('../../../vue/dist/vue.esm-bundler.js').PropType<import('@opensig/opendesign').SizeT>;
|
|
476
|
-
};
|
|
477
|
-
round: {
|
|
478
|
-
type: import('../../../vue/dist/vue.esm-bundler.js').PropType<import('@opensig/opendesign').RoundT>;
|
|
479
|
-
};
|
|
480
|
-
color: {
|
|
481
|
-
type: import('../../../vue/dist/vue.esm-bundler.js').PropType<import('@opensig/opendesign').Color2T>;
|
|
482
|
-
default: string;
|
|
483
|
-
};
|
|
484
|
-
variant: {
|
|
485
|
-
type: import('../../../vue/dist/vue.esm-bundler.js').PropType<import('@opensig/opendesign').VariantT>;
|
|
486
|
-
default: string;
|
|
487
|
-
};
|
|
488
|
-
modelValue: {
|
|
489
|
-
type: (NumberConstructor | StringConstructor)[];
|
|
490
|
-
};
|
|
491
|
-
defaultValue: {
|
|
492
|
-
type: (NumberConstructor | StringConstructor)[];
|
|
493
|
-
};
|
|
494
|
-
type: {
|
|
495
|
-
type: import('../../../vue/dist/vue.esm-bundler.js').PropType<"text" | "password">;
|
|
496
|
-
default: string;
|
|
497
|
-
};
|
|
498
|
-
placeholder: {
|
|
499
|
-
type: StringConstructor;
|
|
500
|
-
};
|
|
501
|
-
inputId: {
|
|
502
|
-
type: StringConstructor;
|
|
503
|
-
};
|
|
504
|
-
disabled: {
|
|
505
|
-
type: BooleanConstructor;
|
|
506
|
-
};
|
|
507
|
-
readonly: {
|
|
508
|
-
type: BooleanConstructor;
|
|
509
|
-
};
|
|
510
|
-
clearable: {
|
|
511
|
-
type: BooleanConstructor;
|
|
512
|
-
};
|
|
513
|
-
minLength: {
|
|
514
|
-
type: NumberConstructor;
|
|
515
|
-
};
|
|
516
|
-
maxLength: {
|
|
517
|
-
type: NumberConstructor;
|
|
518
|
-
};
|
|
519
|
-
showLength: {
|
|
520
|
-
type: import('../../../vue/dist/vue.esm-bundler.js').PropType<"always" | "auto" | "never">;
|
|
521
|
-
default: string;
|
|
522
|
-
};
|
|
523
|
-
getLength: {
|
|
524
|
-
type: import('../../../vue/dist/vue.esm-bundler.js').PropType<(val: string) => number>;
|
|
525
|
-
};
|
|
526
|
-
inputOnOutlimit: {
|
|
527
|
-
type: BooleanConstructor;
|
|
528
|
-
default: boolean;
|
|
529
|
-
};
|
|
530
|
-
format: {
|
|
531
|
-
type: import('../../../vue/dist/vue.esm-bundler.js').PropType<(value: string) => string>;
|
|
532
|
-
};
|
|
533
|
-
validate: {
|
|
534
|
-
type: import('../../../vue/dist/vue.esm-bundler.js').PropType<(value: string) => boolean>;
|
|
535
|
-
};
|
|
536
|
-
valueOnInvalidChange: {
|
|
537
|
-
type: import('../../../vue/dist/vue.esm-bundler.js').PropType<boolean | ((inputValue: string, lastValidInputValue: string) => string)>;
|
|
538
|
-
};
|
|
539
|
-
showPasswordEvent: {
|
|
540
|
-
type: import('../../../vue/dist/vue.esm-bundler.js').PropType<"click" | "pointerdown">;
|
|
541
|
-
default: string;
|
|
542
|
-
};
|
|
543
|
-
autoWidth: {
|
|
544
|
-
type: BooleanConstructor;
|
|
545
|
-
};
|
|
546
|
-
passwordPlaceholder: {
|
|
547
|
-
type: StringConstructor;
|
|
548
|
-
default: string;
|
|
549
|
-
};
|
|
550
|
-
onlyNumericInput: {
|
|
551
|
-
type: BooleanConstructor;
|
|
552
|
-
};
|
|
553
|
-
}>> & Readonly<{
|
|
554
|
-
onInput?: ((evt: Event, value: string) => any) | undefined;
|
|
555
|
-
onClear?: ((evt?: Event | undefined) => any) | undefined;
|
|
556
|
-
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
557
|
-
onChange?: ((value: string) => any) | undefined;
|
|
558
|
-
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
559
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
560
|
-
onPressEnter?: ((evt: KeyboardEvent) => any) | undefined;
|
|
561
|
-
}>, "blur" | "focus" | "type" | "color" | "variant" | "disabled" | "clear" | "readonly" | "clearable" | "showLength" | "inputOnOutlimit" | "showPasswordEvent" | "autoWidth" | "passwordPlaceholder" | "onlyNumericInput" | "inputEl" | "togglePassword"> & {
|
|
562
|
-
focus: () => void | undefined;
|
|
563
|
-
blur: () => void | undefined;
|
|
564
|
-
clear: () => void | undefined;
|
|
565
|
-
inputEl: () => HTMLInputElement | HTMLTextAreaElement | undefined;
|
|
566
|
-
togglePassword: () => void | undefined;
|
|
567
|
-
} & {} & import('../../../vue/dist/vue.esm-bundler.js').ComponentCustomProperties & {} & {
|
|
568
|
-
$slots: Readonly<{
|
|
569
|
-
default(): any;
|
|
570
|
-
prepend(): any;
|
|
571
|
-
append(): any;
|
|
572
|
-
prefix(): any;
|
|
573
|
-
suffix(): any;
|
|
574
|
-
}> & {
|
|
575
|
-
default(): any;
|
|
576
|
-
prepend(): any;
|
|
577
|
-
append(): any;
|
|
578
|
-
prefix(): any;
|
|
579
|
-
suffix(): any;
|
|
580
|
-
};
|
|
581
|
-
}) | null;
|
|
582
|
-
uploadBtnRef: HTMLSpanElement;
|
|
583
|
-
fileInputRef: HTMLInputElement;
|
|
584
|
-
};
|
|
585
|
-
$slots: Readonly<{
|
|
586
|
-
[name: string]: import('../../../vue/dist/vue.esm-bundler.js').Slot<any> | undefined;
|
|
587
|
-
}>;
|
|
588
|
-
$root: import('../../../vue/dist/vue.esm-bundler.js').ComponentPublicInstance | null;
|
|
589
|
-
$parent: import('../../../vue/dist/vue.esm-bundler.js').ComponentPublicInstance | null;
|
|
590
|
-
$host: Element | null;
|
|
591
|
-
$emit: (event: string, ...args: any[]) => void;
|
|
592
|
-
$el: HTMLDivElement;
|
|
593
|
-
$options: import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsBase<Readonly<import('../search/internal/SearchImageInput.vue').SearchImageInputPropsT> & Readonly<{
|
|
594
|
-
[x: `on${Capitalize<any>}`]: ((...args: any) => any) | undefined;
|
|
595
|
-
}>, {
|
|
596
|
-
focus: () => void | undefined;
|
|
597
|
-
blur: () => void | undefined;
|
|
598
|
-
awaitUpload: () => Promise<void>;
|
|
599
|
-
getUploadedUrl: () => string;
|
|
600
|
-
getIsUploading: () => boolean;
|
|
601
|
-
resetImage: () => void;
|
|
602
|
-
}, {}, {}, {}, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, {
|
|
603
|
-
[x: string]: any;
|
|
604
|
-
} & {
|
|
605
|
-
[x: string]: any;
|
|
606
|
-
}, string, {
|
|
607
|
-
size: "small" | "medium" | "large";
|
|
608
|
-
disabled: boolean;
|
|
609
|
-
modelValue: string;
|
|
610
|
-
clearable: boolean;
|
|
611
|
-
expanded: boolean;
|
|
612
|
-
preview: boolean;
|
|
613
|
-
imageUrl: string;
|
|
614
|
-
enableImageSearch: boolean;
|
|
615
|
-
maxImageSize: number;
|
|
616
|
-
showSuffix: boolean;
|
|
617
|
-
inlineThumbnail: boolean;
|
|
618
|
-
allowedImageTypes: string[];
|
|
619
|
-
}, {}, 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> & {
|
|
620
|
-
beforeCreate?: (() => void) | (() => void)[];
|
|
621
|
-
created?: (() => void) | (() => void)[];
|
|
622
|
-
beforeMount?: (() => void) | (() => void)[];
|
|
623
|
-
mounted?: (() => void) | (() => void)[];
|
|
624
|
-
beforeUpdate?: (() => void) | (() => void)[];
|
|
625
|
-
updated?: (() => void) | (() => void)[];
|
|
626
|
-
activated?: (() => void) | (() => void)[];
|
|
627
|
-
deactivated?: (() => void) | (() => void)[];
|
|
628
|
-
beforeDestroy?: (() => void) | (() => void)[];
|
|
629
|
-
beforeUnmount?: (() => void) | (() => void)[];
|
|
630
|
-
destroyed?: (() => void) | (() => void)[];
|
|
631
|
-
unmounted?: (() => void) | (() => void)[];
|
|
632
|
-
renderTracked?: ((e: import('../../../vue/dist/vue.esm-bundler.js').DebuggerEvent) => void) | ((e: import('../../../vue/dist/vue.esm-bundler.js').DebuggerEvent) => void)[];
|
|
633
|
-
renderTriggered?: ((e: import('../../../vue/dist/vue.esm-bundler.js').DebuggerEvent) => void) | ((e: import('../../../vue/dist/vue.esm-bundler.js').DebuggerEvent) => void)[];
|
|
634
|
-
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)[];
|
|
635
|
-
};
|
|
636
|
-
$forceUpdate: () => void;
|
|
637
|
-
$nextTick: typeof import('../../../vue/dist/vue.esm-bundler.js').nextTick;
|
|
638
|
-
$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;
|
|
639
|
-
} & Readonly<{
|
|
640
|
-
size: "small" | "medium" | "large";
|
|
641
|
-
disabled: boolean;
|
|
642
|
-
modelValue: string;
|
|
643
|
-
clearable: boolean;
|
|
644
|
-
expanded: boolean;
|
|
645
|
-
preview: boolean;
|
|
646
|
-
imageUrl: string;
|
|
647
|
-
enableImageSearch: boolean;
|
|
648
|
-
maxImageSize: number;
|
|
649
|
-
showSuffix: boolean;
|
|
650
|
-
inlineThumbnail: boolean;
|
|
651
|
-
allowedImageTypes: string[];
|
|
652
|
-
}> & Omit<Readonly<import('../search/internal/SearchImageInput.vue').SearchImageInputPropsT> & Readonly<{
|
|
653
|
-
[x: `on${Capitalize<any>}`]: ((...args: any) => any) | undefined;
|
|
654
|
-
}>, "blur" | "focus" | "awaitUpload" | "getUploadedUrl" | "getIsUploading" | "resetImage" | ("size" | "disabled" | "modelValue" | "clearable" | "expanded" | "preview" | "imageUrl" | "enableImageSearch" | "maxImageSize" | "showSuffix" | "inlineThumbnail" | "allowedImageTypes")> & {
|
|
655
|
-
focus: () => void | undefined;
|
|
656
|
-
blur: () => void | undefined;
|
|
657
|
-
awaitUpload: () => Promise<void>;
|
|
658
|
-
getUploadedUrl: () => string;
|
|
659
|
-
getIsUploading: () => boolean;
|
|
660
|
-
resetImage: () => void;
|
|
661
|
-
} & {} & import('../../../vue/dist/vue.esm-bundler.js').ComponentCustomProperties & {} & {
|
|
662
|
-
$slots: {
|
|
663
|
-
prefix?(_: {}): any;
|
|
664
|
-
suffix?(_: {
|
|
665
|
-
hasValue: boolean;
|
|
666
|
-
}): any;
|
|
667
|
-
preview?(_: {
|
|
668
|
-
previewUrl: string;
|
|
669
|
-
remove: () => void;
|
|
670
|
-
}): any;
|
|
671
|
-
};
|
|
672
|
-
}) | null;
|
|
673
|
-
}, HTMLDivElement, import('../../../vue/dist/vue.esm-bundler.js').ComponentProvideOptions, {
|
|
674
|
-
P: {};
|
|
675
|
-
B: {};
|
|
676
|
-
D: {};
|
|
677
|
-
C: {};
|
|
678
|
-
M: {};
|
|
679
|
-
Defaults: {};
|
|
680
|
-
}, Readonly<import('./OHeaderSearch.vue').OHeaderSearchPropsT> & Readonly<{
|
|
681
|
-
[x: `on${Capitalize<any>}`]: ((...args: any) => any) | undefined;
|
|
682
|
-
}>, {
|
|
683
|
-
focus: () => void | undefined;
|
|
684
|
-
blur: () => void | undefined;
|
|
685
|
-
open: () => void;
|
|
686
|
-
close: () => void;
|
|
687
|
-
search: (overrideKeyword?: string) => Promise<void>;
|
|
688
|
-
}, {}, {}, {}, {
|
|
689
|
-
modelValue: string;
|
|
690
|
-
clearable: boolean;
|
|
691
|
-
debounce: number;
|
|
692
|
-
imageUrl: string;
|
|
693
|
-
enableImageSearch: boolean;
|
|
694
|
-
maxImageSize: number;
|
|
695
|
-
onestepItems: import('../search').OSearchRecommendItem[];
|
|
696
|
-
suggestItems: import('../search').OSearchRecommendItem[];
|
|
697
|
-
recommendItems: string[];
|
|
698
|
-
historyItems: string[];
|
|
699
|
-
hotItems: string[];
|
|
700
|
-
highlightKeyword: boolean;
|
|
701
|
-
showSuggestEmpty: boolean;
|
|
702
|
-
storageKey: string;
|
|
703
|
-
storeHistory: boolean;
|
|
704
|
-
maxHistoryCount: number;
|
|
705
|
-
expandDirection: "left" | "right";
|
|
706
|
-
searchUrlOpenBlank: boolean;
|
|
707
|
-
autoSaveHistory: boolean;
|
|
708
|
-
}>;
|
|
709
|
-
__isFragment?: never;
|
|
710
|
-
__isTeleport?: never;
|
|
711
|
-
__isSuspense?: never;
|
|
712
|
-
} & import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsBase<Readonly<import('./OHeaderSearch.vue').OHeaderSearchPropsT> & Readonly<{
|
|
713
|
-
[x: `on${Capitalize<any>}`]: ((...args: any) => any) | undefined;
|
|
714
|
-
}>, {
|
|
715
|
-
focus: () => void | undefined;
|
|
716
|
-
blur: () => void | undefined;
|
|
717
|
-
open: () => void;
|
|
718
|
-
close: () => void;
|
|
719
|
-
search: (overrideKeyword?: string) => Promise<void>;
|
|
720
|
-
}, {}, {}, {}, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, {
|
|
721
|
-
[x: string]: any;
|
|
722
|
-
} & {
|
|
723
|
-
[x: string]: any;
|
|
724
|
-
}, string, {
|
|
725
|
-
modelValue: string;
|
|
726
|
-
clearable: boolean;
|
|
727
|
-
debounce: number;
|
|
728
|
-
imageUrl: string;
|
|
729
|
-
enableImageSearch: boolean;
|
|
730
|
-
maxImageSize: number;
|
|
731
|
-
onestepItems: import('../search').OSearchRecommendItem[];
|
|
732
|
-
suggestItems: import('../search').OSearchRecommendItem[];
|
|
733
|
-
recommendItems: string[];
|
|
734
|
-
historyItems: string[];
|
|
735
|
-
hotItems: string[];
|
|
736
|
-
highlightKeyword: boolean;
|
|
737
|
-
showSuggestEmpty: boolean;
|
|
738
|
-
storageKey: string;
|
|
739
|
-
storeHistory: boolean;
|
|
740
|
-
maxHistoryCount: number;
|
|
741
|
-
expandDirection: "left" | "right";
|
|
742
|
-
searchUrlOpenBlank: boolean;
|
|
743
|
-
autoSaveHistory: boolean;
|
|
744
|
-
}, {}, 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> & import('../../../vue/dist/vue.esm-bundler.js').VNodeProps & import('../../../vue/dist/vue.esm-bundler.js').AllowedComponentProps & import('../../../vue/dist/vue.esm-bundler.js').ComponentCustomProps & (new () => {
|
|
745
|
-
$slots: {
|
|
746
|
-
'input-prefix'?(_: {}): any;
|
|
747
|
-
'input-suffix'?(_: {
|
|
748
|
-
hasValue: boolean;
|
|
749
|
-
}): any;
|
|
750
|
-
'image-preview'?(_: {
|
|
751
|
-
previewUrl: string;
|
|
752
|
-
remove: () => void;
|
|
753
|
-
}): any;
|
|
754
|
-
drawer?(_: {
|
|
755
|
-
recommendItems: string[];
|
|
756
|
-
historyItems: string[];
|
|
757
|
-
hotItems: string[];
|
|
758
|
-
suggestItems: import('../search').OSearchRecommendItem[];
|
|
759
|
-
onestepItems: import('../search').OSearchRecommendItem[];
|
|
760
|
-
keyword: string;
|
|
761
|
-
}): any;
|
|
762
|
-
'recommend-header'?(_: {
|
|
763
|
-
items: string[];
|
|
764
|
-
}): any;
|
|
765
|
-
'recommend-content'?(_: {
|
|
766
|
-
items: string[];
|
|
767
|
-
}): any;
|
|
768
|
-
'onestep-header'?(_: {
|
|
769
|
-
items: import('../search').OSearchRecommendItem[];
|
|
770
|
-
}): any;
|
|
771
|
-
'onestep-content'?(_: {
|
|
772
|
-
items: import('../search').OSearchRecommendItem[];
|
|
773
|
-
keyword: string;
|
|
774
|
-
}): any;
|
|
775
|
-
'suggest-header'?(_: {
|
|
776
|
-
items: import('../search').OSearchRecommendItem[];
|
|
777
|
-
}): any;
|
|
778
|
-
'suggest-content'?(_: {
|
|
779
|
-
items: import('../search').OSearchRecommendItem[];
|
|
780
|
-
keyword: string;
|
|
781
|
-
}): any;
|
|
782
|
-
'history-header'?(_: {
|
|
783
|
-
items: string[];
|
|
784
|
-
}): any;
|
|
785
|
-
'history-content'?(_: {
|
|
786
|
-
items: string[];
|
|
787
|
-
}): any;
|
|
788
|
-
'hot-header'?(_: {
|
|
789
|
-
items: string[];
|
|
790
|
-
}): any;
|
|
791
|
-
'hot-content'?(_: {
|
|
792
|
-
items: string[];
|
|
793
|
-
}): any;
|
|
794
|
-
};
|
|
795
|
-
}) & {
|
|
796
|
-
install(app: App): void;
|
|
797
|
-
};
|
|
798
|
-
declare const OHeaderTheme: {
|
|
799
|
-
new (...args: any[]): import('../../../vue/dist/vue.esm-bundler.js').CreateComponentPublicInstanceWithMixins<Readonly<import('./OHeaderTheme.vue').OHeaderThemePropsT> & Readonly<{
|
|
800
|
-
onChange?: ((val: string) => any) | undefined;
|
|
801
|
-
"onUpdate:theme"?: ((value: string) => any) | undefined;
|
|
802
|
-
}>, {}, {}, {}, {}, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, {} & {
|
|
803
|
-
change: (val: string) => any;
|
|
804
|
-
"update:theme": (value: string) => any;
|
|
805
|
-
}, import('../../../vue/dist/vue.esm-bundler.js').PublicProps, {
|
|
806
|
-
type: "auto" | "common" | "mobile";
|
|
807
|
-
disabled: boolean;
|
|
808
|
-
theme: string;
|
|
809
|
-
lightValue: string;
|
|
810
|
-
darkValue: string;
|
|
811
|
-
}, 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, {
|
|
812
|
-
P: {};
|
|
813
|
-
B: {};
|
|
814
|
-
D: {};
|
|
815
|
-
C: {};
|
|
816
|
-
M: {};
|
|
817
|
-
Defaults: {};
|
|
818
|
-
}, Readonly<import('./OHeaderTheme.vue').OHeaderThemePropsT> & Readonly<{
|
|
819
|
-
onChange?: ((val: string) => any) | undefined;
|
|
820
|
-
"onUpdate:theme"?: ((value: string) => any) | undefined;
|
|
821
|
-
}>, {}, {}, {}, {}, {
|
|
822
|
-
type: "auto" | "common" | "mobile";
|
|
823
|
-
disabled: boolean;
|
|
824
|
-
theme: string;
|
|
825
|
-
lightValue: string;
|
|
826
|
-
darkValue: string;
|
|
827
|
-
}>;
|
|
828
|
-
__isFragment?: never;
|
|
829
|
-
__isTeleport?: never;
|
|
830
|
-
__isSuspense?: never;
|
|
831
|
-
} & import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsBase<Readonly<import('./OHeaderTheme.vue').OHeaderThemePropsT> & Readonly<{
|
|
832
|
-
onChange?: ((val: string) => any) | undefined;
|
|
833
|
-
"onUpdate:theme"?: ((value: string) => any) | undefined;
|
|
834
|
-
}>, {}, {}, {}, {}, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, {} & {
|
|
835
|
-
change: (val: string) => any;
|
|
836
|
-
"update:theme": (value: string) => any;
|
|
837
|
-
}, string, {
|
|
838
|
-
type: "auto" | "common" | "mobile";
|
|
839
|
-
disabled: boolean;
|
|
840
|
-
theme: string;
|
|
841
|
-
lightValue: string;
|
|
842
|
-
darkValue: string;
|
|
843
|
-
}, {}, 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> & import('../../../vue/dist/vue.esm-bundler.js').VNodeProps & import('../../../vue/dist/vue.esm-bundler.js').AllowedComponentProps & import('../../../vue/dist/vue.esm-bundler.js').ComponentCustomProps & {
|
|
844
|
-
install(app: App): void;
|
|
845
|
-
};
|
|
846
|
-
declare const OHeaderSourceCode: {
|
|
847
|
-
new (...args: any[]): import('../../../vue/dist/vue.esm-bundler.js').CreateComponentPublicInstanceWithMixins<Readonly<import('./OHeaderSourceCode.vue').CodePropsT> & Readonly<{}>, {}, {}, {}, {}, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, {}, import('../../../vue/dist/vue.esm-bundler.js').PublicProps, {
|
|
848
|
-
justify: string;
|
|
849
|
-
}, 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, {
|
|
850
|
-
P: {};
|
|
851
|
-
B: {};
|
|
852
|
-
D: {};
|
|
853
|
-
C: {};
|
|
854
|
-
M: {};
|
|
855
|
-
Defaults: {};
|
|
856
|
-
}, Readonly<import('./OHeaderSourceCode.vue').CodePropsT> & Readonly<{}>, {}, {}, {}, {}, {
|
|
857
|
-
justify: string;
|
|
858
|
-
}>;
|
|
859
|
-
__isFragment?: never;
|
|
860
|
-
__isTeleport?: never;
|
|
861
|
-
__isSuspense?: never;
|
|
862
|
-
} & import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsBase<Readonly<import('./OHeaderSourceCode.vue').CodePropsT> & Readonly<{}>, {}, {}, {}, {}, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, {}, string, {
|
|
863
|
-
justify: string;
|
|
864
|
-
}, {}, 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> & import('../../../vue/dist/vue.esm-bundler.js').VNodeProps & import('../../../vue/dist/vue.esm-bundler.js').AllowedComponentProps & import('../../../vue/dist/vue.esm-bundler.js').ComponentCustomProps & {
|
|
865
|
-
install(app: App): void;
|
|
866
|
-
};
|
|
867
|
-
declare const OHeaderLanguageSwitcher: {
|
|
868
|
-
new (...args: any[]): import('../../../vue/dist/vue.esm-bundler.js').CreateComponentPublicInstanceWithMixins<Readonly<import('../../../vue/dist/vue.esm-bundler.js').ExtractPropTypes<{
|
|
869
|
-
options: {
|
|
870
|
-
type: () => import('./OHeaderLanguageSwitcher.vue').LanguageOptionT[];
|
|
871
|
-
default(): {
|
|
872
|
-
id: string;
|
|
873
|
-
label: string;
|
|
874
|
-
simple: string;
|
|
875
|
-
}[];
|
|
876
|
-
};
|
|
877
|
-
type: {
|
|
878
|
-
type: () => "auto" | "common" | "mobile";
|
|
879
|
-
default: string;
|
|
880
|
-
};
|
|
881
|
-
auto: {
|
|
882
|
-
type: BooleanConstructor;
|
|
883
|
-
default: boolean;
|
|
884
|
-
};
|
|
885
|
-
}>> & Readonly<{
|
|
886
|
-
onChange?: ((...args: any[]) => any) | undefined;
|
|
887
|
-
}>, {}, {}, {}, {}, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, {
|
|
888
|
-
change: (...args: any[]) => void;
|
|
889
|
-
}, import('../../../vue/dist/vue.esm-bundler.js').PublicProps, {
|
|
890
|
-
type: "auto" | "mobile" | "common";
|
|
891
|
-
auto: boolean;
|
|
892
|
-
options: import('./OHeaderLanguageSwitcher.vue').LanguageOptionT[];
|
|
893
|
-
}, true, {}, {}, import('../../../vue/dist/vue.esm-bundler.js').GlobalComponents, import('../../../vue/dist/vue.esm-bundler.js').GlobalDirectives, string, {}, any, import('../../../vue/dist/vue.esm-bundler.js').ComponentProvideOptions, {
|
|
894
|
-
P: {};
|
|
895
|
-
B: {};
|
|
896
|
-
D: {};
|
|
897
|
-
C: {};
|
|
898
|
-
M: {};
|
|
899
|
-
Defaults: {};
|
|
900
|
-
}, Readonly<import('../../../vue/dist/vue.esm-bundler.js').ExtractPropTypes<{
|
|
901
|
-
options: {
|
|
902
|
-
type: () => import('./OHeaderLanguageSwitcher.vue').LanguageOptionT[];
|
|
903
|
-
default(): {
|
|
904
|
-
id: string;
|
|
905
|
-
label: string;
|
|
906
|
-
simple: string;
|
|
907
|
-
}[];
|
|
908
|
-
};
|
|
909
|
-
type: {
|
|
910
|
-
type: () => "auto" | "common" | "mobile";
|
|
911
|
-
default: string;
|
|
912
|
-
};
|
|
913
|
-
auto: {
|
|
914
|
-
type: BooleanConstructor;
|
|
915
|
-
default: boolean;
|
|
916
|
-
};
|
|
917
|
-
}>> & Readonly<{
|
|
918
|
-
onChange?: ((...args: any[]) => any) | undefined;
|
|
919
|
-
}>, {}, {}, {}, {}, {
|
|
920
|
-
type: "auto" | "mobile" | "common";
|
|
921
|
-
auto: boolean;
|
|
922
|
-
options: import('./OHeaderLanguageSwitcher.vue').LanguageOptionT[];
|
|
923
|
-
}>;
|
|
924
|
-
__isFragment?: never;
|
|
925
|
-
__isTeleport?: never;
|
|
926
|
-
__isSuspense?: never;
|
|
927
|
-
} & import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsBase<Readonly<import('../../../vue/dist/vue.esm-bundler.js').ExtractPropTypes<{
|
|
928
|
-
options: {
|
|
929
|
-
type: () => import('./OHeaderLanguageSwitcher.vue').LanguageOptionT[];
|
|
930
|
-
default(): {
|
|
931
|
-
id: string;
|
|
932
|
-
label: string;
|
|
933
|
-
simple: string;
|
|
934
|
-
}[];
|
|
935
|
-
};
|
|
936
|
-
type: {
|
|
937
|
-
type: () => "auto" | "common" | "mobile";
|
|
938
|
-
default: string;
|
|
939
|
-
};
|
|
940
|
-
auto: {
|
|
941
|
-
type: BooleanConstructor;
|
|
942
|
-
default: boolean;
|
|
943
|
-
};
|
|
944
|
-
}>> & Readonly<{
|
|
945
|
-
onChange?: ((...args: any[]) => any) | undefined;
|
|
946
|
-
}>, {}, {}, {}, {}, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, {
|
|
947
|
-
change: (...args: any[]) => void;
|
|
948
|
-
}, string, {
|
|
949
|
-
type: "auto" | "mobile" | "common";
|
|
950
|
-
auto: boolean;
|
|
951
|
-
options: import('./OHeaderLanguageSwitcher.vue').LanguageOptionT[];
|
|
952
|
-
}, {}, 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> & import('../../../vue/dist/vue.esm-bundler.js').VNodeProps & import('../../../vue/dist/vue.esm-bundler.js').AllowedComponentProps & import('../../../vue/dist/vue.esm-bundler.js').ComponentCustomProps & {
|
|
953
|
-
install(app: App): void;
|
|
954
|
-
};
|
|
955
152
|
export * from './types';
|
|
956
|
-
export { OHeader, OHeaderMobile
|
|
153
|
+
export { OHeader, OHeaderMobile };
|