@genesislcap/foundation-utils 14.225.2-alpha-a51f60c.0 → 14.225.2-alpha-968f711.0
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/custom-elements.json +319 -319
- package/dist/dts/error/errorMap.d.ts.map +1 -1
- package/dist/dts/mixins/lifecycle/lifecycle.d.ts +29 -51
- package/dist/dts/mixins/lifecycle/lifecycle.d.ts.map +1 -1
- package/dist/dts/mixins/pendingState/pendingState.d.ts +29 -45
- package/dist/dts/mixins/pendingState/pendingState.d.ts.map +1 -1
- package/dist/dts/observer/observer.d.ts.map +1 -1
- package/dist/dts/promise/resolveAfter.d.ts.map +1 -1
- package/dist/dts/tsdoc-metadata.json +1 -1
- package/dist/esm/mixins/lifecycle/lifecycle.js +5 -5
- package/dist/esm/mixins/pendingState/pendingState.js +2 -2
- package/dist/esm/uuid/uuid.js +2 -2
- package/dist/foundation-utils.api.json +267 -1106
- package/dist/foundation-utils.d.ts +58 -93
- package/docs/api/foundation-utils.createerrormap.md +1 -14
- package/docs/api/foundation-utils.createobserver.md +1 -5
- package/docs/api/foundation-utils.getfontmixin.md +1 -16
- package/docs/api/foundation-utils.iniframe.md +1 -7
- package/docs/api/foundation-utils.insertdocumentcssrule.md +1 -15
- package/docs/api/foundation-utils.insertdocumentlink.md +1 -12
- package/docs/api/foundation-utils.insymphonydesktop.md +1 -7
- package/docs/api/foundation-utils.isdev.md +1 -5
- package/docs/api/foundation-utils.lifecyclemixin.md +30 -56
- package/docs/api/foundation-utils.loadfontfaces.md +1 -13
- package/docs/api/foundation-utils.md +14 -14
- package/docs/api/foundation-utils.openpopup.md +1 -17
- package/docs/api/foundation-utils.pendingstate.md +30 -57
- package/docs/api/foundation-utils.resolveafter.md +1 -12
- package/docs/api/foundation-utils.respondtovisibility.md +1 -13
- package/docs/{api-report.md.api.md → api-report.md} +58 -93
- package/package.json +11 -11
@@ -1,6 +1,3 @@
|
|
1
|
-
/// <reference types="node" />
|
2
|
-
/// <reference types="webpack-env" />
|
3
|
-
|
4
1
|
import { Binding } from '@microsoft/fast-element';
|
5
2
|
import { CaptureType } from '@microsoft/fast-element';
|
6
3
|
import { ComposableStyles } from '@microsoft/fast-element';
|
@@ -720,15 +717,11 @@ export declare const LifecycleMixin: <T extends ConstructableLifecycleHandler>(B
|
|
720
717
|
readonly offsetTop: number;
|
721
718
|
readonly offsetWidth: number;
|
722
719
|
outerText: string;
|
723
|
-
popover: string;
|
724
720
|
spellcheck: boolean;
|
725
721
|
title: string;
|
726
722
|
translate: boolean;
|
727
723
|
attachInternals(): ElementInternals;
|
728
724
|
click(): void;
|
729
|
-
hidePopover(): void;
|
730
|
-
showPopover(): void;
|
731
|
-
togglePopover(force?: boolean): boolean;
|
732
725
|
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
733
726
|
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
734
727
|
removeEventListener<K_1 extends keyof HTMLElementEventMap>(type: K_1, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_1]) => any, options?: boolean | EventListenerOptions): void;
|
@@ -757,12 +750,9 @@ export declare const LifecycleMixin: <T extends ConstructableLifecycleHandler>(B
|
|
757
750
|
slot: string;
|
758
751
|
readonly tagName: string;
|
759
752
|
attachShadow(init: ShadowRootInit): ShadowRoot;
|
760
|
-
checkVisibility(options?: CheckVisibilityOptions): boolean;
|
761
753
|
closest<K_2 extends keyof HTMLElementTagNameMap>(selector: K_2): HTMLElementTagNameMap[K_2];
|
762
754
|
closest<K_3 extends keyof SVGElementTagNameMap>(selector: K_3): SVGElementTagNameMap[K_3];
|
763
|
-
closest<K_4 extends keyof MathMLElementTagNameMap>(selector: K_4): MathMLElementTagNameMap[K_4];
|
764
755
|
closest<E extends Element = Element>(selectors: string): E;
|
765
|
-
computedStyleMap(): StylePropertyMapReadOnly;
|
766
756
|
getAttribute(qualifiedName: string): string;
|
767
757
|
getAttributeNS(namespace: string, localName: string): string;
|
768
758
|
getAttributeNames(): string[];
|
@@ -771,14 +761,11 @@ export declare const LifecycleMixin: <T extends ConstructableLifecycleHandler>(B
|
|
771
761
|
getBoundingClientRect(): DOMRect;
|
772
762
|
getClientRects(): DOMRectList;
|
773
763
|
getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
|
774
|
-
getElementsByTagName<
|
775
|
-
getElementsByTagName<
|
776
|
-
getElementsByTagName<K_7 extends keyof MathMLElementTagNameMap>(qualifiedName: K_7): HTMLCollectionOf<MathMLElementTagNameMap[K_7]>;
|
777
|
-
getElementsByTagName<K_8 extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K_8): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K_8]>;
|
764
|
+
getElementsByTagName<K_4 extends keyof HTMLElementTagNameMap>(qualifiedName: K_4): HTMLCollectionOf<HTMLElementTagNameMap[K_4]>;
|
765
|
+
getElementsByTagName<K_5 extends keyof SVGElementTagNameMap>(qualifiedName: K_5): HTMLCollectionOf<SVGElementTagNameMap[K_5]>;
|
778
766
|
getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
|
779
767
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
|
780
768
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
|
781
|
-
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1998/Math/MathML", localName: string): HTMLCollectionOf<MathMLElement>;
|
782
769
|
getElementsByTagNameNS(namespace: string, localName: string): HTMLCollectionOf<Element>;
|
783
770
|
hasAttribute(qualifiedName: string): boolean;
|
784
771
|
hasAttributeNS(namespace: string, localName: string): boolean;
|
@@ -835,24 +822,24 @@ export declare const LifecycleMixin: <T extends ConstructableLifecycleHandler>(B
|
|
835
822
|
normalize(): void;
|
836
823
|
removeChild<T_3 extends Node>(child: T_3): T_3;
|
837
824
|
replaceChild<T_4 extends Node>(node: Node, child: T_4): T_4;
|
838
|
-
readonly
|
839
|
-
readonly
|
840
|
-
readonly
|
841
|
-
readonly
|
842
|
-
readonly
|
843
|
-
readonly
|
844
|
-
readonly
|
845
|
-
readonly
|
846
|
-
readonly
|
847
|
-
readonly
|
848
|
-
readonly
|
849
|
-
readonly
|
850
|
-
readonly
|
851
|
-
readonly
|
852
|
-
readonly
|
853
|
-
readonly
|
854
|
-
readonly
|
855
|
-
readonly
|
825
|
+
readonly ATTRIBUTE_NODE: number;
|
826
|
+
readonly CDATA_SECTION_NODE: number;
|
827
|
+
readonly COMMENT_NODE: number;
|
828
|
+
readonly DOCUMENT_FRAGMENT_NODE: number;
|
829
|
+
readonly DOCUMENT_NODE: number;
|
830
|
+
readonly DOCUMENT_POSITION_CONTAINED_BY: number;
|
831
|
+
readonly DOCUMENT_POSITION_CONTAINS: number;
|
832
|
+
readonly DOCUMENT_POSITION_DISCONNECTED: number;
|
833
|
+
readonly DOCUMENT_POSITION_FOLLOWING: number;
|
834
|
+
readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: number;
|
835
|
+
readonly DOCUMENT_POSITION_PRECEDING: number;
|
836
|
+
readonly DOCUMENT_TYPE_NODE: number;
|
837
|
+
readonly ELEMENT_NODE: number;
|
838
|
+
readonly ENTITY_NODE: number;
|
839
|
+
readonly ENTITY_REFERENCE_NODE: number;
|
840
|
+
readonly NOTATION_NODE: number;
|
841
|
+
readonly PROCESSING_INSTRUCTION_NODE: number;
|
842
|
+
readonly TEXT_NODE: number;
|
856
843
|
dispatchEvent(event: Event): boolean;
|
857
844
|
ariaAtomic: string;
|
858
845
|
ariaAutoComplete: string;
|
@@ -860,9 +847,9 @@ export declare const LifecycleMixin: <T extends ConstructableLifecycleHandler>(B
|
|
860
847
|
ariaChecked: string;
|
861
848
|
ariaColCount: string;
|
862
849
|
ariaColIndex: string;
|
850
|
+
ariaColIndexText: string;
|
863
851
|
ariaColSpan: string;
|
864
852
|
ariaCurrent: string;
|
865
|
-
ariaDescription: string;
|
866
853
|
ariaDisabled: string;
|
867
854
|
ariaExpanded: string;
|
868
855
|
ariaHasPopup: string;
|
@@ -884,6 +871,7 @@ export declare const LifecycleMixin: <T extends ConstructableLifecycleHandler>(B
|
|
884
871
|
ariaRoleDescription: string;
|
885
872
|
ariaRowCount: string;
|
886
873
|
ariaRowIndex: string;
|
874
|
+
ariaRowIndexText: string;
|
887
875
|
ariaRowSpan: string;
|
888
876
|
ariaSelected: string;
|
889
877
|
ariaSetSize: string;
|
@@ -908,19 +896,17 @@ export declare const LifecycleMixin: <T extends ConstructableLifecycleHandler>(B
|
|
908
896
|
readonly lastElementChild: Element;
|
909
897
|
append(...nodes: (string | Node)[]): void;
|
910
898
|
prepend(...nodes: (string | Node)[]): void;
|
911
|
-
querySelector<
|
912
|
-
querySelector<
|
913
|
-
querySelector<K_11 extends keyof MathMLElementTagNameMap>(selectors: K_11): MathMLElementTagNameMap[K_11];
|
914
|
-
querySelector<K_12 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_12): HTMLElementDeprecatedTagNameMap[K_12];
|
899
|
+
querySelector<K_6 extends keyof HTMLElementTagNameMap>(selectors: K_6): HTMLElementTagNameMap[K_6];
|
900
|
+
querySelector<K_7 extends keyof SVGElementTagNameMap>(selectors: K_7): SVGElementTagNameMap[K_7];
|
915
901
|
querySelector<E_1 extends Element = Element>(selectors: string): E_1;
|
916
|
-
querySelectorAll<
|
917
|
-
querySelectorAll<
|
918
|
-
querySelectorAll<K_15 extends keyof MathMLElementTagNameMap>(selectors: K_15): NodeListOf<MathMLElementTagNameMap[K_15]>;
|
919
|
-
querySelectorAll<K_16 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_16): NodeListOf<HTMLElementDeprecatedTagNameMap[K_16]>;
|
902
|
+
querySelectorAll<K_8 extends keyof HTMLElementTagNameMap>(selectors: K_8): NodeListOf<HTMLElementTagNameMap[K_8]>;
|
903
|
+
querySelectorAll<K_9 extends keyof SVGElementTagNameMap>(selectors: K_9): NodeListOf<SVGElementTagNameMap[K_9]>;
|
920
904
|
querySelectorAll<E_2 extends Element = Element>(selectors: string): NodeListOf<E_2>;
|
921
905
|
replaceChildren(...nodes: (string | Node)[]): void;
|
922
906
|
readonly assignedSlot: HTMLSlotElement;
|
923
|
-
|
907
|
+
oncopy: (this: DocumentAndElementEventHandlers, ev: ClipboardEvent) => any;
|
908
|
+
oncut: (this: DocumentAndElementEventHandlers, ev: ClipboardEvent) => any;
|
909
|
+
onpaste: (this: DocumentAndElementEventHandlers, ev: ClipboardEvent) => any;
|
924
910
|
readonly style: CSSStyleDeclaration;
|
925
911
|
contentEditable: string;
|
926
912
|
enterKeyHint: string;
|
@@ -933,7 +919,6 @@ export declare const LifecycleMixin: <T extends ConstructableLifecycleHandler>(B
|
|
933
919
|
onanimationstart: (this: GlobalEventHandlers, ev: AnimationEvent) => any;
|
934
920
|
onauxclick: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
935
921
|
onbeforeinput: (this: GlobalEventHandlers, ev: InputEvent) => any;
|
936
|
-
onbeforetoggle: (this: GlobalEventHandlers, ev: Event) => any;
|
937
922
|
onblur: (this: GlobalEventHandlers, ev: FocusEvent) => any;
|
938
923
|
oncancel: (this: GlobalEventHandlers, ev: Event) => any;
|
939
924
|
oncanplay: (this: GlobalEventHandlers, ev: Event) => any;
|
@@ -942,9 +927,7 @@ export declare const LifecycleMixin: <T extends ConstructableLifecycleHandler>(B
|
|
942
927
|
onclick: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
943
928
|
onclose: (this: GlobalEventHandlers, ev: Event) => any;
|
944
929
|
oncontextmenu: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
945
|
-
oncopy: (this: GlobalEventHandlers, ev: ClipboardEvent) => any;
|
946
930
|
oncuechange: (this: GlobalEventHandlers, ev: Event) => any;
|
947
|
-
oncut: (this: GlobalEventHandlers, ev: ClipboardEvent) => any;
|
948
931
|
ondblclick: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
949
932
|
ondrag: (this: GlobalEventHandlers, ev: DragEvent) => any;
|
950
933
|
ondragend: (this: GlobalEventHandlers, ev: DragEvent) => any;
|
@@ -977,7 +960,6 @@ export declare const LifecycleMixin: <T extends ConstructableLifecycleHandler>(B
|
|
977
960
|
onmouseout: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
978
961
|
onmouseover: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
979
962
|
onmouseup: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
980
|
-
onpaste: (this: GlobalEventHandlers, ev: ClipboardEvent) => any;
|
981
963
|
onpause: (this: GlobalEventHandlers, ev: Event) => any;
|
982
964
|
onplay: (this: GlobalEventHandlers, ev: Event) => any;
|
983
965
|
onplaying: (this: GlobalEventHandlers, ev: Event) => any;
|
@@ -994,7 +976,6 @@ export declare const LifecycleMixin: <T extends ConstructableLifecycleHandler>(B
|
|
994
976
|
onreset: (this: GlobalEventHandlers, ev: Event) => any;
|
995
977
|
onresize: (this: GlobalEventHandlers, ev: UIEvent) => any;
|
996
978
|
onscroll: (this: GlobalEventHandlers, ev: Event) => any;
|
997
|
-
onscrollend: (this: GlobalEventHandlers, ev: Event) => any;
|
998
979
|
onsecuritypolicyviolation: (this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any;
|
999
980
|
onseeked: (this: GlobalEventHandlers, ev: Event) => any;
|
1000
981
|
onseeking: (this: GlobalEventHandlers, ev: Event) => any;
|
@@ -1233,15 +1214,11 @@ export declare const PendingState: <TBase extends ConstructablePendingState>(Bas
|
|
1233
1214
|
readonly offsetTop: number;
|
1234
1215
|
readonly offsetWidth: number;
|
1235
1216
|
outerText: string;
|
1236
|
-
popover: string;
|
1237
1217
|
spellcheck: boolean;
|
1238
1218
|
title: string;
|
1239
1219
|
translate: boolean;
|
1240
1220
|
attachInternals(): ElementInternals;
|
1241
1221
|
click(): void;
|
1242
|
-
hidePopover(): void;
|
1243
|
-
showPopover(): void;
|
1244
|
-
togglePopover(force?: boolean): boolean;
|
1245
1222
|
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
1246
1223
|
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
1247
1224
|
removeEventListener<K_1 extends keyof HTMLElementEventMap>(type: K_1, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_1]) => any, options?: boolean | EventListenerOptions): void;
|
@@ -1270,12 +1247,9 @@ export declare const PendingState: <TBase extends ConstructablePendingState>(Bas
|
|
1270
1247
|
slot: string;
|
1271
1248
|
readonly tagName: string;
|
1272
1249
|
attachShadow(init: ShadowRootInit): ShadowRoot;
|
1273
|
-
checkVisibility(options?: CheckVisibilityOptions): boolean;
|
1274
1250
|
closest<K_2 extends keyof HTMLElementTagNameMap>(selector: K_2): HTMLElementTagNameMap[K_2];
|
1275
1251
|
closest<K_3 extends keyof SVGElementTagNameMap>(selector: K_3): SVGElementTagNameMap[K_3];
|
1276
|
-
closest<K_4 extends keyof MathMLElementTagNameMap>(selector: K_4): MathMLElementTagNameMap[K_4];
|
1277
1252
|
closest<E extends Element = Element>(selectors: string): E;
|
1278
|
-
computedStyleMap(): StylePropertyMapReadOnly;
|
1279
1253
|
getAttribute(qualifiedName: string): string;
|
1280
1254
|
getAttributeNS(namespace: string, localName: string): string;
|
1281
1255
|
getAttributeNames(): string[];
|
@@ -1284,14 +1258,11 @@ export declare const PendingState: <TBase extends ConstructablePendingState>(Bas
|
|
1284
1258
|
getBoundingClientRect(): DOMRect;
|
1285
1259
|
getClientRects(): DOMRectList;
|
1286
1260
|
getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
|
1287
|
-
getElementsByTagName<
|
1288
|
-
getElementsByTagName<
|
1289
|
-
getElementsByTagName<K_7 extends keyof MathMLElementTagNameMap>(qualifiedName: K_7): HTMLCollectionOf<MathMLElementTagNameMap[K_7]>;
|
1290
|
-
getElementsByTagName<K_8 extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K_8): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K_8]>;
|
1261
|
+
getElementsByTagName<K_4 extends keyof HTMLElementTagNameMap>(qualifiedName: K_4): HTMLCollectionOf<HTMLElementTagNameMap[K_4]>;
|
1262
|
+
getElementsByTagName<K_5 extends keyof SVGElementTagNameMap>(qualifiedName: K_5): HTMLCollectionOf<SVGElementTagNameMap[K_5]>;
|
1291
1263
|
getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
|
1292
1264
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
|
1293
1265
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
|
1294
|
-
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1998/Math/MathML", localName: string): HTMLCollectionOf<MathMLElement>;
|
1295
1266
|
getElementsByTagNameNS(namespace: string, localName: string): HTMLCollectionOf<Element>;
|
1296
1267
|
hasAttribute(qualifiedName: string): boolean;
|
1297
1268
|
hasAttributeNS(namespace: string, localName: string): boolean;
|
@@ -1349,24 +1320,24 @@ export declare const PendingState: <TBase extends ConstructablePendingState>(Bas
|
|
1349
1320
|
normalize(): void;
|
1350
1321
|
removeChild<T_2 extends Node>(child: T_2): T_2;
|
1351
1322
|
replaceChild<T_3 extends Node>(node: Node, child: T_3): T_3;
|
1352
|
-
readonly
|
1353
|
-
readonly
|
1354
|
-
readonly
|
1355
|
-
readonly
|
1356
|
-
readonly
|
1357
|
-
readonly
|
1358
|
-
readonly
|
1359
|
-
readonly
|
1360
|
-
readonly
|
1361
|
-
readonly
|
1362
|
-
readonly
|
1363
|
-
readonly
|
1364
|
-
readonly
|
1365
|
-
readonly
|
1366
|
-
readonly
|
1367
|
-
readonly
|
1368
|
-
readonly
|
1369
|
-
readonly
|
1323
|
+
readonly ATTRIBUTE_NODE: number;
|
1324
|
+
readonly CDATA_SECTION_NODE: number;
|
1325
|
+
readonly COMMENT_NODE: number;
|
1326
|
+
readonly DOCUMENT_FRAGMENT_NODE: number;
|
1327
|
+
readonly DOCUMENT_NODE: number;
|
1328
|
+
readonly DOCUMENT_POSITION_CONTAINED_BY: number;
|
1329
|
+
readonly DOCUMENT_POSITION_CONTAINS: number;
|
1330
|
+
readonly DOCUMENT_POSITION_DISCONNECTED: number;
|
1331
|
+
readonly DOCUMENT_POSITION_FOLLOWING: number;
|
1332
|
+
readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: number;
|
1333
|
+
readonly DOCUMENT_POSITION_PRECEDING: number;
|
1334
|
+
readonly DOCUMENT_TYPE_NODE: number;
|
1335
|
+
readonly ELEMENT_NODE: number;
|
1336
|
+
readonly ENTITY_NODE: number;
|
1337
|
+
readonly ENTITY_REFERENCE_NODE: number;
|
1338
|
+
readonly NOTATION_NODE: number;
|
1339
|
+
readonly PROCESSING_INSTRUCTION_NODE: number;
|
1340
|
+
readonly TEXT_NODE: number;
|
1370
1341
|
dispatchEvent(event: Event): boolean;
|
1371
1342
|
ariaAtomic: string;
|
1372
1343
|
ariaAutoComplete: string;
|
@@ -1374,9 +1345,9 @@ export declare const PendingState: <TBase extends ConstructablePendingState>(Bas
|
|
1374
1345
|
ariaChecked: string;
|
1375
1346
|
ariaColCount: string;
|
1376
1347
|
ariaColIndex: string;
|
1348
|
+
ariaColIndexText: string;
|
1377
1349
|
ariaColSpan: string;
|
1378
1350
|
ariaCurrent: string;
|
1379
|
-
ariaDescription: string;
|
1380
1351
|
ariaDisabled: string;
|
1381
1352
|
ariaExpanded: string;
|
1382
1353
|
ariaHasPopup: string;
|
@@ -1398,6 +1369,7 @@ export declare const PendingState: <TBase extends ConstructablePendingState>(Bas
|
|
1398
1369
|
ariaRoleDescription: string;
|
1399
1370
|
ariaRowCount: string;
|
1400
1371
|
ariaRowIndex: string;
|
1372
|
+
ariaRowIndexText: string;
|
1401
1373
|
ariaRowSpan: string;
|
1402
1374
|
ariaSelected: string;
|
1403
1375
|
ariaSetSize: string;
|
@@ -1422,19 +1394,17 @@ export declare const PendingState: <TBase extends ConstructablePendingState>(Bas
|
|
1422
1394
|
readonly lastElementChild: Element;
|
1423
1395
|
append(...nodes: (string | Node)[]): void;
|
1424
1396
|
prepend(...nodes: (string | Node)[]): void;
|
1425
|
-
querySelector<
|
1426
|
-
querySelector<
|
1427
|
-
querySelector<K_11 extends keyof MathMLElementTagNameMap>(selectors: K_11): MathMLElementTagNameMap[K_11];
|
1428
|
-
querySelector<K_12 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_12): HTMLElementDeprecatedTagNameMap[K_12];
|
1397
|
+
querySelector<K_6 extends keyof HTMLElementTagNameMap>(selectors: K_6): HTMLElementTagNameMap[K_6];
|
1398
|
+
querySelector<K_7 extends keyof SVGElementTagNameMap>(selectors: K_7): SVGElementTagNameMap[K_7];
|
1429
1399
|
querySelector<E_1 extends Element = Element>(selectors: string): E_1;
|
1430
|
-
querySelectorAll<
|
1431
|
-
querySelectorAll<
|
1432
|
-
querySelectorAll<K_15 extends keyof MathMLElementTagNameMap>(selectors: K_15): NodeListOf<MathMLElementTagNameMap[K_15]>;
|
1433
|
-
querySelectorAll<K_16 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_16): NodeListOf<HTMLElementDeprecatedTagNameMap[K_16]>;
|
1400
|
+
querySelectorAll<K_8 extends keyof HTMLElementTagNameMap>(selectors: K_8): NodeListOf<HTMLElementTagNameMap[K_8]>;
|
1401
|
+
querySelectorAll<K_9 extends keyof SVGElementTagNameMap>(selectors: K_9): NodeListOf<SVGElementTagNameMap[K_9]>;
|
1434
1402
|
querySelectorAll<E_2 extends Element = Element>(selectors: string): NodeListOf<E_2>;
|
1435
1403
|
replaceChildren(...nodes: (string | Node)[]): void;
|
1436
1404
|
readonly assignedSlot: HTMLSlotElement;
|
1437
|
-
|
1405
|
+
oncopy: (this: DocumentAndElementEventHandlers, ev: ClipboardEvent) => any;
|
1406
|
+
oncut: (this: DocumentAndElementEventHandlers, ev: ClipboardEvent) => any;
|
1407
|
+
onpaste: (this: DocumentAndElementEventHandlers, ev: ClipboardEvent) => any;
|
1438
1408
|
readonly style: CSSStyleDeclaration;
|
1439
1409
|
contentEditable: string;
|
1440
1410
|
enterKeyHint: string;
|
@@ -1447,7 +1417,6 @@ export declare const PendingState: <TBase extends ConstructablePendingState>(Bas
|
|
1447
1417
|
onanimationstart: (this: GlobalEventHandlers, ev: AnimationEvent) => any;
|
1448
1418
|
onauxclick: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
1449
1419
|
onbeforeinput: (this: GlobalEventHandlers, ev: InputEvent) => any;
|
1450
|
-
onbeforetoggle: (this: GlobalEventHandlers, ev: Event) => any;
|
1451
1420
|
onblur: (this: GlobalEventHandlers, ev: FocusEvent) => any;
|
1452
1421
|
oncancel: (this: GlobalEventHandlers, ev: Event) => any;
|
1453
1422
|
oncanplay: (this: GlobalEventHandlers, ev: Event) => any;
|
@@ -1456,9 +1425,7 @@ export declare const PendingState: <TBase extends ConstructablePendingState>(Bas
|
|
1456
1425
|
onclick: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
1457
1426
|
onclose: (this: GlobalEventHandlers, ev: Event) => any;
|
1458
1427
|
oncontextmenu: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
1459
|
-
oncopy: (this: GlobalEventHandlers, ev: ClipboardEvent) => any;
|
1460
1428
|
oncuechange: (this: GlobalEventHandlers, ev: Event) => any;
|
1461
|
-
oncut: (this: GlobalEventHandlers, ev: ClipboardEvent) => any;
|
1462
1429
|
ondblclick: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
1463
1430
|
ondrag: (this: GlobalEventHandlers, ev: DragEvent) => any;
|
1464
1431
|
ondragend: (this: GlobalEventHandlers, ev: DragEvent) => any;
|
@@ -1491,7 +1458,6 @@ export declare const PendingState: <TBase extends ConstructablePendingState>(Bas
|
|
1491
1458
|
onmouseout: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
1492
1459
|
onmouseover: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
1493
1460
|
onmouseup: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
1494
|
-
onpaste: (this: GlobalEventHandlers, ev: ClipboardEvent) => any;
|
1495
1461
|
onpause: (this: GlobalEventHandlers, ev: Event) => any;
|
1496
1462
|
onplay: (this: GlobalEventHandlers, ev: Event) => any;
|
1497
1463
|
onplaying: (this: GlobalEventHandlers, ev: Event) => any;
|
@@ -1508,7 +1474,6 @@ export declare const PendingState: <TBase extends ConstructablePendingState>(Bas
|
|
1508
1474
|
onreset: (this: GlobalEventHandlers, ev: Event) => any;
|
1509
1475
|
onresize: (this: GlobalEventHandlers, ev: UIEvent) => any;
|
1510
1476
|
onscroll: (this: GlobalEventHandlers, ev: Event) => any;
|
1511
|
-
onscrollend: (this: GlobalEventHandlers, ev: Event) => any;
|
1512
1477
|
onsecuritypolicyviolation: (this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any;
|
1513
1478
|
onseeked: (this: GlobalEventHandlers, ev: Event) => any;
|
1514
1479
|
onseeking: (this: GlobalEventHandlers, ev: Event) => any;
|
@@ -2,7 +2,7 @@
|
|
2
2
|
|
3
3
|
[Home](./index.md) > [@genesislcap/foundation-utils](./foundation-utils.md) > [createErrorMap](./foundation-utils.createerrormap.md)
|
4
4
|
|
5
|
-
## createErrorMap
|
5
|
+
## createErrorMap variable
|
6
6
|
|
7
7
|
A factory to create the error map.
|
8
8
|
|
@@ -11,16 +11,3 @@ A factory to create the error map.
|
|
11
11
|
```typescript
|
12
12
|
createErrorMap: <TErrorDetailMap extends ErrorDetailMap>(logger: ErrorMapLogger) => ErrorMap<TErrorDetailMap>
|
13
13
|
```
|
14
|
-
|
15
|
-
## Parameters
|
16
|
-
|
17
|
-
| Parameter | Type | Description |
|
18
|
-
| --- | --- | --- |
|
19
|
-
| logger | [ErrorMapLogger](./foundation-utils.errormaplogger.md) | A logger error method reference. |
|
20
|
-
|
21
|
-
**Returns:**
|
22
|
-
|
23
|
-
[ErrorMap](./foundation-utils.errormap.md)<!-- --><TErrorDetailMap>
|
24
|
-
|
25
|
-
A ErrorMap instance.
|
26
|
-
|
@@ -2,7 +2,7 @@
|
|
2
2
|
|
3
3
|
[Home](./index.md) > [@genesislcap/foundation-utils](./foundation-utils.md) > [createObserver](./foundation-utils.createobserver.md)
|
4
4
|
|
5
|
-
## createObserver
|
5
|
+
## createObserver variable
|
6
6
|
|
7
7
|
Creates a new event observer instance.
|
8
8
|
|
@@ -11,7 +11,3 @@ Creates a new event observer instance.
|
|
11
11
|
```typescript
|
12
12
|
createObserver: <EventType>() => Observer<EventType>
|
13
13
|
```
|
14
|
-
**Returns:**
|
15
|
-
|
16
|
-
[Observer](./foundation-utils.observer.md)<!-- --><EventType>
|
17
|
-
|
@@ -2,7 +2,7 @@
|
|
2
2
|
|
3
3
|
[Home](./index.md) > [@genesislcap/foundation-utils](./foundation-utils.md) > [getFontMixin](./foundation-utils.getfontmixin.md)
|
4
4
|
|
5
|
-
## getFontMixin
|
5
|
+
## getFontMixin variable
|
6
6
|
|
7
7
|
Generates a CSS mixin for the specified font family, style, and weight.
|
8
8
|
|
@@ -11,18 +11,3 @@ Generates a CSS mixin for the specified font family, style, and weight.
|
|
11
11
|
```typescript
|
12
12
|
getFontMixin: (family: string, style?: FontStyle, weight?: FontWeight) => string
|
13
13
|
```
|
14
|
-
|
15
|
-
## Parameters
|
16
|
-
|
17
|
-
| Parameter | Type | Description |
|
18
|
-
| --- | --- | --- |
|
19
|
-
| family | string | The font family. |
|
20
|
-
| style | [FontStyle](./foundation-utils.fontstyle.md) | _(Optional)_ Optional. The font style. Defaults to FontStyle.Normal. |
|
21
|
-
| weight | [FontWeight](./foundation-utils.fontweight.md) | _(Optional)_ Optional. The font weight. Defaults to FontWeight.Regular. |
|
22
|
-
|
23
|
-
**Returns:**
|
24
|
-
|
25
|
-
string
|
26
|
-
|
27
|
-
The generated CSS mixin.
|
28
|
-
|
@@ -2,7 +2,7 @@
|
|
2
2
|
|
3
3
|
[Home](./index.md) > [@genesislcap/foundation-utils](./foundation-utils.md) > [inIFrame](./foundation-utils.iniframe.md)
|
4
4
|
|
5
|
-
## inIFrame
|
5
|
+
## inIFrame variable
|
6
6
|
|
7
7
|
Returns a boolean value indicating whether the current window is inside an iframe.
|
8
8
|
|
@@ -11,9 +11,3 @@ Returns a boolean value indicating whether the current window is inside an ifram
|
|
11
11
|
```typescript
|
12
12
|
inIFrame: () => boolean
|
13
13
|
```
|
14
|
-
**Returns:**
|
15
|
-
|
16
|
-
boolean
|
17
|
-
|
18
|
-
true if the window is inside an iframe, false otherwise.
|
19
|
-
|
@@ -2,7 +2,7 @@
|
|
2
2
|
|
3
3
|
[Home](./index.md) > [@genesislcap/foundation-utils](./foundation-utils.md) > [insertDocumentCSSRule](./foundation-utils.insertdocumentcssrule.md)
|
4
4
|
|
5
|
-
## insertDocumentCSSRule
|
5
|
+
## insertDocumentCSSRule variable
|
6
6
|
|
7
7
|
Inserts a CSS rule into the document by creating a new style element or using an existing one with the specified ID. Returns a function that can be called to remove the rule from the document.
|
8
8
|
|
@@ -11,17 +11,3 @@ Inserts a CSS rule into the document by creating a new style element or using an
|
|
11
11
|
```typescript
|
12
12
|
insertDocumentCSSRule: (cssRule: string, styleElementId: string) => (() => void)
|
13
13
|
```
|
14
|
-
|
15
|
-
## Parameters
|
16
|
-
|
17
|
-
| Parameter | Type | Description |
|
18
|
-
| --- | --- | --- |
|
19
|
-
| cssRule | string | The CSS rule to insert. |
|
20
|
-
| styleElementId | string | The ID of the style element to use or create. |
|
21
|
-
|
22
|
-
**Returns:**
|
23
|
-
|
24
|
-
(() => void)
|
25
|
-
|
26
|
-
A function that removes the rule from the document.
|
27
|
-
|
@@ -2,7 +2,7 @@
|
|
2
2
|
|
3
3
|
[Home](./index.md) > [@genesislcap/foundation-utils](./foundation-utils.md) > [insertDocumentLink](./foundation-utils.insertdocumentlink.md)
|
4
4
|
|
5
|
-
## insertDocumentLink
|
5
|
+
## insertDocumentLink variable
|
6
6
|
|
7
7
|
Inserts a CSS link into the document if it doesn't already exist.
|
8
8
|
|
@@ -11,14 +11,3 @@ Inserts a CSS link into the document if it doesn't already exist.
|
|
11
11
|
```typescript
|
12
12
|
insertDocumentLink: (href: string) => void
|
13
13
|
```
|
14
|
-
|
15
|
-
## Parameters
|
16
|
-
|
17
|
-
| Parameter | Type | Description |
|
18
|
-
| --- | --- | --- |
|
19
|
-
| href | string | The URL of the CSS file to insert. |
|
20
|
-
|
21
|
-
**Returns:**
|
22
|
-
|
23
|
-
void
|
24
|
-
|
@@ -2,7 +2,7 @@
|
|
2
2
|
|
3
3
|
[Home](./index.md) > [@genesislcap/foundation-utils](./foundation-utils.md) > [inSymphonyDesktop](./foundation-utils.insymphonydesktop.md)
|
4
4
|
|
5
|
-
## inSymphonyDesktop
|
5
|
+
## inSymphonyDesktop variable
|
6
6
|
|
7
7
|
Returns a boolean value indicating whether the user is running the Symphony desktop app.
|
8
8
|
|
@@ -11,9 +11,3 @@ Returns a boolean value indicating whether the user is running the Symphony desk
|
|
11
11
|
```typescript
|
12
12
|
inSymphonyDesktop: () => boolean
|
13
13
|
```
|
14
|
-
**Returns:**
|
15
|
-
|
16
|
-
boolean
|
17
|
-
|
18
|
-
true if the user is running the Symphony desktop app, false otherwise.
|
19
|
-
|
@@ -2,7 +2,7 @@
|
|
2
2
|
|
3
3
|
[Home](./index.md) > [@genesislcap/foundation-utils](./foundation-utils.md) > [isDev](./foundation-utils.isdev.md)
|
4
4
|
|
5
|
-
## isDev
|
5
|
+
## isDev variable
|
6
6
|
|
7
7
|
Determines if the current environment is a development environment.
|
8
8
|
|
@@ -11,7 +11,3 @@ Determines if the current environment is a development environment.
|
|
11
11
|
```typescript
|
12
12
|
isDev: () => boolean
|
13
13
|
```
|
14
|
-
**Returns:**
|
15
|
-
|
16
|
-
boolean
|
17
|
-
|