@genesislcap/foundation-progress-overlay 14.107.1-alpha-afbc4d7.0 → 14.107.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 -36
- package/dist/dts/main/main.d.ts.map +1 -1
- package/package.json +7 -7
package/dist/dts/main/main.d.ts
CHANGED
|
@@ -58,10 +58,8 @@ declare const MainApplication_base: (new (...args: any[]) => {
|
|
|
58
58
|
slot: string;
|
|
59
59
|
readonly tagName: string;
|
|
60
60
|
attachShadow(init: ShadowRootInit): ShadowRoot;
|
|
61
|
-
checkVisibility(options?: CheckVisibilityOptions): boolean;
|
|
62
61
|
closest<K_2 extends keyof HTMLElementTagNameMap>(selector: K_2): HTMLElementTagNameMap[K_2];
|
|
63
62
|
closest<K_3 extends keyof SVGElementTagNameMap>(selector: K_3): SVGElementTagNameMap[K_3];
|
|
64
|
-
closest<K_4 extends keyof MathMLElementTagNameMap>(selector: K_4): MathMLElementTagNameMap[K_4];
|
|
65
63
|
closest<E extends Element = Element>(selectors: string): E;
|
|
66
64
|
getAttribute(qualifiedName: string): string;
|
|
67
65
|
getAttributeNS(namespace: string, localName: string): string;
|
|
@@ -71,14 +69,11 @@ declare const MainApplication_base: (new (...args: any[]) => {
|
|
|
71
69
|
getBoundingClientRect(): DOMRect;
|
|
72
70
|
getClientRects(): DOMRectList;
|
|
73
71
|
getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
|
|
74
|
-
getElementsByTagName<
|
|
75
|
-
getElementsByTagName<
|
|
76
|
-
getElementsByTagName<K_7 extends keyof MathMLElementTagNameMap>(qualifiedName: K_7): HTMLCollectionOf<MathMLElementTagNameMap[K_7]>;
|
|
77
|
-
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]>;
|
|
78
74
|
getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
|
|
79
75
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
|
|
80
76
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
|
|
81
|
-
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1998/Math/MathML", localName: string): HTMLCollectionOf<MathMLElement>;
|
|
82
77
|
getElementsByTagNameNS(namespace: string, localName: string): HTMLCollectionOf<Element>;
|
|
83
78
|
hasAttribute(qualifiedName: string): boolean;
|
|
84
79
|
hasAttributeNS(namespace: string, localName: string): boolean;
|
|
@@ -136,24 +131,24 @@ declare const MainApplication_base: (new (...args: any[]) => {
|
|
|
136
131
|
normalize(): void;
|
|
137
132
|
removeChild<T_2 extends Node>(child: T_2): T_2;
|
|
138
133
|
replaceChild<T_3 extends Node>(node: Node, child: T_3): T_3;
|
|
139
|
-
readonly
|
|
140
|
-
readonly
|
|
141
|
-
readonly
|
|
142
|
-
readonly
|
|
143
|
-
readonly
|
|
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
|
|
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;
|
|
157
152
|
dispatchEvent(event: Event): boolean;
|
|
158
153
|
ariaAtomic: string;
|
|
159
154
|
ariaAutoComplete: string;
|
|
@@ -161,6 +156,7 @@ declare const MainApplication_base: (new (...args: any[]) => {
|
|
|
161
156
|
ariaChecked: string;
|
|
162
157
|
ariaColCount: string;
|
|
163
158
|
ariaColIndex: string;
|
|
159
|
+
ariaColIndexText: string;
|
|
164
160
|
ariaColSpan: string;
|
|
165
161
|
ariaCurrent: string;
|
|
166
162
|
ariaDisabled: string;
|
|
@@ -184,6 +180,7 @@ declare const MainApplication_base: (new (...args: any[]) => {
|
|
|
184
180
|
ariaRoleDescription: string;
|
|
185
181
|
ariaRowCount: string;
|
|
186
182
|
ariaRowIndex: string;
|
|
183
|
+
ariaRowIndexText: string;
|
|
187
184
|
ariaRowSpan: string;
|
|
188
185
|
ariaSelected: string;
|
|
189
186
|
ariaSetSize: string;
|
|
@@ -208,18 +205,17 @@ declare const MainApplication_base: (new (...args: any[]) => {
|
|
|
208
205
|
readonly lastElementChild: Element;
|
|
209
206
|
append(...nodes: (string | Node)[]): void;
|
|
210
207
|
prepend(...nodes: (string | Node)[]): void;
|
|
211
|
-
querySelector<
|
|
212
|
-
querySelector<
|
|
213
|
-
querySelector<K_11 extends keyof MathMLElementTagNameMap>(selectors: K_11): MathMLElementTagNameMap[K_11];
|
|
214
|
-
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];
|
|
215
210
|
querySelector<E_1 extends Element = Element>(selectors: string): E_1;
|
|
216
|
-
querySelectorAll<
|
|
217
|
-
querySelectorAll<
|
|
218
|
-
querySelectorAll<K_15 extends keyof MathMLElementTagNameMap>(selectors: K_15): NodeListOf<MathMLElementTagNameMap[K_15]>;
|
|
219
|
-
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]>;
|
|
220
213
|
querySelectorAll<E_2 extends Element = Element>(selectors: string): NodeListOf<E_2>;
|
|
221
214
|
replaceChildren(...nodes: (string | Node)[]): void;
|
|
222
215
|
readonly assignedSlot: HTMLSlotElement;
|
|
216
|
+
oncopy: (this: DocumentAndElementEventHandlers, ev: ClipboardEvent) => any;
|
|
217
|
+
oncut: (this: DocumentAndElementEventHandlers, ev: ClipboardEvent) => any;
|
|
218
|
+
onpaste: (this: DocumentAndElementEventHandlers, ev: ClipboardEvent) => any;
|
|
223
219
|
readonly style: CSSStyleDeclaration;
|
|
224
220
|
contentEditable: string;
|
|
225
221
|
enterKeyHint: string;
|
|
@@ -240,9 +236,7 @@ declare const MainApplication_base: (new (...args: any[]) => {
|
|
|
240
236
|
onclick: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
241
237
|
onclose: (this: GlobalEventHandlers, ev: Event) => any;
|
|
242
238
|
oncontextmenu: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
243
|
-
oncopy: (this: GlobalEventHandlers, ev: ClipboardEvent) => any;
|
|
244
239
|
oncuechange: (this: GlobalEventHandlers, ev: Event) => any;
|
|
245
|
-
oncut: (this: GlobalEventHandlers, ev: ClipboardEvent) => any;
|
|
246
240
|
ondblclick: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
247
241
|
ondrag: (this: GlobalEventHandlers, ev: DragEvent) => any;
|
|
248
242
|
ondragend: (this: GlobalEventHandlers, ev: DragEvent) => any;
|
|
@@ -275,7 +269,6 @@ declare const MainApplication_base: (new (...args: any[]) => {
|
|
|
275
269
|
onmouseout: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
276
270
|
onmouseover: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
277
271
|
onmouseup: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
278
|
-
onpaste: (this: GlobalEventHandlers, ev: ClipboardEvent) => any;
|
|
279
272
|
onpause: (this: GlobalEventHandlers, ev: Event) => any;
|
|
280
273
|
onplay: (this: GlobalEventHandlers, ev: Event) => any;
|
|
281
274
|
onplaying: (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.107.1
|
|
4
|
+
"version": "14.107.1",
|
|
5
5
|
"license": "SEE LICENSE IN license.txt",
|
|
6
6
|
"main": "dist/tbd.js",
|
|
7
7
|
"engines": {
|
|
@@ -33,16 +33,16 @@
|
|
|
33
33
|
"serve": "genx serve"
|
|
34
34
|
},
|
|
35
35
|
"devDependencies": {
|
|
36
|
-
"@genesislcap/genx": "14.107.1
|
|
36
|
+
"@genesislcap/genx": "14.107.1",
|
|
37
37
|
"rimraf": "^3.0.2"
|
|
38
38
|
},
|
|
39
39
|
"dependencies": {
|
|
40
|
-
"@genesislcap/foundation-logger": "14.107.1
|
|
41
|
-
"@genesislcap/foundation-utils": "14.107.1
|
|
42
|
-
"@genesislcap/foundation-zero": "14.107.1
|
|
40
|
+
"@genesislcap/foundation-logger": "14.107.1",
|
|
41
|
+
"@genesislcap/foundation-utils": "14.107.1",
|
|
42
|
+
"@genesislcap/foundation-zero": "14.107.1",
|
|
43
43
|
"@microsoft/fast-components": "^2.21.3",
|
|
44
44
|
"@microsoft/fast-element": "^1.7.0",
|
|
45
|
-
"tslib": "^2.
|
|
45
|
+
"tslib": "^2.3.1"
|
|
46
46
|
},
|
|
47
47
|
"repository": {
|
|
48
48
|
"type": "git",
|
|
@@ -52,5 +52,5 @@
|
|
|
52
52
|
"publishConfig": {
|
|
53
53
|
"access": "public"
|
|
54
54
|
},
|
|
55
|
-
"gitHead": "
|
|
55
|
+
"gitHead": "afc294d9a52a1eac3286416444bfd29c18910490"
|
|
56
56
|
}
|