@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
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
import { App } from '../../../vue/dist/vue.esm-bundler.js';
|
|
2
|
+
declare const OHeaderTheme: {
|
|
3
|
+
new (...args: any[]): import('../../../vue/dist/vue.esm-bundler.js').CreateComponentPublicInstanceWithMixins<Readonly<import('./OHeaderTheme.vue').OHeaderThemePropsT> & Readonly<{
|
|
4
|
+
onChange?: ((val: string) => any) | undefined;
|
|
5
|
+
"onUpdate:theme"?: ((value: string) => any) | undefined;
|
|
6
|
+
}>, {}, {}, {}, {}, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, {} & {
|
|
7
|
+
change: (val: string) => any;
|
|
8
|
+
"update:theme": (value: string) => any;
|
|
9
|
+
}, import('../../../vue/dist/vue.esm-bundler.js').PublicProps, {
|
|
10
|
+
type: "auto" | "common" | "mobile";
|
|
11
|
+
disabled: boolean;
|
|
12
|
+
theme: string;
|
|
13
|
+
lightValue: string;
|
|
14
|
+
darkValue: string;
|
|
15
|
+
}, 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, {
|
|
16
|
+
P: {};
|
|
17
|
+
B: {};
|
|
18
|
+
D: {};
|
|
19
|
+
C: {};
|
|
20
|
+
M: {};
|
|
21
|
+
Defaults: {};
|
|
22
|
+
}, Readonly<import('./OHeaderTheme.vue').OHeaderThemePropsT> & Readonly<{
|
|
23
|
+
onChange?: ((val: string) => any) | undefined;
|
|
24
|
+
"onUpdate:theme"?: ((value: string) => any) | undefined;
|
|
25
|
+
}>, {}, {}, {}, {}, {
|
|
26
|
+
type: "auto" | "common" | "mobile";
|
|
27
|
+
disabled: boolean;
|
|
28
|
+
theme: string;
|
|
29
|
+
lightValue: string;
|
|
30
|
+
darkValue: string;
|
|
31
|
+
}>;
|
|
32
|
+
__isFragment?: never;
|
|
33
|
+
__isTeleport?: never;
|
|
34
|
+
__isSuspense?: never;
|
|
35
|
+
} & import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsBase<Readonly<import('./OHeaderTheme.vue').OHeaderThemePropsT> & Readonly<{
|
|
36
|
+
onChange?: ((val: string) => any) | undefined;
|
|
37
|
+
"onUpdate:theme"?: ((value: string) => any) | undefined;
|
|
38
|
+
}>, {}, {}, {}, {}, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, {} & {
|
|
39
|
+
change: (val: string) => any;
|
|
40
|
+
"update:theme": (value: string) => any;
|
|
41
|
+
}, string, {
|
|
42
|
+
type: "auto" | "common" | "mobile";
|
|
43
|
+
disabled: boolean;
|
|
44
|
+
theme: string;
|
|
45
|
+
lightValue: string;
|
|
46
|
+
darkValue: string;
|
|
47
|
+
}, {}, 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 & {
|
|
48
|
+
install(app: App): void;
|
|
49
|
+
};
|
|
50
|
+
export { OHeaderTheme };
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
import { App } from '../../../vue/dist/vue.esm-bundler.js';
|
|
2
|
+
declare const OHeaderUser: {
|
|
3
|
+
new (...args: any[]): import('../../../vue/dist/vue.esm-bundler.js').CreateComponentPublicInstanceWithMixins<Readonly<import('./OHeaderUser.vue').UserPropsT> & Readonly<{
|
|
4
|
+
onLogin?: (() => any) | undefined;
|
|
5
|
+
onLogout?: (() => any) | undefined;
|
|
6
|
+
}>, {}, {}, {}, {}, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, {} & {
|
|
7
|
+
login: () => any;
|
|
8
|
+
logout: () => any;
|
|
9
|
+
}, import('../../../vue/dist/vue.esm-bundler.js').PublicProps, {
|
|
10
|
+
options: import('./OHeaderUser.vue').OptionsItemT[];
|
|
11
|
+
lang: string;
|
|
12
|
+
customSize: number;
|
|
13
|
+
token: string;
|
|
14
|
+
noticeTotal: number;
|
|
15
|
+
userInfo: import('./OHeaderUser.vue').UserInfoT;
|
|
16
|
+
}, 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, {
|
|
17
|
+
P: {};
|
|
18
|
+
B: {};
|
|
19
|
+
D: {};
|
|
20
|
+
C: {};
|
|
21
|
+
M: {};
|
|
22
|
+
Defaults: {};
|
|
23
|
+
}, Readonly<import('./OHeaderUser.vue').UserPropsT> & Readonly<{
|
|
24
|
+
onLogin?: (() => any) | undefined;
|
|
25
|
+
onLogout?: (() => any) | undefined;
|
|
26
|
+
}>, {}, {}, {}, {}, {
|
|
27
|
+
options: import('./OHeaderUser.vue').OptionsItemT[];
|
|
28
|
+
lang: string;
|
|
29
|
+
customSize: number;
|
|
30
|
+
token: string;
|
|
31
|
+
noticeTotal: number;
|
|
32
|
+
userInfo: import('./OHeaderUser.vue').UserInfoT;
|
|
33
|
+
}>;
|
|
34
|
+
__isFragment?: never;
|
|
35
|
+
__isTeleport?: never;
|
|
36
|
+
__isSuspense?: never;
|
|
37
|
+
} & import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsBase<Readonly<import('./OHeaderUser.vue').UserPropsT> & Readonly<{
|
|
38
|
+
onLogin?: (() => any) | undefined;
|
|
39
|
+
onLogout?: (() => any) | undefined;
|
|
40
|
+
}>, {}, {}, {}, {}, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, {} & {
|
|
41
|
+
login: () => any;
|
|
42
|
+
logout: () => any;
|
|
43
|
+
}, string, {
|
|
44
|
+
options: import('./OHeaderUser.vue').OptionsItemT[];
|
|
45
|
+
lang: string;
|
|
46
|
+
customSize: number;
|
|
47
|
+
token: string;
|
|
48
|
+
noticeTotal: number;
|
|
49
|
+
userInfo: import('./OHeaderUser.vue').UserInfoT;
|
|
50
|
+
}, {}, 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 & {
|
|
51
|
+
install(app: App): void;
|
|
52
|
+
};
|
|
53
|
+
export { OHeaderUser };
|
|
@@ -230,6 +230,7 @@ declare function __VLS_template(): {
|
|
|
230
230
|
onScroll?: ((event: Event) => any) | undefined;
|
|
231
231
|
}>, {
|
|
232
232
|
scrollTo: (options?: ScrollToOptions | undefined) => void;
|
|
233
|
+
scrollBy: (options?: ScrollToOptions | undefined) => void;
|
|
233
234
|
getContainerEl(): HTMLElement | null;
|
|
234
235
|
}, {}, {}, {}, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, {
|
|
235
236
|
scroll: (event: Event) => any;
|
|
@@ -306,8 +307,9 @@ declare function __VLS_template(): {
|
|
|
306
307
|
};
|
|
307
308
|
}>> & Readonly<{
|
|
308
309
|
onScroll?: ((event: Event) => any) | undefined;
|
|
309
|
-
}>, "size" | "duration" | "disabledX" | "disabledY" | "showType" | "autoUpdateOnScrollSize" | "scrollTo" | "getContainerEl"> & {
|
|
310
|
+
}>, "size" | "duration" | "disabledX" | "disabledY" | "showType" | "autoUpdateOnScrollSize" | "scrollTo" | "scrollBy" | "getContainerEl"> & {
|
|
310
311
|
scrollTo: (options?: ScrollToOptions | undefined) => void;
|
|
312
|
+
scrollBy: (options?: ScrollToOptions | undefined) => void;
|
|
311
313
|
getContainerEl: () => HTMLElement | null;
|
|
312
314
|
} & {} & import('../../../vue/dist/vue.esm-bundler.js').ComponentCustomProperties & {} & {
|
|
313
315
|
$slots: {
|
|
@@ -544,6 +546,7 @@ declare const __VLS_component: import('../../../vue/dist/vue.esm-bundler.js').De
|
|
|
544
546
|
onScroll?: ((event: Event) => any) | undefined;
|
|
545
547
|
}>, {
|
|
546
548
|
scrollTo: (options?: ScrollToOptions | undefined) => void;
|
|
549
|
+
scrollBy: (options?: ScrollToOptions | undefined) => void;
|
|
547
550
|
getContainerEl(): HTMLElement | null;
|
|
548
551
|
}, {}, {}, {}, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, {
|
|
549
552
|
scroll: (event: Event) => any;
|
|
@@ -620,8 +623,9 @@ declare const __VLS_component: import('../../../vue/dist/vue.esm-bundler.js').De
|
|
|
620
623
|
};
|
|
621
624
|
}>> & Readonly<{
|
|
622
625
|
onScroll?: ((event: Event) => any) | undefined;
|
|
623
|
-
}>, "size" | "duration" | "disabledX" | "disabledY" | "showType" | "autoUpdateOnScrollSize" | "scrollTo" | "getContainerEl"> & {
|
|
626
|
+
}>, "size" | "duration" | "disabledX" | "disabledY" | "showType" | "autoUpdateOnScrollSize" | "scrollTo" | "scrollBy" | "getContainerEl"> & {
|
|
624
627
|
scrollTo: (options?: ScrollToOptions | undefined) => void;
|
|
628
|
+
scrollBy: (options?: ScrollToOptions | undefined) => void;
|
|
625
629
|
getContainerEl: () => HTMLElement | null;
|
|
626
630
|
} & {} & import('../../../vue/dist/vue.esm-bundler.js').ComponentCustomProperties & {} & {
|
|
627
631
|
$slots: {
|
|
@@ -693,6 +693,7 @@ declare const OMeetingMyCalendar: {
|
|
|
693
693
|
onScroll?: ((event: Event) => any) | undefined;
|
|
694
694
|
}>, {
|
|
695
695
|
scrollTo: (options?: ScrollToOptions | undefined) => void;
|
|
696
|
+
scrollBy: (options?: ScrollToOptions | undefined) => void;
|
|
696
697
|
getContainerEl(): HTMLElement | null;
|
|
697
698
|
}, {}, {}, {}, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, {
|
|
698
699
|
scroll: (event: Event) => any;
|
|
@@ -769,8 +770,9 @@ declare const OMeetingMyCalendar: {
|
|
|
769
770
|
};
|
|
770
771
|
}>> & Readonly<{
|
|
771
772
|
onScroll?: ((event: Event) => any) | undefined;
|
|
772
|
-
}>, "size" | "duration" | "disabledX" | "disabledY" | "showType" | "autoUpdateOnScrollSize" | "scrollTo" | "getContainerEl"> & {
|
|
773
|
+
}>, "size" | "duration" | "disabledX" | "disabledY" | "showType" | "autoUpdateOnScrollSize" | "scrollTo" | "scrollBy" | "getContainerEl"> & {
|
|
773
774
|
scrollTo: (options?: ScrollToOptions | undefined) => void;
|
|
775
|
+
scrollBy: (options?: ScrollToOptions | undefined) => void;
|
|
774
776
|
getContainerEl: () => HTMLElement | null;
|
|
775
777
|
} & {} & import('../../../vue/dist/vue.esm-bundler.js').ComponentCustomProperties & {} & {
|
|
776
778
|
$slots: {
|
|
@@ -31,7 +31,8 @@ export interface OptionItemT {
|
|
|
31
31
|
export type PlatformT = 'welink' | 'tencent' | 'zoom' | 'WELINK' | 'TENCENT' | 'ZOOM' | 'WeLink' | 'Tencent';
|
|
32
32
|
export declare enum MeetingGroupType {
|
|
33
33
|
SIG = "sig",
|
|
34
|
-
GROUP = "group"
|
|
34
|
+
GROUP = "group",
|
|
35
|
+
NONE = "none"
|
|
35
36
|
}
|
|
36
37
|
export interface MeetingCalendarPropsT {
|
|
37
38
|
getDateListRequest: any;
|
|
@@ -83,6 +84,7 @@ export interface MeetingFormPropsT {
|
|
|
83
84
|
showBtns?: boolean;
|
|
84
85
|
groupType: MeetingGroupType;
|
|
85
86
|
confirmText?: string;
|
|
87
|
+
labelMap?: Record<string, string>;
|
|
86
88
|
}
|
|
87
89
|
export interface ObsDataItemT {
|
|
88
90
|
id: number;
|
|
@@ -1,5 +1,6 @@
|
|
|
1
|
+
import { Dayjs } from 'dayjs';
|
|
1
2
|
import { OptionItemT } from './types';
|
|
2
|
-
export declare const formatDate: (date?: string | Date, format?: string) => string;
|
|
3
|
+
export declare const formatDate: (date?: undefined | string | Date | Dayjs, format?: string) => string;
|
|
3
4
|
export declare const findLabelFromOptions: (value: string | number, options: OptionItemT[], labelKey?: keyof OptionItemT, valueKey?: keyof OptionItemT) => any;
|
|
4
5
|
export declare const speakerNum: (val: string) => number;
|
|
5
6
|
export declare const getDateNumber: (date: string) => number;
|
|
@@ -121,6 +121,7 @@ declare function __VLS_template(): {
|
|
|
121
121
|
variant: "solid" | "outline" | "text";
|
|
122
122
|
clearable: boolean;
|
|
123
123
|
readonly: boolean;
|
|
124
|
+
noKeyboard: boolean;
|
|
124
125
|
showLength: "auto" | "always" | "never";
|
|
125
126
|
inputOnOutlimit: boolean;
|
|
126
127
|
showPasswordEvent: "click" | "pointerdown";
|
|
@@ -133,6 +134,7 @@ declare function __VLS_template(): {
|
|
|
133
134
|
readonly variant: "solid" | "outline" | "text";
|
|
134
135
|
readonly disabled: boolean;
|
|
135
136
|
readonly readonly: boolean;
|
|
137
|
+
readonly noKeyboard: boolean;
|
|
136
138
|
readonly clearable: boolean;
|
|
137
139
|
readonly showLength: "auto" | "always" | "never";
|
|
138
140
|
readonly inputOnOutlimit: boolean;
|
|
@@ -159,7 +161,7 @@ declare function __VLS_template(): {
|
|
|
159
161
|
readonly onFocus?: ((evt: FocusEvent) => any) | undefined | undefined;
|
|
160
162
|
readonly "onUpdate:modelValue"?: ((value: string) => any) | undefined | undefined;
|
|
161
163
|
readonly onPressEnter?: ((evt: KeyboardEvent) => any) | undefined | undefined;
|
|
162
|
-
} & import('../../../vue/dist/vue.esm-bundler.js').VNodeProps & import('../../../vue/dist/vue.esm-bundler.js').AllowedComponentProps & import('../../../vue/dist/vue.esm-bundler.js').ComponentCustomProps, "type" | "color" | "variant" | "disabled" | "readonly" | "clearable" | "showLength" | "inputOnOutlimit" | "showPasswordEvent" | "autoWidth" | "passwordPlaceholder" | "onlyNumericInput">;
|
|
164
|
+
} & 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" | "noKeyboard" | "clearable" | "showLength" | "inputOnOutlimit" | "showPasswordEvent" | "autoWidth" | "passwordPlaceholder" | "onlyNumericInput">;
|
|
163
165
|
$attrs: import('../../../vue/dist/vue.esm-bundler.js').Attrs;
|
|
164
166
|
$refs: {
|
|
165
167
|
[x: string]: unknown;
|
|
@@ -209,6 +211,9 @@ declare function __VLS_template(): {
|
|
|
209
211
|
readonly: {
|
|
210
212
|
type: BooleanConstructor;
|
|
211
213
|
};
|
|
214
|
+
noKeyboard: {
|
|
215
|
+
type: BooleanConstructor;
|
|
216
|
+
};
|
|
212
217
|
clearable: {
|
|
213
218
|
type: BooleanConstructor;
|
|
214
219
|
};
|
|
@@ -281,6 +286,7 @@ declare function __VLS_template(): {
|
|
|
281
286
|
variant: "solid" | "outline" | "text";
|
|
282
287
|
clearable: boolean;
|
|
283
288
|
readonly: boolean;
|
|
289
|
+
noKeyboard: boolean;
|
|
284
290
|
showLength: "auto" | "always" | "never";
|
|
285
291
|
inputOnOutlimit: boolean;
|
|
286
292
|
showPasswordEvent: "click" | "pointerdown";
|
|
@@ -314,6 +320,7 @@ declare function __VLS_template(): {
|
|
|
314
320
|
variant: "solid" | "outline" | "text";
|
|
315
321
|
clearable: boolean;
|
|
316
322
|
readonly: boolean;
|
|
323
|
+
noKeyboard: boolean;
|
|
317
324
|
showLength: "auto" | "always" | "never";
|
|
318
325
|
inputOnOutlimit: boolean;
|
|
319
326
|
showPasswordEvent: "click" | "pointerdown";
|
|
@@ -357,6 +364,9 @@ declare function __VLS_template(): {
|
|
|
357
364
|
readonly: {
|
|
358
365
|
type: BooleanConstructor;
|
|
359
366
|
};
|
|
367
|
+
noKeyboard: {
|
|
368
|
+
type: BooleanConstructor;
|
|
369
|
+
};
|
|
360
370
|
clearable: {
|
|
361
371
|
type: BooleanConstructor;
|
|
362
372
|
};
|
|
@@ -408,7 +418,7 @@ declare function __VLS_template(): {
|
|
|
408
418
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
409
419
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
410
420
|
onPressEnter?: ((evt: KeyboardEvent) => any) | undefined;
|
|
411
|
-
}>, "blur" | "focus" | "type" | "color" | "variant" | "disabled" | "clear" | "readonly" | "clearable" | "showLength" | "inputOnOutlimit" | "showPasswordEvent" | "autoWidth" | "passwordPlaceholder" | "onlyNumericInput" | "inputEl" | "togglePassword"> & {
|
|
421
|
+
}>, "blur" | "focus" | "type" | "color" | "variant" | "disabled" | "clear" | "readonly" | "noKeyboard" | "clearable" | "showLength" | "inputOnOutlimit" | "showPasswordEvent" | "autoWidth" | "passwordPlaceholder" | "onlyNumericInput" | "inputEl" | "togglePassword"> & {
|
|
412
422
|
focus: () => void | undefined;
|
|
413
423
|
blur: () => void | undefined;
|
|
414
424
|
clear: () => void | undefined;
|
|
@@ -596,6 +606,7 @@ declare const __VLS_component: import('../../../vue/dist/vue.esm-bundler.js').De
|
|
|
596
606
|
variant: "solid" | "outline" | "text";
|
|
597
607
|
clearable: boolean;
|
|
598
608
|
readonly: boolean;
|
|
609
|
+
noKeyboard: boolean;
|
|
599
610
|
showLength: "auto" | "always" | "never";
|
|
600
611
|
inputOnOutlimit: boolean;
|
|
601
612
|
showPasswordEvent: "click" | "pointerdown";
|
|
@@ -608,6 +619,7 @@ declare const __VLS_component: import('../../../vue/dist/vue.esm-bundler.js').De
|
|
|
608
619
|
readonly variant: "solid" | "outline" | "text";
|
|
609
620
|
readonly disabled: boolean;
|
|
610
621
|
readonly readonly: boolean;
|
|
622
|
+
readonly noKeyboard: boolean;
|
|
611
623
|
readonly clearable: boolean;
|
|
612
624
|
readonly showLength: "auto" | "always" | "never";
|
|
613
625
|
readonly inputOnOutlimit: boolean;
|
|
@@ -634,7 +646,7 @@ declare const __VLS_component: import('../../../vue/dist/vue.esm-bundler.js').De
|
|
|
634
646
|
readonly onFocus?: ((evt: FocusEvent) => any) | undefined | undefined;
|
|
635
647
|
readonly "onUpdate:modelValue"?: ((value: string) => any) | undefined | undefined;
|
|
636
648
|
readonly onPressEnter?: ((evt: KeyboardEvent) => any) | undefined | undefined;
|
|
637
|
-
} & import('../../../vue/dist/vue.esm-bundler.js').VNodeProps & import('../../../vue/dist/vue.esm-bundler.js').AllowedComponentProps & import('../../../vue/dist/vue.esm-bundler.js').ComponentCustomProps, "type" | "color" | "variant" | "disabled" | "readonly" | "clearable" | "showLength" | "inputOnOutlimit" | "showPasswordEvent" | "autoWidth" | "passwordPlaceholder" | "onlyNumericInput">;
|
|
649
|
+
} & 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" | "noKeyboard" | "clearable" | "showLength" | "inputOnOutlimit" | "showPasswordEvent" | "autoWidth" | "passwordPlaceholder" | "onlyNumericInput">;
|
|
638
650
|
$attrs: import('../../../vue/dist/vue.esm-bundler.js').Attrs;
|
|
639
651
|
$refs: {
|
|
640
652
|
[x: string]: unknown;
|
|
@@ -684,6 +696,9 @@ declare const __VLS_component: import('../../../vue/dist/vue.esm-bundler.js').De
|
|
|
684
696
|
readonly: {
|
|
685
697
|
type: BooleanConstructor;
|
|
686
698
|
};
|
|
699
|
+
noKeyboard: {
|
|
700
|
+
type: BooleanConstructor;
|
|
701
|
+
};
|
|
687
702
|
clearable: {
|
|
688
703
|
type: BooleanConstructor;
|
|
689
704
|
};
|
|
@@ -756,6 +771,7 @@ declare const __VLS_component: import('../../../vue/dist/vue.esm-bundler.js').De
|
|
|
756
771
|
variant: "solid" | "outline" | "text";
|
|
757
772
|
clearable: boolean;
|
|
758
773
|
readonly: boolean;
|
|
774
|
+
noKeyboard: boolean;
|
|
759
775
|
showLength: "auto" | "always" | "never";
|
|
760
776
|
inputOnOutlimit: boolean;
|
|
761
777
|
showPasswordEvent: "click" | "pointerdown";
|
|
@@ -789,6 +805,7 @@ declare const __VLS_component: import('../../../vue/dist/vue.esm-bundler.js').De
|
|
|
789
805
|
variant: "solid" | "outline" | "text";
|
|
790
806
|
clearable: boolean;
|
|
791
807
|
readonly: boolean;
|
|
808
|
+
noKeyboard: boolean;
|
|
792
809
|
showLength: "auto" | "always" | "never";
|
|
793
810
|
inputOnOutlimit: boolean;
|
|
794
811
|
showPasswordEvent: "click" | "pointerdown";
|
|
@@ -832,6 +849,9 @@ declare const __VLS_component: import('../../../vue/dist/vue.esm-bundler.js').De
|
|
|
832
849
|
readonly: {
|
|
833
850
|
type: BooleanConstructor;
|
|
834
851
|
};
|
|
852
|
+
noKeyboard: {
|
|
853
|
+
type: BooleanConstructor;
|
|
854
|
+
};
|
|
835
855
|
clearable: {
|
|
836
856
|
type: BooleanConstructor;
|
|
837
857
|
};
|
|
@@ -883,7 +903,7 @@ declare const __VLS_component: import('../../../vue/dist/vue.esm-bundler.js').De
|
|
|
883
903
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
884
904
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
885
905
|
onPressEnter?: ((evt: KeyboardEvent) => any) | undefined;
|
|
886
|
-
}>, "blur" | "focus" | "type" | "color" | "variant" | "disabled" | "clear" | "readonly" | "clearable" | "showLength" | "inputOnOutlimit" | "showPasswordEvent" | "autoWidth" | "passwordPlaceholder" | "onlyNumericInput" | "inputEl" | "togglePassword"> & {
|
|
906
|
+
}>, "blur" | "focus" | "type" | "color" | "variant" | "disabled" | "clear" | "readonly" | "noKeyboard" | "clearable" | "showLength" | "inputOnOutlimit" | "showPasswordEvent" | "autoWidth" | "passwordPlaceholder" | "onlyNumericInput" | "inputEl" | "togglePassword"> & {
|
|
887
907
|
focus: () => void | undefined;
|
|
888
908
|
blur: () => void | undefined;
|
|
889
909
|
clear: () => void | undefined;
|
|
@@ -72,6 +72,7 @@ declare const OSearchInput: {
|
|
|
72
72
|
variant: "solid" | "outline" | "text";
|
|
73
73
|
clearable: boolean;
|
|
74
74
|
readonly: boolean;
|
|
75
|
+
noKeyboard: boolean;
|
|
75
76
|
showLength: "auto" | "always" | "never";
|
|
76
77
|
inputOnOutlimit: boolean;
|
|
77
78
|
showPasswordEvent: "click" | "pointerdown";
|
|
@@ -84,6 +85,7 @@ declare const OSearchInput: {
|
|
|
84
85
|
readonly variant: "solid" | "outline" | "text";
|
|
85
86
|
readonly disabled: boolean;
|
|
86
87
|
readonly readonly: boolean;
|
|
88
|
+
readonly noKeyboard: boolean;
|
|
87
89
|
readonly clearable: boolean;
|
|
88
90
|
readonly showLength: "auto" | "always" | "never";
|
|
89
91
|
readonly inputOnOutlimit: boolean;
|
|
@@ -110,7 +112,7 @@ declare const OSearchInput: {
|
|
|
110
112
|
readonly onFocus?: ((evt: FocusEvent) => any) | undefined | undefined;
|
|
111
113
|
readonly "onUpdate:modelValue"?: ((value: string) => any) | undefined | undefined;
|
|
112
114
|
readonly onPressEnter?: ((evt: KeyboardEvent) => any) | undefined | undefined;
|
|
113
|
-
} & import('../../../vue/dist/vue.esm-bundler.js').VNodeProps & import('../../../vue/dist/vue.esm-bundler.js').AllowedComponentProps & import('../../../vue/dist/vue.esm-bundler.js').ComponentCustomProps, "type" | "color" | "variant" | "disabled" | "readonly" | "clearable" | "showLength" | "inputOnOutlimit" | "showPasswordEvent" | "autoWidth" | "passwordPlaceholder" | "onlyNumericInput">;
|
|
115
|
+
} & 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" | "noKeyboard" | "clearable" | "showLength" | "inputOnOutlimit" | "showPasswordEvent" | "autoWidth" | "passwordPlaceholder" | "onlyNumericInput">;
|
|
114
116
|
$attrs: import('../../../vue/dist/vue.esm-bundler.js').Attrs;
|
|
115
117
|
$refs: {
|
|
116
118
|
[x: string]: unknown;
|
|
@@ -160,6 +162,9 @@ declare const OSearchInput: {
|
|
|
160
162
|
readonly: {
|
|
161
163
|
type: BooleanConstructor;
|
|
162
164
|
};
|
|
165
|
+
noKeyboard: {
|
|
166
|
+
type: BooleanConstructor;
|
|
167
|
+
};
|
|
163
168
|
clearable: {
|
|
164
169
|
type: BooleanConstructor;
|
|
165
170
|
};
|
|
@@ -232,6 +237,7 @@ declare const OSearchInput: {
|
|
|
232
237
|
variant: "solid" | "outline" | "text";
|
|
233
238
|
clearable: boolean;
|
|
234
239
|
readonly: boolean;
|
|
240
|
+
noKeyboard: boolean;
|
|
235
241
|
showLength: "auto" | "always" | "never";
|
|
236
242
|
inputOnOutlimit: boolean;
|
|
237
243
|
showPasswordEvent: "click" | "pointerdown";
|
|
@@ -265,6 +271,7 @@ declare const OSearchInput: {
|
|
|
265
271
|
variant: "solid" | "outline" | "text";
|
|
266
272
|
clearable: boolean;
|
|
267
273
|
readonly: boolean;
|
|
274
|
+
noKeyboard: boolean;
|
|
268
275
|
showLength: "auto" | "always" | "never";
|
|
269
276
|
inputOnOutlimit: boolean;
|
|
270
277
|
showPasswordEvent: "click" | "pointerdown";
|
|
@@ -308,6 +315,9 @@ declare const OSearchInput: {
|
|
|
308
315
|
readonly: {
|
|
309
316
|
type: BooleanConstructor;
|
|
310
317
|
};
|
|
318
|
+
noKeyboard: {
|
|
319
|
+
type: BooleanConstructor;
|
|
320
|
+
};
|
|
311
321
|
clearable: {
|
|
312
322
|
type: BooleanConstructor;
|
|
313
323
|
};
|
|
@@ -359,7 +369,7 @@ declare const OSearchInput: {
|
|
|
359
369
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
360
370
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
361
371
|
onPressEnter?: ((evt: KeyboardEvent) => any) | undefined;
|
|
362
|
-
}>, "blur" | "focus" | "type" | "color" | "variant" | "disabled" | "clear" | "readonly" | "clearable" | "showLength" | "inputOnOutlimit" | "showPasswordEvent" | "autoWidth" | "passwordPlaceholder" | "onlyNumericInput" | "inputEl" | "togglePassword"> & {
|
|
372
|
+
}>, "blur" | "focus" | "type" | "color" | "variant" | "disabled" | "clear" | "readonly" | "noKeyboard" | "clearable" | "showLength" | "inputOnOutlimit" | "showPasswordEvent" | "autoWidth" | "passwordPlaceholder" | "onlyNumericInput" | "inputEl" | "togglePassword"> & {
|
|
363
373
|
focus: () => void | undefined;
|
|
364
374
|
blur: () => void | undefined;
|
|
365
375
|
clear: () => void | undefined;
|
|
@@ -45,6 +45,7 @@ declare function __VLS_template(): {
|
|
|
45
45
|
variant: "solid" | "outline" | "text";
|
|
46
46
|
clearable: boolean;
|
|
47
47
|
readonly: boolean;
|
|
48
|
+
noKeyboard: boolean;
|
|
48
49
|
showLength: "auto" | "always" | "never";
|
|
49
50
|
inputOnOutlimit: boolean;
|
|
50
51
|
showPasswordEvent: "click" | "pointerdown";
|
|
@@ -57,6 +58,7 @@ declare function __VLS_template(): {
|
|
|
57
58
|
readonly variant: "solid" | "outline" | "text";
|
|
58
59
|
readonly disabled: boolean;
|
|
59
60
|
readonly readonly: boolean;
|
|
61
|
+
readonly noKeyboard: boolean;
|
|
60
62
|
readonly clearable: boolean;
|
|
61
63
|
readonly showLength: "auto" | "always" | "never";
|
|
62
64
|
readonly inputOnOutlimit: boolean;
|
|
@@ -83,7 +85,7 @@ declare function __VLS_template(): {
|
|
|
83
85
|
readonly onFocus?: ((evt: FocusEvent) => any) | undefined | undefined;
|
|
84
86
|
readonly "onUpdate:modelValue"?: ((value: string) => any) | undefined | undefined;
|
|
85
87
|
readonly onPressEnter?: ((evt: KeyboardEvent) => any) | undefined | undefined;
|
|
86
|
-
} & 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">;
|
|
88
|
+
} & 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" | "noKeyboard" | "clearable" | "showLength" | "inputOnOutlimit" | "showPasswordEvent" | "autoWidth" | "passwordPlaceholder" | "onlyNumericInput">;
|
|
87
89
|
$attrs: import('../../../../vue/dist/vue.esm-bundler.js').Attrs;
|
|
88
90
|
$refs: {
|
|
89
91
|
[x: string]: unknown;
|
|
@@ -133,6 +135,9 @@ declare function __VLS_template(): {
|
|
|
133
135
|
readonly: {
|
|
134
136
|
type: BooleanConstructor;
|
|
135
137
|
};
|
|
138
|
+
noKeyboard: {
|
|
139
|
+
type: BooleanConstructor;
|
|
140
|
+
};
|
|
136
141
|
clearable: {
|
|
137
142
|
type: BooleanConstructor;
|
|
138
143
|
};
|
|
@@ -205,6 +210,7 @@ declare function __VLS_template(): {
|
|
|
205
210
|
variant: "solid" | "outline" | "text";
|
|
206
211
|
clearable: boolean;
|
|
207
212
|
readonly: boolean;
|
|
213
|
+
noKeyboard: boolean;
|
|
208
214
|
showLength: "auto" | "always" | "never";
|
|
209
215
|
inputOnOutlimit: boolean;
|
|
210
216
|
showPasswordEvent: "click" | "pointerdown";
|
|
@@ -238,6 +244,7 @@ declare function __VLS_template(): {
|
|
|
238
244
|
variant: "solid" | "outline" | "text";
|
|
239
245
|
clearable: boolean;
|
|
240
246
|
readonly: boolean;
|
|
247
|
+
noKeyboard: boolean;
|
|
241
248
|
showLength: "auto" | "always" | "never";
|
|
242
249
|
inputOnOutlimit: boolean;
|
|
243
250
|
showPasswordEvent: "click" | "pointerdown";
|
|
@@ -281,6 +288,9 @@ declare function __VLS_template(): {
|
|
|
281
288
|
readonly: {
|
|
282
289
|
type: BooleanConstructor;
|
|
283
290
|
};
|
|
291
|
+
noKeyboard: {
|
|
292
|
+
type: BooleanConstructor;
|
|
293
|
+
};
|
|
284
294
|
clearable: {
|
|
285
295
|
type: BooleanConstructor;
|
|
286
296
|
};
|
|
@@ -332,7 +342,7 @@ declare function __VLS_template(): {
|
|
|
332
342
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
333
343
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
334
344
|
onPressEnter?: ((evt: KeyboardEvent) => any) | undefined;
|
|
335
|
-
}>, "blur" | "focus" | "type" | "color" | "variant" | "disabled" | "clear" | "readonly" | "clearable" | "showLength" | "inputOnOutlimit" | "showPasswordEvent" | "autoWidth" | "passwordPlaceholder" | "onlyNumericInput" | "inputEl" | "togglePassword"> & {
|
|
345
|
+
}>, "blur" | "focus" | "type" | "color" | "variant" | "disabled" | "clear" | "readonly" | "noKeyboard" | "clearable" | "showLength" | "inputOnOutlimit" | "showPasswordEvent" | "autoWidth" | "passwordPlaceholder" | "onlyNumericInput" | "inputEl" | "togglePassword"> & {
|
|
336
346
|
focus: () => void | undefined;
|
|
337
347
|
blur: () => void | undefined;
|
|
338
348
|
clear: () => void | undefined;
|
|
@@ -396,6 +406,7 @@ declare const __VLS_component: import('../../../../vue/dist/vue.esm-bundler.js')
|
|
|
396
406
|
variant: "solid" | "outline" | "text";
|
|
397
407
|
clearable: boolean;
|
|
398
408
|
readonly: boolean;
|
|
409
|
+
noKeyboard: boolean;
|
|
399
410
|
showLength: "auto" | "always" | "never";
|
|
400
411
|
inputOnOutlimit: boolean;
|
|
401
412
|
showPasswordEvent: "click" | "pointerdown";
|
|
@@ -408,6 +419,7 @@ declare const __VLS_component: import('../../../../vue/dist/vue.esm-bundler.js')
|
|
|
408
419
|
readonly variant: "solid" | "outline" | "text";
|
|
409
420
|
readonly disabled: boolean;
|
|
410
421
|
readonly readonly: boolean;
|
|
422
|
+
readonly noKeyboard: boolean;
|
|
411
423
|
readonly clearable: boolean;
|
|
412
424
|
readonly showLength: "auto" | "always" | "never";
|
|
413
425
|
readonly inputOnOutlimit: boolean;
|
|
@@ -434,7 +446,7 @@ declare const __VLS_component: import('../../../../vue/dist/vue.esm-bundler.js')
|
|
|
434
446
|
readonly onFocus?: ((evt: FocusEvent) => any) | undefined | undefined;
|
|
435
447
|
readonly "onUpdate:modelValue"?: ((value: string) => any) | undefined | undefined;
|
|
436
448
|
readonly onPressEnter?: ((evt: KeyboardEvent) => any) | undefined | undefined;
|
|
437
|
-
} & 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">;
|
|
449
|
+
} & 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" | "noKeyboard" | "clearable" | "showLength" | "inputOnOutlimit" | "showPasswordEvent" | "autoWidth" | "passwordPlaceholder" | "onlyNumericInput">;
|
|
438
450
|
$attrs: import('../../../../vue/dist/vue.esm-bundler.js').Attrs;
|
|
439
451
|
$refs: {
|
|
440
452
|
[x: string]: unknown;
|
|
@@ -484,6 +496,9 @@ declare const __VLS_component: import('../../../../vue/dist/vue.esm-bundler.js')
|
|
|
484
496
|
readonly: {
|
|
485
497
|
type: BooleanConstructor;
|
|
486
498
|
};
|
|
499
|
+
noKeyboard: {
|
|
500
|
+
type: BooleanConstructor;
|
|
501
|
+
};
|
|
487
502
|
clearable: {
|
|
488
503
|
type: BooleanConstructor;
|
|
489
504
|
};
|
|
@@ -556,6 +571,7 @@ declare const __VLS_component: import('../../../../vue/dist/vue.esm-bundler.js')
|
|
|
556
571
|
variant: "solid" | "outline" | "text";
|
|
557
572
|
clearable: boolean;
|
|
558
573
|
readonly: boolean;
|
|
574
|
+
noKeyboard: boolean;
|
|
559
575
|
showLength: "auto" | "always" | "never";
|
|
560
576
|
inputOnOutlimit: boolean;
|
|
561
577
|
showPasswordEvent: "click" | "pointerdown";
|
|
@@ -589,6 +605,7 @@ declare const __VLS_component: import('../../../../vue/dist/vue.esm-bundler.js')
|
|
|
589
605
|
variant: "solid" | "outline" | "text";
|
|
590
606
|
clearable: boolean;
|
|
591
607
|
readonly: boolean;
|
|
608
|
+
noKeyboard: boolean;
|
|
592
609
|
showLength: "auto" | "always" | "never";
|
|
593
610
|
inputOnOutlimit: boolean;
|
|
594
611
|
showPasswordEvent: "click" | "pointerdown";
|
|
@@ -632,6 +649,9 @@ declare const __VLS_component: import('../../../../vue/dist/vue.esm-bundler.js')
|
|
|
632
649
|
readonly: {
|
|
633
650
|
type: BooleanConstructor;
|
|
634
651
|
};
|
|
652
|
+
noKeyboard: {
|
|
653
|
+
type: BooleanConstructor;
|
|
654
|
+
};
|
|
635
655
|
clearable: {
|
|
636
656
|
type: BooleanConstructor;
|
|
637
657
|
};
|
|
@@ -683,7 +703,7 @@ declare const __VLS_component: import('../../../../vue/dist/vue.esm-bundler.js')
|
|
|
683
703
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
684
704
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
685
705
|
onPressEnter?: ((evt: KeyboardEvent) => any) | undefined;
|
|
686
|
-
}>, "blur" | "focus" | "type" | "color" | "variant" | "disabled" | "clear" | "readonly" | "clearable" | "showLength" | "inputOnOutlimit" | "showPasswordEvent" | "autoWidth" | "passwordPlaceholder" | "onlyNumericInput" | "inputEl" | "togglePassword"> & {
|
|
706
|
+
}>, "blur" | "focus" | "type" | "color" | "variant" | "disabled" | "clear" | "readonly" | "noKeyboard" | "clearable" | "showLength" | "inputOnOutlimit" | "showPasswordEvent" | "autoWidth" | "passwordPlaceholder" | "onlyNumericInput" | "inputEl" | "togglePassword"> & {
|
|
687
707
|
focus: () => void | undefined;
|
|
688
708
|
blur: () => void | undefined;
|
|
689
709
|
clear: () => void | undefined;
|