@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.
Files changed (31) hide show
  1. package/dist/custom-elements.json +319 -319
  2. package/dist/dts/error/errorMap.d.ts.map +1 -1
  3. package/dist/dts/mixins/lifecycle/lifecycle.d.ts +29 -51
  4. package/dist/dts/mixins/lifecycle/lifecycle.d.ts.map +1 -1
  5. package/dist/dts/mixins/pendingState/pendingState.d.ts +29 -45
  6. package/dist/dts/mixins/pendingState/pendingState.d.ts.map +1 -1
  7. package/dist/dts/observer/observer.d.ts.map +1 -1
  8. package/dist/dts/promise/resolveAfter.d.ts.map +1 -1
  9. package/dist/dts/tsdoc-metadata.json +1 -1
  10. package/dist/esm/mixins/lifecycle/lifecycle.js +5 -5
  11. package/dist/esm/mixins/pendingState/pendingState.js +2 -2
  12. package/dist/esm/uuid/uuid.js +2 -2
  13. package/dist/foundation-utils.api.json +267 -1106
  14. package/dist/foundation-utils.d.ts +58 -93
  15. package/docs/api/foundation-utils.createerrormap.md +1 -14
  16. package/docs/api/foundation-utils.createobserver.md +1 -5
  17. package/docs/api/foundation-utils.getfontmixin.md +1 -16
  18. package/docs/api/foundation-utils.iniframe.md +1 -7
  19. package/docs/api/foundation-utils.insertdocumentcssrule.md +1 -15
  20. package/docs/api/foundation-utils.insertdocumentlink.md +1 -12
  21. package/docs/api/foundation-utils.insymphonydesktop.md +1 -7
  22. package/docs/api/foundation-utils.isdev.md +1 -5
  23. package/docs/api/foundation-utils.lifecyclemixin.md +30 -56
  24. package/docs/api/foundation-utils.loadfontfaces.md +1 -13
  25. package/docs/api/foundation-utils.md +14 -14
  26. package/docs/api/foundation-utils.openpopup.md +1 -17
  27. package/docs/api/foundation-utils.pendingstate.md +30 -57
  28. package/docs/api/foundation-utils.resolveafter.md +1 -12
  29. package/docs/api/foundation-utils.respondtovisibility.md +1 -13
  30. package/docs/{api-report.md.api.md → api-report.md} +58 -93
  31. 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<K_5 extends keyof HTMLElementTagNameMap>(qualifiedName: K_5): HTMLCollectionOf<HTMLElementTagNameMap[K_5]>;
775
- getElementsByTagName<K_6 extends keyof SVGElementTagNameMap>(qualifiedName: K_6): HTMLCollectionOf<SVGElementTagNameMap[K_6]>;
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 ELEMENT_NODE: 1;
839
- readonly ATTRIBUTE_NODE: 2;
840
- readonly TEXT_NODE: 3;
841
- readonly CDATA_SECTION_NODE: 4;
842
- readonly ENTITY_REFERENCE_NODE: 5;
843
- readonly ENTITY_NODE: 6;
844
- readonly PROCESSING_INSTRUCTION_NODE: 7;
845
- readonly COMMENT_NODE: 8;
846
- readonly DOCUMENT_NODE: 9;
847
- readonly DOCUMENT_TYPE_NODE: 10;
848
- readonly DOCUMENT_FRAGMENT_NODE: 11;
849
- readonly NOTATION_NODE: 12;
850
- readonly DOCUMENT_POSITION_DISCONNECTED: 1;
851
- readonly DOCUMENT_POSITION_PRECEDING: 2;
852
- readonly DOCUMENT_POSITION_FOLLOWING: 4;
853
- readonly DOCUMENT_POSITION_CONTAINS: 8;
854
- readonly DOCUMENT_POSITION_CONTAINED_BY: 16;
855
- readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: 32;
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<K_9 extends keyof HTMLElementTagNameMap>(selectors: K_9): HTMLElementTagNameMap[K_9];
912
- querySelector<K_10 extends keyof SVGElementTagNameMap>(selectors: K_10): SVGElementTagNameMap[K_10];
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<K_13 extends keyof HTMLElementTagNameMap>(selectors: K_13): NodeListOf<HTMLElementTagNameMap[K_13]>;
917
- querySelectorAll<K_14 extends keyof SVGElementTagNameMap>(selectors: K_14): NodeListOf<SVGElementTagNameMap[K_14]>;
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
- readonly attributeStyleMap: StylePropertyMap;
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<K_5 extends keyof HTMLElementTagNameMap>(qualifiedName: K_5): HTMLCollectionOf<HTMLElementTagNameMap[K_5]>;
1288
- getElementsByTagName<K_6 extends keyof SVGElementTagNameMap>(qualifiedName: K_6): HTMLCollectionOf<SVGElementTagNameMap[K_6]>;
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 ELEMENT_NODE: 1;
1353
- readonly ATTRIBUTE_NODE: 2;
1354
- readonly TEXT_NODE: 3;
1355
- readonly CDATA_SECTION_NODE: 4;
1356
- readonly ENTITY_REFERENCE_NODE: 5;
1357
- readonly ENTITY_NODE: 6;
1358
- readonly PROCESSING_INSTRUCTION_NODE: 7;
1359
- readonly COMMENT_NODE: 8;
1360
- readonly DOCUMENT_NODE: 9;
1361
- readonly DOCUMENT_TYPE_NODE: 10;
1362
- readonly DOCUMENT_FRAGMENT_NODE: 11;
1363
- readonly NOTATION_NODE: 12;
1364
- readonly DOCUMENT_POSITION_DISCONNECTED: 1;
1365
- readonly DOCUMENT_POSITION_PRECEDING: 2;
1366
- readonly DOCUMENT_POSITION_FOLLOWING: 4;
1367
- readonly DOCUMENT_POSITION_CONTAINS: 8;
1368
- readonly DOCUMENT_POSITION_CONTAINED_BY: 16;
1369
- readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: 32;
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<K_9 extends keyof HTMLElementTagNameMap>(selectors: K_9): HTMLElementTagNameMap[K_9];
1426
- querySelector<K_10 extends keyof SVGElementTagNameMap>(selectors: K_10): SVGElementTagNameMap[K_10];
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<K_13 extends keyof HTMLElementTagNameMap>(selectors: K_13): NodeListOf<HTMLElementTagNameMap[K_13]>;
1431
- querySelectorAll<K_14 extends keyof SVGElementTagNameMap>(selectors: K_14): NodeListOf<SVGElementTagNameMap[K_14]>;
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
- readonly attributeStyleMap: StylePropertyMap;
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) &gt; [@genesislcap/foundation-utils](./foundation-utils.md) &gt; [createErrorMap](./foundation-utils.createerrormap.md)
4
4
 
5
- ## createErrorMap() function
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)<!-- -->&lt;TErrorDetailMap&gt;
24
-
25
- A ErrorMap instance.
26
-
@@ -2,7 +2,7 @@
2
2
 
3
3
  [Home](./index.md) &gt; [@genesislcap/foundation-utils](./foundation-utils.md) &gt; [createObserver](./foundation-utils.createobserver.md)
4
4
 
5
- ## createObserver() function
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)<!-- -->&lt;EventType&gt;
17
-
@@ -2,7 +2,7 @@
2
2
 
3
3
  [Home](./index.md) &gt; [@genesislcap/foundation-utils](./foundation-utils.md) &gt; [getFontMixin](./foundation-utils.getfontmixin.md)
4
4
 
5
- ## getFontMixin() function
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) &gt; [@genesislcap/foundation-utils](./foundation-utils.md) &gt; [inIFrame](./foundation-utils.iniframe.md)
4
4
 
5
- ## inIFrame() function
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) &gt; [@genesislcap/foundation-utils](./foundation-utils.md) &gt; [insertDocumentCSSRule](./foundation-utils.insertdocumentcssrule.md)
4
4
 
5
- ## insertDocumentCSSRule() function
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
- (() =&gt; void)
25
-
26
- A function that removes the rule from the document.
27
-
@@ -2,7 +2,7 @@
2
2
 
3
3
  [Home](./index.md) &gt; [@genesislcap/foundation-utils](./foundation-utils.md) &gt; [insertDocumentLink](./foundation-utils.insertdocumentlink.md)
4
4
 
5
- ## insertDocumentLink() function
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) &gt; [@genesislcap/foundation-utils](./foundation-utils.md) &gt; [inSymphonyDesktop](./foundation-utils.insymphonydesktop.md)
4
4
 
5
- ## inSymphonyDesktop() function
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) &gt; [@genesislcap/foundation-utils](./foundation-utils.md) &gt; [isDev](./foundation-utils.isdev.md)
4
4
 
5
- ## isDev() function
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
-