yc-vep-ui 0.3.44 → 0.3.46

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.
@@ -1,13 +1,19 @@
1
1
  export { default as YcIcon } from './Icon.vue';
2
2
  export { default as Search } from './svg/Search.vue';
3
3
  export { default as CloseBold } from './svg/CloseBold.vue';
4
+ export { default as Close } from './svg/Close.vue';
4
5
  export { default as User } from './svg/User.vue';
5
6
  export { default as Plus } from './svg/Plus.vue';
7
+ export { default as PlusCircle } from './svg/PlusCircle.vue';
6
8
  export { default as ArrowRight } from './svg/ArrowRight.vue';
7
9
  export { default as ArrowUp } from './svg/ArrowUp.vue';
8
10
  export { default as Refresh } from './svg/Refresh.vue';
9
11
  export { default as Promotion } from './svg/Promotion.vue';
10
12
  export { default as Info } from './svg/Info.vue';
13
+ export { default as Success } from './svg/Success.vue';
14
+ export { default as Warning } from './svg/Warning.vue';
15
+ export { default as Error } from './svg/Error.vue';
16
+ export { default as Message } from './svg/Message.vue';
11
17
  export { default as Share } from './svg/Share.vue';
12
18
  export { default as Clock } from './svg/Clock.vue';
13
19
  export { default as Bell } from './svg/Bell.vue';
@@ -0,0 +1,2 @@
1
+ declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, SVGSVGElement>;
2
+ export default _default;
@@ -0,0 +1,2 @@
1
+ declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, SVGSVGElement>;
2
+ export default _default;
@@ -0,0 +1,2 @@
1
+ declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, SVGSVGElement>;
2
+ export default _default;
@@ -0,0 +1,2 @@
1
+ declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, SVGSVGElement>;
2
+ export default _default;
@@ -0,0 +1,2 @@
1
+ declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, SVGSVGElement>;
2
+ export default _default;
@@ -0,0 +1,2 @@
1
+ declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, SVGSVGElement>;
2
+ export default _default;
@@ -0,0 +1,16 @@
1
+ /**
2
+ * SVG 图标字符串导出
3
+ * 用于 Web Components 等原生环境
4
+ */
5
+ export declare const SuccessSvg = "<svg viewBox=\"0 0 1024 1024\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M512 0C228.4 0 0 228.4 0 512s228.4 512 512 512 512-228.4 512-512S795.6 0 512 0zm263.5 371.2l-317.1 317.1c-12.5 12.5-32.8 12.5-45.3 0L187.9 452.6c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l194.2 194.2 292.9-292.9c12.5-12.5 32.8-12.5 45.3 0s12.5 32.8 0 45.3l-338.1 338.2z\" fill=\"currentColor\"/></svg>";
6
+ export declare const WarningSvg = "<svg viewBox=\"0 0 1024 1024\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372z\" fill=\"currentColor\"/><path d=\"M512 688c-17.7 0-32 14.3-32 32s14.3 32 32 32 32-14.3 32-32-14.3-32-32-32zm-32-352h64v224h-64V336z\" fill=\"currentColor\"/></svg>";
7
+ export declare const ErrorSvg = "<svg viewBox=\"0 0 1024 1024\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M512 89.6c-235.2 0-425.6 190.4-425.6 425.6S276.8 940.8 512 940.8 937.6 750.4 937.6 515.2 747.2 89.6 512 89.6zm217.6 585.6c18.8 18.8 18.8 49.6 0 68.8-18.8 18.8-49.6 18.8-68.8 0L512 594.8 363.2 744c-18.8 18.8-49.6 18.8-68.8 0-18.8-18.8-18.8-49.6 0-68.8l148.8-148.8L294.4 377.6c-18.8-18.8-18.8-49.6 0-68.8 18.8-18.8 49.6-18.8 68.8 0l148.8 148.8L660.8 308.8c18.8-18.8 49.6-18.8 68.8 0 18.8 18.8 18.8 49.6 0 68.8L580.8 526.4l148.8 148.8z\" fill=\"currentColor\"/></svg>";
8
+ export declare const InfoSvg = "<svg viewBox=\"0 0 1024 1024\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M512 0C229.2 0 0 229.2 0 512s229.2 512 512 512 512-229.2 512-512S794.8 0 512 0zm56 768H456V456h112v312zm0-400H456V264h112v104z\" fill=\"currentColor\"/></svg>";
9
+ export declare const CloseSvg = "<svg viewBox=\"0 0 1024 1024\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M557.8 512l248.3-248.3c18.8-18.8 18.8-49.6 0-68.8-18.8-18.8-49.6-18.8-68.8 0L512 443.2 263.7 194.9c-18.8-18.8-49.6-18.8-68.8 0-18.8 18.8-18.8 49.6 0 68.8L443.2 512 194.9 760.3c-18.8 18.8-18.8 49.6 0 68.8 18.8 18.8 49.6 18.8 68.8 0L512 580.8l248.3 248.3c18.8 18.8 49.6 18.8 68.8 0 18.8-18.8 18.8-49.6 0-68.8L557.8 512z\" fill=\"currentColor\"/></svg>";
10
+ export declare const MessageIcons: {
11
+ success: string;
12
+ warning: string;
13
+ error: string;
14
+ info: string;
15
+ };
16
+ export { CloseSvg as CloseIcon };
@@ -1,16 +1,5 @@
1
- /**
2
- * Message 消息提示组件
3
- * 原生实现,兼容 Chrome 和 Firefox 浏览器
4
- */
5
- export type MessageType = 'success' | 'warning' | 'info' | 'error';
6
- export interface IMessageOptions {
7
- message: string;
8
- type?: MessageType;
9
- /** 显示时长(毫秒),0 表示永不自动关闭,默认 3000 */
10
- duration?: number;
11
- showClose?: boolean;
12
- onClose?: () => void;
13
- }
1
+ import { IMessageOptions } from './type';
2
+ export type { IMessageOptions, MessageType } from './type';
14
3
  interface MessageFn {
15
4
  (options: IMessageOptions | string): {
16
5
  close: () => Promise<void>;
@@ -29,6 +18,7 @@ interface MessageFn {
29
18
  };
30
19
  closeAll: () => Promise<void>;
31
20
  }
32
- declare const Message: MessageFn;
33
- export default Message;
34
- export { Message };
21
+ declare const VepMessage: MessageFn;
22
+ export default VepMessage;
23
+ export { VepMessage };
24
+ export type { MessageFn };
@@ -11,3 +11,4 @@ export * as UiStaffSelect from './StaffSelect/index.vue';
11
11
  export * as UiUpload from './Upload/index.vue';
12
12
  export * as YcApproval from './YcApproval/index.vue';
13
13
  export * as YcMessage from './Message/index.ts';
14
+ export * as WcUtils from './utils/wc-utils.ts';
@@ -0,0 +1,391 @@
1
+ export declare const baseStyles = "\n .vep-wc-container {\n position: fixed;\n top: 20px;\n left: 50%;\n transform: translateX(-50%);\n z-index: 99999;\n display: flex;\n flex-direction: column;\n align-items: center;\n gap: 8px;\n pointer-events: none;\n }\n .vep-wc-item {\n display: flex;\n align-items: center;\n gap: 10px;\n padding: 11px 15px;\n border-radius: 4px;\n border: 1px solid #ebeef5;\n background-color: #fff;\n box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);\n font-size: 14px;\n color: #606266;\n pointer-events: auto;\n animation: vep-wc-fade-in 0.3s ease-out;\n max-width: 400px;\n min-width: 200px;\n }\n .vep-wc-item.vep-wc-hide { animation: vep-wc-fade-out 0.3s ease-in forwards; }\n .vep-wc-icon { width: 18px; height: 18px; flex-shrink: 0; }\n .vep-wc-content { flex: 1; word-break: break-word; }\n .vep-wc-close { width: 16px; height: 16px; cursor: pointer; opacity: 0.5; transition: opacity 0.2s; flex-shrink: 0; }\n .vep-wc-close:hover { opacity: 1; }\n .vep-wc--success { background-color: #f0f9eb; border-color: #e1f3d8; }\n .vep-wc--success .vep-wc-icon { color: #67c23a; }\n .vep-wc--warning { background-color: #fdf6ec; border-color: #faecd8; }\n .vep-wc--warning .vep-wc-icon { color: #e6a23c; }\n .vep-wc--error { background-color: #fef0f0; border-color: #fde2e2; }\n .vep-wc--error .vep-wc-icon { color: #f56c6c; }\n .vep-wc--info { background-color: #f4f4f5; border-color: #e9e9eb; }\n .vep-wc--info .vep-wc-icon { color: #909399; }\n @keyframes vep-wc-fade-in { from { opacity: 0; transform: translateY(-20px); } to { opacity: 1; transform: translateY(0); } }\n @keyframes vep-wc-fade-out { from { opacity: 1; transform: translateY(0); } to { opacity: 0; transform: translateY(-20px); } }\n";
2
+ export interface WcOptions {
3
+ message: string;
4
+ type?: 'success' | 'warning' | 'info' | 'error';
5
+ duration?: number;
6
+ showClose?: boolean;
7
+ onClose?: () => void;
8
+ }
9
+ export declare const wcDefaultOptions: Partial<WcOptions>;
10
+ export interface WcInstance {
11
+ id: number;
12
+ element: HTMLElement;
13
+ options: WcOptions;
14
+ timer?: ReturnType<typeof setTimeout>;
15
+ isClosing: boolean;
16
+ }
17
+ export declare function initStyles(id: string, css: string): void;
18
+ export declare function getNextId(): number;
19
+ export declare function getInstances(): WcInstance[];
20
+ export declare function addInstance(instance: WcInstance): void;
21
+ export declare function closeInstance(id: number): Promise<void>;
22
+ export declare function createWcElement<T extends WcOptions>(name: string, showItem: (options: T, container: HTMLElement, instanceId: number) => void): {
23
+ new (): {
24
+ shadow: ShadowRoot;
25
+ connectedCallback(): void;
26
+ show(options: T): void;
27
+ accessKey: string;
28
+ readonly accessKeyLabel: string;
29
+ autocapitalize: string;
30
+ autocorrect: boolean;
31
+ dir: string;
32
+ draggable: boolean;
33
+ hidden: boolean | "until-found";
34
+ inert: boolean;
35
+ innerText: string;
36
+ lang: string;
37
+ readonly offsetHeight: number;
38
+ readonly offsetLeft: number;
39
+ readonly offsetParent: Element | null;
40
+ readonly offsetTop: number;
41
+ readonly offsetWidth: number;
42
+ outerText: string;
43
+ popover: string | null;
44
+ spellcheck: boolean;
45
+ title: string;
46
+ translate: boolean;
47
+ writingSuggestions: string;
48
+ attachInternals(): ElementInternals;
49
+ click(): void;
50
+ hidePopover(): void;
51
+ showPopover(options?: ShowPopoverOptions): void;
52
+ togglePopover(options?: TogglePopoverOptions | boolean): boolean;
53
+ addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
54
+ addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
55
+ removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
56
+ removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
57
+ readonly attributes: NamedNodeMap;
58
+ get classList(): DOMTokenList;
59
+ set classList(value: string);
60
+ className: string;
61
+ readonly clientHeight: number;
62
+ readonly clientLeft: number;
63
+ readonly clientTop: number;
64
+ readonly clientWidth: number;
65
+ readonly currentCSSZoom: number;
66
+ readonly customElementRegistry: CustomElementRegistry | null;
67
+ id: string;
68
+ innerHTML: string;
69
+ readonly localName: string;
70
+ readonly namespaceURI: string | null;
71
+ onfullscreenchange: ((this: Element, ev: Event) => any) | null;
72
+ onfullscreenerror: ((this: Element, ev: Event) => any) | null;
73
+ outerHTML: string;
74
+ readonly ownerDocument: Document;
75
+ get part(): DOMTokenList;
76
+ set part(value: string);
77
+ readonly prefix: string | null;
78
+ readonly scrollHeight: number;
79
+ scrollLeft: number;
80
+ scrollTop: number;
81
+ readonly scrollWidth: number;
82
+ readonly shadowRoot: ShadowRoot | null;
83
+ slot: string;
84
+ readonly tagName: string;
85
+ attachShadow(init: ShadowRootInit): ShadowRoot;
86
+ checkVisibility(options?: CheckVisibilityOptions): boolean;
87
+ closest<K extends keyof HTMLElementTagNameMap>(selector: K): HTMLElementTagNameMap[K] | null;
88
+ closest<K extends keyof SVGElementTagNameMap>(selector: K): SVGElementTagNameMap[K] | null;
89
+ closest<K extends keyof MathMLElementTagNameMap>(selector: K): MathMLElementTagNameMap[K] | null;
90
+ closest<E extends Element = Element>(selectors: string): E | null;
91
+ computedStyleMap(): StylePropertyMapReadOnly;
92
+ getAttribute(qualifiedName: string): string | null;
93
+ getAttributeNS(namespace: string | null, localName: string): string | null;
94
+ getAttributeNames(): string[];
95
+ getAttributeNode(qualifiedName: string): Attr | null;
96
+ getAttributeNodeNS(namespace: string | null, localName: string): Attr | null;
97
+ getBoundingClientRect(): DOMRect;
98
+ getClientRects(): DOMRectList;
99
+ getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
100
+ getElementsByTagName<K extends keyof HTMLElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<HTMLElementTagNameMap[K]>;
101
+ getElementsByTagName<K extends keyof SVGElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<SVGElementTagNameMap[K]>;
102
+ getElementsByTagName<K extends keyof MathMLElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<MathMLElementTagNameMap[K]>;
103
+ getElementsByTagName<K extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K]>;
104
+ getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
105
+ getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
106
+ getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
107
+ getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1998/Math/MathML", localName: string): HTMLCollectionOf<MathMLElement>;
108
+ getElementsByTagNameNS(namespace: string | null, localName: string): HTMLCollectionOf<Element>;
109
+ getHTML(options?: GetHTMLOptions): string;
110
+ hasAttribute(qualifiedName: string): boolean;
111
+ hasAttributeNS(namespace: string | null, localName: string): boolean;
112
+ hasAttributes(): boolean;
113
+ hasPointerCapture(pointerId: number): boolean;
114
+ insertAdjacentElement(where: InsertPosition, element: Element): Element | null;
115
+ insertAdjacentHTML(position: InsertPosition, string: string): void;
116
+ insertAdjacentText(where: InsertPosition, data: string): void;
117
+ matches<K extends keyof HTMLElementTagNameMap>(selectors: K): this is HTMLElementTagNameMap[K];
118
+ matches<K extends keyof SVGElementTagNameMap>(selectors: K): this is SVGElementTagNameMap[K];
119
+ matches<K extends keyof MathMLElementTagNameMap>(selectors: K): this is MathMLElementTagNameMap[K];
120
+ matches(selectors: string): boolean;
121
+ releasePointerCapture(pointerId: number): void;
122
+ removeAttribute(qualifiedName: string): void;
123
+ removeAttributeNS(namespace: string | null, localName: string): void;
124
+ removeAttributeNode(attr: Attr): Attr;
125
+ requestFullscreen(options?: FullscreenOptions): Promise<void>;
126
+ requestPointerLock(options?: PointerLockOptions): Promise<void>;
127
+ scroll(options?: ScrollToOptions): void;
128
+ scroll(x: number, y: number): void;
129
+ scrollBy(options?: ScrollToOptions): void;
130
+ scrollBy(x: number, y: number): void;
131
+ scrollIntoView(arg?: boolean | ScrollIntoViewOptions): void;
132
+ scrollTo(options?: ScrollToOptions): void;
133
+ scrollTo(x: number, y: number): void;
134
+ setAttribute(qualifiedName: string, value: string): void;
135
+ setAttributeNS(namespace: string | null, qualifiedName: string, value: string): void;
136
+ setAttributeNode(attr: Attr): Attr | null;
137
+ setAttributeNodeNS(attr: Attr): Attr | null;
138
+ setHTMLUnsafe(html: string): void;
139
+ setPointerCapture(pointerId: number): void;
140
+ toggleAttribute(qualifiedName: string, force?: boolean): boolean;
141
+ webkitMatchesSelector(selectors: string): boolean;
142
+ get textContent(): string;
143
+ set textContent(value: string | null);
144
+ readonly baseURI: string;
145
+ readonly childNodes: NodeListOf<ChildNode>;
146
+ readonly firstChild: ChildNode | null;
147
+ readonly isConnected: boolean;
148
+ readonly lastChild: ChildNode | null;
149
+ readonly nextSibling: ChildNode | null;
150
+ readonly nodeName: string;
151
+ readonly nodeType: number;
152
+ nodeValue: string | null;
153
+ readonly parentElement: HTMLElement | null;
154
+ readonly parentNode: ParentNode | null;
155
+ readonly previousSibling: ChildNode | null;
156
+ appendChild<T_1 extends Node>(node: T_1): T_1;
157
+ cloneNode(subtree?: boolean): Node;
158
+ compareDocumentPosition(other: Node): number;
159
+ contains(other: Node | null): boolean;
160
+ getRootNode(options?: GetRootNodeOptions): Node;
161
+ hasChildNodes(): boolean;
162
+ insertBefore<T_1 extends Node>(node: T_1, child: Node | null): T_1;
163
+ isDefaultNamespace(namespace: string | null): boolean;
164
+ isEqualNode(otherNode: Node | null): boolean;
165
+ isSameNode(otherNode: Node | null): boolean;
166
+ lookupNamespaceURI(prefix: string | null): string | null;
167
+ lookupPrefix(namespace: string | null): string | null;
168
+ normalize(): void;
169
+ removeChild<T_1 extends Node>(child: T_1): T_1;
170
+ replaceChild<T_1 extends Node>(node: Node, child: T_1): T_1;
171
+ readonly ELEMENT_NODE: 1;
172
+ readonly ATTRIBUTE_NODE: 2;
173
+ readonly TEXT_NODE: 3;
174
+ readonly CDATA_SECTION_NODE: 4;
175
+ readonly ENTITY_REFERENCE_NODE: 5;
176
+ readonly ENTITY_NODE: 6;
177
+ readonly PROCESSING_INSTRUCTION_NODE: 7;
178
+ readonly COMMENT_NODE: 8;
179
+ readonly DOCUMENT_NODE: 9;
180
+ readonly DOCUMENT_TYPE_NODE: 10;
181
+ readonly DOCUMENT_FRAGMENT_NODE: 11;
182
+ readonly NOTATION_NODE: 12;
183
+ readonly DOCUMENT_POSITION_DISCONNECTED: 1;
184
+ readonly DOCUMENT_POSITION_PRECEDING: 2;
185
+ readonly DOCUMENT_POSITION_FOLLOWING: 4;
186
+ readonly DOCUMENT_POSITION_CONTAINS: 8;
187
+ readonly DOCUMENT_POSITION_CONTAINED_BY: 16;
188
+ readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: 32;
189
+ dispatchEvent(event: Event): boolean;
190
+ ariaActiveDescendantElement: Element | null;
191
+ ariaAtomic: string | null;
192
+ ariaAutoComplete: string | null;
193
+ ariaBrailleLabel: string | null;
194
+ ariaBrailleRoleDescription: string | null;
195
+ ariaBusy: string | null;
196
+ ariaChecked: string | null;
197
+ ariaColCount: string | null;
198
+ ariaColIndex: string | null;
199
+ ariaColIndexText: string | null;
200
+ ariaColSpan: string | null;
201
+ ariaControlsElements: ReadonlyArray<Element> | null;
202
+ ariaCurrent: string | null;
203
+ ariaDescribedByElements: ReadonlyArray<Element> | null;
204
+ ariaDescription: string | null;
205
+ ariaDetailsElements: ReadonlyArray<Element> | null;
206
+ ariaDisabled: string | null;
207
+ ariaErrorMessageElements: ReadonlyArray<Element> | null;
208
+ ariaExpanded: string | null;
209
+ ariaFlowToElements: ReadonlyArray<Element> | null;
210
+ ariaHasPopup: string | null;
211
+ ariaHidden: string | null;
212
+ ariaInvalid: string | null;
213
+ ariaKeyShortcuts: string | null;
214
+ ariaLabel: string | null;
215
+ ariaLabelledByElements: ReadonlyArray<Element> | null;
216
+ ariaLevel: string | null;
217
+ ariaLive: string | null;
218
+ ariaModal: string | null;
219
+ ariaMultiLine: string | null;
220
+ ariaMultiSelectable: string | null;
221
+ ariaOrientation: string | null;
222
+ ariaOwnsElements: ReadonlyArray<Element> | null;
223
+ ariaPlaceholder: string | null;
224
+ ariaPosInSet: string | null;
225
+ ariaPressed: string | null;
226
+ ariaReadOnly: string | null;
227
+ ariaRelevant: string | null;
228
+ ariaRequired: string | null;
229
+ ariaRoleDescription: string | null;
230
+ ariaRowCount: string | null;
231
+ ariaRowIndex: string | null;
232
+ ariaRowIndexText: string | null;
233
+ ariaRowSpan: string | null;
234
+ ariaSelected: string | null;
235
+ ariaSetSize: string | null;
236
+ ariaSort: string | null;
237
+ ariaValueMax: string | null;
238
+ ariaValueMin: string | null;
239
+ ariaValueNow: string | null;
240
+ ariaValueText: string | null;
241
+ role: string | null;
242
+ animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions): Animation;
243
+ getAnimations(options?: GetAnimationsOptions): Animation[];
244
+ after(...nodes: (Node | string)[]): void;
245
+ before(...nodes: (Node | string)[]): void;
246
+ remove(): void;
247
+ replaceWith(...nodes: (Node | string)[]): void;
248
+ readonly nextElementSibling: Element | null;
249
+ readonly previousElementSibling: Element | null;
250
+ readonly childElementCount: number;
251
+ readonly children: HTMLCollection;
252
+ readonly firstElementChild: Element | null;
253
+ readonly lastElementChild: Element | null;
254
+ append(...nodes: (Node | string)[]): void;
255
+ moveBefore(node: Node, child: Node | null): void;
256
+ prepend(...nodes: (Node | string)[]): void;
257
+ querySelector<K extends keyof HTMLElementTagNameMap>(selectors: K): HTMLElementTagNameMap[K] | null;
258
+ querySelector<K extends keyof SVGElementTagNameMap>(selectors: K): SVGElementTagNameMap[K] | null;
259
+ querySelector<K extends keyof MathMLElementTagNameMap>(selectors: K): MathMLElementTagNameMap[K] | null;
260
+ querySelector<K extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K): HTMLElementDeprecatedTagNameMap[K] | null;
261
+ querySelector<E extends Element = Element>(selectors: string): E | null;
262
+ querySelectorAll<K extends keyof HTMLElementTagNameMap>(selectors: K): NodeListOf<HTMLElementTagNameMap[K]>;
263
+ querySelectorAll<K extends keyof SVGElementTagNameMap>(selectors: K): NodeListOf<SVGElementTagNameMap[K]>;
264
+ querySelectorAll<K extends keyof MathMLElementTagNameMap>(selectors: K): NodeListOf<MathMLElementTagNameMap[K]>;
265
+ querySelectorAll<K extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K): NodeListOf<HTMLElementDeprecatedTagNameMap[K]>;
266
+ querySelectorAll<E extends Element = Element>(selectors: string): NodeListOf<E>;
267
+ replaceChildren(...nodes: (Node | string)[]): void;
268
+ readonly assignedSlot: HTMLSlotElement | null;
269
+ readonly attributeStyleMap: StylePropertyMap;
270
+ get style(): CSSStyleDeclaration;
271
+ set style(cssText: string);
272
+ contentEditable: string;
273
+ enterKeyHint: string;
274
+ inputMode: string;
275
+ readonly isContentEditable: boolean;
276
+ onabort: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
277
+ onanimationcancel: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
278
+ onanimationend: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
279
+ onanimationiteration: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
280
+ onanimationstart: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
281
+ onauxclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
282
+ onbeforeinput: ((this: GlobalEventHandlers, ev: InputEvent) => any) | null;
283
+ onbeforematch: ((this: GlobalEventHandlers, ev: Event) => any) | null;
284
+ onbeforetoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
285
+ onblur: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
286
+ oncancel: ((this: GlobalEventHandlers, ev: Event) => any) | null;
287
+ oncanplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
288
+ oncanplaythrough: ((this: GlobalEventHandlers, ev: Event) => any) | null;
289
+ onchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
290
+ onclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
291
+ onclose: ((this: GlobalEventHandlers, ev: Event) => any) | null;
292
+ oncommand: ((this: GlobalEventHandlers, ev: Event) => any) | null;
293
+ oncontextlost: ((this: GlobalEventHandlers, ev: Event) => any) | null;
294
+ oncontextmenu: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
295
+ oncontextrestored: ((this: GlobalEventHandlers, ev: Event) => any) | null;
296
+ oncopy: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
297
+ oncuechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
298
+ oncut: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
299
+ ondblclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
300
+ ondrag: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
301
+ ondragend: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
302
+ ondragenter: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
303
+ ondragleave: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
304
+ ondragover: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
305
+ ondragstart: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
306
+ ondrop: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
307
+ ondurationchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
308
+ onemptied: ((this: GlobalEventHandlers, ev: Event) => any) | null;
309
+ onended: ((this: GlobalEventHandlers, ev: Event) => any) | null;
310
+ onerror: OnErrorEventHandler;
311
+ onfocus: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
312
+ onformdata: ((this: GlobalEventHandlers, ev: FormDataEvent) => any) | null;
313
+ ongotpointercapture: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
314
+ oninput: ((this: GlobalEventHandlers, ev: InputEvent) => any) | null;
315
+ oninvalid: ((this: GlobalEventHandlers, ev: Event) => any) | null;
316
+ onkeydown: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
317
+ onkeypress: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
318
+ onkeyup: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
319
+ onload: ((this: GlobalEventHandlers, ev: Event) => any) | null;
320
+ onloadeddata: ((this: GlobalEventHandlers, ev: Event) => any) | null;
321
+ onloadedmetadata: ((this: GlobalEventHandlers, ev: Event) => any) | null;
322
+ onloadstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
323
+ onlostpointercapture: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
324
+ onmousedown: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
325
+ onmouseenter: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
326
+ onmouseleave: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
327
+ onmousemove: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
328
+ onmouseout: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
329
+ onmouseover: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
330
+ onmouseup: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
331
+ onpaste: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
332
+ onpause: ((this: GlobalEventHandlers, ev: Event) => any) | null;
333
+ onplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
334
+ onplaying: ((this: GlobalEventHandlers, ev: Event) => any) | null;
335
+ onpointercancel: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
336
+ onpointerdown: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
337
+ onpointerenter: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
338
+ onpointerleave: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
339
+ onpointermove: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
340
+ onpointerout: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
341
+ onpointerover: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
342
+ onpointerrawupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
343
+ onpointerup: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
344
+ onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent) => any) | null;
345
+ onratechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
346
+ onreset: ((this: GlobalEventHandlers, ev: Event) => any) | null;
347
+ onresize: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
348
+ onscroll: ((this: GlobalEventHandlers, ev: Event) => any) | null;
349
+ onscrollend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
350
+ onsecuritypolicyviolation: ((this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any) | null;
351
+ onseeked: ((this: GlobalEventHandlers, ev: Event) => any) | null;
352
+ onseeking: ((this: GlobalEventHandlers, ev: Event) => any) | null;
353
+ onselect: ((this: GlobalEventHandlers, ev: Event) => any) | null;
354
+ onselectionchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
355
+ onselectstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
356
+ onslotchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
357
+ onstalled: ((this: GlobalEventHandlers, ev: Event) => any) | null;
358
+ onsubmit: ((this: GlobalEventHandlers, ev: SubmitEvent) => any) | null;
359
+ onsuspend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
360
+ ontimeupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
361
+ ontoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
362
+ ontouchcancel?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
363
+ ontouchend?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
364
+ ontouchmove?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
365
+ ontouchstart?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
366
+ ontransitioncancel: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
367
+ ontransitionend: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
368
+ ontransitionrun: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
369
+ ontransitionstart: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
370
+ onvolumechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
371
+ onwaiting: ((this: GlobalEventHandlers, ev: Event) => any) | null;
372
+ onwebkitanimationend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
373
+ onwebkitanimationiteration: ((this: GlobalEventHandlers, ev: Event) => any) | null;
374
+ onwebkitanimationstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
375
+ onwebkittransitionend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
376
+ onwheel: ((this: GlobalEventHandlers, ev: WheelEvent) => any) | null;
377
+ autofocus: boolean;
378
+ readonly dataset: DOMStringMap;
379
+ nonce: string;
380
+ tabIndex: number;
381
+ blur(): void;
382
+ focus(options?: FocusOptions): void;
383
+ };
384
+ };
385
+ export declare const icons: {
386
+ success: string;
387
+ warning: string;
388
+ error: string;
389
+ info: string;
390
+ };
391
+ export declare const closeIcon = "<svg viewBox=\"0 0 1024 1024\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M557.8 512l248.3-248.3c18.8-18.8 18.8-49.6 0-68.8-18.8-18.8-49.6-18.8-68.8 0L512 443.2 263.7 194.9c-18.8-18.8-49.6-18.8-68.8 0-18.8 18.8-18.8 49.6 0 68.8L443.2 512 194.9 760.3c-18.8 18.8-18.8 49.6 0 68.8 18.8 18.8 49.6 18.8 68.8 0L512 580.8l248.3 248.3c18.8 18.8 49.6 18.8 68.8 0 18.8-18.8 18.8-49.6 0-68.8L557.8 512z\" fill=\"currentColor\"/></svg>";