@leavittsoftware/web 4.5.0 → 4.6.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/leavitt/api-service/api2-service.d.ts +50 -47
- package/leavitt/api-service/mapi-service.d.ts +50 -47
- package/leavitt/file-explorer/add-folder-modal.d.ts +50 -47
- package/leavitt/file-explorer/file-explorer.d.ts +50 -47
- package/leavitt/file-explorer/file-modal.d.ts +50 -47
- package/leavitt/file-explorer/folder-modal.d.ts +50 -47
- package/leavitt/user-feedback/provide-feedback-dialog.d.ts +50 -47
- package/leavitt/user-feedback/report-a-problem-dialog.d.ts +50 -47
- package/leavitt/user-feedback/user-feedback.d.ts +50 -47
- package/package.json +2 -2
- package/titanium/address-input/address-input.js +6 -1
- package/titanium/address-input/address-input.js.map +1 -1
- package/titanium/address-input/google-address-input.d.ts +1 -0
- package/titanium/address-input/google-address-input.js +7 -1
- package/titanium/address-input/google-address-input.js.map +1 -1
- package/titanium/address-input/manual-address-dialog.d.ts +2 -0
- package/titanium/address-input/manual-address-dialog.js +58 -64
- package/titanium/address-input/manual-address-dialog.js.map +1 -1
- package/titanium/address-input/utils/address-to-string.js +1 -1
- package/titanium/address-input/utils/address-to-string.js.map +1 -1
- package/titanium/address-input/utils/country-abbr-to-titlecase.d.ts +5 -0
- package/titanium/address-input/utils/country-abbr-to-titlecase.js +5 -0
- package/titanium/address-input/utils/country-abbr-to-titlecase.js.map +1 -0
- package/titanium/address-input/utils/place-result-to-address.d.ts +0 -1
- package/titanium/address-input/utils/states-abbr-to-titlecase.d.ts +9 -0
- package/titanium/address-input/utils/states-abbr-to-titlecase.js +117 -0
- package/titanium/address-input/utils/states-abbr-to-titlecase.js.map +1 -0
- package/titanium/date-range-selector/date-range-selector.d.ts +1 -1
- package/titanium/date-range-selector/date-range-selector.js +16 -29
- package/titanium/date-range-selector/date-range-selector.js.map +1 -1
- package/titanium/date-range-selector/types/range-label.js +1 -1
- package/titanium/date-range-selector/types/range-label.js.map +1 -1
- package/titanium/helpers/load-while.d.ts +50 -47
- package/titanium/single-select-base/single-select-base.d.ts +50 -47
- package/titanium/smart-attachment-input/crop-and-save-image-dialog.d.ts +50 -47
|
@@ -33,14 +33,14 @@ declare const ProvideFeedbackDialog_base: {
|
|
|
33
33
|
hidePopover(): void;
|
|
34
34
|
showPopover(): void;
|
|
35
35
|
showPopover(): void;
|
|
36
|
-
togglePopover(force?: boolean
|
|
36
|
+
togglePopover(force?: boolean): boolean;
|
|
37
37
|
togglePopover(force: boolean): void;
|
|
38
|
-
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions
|
|
39
|
-
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions
|
|
40
|
-
removeEventListener<
|
|
41
|
-
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions
|
|
42
|
-
floatingLabelFoundation?: import("@material/floating-label/foundation").MDCFloatingLabelFoundation
|
|
43
|
-
lineRippleFoundation?: import("@material/line-ripple/foundation").MDCLineRippleFoundation
|
|
38
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
39
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
40
|
+
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
41
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
42
|
+
floatingLabelFoundation?: import("@material/floating-label/foundation").MDCFloatingLabelFoundation;
|
|
43
|
+
lineRippleFoundation?: import("@material/line-ripple/foundation").MDCLineRippleFoundation;
|
|
44
44
|
readonly attributes: NamedNodeMap;
|
|
45
45
|
readonly classList: DOMTokenList;
|
|
46
46
|
className: string;
|
|
@@ -65,10 +65,10 @@ declare const ProvideFeedbackDialog_base: {
|
|
|
65
65
|
slot: string;
|
|
66
66
|
readonly tagName: string;
|
|
67
67
|
attachShadow(init: ShadowRootInit): ShadowRoot;
|
|
68
|
-
checkVisibility(options?: CheckVisibilityOptions
|
|
69
|
-
closest<
|
|
70
|
-
closest<
|
|
71
|
-
closest<
|
|
68
|
+
checkVisibility(options?: CheckVisibilityOptions): boolean;
|
|
69
|
+
closest<K extends keyof HTMLElementTagNameMap>(selector: K): HTMLElementTagNameMap[K] | null;
|
|
70
|
+
closest<K extends keyof SVGElementTagNameMap>(selector: K): SVGElementTagNameMap[K] | null;
|
|
71
|
+
closest<K extends keyof MathMLElementTagNameMap>(selector: K): MathMLElementTagNameMap[K] | null;
|
|
72
72
|
closest<E extends Element = Element>(selectors: string): E | null;
|
|
73
73
|
computedStyleMap(): StylePropertyMapReadOnly;
|
|
74
74
|
getAttribute(qualifiedName: string): string | null;
|
|
@@ -79,10 +79,10 @@ declare const ProvideFeedbackDialog_base: {
|
|
|
79
79
|
getBoundingClientRect(): DOMRect;
|
|
80
80
|
getClientRects(): DOMRectList;
|
|
81
81
|
getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
|
|
82
|
-
getElementsByTagName<
|
|
83
|
-
getElementsByTagName<
|
|
84
|
-
getElementsByTagName<
|
|
85
|
-
getElementsByTagName<
|
|
82
|
+
getElementsByTagName<K extends keyof HTMLElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<HTMLElementTagNameMap[K]>;
|
|
83
|
+
getElementsByTagName<K extends keyof SVGElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<SVGElementTagNameMap[K]>;
|
|
84
|
+
getElementsByTagName<K extends keyof MathMLElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<MathMLElementTagNameMap[K]>;
|
|
85
|
+
getElementsByTagName<K extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K]>;
|
|
86
86
|
getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
|
|
87
87
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
|
|
88
88
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
|
|
@@ -100,21 +100,22 @@ declare const ProvideFeedbackDialog_base: {
|
|
|
100
100
|
removeAttribute(qualifiedName: string): void;
|
|
101
101
|
removeAttributeNS(namespace: string | null, localName: string): void;
|
|
102
102
|
removeAttributeNode(attr: Attr): Attr;
|
|
103
|
-
requestFullscreen(options?: FullscreenOptions
|
|
103
|
+
requestFullscreen(options?: FullscreenOptions): Promise<void>;
|
|
104
104
|
requestPointerLock(): void;
|
|
105
|
-
scroll(options?: ScrollToOptions
|
|
105
|
+
scroll(options?: ScrollToOptions): void;
|
|
106
106
|
scroll(x: number, y: number): void;
|
|
107
|
-
scrollBy(options?: ScrollToOptions
|
|
107
|
+
scrollBy(options?: ScrollToOptions): void;
|
|
108
108
|
scrollBy(x: number, y: number): void;
|
|
109
|
-
scrollIntoView(arg?: boolean | ScrollIntoViewOptions
|
|
110
|
-
scrollTo(options?: ScrollToOptions
|
|
109
|
+
scrollIntoView(arg?: boolean | ScrollIntoViewOptions): void;
|
|
110
|
+
scrollTo(options?: ScrollToOptions): void;
|
|
111
111
|
scrollTo(x: number, y: number): void;
|
|
112
112
|
setAttribute(qualifiedName: string, value: string): void;
|
|
113
113
|
setAttributeNS(namespace: string | null, qualifiedName: string, value: string): void;
|
|
114
114
|
setAttributeNode(attr: Attr): Attr | null;
|
|
115
115
|
setAttributeNodeNS(attr: Attr): Attr | null;
|
|
116
|
+
setHTMLUnsafe(html: string): void;
|
|
116
117
|
setPointerCapture(pointerId: number): void;
|
|
117
|
-
toggleAttribute(qualifiedName: string, force?: boolean
|
|
118
|
+
toggleAttribute(qualifiedName: string, force?: boolean): boolean;
|
|
118
119
|
webkitMatchesSelector(selectors: string): boolean;
|
|
119
120
|
readonly baseURI: string;
|
|
120
121
|
readonly childNodes: NodeListOf<ChildNode>;
|
|
@@ -130,20 +131,20 @@ declare const ProvideFeedbackDialog_base: {
|
|
|
130
131
|
readonly previousSibling: ChildNode | null;
|
|
131
132
|
textContent: string | null;
|
|
132
133
|
appendChild<T extends Node>(node: T): T;
|
|
133
|
-
cloneNode(deep?: boolean
|
|
134
|
+
cloneNode(deep?: boolean): Node;
|
|
134
135
|
compareDocumentPosition(other: Node): number;
|
|
135
136
|
contains(other: Node | null): boolean;
|
|
136
|
-
getRootNode(options?: GetRootNodeOptions
|
|
137
|
+
getRootNode(options?: GetRootNodeOptions): Node;
|
|
137
138
|
hasChildNodes(): boolean;
|
|
138
|
-
insertBefore<
|
|
139
|
+
insertBefore<T extends Node>(node: T, child: Node | null): T;
|
|
139
140
|
isDefaultNamespace(namespace: string | null): boolean;
|
|
140
141
|
isEqualNode(otherNode: Node | null): boolean;
|
|
141
142
|
isSameNode(otherNode: Node | null): boolean;
|
|
142
143
|
lookupNamespaceURI(prefix: string | null): string | null;
|
|
143
144
|
lookupPrefix(namespace: string | null): string | null;
|
|
144
145
|
normalize(): void;
|
|
145
|
-
removeChild<
|
|
146
|
-
replaceChild<
|
|
146
|
+
removeChild<T extends Node>(child: T): T;
|
|
147
|
+
replaceChild<T extends Node>(node: Node, child: T): T;
|
|
147
148
|
readonly ELEMENT_NODE: 1;
|
|
148
149
|
readonly ATTRIBUTE_NODE: 2;
|
|
149
150
|
readonly TEXT_NODE: 3;
|
|
@@ -165,6 +166,8 @@ declare const ProvideFeedbackDialog_base: {
|
|
|
165
166
|
dispatchEvent(event: Event): boolean;
|
|
166
167
|
ariaAtomic: string | null;
|
|
167
168
|
ariaAutoComplete: string | null;
|
|
169
|
+
ariaBrailleLabel: string | null;
|
|
170
|
+
ariaBrailleRoleDescription: string | null;
|
|
168
171
|
ariaBusy: string | null;
|
|
169
172
|
ariaChecked: string | null;
|
|
170
173
|
ariaColCount: string | null;
|
|
@@ -202,12 +205,12 @@ declare const ProvideFeedbackDialog_base: {
|
|
|
202
205
|
ariaValueNow: string | null;
|
|
203
206
|
ariaValueText: string | null;
|
|
204
207
|
role: string | null;
|
|
205
|
-
animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions
|
|
206
|
-
getAnimations(options?: GetAnimationsOptions
|
|
207
|
-
after(...nodes: (
|
|
208
|
-
before(...nodes: (
|
|
208
|
+
animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions): Animation;
|
|
209
|
+
getAnimations(options?: GetAnimationsOptions): Animation[];
|
|
210
|
+
after(...nodes: (Node | string)[]): void;
|
|
211
|
+
before(...nodes: (Node | string)[]): void;
|
|
209
212
|
remove(): void;
|
|
210
|
-
replaceWith(...nodes: (
|
|
213
|
+
replaceWith(...nodes: (Node | string)[]): void;
|
|
211
214
|
innerHTML: string;
|
|
212
215
|
readonly nextElementSibling: Element | null;
|
|
213
216
|
readonly previousElementSibling: Element | null;
|
|
@@ -215,19 +218,19 @@ declare const ProvideFeedbackDialog_base: {
|
|
|
215
218
|
readonly children: HTMLCollection;
|
|
216
219
|
readonly firstElementChild: Element | null;
|
|
217
220
|
readonly lastElementChild: Element | null;
|
|
218
|
-
append(...nodes: (
|
|
219
|
-
prepend(...nodes: (
|
|
220
|
-
querySelector<
|
|
221
|
-
querySelector<
|
|
222
|
-
querySelector<
|
|
223
|
-
querySelector<
|
|
224
|
-
querySelector<
|
|
225
|
-
querySelectorAll<
|
|
226
|
-
querySelectorAll<
|
|
227
|
-
querySelectorAll<
|
|
228
|
-
querySelectorAll<
|
|
229
|
-
querySelectorAll<
|
|
230
|
-
replaceChildren(...nodes: (
|
|
221
|
+
append(...nodes: (Node | string)[]): void;
|
|
222
|
+
prepend(...nodes: (Node | string)[]): void;
|
|
223
|
+
querySelector<K extends keyof HTMLElementTagNameMap>(selectors: K): HTMLElementTagNameMap[K] | null;
|
|
224
|
+
querySelector<K extends keyof SVGElementTagNameMap>(selectors: K): SVGElementTagNameMap[K] | null;
|
|
225
|
+
querySelector<K extends keyof MathMLElementTagNameMap>(selectors: K): MathMLElementTagNameMap[K] | null;
|
|
226
|
+
querySelector<K extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K): HTMLElementDeprecatedTagNameMap[K] | null;
|
|
227
|
+
querySelector<E extends Element = Element>(selectors: string): E | null;
|
|
228
|
+
querySelectorAll<K extends keyof HTMLElementTagNameMap>(selectors: K): NodeListOf<HTMLElementTagNameMap[K]>;
|
|
229
|
+
querySelectorAll<K extends keyof SVGElementTagNameMap>(selectors: K): NodeListOf<SVGElementTagNameMap[K]>;
|
|
230
|
+
querySelectorAll<K extends keyof MathMLElementTagNameMap>(selectors: K): NodeListOf<MathMLElementTagNameMap[K]>;
|
|
231
|
+
querySelectorAll<K extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K): NodeListOf<HTMLElementDeprecatedTagNameMap[K]>;
|
|
232
|
+
querySelectorAll<E extends Element = Element>(selectors: string): NodeListOf<E>;
|
|
233
|
+
replaceChildren(...nodes: (Node | string)[]): void;
|
|
231
234
|
readonly assignedSlot: HTMLSlotElement | null;
|
|
232
235
|
readonly attributeStyleMap: StylePropertyMap;
|
|
233
236
|
readonly style: CSSStyleDeclaration;
|
|
@@ -298,7 +301,7 @@ declare const ProvideFeedbackDialog_base: {
|
|
|
298
301
|
onpointerout: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
299
302
|
onpointerover: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
300
303
|
onpointerup: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
301
|
-
onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent
|
|
304
|
+
onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent) => any) | null;
|
|
302
305
|
onratechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
303
306
|
onreset: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
304
307
|
onresize: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
|
|
@@ -333,10 +336,10 @@ declare const ProvideFeedbackDialog_base: {
|
|
|
333
336
|
onwheel: ((this: GlobalEventHandlers, ev: WheelEvent) => any) | null;
|
|
334
337
|
autofocus: boolean;
|
|
335
338
|
readonly dataset: DOMStringMap;
|
|
336
|
-
nonce?: string
|
|
339
|
+
nonce?: string;
|
|
337
340
|
tabIndex: number;
|
|
338
341
|
blur(): void;
|
|
339
|
-
focus(options?: FocusOptions
|
|
342
|
+
focus(options?: FocusOptions): void;
|
|
340
343
|
};
|
|
341
344
|
readonly properties: {
|
|
342
345
|
isLoading: {
|
|
@@ -34,14 +34,14 @@ declare const ReportAProblemDialog_base: {
|
|
|
34
34
|
hidePopover(): void;
|
|
35
35
|
showPopover(): void;
|
|
36
36
|
showPopover(): void;
|
|
37
|
-
togglePopover(force?: boolean
|
|
37
|
+
togglePopover(force?: boolean): boolean;
|
|
38
38
|
togglePopover(force: boolean): void;
|
|
39
|
-
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions
|
|
40
|
-
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions
|
|
41
|
-
removeEventListener<
|
|
42
|
-
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions
|
|
43
|
-
floatingLabelFoundation?: import("@material/floating-label/foundation").MDCFloatingLabelFoundation
|
|
44
|
-
lineRippleFoundation?: import("@material/line-ripple/foundation").MDCLineRippleFoundation
|
|
39
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
40
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
41
|
+
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
42
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
43
|
+
floatingLabelFoundation?: import("@material/floating-label/foundation").MDCFloatingLabelFoundation;
|
|
44
|
+
lineRippleFoundation?: import("@material/line-ripple/foundation").MDCLineRippleFoundation;
|
|
45
45
|
readonly attributes: NamedNodeMap;
|
|
46
46
|
readonly classList: DOMTokenList;
|
|
47
47
|
className: string;
|
|
@@ -66,10 +66,10 @@ declare const ReportAProblemDialog_base: {
|
|
|
66
66
|
slot: string;
|
|
67
67
|
readonly tagName: string;
|
|
68
68
|
attachShadow(init: ShadowRootInit): ShadowRoot;
|
|
69
|
-
checkVisibility(options?: CheckVisibilityOptions
|
|
70
|
-
closest<
|
|
71
|
-
closest<
|
|
72
|
-
closest<
|
|
69
|
+
checkVisibility(options?: CheckVisibilityOptions): boolean;
|
|
70
|
+
closest<K extends keyof HTMLElementTagNameMap>(selector: K): HTMLElementTagNameMap[K] | null;
|
|
71
|
+
closest<K extends keyof SVGElementTagNameMap>(selector: K): SVGElementTagNameMap[K] | null;
|
|
72
|
+
closest<K extends keyof MathMLElementTagNameMap>(selector: K): MathMLElementTagNameMap[K] | null;
|
|
73
73
|
closest<E extends Element = Element>(selectors: string): E | null;
|
|
74
74
|
computedStyleMap(): StylePropertyMapReadOnly;
|
|
75
75
|
getAttribute(qualifiedName: string): string | null;
|
|
@@ -80,10 +80,10 @@ declare const ReportAProblemDialog_base: {
|
|
|
80
80
|
getBoundingClientRect(): DOMRect;
|
|
81
81
|
getClientRects(): DOMRectList;
|
|
82
82
|
getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
|
|
83
|
-
getElementsByTagName<
|
|
84
|
-
getElementsByTagName<
|
|
85
|
-
getElementsByTagName<
|
|
86
|
-
getElementsByTagName<
|
|
83
|
+
getElementsByTagName<K extends keyof HTMLElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<HTMLElementTagNameMap[K]>;
|
|
84
|
+
getElementsByTagName<K extends keyof SVGElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<SVGElementTagNameMap[K]>;
|
|
85
|
+
getElementsByTagName<K extends keyof MathMLElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<MathMLElementTagNameMap[K]>;
|
|
86
|
+
getElementsByTagName<K extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K]>;
|
|
87
87
|
getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
|
|
88
88
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
|
|
89
89
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
|
|
@@ -101,21 +101,22 @@ declare const ReportAProblemDialog_base: {
|
|
|
101
101
|
removeAttribute(qualifiedName: string): void;
|
|
102
102
|
removeAttributeNS(namespace: string | null, localName: string): void;
|
|
103
103
|
removeAttributeNode(attr: Attr): Attr;
|
|
104
|
-
requestFullscreen(options?: FullscreenOptions
|
|
104
|
+
requestFullscreen(options?: FullscreenOptions): Promise<void>;
|
|
105
105
|
requestPointerLock(): void;
|
|
106
|
-
scroll(options?: ScrollToOptions
|
|
106
|
+
scroll(options?: ScrollToOptions): void;
|
|
107
107
|
scroll(x: number, y: number): void;
|
|
108
|
-
scrollBy(options?: ScrollToOptions
|
|
108
|
+
scrollBy(options?: ScrollToOptions): void;
|
|
109
109
|
scrollBy(x: number, y: number): void;
|
|
110
|
-
scrollIntoView(arg?: boolean | ScrollIntoViewOptions
|
|
111
|
-
scrollTo(options?: ScrollToOptions
|
|
110
|
+
scrollIntoView(arg?: boolean | ScrollIntoViewOptions): void;
|
|
111
|
+
scrollTo(options?: ScrollToOptions): void;
|
|
112
112
|
scrollTo(x: number, y: number): void;
|
|
113
113
|
setAttribute(qualifiedName: string, value: string): void;
|
|
114
114
|
setAttributeNS(namespace: string | null, qualifiedName: string, value: string): void;
|
|
115
115
|
setAttributeNode(attr: Attr): Attr | null;
|
|
116
116
|
setAttributeNodeNS(attr: Attr): Attr | null;
|
|
117
|
+
setHTMLUnsafe(html: string): void;
|
|
117
118
|
setPointerCapture(pointerId: number): void;
|
|
118
|
-
toggleAttribute(qualifiedName: string, force?: boolean
|
|
119
|
+
toggleAttribute(qualifiedName: string, force?: boolean): boolean;
|
|
119
120
|
webkitMatchesSelector(selectors: string): boolean;
|
|
120
121
|
readonly baseURI: string;
|
|
121
122
|
readonly childNodes: NodeListOf<ChildNode>;
|
|
@@ -131,20 +132,20 @@ declare const ReportAProblemDialog_base: {
|
|
|
131
132
|
readonly previousSibling: ChildNode | null;
|
|
132
133
|
textContent: string | null;
|
|
133
134
|
appendChild<T extends Node>(node: T): T;
|
|
134
|
-
cloneNode(deep?: boolean
|
|
135
|
+
cloneNode(deep?: boolean): Node;
|
|
135
136
|
compareDocumentPosition(other: Node): number;
|
|
136
137
|
contains(other: Node | null): boolean;
|
|
137
|
-
getRootNode(options?: GetRootNodeOptions
|
|
138
|
+
getRootNode(options?: GetRootNodeOptions): Node;
|
|
138
139
|
hasChildNodes(): boolean;
|
|
139
|
-
insertBefore<
|
|
140
|
+
insertBefore<T extends Node>(node: T, child: Node | null): T;
|
|
140
141
|
isDefaultNamespace(namespace: string | null): boolean;
|
|
141
142
|
isEqualNode(otherNode: Node | null): boolean;
|
|
142
143
|
isSameNode(otherNode: Node | null): boolean;
|
|
143
144
|
lookupNamespaceURI(prefix: string | null): string | null;
|
|
144
145
|
lookupPrefix(namespace: string | null): string | null;
|
|
145
146
|
normalize(): void;
|
|
146
|
-
removeChild<
|
|
147
|
-
replaceChild<
|
|
147
|
+
removeChild<T extends Node>(child: T): T;
|
|
148
|
+
replaceChild<T extends Node>(node: Node, child: T): T;
|
|
148
149
|
readonly ELEMENT_NODE: 1;
|
|
149
150
|
readonly ATTRIBUTE_NODE: 2;
|
|
150
151
|
readonly TEXT_NODE: 3;
|
|
@@ -166,6 +167,8 @@ declare const ReportAProblemDialog_base: {
|
|
|
166
167
|
dispatchEvent(event: Event): boolean;
|
|
167
168
|
ariaAtomic: string | null;
|
|
168
169
|
ariaAutoComplete: string | null;
|
|
170
|
+
ariaBrailleLabel: string | null;
|
|
171
|
+
ariaBrailleRoleDescription: string | null;
|
|
169
172
|
ariaBusy: string | null;
|
|
170
173
|
ariaChecked: string | null;
|
|
171
174
|
ariaColCount: string | null;
|
|
@@ -203,12 +206,12 @@ declare const ReportAProblemDialog_base: {
|
|
|
203
206
|
ariaValueNow: string | null;
|
|
204
207
|
ariaValueText: string | null;
|
|
205
208
|
role: string | null;
|
|
206
|
-
animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions
|
|
207
|
-
getAnimations(options?: GetAnimationsOptions
|
|
208
|
-
after(...nodes: (
|
|
209
|
-
before(...nodes: (
|
|
209
|
+
animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions): Animation;
|
|
210
|
+
getAnimations(options?: GetAnimationsOptions): Animation[];
|
|
211
|
+
after(...nodes: (Node | string)[]): void;
|
|
212
|
+
before(...nodes: (Node | string)[]): void;
|
|
210
213
|
remove(): void;
|
|
211
|
-
replaceWith(...nodes: (
|
|
214
|
+
replaceWith(...nodes: (Node | string)[]): void;
|
|
212
215
|
innerHTML: string;
|
|
213
216
|
readonly nextElementSibling: Element | null;
|
|
214
217
|
readonly previousElementSibling: Element | null;
|
|
@@ -216,19 +219,19 @@ declare const ReportAProblemDialog_base: {
|
|
|
216
219
|
readonly children: HTMLCollection;
|
|
217
220
|
readonly firstElementChild: Element | null;
|
|
218
221
|
readonly lastElementChild: Element | null;
|
|
219
|
-
append(...nodes: (
|
|
220
|
-
prepend(...nodes: (
|
|
221
|
-
querySelector<
|
|
222
|
-
querySelector<
|
|
223
|
-
querySelector<
|
|
224
|
-
querySelector<
|
|
225
|
-
querySelector<
|
|
226
|
-
querySelectorAll<
|
|
227
|
-
querySelectorAll<
|
|
228
|
-
querySelectorAll<
|
|
229
|
-
querySelectorAll<
|
|
230
|
-
querySelectorAll<
|
|
231
|
-
replaceChildren(...nodes: (
|
|
222
|
+
append(...nodes: (Node | string)[]): void;
|
|
223
|
+
prepend(...nodes: (Node | string)[]): void;
|
|
224
|
+
querySelector<K extends keyof HTMLElementTagNameMap>(selectors: K): HTMLElementTagNameMap[K] | null;
|
|
225
|
+
querySelector<K extends keyof SVGElementTagNameMap>(selectors: K): SVGElementTagNameMap[K] | null;
|
|
226
|
+
querySelector<K extends keyof MathMLElementTagNameMap>(selectors: K): MathMLElementTagNameMap[K] | null;
|
|
227
|
+
querySelector<K extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K): HTMLElementDeprecatedTagNameMap[K] | null;
|
|
228
|
+
querySelector<E extends Element = Element>(selectors: string): E | null;
|
|
229
|
+
querySelectorAll<K extends keyof HTMLElementTagNameMap>(selectors: K): NodeListOf<HTMLElementTagNameMap[K]>;
|
|
230
|
+
querySelectorAll<K extends keyof SVGElementTagNameMap>(selectors: K): NodeListOf<SVGElementTagNameMap[K]>;
|
|
231
|
+
querySelectorAll<K extends keyof MathMLElementTagNameMap>(selectors: K): NodeListOf<MathMLElementTagNameMap[K]>;
|
|
232
|
+
querySelectorAll<K extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K): NodeListOf<HTMLElementDeprecatedTagNameMap[K]>;
|
|
233
|
+
querySelectorAll<E extends Element = Element>(selectors: string): NodeListOf<E>;
|
|
234
|
+
replaceChildren(...nodes: (Node | string)[]): void;
|
|
232
235
|
readonly assignedSlot: HTMLSlotElement | null;
|
|
233
236
|
readonly attributeStyleMap: StylePropertyMap;
|
|
234
237
|
readonly style: CSSStyleDeclaration;
|
|
@@ -299,7 +302,7 @@ declare const ReportAProblemDialog_base: {
|
|
|
299
302
|
onpointerout: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
300
303
|
onpointerover: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
301
304
|
onpointerup: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
302
|
-
onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent
|
|
305
|
+
onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent) => any) | null;
|
|
303
306
|
onratechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
304
307
|
onreset: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
305
308
|
onresize: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
|
|
@@ -334,10 +337,10 @@ declare const ReportAProblemDialog_base: {
|
|
|
334
337
|
onwheel: ((this: GlobalEventHandlers, ev: WheelEvent) => any) | null;
|
|
335
338
|
autofocus: boolean;
|
|
336
339
|
readonly dataset: DOMStringMap;
|
|
337
|
-
nonce?: string
|
|
340
|
+
nonce?: string;
|
|
338
341
|
tabIndex: number;
|
|
339
342
|
blur(): void;
|
|
340
|
-
focus(options?: FocusOptions
|
|
343
|
+
focus(options?: FocusOptions): void;
|
|
341
344
|
};
|
|
342
345
|
readonly properties: {
|
|
343
346
|
isLoading: {
|
|
@@ -36,14 +36,14 @@ declare const LeavittUserFeedback_base: {
|
|
|
36
36
|
hidePopover(): void;
|
|
37
37
|
showPopover(): void;
|
|
38
38
|
showPopover(): void;
|
|
39
|
-
togglePopover(force?: boolean
|
|
39
|
+
togglePopover(force?: boolean): boolean;
|
|
40
40
|
togglePopover(force: boolean): void;
|
|
41
|
-
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions
|
|
42
|
-
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions
|
|
43
|
-
removeEventListener<
|
|
44
|
-
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions
|
|
45
|
-
floatingLabelFoundation?: import("@material/floating-label/foundation").MDCFloatingLabelFoundation
|
|
46
|
-
lineRippleFoundation?: import("@material/line-ripple/foundation").MDCLineRippleFoundation
|
|
41
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
42
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
43
|
+
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
44
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
45
|
+
floatingLabelFoundation?: import("@material/floating-label/foundation").MDCFloatingLabelFoundation;
|
|
46
|
+
lineRippleFoundation?: import("@material/line-ripple/foundation").MDCLineRippleFoundation;
|
|
47
47
|
readonly attributes: NamedNodeMap;
|
|
48
48
|
readonly classList: DOMTokenList;
|
|
49
49
|
className: string;
|
|
@@ -68,10 +68,10 @@ declare const LeavittUserFeedback_base: {
|
|
|
68
68
|
slot: string;
|
|
69
69
|
readonly tagName: string;
|
|
70
70
|
attachShadow(init: ShadowRootInit): ShadowRoot;
|
|
71
|
-
checkVisibility(options?: CheckVisibilityOptions
|
|
72
|
-
closest<
|
|
73
|
-
closest<
|
|
74
|
-
closest<
|
|
71
|
+
checkVisibility(options?: CheckVisibilityOptions): boolean;
|
|
72
|
+
closest<K extends keyof HTMLElementTagNameMap>(selector: K): HTMLElementTagNameMap[K] | null;
|
|
73
|
+
closest<K extends keyof SVGElementTagNameMap>(selector: K): SVGElementTagNameMap[K] | null;
|
|
74
|
+
closest<K extends keyof MathMLElementTagNameMap>(selector: K): MathMLElementTagNameMap[K] | null;
|
|
75
75
|
closest<E extends Element = Element>(selectors: string): E | null;
|
|
76
76
|
computedStyleMap(): StylePropertyMapReadOnly;
|
|
77
77
|
getAttribute(qualifiedName: string): string | null;
|
|
@@ -82,10 +82,10 @@ declare const LeavittUserFeedback_base: {
|
|
|
82
82
|
getBoundingClientRect(): DOMRect;
|
|
83
83
|
getClientRects(): DOMRectList;
|
|
84
84
|
getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
|
|
85
|
-
getElementsByTagName<
|
|
86
|
-
getElementsByTagName<
|
|
87
|
-
getElementsByTagName<
|
|
88
|
-
getElementsByTagName<
|
|
85
|
+
getElementsByTagName<K extends keyof HTMLElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<HTMLElementTagNameMap[K]>;
|
|
86
|
+
getElementsByTagName<K extends keyof SVGElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<SVGElementTagNameMap[K]>;
|
|
87
|
+
getElementsByTagName<K extends keyof MathMLElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<MathMLElementTagNameMap[K]>;
|
|
88
|
+
getElementsByTagName<K extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K]>;
|
|
89
89
|
getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
|
|
90
90
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
|
|
91
91
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
|
|
@@ -103,21 +103,22 @@ declare const LeavittUserFeedback_base: {
|
|
|
103
103
|
removeAttribute(qualifiedName: string): void;
|
|
104
104
|
removeAttributeNS(namespace: string | null, localName: string): void;
|
|
105
105
|
removeAttributeNode(attr: Attr): Attr;
|
|
106
|
-
requestFullscreen(options?: FullscreenOptions
|
|
106
|
+
requestFullscreen(options?: FullscreenOptions): Promise<void>;
|
|
107
107
|
requestPointerLock(): void;
|
|
108
|
-
scroll(options?: ScrollToOptions
|
|
108
|
+
scroll(options?: ScrollToOptions): void;
|
|
109
109
|
scroll(x: number, y: number): void;
|
|
110
|
-
scrollBy(options?: ScrollToOptions
|
|
110
|
+
scrollBy(options?: ScrollToOptions): void;
|
|
111
111
|
scrollBy(x: number, y: number): void;
|
|
112
|
-
scrollIntoView(arg?: boolean | ScrollIntoViewOptions
|
|
113
|
-
scrollTo(options?: ScrollToOptions
|
|
112
|
+
scrollIntoView(arg?: boolean | ScrollIntoViewOptions): void;
|
|
113
|
+
scrollTo(options?: ScrollToOptions): void;
|
|
114
114
|
scrollTo(x: number, y: number): void;
|
|
115
115
|
setAttribute(qualifiedName: string, value: string): void;
|
|
116
116
|
setAttributeNS(namespace: string | null, qualifiedName: string, value: string): void;
|
|
117
117
|
setAttributeNode(attr: Attr): Attr | null;
|
|
118
118
|
setAttributeNodeNS(attr: Attr): Attr | null;
|
|
119
|
+
setHTMLUnsafe(html: string): void;
|
|
119
120
|
setPointerCapture(pointerId: number): void;
|
|
120
|
-
toggleAttribute(qualifiedName: string, force?: boolean
|
|
121
|
+
toggleAttribute(qualifiedName: string, force?: boolean): boolean;
|
|
121
122
|
webkitMatchesSelector(selectors: string): boolean;
|
|
122
123
|
readonly baseURI: string;
|
|
123
124
|
readonly childNodes: NodeListOf<ChildNode>;
|
|
@@ -133,20 +134,20 @@ declare const LeavittUserFeedback_base: {
|
|
|
133
134
|
readonly previousSibling: ChildNode | null;
|
|
134
135
|
textContent: string | null;
|
|
135
136
|
appendChild<T extends Node>(node: T): T;
|
|
136
|
-
cloneNode(deep?: boolean
|
|
137
|
+
cloneNode(deep?: boolean): Node;
|
|
137
138
|
compareDocumentPosition(other: Node): number;
|
|
138
139
|
contains(other: Node | null): boolean;
|
|
139
|
-
getRootNode(options?: GetRootNodeOptions
|
|
140
|
+
getRootNode(options?: GetRootNodeOptions): Node;
|
|
140
141
|
hasChildNodes(): boolean;
|
|
141
|
-
insertBefore<
|
|
142
|
+
insertBefore<T extends Node>(node: T, child: Node | null): T;
|
|
142
143
|
isDefaultNamespace(namespace: string | null): boolean;
|
|
143
144
|
isEqualNode(otherNode: Node | null): boolean;
|
|
144
145
|
isSameNode(otherNode: Node | null): boolean;
|
|
145
146
|
lookupNamespaceURI(prefix: string | null): string | null;
|
|
146
147
|
lookupPrefix(namespace: string | null): string | null;
|
|
147
148
|
normalize(): void;
|
|
148
|
-
removeChild<
|
|
149
|
-
replaceChild<
|
|
149
|
+
removeChild<T extends Node>(child: T): T;
|
|
150
|
+
replaceChild<T extends Node>(node: Node, child: T): T;
|
|
150
151
|
readonly ELEMENT_NODE: 1;
|
|
151
152
|
readonly ATTRIBUTE_NODE: 2;
|
|
152
153
|
readonly TEXT_NODE: 3;
|
|
@@ -168,6 +169,8 @@ declare const LeavittUserFeedback_base: {
|
|
|
168
169
|
dispatchEvent(event: Event): boolean;
|
|
169
170
|
ariaAtomic: string | null;
|
|
170
171
|
ariaAutoComplete: string | null;
|
|
172
|
+
ariaBrailleLabel: string | null;
|
|
173
|
+
ariaBrailleRoleDescription: string | null;
|
|
171
174
|
ariaBusy: string | null;
|
|
172
175
|
ariaChecked: string | null;
|
|
173
176
|
ariaColCount: string | null;
|
|
@@ -205,12 +208,12 @@ declare const LeavittUserFeedback_base: {
|
|
|
205
208
|
ariaValueNow: string | null;
|
|
206
209
|
ariaValueText: string | null;
|
|
207
210
|
role: string | null;
|
|
208
|
-
animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions
|
|
209
|
-
getAnimations(options?: GetAnimationsOptions
|
|
210
|
-
after(...nodes: (
|
|
211
|
-
before(...nodes: (
|
|
211
|
+
animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions): Animation;
|
|
212
|
+
getAnimations(options?: GetAnimationsOptions): Animation[];
|
|
213
|
+
after(...nodes: (Node | string)[]): void;
|
|
214
|
+
before(...nodes: (Node | string)[]): void;
|
|
212
215
|
remove(): void;
|
|
213
|
-
replaceWith(...nodes: (
|
|
216
|
+
replaceWith(...nodes: (Node | string)[]): void;
|
|
214
217
|
innerHTML: string;
|
|
215
218
|
readonly nextElementSibling: Element | null;
|
|
216
219
|
readonly previousElementSibling: Element | null;
|
|
@@ -218,19 +221,19 @@ declare const LeavittUserFeedback_base: {
|
|
|
218
221
|
readonly children: HTMLCollection;
|
|
219
222
|
readonly firstElementChild: Element | null;
|
|
220
223
|
readonly lastElementChild: Element | null;
|
|
221
|
-
append(...nodes: (
|
|
222
|
-
prepend(...nodes: (
|
|
223
|
-
querySelector<
|
|
224
|
-
querySelector<
|
|
225
|
-
querySelector<
|
|
226
|
-
querySelector<
|
|
227
|
-
querySelector<
|
|
228
|
-
querySelectorAll<
|
|
229
|
-
querySelectorAll<
|
|
230
|
-
querySelectorAll<
|
|
231
|
-
querySelectorAll<
|
|
232
|
-
querySelectorAll<
|
|
233
|
-
replaceChildren(...nodes: (
|
|
224
|
+
append(...nodes: (Node | string)[]): void;
|
|
225
|
+
prepend(...nodes: (Node | string)[]): void;
|
|
226
|
+
querySelector<K extends keyof HTMLElementTagNameMap>(selectors: K): HTMLElementTagNameMap[K] | null;
|
|
227
|
+
querySelector<K extends keyof SVGElementTagNameMap>(selectors: K): SVGElementTagNameMap[K] | null;
|
|
228
|
+
querySelector<K extends keyof MathMLElementTagNameMap>(selectors: K): MathMLElementTagNameMap[K] | null;
|
|
229
|
+
querySelector<K extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K): HTMLElementDeprecatedTagNameMap[K] | null;
|
|
230
|
+
querySelector<E extends Element = Element>(selectors: string): E | null;
|
|
231
|
+
querySelectorAll<K extends keyof HTMLElementTagNameMap>(selectors: K): NodeListOf<HTMLElementTagNameMap[K]>;
|
|
232
|
+
querySelectorAll<K extends keyof SVGElementTagNameMap>(selectors: K): NodeListOf<SVGElementTagNameMap[K]>;
|
|
233
|
+
querySelectorAll<K extends keyof MathMLElementTagNameMap>(selectors: K): NodeListOf<MathMLElementTagNameMap[K]>;
|
|
234
|
+
querySelectorAll<K extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K): NodeListOf<HTMLElementDeprecatedTagNameMap[K]>;
|
|
235
|
+
querySelectorAll<E extends Element = Element>(selectors: string): NodeListOf<E>;
|
|
236
|
+
replaceChildren(...nodes: (Node | string)[]): void;
|
|
234
237
|
readonly assignedSlot: HTMLSlotElement | null;
|
|
235
238
|
readonly attributeStyleMap: StylePropertyMap;
|
|
236
239
|
readonly style: CSSStyleDeclaration;
|
|
@@ -301,7 +304,7 @@ declare const LeavittUserFeedback_base: {
|
|
|
301
304
|
onpointerout: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
302
305
|
onpointerover: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
303
306
|
onpointerup: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
304
|
-
onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent
|
|
307
|
+
onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent) => any) | null;
|
|
305
308
|
onratechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
306
309
|
onreset: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
307
310
|
onresize: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
|
|
@@ -336,10 +339,10 @@ declare const LeavittUserFeedback_base: {
|
|
|
336
339
|
onwheel: ((this: GlobalEventHandlers, ev: WheelEvent) => any) | null;
|
|
337
340
|
autofocus: boolean;
|
|
338
341
|
readonly dataset: DOMStringMap;
|
|
339
|
-
nonce?: string
|
|
342
|
+
nonce?: string;
|
|
340
343
|
tabIndex: number;
|
|
341
344
|
blur(): void;
|
|
342
|
-
focus(options?: FocusOptions
|
|
345
|
+
focus(options?: FocusOptions): void;
|
|
343
346
|
};
|
|
344
347
|
readonly properties: {
|
|
345
348
|
isLoading: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@leavittsoftware/web",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.6.0",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"description": "",
|
|
6
6
|
"files": [
|
|
@@ -40,5 +40,5 @@
|
|
|
40
40
|
"url": "https://github.com/LeavittSoftware/titanium-elements/issues"
|
|
41
41
|
},
|
|
42
42
|
"homepage": "https://github.com/LeavittSoftware/titanium-elements/#readme",
|
|
43
|
-
"gitHead": "
|
|
43
|
+
"gitHead": "577f1061d192ab2bcf7de37bf6f2b472ed70ebad"
|
|
44
44
|
}
|
|
@@ -42,7 +42,12 @@ let TitaniumAddressInput = class TitaniumAddressInput extends GoogleAddressInput
|
|
|
42
42
|
`,
|
|
43
43
|
]; }
|
|
44
44
|
renderTrailingSlot() {
|
|
45
|
-
return html `<manual-address-dialog
|
|
45
|
+
return html `<manual-address-dialog
|
|
46
|
+
.showCounty=${this.showCounty}
|
|
47
|
+
.showStreet2=${this.showStreet2}
|
|
48
|
+
.label=${this.label}
|
|
49
|
+
.countries=${this.countries}
|
|
50
|
+
></manual-address-dialog>`;
|
|
46
51
|
}
|
|
47
52
|
renderTrailingInputSlot() {
|
|
48
53
|
return html `
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"address-input.js","sourceRoot":"","sources":["address-input.ts"],"names":[],"mappings":";AAAA,OAAO,EAAE,GAAG,EAAE,IAAI,EAAE,MAAM,KAAK,CAAC;AAChC,OAAO,EAAE,QAAQ,EAAE,aAAa,EAAE,KAAK,EAAE,MAAM,mBAAmB,CAAC;AACnE,OAAO,wBAAwB,CAAC;AAChC,OAAO,yBAAyB,CAAC;AAEjC,OAAO,sCAAsC,CAAC;AAC9C,OAAO,yBAAyB,CAAC;AAEjC,OAAO,EAAE,kBAAkB,EAAE,MAAM,wBAAwB,CAAC;AAG5D;;;;;;;GAOG;AAEI,IAAM,oBAAoB,GAA1B,MAAM,oBAAqB,SAAQ,kBAAkB;IAIO,gCAAuB,KAAK,CAAC;IAH9F;;OAEG;IAC8D,IAAA,WAAW,iDAAkB;IAA7B,IAAA,WAAW,uDAAkB;IAK9B,+BAAsB,KAAK,CAAC;IAH5F;;OAEG;IAC6D,IAAA,UAAU,gDAAkB;IAA5B,IAAA,UAAU,sDAAkB;IAE3C,sCAAyC;IAAzC,IAAA,mBAAmB,yDAAsB;IAAzC,IAAA,mBAAmB,+DAAsB;aAEnF,WAAM,GAAG;QACd,GAAG,kBAAkB,CAAC,MAAM;QAC5B,GAAG,CAAA;;;;;;;KAOF;KACF,AAVY,CAUX;IAEO,kBAAkB;QACzB,OAAO,IAAI,CAAA,
|
|
1
|
+
{"version":3,"file":"address-input.js","sourceRoot":"","sources":["address-input.ts"],"names":[],"mappings":";AAAA,OAAO,EAAE,GAAG,EAAE,IAAI,EAAE,MAAM,KAAK,CAAC;AAChC,OAAO,EAAE,QAAQ,EAAE,aAAa,EAAE,KAAK,EAAE,MAAM,mBAAmB,CAAC;AACnE,OAAO,wBAAwB,CAAC;AAChC,OAAO,yBAAyB,CAAC;AAEjC,OAAO,sCAAsC,CAAC;AAC9C,OAAO,yBAAyB,CAAC;AAEjC,OAAO,EAAE,kBAAkB,EAAE,MAAM,wBAAwB,CAAC;AAG5D;;;;;;;GAOG;AAEI,IAAM,oBAAoB,GAA1B,MAAM,oBAAqB,SAAQ,kBAAkB;IAIO,gCAAuB,KAAK,CAAC;IAH9F;;OAEG;IAC8D,IAAA,WAAW,iDAAkB;IAA7B,IAAA,WAAW,uDAAkB;IAK9B,+BAAsB,KAAK,CAAC;IAH5F;;OAEG;IAC6D,IAAA,UAAU,gDAAkB;IAA5B,IAAA,UAAU,sDAAkB;IAE3C,sCAAyC;IAAzC,IAAA,mBAAmB,yDAAsB;IAAzC,IAAA,mBAAmB,+DAAsB;aAEnF,WAAM,GAAG;QACd,GAAG,kBAAkB,CAAC,MAAM;QAC5B,GAAG,CAAA;;;;;;;KAOF;KACF,AAVY,CAUX;IAEO,kBAAkB;QACzB,OAAO,IAAI,CAAA;oBACK,IAAI,CAAC,UAAU;qBACd,IAAI,CAAC,WAAW;eACtB,IAAI,CAAC,KAAK;mBACN,IAAI,CAAC,SAAS;8BACH,CAAC;IAC7B,CAAC;IAEQ,uBAAuB;QAC9B,OAAO,IAAI,CAAA;;kBAEG,IAAI,CAAC,SAAS;oBACZ,IAAI,CAAC,QAAQ;;;iBAGhB,KAAK,EAAE,CAAa,EAAE,EAAE;YAC/B,CAAC,CAAC,cAAc,EAAE,CAAC;YACnB,MAAM,OAAO,GAAG,MAAM,IAAI,CAAC,mBAAmB,CAAC,IAAI,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC;YACnE,IAAI,OAAO,EAAE,CAAC;gBACZ,KAAK,CAAC,eAAe,CAAC,EAAE,EAAE,EAAE,IAAI,CAAC,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC,CAAC,KAAK,CAAC,CAAC,EAAE,CAAC,CAAC,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;gBAClF,IAAI,CAAC,cAAc,EAAE,CAAC;YACxB,CAAC;QACH,CAAC;;;;KAIJ,CAAC;IACJ,CAAC;;AAjDgE;IAAhE,QAAQ,CAAC,EAAE,IAAI,EAAE,OAAO,EAAE,SAAS,EAAE,cAAc,EAAE,CAAC;uDAAuC;AAK9B;IAA/D,QAAQ,CAAC,EAAE,IAAI,EAAE,OAAO,EAAE,SAAS,EAAE,aAAa,EAAE,CAAC;sDAAsC;AAE3C;IAAhD,KAAK,CAAC,uBAAuB,CAAC;+DAA2D;AAX/E,oBAAoB;IADhC,aAAa,CAAC,wBAAwB,CAAC;GAC3B,oBAAoB,CAsDhC"}
|
|
@@ -17,6 +17,7 @@ export declare class GoogleAddressInput extends TitaniumSingleSelectBase<Address
|
|
|
17
17
|
accessor label: string;
|
|
18
18
|
accessor placeholder: string;
|
|
19
19
|
accessor pathToSelectedText: string;
|
|
20
|
+
accessor countries: ['ca'] | ['us'] | ['us', 'ca'];
|
|
20
21
|
firstUpdated(): Promise<void>;
|
|
21
22
|
updated(changedProps: PropertyValues<this>): void;
|
|
22
23
|
customCheckValidity(): boolean;
|