@genesislcap/grid-tabulator 14.214.2 → 14.214.4
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 +109 -39
- package/dist/dts/cell-renderers/action.renderer.d.ts +1 -1
- package/dist/dts/datasource/client-side.datasource.d.ts +17 -8
- package/dist/dts/datasource/client-side.datasource.d.ts.map +1 -1
- package/dist/dts/external/index.d.ts +4 -0
- package/dist/dts/external/index.d.ts.map +1 -1
- package/dist/dts/external/tabulator-theme-simple-css.d.ts +4 -0
- package/dist/dts/external/tabulator-theme-simple-css.d.ts.map +1 -1
- package/dist/dts/grid-tabulator.components.d.ts +4 -0
- package/dist/dts/grid-tabulator.components.d.ts.map +1 -1
- package/dist/dts/grid-tabulator.d.ts +29 -1
- package/dist/dts/grid-tabulator.d.ts.map +1 -1
- package/dist/dts/grid-tabulator.definitions.d.ts +44 -5
- package/dist/dts/grid-tabulator.definitions.d.ts.map +1 -1
- package/dist/dts/grid-tabulator.styles.d.ts +4 -0
- package/dist/dts/grid-tabulator.styles.d.ts.map +1 -1
- package/dist/dts/grid-tabulator.template.d.ts +4 -0
- package/dist/dts/grid-tabulator.template.d.ts.map +1 -1
- package/dist/dts/grid-tabulator.types.d.ts +24 -1
- package/dist/dts/grid-tabulator.types.d.ts.map +1 -1
- package/dist/dts/tsdoc-metadata.json +11 -0
- package/dist/dts/utils/logger.d.ts +4 -0
- package/dist/dts/utils/logger.d.ts.map +1 -1
- package/dist/esm/external/index.js +4 -0
- package/dist/esm/external/tabulator-theme-simple-css.js +4 -0
- package/dist/esm/grid-tabulator.components.js +4 -0
- package/dist/esm/grid-tabulator.definitions.js +38 -0
- package/dist/esm/grid-tabulator.js +26 -2
- package/dist/esm/grid-tabulator.styles.js +4 -0
- package/dist/esm/grid-tabulator.template.js +4 -0
- package/dist/esm/grid-tabulator.types.js +24 -1
- package/dist/esm/utils/logger.js +4 -0
- package/dist/grid-tabulator.api.json +1641 -0
- package/dist/grid-tabulator.d.ts +1492 -0
- package/docs/.gitattributes +2 -0
- package/docs/api/grid-tabulator.actionheightmultiplier.md +18 -0
- package/docs/api/grid-tabulator.actionrenderer.clickhandler.md +15 -0
- package/docs/api/grid-tabulator.actionrenderer.datatestid.md +11 -0
- package/docs/api/grid-tabulator.actionrenderer.init.md +22 -0
- package/docs/api/grid-tabulator.actionrenderer.md +30 -0
- package/docs/api/grid-tabulator.actionrenderer.params.md +11 -0
- package/docs/api/grid-tabulator.actionrenderer.pendingaction.md +11 -0
- package/docs/api/grid-tabulator.actionrendererparams.md +26 -0
- package/docs/api/grid-tabulator.datetimevalueformatter.md +30 -0
- package/docs/api/grid-tabulator.datevalueformatter.md +30 -0
- package/docs/api/grid-tabulator.defaultgridtabulatorconfig.md +15 -0
- package/docs/api/grid-tabulator.formatdateextra.md +26 -0
- package/docs/api/grid-tabulator.foundationgridtabulatoractionrenderer.md +26 -0
- package/docs/api/grid-tabulator.foundationgridtabulatorcomponents.md +35 -0
- package/docs/api/grid-tabulator.getcolumntype.md +26 -0
- package/docs/api/grid-tabulator.getfilterbyfieldtype.md +26 -0
- package/docs/api/grid-tabulator.getfilterparamsbyfieldtype.md +26 -0
- package/docs/api/grid-tabulator.gridcssvars.md +13 -0
- package/docs/api/grid-tabulator.gridtabulatorcellrenderertypes.md +24 -0
- package/docs/api/grid-tabulator.gridtabulatorshadowoptions.md +13 -0
- package/docs/api/grid-tabulator.gridtabulatorstyles.md +13 -0
- package/docs/api/grid-tabulator.gridtabulatortemplate.md +13 -0
- package/docs/api/grid-tabulator.gridtabulatortheme.md +21 -0
- package/docs/api/grid-tabulator.logger.md +13 -0
- package/docs/api/grid-tabulator.md +62 -0
- package/docs/api/grid-tabulator.rowdatatransaction.add.md +13 -0
- package/docs/api/grid-tabulator.rowdatatransaction.addindex.md +13 -0
- package/docs/api/grid-tabulator.rowdatatransaction.md +23 -0
- package/docs/api/grid-tabulator.rowdatatransaction.remove.md +13 -0
- package/docs/api/grid-tabulator.rowdatatransaction.update.md +13 -0
- package/docs/api/grid-tabulator.tabulatoractionrendererstyles.md +13 -0
- package/docs/api/grid-tabulator.tabulatorexternalstockstyles.md +13 -0
- package/docs/api/grid-tabulator.tabulatorthemesimplecss.md +13 -0
- package/docs/api/grid-tabulator.themefontsid.md +13 -0
- package/docs/api/grid-tabulator.themetokenmapclassname.md +13 -0
- package/docs/api/grid-tabulator.themetokenmapcss.md +13 -0
- package/docs/api/index.md +12 -0
- package/docs/api-report.md +313 -0
- package/package.json +15 -15
- package/tsdoc.json +4 -0
|
@@ -0,0 +1,1492 @@
|
|
|
1
|
+
import { Auth } from '@genesislcap/foundation-comms';
|
|
2
|
+
import { Connect } from '@genesislcap/foundation-comms';
|
|
3
|
+
import type { Container } from '@microsoft/fast-foundation';
|
|
4
|
+
import { Controller } from '@microsoft/fast-element';
|
|
5
|
+
import { CSSDesignToken } from '@microsoft/fast-foundation';
|
|
6
|
+
import { CSSVarTokenMap } from '@genesislcap/foundation-ui';
|
|
7
|
+
import { Datasource } from '@genesislcap/foundation-comms';
|
|
8
|
+
import { DatasourceStatus } from '@genesislcap/foundation-comms';
|
|
9
|
+
import { DatasourceStatusChangedEvent } from '@genesislcap/foundation-comms';
|
|
10
|
+
import { DOMContainer } from '@genesislcap/foundation-utils';
|
|
11
|
+
import { DownloadOptions } from 'tabulator-tables';
|
|
12
|
+
import { ElementStyles } from '@microsoft/fast-element';
|
|
13
|
+
import { FilterParams } from 'tabulator-tables';
|
|
14
|
+
import { FoundationElement } from '@microsoft/fast-foundation';
|
|
15
|
+
import { FoundationElementRegistry } from '@microsoft/fast-foundation';
|
|
16
|
+
import { FoundationLayoutContainer } from '@genesislcap/foundation-utils';
|
|
17
|
+
import { LayoutCacheContainer } from '@genesislcap/foundation-utils';
|
|
18
|
+
import { Logger } from '@genesislcap/foundation-logger';
|
|
19
|
+
import { Options } from 'tabulator-tables';
|
|
20
|
+
import { OverrideFoundationElementDefinition } from '@microsoft/fast-foundation';
|
|
21
|
+
import { RowRangeLookup } from 'tabulator-tables';
|
|
22
|
+
import { TabulatorFull } from 'tabulator-tables';
|
|
23
|
+
import { ViewTemplate } from '@microsoft/fast-element';
|
|
24
|
+
|
|
25
|
+
/**
|
|
26
|
+
* The base height multiplier for the action renderer.
|
|
27
|
+
* @remarks Results in `--action-height-multiplier`. This is a DesignToken {@link https://www.fast.design/docs/design-systems/design-tokens/#what-is-a-design-token} value. Defaults to `0.6px`. May have other values depending on the design system or can be set to a different value.
|
|
28
|
+
* @public
|
|
29
|
+
*/
|
|
30
|
+
export declare const actionHeightMultiplier: CSSDesignToken<string>;
|
|
31
|
+
|
|
32
|
+
/**
|
|
33
|
+
* The Tabulator Action Renderer element.
|
|
34
|
+
* @public
|
|
35
|
+
* @tagname %%prefix%%-grid-tabulator-action-renderer
|
|
36
|
+
*/
|
|
37
|
+
export declare class ActionRenderer extends FoundationElement {
|
|
38
|
+
params: ActionRendererParams;
|
|
39
|
+
pendingAction: boolean;
|
|
40
|
+
init(params: ActionRendererParams): void;
|
|
41
|
+
clickHandler(): Promise<void>;
|
|
42
|
+
get dataTestId(): any;
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
/**
|
|
46
|
+
* Parameters for the `grid-tabulator` action renderer.
|
|
47
|
+
* @remarks For single action button scenarios.
|
|
48
|
+
* @public
|
|
49
|
+
*/
|
|
50
|
+
export declare type ActionRendererParams = {
|
|
51
|
+
/**
|
|
52
|
+
* Callback function triggered when the action button is clicked.
|
|
53
|
+
* @param rowData - The data associated with the row.
|
|
54
|
+
*/
|
|
55
|
+
actionClick?: (rowData: any) => void;
|
|
56
|
+
/**
|
|
57
|
+
* The name or label of the action button.
|
|
58
|
+
*/
|
|
59
|
+
actionName?: string;
|
|
60
|
+
/**
|
|
61
|
+
* The appearance style of the action button.
|
|
62
|
+
* @remarks This is a {@link @microsoft/fast-foundation#Button.appearance | Button appearance} value. Defaults to `neutral`. May have other values depending on the design system.
|
|
63
|
+
*/
|
|
64
|
+
appearance?: string;
|
|
65
|
+
/**
|
|
66
|
+
* The data-test-id attribute value to be used for E2E testing.
|
|
67
|
+
*/
|
|
68
|
+
dataTestId?: string;
|
|
69
|
+
/**
|
|
70
|
+
* Function to determine whether the action button should be disabled for a specific row.
|
|
71
|
+
* @param rowData - The data associated with the row.
|
|
72
|
+
* @returns A boolean indicating whether the button should be disabled.
|
|
73
|
+
*/
|
|
74
|
+
isDisabled?: (rowData: any) => boolean;
|
|
75
|
+
/**
|
|
76
|
+
* A unique field name used to identify the action button used for E2E testing, so that the data-testid attribute value can be unique.
|
|
77
|
+
*/
|
|
78
|
+
uniqueFieldName?: string;
|
|
79
|
+
/**
|
|
80
|
+
* Used to render some arbitrary content inside the action renderer button.
|
|
81
|
+
*/
|
|
82
|
+
contentTemplate?: string;
|
|
83
|
+
};
|
|
84
|
+
|
|
85
|
+
/**
|
|
86
|
+
* Format a date time value to a readable string.
|
|
87
|
+
* @remarks Formats [DATETIME] UNIX Timestamps (with time) to readable strings
|
|
88
|
+
* @param param - The field type.
|
|
89
|
+
* @returns The filter params.
|
|
90
|
+
* @public
|
|
91
|
+
*/
|
|
92
|
+
export declare function dateTimeValueFormatter({ value }: any): string;
|
|
93
|
+
|
|
94
|
+
/**
|
|
95
|
+
* Format a date value.
|
|
96
|
+
* @remarks Formats [DATE] UNIX Timestamps (with time) to readable strings
|
|
97
|
+
* @param param - The field type.
|
|
98
|
+
* @returns The filter params.
|
|
99
|
+
* @public
|
|
100
|
+
*/
|
|
101
|
+
export declare function dateValueFormatter({ value }: any): string;
|
|
102
|
+
|
|
103
|
+
/**
|
|
104
|
+
* The default grid-tabulator configuration.
|
|
105
|
+
* @public
|
|
106
|
+
*/
|
|
107
|
+
export declare const defaultGridTabulatorConfig: {
|
|
108
|
+
shadowOptions: any;
|
|
109
|
+
};
|
|
110
|
+
|
|
111
|
+
/**
|
|
112
|
+
* Format am epoch value to a readable ISO date string.
|
|
113
|
+
* @param epoch - The epoch number.
|
|
114
|
+
* @returns The formatted date value.
|
|
115
|
+
* @public
|
|
116
|
+
*/
|
|
117
|
+
export declare function formatDateExtra(epoch: number): string;
|
|
118
|
+
|
|
119
|
+
/**
|
|
120
|
+
* The Foundation grid-tabulator
|
|
121
|
+
*
|
|
122
|
+
* @alpha
|
|
123
|
+
* @remarks
|
|
124
|
+
* HTML Element: \<grid-tabulator\>
|
|
125
|
+
*/
|
|
126
|
+
export declare const foundationGridTabulator: (overrideDefinition?: OverrideFoundationElementDefinition< {
|
|
127
|
+
shadowOptions: any;
|
|
128
|
+
baseName: string;
|
|
129
|
+
styles: ElementStyles;
|
|
130
|
+
template: ViewTemplate<any, any>;
|
|
131
|
+
}>) => FoundationElementRegistry< {
|
|
132
|
+
shadowOptions: any;
|
|
133
|
+
baseName: string;
|
|
134
|
+
styles: ElementStyles;
|
|
135
|
+
template: ViewTemplate<any, any>;
|
|
136
|
+
}, typeof GridTabulator>;
|
|
137
|
+
|
|
138
|
+
/**
|
|
139
|
+
* A function that returns a Foundation Action Renderer for configuring the component with a DesignSystem.
|
|
140
|
+
*
|
|
141
|
+
* @public
|
|
142
|
+
* @remarks
|
|
143
|
+
* HTML Element: \<foundation-grid-tabulator-action-renderer\>
|
|
144
|
+
*/
|
|
145
|
+
export declare const foundationGridTabulatorActionRenderer: (overrideDefinition?: OverrideFoundationElementDefinition< {
|
|
146
|
+
baseName: string;
|
|
147
|
+
styles: ElementStyles;
|
|
148
|
+
template: ViewTemplate<ActionRenderer, any>;
|
|
149
|
+
}>) => FoundationElementRegistry< {
|
|
150
|
+
baseName: string;
|
|
151
|
+
styles: ElementStyles;
|
|
152
|
+
template: ViewTemplate<ActionRenderer, any>;
|
|
153
|
+
}, typeof ActionRenderer>;
|
|
154
|
+
|
|
155
|
+
/**
|
|
156
|
+
* All `grid-tabulator` components.
|
|
157
|
+
* @public
|
|
158
|
+
*/
|
|
159
|
+
export declare const foundationGridTabulatorComponents: {
|
|
160
|
+
foundationGridTabulatorActionRenderer: (overrideDefinition?: OverrideFoundationElementDefinition< {
|
|
161
|
+
baseName: string;
|
|
162
|
+
styles: ElementStyles;
|
|
163
|
+
template: ViewTemplate<ActionRenderer, any>;
|
|
164
|
+
}>) => FoundationElementRegistry< {
|
|
165
|
+
baseName: string;
|
|
166
|
+
styles: ElementStyles;
|
|
167
|
+
template: ViewTemplate<ActionRenderer, any>;
|
|
168
|
+
}, ActionRenderer>;
|
|
169
|
+
foundationGridTabulator: (overrideDefinition?: OverrideFoundationElementDefinition< {
|
|
170
|
+
shadowOptions: any;
|
|
171
|
+
baseName: string;
|
|
172
|
+
styles: ElementStyles;
|
|
173
|
+
template: ViewTemplate<any, any>;
|
|
174
|
+
}>) => FoundationElementRegistry< {
|
|
175
|
+
shadowOptions: any;
|
|
176
|
+
baseName: string;
|
|
177
|
+
styles: ElementStyles;
|
|
178
|
+
template: ViewTemplate<any, any>;
|
|
179
|
+
}, GridTabulator>;
|
|
180
|
+
register(container?: Container, ...rest: any[]): void;
|
|
181
|
+
};
|
|
182
|
+
|
|
183
|
+
/**
|
|
184
|
+
* Get the column type based on the metadata type.
|
|
185
|
+
* @param metadataType - The metadata type.
|
|
186
|
+
* @returns The column type.
|
|
187
|
+
* @public
|
|
188
|
+
*/
|
|
189
|
+
export declare function getColumnType(metadataType: string): string;
|
|
190
|
+
|
|
191
|
+
/**
|
|
192
|
+
* Get the filter type based on the field type.
|
|
193
|
+
* @param type - The field type.
|
|
194
|
+
* @returns The filter type.
|
|
195
|
+
* @public
|
|
196
|
+
*/
|
|
197
|
+
export declare function getFilterByFieldType(type: string): string;
|
|
198
|
+
|
|
199
|
+
/**
|
|
200
|
+
* Get the filter params based on the field type.
|
|
201
|
+
* @param type - The field type.
|
|
202
|
+
* @returns The filter params.
|
|
203
|
+
* @public
|
|
204
|
+
*/
|
|
205
|
+
export declare function getFilterParamsByFieldType(type: string): FilterParams;
|
|
206
|
+
|
|
207
|
+
/**
|
|
208
|
+
* All official Tabulator CSS variables
|
|
209
|
+
* @public
|
|
210
|
+
*/
|
|
211
|
+
export declare enum GridCSSVars {
|
|
212
|
+
}
|
|
213
|
+
|
|
214
|
+
/**
|
|
215
|
+
* @alpha
|
|
216
|
+
* @tagname %%prefix%%-grid-tabulator
|
|
217
|
+
*/
|
|
218
|
+
export declare class GridTabulator extends GridTabulator_base {
|
|
219
|
+
grid: TabulatorFull | undefined;
|
|
220
|
+
gridDiv: HTMLDivElement;
|
|
221
|
+
gridFontFace: string;
|
|
222
|
+
classNames: string;
|
|
223
|
+
rowData: any[];
|
|
224
|
+
rowDataChanged(oldValue: any, newValue: any): void;
|
|
225
|
+
autoCellRendererByType: boolean;
|
|
226
|
+
onlyTemplateColDefs: boolean;
|
|
227
|
+
persistColumnStateKey: string;
|
|
228
|
+
rowHeight: number;
|
|
229
|
+
theme: string;
|
|
230
|
+
themeChanged(oldValue: string, newValue: string): void;
|
|
231
|
+
private rehydrationAttempted;
|
|
232
|
+
connectedCallback(): void;
|
|
233
|
+
disconnectedCallback(): void;
|
|
234
|
+
/**
|
|
235
|
+
* The current grid options.
|
|
236
|
+
* @public
|
|
237
|
+
* @example
|
|
238
|
+
* ```ts
|
|
239
|
+
* ...
|
|
240
|
+
* const options = this.grid.getOptions();
|
|
241
|
+
* logger.debug(options); // { data: [...], columns: [...], filterMode: "local", groupBy: false, ... }
|
|
242
|
+
* ...
|
|
243
|
+
* ```
|
|
244
|
+
* @remarks
|
|
245
|
+
* See https://tabulator.info/docs/6.3/options for more details.
|
|
246
|
+
*/
|
|
247
|
+
get gridOptions(): Options;
|
|
248
|
+
set gridOptions(options: Options);
|
|
249
|
+
get statePersistanceEnabled(): boolean;
|
|
250
|
+
saveGridState(): void;
|
|
251
|
+
restoreGridState(): void;
|
|
252
|
+
/**
|
|
253
|
+
* Set the Grid client-side filters.
|
|
254
|
+
* @public
|
|
255
|
+
* @param column - column name
|
|
256
|
+
* @param operator - filter operator
|
|
257
|
+
* @param value - filter value
|
|
258
|
+
* @param filterParams - optional filter params
|
|
259
|
+
*/
|
|
260
|
+
setFilter(column: string, operator: string, value: string, filterParams?: FilterParams): void;
|
|
261
|
+
/**
|
|
262
|
+
* Download the Grid data as a file of the specified type.
|
|
263
|
+
* @public
|
|
264
|
+
* @privateRemarks
|
|
265
|
+
* See https://tabulator.info/docs/5.5/download#overview, xlsx/pdf require extra libraries.
|
|
266
|
+
* @param type - csv | json | html
|
|
267
|
+
* @param fileName - name of the file to download
|
|
268
|
+
* @param params - optional download params
|
|
269
|
+
* @param filter - optional row range lookup filter
|
|
270
|
+
*/
|
|
271
|
+
downloadDataAs(type: 'csv' | 'json' | 'html', fileName: string, params?: DownloadOptions, filter?: RowRangeLookup): void;
|
|
272
|
+
private fontFaceDestroy;
|
|
273
|
+
private insertFontFace;
|
|
274
|
+
private destroyFontFace;
|
|
275
|
+
}
|
|
276
|
+
|
|
277
|
+
declare const GridTabulator_base: (new (...args: any[]) => {
|
|
278
|
+
"__#1@#_container": FoundationLayoutContainer | LayoutCacheContainer | DOMContainer;
|
|
279
|
+
"__#1@#_latestTokenCode": string;
|
|
280
|
+
"__#1@#_hasFirstLoaded": boolean;
|
|
281
|
+
"__#1@#_cleanupTimeout": NodeJS.Timeout;
|
|
282
|
+
"__#1@#_shouldForceLifecycle": boolean;
|
|
283
|
+
cloneNode(deep?: boolean): Node;
|
|
284
|
+
deepClone(): Node;
|
|
285
|
+
readonly shouldRunDisconnect: boolean;
|
|
286
|
+
readonly shouldRunConnect: boolean;
|
|
287
|
+
"__#1@#_blockLifecycleDueToTokenChange"(lifecycleType: "connect" | "disconnect" | "reconnect"): boolean;
|
|
288
|
+
"__#1@#_tryFindContainingLayout"(e: Element): FoundationLayoutContainer | LayoutCacheContainer | DOMContainer;
|
|
289
|
+
connectedCallback(): void;
|
|
290
|
+
readonly $fastController: Controller;
|
|
291
|
+
$emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail">): boolean | void;
|
|
292
|
+
disconnectedCallback(): void;
|
|
293
|
+
attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
|
|
294
|
+
accessKey: string;
|
|
295
|
+
readonly accessKeyLabel: string;
|
|
296
|
+
autocapitalize: string;
|
|
297
|
+
dir: string;
|
|
298
|
+
draggable: boolean;
|
|
299
|
+
hidden: boolean;
|
|
300
|
+
inert: boolean;
|
|
301
|
+
innerText: string;
|
|
302
|
+
lang: string;
|
|
303
|
+
readonly offsetHeight: number;
|
|
304
|
+
readonly offsetLeft: number;
|
|
305
|
+
readonly offsetParent: Element;
|
|
306
|
+
readonly offsetTop: number;
|
|
307
|
+
readonly offsetWidth: number;
|
|
308
|
+
outerText: string;
|
|
309
|
+
spellcheck: boolean;
|
|
310
|
+
title: string;
|
|
311
|
+
translate: boolean;
|
|
312
|
+
attachInternals(): ElementInternals;
|
|
313
|
+
click(): void;
|
|
314
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
315
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
316
|
+
removeEventListener<K_1 extends keyof HTMLElementEventMap>(type: K_1, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_1]) => any, options?: boolean | EventListenerOptions): void;
|
|
317
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
318
|
+
readonly attributes: NamedNodeMap;
|
|
319
|
+
readonly classList: DOMTokenList;
|
|
320
|
+
className: string;
|
|
321
|
+
readonly clientHeight: number;
|
|
322
|
+
readonly clientLeft: number;
|
|
323
|
+
readonly clientTop: number;
|
|
324
|
+
readonly clientWidth: number;
|
|
325
|
+
id: string;
|
|
326
|
+
/**
|
|
327
|
+
* The grid-tabulator component registration.
|
|
328
|
+
* @public
|
|
329
|
+
* @privateRemarks explicitly declaring for extensibility
|
|
330
|
+
*/
|
|
331
|
+
readonly localName: string;
|
|
332
|
+
readonly namespaceURI: string;
|
|
333
|
+
onfullscreenchange: (this: Element, ev: Event) => any;
|
|
334
|
+
onfullscreenerror: (this: Element, ev: Event) => any;
|
|
335
|
+
outerHTML: string;
|
|
336
|
+
readonly ownerDocument: Document;
|
|
337
|
+
readonly part: DOMTokenList;
|
|
338
|
+
readonly prefix: string;
|
|
339
|
+
readonly scrollHeight: number;
|
|
340
|
+
scrollLeft: number;
|
|
341
|
+
scrollTop: number;
|
|
342
|
+
readonly scrollWidth: number;
|
|
343
|
+
readonly shadowRoot: ShadowRoot;
|
|
344
|
+
slot: string;
|
|
345
|
+
readonly tagName: string;
|
|
346
|
+
attachShadow(init: ShadowRootInit): ShadowRoot;
|
|
347
|
+
closest<K_2 extends keyof HTMLElementTagNameMap>(selector: K_2): HTMLElementTagNameMap[K_2];
|
|
348
|
+
closest<K_3 extends keyof SVGElementTagNameMap>(selector: K_3): SVGElementTagNameMap[K_3];
|
|
349
|
+
closest<E extends Element = Element>(selectors: string): E;
|
|
350
|
+
getAttribute(qualifiedName: string): string;
|
|
351
|
+
getAttributeNS(namespace: string, localName: string): string;
|
|
352
|
+
getAttributeNames(): string[];
|
|
353
|
+
getAttributeNode(qualifiedName: string): Attr;
|
|
354
|
+
getAttributeNodeNS(namespace: string, localName: string): Attr;
|
|
355
|
+
getBoundingClientRect(): DOMRect;
|
|
356
|
+
getClientRects(): DOMRectList;
|
|
357
|
+
getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
|
|
358
|
+
getElementsByTagName<K_4 extends keyof HTMLElementTagNameMap>(qualifiedName: K_4): HTMLCollectionOf<HTMLElementTagNameMap[K_4]>;
|
|
359
|
+
getElementsByTagName<K_5 extends keyof SVGElementTagNameMap>(qualifiedName: K_5): HTMLCollectionOf<SVGElementTagNameMap[K_5]>;
|
|
360
|
+
getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
|
|
361
|
+
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
|
|
362
|
+
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
|
|
363
|
+
getElementsByTagNameNS(namespace: string, localName: string): HTMLCollectionOf<Element>;
|
|
364
|
+
hasAttribute(qualifiedName: string): boolean;
|
|
365
|
+
hasAttributeNS(namespace: string, localName: string): boolean;
|
|
366
|
+
hasAttributes(): boolean;
|
|
367
|
+
hasPointerCapture(pointerId: number): boolean;
|
|
368
|
+
insertAdjacentElement(where: InsertPosition, element: Element): Element;
|
|
369
|
+
insertAdjacentHTML(position: InsertPosition, text: string): void;
|
|
370
|
+
insertAdjacentText(where: InsertPosition, data: string): void;
|
|
371
|
+
matches(selectors: string): boolean;
|
|
372
|
+
releasePointerCapture(pointerId: number): void;
|
|
373
|
+
removeAttribute(qualifiedName: string): void;
|
|
374
|
+
removeAttributeNS(namespace: string, localName: string): void;
|
|
375
|
+
removeAttributeNode(attr: Attr): Attr;
|
|
376
|
+
requestFullscreen(options?: FullscreenOptions): Promise<void>;
|
|
377
|
+
requestPointerLock(): void;
|
|
378
|
+
scroll(options?: ScrollToOptions): void;
|
|
379
|
+
scroll(x: number, y: number): void;
|
|
380
|
+
scrollBy(options?: ScrollToOptions): void;
|
|
381
|
+
scrollBy(x: number, y: number): void;
|
|
382
|
+
scrollIntoView(arg?: boolean | ScrollIntoViewOptions): void;
|
|
383
|
+
scrollTo(options?: ScrollToOptions): void;
|
|
384
|
+
scrollTo(x: number, y: number): void;
|
|
385
|
+
setAttribute(qualifiedName: string, value: string): void;
|
|
386
|
+
setAttributeNS(namespace: string, qualifiedName: string, value: string): void;
|
|
387
|
+
setAttributeNode(attr: Attr): Attr;
|
|
388
|
+
setAttributeNodeNS(attr: Attr): Attr;
|
|
389
|
+
setPointerCapture(pointerId: number): void;
|
|
390
|
+
toggleAttribute(qualifiedName: string, force?: boolean): boolean;
|
|
391
|
+
webkitMatchesSelector(selectors: string): boolean;
|
|
392
|
+
readonly baseURI: string;
|
|
393
|
+
readonly childNodes: NodeListOf<ChildNode>;
|
|
394
|
+
readonly firstChild: ChildNode;
|
|
395
|
+
readonly isConnected: boolean;
|
|
396
|
+
readonly lastChild: ChildNode;
|
|
397
|
+
readonly nextSibling: ChildNode;
|
|
398
|
+
readonly nodeName: string;
|
|
399
|
+
readonly nodeType: number;
|
|
400
|
+
nodeValue: string;
|
|
401
|
+
readonly parentElement: HTMLElement;
|
|
402
|
+
readonly parentNode: ParentNode;
|
|
403
|
+
readonly previousSibling: ChildNode;
|
|
404
|
+
textContent: string;
|
|
405
|
+
appendChild<T_1 extends Node>(node: T_1): T_1;
|
|
406
|
+
compareDocumentPosition(other: Node): number;
|
|
407
|
+
contains(other: Node): boolean;
|
|
408
|
+
getRootNode(options?: GetRootNodeOptions): Node;
|
|
409
|
+
hasChildNodes(): boolean;
|
|
410
|
+
insertBefore<T_2 extends Node>(node: T_2, child: Node): T_2;
|
|
411
|
+
isDefaultNamespace(namespace: string): boolean;
|
|
412
|
+
isEqualNode(otherNode: Node): boolean;
|
|
413
|
+
isSameNode(otherNode: Node): boolean;
|
|
414
|
+
lookupNamespaceURI(prefix: string): string;
|
|
415
|
+
lookupPrefix(namespace: string): string;
|
|
416
|
+
normalize(): void;
|
|
417
|
+
removeChild<T_3 extends Node>(child: T_3): T_3;
|
|
418
|
+
replaceChild<T_4 extends Node>(node: Node, child: T_4): T_4;
|
|
419
|
+
readonly ATTRIBUTE_NODE: number;
|
|
420
|
+
readonly CDATA_SECTION_NODE: number;
|
|
421
|
+
readonly COMMENT_NODE: number;
|
|
422
|
+
readonly DOCUMENT_FRAGMENT_NODE: number;
|
|
423
|
+
readonly DOCUMENT_NODE: number;
|
|
424
|
+
readonly DOCUMENT_POSITION_CONTAINED_BY: number;
|
|
425
|
+
readonly DOCUMENT_POSITION_CONTAINS: number;
|
|
426
|
+
readonly DOCUMENT_POSITION_DISCONNECTED: number;
|
|
427
|
+
readonly DOCUMENT_POSITION_FOLLOWING: number;
|
|
428
|
+
readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: number;
|
|
429
|
+
readonly DOCUMENT_POSITION_PRECEDING: number;
|
|
430
|
+
readonly DOCUMENT_TYPE_NODE: number;
|
|
431
|
+
readonly ELEMENT_NODE: number;
|
|
432
|
+
readonly ENTITY_NODE: number;
|
|
433
|
+
readonly ENTITY_REFERENCE_NODE: number;
|
|
434
|
+
readonly NOTATION_NODE: number;
|
|
435
|
+
readonly PROCESSING_INSTRUCTION_NODE: number;
|
|
436
|
+
readonly TEXT_NODE: number;
|
|
437
|
+
dispatchEvent(event: Event): boolean;
|
|
438
|
+
ariaAtomic: string;
|
|
439
|
+
ariaAutoComplete: string;
|
|
440
|
+
ariaBusy: string;
|
|
441
|
+
ariaChecked: string;
|
|
442
|
+
ariaColCount: string;
|
|
443
|
+
ariaColIndex: string;
|
|
444
|
+
ariaColIndexText: string;
|
|
445
|
+
ariaColSpan: string;
|
|
446
|
+
ariaCurrent: string;
|
|
447
|
+
ariaDisabled: string;
|
|
448
|
+
ariaExpanded: string;
|
|
449
|
+
ariaHasPopup: string;
|
|
450
|
+
ariaHidden: string;
|
|
451
|
+
ariaInvalid: string;
|
|
452
|
+
ariaKeyShortcuts: string;
|
|
453
|
+
ariaLabel: string;
|
|
454
|
+
ariaLevel: string;
|
|
455
|
+
ariaLive: string;
|
|
456
|
+
ariaModal: string;
|
|
457
|
+
ariaMultiLine: string;
|
|
458
|
+
ariaMultiSelectable: string;
|
|
459
|
+
ariaOrientation: string;
|
|
460
|
+
ariaPlaceholder: string;
|
|
461
|
+
ariaPosInSet: string;
|
|
462
|
+
ariaPressed: string;
|
|
463
|
+
ariaReadOnly: string;
|
|
464
|
+
ariaRequired: string;
|
|
465
|
+
ariaRoleDescription: string;
|
|
466
|
+
ariaRowCount: string;
|
|
467
|
+
ariaRowIndex: string;
|
|
468
|
+
ariaRowIndexText: string;
|
|
469
|
+
ariaRowSpan: string;
|
|
470
|
+
ariaSelected: string;
|
|
471
|
+
ariaSetSize: string;
|
|
472
|
+
ariaSort: string;
|
|
473
|
+
ariaValueMax: string;
|
|
474
|
+
ariaValueMin: string;
|
|
475
|
+
ariaValueNow: string;
|
|
476
|
+
ariaValueText: string;
|
|
477
|
+
role: string;
|
|
478
|
+
animate(keyframes: Keyframe[] | PropertyIndexedKeyframes, options?: number | KeyframeAnimationOptions): Animation;
|
|
479
|
+
getAnimations(options?: GetAnimationsOptions): Animation[];
|
|
480
|
+
after(...nodes: (string | Node)[]): void;
|
|
481
|
+
before(...nodes: (string | Node)[]): void;
|
|
482
|
+
remove(): void;
|
|
483
|
+
replaceWith(...nodes: (string | Node)[]): void;
|
|
484
|
+
innerHTML: string;
|
|
485
|
+
readonly nextElementSibling: Element;
|
|
486
|
+
readonly previousElementSibling: Element;
|
|
487
|
+
readonly childElementCount: number;
|
|
488
|
+
readonly children: HTMLCollection;
|
|
489
|
+
readonly firstElementChild: Element;
|
|
490
|
+
readonly lastElementChild: Element;
|
|
491
|
+
append(...nodes: (string | Node)[]): void;
|
|
492
|
+
prepend(...nodes: (string | Node)[]): void;
|
|
493
|
+
querySelector<K_6 extends keyof HTMLElementTagNameMap>(selectors: K_6): HTMLElementTagNameMap[K_6];
|
|
494
|
+
querySelector<K_7 extends keyof SVGElementTagNameMap>(selectors: K_7): SVGElementTagNameMap[K_7];
|
|
495
|
+
querySelector<E_1 extends Element = Element>(selectors: string): E_1;
|
|
496
|
+
querySelectorAll<K_8 extends keyof HTMLElementTagNameMap>(selectors: K_8): NodeListOf<HTMLElementTagNameMap[K_8]>;
|
|
497
|
+
querySelectorAll<K_9 extends keyof SVGElementTagNameMap>(selectors: K_9): NodeListOf<SVGElementTagNameMap[K_9]>;
|
|
498
|
+
querySelectorAll<E_2 extends Element = Element>(selectors: string): NodeListOf<E_2>;
|
|
499
|
+
replaceChildren(...nodes: (string | Node)[]): void;
|
|
500
|
+
readonly assignedSlot: HTMLSlotElement;
|
|
501
|
+
oncopy: (this: DocumentAndElementEventHandlers, ev: ClipboardEvent) => any;
|
|
502
|
+
oncut: (this: DocumentAndElementEventHandlers, ev: ClipboardEvent) => any;
|
|
503
|
+
onpaste: (this: DocumentAndElementEventHandlers, ev: ClipboardEvent) => any;
|
|
504
|
+
readonly style: CSSStyleDeclaration;
|
|
505
|
+
contentEditable: string;
|
|
506
|
+
enterKeyHint: string;
|
|
507
|
+
inputMode: string;
|
|
508
|
+
readonly isContentEditable: boolean;
|
|
509
|
+
onabort: (this: GlobalEventHandlers, ev: UIEvent) => any;
|
|
510
|
+
onanimationcancel: (this: GlobalEventHandlers, ev: AnimationEvent) => any;
|
|
511
|
+
onanimationend: (this: GlobalEventHandlers, ev: AnimationEvent) => any;
|
|
512
|
+
onanimationiteration: (this: GlobalEventHandlers, ev: AnimationEvent) => any;
|
|
513
|
+
onanimationstart: (this: GlobalEventHandlers, ev: AnimationEvent) => any;
|
|
514
|
+
onauxclick: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
515
|
+
onbeforeinput: (this: GlobalEventHandlers, ev: InputEvent) => any;
|
|
516
|
+
onblur: (this: GlobalEventHandlers, ev: FocusEvent) => any;
|
|
517
|
+
oncancel: (this: GlobalEventHandlers, ev: Event) => any;
|
|
518
|
+
oncanplay: (this: GlobalEventHandlers, ev: Event) => any;
|
|
519
|
+
oncanplaythrough: (this: GlobalEventHandlers, ev: Event) => any;
|
|
520
|
+
onchange: (this: GlobalEventHandlers, ev: Event) => any;
|
|
521
|
+
onclick: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
522
|
+
onclose: (this: GlobalEventHandlers, ev: Event) => any;
|
|
523
|
+
oncontextmenu: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
524
|
+
oncuechange: (this: GlobalEventHandlers, ev: Event) => any;
|
|
525
|
+
ondblclick: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
526
|
+
ondrag: (this: GlobalEventHandlers, ev: DragEvent) => any;
|
|
527
|
+
ondragend: (this: GlobalEventHandlers, ev: DragEvent) => any;
|
|
528
|
+
ondragenter: (this: GlobalEventHandlers, ev: DragEvent) => any;
|
|
529
|
+
ondragleave: (this: GlobalEventHandlers, ev: DragEvent) => any;
|
|
530
|
+
ondragover: (this: GlobalEventHandlers, ev: DragEvent) => any;
|
|
531
|
+
ondragstart: (this: GlobalEventHandlers, ev: DragEvent) => any;
|
|
532
|
+
ondrop: (this: GlobalEventHandlers, ev: DragEvent) => any;
|
|
533
|
+
ondurationchange: (this: GlobalEventHandlers, ev: Event) => any;
|
|
534
|
+
onemptied: (this: GlobalEventHandlers, ev: Event) => any;
|
|
535
|
+
onended: (this: GlobalEventHandlers, ev: Event) => any;
|
|
536
|
+
onerror: OnErrorEventHandlerNonNull;
|
|
537
|
+
onfocus: (this: GlobalEventHandlers, ev: FocusEvent) => any;
|
|
538
|
+
onformdata: (this: GlobalEventHandlers, ev: FormDataEvent) => any;
|
|
539
|
+
ongotpointercapture: (this: GlobalEventHandlers, ev: PointerEvent) => any;
|
|
540
|
+
oninput: (this: GlobalEventHandlers, ev: Event) => any;
|
|
541
|
+
oninvalid: (this: GlobalEventHandlers, ev: Event) => any;
|
|
542
|
+
onkeydown: (this: GlobalEventHandlers, ev: KeyboardEvent) => any;
|
|
543
|
+
onkeypress: (this: GlobalEventHandlers, ev: KeyboardEvent) => any;
|
|
544
|
+
onkeyup: (this: GlobalEventHandlers, ev: KeyboardEvent) => any;
|
|
545
|
+
onload: (this: GlobalEventHandlers, ev: Event) => any;
|
|
546
|
+
onloadeddata: (this: GlobalEventHandlers, ev: Event) => any;
|
|
547
|
+
onloadedmetadata: (this: GlobalEventHandlers, ev: Event) => any;
|
|
548
|
+
onloadstart: (this: GlobalEventHandlers, ev: Event) => any;
|
|
549
|
+
onlostpointercapture: (this: GlobalEventHandlers, ev: PointerEvent) => any;
|
|
550
|
+
onmousedown: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
551
|
+
onmouseenter: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
552
|
+
onmouseleave: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
553
|
+
onmousemove: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
554
|
+
onmouseout: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
555
|
+
onmouseover: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
556
|
+
onmouseup: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
557
|
+
onpause: (this: GlobalEventHandlers, ev: Event) => any;
|
|
558
|
+
onplay: (this: GlobalEventHandlers, ev: Event) => any;
|
|
559
|
+
onplaying: (this: GlobalEventHandlers, ev: Event) => any;
|
|
560
|
+
onpointercancel: (this: GlobalEventHandlers, ev: PointerEvent) => any;
|
|
561
|
+
onpointerdown: (this: GlobalEventHandlers, ev: PointerEvent) => any;
|
|
562
|
+
onpointerenter: (this: GlobalEventHandlers, ev: PointerEvent) => any;
|
|
563
|
+
onpointerleave: (this: GlobalEventHandlers, ev: PointerEvent) => any;
|
|
564
|
+
onpointermove: (this: GlobalEventHandlers, ev: PointerEvent) => any;
|
|
565
|
+
onpointerout: (this: GlobalEventHandlers, ev: PointerEvent) => any;
|
|
566
|
+
onpointerover: (this: GlobalEventHandlers, ev: PointerEvent) => any;
|
|
567
|
+
onpointerup: (this: GlobalEventHandlers, ev: PointerEvent) => any;
|
|
568
|
+
onprogress: (this: GlobalEventHandlers, ev: ProgressEvent<EventTarget>) => any;
|
|
569
|
+
onratechange: (this: GlobalEventHandlers, ev: Event) => any;
|
|
570
|
+
onreset: (this: GlobalEventHandlers, ev: Event) => any;
|
|
571
|
+
onresize: (this: GlobalEventHandlers, ev: UIEvent) => any;
|
|
572
|
+
onscroll: (this: GlobalEventHandlers, ev: Event) => any;
|
|
573
|
+
onsecuritypolicyviolation: (this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any;
|
|
574
|
+
onseeked: (this: GlobalEventHandlers, ev: Event) => any;
|
|
575
|
+
onseeking: (this: GlobalEventHandlers, ev: Event) => any;
|
|
576
|
+
onselect: (this: GlobalEventHandlers, ev: Event) => any;
|
|
577
|
+
onselectionchange: (this: GlobalEventHandlers, ev: Event) => any;
|
|
578
|
+
onselectstart: (this: GlobalEventHandlers, ev: Event) => any;
|
|
579
|
+
onslotchange: (this: GlobalEventHandlers, ev: Event) => any;
|
|
580
|
+
onstalled: (this: GlobalEventHandlers, ev: Event) => any;
|
|
581
|
+
onsubmit: (this: GlobalEventHandlers, ev: SubmitEvent) => any;
|
|
582
|
+
onsuspend: (this: GlobalEventHandlers, ev: Event) => any;
|
|
583
|
+
ontimeupdate: (this: GlobalEventHandlers, ev: Event) => any;
|
|
584
|
+
ontoggle: (this: GlobalEventHandlers, ev: Event) => any;
|
|
585
|
+
ontouchcancel?: (this: GlobalEventHandlers, ev: TouchEvent) => any;
|
|
586
|
+
ontouchend?: (this: GlobalEventHandlers, ev: TouchEvent) => any;
|
|
587
|
+
ontouchmove?: (this: GlobalEventHandlers, ev: TouchEvent) => any;
|
|
588
|
+
ontouchstart?: (this: GlobalEventHandlers, ev: TouchEvent) => any;
|
|
589
|
+
ontransitioncancel: (this: GlobalEventHandlers, ev: TransitionEvent) => any;
|
|
590
|
+
ontransitionend: (this: GlobalEventHandlers, ev: TransitionEvent) => any;
|
|
591
|
+
ontransitionrun: (this: GlobalEventHandlers, ev: TransitionEvent) => any;
|
|
592
|
+
ontransitionstart: (this: GlobalEventHandlers, ev: TransitionEvent) => any;
|
|
593
|
+
onvolumechange: (this: GlobalEventHandlers, ev: Event) => any;
|
|
594
|
+
onwaiting: (this: GlobalEventHandlers, ev: Event) => any;
|
|
595
|
+
onwebkitanimationend: (this: GlobalEventHandlers, ev: Event) => any;
|
|
596
|
+
onwebkitanimationiteration: (this: GlobalEventHandlers, ev: Event) => any;
|
|
597
|
+
onwebkitanimationstart: (this: GlobalEventHandlers, ev: Event) => any;
|
|
598
|
+
onwebkittransitionend: (this: GlobalEventHandlers, ev: Event) => any;
|
|
599
|
+
onwheel: (this: GlobalEventHandlers, ev: WheelEvent) => any;
|
|
600
|
+
autofocus: boolean;
|
|
601
|
+
readonly dataset: DOMStringMap;
|
|
602
|
+
nonce?: string;
|
|
603
|
+
tabIndex: number;
|
|
604
|
+
blur(): void;
|
|
605
|
+
focus(options?: FocusOptions): void;
|
|
606
|
+
}) & typeof FoundationElement;
|
|
607
|
+
|
|
608
|
+
/**
|
|
609
|
+
* The available `grid-tabulator` Renderer Types
|
|
610
|
+
* @public
|
|
611
|
+
*/
|
|
612
|
+
export declare enum GridTabulatorCellRendererTypes {
|
|
613
|
+
action = "action",
|
|
614
|
+
actionsMenu = "actionsMenu",
|
|
615
|
+
boolean = "boolean",
|
|
616
|
+
text = "text",
|
|
617
|
+
select = "select"
|
|
618
|
+
}
|
|
619
|
+
|
|
620
|
+
/**
|
|
621
|
+
* The Genesis Datasource element, for client-side data fetching and used exclusively by the GridTabulator element.
|
|
622
|
+
* @alpha
|
|
623
|
+
*/
|
|
624
|
+
export declare class GridTabulatorClientSideDatasource extends GridTabulatorClientSideDatasource_base {
|
|
625
|
+
auth: Auth;
|
|
626
|
+
connect: Connect;
|
|
627
|
+
datasource: Datasource;
|
|
628
|
+
deferredGridOptions: Options;
|
|
629
|
+
criteria: string;
|
|
630
|
+
criteriaChanged(oldCriteria: string, newCriteria: string): void;
|
|
631
|
+
fields: string;
|
|
632
|
+
isSnapshot: boolean;
|
|
633
|
+
maxRows: number;
|
|
634
|
+
maxView: number;
|
|
635
|
+
pollingInterval: number;
|
|
636
|
+
movingView: boolean;
|
|
637
|
+
orderBy: string;
|
|
638
|
+
request: any;
|
|
639
|
+
resourceName: string;
|
|
640
|
+
resourceNameChanged(oldValue: string, newValue: string): void;
|
|
641
|
+
reverse: boolean;
|
|
642
|
+
/**
|
|
643
|
+
* Attribute to set an unique identifier for the row.
|
|
644
|
+
*
|
|
645
|
+
* Defaults to `ROW_REF` or `RECORD_ID` depending on the resource type.
|
|
646
|
+
* @privateRemarks Attribute-only, not to be used as a property. Use `rowId` getter instead.
|
|
647
|
+
*/
|
|
648
|
+
rowIdAttr: any;
|
|
649
|
+
restartOnReconnection: boolean;
|
|
650
|
+
/**
|
|
651
|
+
* Allows grid data updates to be processed via and external function before applying in grid
|
|
652
|
+
*/
|
|
653
|
+
rowDataMapper: Function;
|
|
654
|
+
private dataSub;
|
|
655
|
+
private updateSub;
|
|
656
|
+
private connectionSub;
|
|
657
|
+
private isRequestServer;
|
|
658
|
+
datasourceStatusChanged(prev: DatasourceStatus, next: DatasourceStatus): void;
|
|
659
|
+
private requiresFullRowDataAndColDefs;
|
|
660
|
+
private dataSubWasLoggedOff;
|
|
661
|
+
private rows;
|
|
662
|
+
private gridTransaction;
|
|
663
|
+
private sourceRef;
|
|
664
|
+
private criteriaFromFilters;
|
|
665
|
+
private update;
|
|
666
|
+
connectedCallback(): void;
|
|
667
|
+
disconnectedCallback(): void;
|
|
668
|
+
deepClone(): Node;
|
|
669
|
+
private get gridTabulator();
|
|
670
|
+
/**
|
|
671
|
+
* Returns the `row-id` attribute, depending on the resource type.
|
|
672
|
+
* @remarks Will favour the `row-id` attribute if set.
|
|
673
|
+
* @internal
|
|
674
|
+
*/
|
|
675
|
+
private get rowId();
|
|
676
|
+
/**
|
|
677
|
+
* Returns whether the `row-id` attribute is the default one, depending on the resource type.
|
|
678
|
+
* @internal
|
|
679
|
+
*/
|
|
680
|
+
private get hasDefaultRowId();
|
|
681
|
+
private get defaultRowIdByResourceType();
|
|
682
|
+
/**
|
|
683
|
+
* Initializes the datasource.
|
|
684
|
+
* @public
|
|
685
|
+
* @remarks This method is called automatically when the element is connected to the DOM.
|
|
686
|
+
*/
|
|
687
|
+
init(): Promise<void>;
|
|
688
|
+
/**
|
|
689
|
+
* Destroys the datasource, resetting it to its initial state.
|
|
690
|
+
* @public
|
|
691
|
+
*/
|
|
692
|
+
destroy(): void;
|
|
693
|
+
/**
|
|
694
|
+
* Restarts the datasource, uses `deinit` and `init` in sequence.
|
|
695
|
+
* @public
|
|
696
|
+
*/
|
|
697
|
+
restart(): void;
|
|
698
|
+
/**
|
|
699
|
+
* Force the grid to redispatch the current rows
|
|
700
|
+
*/
|
|
701
|
+
refreshRows(): void;
|
|
702
|
+
/**
|
|
703
|
+
* Clears the rowData and columnDefs for the grid.
|
|
704
|
+
* @remarks This is called when `reloadResourceData` happens, on criteria and filters change or full `reset`.
|
|
705
|
+
* @param withColumnDefs - Whether to clear the columnDefs as well. Defaults to true.
|
|
706
|
+
* @internal
|
|
707
|
+
*/
|
|
708
|
+
private clearRowData;
|
|
709
|
+
/**
|
|
710
|
+
* Sets the columnDefs and rowData for the grid.
|
|
711
|
+
* @remarks This should only happen once, when the grid is first initialized. Follow up updates will use the agTransaction.
|
|
712
|
+
* @internal
|
|
713
|
+
*/
|
|
714
|
+
private setRowData;
|
|
715
|
+
/**
|
|
716
|
+
* Resets the grid data while keeping columnDefs and sends a DATA_LOGOFF message if it's a stream.
|
|
717
|
+
* Proxies to {@link @genesislcap/grid-tabulator#GridTabulatorClientSideDatasource.loadResourceData} but without the full init (no metadata fetch).
|
|
718
|
+
* @remarks This is used when the grid is already initialized and we want to reload the data due to a criteria/filter change.
|
|
719
|
+
* @internal
|
|
720
|
+
*/
|
|
721
|
+
private reloadResourceData;
|
|
722
|
+
/**
|
|
723
|
+
* Initializes the datasource and loads the data for the grid.
|
|
724
|
+
* Handles both snapshot and stream data (for both REQUEST_SERVER and DATASERVER resource types).
|
|
725
|
+
*
|
|
726
|
+
* @param withFullInit - if true, will call datasource.init() with requiresMetadataFetch = true, fetching fresh metadata
|
|
727
|
+
* @internal
|
|
728
|
+
*/
|
|
729
|
+
loadResourceData(withFullInit?: boolean): Promise<void>;
|
|
730
|
+
private handleSnapshot;
|
|
731
|
+
private datasourceOptions;
|
|
732
|
+
private handleStreamResult;
|
|
733
|
+
private applyRequestServerData;
|
|
734
|
+
private applyDataserverData;
|
|
735
|
+
private applyTransaction;
|
|
736
|
+
private mapTransaction;
|
|
737
|
+
private handleStreamInserts;
|
|
738
|
+
private handleStreamDeletes;
|
|
739
|
+
private handleStreamUpdates;
|
|
740
|
+
private buildCriteria;
|
|
741
|
+
setFilter(fieldName: string, newFilter: string): void;
|
|
742
|
+
removeFilter(fieldName: string): void;
|
|
743
|
+
}
|
|
744
|
+
|
|
745
|
+
declare const GridTabulatorClientSideDatasource_base: (new (...args: any[]) => {
|
|
746
|
+
"__#1@#_container": FoundationLayoutContainer | LayoutCacheContainer | DOMContainer;
|
|
747
|
+
"__#1@#_latestTokenCode": string;
|
|
748
|
+
"__#1@#_hasFirstLoaded": boolean;
|
|
749
|
+
"__#1@#_cleanupTimeout": NodeJS.Timeout;
|
|
750
|
+
"__#1@#_shouldForceLifecycle": boolean;
|
|
751
|
+
cloneNode(deep?: boolean): Node;
|
|
752
|
+
deepClone(): Node;
|
|
753
|
+
readonly shouldRunDisconnect: boolean;
|
|
754
|
+
readonly shouldRunConnect: boolean;
|
|
755
|
+
"__#1@#_blockLifecycleDueToTokenChange"(lifecycleType: "connect" | "disconnect" | "reconnect"): boolean;
|
|
756
|
+
"__#1@#_tryFindContainingLayout"(e: Element): FoundationLayoutContainer | LayoutCacheContainer | DOMContainer;
|
|
757
|
+
connectedCallback(): void;
|
|
758
|
+
readonly $fastController: Controller;
|
|
759
|
+
$emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail">): boolean | void;
|
|
760
|
+
disconnectedCallback(): void;
|
|
761
|
+
attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
|
|
762
|
+
accessKey: string;
|
|
763
|
+
readonly accessKeyLabel: string;
|
|
764
|
+
autocapitalize: string;
|
|
765
|
+
dir: string;
|
|
766
|
+
draggable: boolean;
|
|
767
|
+
hidden: boolean;
|
|
768
|
+
inert: boolean;
|
|
769
|
+
innerText: string;
|
|
770
|
+
lang: string;
|
|
771
|
+
readonly offsetHeight: number;
|
|
772
|
+
readonly offsetLeft: number;
|
|
773
|
+
readonly offsetParent: Element;
|
|
774
|
+
readonly offsetTop: number;
|
|
775
|
+
readonly offsetWidth: number;
|
|
776
|
+
outerText: string;
|
|
777
|
+
spellcheck: boolean;
|
|
778
|
+
title: string;
|
|
779
|
+
translate: boolean;
|
|
780
|
+
attachInternals(): ElementInternals;
|
|
781
|
+
click(): void;
|
|
782
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
783
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
784
|
+
removeEventListener<K_1 extends keyof HTMLElementEventMap>(type: K_1, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_1]) => any, options?: boolean | EventListenerOptions): void;
|
|
785
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
786
|
+
readonly attributes: NamedNodeMap;
|
|
787
|
+
readonly classList: DOMTokenList;
|
|
788
|
+
className: string;
|
|
789
|
+
readonly clientHeight: number;
|
|
790
|
+
readonly clientLeft: number;
|
|
791
|
+
readonly clientTop: number;
|
|
792
|
+
readonly clientWidth: number;
|
|
793
|
+
id: string;
|
|
794
|
+
readonly localName: string;
|
|
795
|
+
readonly namespaceURI: string;
|
|
796
|
+
onfullscreenchange: (this: Element, ev: Event) => any;
|
|
797
|
+
onfullscreenerror: (this: Element, ev: Event) => any;
|
|
798
|
+
outerHTML: string;
|
|
799
|
+
readonly ownerDocument: Document;
|
|
800
|
+
readonly part: DOMTokenList;
|
|
801
|
+
readonly prefix: string;
|
|
802
|
+
readonly scrollHeight: number;
|
|
803
|
+
scrollLeft: number;
|
|
804
|
+
scrollTop: number;
|
|
805
|
+
readonly scrollWidth: number;
|
|
806
|
+
readonly shadowRoot: ShadowRoot;
|
|
807
|
+
slot: string;
|
|
808
|
+
readonly tagName: string;
|
|
809
|
+
attachShadow(init: ShadowRootInit): ShadowRoot;
|
|
810
|
+
closest<K_2 extends keyof HTMLElementTagNameMap>(selector: K_2): HTMLElementTagNameMap[K_2];
|
|
811
|
+
closest<K_3 extends keyof SVGElementTagNameMap>(selector: K_3): SVGElementTagNameMap[K_3];
|
|
812
|
+
closest<E extends Element = Element>(selectors: string): E;
|
|
813
|
+
getAttribute(qualifiedName: string): string;
|
|
814
|
+
getAttributeNS(namespace: string, localName: string): string;
|
|
815
|
+
getAttributeNames(): string[];
|
|
816
|
+
getAttributeNode(qualifiedName: string): Attr;
|
|
817
|
+
getAttributeNodeNS(namespace: string, localName: string): Attr;
|
|
818
|
+
getBoundingClientRect(): DOMRect;
|
|
819
|
+
getClientRects(): DOMRectList;
|
|
820
|
+
getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
|
|
821
|
+
getElementsByTagName<K_4 extends keyof HTMLElementTagNameMap>(qualifiedName: K_4): HTMLCollectionOf<HTMLElementTagNameMap[K_4]>;
|
|
822
|
+
getElementsByTagName<K_5 extends keyof SVGElementTagNameMap>(qualifiedName: K_5): HTMLCollectionOf<SVGElementTagNameMap[K_5]>;
|
|
823
|
+
getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
|
|
824
|
+
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
|
|
825
|
+
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
|
|
826
|
+
getElementsByTagNameNS(namespace: string, localName: string): HTMLCollectionOf<Element>;
|
|
827
|
+
hasAttribute(qualifiedName: string): boolean;
|
|
828
|
+
hasAttributeNS(namespace: string, localName: string): boolean;
|
|
829
|
+
hasAttributes(): boolean;
|
|
830
|
+
hasPointerCapture(pointerId: number): boolean;
|
|
831
|
+
insertAdjacentElement(where: InsertPosition, element: Element): Element;
|
|
832
|
+
insertAdjacentHTML(position: InsertPosition, text: string): void;
|
|
833
|
+
insertAdjacentText(where: InsertPosition, data: string): void;
|
|
834
|
+
matches(selectors: string): boolean;
|
|
835
|
+
releasePointerCapture(pointerId: number): void;
|
|
836
|
+
removeAttribute(qualifiedName: string): void;
|
|
837
|
+
removeAttributeNS(namespace: string, localName: string): void;
|
|
838
|
+
removeAttributeNode(attr: Attr): Attr;
|
|
839
|
+
requestFullscreen(options?: FullscreenOptions): Promise<void>;
|
|
840
|
+
requestPointerLock(): void;
|
|
841
|
+
scroll(options?: ScrollToOptions): void;
|
|
842
|
+
scroll(x: number, y: number): void;
|
|
843
|
+
scrollBy(options?: ScrollToOptions): void;
|
|
844
|
+
scrollBy(x: number, y: number): void;
|
|
845
|
+
scrollIntoView(arg?: boolean | ScrollIntoViewOptions): void;
|
|
846
|
+
scrollTo(options?: ScrollToOptions): void;
|
|
847
|
+
scrollTo(x: number, y: number): void;
|
|
848
|
+
setAttribute(qualifiedName: string, value: string): void;
|
|
849
|
+
setAttributeNS(namespace: string, qualifiedName: string, value: string): void;
|
|
850
|
+
setAttributeNode(attr: Attr): Attr;
|
|
851
|
+
setAttributeNodeNS(attr: Attr): Attr;
|
|
852
|
+
setPointerCapture(pointerId: number): void;
|
|
853
|
+
toggleAttribute(qualifiedName: string, force?: boolean): boolean;
|
|
854
|
+
webkitMatchesSelector(selectors: string): boolean;
|
|
855
|
+
readonly baseURI: string;
|
|
856
|
+
readonly childNodes: NodeListOf<ChildNode>;
|
|
857
|
+
readonly firstChild: ChildNode;
|
|
858
|
+
readonly isConnected: boolean;
|
|
859
|
+
readonly lastChild: ChildNode;
|
|
860
|
+
readonly nextSibling: ChildNode;
|
|
861
|
+
readonly nodeName: string;
|
|
862
|
+
readonly nodeType: number;
|
|
863
|
+
nodeValue: string;
|
|
864
|
+
readonly parentElement: HTMLElement;
|
|
865
|
+
readonly parentNode: ParentNode;
|
|
866
|
+
readonly previousSibling: ChildNode;
|
|
867
|
+
textContent: string; /**
|
|
868
|
+
* Initializes the datasource and loads the data for the grid.
|
|
869
|
+
* Handles both snapshot and stream data (for both REQUEST_SERVER and DATASERVER resource types).
|
|
870
|
+
*
|
|
871
|
+
* @param withFullInit - if true, will call datasource.init() with requiresMetadataFetch = true, fetching fresh metadata
|
|
872
|
+
* @internal
|
|
873
|
+
*/
|
|
874
|
+
appendChild<T_1 extends Node>(node: T_1): T_1;
|
|
875
|
+
compareDocumentPosition(other: Node): number;
|
|
876
|
+
contains(other: Node): boolean;
|
|
877
|
+
getRootNode(options?: GetRootNodeOptions): Node;
|
|
878
|
+
hasChildNodes(): boolean;
|
|
879
|
+
insertBefore<T_2 extends Node>(node: T_2, child: Node): T_2;
|
|
880
|
+
isDefaultNamespace(namespace: string): boolean;
|
|
881
|
+
isEqualNode(otherNode: Node): boolean;
|
|
882
|
+
isSameNode(otherNode: Node): boolean;
|
|
883
|
+
lookupNamespaceURI(prefix: string): string;
|
|
884
|
+
lookupPrefix(namespace: string): string;
|
|
885
|
+
normalize(): void;
|
|
886
|
+
removeChild<T_3 extends Node>(child: T_3): T_3;
|
|
887
|
+
replaceChild<T_4 extends Node>(node: Node, child: T_4): T_4;
|
|
888
|
+
readonly ATTRIBUTE_NODE: number;
|
|
889
|
+
readonly CDATA_SECTION_NODE: number;
|
|
890
|
+
readonly COMMENT_NODE: number;
|
|
891
|
+
readonly DOCUMENT_FRAGMENT_NODE: number;
|
|
892
|
+
readonly DOCUMENT_NODE: number;
|
|
893
|
+
readonly DOCUMENT_POSITION_CONTAINED_BY: number;
|
|
894
|
+
readonly DOCUMENT_POSITION_CONTAINS: number;
|
|
895
|
+
readonly DOCUMENT_POSITION_DISCONNECTED: number;
|
|
896
|
+
readonly DOCUMENT_POSITION_FOLLOWING: number;
|
|
897
|
+
readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: number;
|
|
898
|
+
readonly DOCUMENT_POSITION_PRECEDING: number;
|
|
899
|
+
readonly DOCUMENT_TYPE_NODE: number;
|
|
900
|
+
readonly ELEMENT_NODE: number;
|
|
901
|
+
readonly ENTITY_NODE: number;
|
|
902
|
+
readonly ENTITY_REFERENCE_NODE: number;
|
|
903
|
+
readonly NOTATION_NODE: number;
|
|
904
|
+
readonly PROCESSING_INSTRUCTION_NODE: number;
|
|
905
|
+
readonly TEXT_NODE: number;
|
|
906
|
+
dispatchEvent(event: Event): boolean;
|
|
907
|
+
ariaAtomic: string;
|
|
908
|
+
ariaAutoComplete: string;
|
|
909
|
+
ariaBusy: string;
|
|
910
|
+
ariaChecked: string;
|
|
911
|
+
ariaColCount: string;
|
|
912
|
+
ariaColIndex: string;
|
|
913
|
+
ariaColIndexText: string;
|
|
914
|
+
ariaColSpan: string;
|
|
915
|
+
ariaCurrent: string;
|
|
916
|
+
ariaDisabled: string;
|
|
917
|
+
ariaExpanded: string;
|
|
918
|
+
ariaHasPopup: string;
|
|
919
|
+
ariaHidden: string;
|
|
920
|
+
ariaInvalid: string;
|
|
921
|
+
ariaKeyShortcuts: string;
|
|
922
|
+
ariaLabel: string;
|
|
923
|
+
ariaLevel: string;
|
|
924
|
+
ariaLive: string;
|
|
925
|
+
ariaModal: string;
|
|
926
|
+
ariaMultiLine: string;
|
|
927
|
+
ariaMultiSelectable: string;
|
|
928
|
+
ariaOrientation: string;
|
|
929
|
+
ariaPlaceholder: string;
|
|
930
|
+
ariaPosInSet: string;
|
|
931
|
+
ariaPressed: string;
|
|
932
|
+
ariaReadOnly: string;
|
|
933
|
+
ariaRequired: string;
|
|
934
|
+
ariaRoleDescription: string;
|
|
935
|
+
ariaRowCount: string;
|
|
936
|
+
ariaRowIndex: string;
|
|
937
|
+
ariaRowIndexText: string;
|
|
938
|
+
ariaRowSpan: string;
|
|
939
|
+
ariaSelected: string;
|
|
940
|
+
ariaSetSize: string;
|
|
941
|
+
ariaSort: string;
|
|
942
|
+
ariaValueMax: string;
|
|
943
|
+
ariaValueMin: string;
|
|
944
|
+
ariaValueNow: string;
|
|
945
|
+
ariaValueText: string;
|
|
946
|
+
role: string;
|
|
947
|
+
animate(keyframes: Keyframe[] | PropertyIndexedKeyframes, options?: number | KeyframeAnimationOptions): Animation;
|
|
948
|
+
getAnimations(options?: GetAnimationsOptions): Animation[];
|
|
949
|
+
after(...nodes: (string | Node)[]): void;
|
|
950
|
+
before(...nodes: (string | Node)[]): void;
|
|
951
|
+
remove(): void;
|
|
952
|
+
replaceWith(...nodes: (string | Node)[]): void;
|
|
953
|
+
innerHTML: string;
|
|
954
|
+
readonly nextElementSibling: Element;
|
|
955
|
+
readonly previousElementSibling: Element;
|
|
956
|
+
readonly childElementCount: number;
|
|
957
|
+
readonly children: HTMLCollection;
|
|
958
|
+
readonly firstElementChild: Element;
|
|
959
|
+
readonly lastElementChild: Element;
|
|
960
|
+
append(...nodes: (string | Node)[]): void;
|
|
961
|
+
prepend(...nodes: (string | Node)[]): void;
|
|
962
|
+
querySelector<K_6 extends keyof HTMLElementTagNameMap>(selectors: K_6): HTMLElementTagNameMap[K_6];
|
|
963
|
+
querySelector<K_7 extends keyof SVGElementTagNameMap>(selectors: K_7): SVGElementTagNameMap[K_7];
|
|
964
|
+
querySelector<E_1 extends Element = Element>(selectors: string): E_1;
|
|
965
|
+
querySelectorAll<K_8 extends keyof HTMLElementTagNameMap>(selectors: K_8): NodeListOf<HTMLElementTagNameMap[K_8]>;
|
|
966
|
+
querySelectorAll<K_9 extends keyof SVGElementTagNameMap>(selectors: K_9): NodeListOf<SVGElementTagNameMap[K_9]>;
|
|
967
|
+
querySelectorAll<E_2 extends Element = Element>(selectors: string): NodeListOf<E_2>;
|
|
968
|
+
replaceChildren(...nodes: (string | Node)[]): void;
|
|
969
|
+
readonly assignedSlot: HTMLSlotElement;
|
|
970
|
+
oncopy: (this: DocumentAndElementEventHandlers, ev: ClipboardEvent) => any;
|
|
971
|
+
oncut: (this: DocumentAndElementEventHandlers, ev: ClipboardEvent) => any;
|
|
972
|
+
onpaste: (this: DocumentAndElementEventHandlers, ev: ClipboardEvent) => any;
|
|
973
|
+
readonly style: CSSStyleDeclaration;
|
|
974
|
+
contentEditable: string;
|
|
975
|
+
enterKeyHint: string;
|
|
976
|
+
inputMode: string;
|
|
977
|
+
readonly isContentEditable: boolean;
|
|
978
|
+
onabort: (this: GlobalEventHandlers, ev: UIEvent) => any;
|
|
979
|
+
onanimationcancel: (this: GlobalEventHandlers, ev: AnimationEvent) => any;
|
|
980
|
+
onanimationend: (this: GlobalEventHandlers, ev: AnimationEvent) => any;
|
|
981
|
+
onanimationiteration: (this: GlobalEventHandlers, ev: AnimationEvent) => any;
|
|
982
|
+
onanimationstart: (this: GlobalEventHandlers, ev: AnimationEvent) => any;
|
|
983
|
+
onauxclick: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
984
|
+
onbeforeinput: (this: GlobalEventHandlers, ev: InputEvent) => any;
|
|
985
|
+
onblur: (this: GlobalEventHandlers, ev: FocusEvent) => any;
|
|
986
|
+
oncancel: (this: GlobalEventHandlers, ev: Event) => any;
|
|
987
|
+
oncanplay: (this: GlobalEventHandlers, ev: Event) => any;
|
|
988
|
+
oncanplaythrough: (this: GlobalEventHandlers, ev: Event) => any;
|
|
989
|
+
onchange: (this: GlobalEventHandlers, ev: Event) => any;
|
|
990
|
+
onclick: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
991
|
+
onclose: (this: GlobalEventHandlers, ev: Event) => any;
|
|
992
|
+
oncontextmenu: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
993
|
+
oncuechange: (this: GlobalEventHandlers, ev: Event) => any;
|
|
994
|
+
ondblclick: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
995
|
+
ondrag: (this: GlobalEventHandlers, ev: DragEvent) => any;
|
|
996
|
+
ondragend: (this: GlobalEventHandlers, ev: DragEvent) => any;
|
|
997
|
+
ondragenter: (this: GlobalEventHandlers, ev: DragEvent) => any;
|
|
998
|
+
ondragleave: (this: GlobalEventHandlers, ev: DragEvent) => any;
|
|
999
|
+
ondragover: (this: GlobalEventHandlers, ev: DragEvent) => any;
|
|
1000
|
+
ondragstart: (this: GlobalEventHandlers, ev: DragEvent) => any;
|
|
1001
|
+
ondrop: (this: GlobalEventHandlers, ev: DragEvent) => any;
|
|
1002
|
+
ondurationchange: (this: GlobalEventHandlers, ev: Event) => any;
|
|
1003
|
+
onemptied: (this: GlobalEventHandlers, ev: Event) => any;
|
|
1004
|
+
onended: (this: GlobalEventHandlers, ev: Event) => any;
|
|
1005
|
+
onerror: OnErrorEventHandlerNonNull;
|
|
1006
|
+
onfocus: (this: GlobalEventHandlers, ev: FocusEvent) => any;
|
|
1007
|
+
onformdata: (this: GlobalEventHandlers, ev: FormDataEvent) => any;
|
|
1008
|
+
ongotpointercapture: (this: GlobalEventHandlers, ev: PointerEvent) => any;
|
|
1009
|
+
oninput: (this: GlobalEventHandlers, ev: Event) => any;
|
|
1010
|
+
oninvalid: (this: GlobalEventHandlers, ev: Event) => any;
|
|
1011
|
+
onkeydown: (this: GlobalEventHandlers, ev: KeyboardEvent) => any;
|
|
1012
|
+
onkeypress: (this: GlobalEventHandlers, ev: KeyboardEvent) => any;
|
|
1013
|
+
onkeyup: (this: GlobalEventHandlers, ev: KeyboardEvent) => any;
|
|
1014
|
+
onload: (this: GlobalEventHandlers, ev: Event) => any;
|
|
1015
|
+
onloadeddata: (this: GlobalEventHandlers, ev: Event) => any;
|
|
1016
|
+
onloadedmetadata: (this: GlobalEventHandlers, ev: Event) => any;
|
|
1017
|
+
onloadstart: (this: GlobalEventHandlers, ev: Event) => any;
|
|
1018
|
+
onlostpointercapture: (this: GlobalEventHandlers, ev: PointerEvent) => any;
|
|
1019
|
+
onmousedown: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
1020
|
+
onmouseenter: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
1021
|
+
onmouseleave: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
1022
|
+
onmousemove: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
1023
|
+
onmouseout: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
1024
|
+
onmouseover: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
1025
|
+
onmouseup: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
1026
|
+
onpause: (this: GlobalEventHandlers, ev: Event) => any;
|
|
1027
|
+
onplay: (this: GlobalEventHandlers, ev: Event) => any;
|
|
1028
|
+
onplaying: (this: GlobalEventHandlers, ev: Event) => any;
|
|
1029
|
+
onpointercancel: (this: GlobalEventHandlers, ev: PointerEvent) => any;
|
|
1030
|
+
onpointerdown: (this: GlobalEventHandlers, ev: PointerEvent) => any;
|
|
1031
|
+
onpointerenter: (this: GlobalEventHandlers, ev: PointerEvent) => any;
|
|
1032
|
+
onpointerleave: (this: GlobalEventHandlers, ev: PointerEvent) => any;
|
|
1033
|
+
onpointermove: (this: GlobalEventHandlers, ev: PointerEvent) => any;
|
|
1034
|
+
onpointerout: (this: GlobalEventHandlers, ev: PointerEvent) => any;
|
|
1035
|
+
onpointerover: (this: GlobalEventHandlers, ev: PointerEvent) => any;
|
|
1036
|
+
onpointerup: (this: GlobalEventHandlers, ev: PointerEvent) => any;
|
|
1037
|
+
onprogress: (this: GlobalEventHandlers, ev: ProgressEvent<EventTarget>) => any;
|
|
1038
|
+
onratechange: (this: GlobalEventHandlers, ev: Event) => any;
|
|
1039
|
+
onreset: (this: GlobalEventHandlers, ev: Event) => any;
|
|
1040
|
+
onresize: (this: GlobalEventHandlers, ev: UIEvent) => any;
|
|
1041
|
+
onscroll: (this: GlobalEventHandlers, ev: Event) => any;
|
|
1042
|
+
onsecuritypolicyviolation: (this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any;
|
|
1043
|
+
onseeked: (this: GlobalEventHandlers, ev: Event) => any;
|
|
1044
|
+
onseeking: (this: GlobalEventHandlers, ev: Event) => any;
|
|
1045
|
+
onselect: (this: GlobalEventHandlers, ev: Event) => any;
|
|
1046
|
+
onselectionchange: (this: GlobalEventHandlers, ev: Event) => any;
|
|
1047
|
+
onselectstart: (this: GlobalEventHandlers, ev: Event) => any;
|
|
1048
|
+
onslotchange: (this: GlobalEventHandlers, ev: Event) => any;
|
|
1049
|
+
onstalled: (this: GlobalEventHandlers, ev: Event) => any;
|
|
1050
|
+
onsubmit: (this: GlobalEventHandlers, ev: SubmitEvent) => any;
|
|
1051
|
+
onsuspend: (this: GlobalEventHandlers, ev: Event) => any;
|
|
1052
|
+
ontimeupdate: (this: GlobalEventHandlers, ev: Event) => any;
|
|
1053
|
+
ontoggle: (this: GlobalEventHandlers, ev: Event) => any;
|
|
1054
|
+
ontouchcancel?: (this: GlobalEventHandlers, ev: TouchEvent) => any;
|
|
1055
|
+
ontouchend?: (this: GlobalEventHandlers, ev: TouchEvent) => any;
|
|
1056
|
+
ontouchmove?: (this: GlobalEventHandlers, ev: TouchEvent) => any;
|
|
1057
|
+
ontouchstart?: (this: GlobalEventHandlers, ev: TouchEvent) => any;
|
|
1058
|
+
ontransitioncancel: (this: GlobalEventHandlers, ev: TransitionEvent) => any;
|
|
1059
|
+
ontransitionend: (this: GlobalEventHandlers, ev: TransitionEvent) => any;
|
|
1060
|
+
ontransitionrun: (this: GlobalEventHandlers, ev: TransitionEvent) => any;
|
|
1061
|
+
ontransitionstart: (this: GlobalEventHandlers, ev: TransitionEvent) => any;
|
|
1062
|
+
onvolumechange: (this: GlobalEventHandlers, ev: Event) => any;
|
|
1063
|
+
onwaiting: (this: GlobalEventHandlers, ev: Event) => any;
|
|
1064
|
+
onwebkitanimationend: (this: GlobalEventHandlers, ev: Event) => any;
|
|
1065
|
+
onwebkitanimationiteration: (this: GlobalEventHandlers, ev: Event) => any;
|
|
1066
|
+
onwebkitanimationstart: (this: GlobalEventHandlers, ev: Event) => any;
|
|
1067
|
+
onwebkittransitionend: (this: GlobalEventHandlers, ev: Event) => any;
|
|
1068
|
+
onwheel: (this: GlobalEventHandlers, ev: WheelEvent) => any;
|
|
1069
|
+
autofocus: boolean;
|
|
1070
|
+
readonly dataset: DOMStringMap;
|
|
1071
|
+
nonce?: string;
|
|
1072
|
+
tabIndex: number;
|
|
1073
|
+
blur(): void;
|
|
1074
|
+
focus(options?: FocusOptions): void;
|
|
1075
|
+
}) & (new () => {
|
|
1076
|
+
datasourceStatus: DatasourceStatus;
|
|
1077
|
+
resourceName: string;
|
|
1078
|
+
onDatasourceStatusChanged: (event: DatasourceStatusChangedEvent) => void;
|
|
1079
|
+
datasourceStatusChanged(prev: DatasourceStatus, next: DatasourceStatus): void;
|
|
1080
|
+
connectedCallback(): void;
|
|
1081
|
+
disconnectedCallback(): void;
|
|
1082
|
+
accessKey: string;
|
|
1083
|
+
readonly accessKeyLabel: string;
|
|
1084
|
+
autocapitalize: string;
|
|
1085
|
+
dir: string;
|
|
1086
|
+
draggable: boolean;
|
|
1087
|
+
hidden: boolean;
|
|
1088
|
+
inert: boolean;
|
|
1089
|
+
innerText: string;
|
|
1090
|
+
lang: string;
|
|
1091
|
+
readonly offsetHeight: number;
|
|
1092
|
+
readonly offsetLeft: number;
|
|
1093
|
+
readonly offsetParent: Element;
|
|
1094
|
+
readonly offsetTop: number;
|
|
1095
|
+
readonly offsetWidth: number;
|
|
1096
|
+
outerText: string;
|
|
1097
|
+
spellcheck: boolean;
|
|
1098
|
+
title: string;
|
|
1099
|
+
translate: boolean;
|
|
1100
|
+
attachInternals(): ElementInternals;
|
|
1101
|
+
click(): void;
|
|
1102
|
+
addEventListener<K_10 extends keyof HTMLElementEventMap>(type: K_10, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_10]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
1103
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
1104
|
+
removeEventListener<K_1_1 extends keyof HTMLElementEventMap>(type: K_1_1, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_1_1]) => any, options?: boolean | EventListenerOptions): void;
|
|
1105
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
1106
|
+
readonly attributes: NamedNodeMap;
|
|
1107
|
+
readonly classList: DOMTokenList;
|
|
1108
|
+
className: string;
|
|
1109
|
+
readonly clientHeight: number;
|
|
1110
|
+
readonly clientLeft: number;
|
|
1111
|
+
readonly clientTop: number;
|
|
1112
|
+
readonly clientWidth: number;
|
|
1113
|
+
id: string;
|
|
1114
|
+
readonly localName: string;
|
|
1115
|
+
readonly namespaceURI: string;
|
|
1116
|
+
onfullscreenchange: (this: Element, ev: Event) => any;
|
|
1117
|
+
onfullscreenerror: (this: Element, ev: Event) => any;
|
|
1118
|
+
outerHTML: string;
|
|
1119
|
+
readonly ownerDocument: Document;
|
|
1120
|
+
readonly part: DOMTokenList;
|
|
1121
|
+
readonly prefix: string;
|
|
1122
|
+
readonly scrollHeight: number;
|
|
1123
|
+
scrollLeft: number;
|
|
1124
|
+
scrollTop: number;
|
|
1125
|
+
readonly scrollWidth: number;
|
|
1126
|
+
readonly shadowRoot: ShadowRoot;
|
|
1127
|
+
slot: string;
|
|
1128
|
+
readonly tagName: string;
|
|
1129
|
+
attachShadow(init: ShadowRootInit): ShadowRoot;
|
|
1130
|
+
closest<K_2_1 extends keyof HTMLElementTagNameMap>(selector: K_2_1): HTMLElementTagNameMap[K_2_1];
|
|
1131
|
+
closest<K_3_1 extends keyof SVGElementTagNameMap>(selector: K_3_1): SVGElementTagNameMap[K_3_1];
|
|
1132
|
+
closest<E_3 extends Element = Element>(selectors: string): E_3;
|
|
1133
|
+
getAttribute(qualifiedName: string): string;
|
|
1134
|
+
getAttributeNS(namespace: string, localName: string): string;
|
|
1135
|
+
getAttributeNames(): string[];
|
|
1136
|
+
getAttributeNode(qualifiedName: string): Attr;
|
|
1137
|
+
getAttributeNodeNS(namespace: string, localName: string): Attr;
|
|
1138
|
+
getBoundingClientRect(): DOMRect;
|
|
1139
|
+
getClientRects(): DOMRectList;
|
|
1140
|
+
/**
|
|
1141
|
+
* Returns the `row-id` attribute, depending on the resource type.
|
|
1142
|
+
* @remarks Will favour the `row-id` attribute if set.
|
|
1143
|
+
* @internal
|
|
1144
|
+
*/
|
|
1145
|
+
getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
|
|
1146
|
+
getElementsByTagName<K_4_1 extends keyof HTMLElementTagNameMap>(qualifiedName: K_4_1): HTMLCollectionOf<HTMLElementTagNameMap[K_4_1]>;
|
|
1147
|
+
getElementsByTagName<K_5_1 extends keyof SVGElementTagNameMap>(qualifiedName: K_5_1): HTMLCollectionOf<SVGElementTagNameMap[K_5_1]>;
|
|
1148
|
+
getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
|
|
1149
|
+
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
|
|
1150
|
+
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
|
|
1151
|
+
getElementsByTagNameNS(namespace: string, localName: string): HTMLCollectionOf<Element>;
|
|
1152
|
+
hasAttribute(qualifiedName: string): boolean;
|
|
1153
|
+
hasAttributeNS(namespace: string, localName: string): boolean;
|
|
1154
|
+
hasAttributes(): boolean;
|
|
1155
|
+
hasPointerCapture(pointerId: number): boolean;
|
|
1156
|
+
insertAdjacentElement(where: InsertPosition, element: Element): Element;
|
|
1157
|
+
insertAdjacentHTML(position: InsertPosition, text: string): void;
|
|
1158
|
+
insertAdjacentText(where: InsertPosition, data: string): void;
|
|
1159
|
+
matches(selectors: string): boolean;
|
|
1160
|
+
releasePointerCapture(pointerId: number): void;
|
|
1161
|
+
removeAttribute(qualifiedName: string): void;
|
|
1162
|
+
removeAttributeNS(namespace: string, localName: string): void;
|
|
1163
|
+
removeAttributeNode(attr: Attr): Attr;
|
|
1164
|
+
requestFullscreen(options?: FullscreenOptions): Promise<void>;
|
|
1165
|
+
requestPointerLock(): void;
|
|
1166
|
+
scroll(options?: ScrollToOptions): void;
|
|
1167
|
+
scroll(x: number, y: number): void;
|
|
1168
|
+
scrollBy(options?: ScrollToOptions): void;
|
|
1169
|
+
scrollBy(x: number, y: number): void;
|
|
1170
|
+
scrollIntoView(arg?: boolean | ScrollIntoViewOptions): void;
|
|
1171
|
+
scrollTo(options?: ScrollToOptions): void;
|
|
1172
|
+
scrollTo(x: number, y: number): void;
|
|
1173
|
+
setAttribute(qualifiedName: string, value: string): void;
|
|
1174
|
+
setAttributeNS(namespace: string, qualifiedName: string, value: string): void;
|
|
1175
|
+
setAttributeNode(attr: Attr): Attr;
|
|
1176
|
+
setAttributeNodeNS(attr: Attr): Attr;
|
|
1177
|
+
setPointerCapture(pointerId: number): void;
|
|
1178
|
+
toggleAttribute(qualifiedName: string, force?: boolean): boolean;
|
|
1179
|
+
webkitMatchesSelector(selectors: string): boolean;
|
|
1180
|
+
readonly baseURI: string;
|
|
1181
|
+
readonly childNodes: NodeListOf<ChildNode>;
|
|
1182
|
+
readonly firstChild: ChildNode;
|
|
1183
|
+
readonly isConnected: boolean;
|
|
1184
|
+
readonly lastChild: ChildNode;
|
|
1185
|
+
readonly nextSibling: ChildNode;
|
|
1186
|
+
readonly nodeName: string;
|
|
1187
|
+
readonly nodeType: number;
|
|
1188
|
+
nodeValue: string;
|
|
1189
|
+
readonly parentElement: HTMLElement;
|
|
1190
|
+
readonly parentNode: ParentNode;
|
|
1191
|
+
readonly previousSibling: ChildNode;
|
|
1192
|
+
textContent: string;
|
|
1193
|
+
appendChild<T extends Node>(node: T): T;
|
|
1194
|
+
cloneNode(deep?: boolean): Node;
|
|
1195
|
+
compareDocumentPosition(other: Node): number;
|
|
1196
|
+
contains(other: Node): boolean;
|
|
1197
|
+
getRootNode(options?: GetRootNodeOptions): Node;
|
|
1198
|
+
hasChildNodes(): boolean;
|
|
1199
|
+
insertBefore<T_1_1 extends Node>(node: T_1_1, child: Node): T_1_1;
|
|
1200
|
+
isDefaultNamespace(namespace: string): boolean;
|
|
1201
|
+
isEqualNode(otherNode: Node): boolean;
|
|
1202
|
+
isSameNode(otherNode: Node): boolean;
|
|
1203
|
+
lookupNamespaceURI(prefix: string): string;
|
|
1204
|
+
lookupPrefix(namespace: string): string;
|
|
1205
|
+
normalize(): void;
|
|
1206
|
+
removeChild<T_2_1 extends Node>(child: T_2_1): T_2_1;
|
|
1207
|
+
replaceChild<T_3_1 extends Node>(node: Node, child: T_3_1): T_3_1;
|
|
1208
|
+
readonly ATTRIBUTE_NODE: number;
|
|
1209
|
+
readonly CDATA_SECTION_NODE: number;
|
|
1210
|
+
readonly COMMENT_NODE: number;
|
|
1211
|
+
readonly DOCUMENT_FRAGMENT_NODE: number;
|
|
1212
|
+
readonly DOCUMENT_NODE: number;
|
|
1213
|
+
readonly DOCUMENT_POSITION_CONTAINED_BY: number;
|
|
1214
|
+
readonly DOCUMENT_POSITION_CONTAINS: number;
|
|
1215
|
+
readonly DOCUMENT_POSITION_DISCONNECTED: number;
|
|
1216
|
+
readonly DOCUMENT_POSITION_FOLLOWING: number;
|
|
1217
|
+
readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: number;
|
|
1218
|
+
readonly DOCUMENT_POSITION_PRECEDING: number;
|
|
1219
|
+
readonly DOCUMENT_TYPE_NODE: number;
|
|
1220
|
+
readonly ELEMENT_NODE: number;
|
|
1221
|
+
readonly ENTITY_NODE: number;
|
|
1222
|
+
readonly ENTITY_REFERENCE_NODE: number;
|
|
1223
|
+
readonly NOTATION_NODE: number;
|
|
1224
|
+
readonly PROCESSING_INSTRUCTION_NODE: number;
|
|
1225
|
+
readonly TEXT_NODE: number;
|
|
1226
|
+
dispatchEvent(event: Event): boolean;
|
|
1227
|
+
ariaAtomic: string;
|
|
1228
|
+
ariaAutoComplete: string;
|
|
1229
|
+
ariaBusy: string;
|
|
1230
|
+
ariaChecked: string;
|
|
1231
|
+
ariaColCount: string;
|
|
1232
|
+
ariaColIndex: string;
|
|
1233
|
+
ariaColIndexText: string;
|
|
1234
|
+
ariaColSpan: string;
|
|
1235
|
+
ariaCurrent: string;
|
|
1236
|
+
ariaDisabled: string;
|
|
1237
|
+
ariaExpanded: string;
|
|
1238
|
+
ariaHasPopup: string;
|
|
1239
|
+
ariaHidden: string;
|
|
1240
|
+
ariaInvalid: string;
|
|
1241
|
+
ariaKeyShortcuts: string;
|
|
1242
|
+
ariaLabel: string;
|
|
1243
|
+
ariaLevel: string;
|
|
1244
|
+
ariaLive: string;
|
|
1245
|
+
ariaModal: string;
|
|
1246
|
+
ariaMultiLine: string;
|
|
1247
|
+
ariaMultiSelectable: string;
|
|
1248
|
+
ariaOrientation: string;
|
|
1249
|
+
ariaPlaceholder: string;
|
|
1250
|
+
ariaPosInSet: string;
|
|
1251
|
+
ariaPressed: string;
|
|
1252
|
+
ariaReadOnly: string;
|
|
1253
|
+
ariaRequired: string;
|
|
1254
|
+
ariaRoleDescription: string;
|
|
1255
|
+
ariaRowCount: string;
|
|
1256
|
+
ariaRowIndex: string;
|
|
1257
|
+
ariaRowIndexText: string;
|
|
1258
|
+
ariaRowSpan: string;
|
|
1259
|
+
ariaSelected: string;
|
|
1260
|
+
ariaSetSize: string;
|
|
1261
|
+
ariaSort: string;
|
|
1262
|
+
ariaValueMax: string;
|
|
1263
|
+
ariaValueMin: string;
|
|
1264
|
+
ariaValueNow: string;
|
|
1265
|
+
ariaValueText: string;
|
|
1266
|
+
role: string;
|
|
1267
|
+
animate(keyframes: Keyframe[] | PropertyIndexedKeyframes, options?: number | KeyframeAnimationOptions): Animation;
|
|
1268
|
+
getAnimations(options?: GetAnimationsOptions): Animation[];
|
|
1269
|
+
after(...nodes: (string | Node)[]): void;
|
|
1270
|
+
before(...nodes: (string | Node)[]): void;
|
|
1271
|
+
remove(): void;
|
|
1272
|
+
replaceWith(...nodes: (string | Node)[]): void;
|
|
1273
|
+
innerHTML: string;
|
|
1274
|
+
readonly nextElementSibling: Element;
|
|
1275
|
+
readonly previousElementSibling: Element;
|
|
1276
|
+
readonly childElementCount: number;
|
|
1277
|
+
readonly children: HTMLCollection;
|
|
1278
|
+
readonly firstElementChild: Element;
|
|
1279
|
+
readonly lastElementChild: Element;
|
|
1280
|
+
append(...nodes: (string | Node)[]): void;
|
|
1281
|
+
prepend(...nodes: (string | Node)[]): void;
|
|
1282
|
+
querySelector<K_6_1 extends keyof HTMLElementTagNameMap>(selectors: K_6_1): HTMLElementTagNameMap[K_6_1];
|
|
1283
|
+
querySelector<K_7_1 extends keyof SVGElementTagNameMap>(selectors: K_7_1): SVGElementTagNameMap[K_7_1];
|
|
1284
|
+
querySelector<E_1_1 extends Element = Element>(selectors: string): E_1_1;
|
|
1285
|
+
querySelectorAll<K_8_1 extends keyof HTMLElementTagNameMap>(selectors: K_8_1): NodeListOf<HTMLElementTagNameMap[K_8_1]>;
|
|
1286
|
+
querySelectorAll<K_9_1 extends keyof SVGElementTagNameMap>(selectors: K_9_1): NodeListOf<SVGElementTagNameMap[K_9_1]>;
|
|
1287
|
+
querySelectorAll<E_2_1 extends Element = Element>(selectors: string): NodeListOf<E_2_1>;
|
|
1288
|
+
replaceChildren(...nodes: (string | Node)[]): void;
|
|
1289
|
+
readonly assignedSlot: HTMLSlotElement;
|
|
1290
|
+
oncopy: (this: DocumentAndElementEventHandlers, ev: ClipboardEvent) => any;
|
|
1291
|
+
oncut: (this: DocumentAndElementEventHandlers, ev: ClipboardEvent) => any;
|
|
1292
|
+
onpaste: (this: DocumentAndElementEventHandlers, ev: ClipboardEvent) => any;
|
|
1293
|
+
readonly style: CSSStyleDeclaration;
|
|
1294
|
+
contentEditable: string;
|
|
1295
|
+
enterKeyHint: string;
|
|
1296
|
+
inputMode: string;
|
|
1297
|
+
readonly isContentEditable: boolean;
|
|
1298
|
+
onabort: (this: GlobalEventHandlers, ev: UIEvent) => any;
|
|
1299
|
+
onanimationcancel: (this: GlobalEventHandlers, ev: AnimationEvent) => any;
|
|
1300
|
+
onanimationend: (this: GlobalEventHandlers, ev: AnimationEvent) => any;
|
|
1301
|
+
onanimationiteration: (this: GlobalEventHandlers, ev: AnimationEvent) => any;
|
|
1302
|
+
onanimationstart: (this: GlobalEventHandlers, ev: AnimationEvent) => any;
|
|
1303
|
+
onauxclick: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
1304
|
+
onbeforeinput: (this: GlobalEventHandlers, ev: InputEvent) => any;
|
|
1305
|
+
onblur: (this: GlobalEventHandlers, ev: FocusEvent) => any;
|
|
1306
|
+
oncancel: (this: GlobalEventHandlers, ev: Event) => any;
|
|
1307
|
+
oncanplay: (this: GlobalEventHandlers, ev: Event) => any;
|
|
1308
|
+
oncanplaythrough: (this: GlobalEventHandlers, ev: Event) => any;
|
|
1309
|
+
onchange: (this: GlobalEventHandlers, ev: Event) => any;
|
|
1310
|
+
onclick: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
1311
|
+
onclose: (this: GlobalEventHandlers, ev: Event) => any;
|
|
1312
|
+
oncontextmenu: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
1313
|
+
oncuechange: (this: GlobalEventHandlers, ev: Event) => any;
|
|
1314
|
+
ondblclick: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
1315
|
+
ondrag: (this: GlobalEventHandlers, ev: DragEvent) => any;
|
|
1316
|
+
ondragend: (this: GlobalEventHandlers, ev: DragEvent) => any;
|
|
1317
|
+
ondragenter: (this: GlobalEventHandlers, ev: DragEvent) => any;
|
|
1318
|
+
ondragleave: (this: GlobalEventHandlers, ev: DragEvent) => any;
|
|
1319
|
+
ondragover: (this: GlobalEventHandlers, ev: DragEvent) => any;
|
|
1320
|
+
ondragstart: (this: GlobalEventHandlers, ev: DragEvent) => any;
|
|
1321
|
+
ondrop: (this: GlobalEventHandlers, ev: DragEvent) => any;
|
|
1322
|
+
ondurationchange: (this: GlobalEventHandlers, ev: Event) => any;
|
|
1323
|
+
onemptied: (this: GlobalEventHandlers, ev: Event) => any;
|
|
1324
|
+
onended: (this: GlobalEventHandlers, ev: Event) => any;
|
|
1325
|
+
onerror: OnErrorEventHandlerNonNull;
|
|
1326
|
+
onfocus: (this: GlobalEventHandlers, ev: FocusEvent) => any;
|
|
1327
|
+
onformdata: (this: GlobalEventHandlers, ev: FormDataEvent) => any;
|
|
1328
|
+
ongotpointercapture: (this: GlobalEventHandlers, ev: PointerEvent) => any;
|
|
1329
|
+
oninput: (this: GlobalEventHandlers, ev: Event) => any;
|
|
1330
|
+
oninvalid: (this: GlobalEventHandlers, ev: Event) => any;
|
|
1331
|
+
onkeydown: (this: GlobalEventHandlers, ev: KeyboardEvent) => any;
|
|
1332
|
+
onkeypress: (this: GlobalEventHandlers, ev: KeyboardEvent) => any;
|
|
1333
|
+
onkeyup: (this: GlobalEventHandlers, ev: KeyboardEvent) => any;
|
|
1334
|
+
onload: (this: GlobalEventHandlers, ev: Event) => any;
|
|
1335
|
+
onloadeddata: (this: GlobalEventHandlers, ev: Event) => any;
|
|
1336
|
+
onloadedmetadata: (this: GlobalEventHandlers, ev: Event) => any;
|
|
1337
|
+
onloadstart: (this: GlobalEventHandlers, ev: Event) => any;
|
|
1338
|
+
onlostpointercapture: (this: GlobalEventHandlers, ev: PointerEvent) => any;
|
|
1339
|
+
onmousedown: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
1340
|
+
onmouseenter: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
1341
|
+
onmouseleave: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
1342
|
+
onmousemove: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
1343
|
+
onmouseout: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
1344
|
+
onmouseover: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
1345
|
+
onmouseup: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
1346
|
+
onpause: (this: GlobalEventHandlers, ev: Event) => any;
|
|
1347
|
+
onplay: (this: GlobalEventHandlers, ev: Event) => any;
|
|
1348
|
+
onplaying: (this: GlobalEventHandlers, ev: Event) => any;
|
|
1349
|
+
onpointercancel: (this: GlobalEventHandlers, ev: PointerEvent) => any;
|
|
1350
|
+
onpointerdown: (this: GlobalEventHandlers, ev: PointerEvent) => any;
|
|
1351
|
+
onpointerenter: (this: GlobalEventHandlers, ev: PointerEvent) => any;
|
|
1352
|
+
onpointerleave: (this: GlobalEventHandlers, ev: PointerEvent) => any;
|
|
1353
|
+
onpointermove: (this: GlobalEventHandlers, ev: PointerEvent) => any;
|
|
1354
|
+
onpointerout: (this: GlobalEventHandlers, ev: PointerEvent) => any;
|
|
1355
|
+
onpointerover: (this: GlobalEventHandlers, ev: PointerEvent) => any;
|
|
1356
|
+
onpointerup: (this: GlobalEventHandlers, ev: PointerEvent) => any;
|
|
1357
|
+
onprogress: (this: GlobalEventHandlers, ev: ProgressEvent<EventTarget>) => any;
|
|
1358
|
+
onratechange: (this: GlobalEventHandlers, ev: Event) => any;
|
|
1359
|
+
onreset: (this: GlobalEventHandlers, ev: Event) => any;
|
|
1360
|
+
onresize: (this: GlobalEventHandlers, ev: UIEvent) => any;
|
|
1361
|
+
onscroll: (this: GlobalEventHandlers, ev: Event) => any;
|
|
1362
|
+
onsecuritypolicyviolation: (this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any;
|
|
1363
|
+
onseeked: (this: GlobalEventHandlers, ev: Event) => any;
|
|
1364
|
+
onseeking: (this: GlobalEventHandlers, ev: Event) => any;
|
|
1365
|
+
onselect: (this: GlobalEventHandlers, ev: Event) => any;
|
|
1366
|
+
onselectionchange: (this: GlobalEventHandlers, ev: Event) => any;
|
|
1367
|
+
onselectstart: (this: GlobalEventHandlers, ev: Event) => any;
|
|
1368
|
+
onslotchange: (this: GlobalEventHandlers, ev: Event) => any;
|
|
1369
|
+
onstalled: (this: GlobalEventHandlers, ev: Event) => any;
|
|
1370
|
+
onsubmit: (this: GlobalEventHandlers, ev: SubmitEvent) => any;
|
|
1371
|
+
onsuspend: (this: GlobalEventHandlers, ev: Event) => any;
|
|
1372
|
+
ontimeupdate: (this: GlobalEventHandlers, ev: Event) => any;
|
|
1373
|
+
ontoggle: (this: GlobalEventHandlers, ev: Event) => any;
|
|
1374
|
+
ontouchcancel?: (this: GlobalEventHandlers, ev: TouchEvent) => any;
|
|
1375
|
+
ontouchend?: (this: GlobalEventHandlers, ev: TouchEvent) => any;
|
|
1376
|
+
ontouchmove?: (this: GlobalEventHandlers, ev: TouchEvent) => any;
|
|
1377
|
+
ontouchstart?: (this: GlobalEventHandlers, ev: TouchEvent) => any;
|
|
1378
|
+
ontransitioncancel: (this: GlobalEventHandlers, ev: TransitionEvent) => any;
|
|
1379
|
+
ontransitionend: (this: GlobalEventHandlers, ev: TransitionEvent) => any;
|
|
1380
|
+
ontransitionrun: (this: GlobalEventHandlers, ev: TransitionEvent) => any;
|
|
1381
|
+
ontransitionstart: (this: GlobalEventHandlers, ev: TransitionEvent) => any;
|
|
1382
|
+
onvolumechange: (this: GlobalEventHandlers, ev: Event) => any;
|
|
1383
|
+
onwaiting: (this: GlobalEventHandlers, ev: Event) => any;
|
|
1384
|
+
onwebkitanimationend: (this: GlobalEventHandlers, ev: Event) => any;
|
|
1385
|
+
onwebkitanimationiteration: (this: GlobalEventHandlers, ev: Event) => any;
|
|
1386
|
+
onwebkitanimationstart: (this: GlobalEventHandlers, ev: Event) => any;
|
|
1387
|
+
onwebkittransitionend: (this: GlobalEventHandlers, ev: Event) => any;
|
|
1388
|
+
onwheel: (this: GlobalEventHandlers, ev: WheelEvent) => any;
|
|
1389
|
+
autofocus: boolean;
|
|
1390
|
+
readonly dataset: DOMStringMap;
|
|
1391
|
+
nonce?: string;
|
|
1392
|
+
tabIndex: number;
|
|
1393
|
+
blur(): void;
|
|
1394
|
+
focus(options?: FocusOptions): void;
|
|
1395
|
+
readonly $fastController: Controller;
|
|
1396
|
+
$emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail">): boolean | void;
|
|
1397
|
+
attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
|
|
1398
|
+
});
|
|
1399
|
+
|
|
1400
|
+
/**
|
|
1401
|
+
* The grid-tabulator component registration.
|
|
1402
|
+
* @public
|
|
1403
|
+
* @privateRemarks explicitly declaring for extensibility
|
|
1404
|
+
*/
|
|
1405
|
+
export declare const gridTabulatorShadowOptions: ShadowRootInit;
|
|
1406
|
+
|
|
1407
|
+
/**
|
|
1408
|
+
* The styles for the grid-tabulator component
|
|
1409
|
+
* @public
|
|
1410
|
+
*/
|
|
1411
|
+
export declare const gridTabulatorStyles: ElementStyles;
|
|
1412
|
+
|
|
1413
|
+
/**
|
|
1414
|
+
* The template for the `grid-tabulator` component.
|
|
1415
|
+
* @public
|
|
1416
|
+
*/
|
|
1417
|
+
export declare const gridTabulatorTemplate: ViewTemplate;
|
|
1418
|
+
|
|
1419
|
+
/**
|
|
1420
|
+
* The available `grid-tabulator` themes
|
|
1421
|
+
* @public
|
|
1422
|
+
*/
|
|
1423
|
+
export declare enum GridTabulatorTheme {
|
|
1424
|
+
default = "default-theme",
|
|
1425
|
+
rapid = "rapid-theme"
|
|
1426
|
+
}
|
|
1427
|
+
|
|
1428
|
+
/**
|
|
1429
|
+
* Logger for the `grid-tabulator` package
|
|
1430
|
+
* @public
|
|
1431
|
+
*/
|
|
1432
|
+
export declare const logger: Logger;
|
|
1433
|
+
|
|
1434
|
+
/**
|
|
1435
|
+
* Transaction object to handle row data updates.
|
|
1436
|
+
* @public
|
|
1437
|
+
*/
|
|
1438
|
+
export declare interface RowDataTransaction<TData = any> {
|
|
1439
|
+
/** Index to add rows */
|
|
1440
|
+
addIndex?: number | null;
|
|
1441
|
+
/** Rows to add */
|
|
1442
|
+
add?: TData[] | null;
|
|
1443
|
+
/** Rows to remove */
|
|
1444
|
+
remove?: TData[] | null;
|
|
1445
|
+
/** Rows to update */
|
|
1446
|
+
update?: TData[] | null;
|
|
1447
|
+
}
|
|
1448
|
+
|
|
1449
|
+
/**
|
|
1450
|
+
* The Tabulator Action Renderer Styles.
|
|
1451
|
+
* @public
|
|
1452
|
+
*/
|
|
1453
|
+
export declare const tabulatorActionRendererStyles: ElementStyles;
|
|
1454
|
+
|
|
1455
|
+
/**
|
|
1456
|
+
* External styles for the Tabulator grid.
|
|
1457
|
+
* @public
|
|
1458
|
+
*/
|
|
1459
|
+
export declare const tabulatorExternalStockStyles: ElementStyles;
|
|
1460
|
+
|
|
1461
|
+
/**
|
|
1462
|
+
* External styles for the Tabulator grid.
|
|
1463
|
+
* @public
|
|
1464
|
+
*/
|
|
1465
|
+
export declare const tabulatorThemeSimpleCSS: ElementStyles;
|
|
1466
|
+
|
|
1467
|
+
/**
|
|
1468
|
+
* Get the Fonts ID for the theme's name
|
|
1469
|
+
* @param themeName - The theme name
|
|
1470
|
+
* @returns The theme's fonts ID
|
|
1471
|
+
* @public
|
|
1472
|
+
*/
|
|
1473
|
+
export declare const themeFontsId: (themeName: string) => string;
|
|
1474
|
+
|
|
1475
|
+
/**
|
|
1476
|
+
* Get the token map class name for the `grid-tabulator` themes
|
|
1477
|
+
* @param themeName - The theme name
|
|
1478
|
+
* @returns The token map class name for the `grid-tabulator` themes
|
|
1479
|
+
* @public
|
|
1480
|
+
*/
|
|
1481
|
+
export declare const themeTokenMapClassname: (themeName: string) => string;
|
|
1482
|
+
|
|
1483
|
+
/**
|
|
1484
|
+
* Get the CSS for the theme's token map
|
|
1485
|
+
* @param themeName - The theme name
|
|
1486
|
+
* @param tokenMap - The token map
|
|
1487
|
+
* @returns The CSS for the theme's token map
|
|
1488
|
+
* @public
|
|
1489
|
+
*/
|
|
1490
|
+
export declare const themeTokenMapCSS: (themeName: string, tokenMap: CSSVarTokenMap<any>) => ElementStyles;
|
|
1491
|
+
|
|
1492
|
+
export { }
|