@genesislcap/foundation-progress-overlay 14.226.0 → 14.226.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/dts/main/main.d.ts +29 -45
- package/dist/dts/main/main.d.ts.map +1 -1
- package/package.json +12 -12
package/dist/dts/main/main.d.ts
CHANGED
|
@@ -25,15 +25,11 @@ declare const MainApplication_base: (new (...args: any[]) => {
|
|
|
25
25
|
readonly offsetTop: number;
|
|
26
26
|
readonly offsetWidth: number;
|
|
27
27
|
outerText: string;
|
|
28
|
-
popover: string;
|
|
29
28
|
spellcheck: boolean;
|
|
30
29
|
title: string;
|
|
31
30
|
translate: boolean;
|
|
32
31
|
attachInternals(): ElementInternals;
|
|
33
32
|
click(): void;
|
|
34
|
-
hidePopover(): void;
|
|
35
|
-
showPopover(): void;
|
|
36
|
-
togglePopover(force?: boolean): boolean;
|
|
37
33
|
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
38
34
|
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
39
35
|
removeEventListener<K_1 extends keyof HTMLElementEventMap>(type: K_1, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_1]) => any, options?: boolean | EventListenerOptions): void;
|
|
@@ -62,12 +58,9 @@ declare const MainApplication_base: (new (...args: any[]) => {
|
|
|
62
58
|
slot: string;
|
|
63
59
|
readonly tagName: string;
|
|
64
60
|
attachShadow(init: ShadowRootInit): ShadowRoot;
|
|
65
|
-
checkVisibility(options?: CheckVisibilityOptions): boolean;
|
|
66
61
|
closest<K_2 extends keyof HTMLElementTagNameMap>(selector: K_2): HTMLElementTagNameMap[K_2];
|
|
67
62
|
closest<K_3 extends keyof SVGElementTagNameMap>(selector: K_3): SVGElementTagNameMap[K_3];
|
|
68
|
-
closest<K_4 extends keyof MathMLElementTagNameMap>(selector: K_4): MathMLElementTagNameMap[K_4];
|
|
69
63
|
closest<E extends Element = Element>(selectors: string): E;
|
|
70
|
-
computedStyleMap(): StylePropertyMapReadOnly;
|
|
71
64
|
getAttribute(qualifiedName: string): string;
|
|
72
65
|
getAttributeNS(namespace: string, localName: string): string;
|
|
73
66
|
getAttributeNames(): string[];
|
|
@@ -76,14 +69,11 @@ declare const MainApplication_base: (new (...args: any[]) => {
|
|
|
76
69
|
getBoundingClientRect(): DOMRect;
|
|
77
70
|
getClientRects(): DOMRectList;
|
|
78
71
|
getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
|
|
79
|
-
getElementsByTagName<
|
|
80
|
-
getElementsByTagName<
|
|
81
|
-
getElementsByTagName<K_7 extends keyof MathMLElementTagNameMap>(qualifiedName: K_7): HTMLCollectionOf<MathMLElementTagNameMap[K_7]>;
|
|
82
|
-
getElementsByTagName<K_8 extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K_8): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K_8]>;
|
|
72
|
+
getElementsByTagName<K_4 extends keyof HTMLElementTagNameMap>(qualifiedName: K_4): HTMLCollectionOf<HTMLElementTagNameMap[K_4]>;
|
|
73
|
+
getElementsByTagName<K_5 extends keyof SVGElementTagNameMap>(qualifiedName: K_5): HTMLCollectionOf<SVGElementTagNameMap[K_5]>;
|
|
83
74
|
getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
|
|
84
75
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
|
|
85
76
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
|
|
86
|
-
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1998/Math/MathML", localName: string): HTMLCollectionOf<MathMLElement>;
|
|
87
77
|
getElementsByTagNameNS(namespace: string, localName: string): HTMLCollectionOf<Element>;
|
|
88
78
|
hasAttribute(qualifiedName: string): boolean;
|
|
89
79
|
hasAttributeNS(namespace: string, localName: string): boolean;
|
|
@@ -141,24 +131,24 @@ declare const MainApplication_base: (new (...args: any[]) => {
|
|
|
141
131
|
normalize(): void;
|
|
142
132
|
removeChild<T_2 extends Node>(child: T_2): T_2;
|
|
143
133
|
replaceChild<T_3 extends Node>(node: Node, child: T_3): T_3;
|
|
144
|
-
readonly
|
|
145
|
-
readonly
|
|
146
|
-
readonly
|
|
147
|
-
readonly
|
|
148
|
-
readonly
|
|
149
|
-
readonly
|
|
150
|
-
readonly
|
|
151
|
-
readonly
|
|
152
|
-
readonly
|
|
153
|
-
readonly
|
|
154
|
-
readonly
|
|
155
|
-
readonly
|
|
156
|
-
readonly
|
|
157
|
-
readonly
|
|
158
|
-
readonly
|
|
159
|
-
readonly
|
|
160
|
-
readonly
|
|
161
|
-
readonly
|
|
134
|
+
readonly ATTRIBUTE_NODE: number;
|
|
135
|
+
readonly CDATA_SECTION_NODE: number;
|
|
136
|
+
readonly COMMENT_NODE: number;
|
|
137
|
+
readonly DOCUMENT_FRAGMENT_NODE: number;
|
|
138
|
+
readonly DOCUMENT_NODE: number;
|
|
139
|
+
readonly DOCUMENT_POSITION_CONTAINED_BY: number;
|
|
140
|
+
readonly DOCUMENT_POSITION_CONTAINS: number;
|
|
141
|
+
readonly DOCUMENT_POSITION_DISCONNECTED: number;
|
|
142
|
+
readonly DOCUMENT_POSITION_FOLLOWING: number;
|
|
143
|
+
readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: number;
|
|
144
|
+
readonly DOCUMENT_POSITION_PRECEDING: number;
|
|
145
|
+
readonly DOCUMENT_TYPE_NODE: number;
|
|
146
|
+
readonly ELEMENT_NODE: number;
|
|
147
|
+
readonly ENTITY_NODE: number;
|
|
148
|
+
readonly ENTITY_REFERENCE_NODE: number;
|
|
149
|
+
readonly NOTATION_NODE: number;
|
|
150
|
+
readonly PROCESSING_INSTRUCTION_NODE: number;
|
|
151
|
+
readonly TEXT_NODE: number;
|
|
162
152
|
dispatchEvent(event: Event): boolean;
|
|
163
153
|
ariaAtomic: string;
|
|
164
154
|
ariaAutoComplete: string;
|
|
@@ -166,9 +156,9 @@ declare const MainApplication_base: (new (...args: any[]) => {
|
|
|
166
156
|
ariaChecked: string;
|
|
167
157
|
ariaColCount: string;
|
|
168
158
|
ariaColIndex: string;
|
|
159
|
+
ariaColIndexText: string;
|
|
169
160
|
ariaColSpan: string;
|
|
170
161
|
ariaCurrent: string;
|
|
171
|
-
ariaDescription: string;
|
|
172
162
|
ariaDisabled: string;
|
|
173
163
|
ariaExpanded: string;
|
|
174
164
|
ariaHasPopup: string;
|
|
@@ -190,6 +180,7 @@ declare const MainApplication_base: (new (...args: any[]) => {
|
|
|
190
180
|
ariaRoleDescription: string;
|
|
191
181
|
ariaRowCount: string;
|
|
192
182
|
ariaRowIndex: string;
|
|
183
|
+
ariaRowIndexText: string;
|
|
193
184
|
ariaRowSpan: string;
|
|
194
185
|
ariaSelected: string;
|
|
195
186
|
ariaSetSize: string;
|
|
@@ -214,19 +205,17 @@ declare const MainApplication_base: (new (...args: any[]) => {
|
|
|
214
205
|
readonly lastElementChild: Element;
|
|
215
206
|
append(...nodes: (string | Node)[]): void;
|
|
216
207
|
prepend(...nodes: (string | Node)[]): void;
|
|
217
|
-
querySelector<
|
|
218
|
-
querySelector<
|
|
219
|
-
querySelector<K_11 extends keyof MathMLElementTagNameMap>(selectors: K_11): MathMLElementTagNameMap[K_11];
|
|
220
|
-
querySelector<K_12 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_12): HTMLElementDeprecatedTagNameMap[K_12];
|
|
208
|
+
querySelector<K_6 extends keyof HTMLElementTagNameMap>(selectors: K_6): HTMLElementTagNameMap[K_6];
|
|
209
|
+
querySelector<K_7 extends keyof SVGElementTagNameMap>(selectors: K_7): SVGElementTagNameMap[K_7];
|
|
221
210
|
querySelector<E_1 extends Element = Element>(selectors: string): E_1;
|
|
222
|
-
querySelectorAll<
|
|
223
|
-
querySelectorAll<
|
|
224
|
-
querySelectorAll<K_15 extends keyof MathMLElementTagNameMap>(selectors: K_15): NodeListOf<MathMLElementTagNameMap[K_15]>;
|
|
225
|
-
querySelectorAll<K_16 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_16): NodeListOf<HTMLElementDeprecatedTagNameMap[K_16]>;
|
|
211
|
+
querySelectorAll<K_8 extends keyof HTMLElementTagNameMap>(selectors: K_8): NodeListOf<HTMLElementTagNameMap[K_8]>;
|
|
212
|
+
querySelectorAll<K_9 extends keyof SVGElementTagNameMap>(selectors: K_9): NodeListOf<SVGElementTagNameMap[K_9]>;
|
|
226
213
|
querySelectorAll<E_2 extends Element = Element>(selectors: string): NodeListOf<E_2>;
|
|
227
214
|
replaceChildren(...nodes: (string | Node)[]): void;
|
|
228
215
|
readonly assignedSlot: HTMLSlotElement;
|
|
229
|
-
|
|
216
|
+
oncopy: (this: DocumentAndElementEventHandlers, ev: ClipboardEvent) => any;
|
|
217
|
+
oncut: (this: DocumentAndElementEventHandlers, ev: ClipboardEvent) => any;
|
|
218
|
+
onpaste: (this: DocumentAndElementEventHandlers, ev: ClipboardEvent) => any;
|
|
230
219
|
readonly style: CSSStyleDeclaration;
|
|
231
220
|
contentEditable: string;
|
|
232
221
|
enterKeyHint: string;
|
|
@@ -239,7 +228,6 @@ declare const MainApplication_base: (new (...args: any[]) => {
|
|
|
239
228
|
onanimationstart: (this: GlobalEventHandlers, ev: AnimationEvent) => any;
|
|
240
229
|
onauxclick: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
241
230
|
onbeforeinput: (this: GlobalEventHandlers, ev: InputEvent) => any;
|
|
242
|
-
onbeforetoggle: (this: GlobalEventHandlers, ev: Event) => any;
|
|
243
231
|
onblur: (this: GlobalEventHandlers, ev: FocusEvent) => any;
|
|
244
232
|
oncancel: (this: GlobalEventHandlers, ev: Event) => any;
|
|
245
233
|
oncanplay: (this: GlobalEventHandlers, ev: Event) => any;
|
|
@@ -248,9 +236,7 @@ declare const MainApplication_base: (new (...args: any[]) => {
|
|
|
248
236
|
onclick: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
249
237
|
onclose: (this: GlobalEventHandlers, ev: Event) => any;
|
|
250
238
|
oncontextmenu: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
251
|
-
oncopy: (this: GlobalEventHandlers, ev: ClipboardEvent) => any;
|
|
252
239
|
oncuechange: (this: GlobalEventHandlers, ev: Event) => any;
|
|
253
|
-
oncut: (this: GlobalEventHandlers, ev: ClipboardEvent) => any;
|
|
254
240
|
ondblclick: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
255
241
|
ondrag: (this: GlobalEventHandlers, ev: DragEvent) => any;
|
|
256
242
|
ondragend: (this: GlobalEventHandlers, ev: DragEvent) => any;
|
|
@@ -283,7 +269,6 @@ declare const MainApplication_base: (new (...args: any[]) => {
|
|
|
283
269
|
onmouseout: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
284
270
|
onmouseover: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
285
271
|
onmouseup: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
286
|
-
onpaste: (this: GlobalEventHandlers, ev: ClipboardEvent) => any;
|
|
287
272
|
onpause: (this: GlobalEventHandlers, ev: Event) => any;
|
|
288
273
|
onplay: (this: GlobalEventHandlers, ev: Event) => any;
|
|
289
274
|
onplaying: (this: GlobalEventHandlers, ev: Event) => any;
|
|
@@ -300,7 +285,6 @@ declare const MainApplication_base: (new (...args: any[]) => {
|
|
|
300
285
|
onreset: (this: GlobalEventHandlers, ev: Event) => any;
|
|
301
286
|
onresize: (this: GlobalEventHandlers, ev: UIEvent) => any;
|
|
302
287
|
onscroll: (this: GlobalEventHandlers, ev: Event) => any;
|
|
303
|
-
onscrollend: (this: GlobalEventHandlers, ev: Event) => any;
|
|
304
288
|
onsecuritypolicyviolation: (this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any;
|
|
305
289
|
onseeked: (this: GlobalEventHandlers, ev: Event) => any;
|
|
306
290
|
onseeking: (this: GlobalEventHandlers, ev: Event) => any;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"main.d.ts","sourceRoot":"","sources":["../../../src/main/main.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,WAAW,EAA6B,MAAM,yBAAyB,CAAC
|
|
1
|
+
{"version":3,"file":"main.d.ts","sourceRoot":"","sources":["../../../src/main/main.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,WAAW,EAA6B,MAAM,yBAAyB,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAQjF,qBAKa,eAAgB,SAAQ,oBAAyB;IAChD,QAAQ,EAAG,GAAG,CAAC;IAEpB,iBAAiB,IAAI,IAAI;YAMlB,WAAW;IAIzB,eAAe;CAKhB"}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@genesislcap/foundation-progress-overlay",
|
|
3
3
|
"description": "Genesis Foundation Progress Overlay",
|
|
4
|
-
"version": "14.226.
|
|
4
|
+
"version": "14.226.1",
|
|
5
5
|
"license": "SEE LICENSE IN license.txt",
|
|
6
6
|
"main": "dist/tbd.js",
|
|
7
7
|
"engines": {
|
|
@@ -41,21 +41,21 @@
|
|
|
41
41
|
}
|
|
42
42
|
},
|
|
43
43
|
"devDependencies": {
|
|
44
|
-
"@genesislcap/genx": "14.226.
|
|
45
|
-
"@genesislcap/rollup-builder": "14.226.
|
|
46
|
-
"@genesislcap/ts-builder": "14.226.
|
|
47
|
-
"@genesislcap/uvu-playwright-builder": "14.226.
|
|
48
|
-
"@genesislcap/vite-builder": "14.226.
|
|
49
|
-
"@genesislcap/webpack-builder": "14.226.
|
|
44
|
+
"@genesislcap/genx": "14.226.1",
|
|
45
|
+
"@genesislcap/rollup-builder": "14.226.1",
|
|
46
|
+
"@genesislcap/ts-builder": "14.226.1",
|
|
47
|
+
"@genesislcap/uvu-playwright-builder": "14.226.1",
|
|
48
|
+
"@genesislcap/vite-builder": "14.226.1",
|
|
49
|
+
"@genesislcap/webpack-builder": "14.226.1",
|
|
50
50
|
"rimraf": "^5.0.0"
|
|
51
51
|
},
|
|
52
52
|
"dependencies": {
|
|
53
|
-
"@genesislcap/foundation-logger": "14.226.
|
|
54
|
-
"@genesislcap/foundation-utils": "14.226.
|
|
55
|
-
"@genesislcap/foundation-zero": "14.226.
|
|
53
|
+
"@genesislcap/foundation-logger": "14.226.1",
|
|
54
|
+
"@genesislcap/foundation-utils": "14.226.1",
|
|
55
|
+
"@genesislcap/foundation-zero": "14.226.1",
|
|
56
56
|
"@microsoft/fast-components": "2.30.6",
|
|
57
57
|
"@microsoft/fast-element": "1.14.0",
|
|
58
|
-
"tslib": "2.
|
|
58
|
+
"tslib": "^2.3.1"
|
|
59
59
|
},
|
|
60
60
|
"repository": {
|
|
61
61
|
"type": "git",
|
|
@@ -65,5 +65,5 @@
|
|
|
65
65
|
"publishConfig": {
|
|
66
66
|
"access": "public"
|
|
67
67
|
},
|
|
68
|
-
"gitHead": "
|
|
68
|
+
"gitHead": "e691c1741d135edca5271f338f62df8154efb99c"
|
|
69
69
|
}
|