@opendesign-plus/components 0.0.1-rc.16
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 -0
- package/dist/chunk-OElCookieNotice.es.js +281 -0
- package/dist/components/OBanner.vue.d.ts +2 -0
- package/dist/components/OCookieNotice.vue.d.ts +16 -0
- package/dist/components/OFooter.vue.d.ts +25 -0
- package/dist/components/OHeader.vue.d.ts +23 -0
- package/dist/components/OHeaderMoblie.vue.d.ts +33 -0
- package/dist/components/OHeaderSearch.vue.d.ts +692 -0
- package/dist/components/OHeaderUser.vue.d.ts +40 -0
- package/dist/components/OPlusConfigProvider.vue.d.ts +23 -0
- package/dist/components/OSection.vue.d.ts +37 -0
- package/dist/components/OSourceCode.vue.d.ts +20 -0
- package/dist/components/OThemeSwitcher.vue.d.ts +28 -0
- package/dist/components/element-plus/OElCookieNotice.vue.d.ts +31 -0
- package/dist/components/element-plus/index.d.ts +2 -0
- package/dist/components/events/OEventsApply.vue.d.ts +16 -0
- package/dist/components/events/OEventsCalendar.vue.d.ts +5 -0
- package/dist/components/events/OEventsList.vue.d.ts +26 -0
- package/dist/components/events/config.d.ts +26 -0
- package/dist/components/events/index.d.ts +78 -0
- package/dist/components/events/types.d.ts +66 -0
- package/dist/components/events/utils.d.ts +7 -0
- package/dist/components.cjs.js +3 -0
- package/dist/components.css +1 -0
- package/dist/components.element.cjs.js +1 -0
- package/dist/components.element.es.js +4 -0
- package/dist/components.es.js +3509 -0
- package/dist/index.d.ts +18 -0
- package/docs/design.md +27 -0
- package/docs/design_banner.md +41 -0
- package/docs/design_section.md +27 -0
- package/npmcachae/_cacache/content-v2/sha512/bd/56/25079ffb18446953f88fc063c3d6eaf7191772851b8477c118f113b920a7f357b67b9006181af58c9f68b0059b899ad0f2c86fe0a6490958d138cb063afd +1 -0
- package/npmcachae/_cacache/index-v5/d8/49/af4c6bb8f580edbd7b6e18db381844403e5f689a9849c5ffcdd2dd95d735 +3 -0
- package/npmcachae/_logs/2026-03-17T09_38_12_009Z-debug-0.log +157 -0
- package/npmcachae/_logs/2026-03-17T09_38_14_370Z-debug-0.log +157 -0
- package/npmcachae/_logs/2026-03-17T09_38_16_516Z-debug-0.log +157 -0
- package/npmcachae/_logs/2026-03-17T09_38_18_616Z-debug-0.log +157 -0
- package/npmcachae/_logs/2026-03-17T09_38_20_859Z-debug-0.log +157 -0
- package/npmcachae/_logs/2026-03-17T09_38_23_182Z-debug-0.log +157 -0
- package/npmcachae/_logs/2026-03-17T09_38_25_452Z-debug-0.log +157 -0
- package/npmcachae/_logs/2026-03-17T09_38_27_865Z-debug-0.log +157 -0
- package/npmcachae/_logs/2026-03-17T09_38_30_082Z-debug-0.log +157 -0
- package/npmcachae/_logs/2026-03-17T09_38_32_219Z-debug-0.log +157 -0
- package/npmcachae/_logs/2026-03-17T09_38_34_308Z-debug-0.log +157 -0
- package/npmcachae/_update-notifier-last-checked +0 -0
- package/package.json +53 -0
- package/scripts/generate-components-index.js +100 -0
- package/src/assets/events/city/default-cover.png +0 -0
- package/src/assets/events/city//344/270/212/346/265/267.png +0 -0
- package/src/assets/events/city//345/214/227/344/272/254.png +0 -0
- package/src/assets/events/city//345/215/227/344/272/254.png +0 -0
- package/src/assets/events/city//345/244/251/346/264/245.png +0 -0
- package/src/assets/events/city//345/271/277/345/267/236.png +0 -0
- package/src/assets/events/city//346/210/220/351/203/275.png +0 -0
- package/src/assets/events/city//346/227/240/351/224/241.png +0 -0
- package/src/assets/events/city//346/235/255/345/267/236.png +0 -0
- package/src/assets/events/city//346/255/246/346/261/211.png +0 -0
- package/src/assets/events/city//346/267/261/345/234/2631.png +0 -0
- package/src/assets/events/city//346/267/261/345/234/2632.png +0 -0
- package/src/assets/events/city//350/213/217/345/267/236.png +0 -0
- package/src/assets/events/city//350/245/277/345/256/211.png +0 -0
- package/src/assets/events/city//351/203/221/345/267/236.png +0 -0
- package/src/assets/events/svg-icons/icon-checked.svg +3 -0
- package/src/assets/events/svg-icons/icon-competition.svg +7 -0
- package/src/assets/events/svg-icons/icon-events.svg +4 -0
- package/src/assets/events/svg-icons/icon-release.svg +4 -0
- package/src/assets/events/svg-icons/icon-summit.svg +4 -0
- package/src/assets/svg-icons/icon-arrow-left.svg +3 -0
- package/src/assets/svg-icons/icon-avatar-line.svg +3 -0
- package/src/assets/svg-icons/icon-caret-left.svg +3 -0
- package/src/assets/svg-icons/icon-caret-right.svg +3 -0
- package/src/assets/svg-icons/icon-chevron-down.svg +3 -0
- package/src/assets/svg-icons/icon-chevron-right.svg +3 -0
- package/src/assets/svg-icons/icon-close.svg +3 -0
- package/src/assets/svg-icons/icon-delete.svg +3 -0
- package/src/assets/svg-icons/icon-header-back.svg +3 -0
- package/src/assets/svg-icons/icon-header-delete.svg +3 -0
- package/src/assets/svg-icons/icon-header-menu.svg +3 -0
- package/src/assets/svg-icons/icon-header-person.svg +3 -0
- package/src/assets/svg-icons/icon-header-search.svg +4 -0
- package/src/assets/svg-icons/icon-locale.svg +3 -0
- package/src/assets/svg-icons/icon-log-off.svg +3 -0
- package/src/assets/svg-icons/icon-message.svg +3 -0
- package/src/assets/svg-icons/icon-moon.svg +3 -0
- package/src/assets/svg-icons/icon-outlink.svg +3 -0
- package/src/assets/svg-icons/icon-overview.svg +3 -0
- package/src/assets/svg-icons/icon-setting.svg +3 -0
- package/src/assets/svg-icons/icon-sun.svg +3 -0
- package/src/components/OBanner.vue +390 -0
- package/src/components/OCookieNotice.vue +423 -0
- package/src/components/OFooter.vue +566 -0
- package/src/components/OHeader.vue +97 -0
- package/src/components/OHeaderMoblie.vue +149 -0
- package/src/components/OHeaderSearch.vue +601 -0
- package/src/components/OHeaderUser.vue +304 -0
- package/src/components/OPlusConfigProvider.vue +32 -0
- package/src/components/OSection.vue +178 -0
- package/src/components/OSourceCode.vue +153 -0
- package/src/components/OThemeSwitcher.vue +108 -0
- package/src/components/common/AppAvatar.vue +83 -0
- package/src/components/common/ClientOnlyWrapper.ts +21 -0
- package/src/components/common/ContentWrapper.vue +85 -0
- package/src/components/common/HeaderEulerNav.vue +1118 -0
- package/src/components/common/HeaderNavMoblie.vue +344 -0
- package/src/components/common/HeaderUbmcNav.vue +597 -0
- package/src/components/element-plus/OElCookieNotice.vue +412 -0
- package/src/components/element-plus/index.ts +3 -0
- package/src/components/events/OEventsApply.vue +487 -0
- package/src/components/events/OEventsCalendar.vue +611 -0
- package/src/components/events/OEventsList.vue +402 -0
- package/src/components/events/config.ts +47 -0
- package/src/components/events/index.ts +23 -0
- package/src/components/events/npmcachae/_cacache/content-v2/sha512/2c/4f/a4140bfbf374a43f7dfe71880c051f79149cd259fb1a154fb692802c7489ef2317b737e7e690a627714ba19317971f29051b3798c246297b425a626a5b7a +1 -0
- package/src/components/events/npmcachae/_cacache/index-v5/8e/86/70dc69f1b1592fe14da10d2516ddfaa609af0cd9054a6ebde664acc6ab12 +2 -0
- package/src/components/events/npmcachae/_logs/2026-03-25T09_58_33_134Z-debug-0.log +105 -0
- package/src/components/events/npmcachae/_update-notifier-last-checked +0 -0
- package/src/components/events/types.ts +80 -0
- package/src/components/events/utils.ts +9 -0
- package/src/components/meeting/npmcachae/_cacache/content-v2/sha512/3e/17/1865217b9acb9f4921c53a09b5c76587cd2ab748beb2699ff6cfb1341d73b1aa56ed91ffc5ab2c9c9b3fbe626103b35d9a79ff29ff6b8cbb8d89755fe1a2 +1 -0
- package/src/components/meeting/npmcachae/_cacache/content-v2/sha512/a6/15/47bb7552ec9248079e839a5feecc1742d4de19524fdf041cf581701cf4760a5025106036145e279ba193b07c8fa5b07ae3d75f1b6032f0cb2219115b6167 +1 -0
- package/src/components/meeting/npmcachae/_cacache/content-v2/sha512/d1/4c/133b32e09c97101a27a07cc4432f94e470cff02d120d21babcea77c3f5cd436793516dc1a8e282ee1a568f923c148b1a48f4a43233462a530d35e8b41c67 +1 -0
- package/src/components/meeting/npmcachae/_cacache/index-v5/54/0d/a4909047714a0a7198bb9bd37020992464e47c79a791889919b84d90aab0 +3 -0
- package/src/components/meeting/npmcachae/_cacache/index-v5/8e/2b/21a79778e2ac08cf5663baf83cb35f951995a496007eb2e2f7fba54021a4 +3 -0
- package/src/components/meeting/npmcachae/_cacache/index-v5/eb/a0/b70c8132e5b57a0f1e129b8cc941796420a9c147c0baa680710083740898 +2 -0
- package/src/components/meeting/npmcachae/_logs/2026-03-20T07_03_54_955Z-debug-0.log +277 -0
- package/src/components/meeting/npmcachae/_logs/2026-03-20T07_03_57_842Z-debug-0.log +277 -0
- package/src/components/meeting/npmcachae/_logs/2026-03-20T07_04_00_016Z-debug-0.log +277 -0
- package/src/components/meeting/npmcachae/_logs/2026-03-20T07_04_02_191Z-debug-0.log +277 -0
- package/src/components/meeting/npmcachae/_logs/2026-03-20T07_04_04_425Z-debug-0.log +277 -0
- package/src/components/meeting/npmcachae/_logs/2026-03-20T07_04_06_642Z-debug-0.log +277 -0
- package/src/components/meeting/npmcachae/_logs/2026-03-20T07_04_08_826Z-debug-0.log +277 -0
- package/src/components/meeting/npmcachae/_logs/2026-03-20T07_25_36_140Z-debug-0.log +433 -0
- package/src/components/meeting/npmcachae/_logs/2026-03-20T07_25_39_573Z-debug-0.log +433 -0
- package/src/components/meeting/npmcachae/_logs/2026-03-20T07_25_42_134Z-debug-0.log +212 -0
- package/src/components/meeting/npmcachae/_update-notifier-last-checked +0 -0
- package/src/draft/Banner.vue +265 -0
- package/src/draft/ButtonCards.vue +106 -0
- package/src/draft/Feature.vue +134 -0
- package/src/draft/Footer.vue +512 -0
- package/src/draft/HorizontalAnchor.vue +165 -0
- package/src/draft/ItemSwiper.vue +133 -0
- package/src/draft/Logo.vue +141 -0
- package/src/draft/LogoCard.vue +75 -0
- package/src/draft/LogoV2.vue +19 -0
- package/src/draft/MainCard.vue +38 -0
- package/src/draft/MultiCard.vue +95 -0
- package/src/draft/MultiIconCard.vue +74 -0
- package/src/draft/OInfoCard.vue +176 -0
- package/src/draft/Process.vue +81 -0
- package/src/draft/Section.vue +167 -0
- package/src/draft/SingleTabCard.vue +85 -0
- package/src/draft/SliderCard.vue +110 -0
- package/src/env.d.ts +1 -0
- package/src/i18n/en.ts +20 -0
- package/src/i18n/index.ts +42 -0
- package/src/i18n/zh.ts +14 -0
- package/src/index.ts +46 -0
- package/src/npmcachae/_cacache/content-v2/sha512/bd/56/25079ffb18446953f88fc063c3d6eaf7191772851b8477c118f113b920a7f357b67b9006181af58c9f68b0059b899ad0f2c86fe0a6490958d138cb063afd +1 -0
- package/src/npmcachae/_cacache/index-v5/d8/49/af4c6bb8f580edbd7b6e18db381844403e5f689a9849c5ffcdd2dd95d735 +3 -0
- package/src/npmcachae/_logs/2026-03-17T10_53_33_398Z-debug-0.log +156 -0
- package/src/npmcachae/_logs/2026-03-17T10_53_35_464Z-debug-0.log +156 -0
- package/src/npmcachae/_logs/2026-03-17T10_53_37_852Z-debug-0.log +156 -0
- package/src/npmcachae/_update-notifier-last-checked +0 -0
- package/src/shared/provide.ts +6 -0
- package/src/shims-vue-dompurify-html.d.ts +17 -0
- package/src/vue.d.ts +10 -0
- package/tsconfig.json +33 -0
- package/vite.config.ts +102 -0
|
@@ -0,0 +1,692 @@
|
|
|
1
|
+
export interface OHeaderSearchPropsT {
|
|
2
|
+
modelValue?: string;
|
|
3
|
+
placeholder?: string;
|
|
4
|
+
expandedPlaceholder?: string;
|
|
5
|
+
expandDirection?: 'left' | 'right';
|
|
6
|
+
clearable?: boolean;
|
|
7
|
+
historyItems?: string[];
|
|
8
|
+
maxHistoryCount?: number;
|
|
9
|
+
storeHistory?: boolean;
|
|
10
|
+
historyTitle?: string;
|
|
11
|
+
storageKey?: string;
|
|
12
|
+
hotItems?: string[];
|
|
13
|
+
hotTitle?: string;
|
|
14
|
+
recommendItems?: string[];
|
|
15
|
+
searchUrl?: string;
|
|
16
|
+
searchUrlOpenBlank?: boolean;
|
|
17
|
+
searchTextMobile?: string;
|
|
18
|
+
}
|
|
19
|
+
export interface OHeaderSearchEmitsT {
|
|
20
|
+
(e: 'update:modelValue', value: string): void;
|
|
21
|
+
(e: 'update:historyItems', value: string[]): void;
|
|
22
|
+
(e: 'clear'): void;
|
|
23
|
+
(e: 'search', value: string): void;
|
|
24
|
+
(e: 'delete-history', value: string[]): void;
|
|
25
|
+
(e: 'delete-history-item', value: string): void;
|
|
26
|
+
}
|
|
27
|
+
declare function __VLS_template(): {
|
|
28
|
+
attrs: Partial<{}>;
|
|
29
|
+
slots: {
|
|
30
|
+
'input-prefix'?(_: {}): any;
|
|
31
|
+
'input-suffix'?(_: {}): any;
|
|
32
|
+
drawer?(_: {
|
|
33
|
+
recommendItems: string[];
|
|
34
|
+
historyItems: string[];
|
|
35
|
+
hotItems: string[];
|
|
36
|
+
}): any;
|
|
37
|
+
'recommend-header'?(_: {
|
|
38
|
+
recommend: string[];
|
|
39
|
+
}): any;
|
|
40
|
+
'recommend-content'?(_: {
|
|
41
|
+
recommend: string[];
|
|
42
|
+
}): any;
|
|
43
|
+
'history-header'?(_: {
|
|
44
|
+
history: string[];
|
|
45
|
+
}): any;
|
|
46
|
+
'history-content'?(_: {
|
|
47
|
+
history: string[];
|
|
48
|
+
}): any;
|
|
49
|
+
'hot-header'?(_: {
|
|
50
|
+
hot: string[];
|
|
51
|
+
}): any;
|
|
52
|
+
'hot-content'?(_: {
|
|
53
|
+
hot: string[];
|
|
54
|
+
}): any;
|
|
55
|
+
};
|
|
56
|
+
refs: {
|
|
57
|
+
posWrapper: HTMLDivElement;
|
|
58
|
+
inputRef: ({
|
|
59
|
+
$: import('../../vue/dist/vue.esm-bundler.js').ComponentInternalInstance;
|
|
60
|
+
$data: {};
|
|
61
|
+
$props: Partial<{
|
|
62
|
+
color: "normal" | "primary" | "success" | "warning" | "danger";
|
|
63
|
+
type: "text" | "password";
|
|
64
|
+
disabled: boolean;
|
|
65
|
+
variant: "solid" | "outline" | "text";
|
|
66
|
+
clearable: boolean;
|
|
67
|
+
readonly: boolean;
|
|
68
|
+
inputOnOutlimit: boolean;
|
|
69
|
+
showPasswordEvent: "click" | "pointerdown";
|
|
70
|
+
autoWidth: boolean;
|
|
71
|
+
passwordPlaceholder: string;
|
|
72
|
+
}> & Omit<{
|
|
73
|
+
readonly type: "text" | "password";
|
|
74
|
+
readonly color: "normal" | "primary" | "success" | "warning" | "danger";
|
|
75
|
+
readonly variant: "text" | "solid" | "outline";
|
|
76
|
+
readonly disabled: boolean;
|
|
77
|
+
readonly clearable: boolean;
|
|
78
|
+
readonly readonly: boolean;
|
|
79
|
+
readonly inputOnOutlimit: boolean;
|
|
80
|
+
readonly showPasswordEvent: "click" | "pointerdown";
|
|
81
|
+
readonly autoWidth: boolean;
|
|
82
|
+
readonly passwordPlaceholder: string;
|
|
83
|
+
readonly size?: "small" | "large" | "medium" | undefined;
|
|
84
|
+
readonly round?: import('@opensig/opendesign').RoundT | undefined;
|
|
85
|
+
readonly placeholder?: string | undefined;
|
|
86
|
+
readonly defaultValue?: string | number | undefined;
|
|
87
|
+
readonly modelValue?: string | number | undefined;
|
|
88
|
+
readonly inputId?: string | undefined;
|
|
89
|
+
readonly minLength?: number | undefined;
|
|
90
|
+
readonly maxLength?: number | undefined;
|
|
91
|
+
readonly getLength?: ((val: string) => number) | undefined;
|
|
92
|
+
readonly format?: ((value: string) => string) | undefined;
|
|
93
|
+
readonly validate?: ((value: string) => boolean) | undefined;
|
|
94
|
+
readonly valueOnInvalidChange?: ((inputValue: string, lastValidInputValue: string) => string) | undefined;
|
|
95
|
+
readonly onInput?: ((evt: Event, value: string) => any) | undefined | undefined;
|
|
96
|
+
readonly onClear?: ((evt?: Event | undefined) => any) | undefined | undefined;
|
|
97
|
+
readonly onBlur?: ((evt: FocusEvent) => any) | undefined | undefined;
|
|
98
|
+
readonly onChange?: ((value: string) => any) | undefined | undefined;
|
|
99
|
+
readonly onFocus?: ((evt: FocusEvent) => any) | undefined | undefined;
|
|
100
|
+
readonly "onUpdate:modelValue"?: ((value: string) => any) | undefined | undefined;
|
|
101
|
+
readonly onPressEnter?: ((evt: KeyboardEvent) => any) | undefined | undefined;
|
|
102
|
+
} & 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" | "clearable" | "readonly" | "inputOnOutlimit" | "showPasswordEvent" | "autoWidth" | "passwordPlaceholder">;
|
|
103
|
+
$attrs: {
|
|
104
|
+
[x: string]: unknown;
|
|
105
|
+
};
|
|
106
|
+
$refs: {
|
|
107
|
+
[x: string]: unknown;
|
|
108
|
+
};
|
|
109
|
+
$slots: Readonly<{
|
|
110
|
+
[name: string]: import('../../vue/dist/vue.esm-bundler.js').Slot<any> | undefined;
|
|
111
|
+
}>;
|
|
112
|
+
$root: import('../../vue/dist/vue.esm-bundler.js').ComponentPublicInstance | null;
|
|
113
|
+
$parent: import('../../vue/dist/vue.esm-bundler.js').ComponentPublicInstance | null;
|
|
114
|
+
$host: Element | null;
|
|
115
|
+
$emit: ((event: "input", evt: Event, value: string) => void) & ((event: "clear", evt?: Event | undefined) => void) & ((event: "blur", evt: FocusEvent) => void) & ((event: "change", value: string) => void) & ((event: "focus", evt: FocusEvent) => void) & ((event: "update:modelValue", value: string) => void) & ((event: "pressEnter", evt: KeyboardEvent) => void);
|
|
116
|
+
$el: any;
|
|
117
|
+
$options: import('../../vue/dist/vue.esm-bundler.js').ComponentOptionsBase<Readonly<import('../../vue/dist/vue.esm-bundler.js').ExtractPropTypes<{
|
|
118
|
+
size: {
|
|
119
|
+
type: import('../../vue/dist/vue.esm-bundler.js').PropType<import('@opensig/opendesign').SizeT>;
|
|
120
|
+
};
|
|
121
|
+
round: {
|
|
122
|
+
type: import('../../vue/dist/vue.esm-bundler.js').PropType<import('@opensig/opendesign').RoundT>;
|
|
123
|
+
};
|
|
124
|
+
color: {
|
|
125
|
+
type: import('../../vue/dist/vue.esm-bundler.js').PropType<import('@opensig/opendesign').Color2T>;
|
|
126
|
+
default: string;
|
|
127
|
+
};
|
|
128
|
+
variant: {
|
|
129
|
+
type: import('../../vue/dist/vue.esm-bundler.js').PropType<import('@opensig/opendesign').VariantT>;
|
|
130
|
+
default: string;
|
|
131
|
+
};
|
|
132
|
+
modelValue: {
|
|
133
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
134
|
+
};
|
|
135
|
+
defaultValue: {
|
|
136
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
137
|
+
};
|
|
138
|
+
type: {
|
|
139
|
+
type: import('../../vue/dist/vue.esm-bundler.js').PropType<"text" | "password">;
|
|
140
|
+
default: string;
|
|
141
|
+
};
|
|
142
|
+
placeholder: {
|
|
143
|
+
type: StringConstructor;
|
|
144
|
+
};
|
|
145
|
+
inputId: {
|
|
146
|
+
type: StringConstructor;
|
|
147
|
+
};
|
|
148
|
+
disabled: {
|
|
149
|
+
type: BooleanConstructor;
|
|
150
|
+
};
|
|
151
|
+
readonly: {
|
|
152
|
+
type: BooleanConstructor;
|
|
153
|
+
};
|
|
154
|
+
clearable: {
|
|
155
|
+
type: BooleanConstructor;
|
|
156
|
+
};
|
|
157
|
+
minLength: {
|
|
158
|
+
type: NumberConstructor;
|
|
159
|
+
};
|
|
160
|
+
maxLength: {
|
|
161
|
+
type: NumberConstructor;
|
|
162
|
+
};
|
|
163
|
+
getLength: {
|
|
164
|
+
type: import('../../vue/dist/vue.esm-bundler.js').PropType<(val: string) => number>;
|
|
165
|
+
};
|
|
166
|
+
inputOnOutlimit: {
|
|
167
|
+
type: BooleanConstructor;
|
|
168
|
+
default: boolean;
|
|
169
|
+
};
|
|
170
|
+
format: {
|
|
171
|
+
type: import('../../vue/dist/vue.esm-bundler.js').PropType<(value: string) => string>;
|
|
172
|
+
};
|
|
173
|
+
validate: {
|
|
174
|
+
type: import('../../vue/dist/vue.esm-bundler.js').PropType<(value: string) => boolean>;
|
|
175
|
+
};
|
|
176
|
+
valueOnInvalidChange: {
|
|
177
|
+
type: import('../../vue/dist/vue.esm-bundler.js').PropType<(inputValue: string, lastValidInputValue: string) => string>;
|
|
178
|
+
};
|
|
179
|
+
showPasswordEvent: {
|
|
180
|
+
type: import('../../vue/dist/vue.esm-bundler.js').PropType<"click" | "pointerdown">;
|
|
181
|
+
default: string;
|
|
182
|
+
};
|
|
183
|
+
autoWidth: {
|
|
184
|
+
type: BooleanConstructor;
|
|
185
|
+
};
|
|
186
|
+
passwordPlaceholder: {
|
|
187
|
+
type: StringConstructor;
|
|
188
|
+
default: string;
|
|
189
|
+
};
|
|
190
|
+
}>> & Readonly<{
|
|
191
|
+
onInput?: ((evt: Event, value: string) => any) | undefined;
|
|
192
|
+
onClear?: ((evt?: Event | undefined) => any) | undefined;
|
|
193
|
+
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
194
|
+
onChange?: ((value: string) => any) | undefined;
|
|
195
|
+
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
196
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
197
|
+
onPressEnter?: ((evt: KeyboardEvent) => any) | undefined;
|
|
198
|
+
}>, {
|
|
199
|
+
focus: () => void | undefined;
|
|
200
|
+
blur: () => void | undefined;
|
|
201
|
+
clear: () => void | undefined;
|
|
202
|
+
inputEl: () => HTMLInputElement | undefined;
|
|
203
|
+
togglePassword: () => void | undefined;
|
|
204
|
+
}, {}, {}, {}, import('../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, import('../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, {
|
|
205
|
+
input: (evt: Event, value: string) => any;
|
|
206
|
+
clear: (evt?: Event | undefined) => any;
|
|
207
|
+
blur: (evt: FocusEvent) => any;
|
|
208
|
+
change: (value: string) => any;
|
|
209
|
+
focus: (evt: FocusEvent) => any;
|
|
210
|
+
"update:modelValue": (value: string) => any;
|
|
211
|
+
pressEnter: (evt: KeyboardEvent) => any;
|
|
212
|
+
}, string, {
|
|
213
|
+
color: "normal" | "primary" | "success" | "warning" | "danger";
|
|
214
|
+
type: "text" | "password";
|
|
215
|
+
disabled: boolean;
|
|
216
|
+
variant: "solid" | "outline" | "text";
|
|
217
|
+
clearable: boolean;
|
|
218
|
+
readonly: boolean;
|
|
219
|
+
inputOnOutlimit: boolean;
|
|
220
|
+
showPasswordEvent: "click" | "pointerdown";
|
|
221
|
+
autoWidth: boolean;
|
|
222
|
+
passwordPlaceholder: string;
|
|
223
|
+
}, {}, 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> & {
|
|
224
|
+
beforeCreate?: (() => void) | (() => void)[];
|
|
225
|
+
created?: (() => void) | (() => void)[];
|
|
226
|
+
beforeMount?: (() => void) | (() => void)[];
|
|
227
|
+
mounted?: (() => void) | (() => void)[];
|
|
228
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
|
229
|
+
updated?: (() => void) | (() => void)[];
|
|
230
|
+
activated?: (() => void) | (() => void)[];
|
|
231
|
+
deactivated?: (() => void) | (() => void)[];
|
|
232
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
|
233
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
|
234
|
+
destroyed?: (() => void) | (() => void)[];
|
|
235
|
+
unmounted?: (() => void) | (() => void)[];
|
|
236
|
+
renderTracked?: ((e: import('../../vue/dist/vue.esm-bundler.js').DebuggerEvent) => void) | ((e: import('../../vue/dist/vue.esm-bundler.js').DebuggerEvent) => void)[];
|
|
237
|
+
renderTriggered?: ((e: import('../../vue/dist/vue.esm-bundler.js').DebuggerEvent) => void) | ((e: import('../../vue/dist/vue.esm-bundler.js').DebuggerEvent) => void)[];
|
|
238
|
+
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)[];
|
|
239
|
+
};
|
|
240
|
+
$forceUpdate: () => void;
|
|
241
|
+
$nextTick: typeof import('../../vue/dist/vue.esm-bundler.js').nextTick;
|
|
242
|
+
$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;
|
|
243
|
+
} & Readonly<{
|
|
244
|
+
color: "normal" | "primary" | "success" | "warning" | "danger";
|
|
245
|
+
type: "text" | "password";
|
|
246
|
+
disabled: boolean;
|
|
247
|
+
variant: "solid" | "outline" | "text";
|
|
248
|
+
clearable: boolean;
|
|
249
|
+
readonly: boolean;
|
|
250
|
+
inputOnOutlimit: boolean;
|
|
251
|
+
showPasswordEvent: "click" | "pointerdown";
|
|
252
|
+
autoWidth: boolean;
|
|
253
|
+
passwordPlaceholder: string;
|
|
254
|
+
}> & Omit<Readonly<import('../../vue/dist/vue.esm-bundler.js').ExtractPropTypes<{
|
|
255
|
+
size: {
|
|
256
|
+
type: import('../../vue/dist/vue.esm-bundler.js').PropType<import('@opensig/opendesign').SizeT>;
|
|
257
|
+
};
|
|
258
|
+
round: {
|
|
259
|
+
type: import('../../vue/dist/vue.esm-bundler.js').PropType<import('@opensig/opendesign').RoundT>;
|
|
260
|
+
};
|
|
261
|
+
color: {
|
|
262
|
+
type: import('../../vue/dist/vue.esm-bundler.js').PropType<import('@opensig/opendesign').Color2T>;
|
|
263
|
+
default: string;
|
|
264
|
+
};
|
|
265
|
+
variant: {
|
|
266
|
+
type: import('../../vue/dist/vue.esm-bundler.js').PropType<import('@opensig/opendesign').VariantT>;
|
|
267
|
+
default: string;
|
|
268
|
+
};
|
|
269
|
+
modelValue: {
|
|
270
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
271
|
+
};
|
|
272
|
+
defaultValue: {
|
|
273
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
274
|
+
};
|
|
275
|
+
type: {
|
|
276
|
+
type: import('../../vue/dist/vue.esm-bundler.js').PropType<"text" | "password">;
|
|
277
|
+
default: string;
|
|
278
|
+
};
|
|
279
|
+
placeholder: {
|
|
280
|
+
type: StringConstructor;
|
|
281
|
+
};
|
|
282
|
+
inputId: {
|
|
283
|
+
type: StringConstructor;
|
|
284
|
+
};
|
|
285
|
+
disabled: {
|
|
286
|
+
type: BooleanConstructor;
|
|
287
|
+
};
|
|
288
|
+
readonly: {
|
|
289
|
+
type: BooleanConstructor;
|
|
290
|
+
};
|
|
291
|
+
clearable: {
|
|
292
|
+
type: BooleanConstructor;
|
|
293
|
+
};
|
|
294
|
+
minLength: {
|
|
295
|
+
type: NumberConstructor;
|
|
296
|
+
};
|
|
297
|
+
maxLength: {
|
|
298
|
+
type: NumberConstructor;
|
|
299
|
+
};
|
|
300
|
+
getLength: {
|
|
301
|
+
type: import('../../vue/dist/vue.esm-bundler.js').PropType<(val: string) => number>;
|
|
302
|
+
};
|
|
303
|
+
inputOnOutlimit: {
|
|
304
|
+
type: BooleanConstructor;
|
|
305
|
+
default: boolean;
|
|
306
|
+
};
|
|
307
|
+
format: {
|
|
308
|
+
type: import('../../vue/dist/vue.esm-bundler.js').PropType<(value: string) => string>;
|
|
309
|
+
};
|
|
310
|
+
validate: {
|
|
311
|
+
type: import('../../vue/dist/vue.esm-bundler.js').PropType<(value: string) => boolean>;
|
|
312
|
+
};
|
|
313
|
+
valueOnInvalidChange: {
|
|
314
|
+
type: import('../../vue/dist/vue.esm-bundler.js').PropType<(inputValue: string, lastValidInputValue: string) => string>;
|
|
315
|
+
};
|
|
316
|
+
showPasswordEvent: {
|
|
317
|
+
type: import('../../vue/dist/vue.esm-bundler.js').PropType<"click" | "pointerdown">;
|
|
318
|
+
default: string;
|
|
319
|
+
};
|
|
320
|
+
autoWidth: {
|
|
321
|
+
type: BooleanConstructor;
|
|
322
|
+
};
|
|
323
|
+
passwordPlaceholder: {
|
|
324
|
+
type: StringConstructor;
|
|
325
|
+
default: string;
|
|
326
|
+
};
|
|
327
|
+
}>> & Readonly<{
|
|
328
|
+
onInput?: ((evt: Event, value: string) => any) | undefined;
|
|
329
|
+
onClear?: ((evt?: Event | undefined) => any) | undefined;
|
|
330
|
+
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
331
|
+
onChange?: ((value: string) => any) | undefined;
|
|
332
|
+
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
333
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
334
|
+
onPressEnter?: ((evt: KeyboardEvent) => any) | undefined;
|
|
335
|
+
}>, "type" | "color" | "variant" | "disabled" | "clear" | "blur" | "focus" | "clearable" | "readonly" | "inputOnOutlimit" | "showPasswordEvent" | "autoWidth" | "passwordPlaceholder" | "inputEl" | "togglePassword"> & import('../../vue/dist/vue.esm-bundler.js').ShallowUnwrapRef<{
|
|
336
|
+
focus: () => void | undefined;
|
|
337
|
+
blur: () => void | undefined;
|
|
338
|
+
clear: () => void | undefined;
|
|
339
|
+
inputEl: () => HTMLInputElement | undefined;
|
|
340
|
+
togglePassword: () => void | undefined;
|
|
341
|
+
}> & {} & import('../../vue/dist/vue.esm-bundler.js').ComponentCustomProperties & {} & {
|
|
342
|
+
$slots: Readonly<{
|
|
343
|
+
default(): any;
|
|
344
|
+
prepend(): any;
|
|
345
|
+
append(): any;
|
|
346
|
+
prefix(): any;
|
|
347
|
+
suffix(): any;
|
|
348
|
+
}> & {
|
|
349
|
+
default(): any;
|
|
350
|
+
prepend(): any;
|
|
351
|
+
append(): any;
|
|
352
|
+
prefix(): any;
|
|
353
|
+
suffix(): any;
|
|
354
|
+
};
|
|
355
|
+
}) | null;
|
|
356
|
+
};
|
|
357
|
+
rootEl: HTMLDivElement;
|
|
358
|
+
};
|
|
359
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
360
|
+
declare const __VLS_component: import('../../vue/dist/vue.esm-bundler.js').DefineComponent<OHeaderSearchPropsT, {}, {}, {}, {}, import('../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, import('../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, {} & {
|
|
361
|
+
search: (value: string) => any;
|
|
362
|
+
clear: () => any;
|
|
363
|
+
"update:modelValue": (value: string) => any;
|
|
364
|
+
"update:historyItems": (value: string[]) => any;
|
|
365
|
+
"delete-history": (value: string[]) => any;
|
|
366
|
+
"delete-history-item": (value: string) => any;
|
|
367
|
+
}, string, import('../../vue/dist/vue.esm-bundler.js').PublicProps, Readonly<OHeaderSearchPropsT> & Readonly<{
|
|
368
|
+
onSearch?: ((value: string) => any) | undefined;
|
|
369
|
+
onClear?: (() => any) | undefined;
|
|
370
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
371
|
+
"onUpdate:historyItems"?: ((value: string[]) => any) | undefined;
|
|
372
|
+
"onDelete-history"?: ((value: string[]) => any) | undefined;
|
|
373
|
+
"onDelete-history-item"?: ((value: string) => any) | undefined;
|
|
374
|
+
}>, {
|
|
375
|
+
modelValue: string;
|
|
376
|
+
expandDirection: "left" | "right";
|
|
377
|
+
clearable: boolean;
|
|
378
|
+
historyItems: string[];
|
|
379
|
+
maxHistoryCount: number;
|
|
380
|
+
storeHistory: boolean;
|
|
381
|
+
storageKey: string;
|
|
382
|
+
hotItems: string[];
|
|
383
|
+
recommendItems: string[];
|
|
384
|
+
searchUrlOpenBlank: boolean;
|
|
385
|
+
}, {}, {}, {}, string, import('../../vue/dist/vue.esm-bundler.js').ComponentProvideOptions, false, {
|
|
386
|
+
posWrapper: HTMLDivElement;
|
|
387
|
+
inputRef: ({
|
|
388
|
+
$: import('../../vue/dist/vue.esm-bundler.js').ComponentInternalInstance;
|
|
389
|
+
$data: {};
|
|
390
|
+
$props: Partial<{
|
|
391
|
+
color: "normal" | "primary" | "success" | "warning" | "danger";
|
|
392
|
+
type: "text" | "password";
|
|
393
|
+
disabled: boolean;
|
|
394
|
+
variant: "solid" | "outline" | "text";
|
|
395
|
+
clearable: boolean;
|
|
396
|
+
readonly: boolean;
|
|
397
|
+
inputOnOutlimit: boolean;
|
|
398
|
+
showPasswordEvent: "click" | "pointerdown";
|
|
399
|
+
autoWidth: boolean;
|
|
400
|
+
passwordPlaceholder: string;
|
|
401
|
+
}> & Omit<{
|
|
402
|
+
readonly type: "text" | "password";
|
|
403
|
+
readonly color: "normal" | "primary" | "success" | "warning" | "danger";
|
|
404
|
+
readonly variant: "text" | "solid" | "outline";
|
|
405
|
+
readonly disabled: boolean;
|
|
406
|
+
readonly clearable: boolean;
|
|
407
|
+
readonly readonly: boolean;
|
|
408
|
+
readonly inputOnOutlimit: boolean;
|
|
409
|
+
readonly showPasswordEvent: "click" | "pointerdown";
|
|
410
|
+
readonly autoWidth: boolean;
|
|
411
|
+
readonly passwordPlaceholder: string;
|
|
412
|
+
readonly size?: "small" | "large" | "medium" | undefined;
|
|
413
|
+
readonly round?: import('@opensig/opendesign').RoundT | undefined;
|
|
414
|
+
readonly placeholder?: string | undefined;
|
|
415
|
+
readonly defaultValue?: string | number | undefined;
|
|
416
|
+
readonly modelValue?: string | number | undefined;
|
|
417
|
+
readonly inputId?: string | undefined;
|
|
418
|
+
readonly minLength?: number | undefined;
|
|
419
|
+
readonly maxLength?: number | undefined;
|
|
420
|
+
readonly getLength?: ((val: string) => number) | undefined;
|
|
421
|
+
readonly format?: ((value: string) => string) | undefined;
|
|
422
|
+
readonly validate?: ((value: string) => boolean) | undefined;
|
|
423
|
+
readonly valueOnInvalidChange?: ((inputValue: string, lastValidInputValue: string) => string) | undefined;
|
|
424
|
+
readonly onInput?: ((evt: Event, value: string) => any) | undefined | undefined;
|
|
425
|
+
readonly onClear?: ((evt?: Event | undefined) => any) | undefined | undefined;
|
|
426
|
+
readonly onBlur?: ((evt: FocusEvent) => any) | undefined | undefined;
|
|
427
|
+
readonly onChange?: ((value: string) => any) | undefined | undefined;
|
|
428
|
+
readonly onFocus?: ((evt: FocusEvent) => any) | undefined | undefined;
|
|
429
|
+
readonly "onUpdate:modelValue"?: ((value: string) => any) | undefined | undefined;
|
|
430
|
+
readonly onPressEnter?: ((evt: KeyboardEvent) => any) | undefined | undefined;
|
|
431
|
+
} & 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" | "clearable" | "readonly" | "inputOnOutlimit" | "showPasswordEvent" | "autoWidth" | "passwordPlaceholder">;
|
|
432
|
+
$attrs: {
|
|
433
|
+
[x: string]: unknown;
|
|
434
|
+
};
|
|
435
|
+
$refs: {
|
|
436
|
+
[x: string]: unknown;
|
|
437
|
+
};
|
|
438
|
+
$slots: Readonly<{
|
|
439
|
+
[name: string]: import('../../vue/dist/vue.esm-bundler.js').Slot<any> | undefined;
|
|
440
|
+
}>;
|
|
441
|
+
$root: import('../../vue/dist/vue.esm-bundler.js').ComponentPublicInstance | null;
|
|
442
|
+
$parent: import('../../vue/dist/vue.esm-bundler.js').ComponentPublicInstance | null;
|
|
443
|
+
$host: Element | null;
|
|
444
|
+
$emit: ((event: "input", evt: Event, value: string) => void) & ((event: "clear", evt?: Event | undefined) => void) & ((event: "blur", evt: FocusEvent) => void) & ((event: "change", value: string) => void) & ((event: "focus", evt: FocusEvent) => void) & ((event: "update:modelValue", value: string) => void) & ((event: "pressEnter", evt: KeyboardEvent) => void);
|
|
445
|
+
$el: any;
|
|
446
|
+
$options: import('../../vue/dist/vue.esm-bundler.js').ComponentOptionsBase<Readonly<import('../../vue/dist/vue.esm-bundler.js').ExtractPropTypes<{
|
|
447
|
+
size: {
|
|
448
|
+
type: import('../../vue/dist/vue.esm-bundler.js').PropType<import('@opensig/opendesign').SizeT>;
|
|
449
|
+
};
|
|
450
|
+
round: {
|
|
451
|
+
type: import('../../vue/dist/vue.esm-bundler.js').PropType<import('@opensig/opendesign').RoundT>;
|
|
452
|
+
};
|
|
453
|
+
color: {
|
|
454
|
+
type: import('../../vue/dist/vue.esm-bundler.js').PropType<import('@opensig/opendesign').Color2T>;
|
|
455
|
+
default: string;
|
|
456
|
+
};
|
|
457
|
+
variant: {
|
|
458
|
+
type: import('../../vue/dist/vue.esm-bundler.js').PropType<import('@opensig/opendesign').VariantT>;
|
|
459
|
+
default: string;
|
|
460
|
+
};
|
|
461
|
+
modelValue: {
|
|
462
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
463
|
+
};
|
|
464
|
+
defaultValue: {
|
|
465
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
466
|
+
};
|
|
467
|
+
type: {
|
|
468
|
+
type: import('../../vue/dist/vue.esm-bundler.js').PropType<"text" | "password">;
|
|
469
|
+
default: string;
|
|
470
|
+
};
|
|
471
|
+
placeholder: {
|
|
472
|
+
type: StringConstructor;
|
|
473
|
+
};
|
|
474
|
+
inputId: {
|
|
475
|
+
type: StringConstructor;
|
|
476
|
+
};
|
|
477
|
+
disabled: {
|
|
478
|
+
type: BooleanConstructor;
|
|
479
|
+
};
|
|
480
|
+
readonly: {
|
|
481
|
+
type: BooleanConstructor;
|
|
482
|
+
};
|
|
483
|
+
clearable: {
|
|
484
|
+
type: BooleanConstructor;
|
|
485
|
+
};
|
|
486
|
+
minLength: {
|
|
487
|
+
type: NumberConstructor;
|
|
488
|
+
};
|
|
489
|
+
maxLength: {
|
|
490
|
+
type: NumberConstructor;
|
|
491
|
+
};
|
|
492
|
+
getLength: {
|
|
493
|
+
type: import('../../vue/dist/vue.esm-bundler.js').PropType<(val: string) => number>;
|
|
494
|
+
};
|
|
495
|
+
inputOnOutlimit: {
|
|
496
|
+
type: BooleanConstructor;
|
|
497
|
+
default: boolean;
|
|
498
|
+
};
|
|
499
|
+
format: {
|
|
500
|
+
type: import('../../vue/dist/vue.esm-bundler.js').PropType<(value: string) => string>;
|
|
501
|
+
};
|
|
502
|
+
validate: {
|
|
503
|
+
type: import('../../vue/dist/vue.esm-bundler.js').PropType<(value: string) => boolean>;
|
|
504
|
+
};
|
|
505
|
+
valueOnInvalidChange: {
|
|
506
|
+
type: import('../../vue/dist/vue.esm-bundler.js').PropType<(inputValue: string, lastValidInputValue: string) => string>;
|
|
507
|
+
};
|
|
508
|
+
showPasswordEvent: {
|
|
509
|
+
type: import('../../vue/dist/vue.esm-bundler.js').PropType<"click" | "pointerdown">;
|
|
510
|
+
default: string;
|
|
511
|
+
};
|
|
512
|
+
autoWidth: {
|
|
513
|
+
type: BooleanConstructor;
|
|
514
|
+
};
|
|
515
|
+
passwordPlaceholder: {
|
|
516
|
+
type: StringConstructor;
|
|
517
|
+
default: string;
|
|
518
|
+
};
|
|
519
|
+
}>> & Readonly<{
|
|
520
|
+
onInput?: ((evt: Event, value: string) => any) | undefined;
|
|
521
|
+
onClear?: ((evt?: Event | undefined) => any) | undefined;
|
|
522
|
+
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
523
|
+
onChange?: ((value: string) => any) | undefined;
|
|
524
|
+
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
525
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
526
|
+
onPressEnter?: ((evt: KeyboardEvent) => any) | undefined;
|
|
527
|
+
}>, {
|
|
528
|
+
focus: () => void | undefined;
|
|
529
|
+
blur: () => void | undefined;
|
|
530
|
+
clear: () => void | undefined;
|
|
531
|
+
inputEl: () => HTMLInputElement | undefined;
|
|
532
|
+
togglePassword: () => void | undefined;
|
|
533
|
+
}, {}, {}, {}, import('../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, import('../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, {
|
|
534
|
+
input: (evt: Event, value: string) => any;
|
|
535
|
+
clear: (evt?: Event | undefined) => any;
|
|
536
|
+
blur: (evt: FocusEvent) => any;
|
|
537
|
+
change: (value: string) => any;
|
|
538
|
+
focus: (evt: FocusEvent) => any;
|
|
539
|
+
"update:modelValue": (value: string) => any;
|
|
540
|
+
pressEnter: (evt: KeyboardEvent) => any;
|
|
541
|
+
}, string, {
|
|
542
|
+
color: "normal" | "primary" | "success" | "warning" | "danger";
|
|
543
|
+
type: "text" | "password";
|
|
544
|
+
disabled: boolean;
|
|
545
|
+
variant: "solid" | "outline" | "text";
|
|
546
|
+
clearable: boolean;
|
|
547
|
+
readonly: boolean;
|
|
548
|
+
inputOnOutlimit: boolean;
|
|
549
|
+
showPasswordEvent: "click" | "pointerdown";
|
|
550
|
+
autoWidth: boolean;
|
|
551
|
+
passwordPlaceholder: string;
|
|
552
|
+
}, {}, 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> & {
|
|
553
|
+
beforeCreate?: (() => void) | (() => void)[];
|
|
554
|
+
created?: (() => void) | (() => void)[];
|
|
555
|
+
beforeMount?: (() => void) | (() => void)[];
|
|
556
|
+
mounted?: (() => void) | (() => void)[];
|
|
557
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
|
558
|
+
updated?: (() => void) | (() => void)[];
|
|
559
|
+
activated?: (() => void) | (() => void)[];
|
|
560
|
+
deactivated?: (() => void) | (() => void)[];
|
|
561
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
|
562
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
|
563
|
+
destroyed?: (() => void) | (() => void)[];
|
|
564
|
+
unmounted?: (() => void) | (() => void)[];
|
|
565
|
+
renderTracked?: ((e: import('../../vue/dist/vue.esm-bundler.js').DebuggerEvent) => void) | ((e: import('../../vue/dist/vue.esm-bundler.js').DebuggerEvent) => void)[];
|
|
566
|
+
renderTriggered?: ((e: import('../../vue/dist/vue.esm-bundler.js').DebuggerEvent) => void) | ((e: import('../../vue/dist/vue.esm-bundler.js').DebuggerEvent) => void)[];
|
|
567
|
+
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)[];
|
|
568
|
+
};
|
|
569
|
+
$forceUpdate: () => void;
|
|
570
|
+
$nextTick: typeof import('../../vue/dist/vue.esm-bundler.js').nextTick;
|
|
571
|
+
$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;
|
|
572
|
+
} & Readonly<{
|
|
573
|
+
color: "normal" | "primary" | "success" | "warning" | "danger";
|
|
574
|
+
type: "text" | "password";
|
|
575
|
+
disabled: boolean;
|
|
576
|
+
variant: "solid" | "outline" | "text";
|
|
577
|
+
clearable: boolean;
|
|
578
|
+
readonly: boolean;
|
|
579
|
+
inputOnOutlimit: boolean;
|
|
580
|
+
showPasswordEvent: "click" | "pointerdown";
|
|
581
|
+
autoWidth: boolean;
|
|
582
|
+
passwordPlaceholder: string;
|
|
583
|
+
}> & Omit<Readonly<import('../../vue/dist/vue.esm-bundler.js').ExtractPropTypes<{
|
|
584
|
+
size: {
|
|
585
|
+
type: import('../../vue/dist/vue.esm-bundler.js').PropType<import('@opensig/opendesign').SizeT>;
|
|
586
|
+
};
|
|
587
|
+
round: {
|
|
588
|
+
type: import('../../vue/dist/vue.esm-bundler.js').PropType<import('@opensig/opendesign').RoundT>;
|
|
589
|
+
};
|
|
590
|
+
color: {
|
|
591
|
+
type: import('../../vue/dist/vue.esm-bundler.js').PropType<import('@opensig/opendesign').Color2T>;
|
|
592
|
+
default: string;
|
|
593
|
+
};
|
|
594
|
+
variant: {
|
|
595
|
+
type: import('../../vue/dist/vue.esm-bundler.js').PropType<import('@opensig/opendesign').VariantT>;
|
|
596
|
+
default: string;
|
|
597
|
+
};
|
|
598
|
+
modelValue: {
|
|
599
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
600
|
+
};
|
|
601
|
+
defaultValue: {
|
|
602
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
603
|
+
};
|
|
604
|
+
type: {
|
|
605
|
+
type: import('../../vue/dist/vue.esm-bundler.js').PropType<"text" | "password">;
|
|
606
|
+
default: string;
|
|
607
|
+
};
|
|
608
|
+
placeholder: {
|
|
609
|
+
type: StringConstructor;
|
|
610
|
+
};
|
|
611
|
+
inputId: {
|
|
612
|
+
type: StringConstructor;
|
|
613
|
+
};
|
|
614
|
+
disabled: {
|
|
615
|
+
type: BooleanConstructor;
|
|
616
|
+
};
|
|
617
|
+
readonly: {
|
|
618
|
+
type: BooleanConstructor;
|
|
619
|
+
};
|
|
620
|
+
clearable: {
|
|
621
|
+
type: BooleanConstructor;
|
|
622
|
+
};
|
|
623
|
+
minLength: {
|
|
624
|
+
type: NumberConstructor;
|
|
625
|
+
};
|
|
626
|
+
maxLength: {
|
|
627
|
+
type: NumberConstructor;
|
|
628
|
+
};
|
|
629
|
+
getLength: {
|
|
630
|
+
type: import('../../vue/dist/vue.esm-bundler.js').PropType<(val: string) => number>;
|
|
631
|
+
};
|
|
632
|
+
inputOnOutlimit: {
|
|
633
|
+
type: BooleanConstructor;
|
|
634
|
+
default: boolean;
|
|
635
|
+
};
|
|
636
|
+
format: {
|
|
637
|
+
type: import('../../vue/dist/vue.esm-bundler.js').PropType<(value: string) => string>;
|
|
638
|
+
};
|
|
639
|
+
validate: {
|
|
640
|
+
type: import('../../vue/dist/vue.esm-bundler.js').PropType<(value: string) => boolean>;
|
|
641
|
+
};
|
|
642
|
+
valueOnInvalidChange: {
|
|
643
|
+
type: import('../../vue/dist/vue.esm-bundler.js').PropType<(inputValue: string, lastValidInputValue: string) => string>;
|
|
644
|
+
};
|
|
645
|
+
showPasswordEvent: {
|
|
646
|
+
type: import('../../vue/dist/vue.esm-bundler.js').PropType<"click" | "pointerdown">;
|
|
647
|
+
default: string;
|
|
648
|
+
};
|
|
649
|
+
autoWidth: {
|
|
650
|
+
type: BooleanConstructor;
|
|
651
|
+
};
|
|
652
|
+
passwordPlaceholder: {
|
|
653
|
+
type: StringConstructor;
|
|
654
|
+
default: string;
|
|
655
|
+
};
|
|
656
|
+
}>> & Readonly<{
|
|
657
|
+
onInput?: ((evt: Event, value: string) => any) | undefined;
|
|
658
|
+
onClear?: ((evt?: Event | undefined) => any) | undefined;
|
|
659
|
+
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
660
|
+
onChange?: ((value: string) => any) | undefined;
|
|
661
|
+
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
662
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
663
|
+
onPressEnter?: ((evt: KeyboardEvent) => any) | undefined;
|
|
664
|
+
}>, "type" | "color" | "variant" | "disabled" | "clear" | "blur" | "focus" | "clearable" | "readonly" | "inputOnOutlimit" | "showPasswordEvent" | "autoWidth" | "passwordPlaceholder" | "inputEl" | "togglePassword"> & import('../../vue/dist/vue.esm-bundler.js').ShallowUnwrapRef<{
|
|
665
|
+
focus: () => void | undefined;
|
|
666
|
+
blur: () => void | undefined;
|
|
667
|
+
clear: () => void | undefined;
|
|
668
|
+
inputEl: () => HTMLInputElement | undefined;
|
|
669
|
+
togglePassword: () => void | undefined;
|
|
670
|
+
}> & {} & import('../../vue/dist/vue.esm-bundler.js').ComponentCustomProperties & {} & {
|
|
671
|
+
$slots: Readonly<{
|
|
672
|
+
default(): any;
|
|
673
|
+
prepend(): any;
|
|
674
|
+
append(): any;
|
|
675
|
+
prefix(): any;
|
|
676
|
+
suffix(): any;
|
|
677
|
+
}> & {
|
|
678
|
+
default(): any;
|
|
679
|
+
prepend(): any;
|
|
680
|
+
append(): any;
|
|
681
|
+
prefix(): any;
|
|
682
|
+
suffix(): any;
|
|
683
|
+
};
|
|
684
|
+
}) | null;
|
|
685
|
+
}, HTMLDivElement>;
|
|
686
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
687
|
+
export default _default;
|
|
688
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
689
|
+
new (): {
|
|
690
|
+
$slots: S;
|
|
691
|
+
};
|
|
692
|
+
};
|