@genesislcap/foundation-utils 14.226.0 → 14.226.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/custom-elements.json +50 -50
- 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",
|
@@ -420,56 +470,6 @@
|
|
420
470
|
}
|
421
471
|
]
|
422
472
|
},
|
423
|
-
{
|
424
|
-
"kind": "javascript-module",
|
425
|
-
"path": "src/design-system/design-system.ts",
|
426
|
-
"declarations": [
|
427
|
-
{
|
428
|
-
"kind": "function",
|
429
|
-
"name": "assureDesignSystem",
|
430
|
-
"return": {
|
431
|
-
"type": {
|
432
|
-
"text": "DesignSystemModule"
|
433
|
-
}
|
434
|
-
},
|
435
|
-
"parameters": [
|
436
|
-
{
|
437
|
-
"name": "module",
|
438
|
-
"type": {
|
439
|
-
"text": "DesignSystemModule"
|
440
|
-
}
|
441
|
-
}
|
442
|
-
],
|
443
|
-
"description": "assureDesignSystem.",
|
444
|
-
"privacy": "public"
|
445
|
-
}
|
446
|
-
],
|
447
|
-
"exports": [
|
448
|
-
{
|
449
|
-
"kind": "js",
|
450
|
-
"name": "assureDesignSystem",
|
451
|
-
"declaration": {
|
452
|
-
"name": "assureDesignSystem",
|
453
|
-
"module": "src/design-system/design-system.ts"
|
454
|
-
}
|
455
|
-
}
|
456
|
-
]
|
457
|
-
},
|
458
|
-
{
|
459
|
-
"kind": "javascript-module",
|
460
|
-
"path": "src/design-system/index.ts",
|
461
|
-
"declarations": [],
|
462
|
-
"exports": [
|
463
|
-
{
|
464
|
-
"kind": "js",
|
465
|
-
"name": "*",
|
466
|
-
"declaration": {
|
467
|
-
"name": "*",
|
468
|
-
"package": "./design-system"
|
469
|
-
}
|
470
|
-
}
|
471
|
-
]
|
472
|
-
},
|
473
473
|
{
|
474
474
|
"kind": "javascript-module",
|
475
475
|
"path": "src/directives/index.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,
|
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"}
|
@@ -97,15 +97,11 @@ export declare const PendingState: <TBase extends ConstructablePendingState>(Bas
|
|
97
97
|
readonly offsetTop: number;
|
98
98
|
readonly offsetWidth: number;
|
99
99
|
outerText: string;
|
100
|
-
popover: string;
|
101
100
|
spellcheck: boolean;
|
102
101
|
title: string;
|
103
102
|
translate: boolean;
|
104
103
|
attachInternals(): ElementInternals;
|
105
104
|
click(): void;
|
106
|
-
hidePopover(): void;
|
107
|
-
showPopover(): void;
|
108
|
-
togglePopover(force?: boolean): boolean;
|
109
105
|
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
110
106
|
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
111
107
|
removeEventListener<K_1 extends keyof HTMLElementEventMap>(type: K_1, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_1]) => any, options?: boolean | EventListenerOptions): void;
|
@@ -134,12 +130,9 @@ export declare const PendingState: <TBase extends ConstructablePendingState>(Bas
|
|
134
130
|
slot: string;
|
135
131
|
readonly tagName: string;
|
136
132
|
attachShadow(init: ShadowRootInit): ShadowRoot;
|
137
|
-
checkVisibility(options?: CheckVisibilityOptions): boolean;
|
138
133
|
closest<K_2 extends keyof HTMLElementTagNameMap>(selector: K_2): HTMLElementTagNameMap[K_2];
|
139
134
|
closest<K_3 extends keyof SVGElementTagNameMap>(selector: K_3): SVGElementTagNameMap[K_3];
|
140
|
-
closest<K_4 extends keyof MathMLElementTagNameMap>(selector: K_4): MathMLElementTagNameMap[K_4];
|
141
135
|
closest<E extends Element = Element>(selectors: string): E;
|
142
|
-
computedStyleMap(): StylePropertyMapReadOnly;
|
143
136
|
getAttribute(qualifiedName: string): string;
|
144
137
|
getAttributeNS(namespace: string, localName: string): string;
|
145
138
|
getAttributeNames(): string[];
|
@@ -148,14 +141,11 @@ export declare const PendingState: <TBase extends ConstructablePendingState>(Bas
|
|
148
141
|
getBoundingClientRect(): DOMRect;
|
149
142
|
getClientRects(): DOMRectList;
|
150
143
|
getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
|
151
|
-
getElementsByTagName<
|
152
|
-
getElementsByTagName<
|
153
|
-
getElementsByTagName<K_7 extends keyof MathMLElementTagNameMap>(qualifiedName: K_7): HTMLCollectionOf<MathMLElementTagNameMap[K_7]>;
|
154
|
-
getElementsByTagName<K_8 extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K_8): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K_8]>;
|
144
|
+
getElementsByTagName<K_4 extends keyof HTMLElementTagNameMap>(qualifiedName: K_4): HTMLCollectionOf<HTMLElementTagNameMap[K_4]>;
|
145
|
+
getElementsByTagName<K_5 extends keyof SVGElementTagNameMap>(qualifiedName: K_5): HTMLCollectionOf<SVGElementTagNameMap[K_5]>;
|
155
146
|
getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
|
156
147
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
|
157
148
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
|
158
|
-
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1998/Math/MathML", localName: string): HTMLCollectionOf<MathMLElement>;
|
159
149
|
getElementsByTagNameNS(namespace: string, localName: string): HTMLCollectionOf<Element>;
|
160
150
|
hasAttribute(qualifiedName: string): boolean;
|
161
151
|
hasAttributeNS(namespace: string, localName: string): boolean;
|
@@ -213,24 +203,24 @@ export declare const PendingState: <TBase extends ConstructablePendingState>(Bas
|
|
213
203
|
normalize(): void;
|
214
204
|
removeChild<T_2 extends Node>(child: T_2): T_2;
|
215
205
|
replaceChild<T_3 extends Node>(node: Node, child: T_3): T_3;
|
216
|
-
readonly
|
217
|
-
readonly
|
218
|
-
readonly
|
219
|
-
readonly
|
220
|
-
readonly
|
221
|
-
readonly
|
222
|
-
readonly
|
223
|
-
readonly
|
224
|
-
readonly
|
225
|
-
readonly
|
226
|
-
readonly
|
227
|
-
readonly
|
228
|
-
readonly
|
229
|
-
readonly
|
230
|
-
readonly
|
231
|
-
readonly
|
232
|
-
readonly
|
233
|
-
readonly
|
206
|
+
readonly ATTRIBUTE_NODE: number;
|
207
|
+
readonly CDATA_SECTION_NODE: number;
|
208
|
+
readonly COMMENT_NODE: number;
|
209
|
+
readonly DOCUMENT_FRAGMENT_NODE: number;
|
210
|
+
readonly DOCUMENT_NODE: number;
|
211
|
+
readonly DOCUMENT_POSITION_CONTAINED_BY: number;
|
212
|
+
readonly DOCUMENT_POSITION_CONTAINS: number;
|
213
|
+
readonly DOCUMENT_POSITION_DISCONNECTED: number;
|
214
|
+
readonly DOCUMENT_POSITION_FOLLOWING: number;
|
215
|
+
readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: number;
|
216
|
+
readonly DOCUMENT_POSITION_PRECEDING: number;
|
217
|
+
readonly DOCUMENT_TYPE_NODE: number;
|
218
|
+
readonly ELEMENT_NODE: number;
|
219
|
+
readonly ENTITY_NODE: number;
|
220
|
+
readonly ENTITY_REFERENCE_NODE: number;
|
221
|
+
readonly NOTATION_NODE: number;
|
222
|
+
readonly PROCESSING_INSTRUCTION_NODE: number;
|
223
|
+
readonly TEXT_NODE: number;
|
234
224
|
dispatchEvent(event: Event): boolean;
|
235
225
|
ariaAtomic: string;
|
236
226
|
ariaAutoComplete: string;
|
@@ -238,9 +228,9 @@ export declare const PendingState: <TBase extends ConstructablePendingState>(Bas
|
|
238
228
|
ariaChecked: string;
|
239
229
|
ariaColCount: string;
|
240
230
|
ariaColIndex: string;
|
231
|
+
ariaColIndexText: string;
|
241
232
|
ariaColSpan: string;
|
242
233
|
ariaCurrent: string;
|
243
|
-
ariaDescription: string;
|
244
234
|
ariaDisabled: string;
|
245
235
|
ariaExpanded: string;
|
246
236
|
ariaHasPopup: string;
|
@@ -262,6 +252,7 @@ export declare const PendingState: <TBase extends ConstructablePendingState>(Bas
|
|
262
252
|
ariaRoleDescription: string;
|
263
253
|
ariaRowCount: string;
|
264
254
|
ariaRowIndex: string;
|
255
|
+
ariaRowIndexText: string;
|
265
256
|
ariaRowSpan: string;
|
266
257
|
ariaSelected: string;
|
267
258
|
ariaSetSize: string;
|
@@ -286,19 +277,17 @@ export declare const PendingState: <TBase extends ConstructablePendingState>(Bas
|
|
286
277
|
readonly lastElementChild: Element;
|
287
278
|
append(...nodes: (string | Node)[]): void;
|
288
279
|
prepend(...nodes: (string | Node)[]): void;
|
289
|
-
querySelector<
|
290
|
-
querySelector<
|
291
|
-
querySelector<K_11 extends keyof MathMLElementTagNameMap>(selectors: K_11): MathMLElementTagNameMap[K_11];
|
292
|
-
querySelector<K_12 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_12): HTMLElementDeprecatedTagNameMap[K_12];
|
280
|
+
querySelector<K_6 extends keyof HTMLElementTagNameMap>(selectors: K_6): HTMLElementTagNameMap[K_6];
|
281
|
+
querySelector<K_7 extends keyof SVGElementTagNameMap>(selectors: K_7): SVGElementTagNameMap[K_7];
|
293
282
|
querySelector<E_1 extends Element = Element>(selectors: string): E_1;
|
294
|
-
querySelectorAll<
|
295
|
-
querySelectorAll<
|
296
|
-
querySelectorAll<K_15 extends keyof MathMLElementTagNameMap>(selectors: K_15): NodeListOf<MathMLElementTagNameMap[K_15]>;
|
297
|
-
querySelectorAll<K_16 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_16): NodeListOf<HTMLElementDeprecatedTagNameMap[K_16]>;
|
283
|
+
querySelectorAll<K_8 extends keyof HTMLElementTagNameMap>(selectors: K_8): NodeListOf<HTMLElementTagNameMap[K_8]>;
|
284
|
+
querySelectorAll<K_9 extends keyof SVGElementTagNameMap>(selectors: K_9): NodeListOf<SVGElementTagNameMap[K_9]>;
|
298
285
|
querySelectorAll<E_2 extends Element = Element>(selectors: string): NodeListOf<E_2>;
|
299
286
|
replaceChildren(...nodes: (string | Node)[]): void;
|
300
287
|
readonly assignedSlot: HTMLSlotElement;
|
301
|
-
|
288
|
+
oncopy: (this: DocumentAndElementEventHandlers, ev: ClipboardEvent) => any;
|
289
|
+
oncut: (this: DocumentAndElementEventHandlers, ev: ClipboardEvent) => any;
|
290
|
+
onpaste: (this: DocumentAndElementEventHandlers, ev: ClipboardEvent) => any;
|
302
291
|
readonly style: CSSStyleDeclaration;
|
303
292
|
contentEditable: string;
|
304
293
|
enterKeyHint: string;
|
@@ -311,7 +300,6 @@ export declare const PendingState: <TBase extends ConstructablePendingState>(Bas
|
|
311
300
|
onanimationstart: (this: GlobalEventHandlers, ev: AnimationEvent) => any;
|
312
301
|
onauxclick: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
313
302
|
onbeforeinput: (this: GlobalEventHandlers, ev: InputEvent) => any;
|
314
|
-
onbeforetoggle: (this: GlobalEventHandlers, ev: Event) => any;
|
315
303
|
onblur: (this: GlobalEventHandlers, ev: FocusEvent) => any;
|
316
304
|
oncancel: (this: GlobalEventHandlers, ev: Event) => any;
|
317
305
|
oncanplay: (this: GlobalEventHandlers, ev: Event) => any;
|
@@ -320,9 +308,7 @@ export declare const PendingState: <TBase extends ConstructablePendingState>(Bas
|
|
320
308
|
onclick: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
321
309
|
onclose: (this: GlobalEventHandlers, ev: Event) => any;
|
322
310
|
oncontextmenu: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
323
|
-
oncopy: (this: GlobalEventHandlers, ev: ClipboardEvent) => any;
|
324
311
|
oncuechange: (this: GlobalEventHandlers, ev: Event) => any;
|
325
|
-
oncut: (this: GlobalEventHandlers, ev: ClipboardEvent) => any;
|
326
312
|
ondblclick: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
327
313
|
ondrag: (this: GlobalEventHandlers, ev: DragEvent) => any;
|
328
314
|
ondragend: (this: GlobalEventHandlers, ev: DragEvent) => any;
|
@@ -355,7 +341,6 @@ export declare const PendingState: <TBase extends ConstructablePendingState>(Bas
|
|
355
341
|
onmouseout: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
356
342
|
onmouseover: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
357
343
|
onmouseup: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
358
|
-
onpaste: (this: GlobalEventHandlers, ev: ClipboardEvent) => any;
|
359
344
|
onpause: (this: GlobalEventHandlers, ev: Event) => any;
|
360
345
|
onplay: (this: GlobalEventHandlers, ev: Event) => any;
|
361
346
|
onplaying: (this: GlobalEventHandlers, ev: Event) => any;
|
@@ -372,7 +357,6 @@ export declare const PendingState: <TBase extends ConstructablePendingState>(Bas
|
|
372
357
|
onreset: (this: GlobalEventHandlers, ev: Event) => any;
|
373
358
|
onresize: (this: GlobalEventHandlers, ev: UIEvent) => any;
|
374
359
|
onscroll: (this: GlobalEventHandlers, ev: Event) => any;
|
375
|
-
onscrollend: (this: GlobalEventHandlers, ev: Event) => any;
|
376
360
|
onsecuritypolicyviolation: (this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any;
|
377
361
|
onseeked: (this: GlobalEventHandlers, ev: Event) => any;
|
378
362
|
onseeking: (this: GlobalEventHandlers, ev: Event) => any;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"pendingState.d.ts","sourceRoot":"","sources":["../../../../src/mixins/pendingState/pendingState.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,WAAW,EAAc,MAAM,yBAAyB,CAAC;AAGjF;;;GAGG;AACH,OAAO,MAAM,qBAAqB,GAAG;IACnC,OAAO,EAAE,OAAO,CAAC,IAAI,CAAC,CAAC;CACxB,CAAC;AAEF;;;GAGG;AACH,OAAO,MAAM,0BAA0B,GAAG;IACxC,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,KAAK,EAAE,KAAK,CAAC;CACd,CAAC;AAEF;;;GAGG;AACH,oBAAY,kBAAkB;IAC5B,KAAK,kBAAkB;IACvB,KAAK,wBAAwB;CAC9B;AAED;;;GAGG;AACH,MAAM,CAAC,OAAO,MAAM,iBAAiB,GAAG,WAAW,CAAC,qBAAqB,CAAC,CAAC;AAE3E;;;GAGG;AACH,MAAM,CAAC,OAAO,MAAM,sBAAsB,GAAG,WAAW,CAAC,0BAA0B,CAAC,CAAC;AAErF;;;GAGG;AACH,MAAM,CAAC,OAAO,MAAM,yBAAyB,GAAG,aAAa,CAAC,WAAW,GAAG,WAAW,CAAC,CAAC;AAEzF;;;GAGG;AACH,eAAO,MAAM,YAAY
|
1
|
+
{"version":3,"file":"pendingState.d.ts","sourceRoot":"","sources":["../../../../src/mixins/pendingState/pendingState.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,WAAW,EAAc,MAAM,yBAAyB,CAAC;AAGjF;;;GAGG;AACH,OAAO,MAAM,qBAAqB,GAAG;IACnC,OAAO,EAAE,OAAO,CAAC,IAAI,CAAC,CAAC;CACxB,CAAC;AAEF;;;GAGG;AACH,OAAO,MAAM,0BAA0B,GAAG;IACxC,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,KAAK,EAAE,KAAK,CAAC;CACd,CAAC;AAEF;;;GAGG;AACH,oBAAY,kBAAkB;IAC5B,KAAK,kBAAkB;IACvB,KAAK,wBAAwB;CAC9B;AAED;;;GAGG;AACH,MAAM,CAAC,OAAO,MAAM,iBAAiB,GAAG,WAAW,CAAC,qBAAqB,CAAC,CAAC;AAE3E;;;GAGG;AACH,MAAM,CAAC,OAAO,MAAM,sBAAsB,GAAG,WAAW,CAAC,0BAA0B,CAAC,CAAC;AAErF;;;GAGG;AACH,MAAM,CAAC,OAAO,MAAM,yBAAyB,GAAG,aAAa,CAAC,WAAW,GAAG,WAAW,CAAC,CAAC;AAEzF;;;GAGG;AACH,eAAO,MAAM,YAAY;;QAErB;;;WAGG;;QAGH;;;WAGG;;QAGH;;;WAGG;;QAIH;;;WAGG;;QAKH;;;WAGG;6BACyB,IAAI;QAUhC;;;WAGG;gCAC4B,IAAI;QAMnC;;;;WAIG;mCACqC,iBAAiB,GAAG,QAAQ,IAAI,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;SAsB5E,CAAC"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"observer.d.ts","sourceRoot":"","sources":["../../../src/observer/observer.ts"],"names":[],"mappings":"AAAA;;;GAGG;AACH,MAAM,MAAM,QAAQ,CAAC,SAAS,IAAI,CAAC,EAAE,EAAE,SAAS,KAAK,IAAI,CAAC;AAC1D;;;;GAIG;AACH,MAAM,MAAM,SAAS,CAAC,SAAS,IAAI,CAAC,QAAQ,EAAE,QAAQ,CAAC,SAAS,CAAC,KAAK,MAAM,IAAI,CAAC;AACjF;;;GAGG;AACH,MAAM,MAAM,OAAO,CAAC,SAAS,IAAI,CAAC,KAAK,EAAE,SAAS,KAAK,IAAI,CAAC;AAE5D;;;GAGG;AACH,MAAM,WAAW,QAAQ,CAAC,SAAS;IACjC,SAAS,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;IAChC,OAAO,EAAE,OAAO,CAAC,SAAS,CAAC,CAAC;CAC7B;AAED;;;GAGG;AACH,eAAO,MAAM,cAAc,
|
1
|
+
{"version":3,"file":"observer.d.ts","sourceRoot":"","sources":["../../../src/observer/observer.ts"],"names":[],"mappings":"AAAA;;;GAGG;AACH,MAAM,MAAM,QAAQ,CAAC,SAAS,IAAI,CAAC,EAAE,EAAE,SAAS,KAAK,IAAI,CAAC;AAC1D;;;;GAIG;AACH,MAAM,MAAM,SAAS,CAAC,SAAS,IAAI,CAAC,QAAQ,EAAE,QAAQ,CAAC,SAAS,CAAC,KAAK,MAAM,IAAI,CAAC;AACjF;;;GAGG;AACH,MAAM,MAAM,OAAO,CAAC,SAAS,IAAI,CAAC,KAAK,EAAE,SAAS,KAAK,IAAI,CAAC;AAE5D;;;GAGG;AACH,MAAM,WAAW,QAAQ,CAAC,SAAS;IACjC,SAAS,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;IAChC,OAAO,EAAE,OAAO,CAAC,SAAS,CAAC,CAAC;CAC7B;AAED;;;GAGG;AACH,eAAO,MAAM,cAAc,sCAW1B,CAAC;AAEF;;;;;GAKG;AACH,eAAO,MAAM,mBAAmB,YAAa,WAAW,mBAAmB,OAAO,KAAK,GAAG,SAYzF,CAAC"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"resolveAfter.d.ts","sourceRoot":"","sources":["../../../src/promise/resolveAfter.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;GAeG;AACH,eAAO,MAAM,YAAY,gBAAiB,MAAM,
|
1
|
+
{"version":3,"file":"resolveAfter.d.ts","sourceRoot":"","sources":["../../../src/promise/resolveAfter.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;GAeG;AACH,eAAO,MAAM,YAAY,gBAAiB,MAAM,sCAM/C,CAAC"}
|
@@ -129,7 +129,7 @@ export const LifecycleMixin = (Base) => { var _instances, __container, __latestT
|
|
129
129
|
__shouldForceLifecycle = new WeakMap(),
|
130
130
|
_instances = new WeakSet(),
|
131
131
|
__blockLifecycleDueToTokenChange = function __blockLifecycleDueToTokenChange(lifecycleType) {
|
132
|
-
var
|
132
|
+
var _a, _b;
|
133
133
|
if (__classPrivateFieldGet(this, __container, "f")._key !== 'foundation-layout') {
|
134
134
|
throw new Error('LifecycleMixin: should not be checking a token change if container not in the layout');
|
135
135
|
}
|
@@ -137,7 +137,7 @@ export const LifecycleMixin = (Base) => { var _instances, __container, __latestT
|
|
137
137
|
let result = false;
|
138
138
|
if (lifecycleType === 'connect') {
|
139
139
|
// We always want to allow a first connection in the layout
|
140
|
-
__classPrivateFieldSet(this, __latestTokenCode, (
|
140
|
+
__classPrivateFieldSet(this, __latestTokenCode, (_a = __classPrivateFieldGet(this, __container, "f").lifecycleUpdateToken) !== null && _a !== void 0 ? _a : '', "f");
|
141
141
|
}
|
142
142
|
else if (lifecycleType === 'disconnect') {
|
143
143
|
result = tokensDifferent;
|
@@ -150,13 +150,13 @@ export const LifecycleMixin = (Base) => { var _instances, __container, __latestT
|
|
150
150
|
}
|
151
151
|
else if (lifecycleType === 'reconnect') {
|
152
152
|
result = tokensDifferent;
|
153
|
-
__classPrivateFieldSet(this, __latestTokenCode, (
|
153
|
+
__classPrivateFieldSet(this, __latestTokenCode, (_b = __classPrivateFieldGet(this, __container, "f").lifecycleUpdateToken) !== null && _b !== void 0 ? _b : '', "f");
|
154
154
|
clearTimeout(__classPrivateFieldGet(this, __cleanupTimeout, "f"));
|
155
155
|
}
|
156
156
|
return result;
|
157
157
|
},
|
158
158
|
__tryFindContainingLayout = function __tryFindContainingLayout(e) {
|
159
|
-
var
|
159
|
+
var _a;
|
160
160
|
/**
|
161
161
|
* This is a special case where the element is part of the layout cache
|
162
162
|
* signified by a symbol put on the document cache root
|
@@ -169,7 +169,7 @@ export const LifecycleMixin = (Base) => { var _instances, __container, __latestT
|
|
169
169
|
* without finding a containing FoundationLayout
|
170
170
|
* hence, this item is not in a custom layout
|
171
171
|
*/
|
172
|
-
if (e.getRootNode() instanceof Document || !((
|
172
|
+
if (e.getRootNode() instanceof Document || !((_a = e.getRootNode()) === null || _a === void 0 ? void 0 : _a.host)) {
|
173
173
|
return { _key: 'dom' };
|
174
174
|
}
|
175
175
|
const shadowHost = e.getRootNode().host;
|
@@ -67,8 +67,8 @@ export const PendingState = (Base) => {
|
|
67
67
|
* @param event - The `pending-state` event.
|
68
68
|
* @internal
|
69
69
|
*/
|
70
|
-
onPendingState(
|
71
|
-
return __awaiter(this,
|
70
|
+
onPendingState({ detail }) {
|
71
|
+
return __awaiter(this, void 0, void 0, function* () {
|
72
72
|
const { promise } = detail;
|
73
73
|
if (promise) {
|
74
74
|
this.hasPendingChildren = true;
|
package/dist/esm/uuid/uuid.js
CHANGED
@@ -28,8 +28,8 @@ class UUIDService {
|
|
28
28
|
* @param withLogging - Optional. Whether to log the generated UUID to the console. Defaults to false.
|
29
29
|
* @returns A promise that resolves to the generated UUID.
|
30
30
|
*/
|
31
|
-
createRemoteId() {
|
32
|
-
return __awaiter(this,
|
31
|
+
createRemoteId(withLogging = false) {
|
32
|
+
return __awaiter(this, void 0, void 0, function* () {
|
33
33
|
/**
|
34
34
|
* TODO: Revisit async nature of id generation with potential server involvement
|
35
35
|
* Use this.config to customize uuidv4.
|