@operato/contact 8.0.0-beta.1 → 8.0.0

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/CHANGELOG.md CHANGED
@@ -3,16 +3,7 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
- ## [8.0.0-beta.1](https://github.com/hatiolab/operato/compare/v8.0.0-beta.0...v8.0.0-beta.1) (2025-01-08)
7
-
8
-
9
- ### :bug: Bug Fix
10
-
11
- * missing .npmignore ([be05985](https://github.com/hatiolab/operato/commit/be05985abfae4af53501f718dd52932099f7fbcb))
12
-
13
-
14
-
15
- ## [8.0.0-beta.0](https://github.com/hatiolab/operato/compare/v8.0.0-alpha.56...v8.0.0-beta.0) (2025-01-07)
6
+ ## [8.0.0](https://github.com/hatiolab/operato/compare/v7.1.33...v8.0.0) (2025-01-14)
16
7
 
17
8
  **Note:** Version bump only for package @operato/contact
18
9
 
@@ -20,63 +11,39 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
20
11
 
21
12
 
22
13
 
23
- ## [8.0.0-alpha.50](https://github.com/hatiolab/operato/compare/v8.0.0-alpha.49...v8.0.0-alpha.50) (2024-11-16)
24
-
25
- **Note:** Version bump only for package @operato/contact
26
-
27
-
28
-
29
-
30
-
31
- ## [8.0.0-alpha.37](https://github.com/hatiolab/operato/compare/v8.0.0-alpha.36...v8.0.0-alpha.37) (2024-10-20)
14
+ ### [7.1.32](https://github.com/hatiolab/operato/compare/v7.1.31...v7.1.32) (2025-01-11)
32
15
 
33
16
 
34
17
  ### :bug: Bug Fix
35
18
 
36
- * update dev-dependencies version ([d6fe342](https://github.com/hatiolab/operato/commit/d6fe342de738c6bad3528550a862b5a1d2573161))
37
-
38
-
39
-
40
- ## [8.0.0-alpha.33](https://github.com/hatiolab/operato/compare/v8.0.0-alpha.32...v8.0.0-alpha.33) (2024-10-14)
41
-
42
- **Note:** Version bump only for package @operato/contact
19
+ * missing .npmignore ([03db207](https://github.com/hatiolab/operato/commit/03db207498088b294ccfb9645f6839c2f11645d5))
20
+ * typo .npmignore ([df91cae](https://github.com/hatiolab/operato/commit/df91caea0f5938a3febd9307184e5b036a65e2bd))
43
21
 
44
22
 
45
23
 
46
-
47
-
48
- ## [8.0.0-alpha.29](https://github.com/hatiolab/operato/compare/v8.0.0-alpha.28...v8.0.0-alpha.29) (2024-10-10)
24
+ ### [7.1.27](https://github.com/hatiolab/operato/compare/v7.1.26...v7.1.27) (2024-12-09)
49
25
 
50
26
 
51
27
  ### :bug: Bug Fix
52
28
 
53
- * apply pointer-event ([ecc73a1](https://github.com/hatiolab/operato/commit/ecc73a1d2df0d8ce7ba462965062a91461c504c3))
29
+ * calendar css variables ([75a7eb0](https://github.com/hatiolab/operato/commit/75a7eb0c68a9d863f2b0db44152fdb9b9536ceca))
54
30
 
55
31
 
56
32
 
57
- ## [8.0.0-alpha.27](https://github.com/hatiolab/operato/compare/v8.0.0-alpha.26...v8.0.0-alpha.27) (2024-10-06)
33
+ ### [7.1.25](https://github.com/hatiolab/operato/compare/v7.1.24...v7.1.25) (2024-11-23)
58
34
 
35
+ **Note:** Version bump only for package @operato/contact
59
36
 
60
- ### :bug: Bug Fix
61
37
 
62
- * calendar css variables ([9ea1918](https://github.com/hatiolab/operato/commit/9ea191844c72de5f920a8da85ad50209ba77cc07))
63
38
 
64
39
 
65
40
 
66
- ## [8.0.0-alpha.4](https://github.com/hatiolab/operato/compare/v8.0.0-alpha.3...v8.0.0-alpha.4) (2024-09-07)
41
+ ### [7.1.6](https://github.com/hatiolab/operato/compare/v7.1.5...v7.1.6) (2024-09-07)
67
42
 
68
43
 
69
44
  ### :bug: Bug Fix
70
45
 
71
- * dataset components & styles ([be44acd](https://github.com/hatiolab/operato/commit/be44acde8f25980e5b27afc481a2c149f8c23dbd))
72
-
73
-
74
-
75
- ## [8.0.0-alpha.0](https://github.com/hatiolab/operato/compare/v7.1.1...v8.0.0-alpha.0) (2024-09-01)
76
-
77
- **Note:** Version bump only for package @operato/contact
78
-
79
-
46
+ * dataset components & styles ([d6836bd](https://github.com/hatiolab/operato/commit/d6836bd1c400962453dec31ab6e6055e4110900b))
80
47
 
81
48
 
82
49
 
@@ -1,398 +1,29 @@
1
1
  import '@material/web/icon/icon.js';
2
2
  import { LitElement, PropertyValues } from 'lit';
3
3
  import { Profile } from './ox-pfp-view';
4
- import { GestureEventDrag, GestureEventPinch } from '@operato/utils/gesture-mixin.js';
5
- declare const OxPfpEdit_base: (new (...args: any[]) => {
6
- __pointers: Map<number, {
7
- x: number;
8
- y: number;
9
- }>;
10
- __lastTapTime: number;
11
- __lastPinchDistance: number;
12
- __dragStart: {
13
- x: number;
14
- y: number;
15
- } | null;
16
- connectedCallback(): void;
17
- disconnectedCallback(): void;
18
- handlePointerDown: (e: PointerEvent) => void;
19
- handlePointerMove: (e: PointerEvent) => void;
20
- handlePointerUp: (e: PointerEvent) => void;
21
- handlePinch(): void;
22
- handleDrag(point: {
23
- x: number;
24
- y: number;
25
- }, end: boolean): void;
26
- handleTap(point: {
27
- x: number;
28
- y: number;
29
- }): void;
30
- getDistance(p1: {
31
- x: number;
32
- y: number;
33
- }, p2: {
34
- x: number;
35
- y: number;
36
- }): number;
37
- addGlobalListeners(): void;
38
- removeGlobalListeners(): void;
39
- accessKey: string;
40
- readonly accessKeyLabel: string;
41
- autocapitalize: string;
42
- dir: string;
43
- draggable: boolean;
44
- hidden: boolean;
45
- inert: boolean;
46
- innerText: string;
47
- lang: string;
48
- readonly offsetHeight: number;
49
- readonly offsetLeft: number;
50
- readonly offsetParent: Element | null;
51
- readonly offsetTop: number;
52
- readonly offsetWidth: number;
53
- outerText: string;
54
- popover: string | null;
55
- spellcheck: boolean;
56
- title: string;
57
- translate: boolean;
58
- writingSuggestions: string;
59
- attachInternals(): ElementInternals;
60
- click(): void;
61
- hidePopover(): void;
62
- showPopover(): void;
63
- togglePopover(force?: boolean): boolean;
64
- addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
65
- addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
66
- removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
67
- removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
68
- readonly attributes: NamedNodeMap;
69
- readonly classList: DOMTokenList;
70
- className: string;
71
- readonly clientHeight: number;
72
- readonly clientLeft: number;
73
- readonly clientTop: number;
74
- readonly clientWidth: number;
75
- readonly currentCSSZoom: number;
76
- id: string;
77
- innerHTML: string;
78
- readonly localName: string;
79
- readonly namespaceURI: string | null;
80
- onfullscreenchange: ((this: Element, ev: Event) => any) | null;
81
- onfullscreenerror: ((this: Element, ev: Event) => any) | null;
82
- outerHTML: string;
83
- readonly ownerDocument: Document;
84
- readonly part: DOMTokenList;
85
- readonly prefix: string | null;
86
- readonly scrollHeight: number;
87
- scrollLeft: number;
88
- scrollTop: number;
89
- readonly scrollWidth: number;
90
- readonly shadowRoot: ShadowRoot | null;
91
- slot: string;
92
- readonly tagName: string;
93
- attachShadow(init: ShadowRootInit): ShadowRoot;
94
- checkVisibility(options?: CheckVisibilityOptions): boolean;
95
- closest<K extends keyof HTMLElementTagNameMap>(selector: K): HTMLElementTagNameMap[K] | null;
96
- closest<K extends keyof SVGElementTagNameMap>(selector: K): SVGElementTagNameMap[K] | null;
97
- closest<K extends keyof MathMLElementTagNameMap>(selector: K): MathMLElementTagNameMap[K] | null;
98
- closest<E extends Element = Element>(selectors: string): E | null;
99
- computedStyleMap(): StylePropertyMapReadOnly;
100
- getAttribute(qualifiedName: string): string | null;
101
- getAttributeNS(namespace: string | null, localName: string): string | null;
102
- getAttributeNames(): string[];
103
- getAttributeNode(qualifiedName: string): Attr | null;
104
- getAttributeNodeNS(namespace: string | null, localName: string): Attr | null;
105
- getBoundingClientRect(): DOMRect;
106
- getClientRects(): DOMRectList;
107
- getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
108
- getElementsByTagName<K extends keyof HTMLElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<HTMLElementTagNameMap[K]>;
109
- getElementsByTagName<K extends keyof SVGElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<SVGElementTagNameMap[K]>;
110
- getElementsByTagName<K extends keyof MathMLElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<MathMLElementTagNameMap[K]>;
111
- getElementsByTagName<K extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K]>;
112
- getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
113
- getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
114
- getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
115
- getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1998/Math/MathML", localName: string): HTMLCollectionOf<MathMLElement>;
116
- getElementsByTagNameNS(namespace: string | null, localName: string): HTMLCollectionOf<Element>;
117
- getHTML(options?: GetHTMLOptions): string;
118
- hasAttribute(qualifiedName: string): boolean;
119
- hasAttributeNS(namespace: string | null, localName: string): boolean;
120
- hasAttributes(): boolean;
121
- hasPointerCapture(pointerId: number): boolean;
122
- insertAdjacentElement(where: InsertPosition, element: Element): Element | null;
123
- insertAdjacentHTML(position: InsertPosition, string: string): void;
124
- insertAdjacentText(where: InsertPosition, data: string): void;
125
- matches(selectors: string): boolean;
126
- releasePointerCapture(pointerId: number): void;
127
- removeAttribute(qualifiedName: string): void;
128
- removeAttributeNS(namespace: string | null, localName: string): void;
129
- removeAttributeNode(attr: Attr): Attr;
130
- requestFullscreen(options?: FullscreenOptions): Promise<void>;
131
- requestPointerLock(options?: PointerLockOptions): Promise<void>;
132
- scroll(options?: ScrollToOptions): void;
133
- scroll(x: number, y: number): void;
134
- scrollBy(options?: ScrollToOptions): void;
135
- scrollBy(x: number, y: number): void;
136
- scrollIntoView(arg?: boolean | ScrollIntoViewOptions): void;
137
- scrollTo(options?: ScrollToOptions): void;
138
- scrollTo(x: number, y: number): void;
139
- setAttribute(qualifiedName: string, value: string): void;
140
- setAttributeNS(namespace: string | null, qualifiedName: string, value: string): void;
141
- setAttributeNode(attr: Attr): Attr | null;
142
- setAttributeNodeNS(attr: Attr): Attr | null;
143
- setHTMLUnsafe(html: string): void;
144
- setPointerCapture(pointerId: number): void;
145
- toggleAttribute(qualifiedName: string, force?: boolean): boolean;
146
- webkitMatchesSelector(selectors: string): boolean;
147
- readonly baseURI: string;
148
- readonly childNodes: NodeListOf<ChildNode>;
149
- readonly firstChild: ChildNode | null;
150
- readonly isConnected: boolean;
151
- readonly lastChild: ChildNode | null;
152
- readonly nextSibling: ChildNode | null;
153
- readonly nodeName: string;
154
- readonly nodeType: number;
155
- nodeValue: string | null;
156
- readonly parentElement: HTMLElement | null;
157
- readonly parentNode: ParentNode | null;
158
- readonly previousSibling: ChildNode | null;
159
- textContent: string | null;
160
- appendChild<T extends Node>(node: T): T;
161
- cloneNode(deep?: boolean): Node;
162
- compareDocumentPosition(other: Node): number;
163
- contains(other: Node | null): boolean;
164
- getRootNode(options?: GetRootNodeOptions): Node;
165
- hasChildNodes(): boolean;
166
- insertBefore<T extends Node>(node: T, child: Node | null): T;
167
- isDefaultNamespace(namespace: string | null): boolean;
168
- isEqualNode(otherNode: Node | null): boolean;
169
- isSameNode(otherNode: Node | null): boolean;
170
- lookupNamespaceURI(prefix: string | null): string | null;
171
- lookupPrefix(namespace: string | null): string | null;
172
- normalize(): void;
173
- removeChild<T extends Node>(child: T): T;
174
- replaceChild<T extends Node>(node: Node, child: T): T;
175
- readonly ELEMENT_NODE: 1;
176
- readonly ATTRIBUTE_NODE: 2;
177
- readonly TEXT_NODE: 3;
178
- readonly CDATA_SECTION_NODE: 4;
179
- readonly ENTITY_REFERENCE_NODE: 5;
180
- readonly ENTITY_NODE: 6;
181
- readonly PROCESSING_INSTRUCTION_NODE: 7;
182
- readonly COMMENT_NODE: 8;
183
- readonly DOCUMENT_NODE: 9;
184
- readonly DOCUMENT_TYPE_NODE: 10;
185
- readonly DOCUMENT_FRAGMENT_NODE: 11;
186
- readonly NOTATION_NODE: 12;
187
- readonly DOCUMENT_POSITION_DISCONNECTED: 1;
188
- readonly DOCUMENT_POSITION_PRECEDING: 2;
189
- readonly DOCUMENT_POSITION_FOLLOWING: 4;
190
- readonly DOCUMENT_POSITION_CONTAINS: 8;
191
- readonly DOCUMENT_POSITION_CONTAINED_BY: 16;
192
- readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: 32;
193
- dispatchEvent(event: Event): boolean;
194
- ariaAtomic: string | null;
195
- ariaAutoComplete: string | null;
196
- ariaBrailleLabel: string | null;
197
- ariaBrailleRoleDescription: string | null;
198
- ariaBusy: string | null;
199
- ariaChecked: string | null;
200
- ariaColCount: string | null;
201
- ariaColIndex: string | null;
202
- ariaColIndexText: string | null;
203
- ariaColSpan: string | null;
204
- ariaCurrent: string | null;
205
- ariaDescription: string | null;
206
- ariaDisabled: string | null;
207
- ariaExpanded: string | null;
208
- ariaHasPopup: string | null;
209
- ariaHidden: string | null;
210
- ariaInvalid: string | null;
211
- ariaKeyShortcuts: string | null;
212
- ariaLabel: string | null;
213
- ariaLevel: string | null;
214
- ariaLive: string | null;
215
- ariaModal: string | null;
216
- ariaMultiLine: string | null;
217
- ariaMultiSelectable: string | null;
218
- ariaOrientation: string | null;
219
- ariaPlaceholder: string | null;
220
- ariaPosInSet: string | null;
221
- ariaPressed: string | null;
222
- ariaReadOnly: string | null;
223
- ariaRequired: string | null;
224
- ariaRoleDescription: string | null;
225
- ariaRowCount: string | null;
226
- ariaRowIndex: string | null;
227
- ariaRowIndexText: string | null;
228
- ariaRowSpan: string | null;
229
- ariaSelected: string | null;
230
- ariaSetSize: string | null;
231
- ariaSort: string | null;
232
- ariaValueMax: string | null;
233
- ariaValueMin: string | null;
234
- ariaValueNow: string | null;
235
- ariaValueText: string | null;
236
- role: string | null;
237
- animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions): Animation;
238
- getAnimations(options?: GetAnimationsOptions): Animation[];
239
- after(...nodes: (Node | string)[]): void;
240
- before(...nodes: (Node | string)[]): void;
241
- remove(): void;
242
- replaceWith(...nodes: (Node | string)[]): void;
243
- readonly nextElementSibling: Element | null;
244
- readonly previousElementSibling: Element | null;
245
- readonly childElementCount: number;
246
- readonly children: HTMLCollection;
247
- readonly firstElementChild: Element | null;
248
- readonly lastElementChild: Element | null;
249
- append(...nodes: (Node | string)[]): void;
250
- prepend(...nodes: (Node | string)[]): void;
251
- querySelector<K extends keyof HTMLElementTagNameMap>(selectors: K): HTMLElementTagNameMap[K] | null;
252
- querySelector<K extends keyof SVGElementTagNameMap>(selectors: K): SVGElementTagNameMap[K] | null;
253
- querySelector<K extends keyof MathMLElementTagNameMap>(selectors: K): MathMLElementTagNameMap[K] | null;
254
- querySelector<K extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K): HTMLElementDeprecatedTagNameMap[K] | null;
255
- querySelector<E extends Element = Element>(selectors: string): E | null;
256
- querySelectorAll<K extends keyof HTMLElementTagNameMap>(selectors: K): NodeListOf<HTMLElementTagNameMap[K]>;
257
- querySelectorAll<K extends keyof SVGElementTagNameMap>(selectors: K): NodeListOf<SVGElementTagNameMap[K]>;
258
- querySelectorAll<K extends keyof MathMLElementTagNameMap>(selectors: K): NodeListOf<MathMLElementTagNameMap[K]>;
259
- querySelectorAll<K extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K): NodeListOf<HTMLElementDeprecatedTagNameMap[K]>;
260
- querySelectorAll<E extends Element = Element>(selectors: string): NodeListOf<E>;
261
- replaceChildren(...nodes: (Node | string)[]): void;
262
- readonly assignedSlot: HTMLSlotElement | null;
263
- readonly attributeStyleMap: StylePropertyMap;
264
- readonly style: CSSStyleDeclaration;
265
- contentEditable: string;
266
- enterKeyHint: string;
267
- inputMode: string;
268
- readonly isContentEditable: boolean;
269
- onabort: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
270
- onanimationcancel: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
271
- onanimationend: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
272
- onanimationiteration: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
273
- onanimationstart: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
274
- onauxclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
275
- onbeforeinput: ((this: GlobalEventHandlers, ev: InputEvent) => any) | null;
276
- onbeforetoggle: ((this: GlobalEventHandlers, ev: Event) => any) | null;
277
- onblur: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
278
- oncancel: ((this: GlobalEventHandlers, ev: Event) => any) | null;
279
- oncanplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
280
- oncanplaythrough: ((this: GlobalEventHandlers, ev: Event) => any) | null;
281
- onchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
282
- onclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
283
- onclose: ((this: GlobalEventHandlers, ev: Event) => any) | null;
284
- oncontextlost: ((this: GlobalEventHandlers, ev: Event) => any) | null;
285
- oncontextmenu: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
286
- oncontextrestored: ((this: GlobalEventHandlers, ev: Event) => any) | null;
287
- oncopy: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
288
- oncuechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
289
- oncut: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
290
- ondblclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
291
- ondrag: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
292
- ondragend: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
293
- ondragenter: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
294
- ondragleave: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
295
- ondragover: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
296
- ondragstart: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
297
- ondrop: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
298
- ondurationchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
299
- onemptied: ((this: GlobalEventHandlers, ev: Event) => any) | null;
300
- onended: ((this: GlobalEventHandlers, ev: Event) => any) | null;
301
- onerror: OnErrorEventHandler;
302
- onfocus: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
303
- onformdata: ((this: GlobalEventHandlers, ev: FormDataEvent) => any) | null;
304
- ongotpointercapture: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
305
- oninput: ((this: GlobalEventHandlers, ev: Event) => any) | null;
306
- oninvalid: ((this: GlobalEventHandlers, ev: Event) => any) | null;
307
- onkeydown: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
308
- onkeypress: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
309
- onkeyup: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
310
- onload: ((this: GlobalEventHandlers, ev: Event) => any) | null;
311
- onloadeddata: ((this: GlobalEventHandlers, ev: Event) => any) | null;
312
- onloadedmetadata: ((this: GlobalEventHandlers, ev: Event) => any) | null;
313
- onloadstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
314
- onlostpointercapture: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
315
- onmousedown: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
316
- onmouseenter: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
317
- onmouseleave: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
318
- onmousemove: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
319
- onmouseout: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
320
- onmouseover: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
321
- onmouseup: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
322
- onpaste: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
323
- onpause: ((this: GlobalEventHandlers, ev: Event) => any) | null;
324
- onplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
325
- onplaying: ((this: GlobalEventHandlers, ev: Event) => any) | null;
326
- onpointercancel: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
327
- onpointerdown: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
328
- onpointerenter: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
329
- onpointerleave: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
330
- onpointermove: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
331
- onpointerout: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
332
- onpointerover: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
333
- onpointerup: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
334
- onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent) => any) | null;
335
- onratechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
336
- onreset: ((this: GlobalEventHandlers, ev: Event) => any) | null;
337
- onresize: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
338
- onscroll: ((this: GlobalEventHandlers, ev: Event) => any) | null;
339
- onscrollend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
340
- onsecuritypolicyviolation: ((this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any) | null;
341
- onseeked: ((this: GlobalEventHandlers, ev: Event) => any) | null;
342
- onseeking: ((this: GlobalEventHandlers, ev: Event) => any) | null;
343
- onselect: ((this: GlobalEventHandlers, ev: Event) => any) | null;
344
- onselectionchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
345
- onselectstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
346
- onslotchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
347
- onstalled: ((this: GlobalEventHandlers, ev: Event) => any) | null;
348
- onsubmit: ((this: GlobalEventHandlers, ev: SubmitEvent) => any) | null;
349
- onsuspend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
350
- ontimeupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
351
- ontoggle: ((this: GlobalEventHandlers, ev: Event) => any) | null;
352
- ontouchcancel?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
353
- ontouchend?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
354
- ontouchmove?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
355
- ontouchstart?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
356
- ontransitioncancel: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
357
- ontransitionend: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
358
- ontransitionrun: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
359
- ontransitionstart: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
360
- onvolumechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
361
- onwaiting: ((this: GlobalEventHandlers, ev: Event) => any) | null;
362
- onwebkitanimationend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
363
- onwebkitanimationiteration: ((this: GlobalEventHandlers, ev: Event) => any) | null;
364
- onwebkitanimationstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
365
- onwebkittransitionend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
366
- onwheel: ((this: GlobalEventHandlers, ev: WheelEvent) => any) | null;
367
- autofocus: boolean;
368
- readonly dataset: DOMStringMap;
369
- nonce?: string;
370
- tabIndex: number;
371
- blur(): void;
372
- focus(options?: FocusOptions): void;
373
- }) & typeof LitElement;
374
- export declare class OxPfpEdit extends OxPfpEdit_base {
4
+ export declare class OxPfpEdit extends LitElement {
375
5
  static styles: import("lit").CSSResult;
376
6
  profile: Profile;
377
7
  name?: string;
378
8
  circle: HTMLDivElement;
9
+ private dragStart?;
10
+ private dragEndHandler;
11
+ private dragMoveHandler;
12
+ private dragStartHandler;
13
+ private wheelEventHandler;
14
+ private dropFileHandler;
379
15
  connectedCallback(): void;
380
16
  disconnectedCallback(): void;
381
17
  render(): import("lit-html").TemplateResult<1>;
382
18
  updated(changes: PropertyValues<this>): void;
383
19
  get value(): Profile;
384
20
  set value(value: Profile);
385
- private doubleTapHandler;
386
- private wheelHandler;
387
- dragHandler: (e: GestureEventDrag) => void;
388
- pinchHandler: (e: GestureEventPinch) => void;
389
- /**
390
- * 중심점을 기준으로 확대/축소
391
- */
392
- private zoomAt;
393
- dropFileHandler: (e: Event) => void;
21
+ onWheelEvent(e: Event): void;
22
+ onDragStart(e: Event): false | undefined;
23
+ onDragMove(e: Event): boolean;
24
+ onDragEnd(e: Event): void;
25
+ onDropFile(e: Event): void;
394
26
  onChangeFile(e: Event): void;
395
27
  fit(): void;
396
28
  clear(): void;
397
29
  }
398
- export {};