@genesislcap/foundation-utils 14.225.2-alpha-a51f60c.0 → 14.225.2-alpha-9256cb8.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 +199 -199
  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
@@ -485,205 +485,6 @@
485
485
  }
486
486
  ]
487
487
  },
488
- {
489
- "kind": "javascript-module",
490
- "path": "src/error/errorMap.ts",
491
- "declarations": [
492
- {
493
- "kind": "class",
494
- "description": "",
495
- "name": "DefaultErrorMap",
496
- "members": [
497
- {
498
- "kind": "field",
499
- "name": "map",
500
- "privacy": "private",
501
- "default": "new Map<keyof TErrorDetailMap, Error>()"
502
- },
503
- {
504
- "kind": "field",
505
- "name": "lastError",
506
- "type": {
507
- "text": "Error"
508
- },
509
- "description": "{@inheritDoc ErrorMap.lastError}"
510
- },
511
- {
512
- "kind": "method",
513
- "name": "set",
514
- "return": {
515
- "type": {
516
- "text": "void"
517
- }
518
- },
519
- "parameters": [
520
- {
521
- "name": "key",
522
- "type": {
523
- "text": "keyof TErrorDetailMap"
524
- }
525
- },
526
- {
527
- "name": "error",
528
- "type": {
529
- "text": "Error"
530
- }
531
- }
532
- ],
533
- "description": "{@inheritDoc ErrorMap.set}"
534
- },
535
- {
536
- "kind": "method",
537
- "name": "get",
538
- "return": {
539
- "type": {
540
- "text": ""
541
- }
542
- },
543
- "parameters": [
544
- {
545
- "name": "key",
546
- "type": {
547
- "text": "keyof TErrorDetailMap"
548
- },
549
- "description": "The key."
550
- }
551
- ],
552
- "description": "Get an error by key.",
553
- "privacy": "public"
554
- },
555
- {
556
- "kind": "method",
557
- "name": "has",
558
- "return": {
559
- "type": {
560
- "text": ""
561
- }
562
- },
563
- "parameters": [
564
- {
565
- "name": "key",
566
- "type": {
567
- "text": "keyof TErrorDetailMap"
568
- },
569
- "description": "The key."
570
- }
571
- ],
572
- "description": "Has an error for key.",
573
- "privacy": "public"
574
- },
575
- {
576
- "kind": "method",
577
- "name": "delete",
578
- "return": {
579
- "type": {
580
- "text": ""
581
- }
582
- },
583
- "parameters": [
584
- {
585
- "name": "key",
586
- "type": {
587
- "text": "keyof TErrorDetailMap"
588
- },
589
- "description": "The key."
590
- }
591
- ],
592
- "description": "Delete an error.",
593
- "privacy": "public"
594
- },
595
- {
596
- "kind": "method",
597
- "name": "clear",
598
- "description": "Clear errors.",
599
- "privacy": "public"
600
- },
601
- {
602
- "kind": "field",
603
- "name": "size",
604
- "type": {
605
- "text": "number"
606
- },
607
- "description": "The size of the error map.",
608
- "return": {
609
- "type": {
610
- "text": ""
611
- }
612
- },
613
- "privacy": "public",
614
- "readonly": true
615
- },
616
- {
617
- "kind": "method",
618
- "name": "values",
619
- "privacy": "public"
620
- },
621
- {
622
- "kind": "field",
623
- "name": "messages",
624
- "type": {
625
- "text": "string"
626
- },
627
- "description": "{@inheritDoc ErrorMap.messages}",
628
- "readonly": true
629
- }
630
- ]
631
- },
632
- {
633
- "kind": "function",
634
- "name": "createErrorMap",
635
- "return": {
636
- "type": {
637
- "text": ""
638
- }
639
- },
640
- "parameters": [
641
- {
642
- "name": "logger",
643
- "type": {
644
- "text": "ErrorMapLogger"
645
- },
646
- "description": "A logger error method reference."
647
- }
648
- ],
649
- "description": "A factory to create the error map.",
650
- "privacy": "public"
651
- }
652
- ],
653
- "exports": [
654
- {
655
- "kind": "js",
656
- "name": "DefaultErrorMap",
657
- "declaration": {
658
- "name": "DefaultErrorMap",
659
- "module": "src/error/errorMap.ts"
660
- }
661
- },
662
- {
663
- "kind": "js",
664
- "name": "createErrorMap",
665
- "declaration": {
666
- "name": "createErrorMap",
667
- "module": "src/error/errorMap.ts"
668
- }
669
- }
670
- ]
671
- },
672
- {
673
- "kind": "javascript-module",
674
- "path": "src/error/index.ts",
675
- "declarations": [],
676
- "exports": [
677
- {
678
- "kind": "js",
679
- "name": "*",
680
- "declaration": {
681
- "name": "*",
682
- "package": "./errorMap"
683
- }
684
- }
685
- ]
686
- },
687
488
  {
688
489
  "kind": "javascript-module",
689
490
  "path": "src/env/index.ts",
@@ -922,6 +723,205 @@
922
723
  }
923
724
  ]
924
725
  },
726
+ {
727
+ "kind": "javascript-module",
728
+ "path": "src/error/errorMap.ts",
729
+ "declarations": [
730
+ {
731
+ "kind": "class",
732
+ "description": "",
733
+ "name": "DefaultErrorMap",
734
+ "members": [
735
+ {
736
+ "kind": "field",
737
+ "name": "map",
738
+ "privacy": "private",
739
+ "default": "new Map<keyof TErrorDetailMap, Error>()"
740
+ },
741
+ {
742
+ "kind": "field",
743
+ "name": "lastError",
744
+ "type": {
745
+ "text": "Error"
746
+ },
747
+ "description": "{@inheritDoc ErrorMap.lastError}"
748
+ },
749
+ {
750
+ "kind": "method",
751
+ "name": "set",
752
+ "return": {
753
+ "type": {
754
+ "text": "void"
755
+ }
756
+ },
757
+ "parameters": [
758
+ {
759
+ "name": "key",
760
+ "type": {
761
+ "text": "keyof TErrorDetailMap"
762
+ }
763
+ },
764
+ {
765
+ "name": "error",
766
+ "type": {
767
+ "text": "Error"
768
+ }
769
+ }
770
+ ],
771
+ "description": "{@inheritDoc ErrorMap.set}"
772
+ },
773
+ {
774
+ "kind": "method",
775
+ "name": "get",
776
+ "return": {
777
+ "type": {
778
+ "text": ""
779
+ }
780
+ },
781
+ "parameters": [
782
+ {
783
+ "name": "key",
784
+ "type": {
785
+ "text": "keyof TErrorDetailMap"
786
+ },
787
+ "description": "The key."
788
+ }
789
+ ],
790
+ "description": "Get an error by key.",
791
+ "privacy": "public"
792
+ },
793
+ {
794
+ "kind": "method",
795
+ "name": "has",
796
+ "return": {
797
+ "type": {
798
+ "text": ""
799
+ }
800
+ },
801
+ "parameters": [
802
+ {
803
+ "name": "key",
804
+ "type": {
805
+ "text": "keyof TErrorDetailMap"
806
+ },
807
+ "description": "The key."
808
+ }
809
+ ],
810
+ "description": "Has an error for key.",
811
+ "privacy": "public"
812
+ },
813
+ {
814
+ "kind": "method",
815
+ "name": "delete",
816
+ "return": {
817
+ "type": {
818
+ "text": ""
819
+ }
820
+ },
821
+ "parameters": [
822
+ {
823
+ "name": "key",
824
+ "type": {
825
+ "text": "keyof TErrorDetailMap"
826
+ },
827
+ "description": "The key."
828
+ }
829
+ ],
830
+ "description": "Delete an error.",
831
+ "privacy": "public"
832
+ },
833
+ {
834
+ "kind": "method",
835
+ "name": "clear",
836
+ "description": "Clear errors.",
837
+ "privacy": "public"
838
+ },
839
+ {
840
+ "kind": "field",
841
+ "name": "size",
842
+ "type": {
843
+ "text": "number"
844
+ },
845
+ "description": "The size of the error map.",
846
+ "return": {
847
+ "type": {
848
+ "text": ""
849
+ }
850
+ },
851
+ "privacy": "public",
852
+ "readonly": true
853
+ },
854
+ {
855
+ "kind": "method",
856
+ "name": "values",
857
+ "privacy": "public"
858
+ },
859
+ {
860
+ "kind": "field",
861
+ "name": "messages",
862
+ "type": {
863
+ "text": "string"
864
+ },
865
+ "description": "{@inheritDoc ErrorMap.messages}",
866
+ "readonly": true
867
+ }
868
+ ]
869
+ },
870
+ {
871
+ "kind": "function",
872
+ "name": "createErrorMap",
873
+ "return": {
874
+ "type": {
875
+ "text": ""
876
+ }
877
+ },
878
+ "parameters": [
879
+ {
880
+ "name": "logger",
881
+ "type": {
882
+ "text": "ErrorMapLogger"
883
+ },
884
+ "description": "A logger error method reference."
885
+ }
886
+ ],
887
+ "description": "A factory to create the error map.",
888
+ "privacy": "public"
889
+ }
890
+ ],
891
+ "exports": [
892
+ {
893
+ "kind": "js",
894
+ "name": "DefaultErrorMap",
895
+ "declaration": {
896
+ "name": "DefaultErrorMap",
897
+ "module": "src/error/errorMap.ts"
898
+ }
899
+ },
900
+ {
901
+ "kind": "js",
902
+ "name": "createErrorMap",
903
+ "declaration": {
904
+ "name": "createErrorMap",
905
+ "module": "src/error/errorMap.ts"
906
+ }
907
+ }
908
+ ]
909
+ },
910
+ {
911
+ "kind": "javascript-module",
912
+ "path": "src/error/index.ts",
913
+ "declarations": [],
914
+ "exports": [
915
+ {
916
+ "kind": "js",
917
+ "name": "*",
918
+ "declaration": {
919
+ "name": "*",
920
+ "package": "./errorMap"
921
+ }
922
+ }
923
+ ]
924
+ },
925
925
  {
926
926
  "kind": "javascript-module",
927
927
  "path": "src/formatters/datetime.ts",
@@ -1 +1 @@
1
- {"version":3,"file":"errorMap.d.ts","sourceRoot":"","sources":["../../../src/error/errorMap.ts"],"names":[],"mappings":"AAEA;;GAEG;AACH,MAAM,MAAM,cAAc,GAAG,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;AAErD;;GAEG;AACH,MAAM,MAAM,cAAc,GAAG,CAAC,GAAG,IAAI,EAAE,GAAG,EAAE,KAAK,IAAI,CAAC;AAEtD;;GAEG;AACH,MAAM,WAAW,QAAQ,CAAC,eAAe,SAAS,cAAc,CAC9D,SAAQ,IAAI,CACV,GAAG,CAAC,MAAM,eAAe,EAAE,KAAK,CAAC,EACjC,KAAK,GAAG,KAAK,GAAG,QAAQ,GAAG,OAAO,GAAG,MAAM,GAAG,QAAQ,CACvD;IACD;;;;;OAKG;IACH,QAAQ,CAAC,QAAQ,EAAE,MAAM,CAAC;IAE1B;;;;;;OAMG;IACH,GAAG,CAAC,GAAG,EAAE,MAAM,eAAe,EAAE,KAAK,EAAE,KAAK,GAAG,IAAI,CAAC;IAEpD;;;;;OAKG;IACH,QAAQ,CAAC,SAAS,EAAE,KAAK,CAAC;CAC3B;AAED;;GAEG;AACH,qBAAa,eAAe,CAAC,eAAe,SAAS,cAAc,CACjE,YAAW,QAAQ,CAAC,eAAe,CAAC;IAUxB,OAAO,CAAC,MAAM;IARd,OAAO,CAAC,GAAG,CAA2C;IAElE,uCAAuC;IAC3B,SAAS,EAAE,KAAK,CAAC;IAE7B;;OAEG;gBACiB,MAAM,EAAE,cAAc;IAE1C,iCAAiC;IACjC,GAAG,CAAC,GAAG,EAAE,MAAM,eAAe,EAAE,KAAK,EAAE,KAAK,GAAG,IAAI;IAMnD;;;;;;OAMG;IACH,GAAG,CAAC,GAAG,EAAE,MAAM,eAAe,GAAG,KAAK,GAAG,SAAS;IAIlD;;;;;;OAMG;IACH,GAAG,CAAC,GAAG,EAAE,MAAM,eAAe,GAAG,OAAO;IAIxC;;;;;;OAMG;IACH,MAAM,CAAC,GAAG,EAAE,MAAM,eAAe,GAAG,OAAO;IAa3C;;;OAGG;IACH,KAAK;IAKL;;;;;OAKG;IACH,IAAI,IAAI,IAAI,MAAM,CAEjB;IAED;;OAEG;IACH,MAAM;IAIN,sCAAsC;IACtC,IAAI,QAAQ,IAAI,MAAM,CAUrB;CACF;AAED;;;;;;GAMG;AACH,eAAO,MAAM,cAAc,mDACjB,cAAc,KACrB,SAAS,eAAe,CAAiD,CAAC"}
1
+ {"version":3,"file":"errorMap.d.ts","sourceRoot":"","sources":["../../../src/error/errorMap.ts"],"names":[],"mappings":"AAEA;;GAEG;AACH,MAAM,MAAM,cAAc,GAAG,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;AAErD;;GAEG;AACH,MAAM,MAAM,cAAc,GAAG,CAAC,GAAG,IAAI,EAAE,GAAG,EAAE,KAAK,IAAI,CAAC;AAEtD;;GAEG;AACH,MAAM,WAAW,QAAQ,CAAC,eAAe,SAAS,cAAc,CAC9D,SAAQ,IAAI,CACV,GAAG,CAAC,MAAM,eAAe,EAAE,KAAK,CAAC,EACjC,KAAK,GAAG,KAAK,GAAG,QAAQ,GAAG,OAAO,GAAG,MAAM,GAAG,QAAQ,CACvD;IACD;;;;;OAKG;IACH,QAAQ,CAAC,QAAQ,EAAE,MAAM,CAAC;IAE1B;;;;;;OAMG;IACH,GAAG,CAAC,GAAG,EAAE,MAAM,eAAe,EAAE,KAAK,EAAE,KAAK,GAAG,IAAI,CAAC;IAEpD;;;;;OAKG;IACH,QAAQ,CAAC,SAAS,EAAE,KAAK,CAAC;CAC3B;AAED;;GAEG;AACH,qBAAa,eAAe,CAAC,eAAe,SAAS,cAAc,CACjE,YAAW,QAAQ,CAAC,eAAe,CAAC;IAUxB,OAAO,CAAC,MAAM;IARd,OAAO,CAAC,GAAG,CAA2C;IAElE,uCAAuC;IAC3B,SAAS,EAAE,KAAK,CAAC;IAE7B;;OAEG;gBACiB,MAAM,EAAE,cAAc;IAE1C,iCAAiC;IACjC,GAAG,CAAC,GAAG,EAAE,MAAM,eAAe,EAAE,KAAK,EAAE,KAAK,GAAG,IAAI;IAMnD;;;;;;OAMG;IACH,GAAG,CAAC,GAAG,EAAE,MAAM,eAAe,GAAG,KAAK,GAAG,SAAS;IAIlD;;;;;;OAMG;IACH,GAAG,CAAC,GAAG,EAAE,MAAM,eAAe,GAAG,OAAO;IAIxC;;;;;;OAMG;IACH,MAAM,CAAC,GAAG,EAAE,MAAM,eAAe,GAAG,OAAO;IAa3C;;;OAGG;IACH,KAAK;IAKL;;;;;OAKG;IACH,IAAI,IAAI,IAAI,MAAM,CAEjB;IAED;;OAEG;IACH,MAAM;IAIN,sCAAsC;IACtC,IAAI,QAAQ,IAAI,MAAM,CAUrB;CACF;AAED;;;;;;GAMG;AACH,eAAO,MAAM,cAAc,mDACjB,cAAc,8BACoD,CAAC"}
@@ -1,9 +1,3 @@
1
- /// <reference types="node" />
2
- /// <reference types="webpack-env" />
3
- /// <reference types="node" />
4
- /// <reference types="node" />
5
- /// <reference types="node" />
6
- /// <reference types="node" />
7
1
  import { Constructable, FASTElement } from '@microsoft/fast-element';
8
2
  /**
9
3
  * @public
@@ -132,15 +126,11 @@ export declare const LifecycleMixin: <T extends ConstructableLifecycleHandler>(B
132
126
  readonly offsetTop: number;
133
127
  readonly offsetWidth: number;
134
128
  outerText: string;
135
- popover: string;
136
129
  spellcheck: boolean;
137
130
  title: string;
138
131
  translate: boolean;
139
132
  attachInternals(): ElementInternals;
140
133
  click(): void;
141
- hidePopover(): void;
142
- showPopover(): void;
143
- togglePopover(force?: boolean): boolean;
144
134
  addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
145
135
  addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
146
136
  removeEventListener<K_1 extends keyof HTMLElementEventMap>(type: K_1, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_1]) => any, options?: boolean | EventListenerOptions): void;
@@ -169,12 +159,9 @@ export declare const LifecycleMixin: <T extends ConstructableLifecycleHandler>(B
169
159
  slot: string;
170
160
  readonly tagName: string;
171
161
  attachShadow(init: ShadowRootInit): ShadowRoot;
172
- checkVisibility(options?: CheckVisibilityOptions): boolean;
173
162
  closest<K_2 extends keyof HTMLElementTagNameMap>(selector: K_2): HTMLElementTagNameMap[K_2];
174
163
  closest<K_3 extends keyof SVGElementTagNameMap>(selector: K_3): SVGElementTagNameMap[K_3];
175
- closest<K_4 extends keyof MathMLElementTagNameMap>(selector: K_4): MathMLElementTagNameMap[K_4];
176
164
  closest<E extends Element = Element>(selectors: string): E;
177
- computedStyleMap(): StylePropertyMapReadOnly;
178
165
  getAttribute(qualifiedName: string): string;
179
166
  getAttributeNS(namespace: string, localName: string): string;
180
167
  getAttributeNames(): string[];
@@ -183,14 +170,11 @@ export declare const LifecycleMixin: <T extends ConstructableLifecycleHandler>(B
183
170
  getBoundingClientRect(): DOMRect;
184
171
  getClientRects(): DOMRectList;
185
172
  getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
186
- getElementsByTagName<K_5 extends keyof HTMLElementTagNameMap>(qualifiedName: K_5): HTMLCollectionOf<HTMLElementTagNameMap[K_5]>;
187
- getElementsByTagName<K_6 extends keyof SVGElementTagNameMap>(qualifiedName: K_6): HTMLCollectionOf<SVGElementTagNameMap[K_6]>;
188
- getElementsByTagName<K_7 extends keyof MathMLElementTagNameMap>(qualifiedName: K_7): HTMLCollectionOf<MathMLElementTagNameMap[K_7]>;
189
- getElementsByTagName<K_8 extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K_8): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K_8]>;
173
+ getElementsByTagName<K_4 extends keyof HTMLElementTagNameMap>(qualifiedName: K_4): HTMLCollectionOf<HTMLElementTagNameMap[K_4]>;
174
+ getElementsByTagName<K_5 extends keyof SVGElementTagNameMap>(qualifiedName: K_5): HTMLCollectionOf<SVGElementTagNameMap[K_5]>;
190
175
  getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
191
176
  getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
192
177
  getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
193
- getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1998/Math/MathML", localName: string): HTMLCollectionOf<MathMLElement>;
194
178
  getElementsByTagNameNS(namespace: string, localName: string): HTMLCollectionOf<Element>;
195
179
  hasAttribute(qualifiedName: string): boolean;
196
180
  hasAttributeNS(namespace: string, localName: string): boolean;
@@ -247,24 +231,24 @@ export declare const LifecycleMixin: <T extends ConstructableLifecycleHandler>(B
247
231
  normalize(): void;
248
232
  removeChild<T_3 extends Node>(child: T_3): T_3;
249
233
  replaceChild<T_4 extends Node>(node: Node, child: T_4): T_4;
250
- readonly ELEMENT_NODE: 1;
251
- readonly ATTRIBUTE_NODE: 2;
252
- readonly TEXT_NODE: 3;
253
- readonly CDATA_SECTION_NODE: 4;
254
- readonly ENTITY_REFERENCE_NODE: 5;
255
- readonly ENTITY_NODE: 6;
256
- readonly PROCESSING_INSTRUCTION_NODE: 7;
257
- readonly COMMENT_NODE: 8;
258
- readonly DOCUMENT_NODE: 9;
259
- readonly DOCUMENT_TYPE_NODE: 10;
260
- readonly DOCUMENT_FRAGMENT_NODE: 11;
261
- readonly NOTATION_NODE: 12;
262
- readonly DOCUMENT_POSITION_DISCONNECTED: 1;
263
- readonly DOCUMENT_POSITION_PRECEDING: 2;
264
- readonly DOCUMENT_POSITION_FOLLOWING: 4;
265
- readonly DOCUMENT_POSITION_CONTAINS: 8;
266
- readonly DOCUMENT_POSITION_CONTAINED_BY: 16;
267
- readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: 32;
234
+ readonly ATTRIBUTE_NODE: number;
235
+ readonly CDATA_SECTION_NODE: number;
236
+ readonly COMMENT_NODE: number;
237
+ readonly DOCUMENT_FRAGMENT_NODE: number;
238
+ readonly DOCUMENT_NODE: number;
239
+ readonly DOCUMENT_POSITION_CONTAINED_BY: number;
240
+ readonly DOCUMENT_POSITION_CONTAINS: number;
241
+ readonly DOCUMENT_POSITION_DISCONNECTED: number;
242
+ readonly DOCUMENT_POSITION_FOLLOWING: number;
243
+ readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: number;
244
+ readonly DOCUMENT_POSITION_PRECEDING: number;
245
+ readonly DOCUMENT_TYPE_NODE: number;
246
+ readonly ELEMENT_NODE: number;
247
+ readonly ENTITY_NODE: number;
248
+ readonly ENTITY_REFERENCE_NODE: number;
249
+ readonly NOTATION_NODE: number;
250
+ readonly PROCESSING_INSTRUCTION_NODE: number;
251
+ readonly TEXT_NODE: number;
268
252
  dispatchEvent(event: Event): boolean;
269
253
  ariaAtomic: string;
270
254
  ariaAutoComplete: string;
@@ -272,9 +256,9 @@ export declare const LifecycleMixin: <T extends ConstructableLifecycleHandler>(B
272
256
  ariaChecked: string;
273
257
  ariaColCount: string;
274
258
  ariaColIndex: string;
259
+ ariaColIndexText: string;
275
260
  ariaColSpan: string;
276
261
  ariaCurrent: string;
277
- ariaDescription: string;
278
262
  ariaDisabled: string;
279
263
  ariaExpanded: string;
280
264
  ariaHasPopup: string;
@@ -296,6 +280,7 @@ export declare const LifecycleMixin: <T extends ConstructableLifecycleHandler>(B
296
280
  ariaRoleDescription: string;
297
281
  ariaRowCount: string;
298
282
  ariaRowIndex: string;
283
+ ariaRowIndexText: string;
299
284
  ariaRowSpan: string;
300
285
  ariaSelected: string;
301
286
  ariaSetSize: string;
@@ -320,19 +305,17 @@ export declare const LifecycleMixin: <T extends ConstructableLifecycleHandler>(B
320
305
  readonly lastElementChild: Element;
321
306
  append(...nodes: (string | Node)[]): void;
322
307
  prepend(...nodes: (string | Node)[]): void;
323
- querySelector<K_9 extends keyof HTMLElementTagNameMap>(selectors: K_9): HTMLElementTagNameMap[K_9];
324
- querySelector<K_10 extends keyof SVGElementTagNameMap>(selectors: K_10): SVGElementTagNameMap[K_10];
325
- querySelector<K_11 extends keyof MathMLElementTagNameMap>(selectors: K_11): MathMLElementTagNameMap[K_11];
326
- querySelector<K_12 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_12): HTMLElementDeprecatedTagNameMap[K_12];
308
+ querySelector<K_6 extends keyof HTMLElementTagNameMap>(selectors: K_6): HTMLElementTagNameMap[K_6];
309
+ querySelector<K_7 extends keyof SVGElementTagNameMap>(selectors: K_7): SVGElementTagNameMap[K_7];
327
310
  querySelector<E_1 extends Element = Element>(selectors: string): E_1;
328
- querySelectorAll<K_13 extends keyof HTMLElementTagNameMap>(selectors: K_13): NodeListOf<HTMLElementTagNameMap[K_13]>;
329
- querySelectorAll<K_14 extends keyof SVGElementTagNameMap>(selectors: K_14): NodeListOf<SVGElementTagNameMap[K_14]>;
330
- querySelectorAll<K_15 extends keyof MathMLElementTagNameMap>(selectors: K_15): NodeListOf<MathMLElementTagNameMap[K_15]>;
331
- querySelectorAll<K_16 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_16): NodeListOf<HTMLElementDeprecatedTagNameMap[K_16]>;
311
+ querySelectorAll<K_8 extends keyof HTMLElementTagNameMap>(selectors: K_8): NodeListOf<HTMLElementTagNameMap[K_8]>;
312
+ querySelectorAll<K_9 extends keyof SVGElementTagNameMap>(selectors: K_9): NodeListOf<SVGElementTagNameMap[K_9]>;
332
313
  querySelectorAll<E_2 extends Element = Element>(selectors: string): NodeListOf<E_2>;
333
314
  replaceChildren(...nodes: (string | Node)[]): void;
334
315
  readonly assignedSlot: HTMLSlotElement;
335
- readonly attributeStyleMap: StylePropertyMap;
316
+ oncopy: (this: DocumentAndElementEventHandlers, ev: ClipboardEvent) => any;
317
+ oncut: (this: DocumentAndElementEventHandlers, ev: ClipboardEvent) => any;
318
+ onpaste: (this: DocumentAndElementEventHandlers, ev: ClipboardEvent) => any;
336
319
  readonly style: CSSStyleDeclaration;
337
320
  contentEditable: string;
338
321
  enterKeyHint: string;
@@ -345,7 +328,6 @@ export declare const LifecycleMixin: <T extends ConstructableLifecycleHandler>(B
345
328
  onanimationstart: (this: GlobalEventHandlers, ev: AnimationEvent) => any;
346
329
  onauxclick: (this: GlobalEventHandlers, ev: MouseEvent) => any;
347
330
  onbeforeinput: (this: GlobalEventHandlers, ev: InputEvent) => any;
348
- onbeforetoggle: (this: GlobalEventHandlers, ev: Event) => any;
349
331
  onblur: (this: GlobalEventHandlers, ev: FocusEvent) => any;
350
332
  oncancel: (this: GlobalEventHandlers, ev: Event) => any;
351
333
  oncanplay: (this: GlobalEventHandlers, ev: Event) => any;
@@ -354,9 +336,7 @@ export declare const LifecycleMixin: <T extends ConstructableLifecycleHandler>(B
354
336
  onclick: (this: GlobalEventHandlers, ev: MouseEvent) => any;
355
337
  onclose: (this: GlobalEventHandlers, ev: Event) => any;
356
338
  oncontextmenu: (this: GlobalEventHandlers, ev: MouseEvent) => any;
357
- oncopy: (this: GlobalEventHandlers, ev: ClipboardEvent) => any;
358
339
  oncuechange: (this: GlobalEventHandlers, ev: Event) => any;
359
- oncut: (this: GlobalEventHandlers, ev: ClipboardEvent) => any;
360
340
  ondblclick: (this: GlobalEventHandlers, ev: MouseEvent) => any;
361
341
  ondrag: (this: GlobalEventHandlers, ev: DragEvent) => any;
362
342
  ondragend: (this: GlobalEventHandlers, ev: DragEvent) => any;
@@ -389,7 +369,6 @@ export declare const LifecycleMixin: <T extends ConstructableLifecycleHandler>(B
389
369
  onmouseout: (this: GlobalEventHandlers, ev: MouseEvent) => any;
390
370
  onmouseover: (this: GlobalEventHandlers, ev: MouseEvent) => any;
391
371
  onmouseup: (this: GlobalEventHandlers, ev: MouseEvent) => any;
392
- onpaste: (this: GlobalEventHandlers, ev: ClipboardEvent) => any;
393
372
  onpause: (this: GlobalEventHandlers, ev: Event) => any;
394
373
  onplay: (this: GlobalEventHandlers, ev: Event) => any;
395
374
  onplaying: (this: GlobalEventHandlers, ev: Event) => any;
@@ -406,7 +385,6 @@ export declare const LifecycleMixin: <T extends ConstructableLifecycleHandler>(B
406
385
  onreset: (this: GlobalEventHandlers, ev: Event) => any;
407
386
  onresize: (this: GlobalEventHandlers, ev: UIEvent) => any;
408
387
  onscroll: (this: GlobalEventHandlers, ev: Event) => any;
409
- onscrollend: (this: GlobalEventHandlers, ev: Event) => any;
410
388
  onsecuritypolicyviolation: (this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any;
411
389
  onseeked: (this: GlobalEventHandlers, ev: Event) => any;
412
390
  onseeking: (this: GlobalEventHandlers, ev: Event) => any;
@@ -1 +1 @@
1
- {"version":3,"file":"lifecycle.d.ts","sourceRoot":"","sources":["../../../../src/mixins/lifecycle/lifecycle.ts"],"names":[],"mappings":";;;;;;AAAA,OAAO,EAAE,aAAa,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAC;AAErE;;GAEG;AACH,MAAM,MAAM,6BAA6B,GAAG,aAAa,CAAC,WAAW,GAAG,WAAW,CAAC,CAAC;AAErF;;;;GAIG;AACH,MAAM,MAAM,yBAAyB,GAAG;IACtC,QAAQ,EAAE,OAAO,CAAC;IAClB,cAAc,EAAE,OAAO,CAAC;IACxB,oBAAoB,EAAE,MAAM,GAAG,SAAS,CAAC;IACzC,IAAI,EAAE,mBAAmB,CAAC;CAC3B,CAAC;AAEF;;;;GAIG;AACH,MAAM,MAAM,oBAAoB,GAAG;IACjC,IAAI,EAAE,yBAAyB,CAAC;CACjC,CAAC;AAEF;;;GAGG;AACH,MAAM,MAAM,YAAY,GAAG;IACzB,IAAI,EAAE,KAAK,CAAC;CACb,CAAC;AAEF,KAAK,SAAS,GAAG,yBAAyB,GAAG,oBAAoB,GAAG,YAAY,CAAC;AAEjF,KAAK,aAAa,GAAG,SAAS,GAAG,YAAY,GAAG,WAAW,CAAC;AAK5D;;;;;;;;;GASG;AACH,eAAO,MAAM,cAAc,kDAAmD,CAAC;kBA+BtD,GAAG,EAAE;QA7B1B,iBAAiB;4BACJ,SAAS;QAEtB;;;YAGI;kCACe,MAAM;QACzB;;;YAGI;iCACc,OAAO;QACzB;;;;;;;YAOI;iCACc,OAAO,OAAO;QAChC;;;;YAII;uCACoB,OAAO;QAM/B;;;;;WAKG;yBACuB,OAAO,GAAG,IAAI;QAUxC;;;;;;WAMG;qBACU,IAAI;QAMjB;;;WAGG;;QAmBH;;;;;WAKG;;+DAwB6C,aAAa,GAAG,OAAO;QA6BvE;;;;;;WAMG;4CAC0B,OAAO,GAAG,SAAS;6BA4B3B,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;KAM1B,CAAC;AAEJ;;;GAGG;AACH,eAAO,MAAM,mBAAmB,eAAkC,CAAC"}
1
+ {"version":3,"file":"lifecycle.d.ts","sourceRoot":"","sources":["../../../../src/mixins/lifecycle/lifecycle.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAC;AAErE;;GAEG;AACH,MAAM,MAAM,6BAA6B,GAAG,aAAa,CAAC,WAAW,GAAG,WAAW,CAAC,CAAC;AAErF;;;;GAIG;AACH,MAAM,MAAM,yBAAyB,GAAG;IACtC,QAAQ,EAAE,OAAO,CAAC;IAClB,cAAc,EAAE,OAAO,CAAC;IACxB,oBAAoB,EAAE,MAAM,GAAG,SAAS,CAAC;IACzC,IAAI,EAAE,mBAAmB,CAAC;CAC3B,CAAC;AAEF;;;;GAIG;AACH,MAAM,MAAM,oBAAoB,GAAG;IACjC,IAAI,EAAE,yBAAyB,CAAC;CACjC,CAAC;AAEF;;;GAGG;AACH,MAAM,MAAM,YAAY,GAAG;IACzB,IAAI,EAAE,KAAK,CAAC;CACb,CAAC;AAEF,KAAK,SAAS,GAAG,yBAAyB,GAAG,oBAAoB,GAAG,YAAY,CAAC;AAEjF,KAAK,aAAa,GAAG,SAAS,GAAG,YAAY,GAAG,WAAW,CAAC;AAK5D;;;;;;;;;GASG;AACH,eAAO,MAAM,cAAc;kBA+BF,GAAG,EAAE;QA7B1B,iBAAiB;4BACJ,SAAS;QAEtB;;;YAGI;kCACe,MAAM;QACzB;;;YAGI;iCACc,OAAO;QACzB;;;;;;;YAOI;iCACc,OAAO,OAAO;QAChC;;;;YAII;uCACoB,OAAO;QAM/B;;;;;WAKG;yBACuB,OAAO,GAAG,IAAI;QAUxC;;;;;;WAMG;qBACU,IAAI;QAMjB;;;WAGG;;QAmBH;;;;;WAKG;;+DAwB6C,aAAa,GAAG,OAAO;QA6BvE;;;;;;WAMG;4CAC0B,OAAO,GAAG,SAAS;6BA4B3B,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;KAM1B,CAAC;AAEJ;;;GAGG;AACH,eAAO,MAAM,mBAAmB,eAAkC,CAAC"}