@genesislcap/foundation-utils 14.303.0 → 14.303.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.
@@ -528,6 +528,21 @@
528
528
  }
529
529
  ]
530
530
  },
531
+ {
532
+ "kind": "javascript-module",
533
+ "path": "src/encoding/index.ts",
534
+ "declarations": [],
535
+ "exports": [
536
+ {
537
+ "kind": "js",
538
+ "name": "*",
539
+ "declaration": {
540
+ "name": "*",
541
+ "package": "./base64"
542
+ }
543
+ }
544
+ ]
545
+ },
531
546
  {
532
547
  "kind": "javascript-module",
533
548
  "path": "src/env/index.ts",
@@ -986,21 +1001,6 @@
986
1001
  }
987
1002
  ]
988
1003
  },
989
- {
990
- "kind": "javascript-module",
991
- "path": "src/encoding/index.ts",
992
- "declarations": [],
993
- "exports": [
994
- {
995
- "kind": "js",
996
- "name": "*",
997
- "declaration": {
998
- "name": "*",
999
- "package": "./base64"
1000
- }
1001
- }
1002
- ]
1003
- },
1004
1004
  {
1005
1005
  "kind": "javascript-module",
1006
1006
  "path": "src/error/errorMap.ts",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@genesislcap/foundation-utils",
3
3
  "description": "Genesis Foundation Utils",
4
- "version": "14.303.0",
4
+ "version": "14.303.1",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -27,18 +27,18 @@
27
27
  }
28
28
  },
29
29
  "devDependencies": {
30
- "@genesislcap/foundation-testing": "14.303.0",
31
- "@genesislcap/genx": "14.303.0",
32
- "@genesislcap/rollup-builder": "14.303.0",
33
- "@genesislcap/ts-builder": "14.303.0",
34
- "@genesislcap/uvu-playwright-builder": "14.303.0",
35
- "@genesislcap/vite-builder": "14.303.0",
36
- "@genesislcap/webpack-builder": "14.303.0",
30
+ "@genesislcap/foundation-testing": "14.303.1",
31
+ "@genesislcap/genx": "14.303.1",
32
+ "@genesislcap/rollup-builder": "14.303.1",
33
+ "@genesislcap/ts-builder": "14.303.1",
34
+ "@genesislcap/uvu-playwright-builder": "14.303.1",
35
+ "@genesislcap/vite-builder": "14.303.1",
36
+ "@genesislcap/webpack-builder": "14.303.1",
37
37
  "@types/json-schema": "^7.0.11"
38
38
  },
39
39
  "dependencies": {
40
- "@genesislcap/expression-builder": "14.303.0",
41
- "@genesislcap/foundation-logger": "14.303.0",
40
+ "@genesislcap/expression-builder": "14.303.1",
41
+ "@genesislcap/foundation-logger": "14.303.1",
42
42
  "@microsoft/fast-components": "2.30.6",
43
43
  "@microsoft/fast-element": "1.14.0",
44
44
  "@microsoft/fast-foundation": "2.49.6",
@@ -55,5 +55,5 @@
55
55
  "access": "public"
56
56
  },
57
57
  "customElements": "dist/custom-elements.json",
58
- "gitHead": "1495670cf431019b7a29589f6ab7b80c0ec31945"
58
+ "gitHead": "f1685d21651cfe332605360143595a9bb603b129"
59
59
  }
@@ -1,1275 +0,0 @@
1
- ## API Report File for "@genesislcap/foundation-utils"
2
-
3
- > Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
4
-
5
- ```ts
6
-
7
- import { Binding } from '@microsoft/fast-element';
8
- import { CaptureType } from '@microsoft/fast-element';
9
- import { ComposableStyles } from '@microsoft/fast-element';
10
- import { Constructable } from '@microsoft/fast-element';
11
- import { Controller } from '@microsoft/fast-element';
12
- import { CSSDesignToken } from '@microsoft/fast-foundation';
13
- import { DesignSystem } from '@microsoft/fast-foundation';
14
- import { ElementStyles } from '@microsoft/fast-element';
15
- import { FASTElement } from '@microsoft/fast-element';
16
- import { InterfaceSymbol } from '@microsoft/fast-foundation';
17
- import type { JSONSchema7 } from 'json-schema';
18
- import { Logger as Logger_2 } from '@genesislcap/foundation-logger';
19
- import { LoggerOptions as LoggerOptions_2 } from '@genesislcap/foundation-logger';
20
- import { LogLevel } from '@genesislcap/foundation-logger';
21
- import { SyntheticViewTemplate } from '@microsoft/fast-element';
22
- import { Types } from '@genesislcap/expression-builder';
23
-
24
- // @public
25
- export const activeColorScheme: CSSDesignToken<string>;
26
-
27
- // @public
28
- export let API_HOST: string;
29
-
30
- // @public
31
- export function assureDesignSystem(module: DesignSystemModule): DesignSystemModule;
32
-
33
- // Warning: (ae-internal-missing-underscore) The name "BIG_INT_64_BITS" should be prefixed with an underscore because the declaration is marked as @internal
34
- //
35
- // @internal (undocumented)
36
- export const BIG_INT_64_BITS = 64;
37
-
38
- // @public
39
- export let BUILDER: string;
40
-
41
- // @public (undocumented)
42
- export let CHANGE_PASSWORD_URL: string;
43
-
44
- // @public (undocumented)
45
- export type ConstructableLifecycleHandler = Constructable<FASTElement & HTMLElement>;
46
-
47
- // @public
48
- export type ConstructablePendingState = Constructable<FASTElement & HTMLElement>;
49
-
50
- // @public
51
- export type ConversionType = 'string' | 'number' | 'time' | 'boolean';
52
-
53
- // @public
54
- export const createErrorMap: <TErrorDetailMap extends ErrorDetailMap>(logger: ErrorMapLogger) => ErrorMap<TErrorDetailMap>;
55
-
56
- // @public @deprecated
57
- export function createLogger(name: string, options?: LoggerOptions): Logger;
58
-
59
- // @public
60
- export const createObserver: <EventType>() => Observer<EventType>;
61
-
62
- // @public
63
- export function customNumberParser(value: any): number | bigint;
64
-
65
- // @public
66
- export interface Database<T extends DatabaseRecord> {
67
- // (undocumented)
68
- create(newValue: Omit<T, 'id'>): Promise<DatabaseAccessResult.Create<T>>;
69
- // (undocumented)
70
- delete(id: string): Promise<DatabaseAccessResult.Delete>;
71
- // (undocumented)
72
- isWorking: boolean;
73
- // (undocumented)
74
- onAfterUpdate(listener: Listener<DatabaseEvent.AfterUpdate<T>>): () => void;
75
- // (undocumented)
76
- onBeforeUpdate(listener: Listener<DatabaseEvent.BeforeUpdate<T>>): () => void;
77
- // (undocumented)
78
- read(id: string): Promise<DatabaseAccessResult.Read<T>>;
79
- // (undocumented)
80
- update(id: string, newValue: Omit<Partial<T>, 'id'>): Promise<DatabaseAccessResult.Update<T>>;
81
- // (undocumented)
82
- visit(visitor: (record: T) => void): Promise<void>;
83
- }
84
-
85
- // @public
86
- export namespace DatabaseAccessResult {
87
- // (undocumented)
88
- export interface Access<T> {
89
- // (undocumented)
90
- value: T;
91
- }
92
- // (undocumented)
93
- export interface Create<T> extends Access<T> {
94
- }
95
- // (undocumented)
96
- export interface Delete {
97
- // (undocumented)
98
- id: string;
99
- // (undocumented)
100
- success: boolean;
101
- }
102
- // (undocumented)
103
- export interface Read<T> extends Access<T> {
104
- }
105
- // (undocumented)
106
- export interface Update<T> extends Access<T> {
107
- }
108
- {};
109
- }
110
-
111
- // @public
112
- export namespace DatabaseEvent {
113
- // (undocumented)
114
- export interface AfterUpdate<T> extends Update<T> {
115
- }
116
- // (undocumented)
117
- export interface BeforeUpdate<T> extends Update<T> {
118
- // (undocumented)
119
- newValue: T;
120
- }
121
- // (undocumented)
122
- export interface Update<T> {
123
- // (undocumented)
124
- value: T;
125
- }
126
- {};
127
- }
128
-
129
- // @public
130
- export interface DatabaseRecord {
131
- // (undocumented)
132
- id: string;
133
- }
134
-
135
- // @public
136
- export const decodeFromBase64: (base64Value: string) => string | ArrayBuffer;
137
-
138
- // @public
139
- export const decodeFromBase64WithPrefix: (value: string) => string | ArrayBuffer;
140
-
141
- // @public
142
- export let DEFAULT_ORGANISATION: string;
143
-
144
- // @public
145
- export let DEFAULT_PASSWORD: string;
146
-
147
- // @public
148
- export let DEFAULT_USER: string;
149
-
150
- // @public (undocumented)
151
- export class DefaultErrorMap<TErrorDetailMap extends ErrorDetailMap> implements ErrorMap<TErrorDetailMap> {
152
- constructor(logger: ErrorMapLogger);
153
- clear(): void;
154
- delete(key: keyof TErrorDetailMap): boolean;
155
- get(key: keyof TErrorDetailMap): Error | undefined;
156
- has(key: keyof TErrorDetailMap): boolean;
157
- lastError: Error;
158
- get messages(): string;
159
- set(key: keyof TErrorDetailMap, error: Error): void;
160
- get size(): number;
161
- // (undocumented)
162
- values(): IterableIterator<Error>;
163
- }
164
-
165
- // @public
166
- export const defaultEventMap: Map<string, EventName>;
167
-
168
- // @public
169
- export const defaultJSONSerializerConfig: JSONSerializerConfig;
170
-
171
- // @public
172
- export const defaultLoggerOptions: LoggerOptions;
173
-
174
- // @public
175
- export class DefaultServerRowDTOMapper implements ServerRowDTOMapper {
176
- fromDTO: (dto: ServerRowDTO) => ServerRowEntity;
177
- toDTO: (entity: ServerRowEntity) => ServerRowDTO;
178
- }
179
-
180
- // @public
181
- export const delay: (ms: number) => Promise<void>;
182
-
183
- // @public
184
- export interface DesignSystemModule {
185
- // (undocumented)
186
- [key: string]: any;
187
- // (undocumented)
188
- provideDesignSystem(element?: HTMLElement, prefix?: string): DesignSystem | Pick<DesignSystem, 'register'>;
189
- }
190
-
191
- // @public
192
- export type DesignSystemResource<T = DesignSystemModule> = Promise<T>;
193
-
194
- // Warning: (ae-internal-missing-underscore) The name "DOMContainer" should be prefixed with an underscore because the declaration is marked as @internal
195
- //
196
- // @internal
197
- export type DOMContainer = {
198
- _key: 'dom';
199
- };
200
-
201
- // @public (undocumented)
202
- export interface DTOMapper<TDTO, TEntity> {
203
- // (undocumented)
204
- fromArgs?: (...args: any[]) => TEntity;
205
- // (undocumented)
206
- fromDTO: (dto: TDTO) => TEntity;
207
- // (undocumented)
208
- toDTO: (entity: Partial<TEntity>) => TDTO;
209
- }
210
-
211
- // @public
212
- export const encodeToBase64: (value: string | ArrayBuffer) => string;
213
-
214
- // @public
215
- export const encodeToBase64WithPrefix: (value: string | ArrayBuffer) => string;
216
-
217
- // @public (undocumented)
218
- export let ENVIRONMENT_LEVEL: string;
219
-
220
- // @public (undocumented)
221
- export type ErrorDetailMap = Record<string, unknown>;
222
-
223
- // @public (undocumented)
224
- export interface ErrorMap<TErrorDetailMap extends ErrorDetailMap> extends Pick<Map<keyof TErrorDetailMap, Error>, 'get' | 'has' | 'delete' | 'clear' | 'size' | 'values'> {
225
- readonly lastError: Error;
226
- readonly messages: string;
227
- set(key: keyof TErrorDetailMap, error: Error): void;
228
- }
229
-
230
- // @public (undocumented)
231
- export type ErrorMapLogger = (...args: any[]) => void;
232
-
233
- // @public
234
- export type EventName = 'input' | 'change' | 'default';
235
-
236
- // @public
237
- export enum FontStyle {
238
- // (undocumented)
239
- Italic = "italic",
240
- // (undocumented)
241
- Normal = "normal"
242
- }
243
-
244
- // @public
245
- export enum FontWeight {
246
- // (undocumented)
247
- Black = 900,
248
- // (undocumented)
249
- Bold = 700,
250
- // (undocumented)
251
- Light = 300,
252
- // (undocumented)
253
- Medium = 500,
254
- // (undocumented)
255
- Regular = 400,
256
- // (undocumented)
257
- Thin = 100
258
- }
259
-
260
- // @public
261
- export let FORCE_HTTP: string;
262
-
263
- // @public (undocumented)
264
- export let FORGOT_PASSWORD_URL: string;
265
-
266
- // @public
267
- export function formatDateTimestamp(timestamp: number): string;
268
-
269
- // @public
270
- export function formatDateTimeTimestamp(timestamp: number): string;
271
-
272
- // @public
273
- export function formatDateTimeTimestampWithMilliseconds(timestamp: number): string;
274
-
275
- // @public
276
- export function formatTimestamp(timestamp: number, withTime: boolean): string;
277
-
278
- // Warning: (ae-internal-missing-underscore) The name "FoundationLayoutContainer" should be prefixed with an underscore because the declaration is marked as @internal
279
- //
280
- // @internal
281
- export type FoundationLayoutContainer = {
282
- dragging: boolean;
283
- hasFirstLoaded: boolean;
284
- lifecycleUpdateToken: string | undefined;
285
- _key: 'foundation-layout';
286
- };
287
-
288
- // @public (undocumented)
289
- export namespace Genesis {
290
- const // (undocumented)
291
- genesisFieldTypes: readonly ["STRING", "ENUM", "INT", "SHORT", "DOUBLE", "LONG", "BOOLEAN", "BIGDECIMAL", "DATE", "DATETIME", "RAW", "NANO_TIMESTAMP"];
292
- // (undocumented)
293
- export type FieldJsonSchema = JSONSchema7['properties'][string];
294
- // (undocumented)
295
- export type GenesisFieldTypes = (typeof genesisFieldTypes)[number];
296
- // (undocumented)
297
- export type JSONSchema7 = JSONSchema7 & {
298
- properties?: {
299
- [key: string]: JSONSchema7 & {
300
- genesisType: GenesisFieldTypes;
301
- };
302
- } | undefined;
303
- };
304
- }
305
-
306
- // @public
307
- export const GENESIS_SOCKET_URL: string;
308
-
309
- // @public
310
- export function getCurrentDesignSystemPrefix(element: HTMLElement, fallbackPrefix: string): string;
311
-
312
- // @public (undocumented)
313
- export function getDateFormatter(locale?: string, options?: Intl.DateTimeFormatOptions): (params: any) => string;
314
-
315
- // @public
316
- export const getFontMixin: (family: string, style?: FontStyle, weight?: FontWeight) => string;
317
-
318
- // @public (undocumented)
319
- export function getNumberFormatter(format: string, locale?: string | null): (params: any) => any;
320
-
321
- // @public
322
- export let HTTP_CONFIG: string;
323
-
324
- // @public
325
- export const inIFrame: () => boolean;
326
-
327
- // @public
328
- export class InMemoryDatabase<T extends DatabaseRecord> implements Database<T> {
329
- constructor(uuid: UUID);
330
- // (undocumented)
331
- create(newValue: Omit<T, 'id'>): Promise<DatabaseAccessResult.Create<T>>;
332
- // (undocumented)
333
- delete(id: string): Promise<DatabaseAccessResult.Delete>;
334
- // (undocumented)
335
- isWorking: boolean;
336
- // (undocumented)
337
- onAfterUpdate(listener: Listener<DatabaseEvent.AfterUpdate<T>>): () => void;
338
- // (undocumented)
339
- onBeforeUpdate(listener: Listener<DatabaseEvent.BeforeUpdate<T>>): () => void;
340
- // (undocumented)
341
- read(id: string): Promise<DatabaseAccessResult.Read<T>>;
342
- // (undocumented)
343
- update(id: string, newValue: Omit<Partial<T>, 'id'>): Promise<DatabaseAccessResult.Update<T>>;
344
- // (undocumented)
345
- visit(visitor: (record: T) => void): Promise<void>;
346
- }
347
-
348
- // @public
349
- export const insertDocumentCSSRule: (cssRule: string, styleElementId: string) => (() => void);
350
-
351
- // @public
352
- export const insertDocumentLink: (href: string) => void;
353
-
354
- // @public
355
- export const inSymphonyDesktop: () => boolean;
356
-
357
- // @public
358
- export const isDev: () => boolean;
359
-
360
- // @public
361
- export function JSONReplacer(key: string, value: any): any;
362
-
363
- // @public
364
- export function JSONReviver(key: string, value: any): any;
365
-
366
- // @public
367
- export interface JSONSerializer {
368
- deserialize<T = any>(response: Response): Promise<T>;
369
- deserialize<T = any>(event: MessageEvent): T;
370
- deserialize<T = any>(text: string): T;
371
- serialize(object: any): string;
372
- }
373
-
374
- // @public
375
- export const JSONSerializer: InterfaceSymbol<JSONSerializer>;
376
-
377
- // Warning: (ae-internal-mixed-release-tag) Mixed release tags are not allowed for "JSONSerializerConfig" because one of its declarations is marked as @internal
378
- //
379
- // @public
380
- export interface JSONSerializerConfig {
381
- // (undocumented)
382
- parse(text: string, reviver?: (this: any, key: string, value: any) => any): any;
383
- // (undocumented)
384
- parse(text: string, reviver?: (this: any, key: string, value: any) => any, parseNumber?: any): any;
385
- // (undocumented)
386
- stringify(value: any, replacer?: (this: any, key: string, value: any) => any, space?: string | number): string;
387
- // (undocumented)
388
- stringify(value: any, replacer?: (number | string)[] | null, space?: string | number): string;
389
- }
390
-
391
- // @internal
392
- export const JSONSerializerConfig: InterfaceSymbol<JSONSerializerConfig>;
393
-
394
- // Warning: (ae-internal-missing-underscore) The name "LayoutCacheContainer" should be prefixed with an underscore because the declaration is marked as @internal
395
- //
396
- // @internal
397
- export type LayoutCacheContainer = {
398
- _key: 'foundation-layout-cache';
399
- };
400
-
401
- // @public
402
- export const layoutCacheDocument: unique symbol;
403
-
404
- // @beta
405
- export const LifecycleMixin: <T extends ConstructableLifecycleHandler>(Base: T) => {
406
- new (...args: any[]): {
407
- "__#1@#_container": Container;
408
- "__#1@#_latestTokenCode": string;
409
- "__#1@#_hasFirstLoaded": boolean;
410
- "__#1@#_cleanupTimeout": NodeJS.Timeout;
411
- "__#1@#_shouldForceLifecycle": boolean;
412
- cloneNode(deep?: boolean): Node;
413
- deepClone(): Node;
414
- readonly shouldRunDisconnect: boolean;
415
- readonly shouldRunConnect: boolean;
416
- "__#1@#_blockLifecycleDueToTokenChange"(lifecycleType: Lifecycletype): boolean;
417
- "__#1@#_tryFindContainingLayout"(e: Element): Container;
418
- connectedCallback(): void;
419
- readonly $fastController: Controller;
420
- $emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail">): boolean | void;
421
- disconnectedCallback(): void;
422
- attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
423
- accessKey: string;
424
- readonly accessKeyLabel: string;
425
- autocapitalize: string;
426
- dir: string;
427
- draggable: boolean;
428
- hidden: boolean;
429
- inert: boolean;
430
- innerText: string;
431
- lang: string;
432
- readonly offsetHeight: number;
433
- readonly offsetLeft: number;
434
- readonly offsetParent: Element;
435
- readonly offsetTop: number;
436
- readonly offsetWidth: number;
437
- outerText: string;
438
- spellcheck: boolean;
439
- title: string;
440
- translate: boolean;
441
- attachInternals(): ElementInternals;
442
- click(): void;
443
- addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
444
- addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
445
- removeEventListener<K_1 extends keyof HTMLElementEventMap>(type: K_1, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_1]) => any, options?: boolean | EventListenerOptions): void;
446
- removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
447
- readonly attributes: NamedNodeMap;
448
- readonly classList: DOMTokenList;
449
- className: string;
450
- readonly clientHeight: number;
451
- readonly clientLeft: number;
452
- readonly clientTop: number;
453
- readonly clientWidth: number;
454
- id: string;
455
- readonly localName: string;
456
- readonly namespaceURI: string;
457
- onfullscreenchange: (this: Element, ev: Event) => any;
458
- onfullscreenerror: (this: Element, ev: Event) => any;
459
- outerHTML: string;
460
- readonly ownerDocument: Document;
461
- readonly part: DOMTokenList;
462
- readonly prefix: string;
463
- readonly scrollHeight: number;
464
- scrollLeft: number;
465
- scrollTop: number;
466
- readonly scrollWidth: number;
467
- readonly shadowRoot: ShadowRoot;
468
- slot: string;
469
- readonly tagName: string;
470
- attachShadow(init: ShadowRootInit): ShadowRoot;
471
- closest<K_2 extends keyof HTMLElementTagNameMap>(selector: K_2): HTMLElementTagNameMap[K_2];
472
- closest<K_3 extends keyof SVGElementTagNameMap>(selector: K_3): SVGElementTagNameMap[K_3];
473
- closest<E extends Element = Element>(selectors: string): E;
474
- getAttribute(qualifiedName: string): string;
475
- getAttributeNS(namespace: string, localName: string): string;
476
- getAttributeNames(): string[];
477
- getAttributeNode(qualifiedName: string): Attr;
478
- getAttributeNodeNS(namespace: string, localName: string): Attr;
479
- getBoundingClientRect(): DOMRect;
480
- getClientRects(): DOMRectList;
481
- getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
482
- getElementsByTagName<K_4 extends keyof HTMLElementTagNameMap>(qualifiedName: K_4): HTMLCollectionOf<HTMLElementTagNameMap[K_4]>;
483
- getElementsByTagName<K_5 extends keyof SVGElementTagNameMap>(qualifiedName: K_5): HTMLCollectionOf<SVGElementTagNameMap[K_5]>;
484
- getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
485
- getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
486
- getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
487
- getElementsByTagNameNS(namespace: string, localName: string): HTMLCollectionOf<Element>;
488
- hasAttribute(qualifiedName: string): boolean;
489
- hasAttributeNS(namespace: string, localName: string): boolean;
490
- hasAttributes(): boolean;
491
- hasPointerCapture(pointerId: number): boolean;
492
- insertAdjacentElement(where: InsertPosition, element: Element): Element;
493
- insertAdjacentHTML(position: InsertPosition, text: string): void;
494
- insertAdjacentText(where: InsertPosition, data: string): void;
495
- matches(selectors: string): boolean;
496
- releasePointerCapture(pointerId: number): void;
497
- removeAttribute(qualifiedName: string): void;
498
- removeAttributeNS(namespace: string, localName: string): void;
499
- removeAttributeNode(attr: Attr): Attr;
500
- requestFullscreen(options?: FullscreenOptions): Promise<void>;
501
- requestPointerLock(): void;
502
- scroll(options?: ScrollToOptions): void;
503
- scroll(x: number, y: number): void;
504
- scrollBy(options?: ScrollToOptions): void;
505
- scrollBy(x: number, y: number): void;
506
- scrollIntoView(arg?: boolean | ScrollIntoViewOptions): void;
507
- scrollTo(options?: ScrollToOptions): void;
508
- scrollTo(x: number, y: number): void;
509
- setAttribute(qualifiedName: string, value: string): void;
510
- setAttributeNS(namespace: string, qualifiedName: string, value: string): void;
511
- setAttributeNode(attr: Attr): Attr;
512
- setAttributeNodeNS(attr: Attr): Attr;
513
- setPointerCapture(pointerId: number): void;
514
- toggleAttribute(qualifiedName: string, force?: boolean): boolean;
515
- webkitMatchesSelector(selectors: string): boolean;
516
- readonly baseURI: string;
517
- readonly childNodes: NodeListOf<ChildNode>;
518
- readonly firstChild: ChildNode;
519
- readonly isConnected: boolean;
520
- readonly lastChild: ChildNode;
521
- readonly nextSibling: ChildNode;
522
- readonly nodeName: string;
523
- readonly nodeType: number;
524
- nodeValue: string;
525
- readonly parentElement: HTMLElement;
526
- readonly parentNode: ParentNode;
527
- readonly previousSibling: ChildNode;
528
- textContent: string;
529
- appendChild<T_1 extends Node>(node: T_1): T_1;
530
- compareDocumentPosition(other: Node): number;
531
- contains(other: Node): boolean;
532
- getRootNode(options?: GetRootNodeOptions): Node;
533
- hasChildNodes(): boolean;
534
- insertBefore<T_2 extends Node>(node: T_2, child: Node): T_2;
535
- isDefaultNamespace(namespace: string): boolean;
536
- isEqualNode(otherNode: Node): boolean;
537
- isSameNode(otherNode: Node): boolean;
538
- lookupNamespaceURI(prefix: string): string;
539
- lookupPrefix(namespace: string): string;
540
- normalize(): void;
541
- removeChild<T_3 extends Node>(child: T_3): T_3;
542
- replaceChild<T_4 extends Node>(node: Node, child: T_4): T_4;
543
- readonly ATTRIBUTE_NODE: number;
544
- readonly CDATA_SECTION_NODE: number;
545
- readonly COMMENT_NODE: number;
546
- readonly DOCUMENT_FRAGMENT_NODE: number;
547
- readonly DOCUMENT_NODE: number;
548
- readonly DOCUMENT_POSITION_CONTAINED_BY: number;
549
- readonly DOCUMENT_POSITION_CONTAINS: number;
550
- readonly DOCUMENT_POSITION_DISCONNECTED: number;
551
- readonly DOCUMENT_POSITION_FOLLOWING: number;
552
- readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: number;
553
- readonly DOCUMENT_POSITION_PRECEDING: number;
554
- readonly DOCUMENT_TYPE_NODE: number;
555
- readonly ELEMENT_NODE: number;
556
- readonly ENTITY_NODE: number;
557
- readonly ENTITY_REFERENCE_NODE: number;
558
- readonly NOTATION_NODE: number;
559
- readonly PROCESSING_INSTRUCTION_NODE: number;
560
- readonly TEXT_NODE: number;
561
- dispatchEvent(event: Event): boolean;
562
- ariaAtomic: string;
563
- ariaAutoComplete: string;
564
- ariaBusy: string;
565
- ariaChecked: string;
566
- ariaColCount: string;
567
- ariaColIndex: string;
568
- ariaColIndexText: string;
569
- ariaColSpan: string;
570
- ariaCurrent: string;
571
- ariaDisabled: string;
572
- ariaExpanded: string;
573
- ariaHasPopup: string;
574
- ariaHidden: string;
575
- ariaInvalid: string;
576
- ariaKeyShortcuts: string;
577
- ariaLabel: string;
578
- ariaLevel: string;
579
- ariaLive: string;
580
- ariaModal: string;
581
- ariaMultiLine: string;
582
- ariaMultiSelectable: string;
583
- ariaOrientation: string;
584
- ariaPlaceholder: string;
585
- ariaPosInSet: string;
586
- ariaPressed: string;
587
- ariaReadOnly: string;
588
- ariaRequired: string;
589
- ariaRoleDescription: string;
590
- ariaRowCount: string;
591
- ariaRowIndex: string;
592
- ariaRowIndexText: string;
593
- ariaRowSpan: string;
594
- ariaSelected: string;
595
- ariaSetSize: string;
596
- ariaSort: string;
597
- ariaValueMax: string;
598
- ariaValueMin: string;
599
- ariaValueNow: string;
600
- ariaValueText: string;
601
- role: string;
602
- animate(keyframes: Keyframe[] | PropertyIndexedKeyframes, options?: number | KeyframeAnimationOptions): Animation;
603
- getAnimations(options?: GetAnimationsOptions): Animation[];
604
- after(...nodes: (string | Node)[]): void;
605
- before(...nodes: (string | Node)[]): void;
606
- remove(): void;
607
- replaceWith(...nodes: (string | Node)[]): void;
608
- innerHTML: string;
609
- readonly nextElementSibling: Element;
610
- readonly previousElementSibling: Element;
611
- readonly childElementCount: number;
612
- readonly children: HTMLCollection;
613
- readonly firstElementChild: Element;
614
- readonly lastElementChild: Element;
615
- append(...nodes: (string | Node)[]): void;
616
- prepend(...nodes: (string | Node)[]): void;
617
- querySelector<K_6 extends keyof HTMLElementTagNameMap>(selectors: K_6): HTMLElementTagNameMap[K_6];
618
- querySelector<K_7 extends keyof SVGElementTagNameMap>(selectors: K_7): SVGElementTagNameMap[K_7];
619
- querySelector<E_1 extends Element = Element>(selectors: string): E_1;
620
- querySelectorAll<K_8 extends keyof HTMLElementTagNameMap>(selectors: K_8): NodeListOf<HTMLElementTagNameMap[K_8]>;
621
- querySelectorAll<K_9 extends keyof SVGElementTagNameMap>(selectors: K_9): NodeListOf<SVGElementTagNameMap[K_9]>;
622
- querySelectorAll<E_2 extends Element = Element>(selectors: string): NodeListOf<E_2>;
623
- replaceChildren(...nodes: (string | Node)[]): void;
624
- readonly assignedSlot: HTMLSlotElement;
625
- oncopy: (this: DocumentAndElementEventHandlers, ev: ClipboardEvent) => any;
626
- oncut: (this: DocumentAndElementEventHandlers, ev: ClipboardEvent) => any;
627
- onpaste: (this: DocumentAndElementEventHandlers, ev: ClipboardEvent) => any;
628
- readonly style: CSSStyleDeclaration;
629
- contentEditable: string;
630
- enterKeyHint: string;
631
- inputMode: string;
632
- readonly isContentEditable: boolean;
633
- onabort: (this: GlobalEventHandlers, ev: UIEvent) => any;
634
- onanimationcancel: (this: GlobalEventHandlers, ev: AnimationEvent) => any;
635
- onanimationend: (this: GlobalEventHandlers, ev: AnimationEvent) => any;
636
- onanimationiteration: (this: GlobalEventHandlers, ev: AnimationEvent) => any;
637
- onanimationstart: (this: GlobalEventHandlers, ev: AnimationEvent) => any;
638
- onauxclick: (this: GlobalEventHandlers, ev: MouseEvent) => any;
639
- onbeforeinput: (this: GlobalEventHandlers, ev: InputEvent) => any;
640
- onblur: (this: GlobalEventHandlers, ev: FocusEvent) => any;
641
- oncancel: (this: GlobalEventHandlers, ev: Event) => any;
642
- oncanplay: (this: GlobalEventHandlers, ev: Event) => any;
643
- oncanplaythrough: (this: GlobalEventHandlers, ev: Event) => any;
644
- onchange: (this: GlobalEventHandlers, ev: Event) => any;
645
- onclick: (this: GlobalEventHandlers, ev: MouseEvent) => any;
646
- onclose: (this: GlobalEventHandlers, ev: Event) => any;
647
- oncontextmenu: (this: GlobalEventHandlers, ev: MouseEvent) => any;
648
- oncuechange: (this: GlobalEventHandlers, ev: Event) => any;
649
- ondblclick: (this: GlobalEventHandlers, ev: MouseEvent) => any;
650
- ondrag: (this: GlobalEventHandlers, ev: DragEvent) => any;
651
- ondragend: (this: GlobalEventHandlers, ev: DragEvent) => any;
652
- ondragenter: (this: GlobalEventHandlers, ev: DragEvent) => any;
653
- ondragleave: (this: GlobalEventHandlers, ev: DragEvent) => any;
654
- ondragover: (this: GlobalEventHandlers, ev: DragEvent) => any;
655
- ondragstart: (this: GlobalEventHandlers, ev: DragEvent) => any;
656
- ondrop: (this: GlobalEventHandlers, ev: DragEvent) => any;
657
- ondurationchange: (this: GlobalEventHandlers, ev: Event) => any;
658
- onemptied: (this: GlobalEventHandlers, ev: Event) => any;
659
- onended: (this: GlobalEventHandlers, ev: Event) => any;
660
- onerror: OnErrorEventHandlerNonNull;
661
- onfocus: (this: GlobalEventHandlers, ev: FocusEvent) => any;
662
- onformdata: (this: GlobalEventHandlers, ev: FormDataEvent) => any;
663
- ongotpointercapture: (this: GlobalEventHandlers, ev: PointerEvent) => any;
664
- oninput: (this: GlobalEventHandlers, ev: Event) => any;
665
- oninvalid: (this: GlobalEventHandlers, ev: Event) => any;
666
- onkeydown: (this: GlobalEventHandlers, ev: KeyboardEvent) => any;
667
- onkeypress: (this: GlobalEventHandlers, ev: KeyboardEvent) => any;
668
- onkeyup: (this: GlobalEventHandlers, ev: KeyboardEvent) => any;
669
- onload: (this: GlobalEventHandlers, ev: Event) => any;
670
- onloadeddata: (this: GlobalEventHandlers, ev: Event) => any;
671
- onloadedmetadata: (this: GlobalEventHandlers, ev: Event) => any;
672
- onloadstart: (this: GlobalEventHandlers, ev: Event) => any;
673
- onlostpointercapture: (this: GlobalEventHandlers, ev: PointerEvent) => any;
674
- onmousedown: (this: GlobalEventHandlers, ev: MouseEvent) => any;
675
- onmouseenter: (this: GlobalEventHandlers, ev: MouseEvent) => any;
676
- onmouseleave: (this: GlobalEventHandlers, ev: MouseEvent) => any;
677
- onmousemove: (this: GlobalEventHandlers, ev: MouseEvent) => any;
678
- onmouseout: (this: GlobalEventHandlers, ev: MouseEvent) => any;
679
- onmouseover: (this: GlobalEventHandlers, ev: MouseEvent) => any;
680
- onmouseup: (this: GlobalEventHandlers, ev: MouseEvent) => any;
681
- onpause: (this: GlobalEventHandlers, ev: Event) => any;
682
- onplay: (this: GlobalEventHandlers, ev: Event) => any;
683
- onplaying: (this: GlobalEventHandlers, ev: Event) => any;
684
- onpointercancel: (this: GlobalEventHandlers, ev: PointerEvent) => any;
685
- onpointerdown: (this: GlobalEventHandlers, ev: PointerEvent) => any;
686
- onpointerenter: (this: GlobalEventHandlers, ev: PointerEvent) => any;
687
- onpointerleave: (this: GlobalEventHandlers, ev: PointerEvent) => any;
688
- onpointermove: (this: GlobalEventHandlers, ev: PointerEvent) => any;
689
- onpointerout: (this: GlobalEventHandlers, ev: PointerEvent) => any;
690
- onpointerover: (this: GlobalEventHandlers, ev: PointerEvent) => any;
691
- onpointerup: (this: GlobalEventHandlers, ev: PointerEvent) => any;
692
- onprogress: (this: GlobalEventHandlers, ev: ProgressEvent<EventTarget>) => any;
693
- onratechange: (this: GlobalEventHandlers, ev: Event) => any;
694
- onreset: (this: GlobalEventHandlers, ev: Event) => any;
695
- onresize: (this: GlobalEventHandlers, ev: UIEvent) => any;
696
- onscroll: (this: GlobalEventHandlers, ev: Event) => any;
697
- onsecuritypolicyviolation: (this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any;
698
- onseeked: (this: GlobalEventHandlers, ev: Event) => any;
699
- onseeking: (this: GlobalEventHandlers, ev: Event) => any;
700
- onselect: (this: GlobalEventHandlers, ev: Event) => any;
701
- onselectionchange: (this: GlobalEventHandlers, ev: Event) => any;
702
- onselectstart: (this: GlobalEventHandlers, ev: Event) => any;
703
- onslotchange: (this: GlobalEventHandlers, ev: Event) => any;
704
- onstalled: (this: GlobalEventHandlers, ev: Event) => any;
705
- onsubmit: (this: GlobalEventHandlers, ev: SubmitEvent) => any;
706
- onsuspend: (this: GlobalEventHandlers, ev: Event) => any;
707
- ontimeupdate: (this: GlobalEventHandlers, ev: Event) => any;
708
- ontoggle: (this: GlobalEventHandlers, ev: Event) => any;
709
- ontouchcancel?: (this: GlobalEventHandlers, ev: TouchEvent) => any;
710
- ontouchend?: (this: GlobalEventHandlers, ev: TouchEvent) => any;
711
- ontouchmove?: (this: GlobalEventHandlers, ev: TouchEvent) => any;
712
- ontouchstart?: (this: GlobalEventHandlers, ev: TouchEvent) => any;
713
- ontransitioncancel: (this: GlobalEventHandlers, ev: TransitionEvent) => any;
714
- ontransitionend: (this: GlobalEventHandlers, ev: TransitionEvent) => any;
715
- ontransitionrun: (this: GlobalEventHandlers, ev: TransitionEvent) => any;
716
- ontransitionstart: (this: GlobalEventHandlers, ev: TransitionEvent) => any;
717
- onvolumechange: (this: GlobalEventHandlers, ev: Event) => any;
718
- onwaiting: (this: GlobalEventHandlers, ev: Event) => any;
719
- onwebkitanimationend: (this: GlobalEventHandlers, ev: Event) => any;
720
- onwebkitanimationiteration: (this: GlobalEventHandlers, ev: Event) => any;
721
- onwebkitanimationstart: (this: GlobalEventHandlers, ev: Event) => any;
722
- onwebkittransitionend: (this: GlobalEventHandlers, ev: Event) => any;
723
- onwheel: (this: GlobalEventHandlers, ev: WheelEvent) => any;
724
- autofocus: boolean;
725
- readonly dataset: DOMStringMap;
726
- nonce?: string;
727
- tabIndex: number;
728
- blur(): void;
729
- focus(options?: FocusOptions): void;
730
- };
731
- } & T;
732
-
733
- // @public
734
- export type Listener<EventType> = (ev: EventType) => void;
735
-
736
- // @public
737
- export const loadFontFaces: (fontFaceRules: string, styleElementId: string) => void;
738
-
739
- // @public
740
- export interface Logger extends Logger_2 {
741
- deprecated(symbol: string, instruction?: string, removalVersionTarget?: string): void;
742
- }
743
-
744
- // @public
745
- export const logger: Logger_2;
746
-
747
- // @public
748
- export interface LoggerOptions extends LoggerOptions_2 {
749
- }
750
-
751
- // @public (undocumented)
752
- export let LOGIN_DETAILS_URL: string;
753
-
754
- // @public (undocumented)
755
- export let LOGIN_REFRESH_URL: string;
756
-
757
- // @public (undocumented)
758
- export let LOGIN_URL: string;
759
-
760
- export { LogLevel }
761
-
762
- // @public (undocumented)
763
- export let LOGOUT_URL: string;
764
-
765
- // @public
766
- export function mapGenesisJsonSchema(jsonSchemResponse: {
767
- OUTBOUND: JSONSchema7;
768
- }): Genesis.JSONSchema7;
769
-
770
- // @public
771
- export function mapJsonSchemaFieldToExprBuilderField([name, schema]: [
772
- string,
773
- Genesis.FieldJsonSchema
774
- ]): Types.Field | null;
775
-
776
- // @public (undocumented)
777
- export class NumberParser {
778
- constructor(locale: string);
779
- // (undocumented)
780
- hasSeparator(localeNumber: string): boolean;
781
- // (undocumented)
782
- parse(localeNumber: string): number;
783
- }
784
-
785
- // @beta (undocumented)
786
- export interface ObjectVisitor<TVisitorData> {
787
- // (undocumented)
788
- visitArray(array: any[], data: TVisitorData): void;
789
- // (undocumented)
790
- visitObject(object: any, data: TVisitorData): void;
791
- // (undocumented)
792
- visitProperty(object: any, key: PropertyKey, value: any, data: TVisitorData): void;
793
- }
794
-
795
- // @public
796
- export interface Observer<EventType> {
797
- // (undocumented)
798
- publish: Publish<EventType>;
799
- // (undocumented)
800
- subscribe: Subscribe<EventType>;
801
- }
802
-
803
- // @public
804
- export const openPopup: (urlNavigate: string, target: string, popUpWidth?: number, popUpHeight?: number) => Window;
805
-
806
- // @public
807
- export const PendingState: <TBase extends ConstructablePendingState>(Base: TBase) => {
808
- new (...args: any[]): {
809
- pendingCount: number;
810
- resolvedCount: number;
811
- hasPendingChildren: boolean;
812
- readonly progress: number;
813
- connectedCallback(): void;
814
- disconnectedCallback(): void;
815
- onPendingState({ detail }: PendingStateEvent): Promise<void>;
816
- readonly $fastController: Controller;
817
- $emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail">): boolean | void;
818
- attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
819
- accessKey: string;
820
- readonly accessKeyLabel: string;
821
- autocapitalize: string;
822
- dir: string;
823
- draggable: boolean;
824
- hidden: boolean;
825
- inert: boolean;
826
- innerText: string;
827
- lang: string;
828
- readonly offsetHeight: number;
829
- readonly offsetLeft: number;
830
- readonly offsetParent: Element;
831
- readonly offsetTop: number;
832
- readonly offsetWidth: number;
833
- outerText: string;
834
- spellcheck: boolean;
835
- title: string;
836
- translate: boolean;
837
- attachInternals(): ElementInternals;
838
- click(): void;
839
- addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
840
- addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
841
- removeEventListener<K_1 extends keyof HTMLElementEventMap>(type: K_1, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_1]) => any, options?: boolean | EventListenerOptions): void;
842
- removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
843
- readonly attributes: NamedNodeMap;
844
- readonly classList: DOMTokenList;
845
- className: string;
846
- readonly clientHeight: number;
847
- readonly clientLeft: number;
848
- readonly clientTop: number;
849
- readonly clientWidth: number;
850
- id: string;
851
- readonly localName: string;
852
- readonly namespaceURI: string;
853
- onfullscreenchange: (this: Element, ev: Event) => any;
854
- onfullscreenerror: (this: Element, ev: Event) => any;
855
- outerHTML: string;
856
- readonly ownerDocument: Document;
857
- readonly part: DOMTokenList;
858
- readonly prefix: string;
859
- readonly scrollHeight: number;
860
- scrollLeft: number;
861
- scrollTop: number;
862
- readonly scrollWidth: number;
863
- readonly shadowRoot: ShadowRoot;
864
- slot: string;
865
- readonly tagName: string;
866
- attachShadow(init: ShadowRootInit): ShadowRoot;
867
- closest<K_2 extends keyof HTMLElementTagNameMap>(selector: K_2): HTMLElementTagNameMap[K_2];
868
- closest<K_3 extends keyof SVGElementTagNameMap>(selector: K_3): SVGElementTagNameMap[K_3];
869
- closest<E extends Element = Element>(selectors: string): E;
870
- getAttribute(qualifiedName: string): string;
871
- getAttributeNS(namespace: string, localName: string): string;
872
- getAttributeNames(): string[];
873
- getAttributeNode(qualifiedName: string): Attr;
874
- getAttributeNodeNS(namespace: string, localName: string): Attr;
875
- getBoundingClientRect(): DOMRect;
876
- getClientRects(): DOMRectList;
877
- getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
878
- getElementsByTagName<K_4 extends keyof HTMLElementTagNameMap>(qualifiedName: K_4): HTMLCollectionOf<HTMLElementTagNameMap[K_4]>;
879
- getElementsByTagName<K_5 extends keyof SVGElementTagNameMap>(qualifiedName: K_5): HTMLCollectionOf<SVGElementTagNameMap[K_5]>;
880
- getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
881
- getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
882
- getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
883
- getElementsByTagNameNS(namespace: string, localName: string): HTMLCollectionOf<Element>;
884
- hasAttribute(qualifiedName: string): boolean;
885
- hasAttributeNS(namespace: string, localName: string): boolean;
886
- hasAttributes(): boolean;
887
- hasPointerCapture(pointerId: number): boolean;
888
- insertAdjacentElement(where: InsertPosition, element: Element): Element;
889
- insertAdjacentHTML(position: InsertPosition, text: string): void;
890
- insertAdjacentText(where: InsertPosition, data: string): void;
891
- matches(selectors: string): boolean;
892
- releasePointerCapture(pointerId: number): void;
893
- removeAttribute(qualifiedName: string): void;
894
- removeAttributeNS(namespace: string, localName: string): void;
895
- removeAttributeNode(attr: Attr): Attr;
896
- requestFullscreen(options?: FullscreenOptions): Promise<void>;
897
- requestPointerLock(): void;
898
- scroll(options?: ScrollToOptions): void;
899
- scroll(x: number, y: number): void;
900
- scrollBy(options?: ScrollToOptions): void;
901
- scrollBy(x: number, y: number): void;
902
- scrollIntoView(arg?: boolean | ScrollIntoViewOptions): void;
903
- scrollTo(options?: ScrollToOptions): void;
904
- scrollTo(x: number, y: number): void;
905
- setAttribute(qualifiedName: string, value: string): void;
906
- setAttributeNS(namespace: string, qualifiedName: string, value: string): void;
907
- setAttributeNode(attr: Attr): Attr;
908
- setAttributeNodeNS(attr: Attr): Attr;
909
- setPointerCapture(pointerId: number): void;
910
- toggleAttribute(qualifiedName: string, force?: boolean): boolean;
911
- webkitMatchesSelector(selectors: string): boolean;
912
- readonly baseURI: string;
913
- readonly childNodes: NodeListOf<ChildNode>;
914
- readonly firstChild: ChildNode;
915
- readonly isConnected: boolean;
916
- readonly lastChild: ChildNode;
917
- readonly nextSibling: ChildNode;
918
- readonly nodeName: string;
919
- readonly nodeType: number;
920
- nodeValue: string;
921
- readonly parentElement: HTMLElement;
922
- readonly parentNode: ParentNode;
923
- readonly previousSibling: ChildNode;
924
- textContent: string;
925
- appendChild<T extends Node>(node: T): T;
926
- cloneNode(deep?: boolean): Node;
927
- compareDocumentPosition(other: Node): number;
928
- contains(other: Node): boolean;
929
- getRootNode(options?: GetRootNodeOptions): Node;
930
- hasChildNodes(): boolean;
931
- insertBefore<T_1 extends Node>(node: T_1, child: Node): T_1;
932
- isDefaultNamespace(namespace: string): boolean;
933
- isEqualNode(otherNode: Node): boolean;
934
- isSameNode(otherNode: Node): boolean;
935
- lookupNamespaceURI(prefix: string): string;
936
- lookupPrefix(namespace: string): string;
937
- normalize(): void;
938
- removeChild<T_2 extends Node>(child: T_2): T_2;
939
- replaceChild<T_3 extends Node>(node: Node, child: T_3): T_3;
940
- readonly ATTRIBUTE_NODE: number;
941
- readonly CDATA_SECTION_NODE: number;
942
- readonly COMMENT_NODE: number;
943
- readonly DOCUMENT_FRAGMENT_NODE: number;
944
- readonly DOCUMENT_NODE: number;
945
- readonly DOCUMENT_POSITION_CONTAINED_BY: number;
946
- readonly DOCUMENT_POSITION_CONTAINS: number;
947
- readonly DOCUMENT_POSITION_DISCONNECTED: number;
948
- readonly DOCUMENT_POSITION_FOLLOWING: number;
949
- readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: number;
950
- readonly DOCUMENT_POSITION_PRECEDING: number;
951
- readonly DOCUMENT_TYPE_NODE: number;
952
- readonly ELEMENT_NODE: number;
953
- readonly ENTITY_NODE: number;
954
- readonly ENTITY_REFERENCE_NODE: number;
955
- readonly NOTATION_NODE: number;
956
- readonly PROCESSING_INSTRUCTION_NODE: number;
957
- readonly TEXT_NODE: number;
958
- dispatchEvent(event: Event): boolean;
959
- ariaAtomic: string;
960
- ariaAutoComplete: string;
961
- ariaBusy: string;
962
- ariaChecked: string;
963
- ariaColCount: string;
964
- ariaColIndex: string;
965
- ariaColIndexText: string;
966
- ariaColSpan: string;
967
- ariaCurrent: string;
968
- ariaDisabled: string;
969
- ariaExpanded: string;
970
- ariaHasPopup: string;
971
- ariaHidden: string;
972
- ariaInvalid: string;
973
- ariaKeyShortcuts: string;
974
- ariaLabel: string;
975
- ariaLevel: string;
976
- ariaLive: string;
977
- ariaModal: string;
978
- ariaMultiLine: string;
979
- ariaMultiSelectable: string;
980
- ariaOrientation: string;
981
- ariaPlaceholder: string;
982
- ariaPosInSet: string;
983
- ariaPressed: string;
984
- ariaReadOnly: string;
985
- ariaRequired: string;
986
- ariaRoleDescription: string;
987
- ariaRowCount: string;
988
- ariaRowIndex: string;
989
- ariaRowIndexText: string;
990
- ariaRowSpan: string;
991
- ariaSelected: string;
992
- ariaSetSize: string;
993
- ariaSort: string;
994
- ariaValueMax: string;
995
- ariaValueMin: string;
996
- ariaValueNow: string;
997
- ariaValueText: string;
998
- role: string;
999
- animate(keyframes: Keyframe[] | PropertyIndexedKeyframes, options?: number | KeyframeAnimationOptions): Animation;
1000
- getAnimations(options?: GetAnimationsOptions): Animation[];
1001
- after(...nodes: (string | Node)[]): void;
1002
- before(...nodes: (string | Node)[]): void;
1003
- remove(): void;
1004
- replaceWith(...nodes: (string | Node)[]): void;
1005
- innerHTML: string;
1006
- readonly nextElementSibling: Element;
1007
- readonly previousElementSibling: Element;
1008
- readonly childElementCount: number;
1009
- readonly children: HTMLCollection;
1010
- readonly firstElementChild: Element;
1011
- readonly lastElementChild: Element;
1012
- append(...nodes: (string | Node)[]): void;
1013
- prepend(...nodes: (string | Node)[]): void;
1014
- querySelector<K_6 extends keyof HTMLElementTagNameMap>(selectors: K_6): HTMLElementTagNameMap[K_6];
1015
- querySelector<K_7 extends keyof SVGElementTagNameMap>(selectors: K_7): SVGElementTagNameMap[K_7];
1016
- querySelector<E_1 extends Element = Element>(selectors: string): E_1;
1017
- querySelectorAll<K_8 extends keyof HTMLElementTagNameMap>(selectors: K_8): NodeListOf<HTMLElementTagNameMap[K_8]>;
1018
- querySelectorAll<K_9 extends keyof SVGElementTagNameMap>(selectors: K_9): NodeListOf<SVGElementTagNameMap[K_9]>;
1019
- querySelectorAll<E_2 extends Element = Element>(selectors: string): NodeListOf<E_2>;
1020
- replaceChildren(...nodes: (string | Node)[]): void;
1021
- readonly assignedSlot: HTMLSlotElement;
1022
- oncopy: (this: DocumentAndElementEventHandlers, ev: ClipboardEvent) => any;
1023
- oncut: (this: DocumentAndElementEventHandlers, ev: ClipboardEvent) => any;
1024
- onpaste: (this: DocumentAndElementEventHandlers, ev: ClipboardEvent) => any;
1025
- readonly style: CSSStyleDeclaration;
1026
- contentEditable: string;
1027
- enterKeyHint: string;
1028
- inputMode: string;
1029
- readonly isContentEditable: boolean;
1030
- onabort: (this: GlobalEventHandlers, ev: UIEvent) => any;
1031
- onanimationcancel: (this: GlobalEventHandlers, ev: AnimationEvent) => any;
1032
- onanimationend: (this: GlobalEventHandlers, ev: AnimationEvent) => any;
1033
- onanimationiteration: (this: GlobalEventHandlers, ev: AnimationEvent) => any;
1034
- onanimationstart: (this: GlobalEventHandlers, ev: AnimationEvent) => any;
1035
- onauxclick: (this: GlobalEventHandlers, ev: MouseEvent) => any;
1036
- onbeforeinput: (this: GlobalEventHandlers, ev: InputEvent) => any;
1037
- onblur: (this: GlobalEventHandlers, ev: FocusEvent) => any;
1038
- oncancel: (this: GlobalEventHandlers, ev: Event) => any;
1039
- oncanplay: (this: GlobalEventHandlers, ev: Event) => any;
1040
- oncanplaythrough: (this: GlobalEventHandlers, ev: Event) => any;
1041
- onchange: (this: GlobalEventHandlers, ev: Event) => any;
1042
- onclick: (this: GlobalEventHandlers, ev: MouseEvent) => any;
1043
- onclose: (this: GlobalEventHandlers, ev: Event) => any;
1044
- oncontextmenu: (this: GlobalEventHandlers, ev: MouseEvent) => any;
1045
- oncuechange: (this: GlobalEventHandlers, ev: Event) => any;
1046
- ondblclick: (this: GlobalEventHandlers, ev: MouseEvent) => any;
1047
- ondrag: (this: GlobalEventHandlers, ev: DragEvent) => any;
1048
- ondragend: (this: GlobalEventHandlers, ev: DragEvent) => any;
1049
- ondragenter: (this: GlobalEventHandlers, ev: DragEvent) => any;
1050
- ondragleave: (this: GlobalEventHandlers, ev: DragEvent) => any;
1051
- ondragover: (this: GlobalEventHandlers, ev: DragEvent) => any;
1052
- ondragstart: (this: GlobalEventHandlers, ev: DragEvent) => any;
1053
- ondrop: (this: GlobalEventHandlers, ev: DragEvent) => any;
1054
- ondurationchange: (this: GlobalEventHandlers, ev: Event) => any;
1055
- onemptied: (this: GlobalEventHandlers, ev: Event) => any;
1056
- onended: (this: GlobalEventHandlers, ev: Event) => any;
1057
- onerror: OnErrorEventHandlerNonNull;
1058
- onfocus: (this: GlobalEventHandlers, ev: FocusEvent) => any;
1059
- onformdata: (this: GlobalEventHandlers, ev: FormDataEvent) => any;
1060
- ongotpointercapture: (this: GlobalEventHandlers, ev: PointerEvent) => any;
1061
- oninput: (this: GlobalEventHandlers, ev: Event) => any;
1062
- oninvalid: (this: GlobalEventHandlers, ev: Event) => any;
1063
- onkeydown: (this: GlobalEventHandlers, ev: KeyboardEvent) => any;
1064
- onkeypress: (this: GlobalEventHandlers, ev: KeyboardEvent) => any;
1065
- onkeyup: (this: GlobalEventHandlers, ev: KeyboardEvent) => any;
1066
- onload: (this: GlobalEventHandlers, ev: Event) => any;
1067
- onloadeddata: (this: GlobalEventHandlers, ev: Event) => any;
1068
- onloadedmetadata: (this: GlobalEventHandlers, ev: Event) => any;
1069
- onloadstart: (this: GlobalEventHandlers, ev: Event) => any;
1070
- onlostpointercapture: (this: GlobalEventHandlers, ev: PointerEvent) => any;
1071
- onmousedown: (this: GlobalEventHandlers, ev: MouseEvent) => any;
1072
- onmouseenter: (this: GlobalEventHandlers, ev: MouseEvent) => any;
1073
- onmouseleave: (this: GlobalEventHandlers, ev: MouseEvent) => any;
1074
- onmousemove: (this: GlobalEventHandlers, ev: MouseEvent) => any;
1075
- onmouseout: (this: GlobalEventHandlers, ev: MouseEvent) => any;
1076
- onmouseover: (this: GlobalEventHandlers, ev: MouseEvent) => any;
1077
- onmouseup: (this: GlobalEventHandlers, ev: MouseEvent) => any;
1078
- onpause: (this: GlobalEventHandlers, ev: Event) => any;
1079
- onplay: (this: GlobalEventHandlers, ev: Event) => any;
1080
- onplaying: (this: GlobalEventHandlers, ev: Event) => any;
1081
- onpointercancel: (this: GlobalEventHandlers, ev: PointerEvent) => any;
1082
- onpointerdown: (this: GlobalEventHandlers, ev: PointerEvent) => any;
1083
- onpointerenter: (this: GlobalEventHandlers, ev: PointerEvent) => any;
1084
- onpointerleave: (this: GlobalEventHandlers, ev: PointerEvent) => any;
1085
- onpointermove: (this: GlobalEventHandlers, ev: PointerEvent) => any;
1086
- onpointerout: (this: GlobalEventHandlers, ev: PointerEvent) => any;
1087
- onpointerover: (this: GlobalEventHandlers, ev: PointerEvent) => any;
1088
- onpointerup: (this: GlobalEventHandlers, ev: PointerEvent) => any;
1089
- onprogress: (this: GlobalEventHandlers, ev: ProgressEvent<EventTarget>) => any;
1090
- onratechange: (this: GlobalEventHandlers, ev: Event) => any;
1091
- onreset: (this: GlobalEventHandlers, ev: Event) => any;
1092
- onresize: (this: GlobalEventHandlers, ev: UIEvent) => any;
1093
- onscroll: (this: GlobalEventHandlers, ev: Event) => any;
1094
- onsecuritypolicyviolation: (this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any;
1095
- onseeked: (this: GlobalEventHandlers, ev: Event) => any;
1096
- onseeking: (this: GlobalEventHandlers, ev: Event) => any;
1097
- onselect: (this: GlobalEventHandlers, ev: Event) => any;
1098
- onselectionchange: (this: GlobalEventHandlers, ev: Event) => any;
1099
- onselectstart: (this: GlobalEventHandlers, ev: Event) => any;
1100
- onslotchange: (this: GlobalEventHandlers, ev: Event) => any;
1101
- onstalled: (this: GlobalEventHandlers, ev: Event) => any;
1102
- onsubmit: (this: GlobalEventHandlers, ev: SubmitEvent) => any;
1103
- onsuspend: (this: GlobalEventHandlers, ev: Event) => any;
1104
- ontimeupdate: (this: GlobalEventHandlers, ev: Event) => any;
1105
- ontoggle: (this: GlobalEventHandlers, ev: Event) => any;
1106
- ontouchcancel?: (this: GlobalEventHandlers, ev: TouchEvent) => any;
1107
- ontouchend?: (this: GlobalEventHandlers, ev: TouchEvent) => any;
1108
- ontouchmove?: (this: GlobalEventHandlers, ev: TouchEvent) => any;
1109
- ontouchstart?: (this: GlobalEventHandlers, ev: TouchEvent) => any;
1110
- ontransitioncancel: (this: GlobalEventHandlers, ev: TransitionEvent) => any;
1111
- ontransitionend: (this: GlobalEventHandlers, ev: TransitionEvent) => any;
1112
- ontransitionrun: (this: GlobalEventHandlers, ev: TransitionEvent) => any;
1113
- ontransitionstart: (this: GlobalEventHandlers, ev: TransitionEvent) => any;
1114
- onvolumechange: (this: GlobalEventHandlers, ev: Event) => any;
1115
- onwaiting: (this: GlobalEventHandlers, ev: Event) => any;
1116
- onwebkitanimationend: (this: GlobalEventHandlers, ev: Event) => any;
1117
- onwebkitanimationiteration: (this: GlobalEventHandlers, ev: Event) => any;
1118
- onwebkitanimationstart: (this: GlobalEventHandlers, ev: Event) => any;
1119
- onwebkittransitionend: (this: GlobalEventHandlers, ev: Event) => any;
1120
- onwheel: (this: GlobalEventHandlers, ev: WheelEvent) => any;
1121
- autofocus: boolean;
1122
- readonly dataset: DOMStringMap;
1123
- nonce?: string;
1124
- tabIndex: number;
1125
- blur(): void;
1126
- focus(options?: FocusOptions): void;
1127
- };
1128
- } & TBase;
1129
-
1130
- // Warning: (ae-forgotten-export) The symbol "PendingStateErrorEventData" needs to be exported by the entry point index.d.ts
1131
- //
1132
- // @public
1133
- export type PendingStateErrorEvent = CustomEvent<PendingStateErrorEventData>;
1134
-
1135
- // Warning: (ae-forgotten-export) The symbol "PendingStateEventData" needs to be exported by the entry point index.d.ts
1136
- //
1137
- // @public
1138
- export type PendingStateEvent = CustomEvent<PendingStateEventData>;
1139
-
1140
- // @public
1141
- export enum PendingStateEvents {
1142
- // (undocumented)
1143
- error = "pending-state-error",
1144
- // (undocumented)
1145
- state = "pending-state"
1146
- }
1147
-
1148
- // @public
1149
- export const POPUP_DEFAULT_HEIGHT = 600;
1150
-
1151
- // @public
1152
- export const POPUP_DEFAULT_WIDTH = 483;
1153
-
1154
- // @public
1155
- export let PUBLIC_PATH: string;
1156
-
1157
- // @public
1158
- export type Publish<EventType> = (event: EventType) => void;
1159
-
1160
- // @beta
1161
- export function reactive<T>(object: T, deep?: boolean): T;
1162
-
1163
- // @public
1164
- export function renderOnChange(target: FASTElement & {
1165
- render(): void;
1166
- }, name: string): void;
1167
-
1168
- // @public (undocumented)
1169
- export let RESET_PASSWORD_URL: string;
1170
-
1171
- // @public
1172
- export const resolveAfter: <T = any>(ms: number, valueCreator: () => T) => Promise<T>;
1173
-
1174
- // @public
1175
- export const ResourceType: {
1176
- readonly local: "local";
1177
- readonly remote: "remote";
1178
- };
1179
-
1180
- // @public
1181
- export type ResourceType = (typeof ResourceType)[keyof typeof ResourceType];
1182
-
1183
- // @public
1184
- export const respondToVisibility: (element: HTMLElement, callback: (arg0: boolean) => any) => void;
1185
-
1186
- // @public
1187
- export type ServerRowDTO = {
1188
- DETAILS: {
1189
- OPERATION: UppercaseOperation;
1190
- ROW_REF: string;
1191
- };
1192
- };
1193
-
1194
- // @public
1195
- export interface ServerRowDTOMapper extends DTOMapper<ServerRowDTO, ServerRowEntity> {
1196
- }
1197
-
1198
- // @public
1199
- export const ServerRowDTOMapper: InterfaceSymbol<ServerRowDTOMapper>;
1200
-
1201
- // @public
1202
- export type ServerRowEntity = {
1203
- serverRowMetadata: {
1204
- operation: LowercaseOperation;
1205
- rowRef: string;
1206
- };
1207
- };
1208
-
1209
- // @public
1210
- export class SlottedStyles extends FASTElement {
1211
- styles: ElementStyles;
1212
- stylesChanged(prev: ElementStyles, next: ElementStyles): void;
1213
- }
1214
-
1215
- // @public
1216
- export let SOCKET_EXT: string;
1217
-
1218
- // @public (undocumented)
1219
- export let SSO_LIST_URL: string;
1220
-
1221
- // @public (undocumented)
1222
- export let SSO_LOGIN_URL: string;
1223
-
1224
- // @public
1225
- export type Subscribe<EventType> = (listener: Listener<EventType>) => () => void;
1226
-
1227
- // @public
1228
- export function sync<TSource = any, TReturn = any>(binding: Binding<TSource, TReturn>, conversionType?: ConversionType, eventName?: EventName, keyAttr?: string): CaptureType<TSource>;
1229
-
1230
- // @public
1231
- export function toElementStyles(styles: ComposableStyles | ComposableStyles[]): ElementStyles;
1232
-
1233
- // @public
1234
- export const TypeRampValues: {
1235
- readonly minusOne: -1;
1236
- readonly minusTwo: -2;
1237
- readonly plusOne: 1;
1238
- readonly plusTwo: 2;
1239
- readonly plusThree: 3;
1240
- readonly plusFour: 4;
1241
- readonly plusFive: 5;
1242
- readonly plusSix: 6;
1243
- };
1244
-
1245
- // @public
1246
- export interface UUID {
1247
- createId(withLogging?: boolean): string;
1248
- createRemoteId(withLogging?: boolean): Promise<string>;
1249
- }
1250
-
1251
- // @public
1252
- export const UUID: InterfaceSymbol<UUID>;
1253
-
1254
- // @public
1255
- export interface UUIDConfig {
1256
- }
1257
-
1258
- // @beta
1259
- export function visitObject<TVisitorData>(object: any, deep: boolean, visitor: ObjectVisitor<TVisitorData>, data: TVisitorData, traversed: WeakSet<any> | Set<any>): void;
1260
-
1261
- // Warning: (ae-forgotten-export) The symbol "WhenTemplate" needs to be exported by the entry point index.d.ts
1262
- //
1263
- // @public
1264
- export function whenElse<TSource = any, TReturn = any>(binding: Binding<TSource, TReturn>, trueTemplateOrTemplateBinding: WhenTemplate<TSource>, falseTemplateOrTemplateBinding: WhenTemplate<TSource>): CaptureType<TSource>;
1265
-
1266
- // Warnings were encountered during analysis:
1267
- //
1268
- // src/mappers/dto/serverRow.ts:20:5 - (ae-forgotten-export) The symbol "UppercaseOperation" needs to be exported by the entry point index.d.ts
1269
- // src/mappers/dto/serverRow.ts:31:5 - (ae-forgotten-export) The symbol "LowercaseOperation" needs to be exported by the entry point index.d.ts
1270
- // src/mixins/lifecycle/lifecycle.ts:57:5 - (ae-forgotten-export) The symbol "Container" needs to be exported by the entry point index.d.ts
1271
- // src/mixins/lifecycle/lifecycle.ts:147:5 - (ae-forgotten-export) The symbol "Lifecycletype" needs to be exported by the entry point index.d.ts
1272
-
1273
- // (No @packageDocumentation comment for this package)
1274
-
1275
- ```