@genesislcap/foundation-entity-management 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/dts/entities/entities.d.ts +51 -80
- package/dist/dts/entities/entities.d.ts.map +1 -1
- package/dist/dts/list/list.d.ts +29 -46
- package/dist/dts/list/list.d.ts.map +1 -1
- package/dist/dts/users/users.d.ts +32 -46
- package/dist/dts/users/users.d.ts.map +1 -1
- package/dist/dts/utils/search-bar-utils.d.ts +2 -2
- package/dist/dts/utils/search-bar-utils.d.ts.map +1 -1
- package/dist/esm/entities/entities.js +2 -2
- package/dist/esm/list/list.js +1 -1
- package/dist/esm/users/users.js +1 -1
- package/dist/foundation-entity-management.api.json +21 -85
- package/dist/foundation-entity-management.d.ts +84 -127
- package/dist/tsdoc-metadata.json +1 -1
- package/docs/api/foundation-entity-management.buttoncellrenderer.md +1 -14
- package/docs/api/foundation-entity-management.geterrorformat.md +1 -12
- package/docs/api/foundation-entity-management.md +2 -7
- package/docs/{api-report.md.api.md → api-report.md} +0 -2
- package/package.json +22 -22
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/// <reference types="node" />
|
|
2
1
|
import { ColDef, GridOptions, SelectionChangedEvent } from '@ag-grid-community/core';
|
|
3
2
|
import { Connect, DatasourceOptions, MessageError } from '@genesislcap/foundation-comms';
|
|
4
3
|
import type { UiSchema } from '@genesislcap/foundation-forms';
|
|
@@ -60,20 +59,15 @@ declare const EntityManagement_base: (new (...args: any[]) => {
|
|
|
60
59
|
readonly offsetParent: Element;
|
|
61
60
|
readonly offsetTop: number;
|
|
62
61
|
readonly offsetWidth: number;
|
|
63
|
-
|
|
64
|
-
|
|
62
|
+
outerText: string;
|
|
63
|
+
spellcheck: boolean; /**
|
|
64
|
+
* Name of the event handler on the Genesis server which handles creating an entity
|
|
65
65
|
* @public
|
|
66
66
|
*/
|
|
67
|
-
outerText: string;
|
|
68
|
-
popover: string;
|
|
69
|
-
spellcheck: boolean;
|
|
70
67
|
title: string;
|
|
71
68
|
translate: boolean;
|
|
72
69
|
attachInternals(): ElementInternals;
|
|
73
70
|
click(): void;
|
|
74
|
-
hidePopover(): void;
|
|
75
|
-
showPopover(): void;
|
|
76
|
-
togglePopover(force?: boolean): boolean;
|
|
77
71
|
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
78
72
|
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
79
73
|
removeEventListener<K_1 extends keyof HTMLElementEventMap>(type: K_1, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_1]) => any, options?: boolean | EventListenerOptions): void;
|
|
@@ -94,24 +88,20 @@ declare const EntityManagement_base: (new (...args: any[]) => {
|
|
|
94
88
|
readonly ownerDocument: Document;
|
|
95
89
|
readonly part: DOMTokenList;
|
|
96
90
|
readonly prefix: string;
|
|
97
|
-
readonly scrollHeight: number;
|
|
98
|
-
* If set to 'server' it will enable Server-Side Row Model and use `grid-pro-server-side-datasource` for the grid of the `entity-list` sub-component.
|
|
99
|
-
* By default `grid-pro-client-side-datasource` will be used.
|
|
100
|
-
* @public
|
|
101
|
-
*/
|
|
91
|
+
readonly scrollHeight: number;
|
|
102
92
|
scrollLeft: number;
|
|
103
93
|
scrollTop: number;
|
|
104
94
|
readonly scrollWidth: number;
|
|
105
|
-
readonly shadowRoot: ShadowRoot;
|
|
95
|
+
readonly shadowRoot: ShadowRoot; /**
|
|
96
|
+
* If true, will enable row flashing for all rows for `add` transactions
|
|
97
|
+
* @public
|
|
98
|
+
*/
|
|
106
99
|
slot: string;
|
|
107
100
|
readonly tagName: string;
|
|
108
101
|
attachShadow(init: ShadowRootInit): ShadowRoot;
|
|
109
|
-
checkVisibility(options?: CheckVisibilityOptions): boolean;
|
|
110
102
|
closest<K_2 extends keyof HTMLElementTagNameMap>(selector: K_2): HTMLElementTagNameMap[K_2];
|
|
111
103
|
closest<K_3 extends keyof SVGElementTagNameMap>(selector: K_3): SVGElementTagNameMap[K_3];
|
|
112
|
-
closest<K_4 extends keyof MathMLElementTagNameMap>(selector: K_4): MathMLElementTagNameMap[K_4];
|
|
113
104
|
closest<E extends Element = Element>(selectors: string): E;
|
|
114
|
-
computedStyleMap(): StylePropertyMapReadOnly;
|
|
115
105
|
getAttribute(qualifiedName: string): string;
|
|
116
106
|
getAttributeNS(namespace: string, localName: string): string;
|
|
117
107
|
getAttributeNames(): string[];
|
|
@@ -120,14 +110,11 @@ declare const EntityManagement_base: (new (...args: any[]) => {
|
|
|
120
110
|
getBoundingClientRect(): DOMRect;
|
|
121
111
|
getClientRects(): DOMRectList;
|
|
122
112
|
getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
|
|
123
|
-
getElementsByTagName<
|
|
124
|
-
getElementsByTagName<
|
|
125
|
-
getElementsByTagName<K_7 extends keyof MathMLElementTagNameMap>(qualifiedName: K_7): HTMLCollectionOf<MathMLElementTagNameMap[K_7]>;
|
|
126
|
-
getElementsByTagName<K_8 extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K_8): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K_8]>;
|
|
113
|
+
getElementsByTagName<K_4 extends keyof HTMLElementTagNameMap>(qualifiedName: K_4): HTMLCollectionOf<HTMLElementTagNameMap[K_4]>;
|
|
114
|
+
getElementsByTagName<K_5 extends keyof SVGElementTagNameMap>(qualifiedName: K_5): HTMLCollectionOf<SVGElementTagNameMap[K_5]>;
|
|
127
115
|
getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
|
|
128
116
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
|
|
129
117
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
|
|
130
|
-
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1998/Math/MathML", localName: string): HTMLCollectionOf<MathMLElement>;
|
|
131
118
|
getElementsByTagNameNS(namespace: string, localName: string): HTMLCollectionOf<Element>;
|
|
132
119
|
hasAttribute(qualifiedName: string): boolean;
|
|
133
120
|
hasAttributeNS(namespace: string, localName: string): boolean;
|
|
@@ -155,10 +142,7 @@ declare const EntityManagement_base: (new (...args: any[]) => {
|
|
|
155
142
|
setAttributeNode(attr: Attr): Attr;
|
|
156
143
|
setAttributeNodeNS(attr: Attr): Attr;
|
|
157
144
|
setPointerCapture(pointerId: number): void;
|
|
158
|
-
toggleAttribute(qualifiedName: string, force?: boolean): boolean;
|
|
159
|
-
* Hides edit button
|
|
160
|
-
* @public
|
|
161
|
-
*/
|
|
145
|
+
toggleAttribute(qualifiedName: string, force?: boolean): boolean;
|
|
162
146
|
webkitMatchesSelector(selectors: string): boolean;
|
|
163
147
|
readonly baseURI: string;
|
|
164
148
|
readonly childNodes: NodeListOf<ChildNode>;
|
|
@@ -169,22 +153,18 @@ declare const EntityManagement_base: (new (...args: any[]) => {
|
|
|
169
153
|
readonly nodeName: string;
|
|
170
154
|
readonly nodeType: number;
|
|
171
155
|
nodeValue: string;
|
|
172
|
-
readonly parentElement: HTMLElement;
|
|
173
|
-
* The case type to use for the header names. If not set, the default CONSTANT_CASE will be used.
|
|
174
|
-
* @remarks Can be one of the following: camelCase, capitalCase, dotCase, headerCase, noCase, paramCase, pascalCase, pathCase, sentenceCase, snakeCase.
|
|
175
|
-
* @public
|
|
176
|
-
*/
|
|
156
|
+
readonly parentElement: HTMLElement;
|
|
177
157
|
readonly parentNode: ParentNode;
|
|
178
158
|
readonly previousSibling: ChildNode;
|
|
179
159
|
textContent: string;
|
|
180
160
|
appendChild<T_1 extends Node>(node: T_1): T_1;
|
|
161
|
+
/**
|
|
162
|
+
* @internal
|
|
163
|
+
*/
|
|
181
164
|
compareDocumentPosition(other: Node): number;
|
|
182
165
|
contains(other: Node): boolean;
|
|
183
166
|
getRootNode(options?: GetRootNodeOptions): Node;
|
|
184
|
-
hasChildNodes(): boolean;
|
|
185
|
-
* Allows configuration of the search bar component, if not provided it would build configuration based on columns in the grid
|
|
186
|
-
* * @public
|
|
187
|
-
*/
|
|
167
|
+
hasChildNodes(): boolean;
|
|
188
168
|
insertBefore<T_2 extends Node>(node: T_2, child: Node): T_2;
|
|
189
169
|
isDefaultNamespace(namespace: string): boolean;
|
|
190
170
|
isEqualNode(otherNode: Node): boolean;
|
|
@@ -194,50 +174,43 @@ declare const EntityManagement_base: (new (...args: any[]) => {
|
|
|
194
174
|
normalize(): void;
|
|
195
175
|
removeChild<T_3 extends Node>(child: T_3): T_3;
|
|
196
176
|
replaceChild<T_4 extends Node>(node: Node, child: T_4): T_4;
|
|
197
|
-
readonly
|
|
198
|
-
readonly
|
|
199
|
-
readonly
|
|
200
|
-
|
|
177
|
+
readonly ATTRIBUTE_NODE: number;
|
|
178
|
+
readonly CDATA_SECTION_NODE: number;
|
|
179
|
+
readonly COMMENT_NODE: number;
|
|
180
|
+
readonly DOCUMENT_FRAGMENT_NODE: number;
|
|
181
|
+
readonly DOCUMENT_NODE: number;
|
|
182
|
+
readonly DOCUMENT_POSITION_CONTAINED_BY: number;
|
|
183
|
+
readonly DOCUMENT_POSITION_CONTAINS: number;
|
|
184
|
+
readonly DOCUMENT_POSITION_DISCONNECTED: number;
|
|
185
|
+
readonly DOCUMENT_POSITION_FOLLOWING: number;
|
|
186
|
+
readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: number;
|
|
187
|
+
readonly DOCUMENT_POSITION_PRECEDING: number;
|
|
188
|
+
readonly DOCUMENT_TYPE_NODE: number;
|
|
189
|
+
readonly ELEMENT_NODE: number;
|
|
190
|
+
readonly ENTITY_NODE: number;
|
|
191
|
+
readonly ENTITY_REFERENCE_NODE: number;
|
|
192
|
+
readonly NOTATION_NODE: number;
|
|
193
|
+
readonly PROCESSING_INSTRUCTION_NODE: number;
|
|
194
|
+
readonly TEXT_NODE: number;
|
|
195
|
+
dispatchEvent(event: Event): boolean; /**
|
|
196
|
+
* Determines where the buttons will appear
|
|
201
197
|
* @public
|
|
202
198
|
*/
|
|
203
|
-
readonly CDATA_SECTION_NODE: 4;
|
|
204
|
-
readonly ENTITY_REFERENCE_NODE: 5;
|
|
205
|
-
readonly ENTITY_NODE: 6;
|
|
206
|
-
readonly PROCESSING_INSTRUCTION_NODE: 7;
|
|
207
|
-
readonly COMMENT_NODE: 8;
|
|
208
|
-
readonly DOCUMENT_NODE: 9;
|
|
209
|
-
readonly DOCUMENT_TYPE_NODE: 10;
|
|
210
|
-
readonly DOCUMENT_FRAGMENT_NODE: 11;
|
|
211
|
-
readonly NOTATION_NODE: 12;
|
|
212
|
-
readonly DOCUMENT_POSITION_DISCONNECTED: 1; /**
|
|
213
|
-
* The helper function to determine the title of the modal form or button based on the action or type
|
|
214
|
-
* @param actionOrType - The crud action or modal form type
|
|
215
|
-
* @internal
|
|
216
|
-
*/
|
|
217
|
-
readonly DOCUMENT_POSITION_PRECEDING: 2;
|
|
218
|
-
readonly DOCUMENT_POSITION_FOLLOWING: 4;
|
|
219
|
-
readonly DOCUMENT_POSITION_CONTAINS: 8;
|
|
220
|
-
readonly DOCUMENT_POSITION_CONTAINED_BY: 16;
|
|
221
|
-
readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: 32;
|
|
222
|
-
dispatchEvent(event: Event): boolean;
|
|
223
199
|
ariaAtomic: string;
|
|
224
200
|
ariaAutoComplete: string;
|
|
225
201
|
ariaBusy: string;
|
|
226
202
|
ariaChecked: string;
|
|
227
203
|
ariaColCount: string;
|
|
228
204
|
ariaColIndex: string;
|
|
205
|
+
ariaColIndexText: string;
|
|
229
206
|
ariaColSpan: string;
|
|
230
207
|
ariaCurrent: string;
|
|
231
|
-
ariaDescription: string;
|
|
232
208
|
ariaDisabled: string;
|
|
233
209
|
ariaExpanded: string;
|
|
234
210
|
ariaHasPopup: string;
|
|
235
211
|
ariaHidden: string;
|
|
236
212
|
ariaInvalid: string;
|
|
237
|
-
ariaKeyShortcuts: string;
|
|
238
|
-
* Determines whether the button edit should be hidden in the column
|
|
239
|
-
* @internal
|
|
240
|
-
*/
|
|
213
|
+
ariaKeyShortcuts: string;
|
|
241
214
|
ariaLabel: string;
|
|
242
215
|
ariaLevel: string;
|
|
243
216
|
ariaLive: string;
|
|
@@ -253,6 +226,7 @@ declare const EntityManagement_base: (new (...args: any[]) => {
|
|
|
253
226
|
ariaRoleDescription: string;
|
|
254
227
|
ariaRowCount: string;
|
|
255
228
|
ariaRowIndex: string;
|
|
229
|
+
ariaRowIndexText: string;
|
|
256
230
|
ariaRowSpan: string;
|
|
257
231
|
ariaSelected: string;
|
|
258
232
|
ariaSetSize: string;
|
|
@@ -277,19 +251,17 @@ declare const EntityManagement_base: (new (...args: any[]) => {
|
|
|
277
251
|
readonly lastElementChild: Element;
|
|
278
252
|
append(...nodes: (string | Node)[]): void;
|
|
279
253
|
prepend(...nodes: (string | Node)[]): void;
|
|
280
|
-
querySelector<
|
|
281
|
-
querySelector<
|
|
282
|
-
querySelector<K_11 extends keyof MathMLElementTagNameMap>(selectors: K_11): MathMLElementTagNameMap[K_11];
|
|
283
|
-
querySelector<K_12 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_12): HTMLElementDeprecatedTagNameMap[K_12];
|
|
254
|
+
querySelector<K_6 extends keyof HTMLElementTagNameMap>(selectors: K_6): HTMLElementTagNameMap[K_6];
|
|
255
|
+
querySelector<K_7 extends keyof SVGElementTagNameMap>(selectors: K_7): SVGElementTagNameMap[K_7];
|
|
284
256
|
querySelector<E_1 extends Element = Element>(selectors: string): E_1;
|
|
285
|
-
querySelectorAll<
|
|
286
|
-
querySelectorAll<
|
|
287
|
-
querySelectorAll<K_15 extends keyof MathMLElementTagNameMap>(selectors: K_15): NodeListOf<MathMLElementTagNameMap[K_15]>;
|
|
288
|
-
querySelectorAll<K_16 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_16): NodeListOf<HTMLElementDeprecatedTagNameMap[K_16]>;
|
|
257
|
+
querySelectorAll<K_8 extends keyof HTMLElementTagNameMap>(selectors: K_8): NodeListOf<HTMLElementTagNameMap[K_8]>;
|
|
258
|
+
querySelectorAll<K_9 extends keyof SVGElementTagNameMap>(selectors: K_9): NodeListOf<SVGElementTagNameMap[K_9]>;
|
|
289
259
|
querySelectorAll<E_2 extends Element = Element>(selectors: string): NodeListOf<E_2>;
|
|
290
260
|
replaceChildren(...nodes: (string | Node)[]): void;
|
|
291
261
|
readonly assignedSlot: HTMLSlotElement;
|
|
292
|
-
|
|
262
|
+
oncopy: (this: DocumentAndElementEventHandlers, ev: ClipboardEvent) => any;
|
|
263
|
+
oncut: (this: DocumentAndElementEventHandlers, ev: ClipboardEvent) => any;
|
|
264
|
+
onpaste: (this: DocumentAndElementEventHandlers, ev: ClipboardEvent) => any;
|
|
293
265
|
readonly style: CSSStyleDeclaration;
|
|
294
266
|
contentEditable: string;
|
|
295
267
|
enterKeyHint: string;
|
|
@@ -302,7 +274,6 @@ declare const EntityManagement_base: (new (...args: any[]) => {
|
|
|
302
274
|
onanimationstart: (this: GlobalEventHandlers, ev: AnimationEvent) => any;
|
|
303
275
|
onauxclick: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
304
276
|
onbeforeinput: (this: GlobalEventHandlers, ev: InputEvent) => any;
|
|
305
|
-
onbeforetoggle: (this: GlobalEventHandlers, ev: Event) => any;
|
|
306
277
|
onblur: (this: GlobalEventHandlers, ev: FocusEvent) => any;
|
|
307
278
|
oncancel: (this: GlobalEventHandlers, ev: Event) => any;
|
|
308
279
|
oncanplay: (this: GlobalEventHandlers, ev: Event) => any;
|
|
@@ -311,9 +282,7 @@ declare const EntityManagement_base: (new (...args: any[]) => {
|
|
|
311
282
|
onclick: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
312
283
|
onclose: (this: GlobalEventHandlers, ev: Event) => any;
|
|
313
284
|
oncontextmenu: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
314
|
-
oncopy: (this: GlobalEventHandlers, ev: ClipboardEvent) => any;
|
|
315
285
|
oncuechange: (this: GlobalEventHandlers, ev: Event) => any;
|
|
316
|
-
oncut: (this: GlobalEventHandlers, ev: ClipboardEvent) => any;
|
|
317
286
|
ondblclick: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
318
287
|
ondrag: (this: GlobalEventHandlers, ev: DragEvent) => any;
|
|
319
288
|
ondragend: (this: GlobalEventHandlers, ev: DragEvent) => any;
|
|
@@ -346,13 +315,16 @@ declare const EntityManagement_base: (new (...args: any[]) => {
|
|
|
346
315
|
onmouseout: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
347
316
|
onmouseover: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
348
317
|
onmouseup: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
349
|
-
onpaste: (this: GlobalEventHandlers, ev: ClipboardEvent) => any;
|
|
350
318
|
onpause: (this: GlobalEventHandlers, ev: Event) => any;
|
|
351
319
|
onplay: (this: GlobalEventHandlers, ev: Event) => any;
|
|
352
320
|
onplaying: (this: GlobalEventHandlers, ev: Event) => any;
|
|
353
321
|
onpointercancel: (this: GlobalEventHandlers, ev: PointerEvent) => any;
|
|
354
322
|
onpointerdown: (this: GlobalEventHandlers, ev: PointerEvent) => any;
|
|
355
|
-
onpointerenter: (this: GlobalEventHandlers, ev: PointerEvent) => any;
|
|
323
|
+
onpointerenter: (this: GlobalEventHandlers, ev: PointerEvent) => any; /**
|
|
324
|
+
* Show the entity create form
|
|
325
|
+
* Sets the initial value on the form to be defaultEntityValues if present.
|
|
326
|
+
* @internal
|
|
327
|
+
*/
|
|
356
328
|
onpointerleave: (this: GlobalEventHandlers, ev: PointerEvent) => any;
|
|
357
329
|
onpointermove: (this: GlobalEventHandlers, ev: PointerEvent) => any;
|
|
358
330
|
onpointerout: (this: GlobalEventHandlers, ev: PointerEvent) => any;
|
|
@@ -363,7 +335,6 @@ declare const EntityManagement_base: (new (...args: any[]) => {
|
|
|
363
335
|
onreset: (this: GlobalEventHandlers, ev: Event) => any;
|
|
364
336
|
onresize: (this: GlobalEventHandlers, ev: UIEvent) => any;
|
|
365
337
|
onscroll: (this: GlobalEventHandlers, ev: Event) => any;
|
|
366
|
-
onscrollend: (this: GlobalEventHandlers, ev: Event) => any;
|
|
367
338
|
onsecuritypolicyviolation: (this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any;
|
|
368
339
|
onseeked: (this: GlobalEventHandlers, ev: Event) => any;
|
|
369
340
|
onseeking: (this: GlobalEventHandlers, ev: Event) => any;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"entities.d.ts","sourceRoot":"","sources":["../../../src/entities/entities.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"entities.d.ts","sourceRoot":"","sources":["../../../src/entities/entities.ts"],"names":[],"mappings":"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"}
|
package/dist/dts/list/list.d.ts
CHANGED
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/// <reference types="node" />
|
|
2
1
|
import type { ColDef, GridOptions } from '@ag-grid-community/core';
|
|
3
2
|
import { Connect } from '@genesislcap/foundation-comms';
|
|
4
3
|
import { GridProGenesisDatasource, ZeroGridPro } from '@genesislcap/foundation-zero-grid-pro';
|
|
@@ -38,15 +37,11 @@ declare const List_base: (new (...args: any[]) => {
|
|
|
38
37
|
readonly offsetTop: number;
|
|
39
38
|
readonly offsetWidth: number;
|
|
40
39
|
outerText: string;
|
|
41
|
-
popover: string;
|
|
42
40
|
spellcheck: boolean;
|
|
43
41
|
title: string;
|
|
44
42
|
translate: boolean;
|
|
45
43
|
attachInternals(): ElementInternals;
|
|
46
44
|
click(): void;
|
|
47
|
-
hidePopover(): void;
|
|
48
|
-
showPopover(): void;
|
|
49
|
-
togglePopover(force?: boolean): boolean;
|
|
50
45
|
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
51
46
|
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
52
47
|
removeEventListener<K_1 extends keyof HTMLElementEventMap>(type: K_1, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_1]) => any, options?: boolean | EventListenerOptions): void;
|
|
@@ -75,12 +70,9 @@ declare const List_base: (new (...args: any[]) => {
|
|
|
75
70
|
slot: string;
|
|
76
71
|
readonly tagName: string;
|
|
77
72
|
attachShadow(init: ShadowRootInit): ShadowRoot;
|
|
78
|
-
checkVisibility(options?: CheckVisibilityOptions): boolean;
|
|
79
73
|
closest<K_2 extends keyof HTMLElementTagNameMap>(selector: K_2): HTMLElementTagNameMap[K_2];
|
|
80
74
|
closest<K_3 extends keyof SVGElementTagNameMap>(selector: K_3): SVGElementTagNameMap[K_3];
|
|
81
|
-
closest<K_4 extends keyof MathMLElementTagNameMap>(selector: K_4): MathMLElementTagNameMap[K_4];
|
|
82
75
|
closest<E extends Element = Element>(selectors: string): E;
|
|
83
|
-
computedStyleMap(): StylePropertyMapReadOnly;
|
|
84
76
|
getAttribute(qualifiedName: string): string;
|
|
85
77
|
getAttributeNS(namespace: string, localName: string): string;
|
|
86
78
|
getAttributeNames(): string[];
|
|
@@ -89,14 +81,11 @@ declare const List_base: (new (...args: any[]) => {
|
|
|
89
81
|
getBoundingClientRect(): DOMRect;
|
|
90
82
|
getClientRects(): DOMRectList;
|
|
91
83
|
getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
|
|
92
|
-
getElementsByTagName<
|
|
93
|
-
getElementsByTagName<
|
|
94
|
-
getElementsByTagName<K_7 extends keyof MathMLElementTagNameMap>(qualifiedName: K_7): HTMLCollectionOf<MathMLElementTagNameMap[K_7]>;
|
|
95
|
-
getElementsByTagName<K_8 extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K_8): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K_8]>;
|
|
84
|
+
getElementsByTagName<K_4 extends keyof HTMLElementTagNameMap>(qualifiedName: K_4): HTMLCollectionOf<HTMLElementTagNameMap[K_4]>;
|
|
85
|
+
getElementsByTagName<K_5 extends keyof SVGElementTagNameMap>(qualifiedName: K_5): HTMLCollectionOf<SVGElementTagNameMap[K_5]>;
|
|
96
86
|
getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
|
|
97
87
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
|
|
98
88
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
|
|
99
|
-
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1998/Math/MathML", localName: string): HTMLCollectionOf<MathMLElement>;
|
|
100
89
|
getElementsByTagNameNS(namespace: string, localName: string): HTMLCollectionOf<Element>;
|
|
101
90
|
hasAttribute(qualifiedName: string): boolean;
|
|
102
91
|
hasAttributeNS(namespace: string, localName: string): boolean;
|
|
@@ -153,24 +142,24 @@ declare const List_base: (new (...args: any[]) => {
|
|
|
153
142
|
normalize(): void;
|
|
154
143
|
removeChild<T_3 extends Node>(child: T_3): T_3;
|
|
155
144
|
replaceChild<T_4 extends Node>(node: Node, child: T_4): T_4;
|
|
156
|
-
readonly
|
|
157
|
-
readonly
|
|
158
|
-
readonly
|
|
159
|
-
readonly
|
|
160
|
-
readonly
|
|
161
|
-
readonly
|
|
162
|
-
readonly
|
|
163
|
-
readonly
|
|
164
|
-
readonly
|
|
165
|
-
readonly
|
|
166
|
-
readonly
|
|
167
|
-
readonly
|
|
168
|
-
readonly
|
|
169
|
-
readonly
|
|
170
|
-
readonly
|
|
171
|
-
readonly
|
|
172
|
-
readonly
|
|
173
|
-
readonly
|
|
145
|
+
readonly ATTRIBUTE_NODE: number;
|
|
146
|
+
readonly CDATA_SECTION_NODE: number;
|
|
147
|
+
readonly COMMENT_NODE: number;
|
|
148
|
+
readonly DOCUMENT_FRAGMENT_NODE: number;
|
|
149
|
+
readonly DOCUMENT_NODE: number;
|
|
150
|
+
readonly DOCUMENT_POSITION_CONTAINED_BY: number;
|
|
151
|
+
readonly DOCUMENT_POSITION_CONTAINS: number;
|
|
152
|
+
readonly DOCUMENT_POSITION_DISCONNECTED: number;
|
|
153
|
+
readonly DOCUMENT_POSITION_FOLLOWING: number;
|
|
154
|
+
readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: number;
|
|
155
|
+
readonly DOCUMENT_POSITION_PRECEDING: number;
|
|
156
|
+
readonly DOCUMENT_TYPE_NODE: number;
|
|
157
|
+
readonly ELEMENT_NODE: number;
|
|
158
|
+
readonly ENTITY_NODE: number;
|
|
159
|
+
readonly ENTITY_REFERENCE_NODE: number;
|
|
160
|
+
readonly NOTATION_NODE: number;
|
|
161
|
+
readonly PROCESSING_INSTRUCTION_NODE: number;
|
|
162
|
+
readonly TEXT_NODE: number;
|
|
174
163
|
dispatchEvent(event: Event): boolean;
|
|
175
164
|
ariaAtomic: string;
|
|
176
165
|
ariaAutoComplete: string;
|
|
@@ -178,9 +167,9 @@ declare const List_base: (new (...args: any[]) => {
|
|
|
178
167
|
ariaChecked: string;
|
|
179
168
|
ariaColCount: string;
|
|
180
169
|
ariaColIndex: string;
|
|
170
|
+
ariaColIndexText: string;
|
|
181
171
|
ariaColSpan: string;
|
|
182
172
|
ariaCurrent: string;
|
|
183
|
-
ariaDescription: string;
|
|
184
173
|
ariaDisabled: string;
|
|
185
174
|
ariaExpanded: string;
|
|
186
175
|
ariaHasPopup: string;
|
|
@@ -202,6 +191,7 @@ declare const List_base: (new (...args: any[]) => {
|
|
|
202
191
|
ariaRoleDescription: string;
|
|
203
192
|
ariaRowCount: string;
|
|
204
193
|
ariaRowIndex: string;
|
|
194
|
+
ariaRowIndexText: string;
|
|
205
195
|
ariaRowSpan: string;
|
|
206
196
|
ariaSelected: string;
|
|
207
197
|
ariaSetSize: string;
|
|
@@ -226,19 +216,17 @@ declare const List_base: (new (...args: any[]) => {
|
|
|
226
216
|
readonly lastElementChild: Element;
|
|
227
217
|
append(...nodes: (string | Node)[]): void;
|
|
228
218
|
prepend(...nodes: (string | Node)[]): void;
|
|
229
|
-
querySelector<
|
|
230
|
-
querySelector<
|
|
231
|
-
querySelector<K_11 extends keyof MathMLElementTagNameMap>(selectors: K_11): MathMLElementTagNameMap[K_11];
|
|
232
|
-
querySelector<K_12 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_12): HTMLElementDeprecatedTagNameMap[K_12];
|
|
219
|
+
querySelector<K_6 extends keyof HTMLElementTagNameMap>(selectors: K_6): HTMLElementTagNameMap[K_6];
|
|
220
|
+
querySelector<K_7 extends keyof SVGElementTagNameMap>(selectors: K_7): SVGElementTagNameMap[K_7];
|
|
233
221
|
querySelector<E_1 extends Element = Element>(selectors: string): E_1;
|
|
234
|
-
querySelectorAll<
|
|
235
|
-
querySelectorAll<
|
|
236
|
-
querySelectorAll<K_15 extends keyof MathMLElementTagNameMap>(selectors: K_15): NodeListOf<MathMLElementTagNameMap[K_15]>;
|
|
237
|
-
querySelectorAll<K_16 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_16): NodeListOf<HTMLElementDeprecatedTagNameMap[K_16]>;
|
|
222
|
+
querySelectorAll<K_8 extends keyof HTMLElementTagNameMap>(selectors: K_8): NodeListOf<HTMLElementTagNameMap[K_8]>;
|
|
223
|
+
querySelectorAll<K_9 extends keyof SVGElementTagNameMap>(selectors: K_9): NodeListOf<SVGElementTagNameMap[K_9]>;
|
|
238
224
|
querySelectorAll<E_2 extends Element = Element>(selectors: string): NodeListOf<E_2>;
|
|
239
225
|
replaceChildren(...nodes: (string | Node)[]): void;
|
|
240
226
|
readonly assignedSlot: HTMLSlotElement;
|
|
241
|
-
|
|
227
|
+
oncopy: (this: DocumentAndElementEventHandlers, ev: ClipboardEvent) => any;
|
|
228
|
+
oncut: (this: DocumentAndElementEventHandlers, ev: ClipboardEvent) => any;
|
|
229
|
+
onpaste: (this: DocumentAndElementEventHandlers, ev: ClipboardEvent) => any;
|
|
242
230
|
readonly style: CSSStyleDeclaration;
|
|
243
231
|
contentEditable: string;
|
|
244
232
|
enterKeyHint: string;
|
|
@@ -251,7 +239,6 @@ declare const List_base: (new (...args: any[]) => {
|
|
|
251
239
|
onanimationstart: (this: GlobalEventHandlers, ev: AnimationEvent) => any;
|
|
252
240
|
onauxclick: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
253
241
|
onbeforeinput: (this: GlobalEventHandlers, ev: InputEvent) => any;
|
|
254
|
-
onbeforetoggle: (this: GlobalEventHandlers, ev: Event) => any;
|
|
255
242
|
onblur: (this: GlobalEventHandlers, ev: FocusEvent) => any;
|
|
256
243
|
oncancel: (this: GlobalEventHandlers, ev: Event) => any;
|
|
257
244
|
oncanplay: (this: GlobalEventHandlers, ev: Event) => any;
|
|
@@ -260,9 +247,7 @@ declare const List_base: (new (...args: any[]) => {
|
|
|
260
247
|
onclick: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
261
248
|
onclose: (this: GlobalEventHandlers, ev: Event) => any;
|
|
262
249
|
oncontextmenu: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
263
|
-
oncopy: (this: GlobalEventHandlers, ev: ClipboardEvent) => any;
|
|
264
250
|
oncuechange: (this: GlobalEventHandlers, ev: Event) => any;
|
|
265
|
-
oncut: (this: GlobalEventHandlers, ev: ClipboardEvent) => any;
|
|
266
251
|
ondblclick: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
267
252
|
ondrag: (this: GlobalEventHandlers, ev: DragEvent) => any;
|
|
268
253
|
ondragend: (this: GlobalEventHandlers, ev: DragEvent) => any;
|
|
@@ -295,7 +280,6 @@ declare const List_base: (new (...args: any[]) => {
|
|
|
295
280
|
onmouseout: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
296
281
|
onmouseover: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
297
282
|
onmouseup: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
298
|
-
onpaste: (this: GlobalEventHandlers, ev: ClipboardEvent) => any;
|
|
299
283
|
onpause: (this: GlobalEventHandlers, ev: Event) => any;
|
|
300
284
|
onplay: (this: GlobalEventHandlers, ev: Event) => any;
|
|
301
285
|
onplaying: (this: GlobalEventHandlers, ev: Event) => any;
|
|
@@ -312,7 +296,6 @@ declare const List_base: (new (...args: any[]) => {
|
|
|
312
296
|
onreset: (this: GlobalEventHandlers, ev: Event) => any;
|
|
313
297
|
onresize: (this: GlobalEventHandlers, ev: UIEvent) => any;
|
|
314
298
|
onscroll: (this: GlobalEventHandlers, ev: Event) => any;
|
|
315
|
-
onscrollend: (this: GlobalEventHandlers, ev: Event) => any;
|
|
316
299
|
onsecuritypolicyviolation: (this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any;
|
|
317
300
|
onseeked: (this: GlobalEventHandlers, ev: Event) => any;
|
|
318
301
|
onseeking: (this: GlobalEventHandlers, ev: Event) => any;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"list.d.ts","sourceRoot":"","sources":["../../../src/list/list.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"list.d.ts","sourceRoot":"","sources":["../../../src/list/list.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,MAAM,EAAE,WAAW,EAAyB,MAAM,yBAAyB,CAAC;AAE1F,OAAO,EAAE,OAAO,EAAE,MAAM,+BAA+B,CAAC;AAExD,OAAO,EAEL,wBAAwB,EACxB,WAAW,EACZ,MAAM,uCAAuC,CAAC;AAC/C,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,uBAAuB,CAAC;AAC7D,OAAO,EAAE,cAAc,EAA2C,MAAM,uBAAuB,CAAC;AAChG,OAAO,EAIL,WAAW,EAIZ,MAAM,yBAAyB,CAAC;AACjC,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,sBAAsB,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAKpE,qBAKa,IAAK,SAAQ,SAA2B;IACnD;;;OAGG;IAC0C,MAAM,EAAE,MAAM,CAAU;IAE/D,YAAY,EAAE,MAAM,CAAM;IAC1B,KAAK,EAAE,MAAM,CAAM;IACwB,qBAAqB,EAAE,MAAM,CAAC;IAClB,gBAAgB,EAAE,OAAO,CAAC;IACjD,YAAY,EAAE,MAAM,CAAC;IACA,eAAe,EAAE,OAAO,CAAC;IACjC,QAAQ,UAAS;IACd,WAAW,UAAS;IACpB,WAAW,UAAQ;IACX,kBAAkB,UAAS;IAC5B,iBAAiB,UAAS;IACpC,QAAQ,UAAS;IACf,UAAU,UAAS;IAChC,cAAc,EAAE,cAAc,CAAY;IACzC,cAAc,EAAE,eAAe,CAAC;IAClE,IAAI,EAAG,WAAW,CAAC;IACnB,UAAU,EAAG,wBAAwB,CAAC;IACjC,WAAW,EAAE,WAAW,CAAC;IACzB,OAAO,EAAE,MAAM,EAAE,CAAC;IAClB,gBAAgB,EAAE,uBAAuB,CAAC;IAC1C,mBAAmB,QAAM;IACzB,WAAW,EAAE,MAAM,CAAC;IACpB,WAAW,EAAE,MAAM,CAAC;IAEvB,SAAS,CAAC,OAAO,EAAG,OAAO,CAAC;IAErC,IAAI,sBAAsB,IAAI,OAAO,CAEpC;IAED,iBAAiB;YAgEH,oBAAoB;IA+C5B,oBAAoB,IAAI,OAAO,CAAC,IAAI,CAAC;IAa3C,IACI,QAAQ,WAEX;IAED,IACI,MAAM,WAET;IAED,IACI,UAAU,YAEb;IAED,IACI,OAAO,WAEV;IAED,IACI,OAAO,WAEV;IAED,IACI,UAAU,YAEb;IAED,IACI,OAAO,WAEV;IAED,IACI,eAAe,WAElB;IAED,IACI,OAAO,QAEV;IAED,IACI,OAAO,YAEV;IAED,gBAAgB,CAAC,CAAC,EAAE,WAAW,GAAG,IAAI;IAItC,mBAAmB,CAAC,CAAC,EAAE,WAAW,GAAG,IAAI;IAIzC,oBAAoB,CAAC,CAAC,EAAE,WAAW,GAAG,IAAI;IAI1C,OAAO,CAAC,mBAAmB;IAM3B,OAAO,CAAC,mBAAmB;IAK3B,OAAO,CAAC,MAAM;IAId,OAAO,CAAC,gBAAgB;IAIxB,OAAO,CAAC,IAAI,CAEV;IAEI,MAAM,CAAC,CAAC,KAAA;CAGf"}
|