@genesislcap/foundation-utils 14.225.4-alpha-5f6eefd.0 → 14.226.1
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/custom-elements.json +174 -174
- 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 +317 -1220
- 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.decodefrombase64.md +1 -14
- package/docs/api/foundation-utils.decodefrombase64withprefix.md +1 -13
- package/docs/api/foundation-utils.encodetobase64.md +1 -14
- package/docs/api/foundation-utils.encodetobase64withprefix.md +1 -13
- 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 +18 -18
- 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
@@ -367,6 +367,56 @@
|
|
367
367
|
}
|
368
368
|
]
|
369
369
|
},
|
370
|
+
{
|
371
|
+
"kind": "javascript-module",
|
372
|
+
"path": "src/design-system/design-system.ts",
|
373
|
+
"declarations": [
|
374
|
+
{
|
375
|
+
"kind": "function",
|
376
|
+
"name": "assureDesignSystem",
|
377
|
+
"return": {
|
378
|
+
"type": {
|
379
|
+
"text": "DesignSystemModule"
|
380
|
+
}
|
381
|
+
},
|
382
|
+
"parameters": [
|
383
|
+
{
|
384
|
+
"name": "module",
|
385
|
+
"type": {
|
386
|
+
"text": "DesignSystemModule"
|
387
|
+
}
|
388
|
+
}
|
389
|
+
],
|
390
|
+
"description": "assureDesignSystem.",
|
391
|
+
"privacy": "public"
|
392
|
+
}
|
393
|
+
],
|
394
|
+
"exports": [
|
395
|
+
{
|
396
|
+
"kind": "js",
|
397
|
+
"name": "assureDesignSystem",
|
398
|
+
"declaration": {
|
399
|
+
"name": "assureDesignSystem",
|
400
|
+
"module": "src/design-system/design-system.ts"
|
401
|
+
}
|
402
|
+
}
|
403
|
+
]
|
404
|
+
},
|
405
|
+
{
|
406
|
+
"kind": "javascript-module",
|
407
|
+
"path": "src/design-system/index.ts",
|
408
|
+
"declarations": [],
|
409
|
+
"exports": [
|
410
|
+
{
|
411
|
+
"kind": "js",
|
412
|
+
"name": "*",
|
413
|
+
"declaration": {
|
414
|
+
"name": "*",
|
415
|
+
"package": "./design-system"
|
416
|
+
}
|
417
|
+
}
|
418
|
+
]
|
419
|
+
},
|
370
420
|
{
|
371
421
|
"kind": "javascript-module",
|
372
422
|
"path": "src/decorators/index.ts",
|
@@ -443,56 +493,6 @@
|
|
443
493
|
}
|
444
494
|
]
|
445
495
|
},
|
446
|
-
{
|
447
|
-
"kind": "javascript-module",
|
448
|
-
"path": "src/design-system/design-system.ts",
|
449
|
-
"declarations": [
|
450
|
-
{
|
451
|
-
"kind": "function",
|
452
|
-
"name": "assureDesignSystem",
|
453
|
-
"return": {
|
454
|
-
"type": {
|
455
|
-
"text": "DesignSystemModule"
|
456
|
-
}
|
457
|
-
},
|
458
|
-
"parameters": [
|
459
|
-
{
|
460
|
-
"name": "module",
|
461
|
-
"type": {
|
462
|
-
"text": "DesignSystemModule"
|
463
|
-
}
|
464
|
-
}
|
465
|
-
],
|
466
|
-
"description": "assureDesignSystem.",
|
467
|
-
"privacy": "public"
|
468
|
-
}
|
469
|
-
],
|
470
|
-
"exports": [
|
471
|
-
{
|
472
|
-
"kind": "js",
|
473
|
-
"name": "assureDesignSystem",
|
474
|
-
"declaration": {
|
475
|
-
"name": "assureDesignSystem",
|
476
|
-
"module": "src/design-system/design-system.ts"
|
477
|
-
}
|
478
|
-
}
|
479
|
-
]
|
480
|
-
},
|
481
|
-
{
|
482
|
-
"kind": "javascript-module",
|
483
|
-
"path": "src/design-system/index.ts",
|
484
|
-
"declarations": [],
|
485
|
-
"exports": [
|
486
|
-
{
|
487
|
-
"kind": "js",
|
488
|
-
"name": "*",
|
489
|
-
"declaration": {
|
490
|
-
"name": "*",
|
491
|
-
"package": "./design-system"
|
492
|
-
}
|
493
|
-
}
|
494
|
-
]
|
495
|
-
},
|
496
496
|
{
|
497
497
|
"kind": "javascript-module",
|
498
498
|
"path": "src/encoding/index.ts",
|
@@ -2048,6 +2048,43 @@
|
|
2048
2048
|
}
|
2049
2049
|
]
|
2050
2050
|
},
|
2051
|
+
{
|
2052
|
+
"kind": "javascript-module",
|
2053
|
+
"path": "src/uuid/index.ts",
|
2054
|
+
"declarations": [],
|
2055
|
+
"exports": [
|
2056
|
+
{
|
2057
|
+
"kind": "js",
|
2058
|
+
"name": "*",
|
2059
|
+
"declaration": {
|
2060
|
+
"name": "*",
|
2061
|
+
"package": "./uuid"
|
2062
|
+
}
|
2063
|
+
}
|
2064
|
+
]
|
2065
|
+
},
|
2066
|
+
{
|
2067
|
+
"kind": "javascript-module",
|
2068
|
+
"path": "src/uuid/uuid.ts",
|
2069
|
+
"declarations": [
|
2070
|
+
{
|
2071
|
+
"kind": "variable",
|
2072
|
+
"name": "UUID",
|
2073
|
+
"description": "A dependency injection token for the UUID interface.",
|
2074
|
+
"privacy": "public"
|
2075
|
+
}
|
2076
|
+
],
|
2077
|
+
"exports": [
|
2078
|
+
{
|
2079
|
+
"kind": "js",
|
2080
|
+
"name": "UUID",
|
2081
|
+
"declaration": {
|
2082
|
+
"name": "UUID",
|
2083
|
+
"module": "src/uuid/uuid.ts"
|
2084
|
+
}
|
2085
|
+
}
|
2086
|
+
]
|
2087
|
+
},
|
2051
2088
|
{
|
2052
2089
|
"kind": "javascript-module",
|
2053
2090
|
"path": "src/window/index.ts",
|
@@ -2196,43 +2233,6 @@
|
|
2196
2233
|
}
|
2197
2234
|
]
|
2198
2235
|
},
|
2199
|
-
{
|
2200
|
-
"kind": "javascript-module",
|
2201
|
-
"path": "src/uuid/index.ts",
|
2202
|
-
"declarations": [],
|
2203
|
-
"exports": [
|
2204
|
-
{
|
2205
|
-
"kind": "js",
|
2206
|
-
"name": "*",
|
2207
|
-
"declaration": {
|
2208
|
-
"name": "*",
|
2209
|
-
"package": "./uuid"
|
2210
|
-
}
|
2211
|
-
}
|
2212
|
-
]
|
2213
|
-
},
|
2214
|
-
{
|
2215
|
-
"kind": "javascript-module",
|
2216
|
-
"path": "src/uuid/uuid.ts",
|
2217
|
-
"declarations": [
|
2218
|
-
{
|
2219
|
-
"kind": "variable",
|
2220
|
-
"name": "UUID",
|
2221
|
-
"description": "A dependency injection token for the UUID interface.",
|
2222
|
-
"privacy": "public"
|
2223
|
-
}
|
2224
|
-
],
|
2225
|
-
"exports": [
|
2226
|
-
{
|
2227
|
-
"kind": "js",
|
2228
|
-
"name": "UUID",
|
2229
|
-
"declaration": {
|
2230
|
-
"name": "UUID",
|
2231
|
-
"module": "src/uuid/uuid.ts"
|
2232
|
-
}
|
2233
|
-
}
|
2234
|
-
]
|
2235
|
-
},
|
2236
2236
|
{
|
2237
2237
|
"kind": "javascript-module",
|
2238
2238
|
"path": "src/directives/sync/index.ts",
|
@@ -2765,6 +2765,93 @@
|
|
2765
2765
|
}
|
2766
2766
|
]
|
2767
2767
|
},
|
2768
|
+
{
|
2769
|
+
"kind": "javascript-module",
|
2770
|
+
"path": "src/mixins/pendingState/index.ts",
|
2771
|
+
"declarations": [],
|
2772
|
+
"exports": [
|
2773
|
+
{
|
2774
|
+
"kind": "js",
|
2775
|
+
"name": "*",
|
2776
|
+
"declaration": {
|
2777
|
+
"name": "*",
|
2778
|
+
"package": "./pendingState"
|
2779
|
+
}
|
2780
|
+
}
|
2781
|
+
]
|
2782
|
+
},
|
2783
|
+
{
|
2784
|
+
"kind": "javascript-module",
|
2785
|
+
"path": "src/mixins/pendingState/pendingState.ts",
|
2786
|
+
"declarations": [
|
2787
|
+
{
|
2788
|
+
"kind": "mixin",
|
2789
|
+
"description": "The `PendingState` mixin.",
|
2790
|
+
"name": "PendingState",
|
2791
|
+
"members": [
|
2792
|
+
{
|
2793
|
+
"kind": "field",
|
2794
|
+
"name": "pendingCount",
|
2795
|
+
"type": {
|
2796
|
+
"text": "number"
|
2797
|
+
},
|
2798
|
+
"privacy": "public",
|
2799
|
+
"default": "0",
|
2800
|
+
"description": "The number of promises that are currently pending."
|
2801
|
+
},
|
2802
|
+
{
|
2803
|
+
"kind": "field",
|
2804
|
+
"name": "resolvedCount",
|
2805
|
+
"type": {
|
2806
|
+
"text": "number"
|
2807
|
+
},
|
2808
|
+
"privacy": "public",
|
2809
|
+
"default": "0",
|
2810
|
+
"description": "The number of promises that have been resolved."
|
2811
|
+
},
|
2812
|
+
{
|
2813
|
+
"kind": "field",
|
2814
|
+
"name": "hasPendingChildren",
|
2815
|
+
"type": {
|
2816
|
+
"text": "boolean"
|
2817
|
+
},
|
2818
|
+
"privacy": "public",
|
2819
|
+
"default": "false",
|
2820
|
+
"description": "A boolean indicating whether there are any pending children."
|
2821
|
+
},
|
2822
|
+
{
|
2823
|
+
"kind": "field",
|
2824
|
+
"name": "progress",
|
2825
|
+
"type": {
|
2826
|
+
"text": "number"
|
2827
|
+
},
|
2828
|
+
"privacy": "public",
|
2829
|
+
"description": "Gets the progress of the pending promises as a percentage between 0 and 1.",
|
2830
|
+
"readonly": true
|
2831
|
+
}
|
2832
|
+
],
|
2833
|
+
"parameters": [
|
2834
|
+
{
|
2835
|
+
"name": "Base",
|
2836
|
+
"type": {
|
2837
|
+
"text": "TBase"
|
2838
|
+
}
|
2839
|
+
}
|
2840
|
+
],
|
2841
|
+
"privacy": "public"
|
2842
|
+
}
|
2843
|
+
],
|
2844
|
+
"exports": [
|
2845
|
+
{
|
2846
|
+
"kind": "js",
|
2847
|
+
"name": "PendingState",
|
2848
|
+
"declaration": {
|
2849
|
+
"name": "PendingState",
|
2850
|
+
"module": "src/mixins/pendingState/pendingState.ts"
|
2851
|
+
}
|
2852
|
+
}
|
2853
|
+
]
|
2854
|
+
},
|
2768
2855
|
{
|
2769
2856
|
"kind": "javascript-module",
|
2770
2857
|
"path": "src/serializers/json/index.ts",
|
@@ -2991,93 +3078,6 @@
|
|
2991
3078
|
"path": "src/serializers/json/types.ts",
|
2992
3079
|
"declarations": [],
|
2993
3080
|
"exports": []
|
2994
|
-
},
|
2995
|
-
{
|
2996
|
-
"kind": "javascript-module",
|
2997
|
-
"path": "src/mixins/pendingState/index.ts",
|
2998
|
-
"declarations": [],
|
2999
|
-
"exports": [
|
3000
|
-
{
|
3001
|
-
"kind": "js",
|
3002
|
-
"name": "*",
|
3003
|
-
"declaration": {
|
3004
|
-
"name": "*",
|
3005
|
-
"package": "./pendingState"
|
3006
|
-
}
|
3007
|
-
}
|
3008
|
-
]
|
3009
|
-
},
|
3010
|
-
{
|
3011
|
-
"kind": "javascript-module",
|
3012
|
-
"path": "src/mixins/pendingState/pendingState.ts",
|
3013
|
-
"declarations": [
|
3014
|
-
{
|
3015
|
-
"kind": "mixin",
|
3016
|
-
"description": "The `PendingState` mixin.",
|
3017
|
-
"name": "PendingState",
|
3018
|
-
"members": [
|
3019
|
-
{
|
3020
|
-
"kind": "field",
|
3021
|
-
"name": "pendingCount",
|
3022
|
-
"type": {
|
3023
|
-
"text": "number"
|
3024
|
-
},
|
3025
|
-
"privacy": "public",
|
3026
|
-
"default": "0",
|
3027
|
-
"description": "The number of promises that are currently pending."
|
3028
|
-
},
|
3029
|
-
{
|
3030
|
-
"kind": "field",
|
3031
|
-
"name": "resolvedCount",
|
3032
|
-
"type": {
|
3033
|
-
"text": "number"
|
3034
|
-
},
|
3035
|
-
"privacy": "public",
|
3036
|
-
"default": "0",
|
3037
|
-
"description": "The number of promises that have been resolved."
|
3038
|
-
},
|
3039
|
-
{
|
3040
|
-
"kind": "field",
|
3041
|
-
"name": "hasPendingChildren",
|
3042
|
-
"type": {
|
3043
|
-
"text": "boolean"
|
3044
|
-
},
|
3045
|
-
"privacy": "public",
|
3046
|
-
"default": "false",
|
3047
|
-
"description": "A boolean indicating whether there are any pending children."
|
3048
|
-
},
|
3049
|
-
{
|
3050
|
-
"kind": "field",
|
3051
|
-
"name": "progress",
|
3052
|
-
"type": {
|
3053
|
-
"text": "number"
|
3054
|
-
},
|
3055
|
-
"privacy": "public",
|
3056
|
-
"description": "Gets the progress of the pending promises as a percentage between 0 and 1.",
|
3057
|
-
"readonly": true
|
3058
|
-
}
|
3059
|
-
],
|
3060
|
-
"parameters": [
|
3061
|
-
{
|
3062
|
-
"name": "Base",
|
3063
|
-
"type": {
|
3064
|
-
"text": "TBase"
|
3065
|
-
}
|
3066
|
-
}
|
3067
|
-
],
|
3068
|
-
"privacy": "public"
|
3069
|
-
}
|
3070
|
-
],
|
3071
|
-
"exports": [
|
3072
|
-
{
|
3073
|
-
"kind": "js",
|
3074
|
-
"name": "PendingState",
|
3075
|
-
"declaration": {
|
3076
|
-
"name": "PendingState",
|
3077
|
-
"module": "src/mixins/pendingState/pendingState.ts"
|
3078
|
-
}
|
3079
|
-
}
|
3080
|
-
]
|
3081
3081
|
}
|
3082
3082
|
]
|
3083
3083
|
}
|
@@ -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,
|
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<
|
187
|
-
getElementsByTagName<
|
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
|
251
|
-
readonly
|
252
|
-
readonly
|
253
|
-
readonly
|
254
|
-
readonly
|
255
|
-
readonly
|
256
|
-
readonly
|
257
|
-
readonly
|
258
|
-
readonly
|
259
|
-
readonly
|
260
|
-
readonly
|
261
|
-
readonly
|
262
|
-
readonly
|
263
|
-
readonly
|
264
|
-
readonly
|
265
|
-
readonly
|
266
|
-
readonly
|
267
|
-
readonly
|
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<
|
324
|
-
querySelector<
|
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<
|
329
|
-
querySelectorAll<
|
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
|
-
|
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":"
|
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"}
|