@genesislcap/grid-pro 15.6.2 → 15.7.0-ts7.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/cell/cell.d.ts.map +1 -1
- package/dist/dts/cell-editors/date.editor.d.ts.map +1 -1
- package/dist/dts/cell-editors/multiselect.editor.d.ts.map +1 -1
- package/dist/dts/cell-editors/number.editor.d.ts.map +1 -1
- package/dist/dts/cell-editors/select.editor.d.ts.map +1 -1
- package/dist/dts/cell-editors/string.editor.d.ts.map +1 -1
- package/dist/dts/cell-renderers/action.renderer.d.ts.map +1 -1
- package/dist/dts/cell-renderers/actions-menu.renderer.d.ts.map +1 -1
- package/dist/dts/cell-renderers/boolean.renderer.d.ts.map +1 -1
- package/dist/dts/cell-renderers/editable.renderer.d.ts.map +1 -1
- package/dist/dts/cell-renderers/icon.renderer.d.ts.map +1 -1
- package/dist/dts/cell-renderers/select.renderer.d.ts.map +1 -1
- package/dist/dts/cell-renderers/status-pill.renderer.d.ts.map +1 -1
- package/dist/dts/cell-renderers/text-field.renderer.d.ts.map +1 -1
- package/dist/dts/cell-renderers/text.renderer.d.ts +2 -2
- package/dist/dts/cell-renderers/text.renderer.d.ts.map +1 -1
- package/dist/dts/cell-renderers/utils/accessor.d.ts.map +1 -1
- package/dist/dts/column/column.d.ts +1 -367
- package/dist/dts/column/column.d.ts.map +1 -1
- package/dist/dts/datasource/base.datasource.d.ts +1 -361
- package/dist/dts/datasource/base.datasource.d.ts.map +1 -1
- package/dist/dts/datasource/base.types.d.ts +2 -2
- package/dist/dts/datasource/base.types.d.ts.map +1 -1
- package/dist/dts/datasource/server-side.datasource.d.ts +1 -367
- package/dist/dts/datasource/server-side.datasource.d.ts.map +1 -1
- package/dist/dts/datasource/server-side.resource-base.d.ts.map +1 -1
- package/dist/dts/datasource/server-side.resource-dataserver.d.ts.map +1 -1
- package/dist/dts/datasource/server-side.resource-reqrep.d.ts.map +1 -1
- package/dist/dts/grid-pro-beta.d.ts +81 -447
- package/dist/dts/grid-pro-beta.d.ts.map +1 -1
- package/dist/dts/grid-pro-genesis-datasource/datasource-events.types.d.ts +20 -20
- package/dist/dts/grid-pro-genesis-datasource/datasource-events.types.d.ts.map +1 -1
- package/dist/dts/grid-pro-genesis-datasource/grid-pro-genesis-datasource.config.d.ts +4 -4
- package/dist/dts/grid-pro-genesis-datasource/grid-pro-genesis-datasource.config.d.ts.map +1 -1
- package/dist/dts/grid-pro-genesis-datasource/grid-pro-genesis-datasource.d.ts +1 -367
- package/dist/dts/grid-pro-genesis-datasource/grid-pro-genesis-datasource.d.ts.map +1 -1
- package/dist/dts/grid-pro.d.ts +1 -367
- package/dist/dts/grid-pro.d.ts.map +1 -1
- package/dist/dts/grid-pro.definitions.d.ts +4 -4
- package/dist/dts/grid-pro.definitions.d.ts.map +1 -1
- package/dist/dts/grid-pro.template.d.ts.map +1 -1
- package/dist/dts/grid-pro.types.d.ts.map +1 -1
- package/dist/dts/multicolumn-dropdown/multicolumn-dropdown.d.ts +1 -367
- package/dist/dts/multicolumn-dropdown/multicolumn-dropdown.d.ts.map +1 -1
- package/dist/dts/multicolumn-dropdown/multicolumn-dropdown.template.d.ts.map +1 -1
- package/dist/dts/state-persistence/kv-state.d.ts.map +1 -1
- package/dist/dts/state-persistence/local-state.d.ts.map +1 -1
- package/dist/dts/status-bar-components/label-value.status-bar.d.ts.map +1 -1
- package/dist/dts/status-bar-components/load-more.status-bar.d.ts.map +1 -1
- package/dist/dts/status-bar-components/reload.status-bar.d.ts.map +1 -1
- package/dist/dts/status-bar-components/row-count.status-bar.d.ts.map +1 -1
- package/dist/dts/style/tokens.d.ts.map +1 -1
- package/dist/dts/tooltips/error-tooltip.d.ts.map +1 -1
- package/dist/dts/utils/error.d.ts.map +1 -1
- package/dist/dts/utils/string.d.ts.map +1 -1
- package/dist/esm/cell-renderers/action.renderer.js +2 -1
- package/dist/esm/cell-renderers/icon.renderer.js +3 -6
- package/dist/esm/datasource/server-side.datasource.js +8 -4
- package/dist/esm/datasource/server-side.resource-base.js +4 -3
- package/dist/esm/datasource/server-side.resource-dataserver.js +4 -2
- package/dist/esm/datasource/server-side.resource-reqrep.js +7 -5
- package/dist/esm/grid-pro-genesis-datasource/grid-pro-genesis-datasource.js +2 -1
- package/dist/esm/grid-pro.js +1 -4
- package/dist/esm/multicolumn-dropdown/multicolumn-dropdown.js +6 -9
- package/dist/esm/multicolumn-dropdown/multicolumn-dropdown.template.js +1 -4
- package/dist/esm/status-bar-components/row-count.status-bar.js +2 -1
- package/dist/grid-pro.api.json +398 -384
- package/dist/grid-pro.d.ts +185 -2724
- package/package.json +14 -14
package/dist/grid-pro.d.ts
CHANGED
|
@@ -1,6 +1,11 @@
|
|
|
1
1
|
import { ActionMenuItem } from '@genesislcap/foundation-ui';
|
|
2
|
+
import { ActionRenderer as ActionRenderer_2 } from './cell-renderers';
|
|
3
|
+
import { ActionsMenuRenderer as ActionsMenuRenderer_2 } from './cell-renderers';
|
|
4
|
+
import { AgTextFieldRenderer as AgTextFieldRenderer_2 } from './cell-renderers';
|
|
5
|
+
import { AgTextRenderer as AgTextRenderer_2 } from './cell-renderers';
|
|
2
6
|
import { BehaviorSubject } from 'rxjs';
|
|
3
7
|
import { Binding } from '@microsoft/fast-element';
|
|
8
|
+
import { BooleanRenderer as BooleanRenderer_2 } from './cell-renderers';
|
|
4
9
|
import { CaptureType } from '@microsoft/fast-element';
|
|
5
10
|
import { CellClassFunc } from '@ag-grid-community/core';
|
|
6
11
|
import { CellClassFunc as CellClassFunc_2 } from 'ag-grid-community';
|
|
@@ -12,10 +17,10 @@ import { CellContextMenuEvent } from '@ag-grid-community/core';
|
|
|
12
17
|
import { CellContextMenuEvent as CellContextMenuEvent_2 } from 'ag-grid-community';
|
|
13
18
|
import { CellDoubleClickedEvent } from '@ag-grid-community/core';
|
|
14
19
|
import { CellDoubleClickedEvent as CellDoubleClickedEvent_2 } from 'ag-grid-community';
|
|
15
|
-
import { CellEditorSelectorFunc } from '
|
|
16
|
-
import { CellEditorSelectorFunc as CellEditorSelectorFunc_2 } from 'ag-grid-community';
|
|
17
|
-
import { CellRendererSelectorFunc } from '
|
|
18
|
-
import { CellRendererSelectorFunc as CellRendererSelectorFunc_2 } from 'ag-grid-community';
|
|
20
|
+
import { CellEditorSelectorFunc } from 'ag-grid-community';
|
|
21
|
+
import { CellEditorSelectorFunc as CellEditorSelectorFunc_2 } from '@ag-grid-community/core';
|
|
22
|
+
import { CellRendererSelectorFunc } from 'ag-grid-community';
|
|
23
|
+
import { CellRendererSelectorFunc as CellRendererSelectorFunc_2 } from '@ag-grid-community/core';
|
|
19
24
|
import { CellStyle } from '@ag-grid-community/core';
|
|
20
25
|
import { CellStyleFunc } from '@ag-grid-community/core';
|
|
21
26
|
import { CellStyleFunc as CellStyleFunc_2 } from 'ag-grid-community';
|
|
@@ -30,37 +35,40 @@ import { Column } from '@ag-grid-community/core';
|
|
|
30
35
|
import { Column as Column_2 } from 'ag-grid-community';
|
|
31
36
|
import type { ColumnApi } from '@ag-grid-community/core';
|
|
32
37
|
import { ColumnChooserParams } from 'ag-grid-community';
|
|
38
|
+
import { ColumnGroupShowType } from 'ag-grid-community';
|
|
33
39
|
import { ColumnMenuTab } from '@ag-grid-community/core';
|
|
34
40
|
import { ColumnsMenuParams } from '@ag-grid-community/core';
|
|
35
41
|
import { ColumnState } from '@ag-grid-community/core';
|
|
36
42
|
import type { ColumnState as ColumnState_2 } from 'ag-grid-community';
|
|
37
43
|
import { Connect } from '@genesislcap/foundation-comms';
|
|
44
|
+
import { Constructable } from '@microsoft/fast-element';
|
|
38
45
|
import type { Container } from '@microsoft/fast-foundation';
|
|
39
|
-
import { Controller } from '@microsoft/fast-element';
|
|
40
46
|
import { CountdownUnit } from '@genesislcap/foundation-ui';
|
|
41
47
|
import { CSSDesignToken } from '@microsoft/fast-foundation';
|
|
42
48
|
import { CSSVarTokenMap } from '@genesislcap/foundation-ui';
|
|
43
49
|
import { CsvExportParams } from '@ag-grid-community/core';
|
|
44
50
|
import { DataserverParams } from '@genesislcap/foundation-comms';
|
|
45
51
|
import { Datasource } from '@genesislcap/foundation-comms';
|
|
52
|
+
import { DatasourceEventHandlerElement } from '@genesislcap/foundation-comms';
|
|
46
53
|
import { DatasourceOptions } from '@genesislcap/foundation-comms';
|
|
47
54
|
import { DatasourceStatus } from '@genesislcap/foundation-comms';
|
|
48
|
-
import {
|
|
55
|
+
import { DateEditor as DateEditor_2 } from './cell-editors';
|
|
49
56
|
import { DefaultMenuItem } from 'ag-grid-community';
|
|
50
57
|
import { DndSourceCallback } from '@ag-grid-community/core';
|
|
51
58
|
import { DndSourceCallback as DndSourceCallback_2 } from 'ag-grid-community';
|
|
52
59
|
import { DndSourceOnRowDragFunc } from 'ag-grid-community';
|
|
53
60
|
import { DndSourceOnRowDragParams } from '@ag-grid-community/core';
|
|
54
|
-
import { DOMContainer } from '@genesislcap/foundation-utils';
|
|
55
61
|
import { EditableCallback } from '@ag-grid-community/core';
|
|
56
62
|
import { EditableCallback as EditableCallback_2 } from 'ag-grid-community';
|
|
63
|
+
import { EditableRenderer as EditableRenderer_2 } from './cell-renderers';
|
|
57
64
|
import { ElementStyles } from '@microsoft/fast-element';
|
|
65
|
+
import { EqualsFunc } from 'ag-grid-community';
|
|
66
|
+
import { FASTElement } from '@microsoft/fast-element';
|
|
58
67
|
import { FieldMetadata } from '@genesislcap/foundation-comms';
|
|
59
68
|
import { FieldTypeEnum } from '@genesislcap/foundation-comms';
|
|
60
69
|
import { FilteredDataServerResult } from '@genesislcap/foundation-comms';
|
|
61
70
|
import { FoundationElement } from '@microsoft/fast-foundation';
|
|
62
71
|
import { FoundationElementRegistry } from '@microsoft/fast-foundation';
|
|
63
|
-
import { FoundationLayoutContainer } from '@genesislcap/foundation-utils';
|
|
64
72
|
import { GetContextMenuItems } from 'ag-grid-community';
|
|
65
73
|
import { GetFindTextFunc } from 'ag-grid-community';
|
|
66
74
|
import { GetMainMenuItems } from 'ag-grid-community';
|
|
@@ -73,6 +81,7 @@ import { GridOptions } from '@ag-grid-community/core';
|
|
|
73
81
|
import { GridOptions as GridOptions_2 } from 'ag-grid-community';
|
|
74
82
|
import type { GridParams } from '@ag-grid-community/core';
|
|
75
83
|
import type { GridParams as GridParams_2 } from 'ag-grid-community';
|
|
84
|
+
import { GridPro as GridPro_2 } from './grid-pro';
|
|
76
85
|
import { GridReadyEvent } from 'ag-grid-community';
|
|
77
86
|
import { GroupRowEditableCallback } from 'ag-grid-community';
|
|
78
87
|
import { GroupRowValueSetterFunc } from 'ag-grid-community';
|
|
@@ -93,6 +102,7 @@ import { ICellEditorParams } from '@ag-grid-community/core';
|
|
|
93
102
|
import { ICellRendererComp } from '@ag-grid-community/core';
|
|
94
103
|
import { ICellRendererFunc } from '@ag-grid-community/core';
|
|
95
104
|
import { ICellRendererParams } from '@ag-grid-community/core';
|
|
105
|
+
import { IconRenderer as IconRenderer_2 } from './cell-renderers';
|
|
96
106
|
import { ILoadingCellRendererSelectorFunc } from 'ag-grid-community';
|
|
97
107
|
import { InterfaceSymbol } from '@microsoft/fast-foundation';
|
|
98
108
|
import { IRowDragItem } from '@ag-grid-community/core';
|
|
@@ -105,13 +115,17 @@ import { JSONSerializer } from '@genesislcap/foundation-utils';
|
|
|
105
115
|
import { KeyCreatorFunc } from 'ag-grid-community';
|
|
106
116
|
import { KeyCreatorParams } from '@ag-grid-community/core';
|
|
107
117
|
import { KVStorage } from '@genesislcap/foundation-comms';
|
|
108
|
-
import {
|
|
118
|
+
import { LifecycleElement } from '@genesislcap/foundation-utils';
|
|
109
119
|
import { Logger } from '@genesislcap/foundation-logger';
|
|
110
120
|
import { MenuItemDef } from 'ag-grid-community';
|
|
111
121
|
import { MetadataDetail } from '@genesislcap/foundation-comms';
|
|
122
|
+
import { MulticolumnDropdown as MulticolumnDropdown_2 } from './multicolumn-dropdown';
|
|
123
|
+
import { MultiselectEditor as MultiselectEditor_2 } from './cell-editors';
|
|
112
124
|
import { NewValueParams } from '@ag-grid-community/core';
|
|
113
125
|
import { NewValueParams as NewValueParams_2 } from 'ag-grid-community';
|
|
126
|
+
import { NumberEditor as NumberEditor_2 } from './cell-editors';
|
|
114
127
|
import { OverrideFoundationElementDefinition } from '@microsoft/fast-foundation';
|
|
128
|
+
import { PivotComparatorFunc } from 'ag-grid-community';
|
|
115
129
|
import { RefData } from 'ag-grid-community';
|
|
116
130
|
import { RequestParams } from '@genesislcap/foundation-comms';
|
|
117
131
|
import { RequestServerResult } from '@genesislcap/foundation-comms';
|
|
@@ -120,6 +134,8 @@ import { RowDragCallback as RowDragCallback_2 } from 'ag-grid-community';
|
|
|
120
134
|
import { RowDragTextFunc } from 'ag-grid-community';
|
|
121
135
|
import { RowSpanFunc } from 'ag-grid-community';
|
|
122
136
|
import { RowSpanParams } from '@ag-grid-community/core';
|
|
137
|
+
import { SelectEditor as SelectEditor_2 } from './cell-editors';
|
|
138
|
+
import { SelectRenderer as SelectRenderer_2 } from './cell-renderers';
|
|
123
139
|
import { Session } from '@genesislcap/foundation-comms';
|
|
124
140
|
import { ShowValuesAs } from 'ag-grid-community';
|
|
125
141
|
import { ShowValuesAsDef } from 'ag-grid-community';
|
|
@@ -130,6 +146,7 @@ import { SortDef } from 'ag-grid-community';
|
|
|
130
146
|
import { SortDirection } from 'ag-grid-community';
|
|
131
147
|
import { SortType } from 'ag-grid-community';
|
|
132
148
|
import { SpanRowsFunc } from 'ag-grid-community';
|
|
149
|
+
import { StringEditor as StringEditor_2 } from './cell-editors';
|
|
133
150
|
import { Subscription } from 'rxjs';
|
|
134
151
|
import { SuppressHeaderKeyboardEventFunc } from 'ag-grid-community';
|
|
135
152
|
import { SuppressHeaderKeyboardEventParams } from '@ag-grid-community/core';
|
|
@@ -243,14 +260,14 @@ export declare class ActionsMenuRenderer extends FoundationElement implements IC
|
|
|
243
260
|
* attribute-to-gridOptions coercion without relying on `ComponentUtil.copyAttributesToGridOptions`.
|
|
244
261
|
* @internal
|
|
245
262
|
*/
|
|
246
|
-
export declare const AG_BOOLEAN_PROPERTIES: readonly [
|
|
263
|
+
export declare const AG_BOOLEAN_PROPERTIES: readonly ['suppressMakeColumnVisibleAfterUnGroup', 'suppressRowClickSelection', 'suppressCellSelection', 'suppressCellFocus', 'suppressHorizontalScroll', 'alwaysShowHorizontalScroll', 'alwaysShowVerticalScroll', 'debug', 'enableBrowserTooltips', 'enableCellExpressions', 'groupSelectsChildren', 'groupIncludeFooter', 'groupIncludeTotalFooter', 'groupSuppressBlankHeader', 'suppressMenuHide', 'suppressRowDeselection', 'unSortIcon', 'suppressMultiSort', 'alwaysMultiSort', 'singleClickEdit', 'suppressLoadingOverlay', 'suppressNoRowsOverlay', 'suppressAutoSize', 'skipHeaderOnAutoSize', 'suppressParentsInRowNodes', 'suppressColumnMoveAnimation', 'suppressMovableColumns', 'suppressFieldDotNotation', 'enableRangeSelection', 'enableRangeHandle', 'enableFillHandle', 'suppressClearOnFillReduction', 'deltaSort', 'suppressTouch', 'suppressAsyncEvents', 'allowContextMenuWithControlKey', 'suppressContextMenu', 'rememberGroupStateWhenNewData', 'enableCellChangeFlash', 'suppressDragLeaveHidesColumns', 'suppressRowGroupHidesColumns', 'suppressMiddleClickScrolls', 'suppressPreventDefaultOnMouseWheel', 'suppressCopyRowsToClipboard', 'copyHeadersToClipboard', 'copyGroupHeadersToClipboard', 'pivotMode', 'suppressAggFuncInHeader', 'suppressColumnVirtualisation', 'suppressAggAtRootLevel', 'suppressFocusAfterRefresh', 'functionsPassive', 'functionsReadOnly', 'animateRows', 'groupSelectsFiltered', 'groupRemoveSingleChildren', 'groupRemoveLowestSingleChildren', 'enableRtl', 'suppressClickEdit', 'rowDragEntireRow', 'rowDragManaged', 'suppressRowDrag', 'suppressMoveWhenRowDragging', 'rowDragMultiRow', 'enableGroupEdit', 'embedFullWidthRows', 'suppressPaginationPanel', 'groupHideOpenParents', 'groupAllowUnbalanced', 'pagination', 'paginationAutoPageSize', 'suppressScrollOnNewData', 'suppressScrollWhenPopupsAreOpen', 'purgeClosedRowNodes', 'cacheQuickFilter', 'excludeHiddenColumnsFromQuickFilter', 'ensureDomOrder', 'accentedSort', 'suppressChangeDetection', 'valueCache', 'valueCacheNeverExpires', 'aggregateOnlyChangedColumns', 'suppressAnimationFrame', 'suppressExcelExport', 'suppressCsvExport', 'treeData', 'masterDetail', 'suppressMultiRangeSelection', 'enterMovesDownAfterEdit', 'enterMovesDown', 'suppressPropertyNamesCheck', 'rowMultiSelectWithClick', 'suppressRowHoverHighlight', 'suppressRowTransform', 'suppressClipboardPaste', 'suppressLastEmptyLineOnPaste', 'enableCharts', 'enableChartToolPanelsButton', 'suppressChartToolPanelsButton', 'suppressMaintainUnsortedOrder', 'enableCellTextSelection', 'suppressBrowserResizeObserver', 'suppressMaxRenderedRowRestriction', 'excludeChildrenWhenTreeDataFiltering', 'tooltipMouseTrack', 'keepDetailRows', 'paginateChildRows', 'preventDefaultOnContextMenu', 'undoRedoCellEditing', 'allowDragFromColumnsToolPanel', 'immutableData', 'pivotSuppressAutoColumn', 'suppressExpandablePivotGroups', 'debounceVerticalScrollbar', 'detailRowAutoHeight', 'serverSideFilteringAlwaysResets', 'serverSideSortingAlwaysResets', 'serverSideSortAllLevels', 'serverSideFilterAllLevels', 'serverSideSortOnServer', 'serverSideFilterOnServer', 'suppressAggFilteredOnly', 'showOpenedGroup', 'suppressClipboardApi', 'suppressModelUpdateAfterUpdateTransaction', 'stopEditingWhenCellsLoseFocus', 'maintainColumnOrder', 'groupMaintainOrder', 'columnHoverHighlight', 'reactUi', 'suppressReactUi', 'readOnlyEdit', 'suppressRowVirtualisation', 'enableCellEditingOnBackspace', 'resetRowDataOnUpdate', 'removePivotHeaderRowWhenSingleValueColumn', 'suppressCopySingleCellRanges', 'groupRowsSticky', 'suppressServerSideInfiniteScroll', 'rowGroupPanelSuppressSort', 'allowShowChangeAfterFilter', 'suppressCutToClipboard'];
|
|
247
264
|
|
|
248
265
|
/**
|
|
249
266
|
* @remarks Copied from AG Grid `PropertyKeys.NUMBER_PROPERTIES` (v29.2.0) to support
|
|
250
267
|
* attribute-to-gridOptions coercion without relying on `ComponentUtil.copyAttributesToGridOptions`.
|
|
251
268
|
* @internal
|
|
252
269
|
*/
|
|
253
|
-
export declare const AG_NUMBER_PROPERTIES: readonly [
|
|
270
|
+
export declare const AG_NUMBER_PROPERTIES: readonly ['rowHeight', 'detailRowHeight', 'rowBuffer', 'headerHeight', 'groupHeaderHeight', 'floatingFiltersHeight', 'pivotHeaderHeight', 'pivotGroupHeaderHeight', 'groupDefaultExpanded', 'viewportRowModelPageSize', 'viewportRowModelBufferSize', 'autoSizePadding', 'maxBlocksInCache', 'maxConcurrentDatasourceRequests', 'tooltipShowDelay', 'tooltipHideDelay', 'cacheOverflowSize', 'paginationPageSize', 'cacheBlockSize', 'infiniteInitialRowCount', 'serverSideInitialRowCount', 'scrollbarWidth', 'asyncTransactionWaitMillis', 'blockLoadDebounceMillis', 'keepDetailRowsCount', 'undoRedoCellEditingLimit', 'cellFlashDelay', 'cellFadeDelay', 'tabIndex'];
|
|
254
271
|
|
|
255
272
|
/**
|
|
256
273
|
* @remarks List of AG properties without rowData
|
|
@@ -575,8 +592,8 @@ export declare type BaseDatasourceErrorEventDetail = {
|
|
|
575
592
|
* @public
|
|
576
593
|
*/
|
|
577
594
|
export declare const baseDatasourceEventNames: {
|
|
578
|
-
readonly error:
|
|
579
|
-
readonly connected:
|
|
595
|
+
readonly error: 'base-datasource-error';
|
|
596
|
+
readonly connected: 'base-datasource-connected';
|
|
580
597
|
};
|
|
581
598
|
|
|
582
599
|
/**
|
|
@@ -728,26 +745,26 @@ export declare type DatasourceEventDetail = InitializeEventDetail | DataLoadedEv
|
|
|
728
745
|
* These represent datasource operations, not grid-specific actions
|
|
729
746
|
*/
|
|
730
747
|
export declare const datasourceEventNames: {
|
|
731
|
-
readonly initialize:
|
|
732
|
-
readonly ready:
|
|
733
|
-
readonly dataLoaded:
|
|
734
|
-
readonly dataChanged:
|
|
735
|
-
readonly dataCleared:
|
|
736
|
-
readonly schemaUpdated:
|
|
737
|
-
readonly loadingStarted:
|
|
738
|
-
readonly loadingFinished:
|
|
739
|
-
readonly noDataAvailable:
|
|
740
|
-
readonly moreDataAvailable:
|
|
741
|
-
readonly filtersRestored:
|
|
742
|
-
readonly error:
|
|
743
|
-
readonly destroy:
|
|
744
|
-
readonly sizeChanged:
|
|
745
|
-
readonly cacheFilterConfig:
|
|
746
|
-
readonly refreshServerSide:
|
|
747
|
-
readonly setServerSideDatasource:
|
|
748
|
-
readonly addGridCssClass:
|
|
749
|
-
readonly removeGridCssClass:
|
|
750
|
-
readonly applyServerSideTransaction:
|
|
748
|
+
readonly initialize: 'datasource-initialize';
|
|
749
|
+
readonly ready: 'datasource-ready';
|
|
750
|
+
readonly dataLoaded: 'datasource-data-loaded';
|
|
751
|
+
readonly dataChanged: 'datasource-data-changed';
|
|
752
|
+
readonly dataCleared: 'datasource-data-cleared';
|
|
753
|
+
readonly schemaUpdated: 'datasource-schema-updated';
|
|
754
|
+
readonly loadingStarted: 'datasource-loading-started';
|
|
755
|
+
readonly loadingFinished: 'datasource-loading-finished';
|
|
756
|
+
readonly noDataAvailable: 'datasource-no-data-available';
|
|
757
|
+
readonly moreDataAvailable: 'datasource-more-data-available';
|
|
758
|
+
readonly filtersRestored: 'datasource-filters-restored';
|
|
759
|
+
readonly error: 'datasource-error';
|
|
760
|
+
readonly destroy: 'datasource-destroy';
|
|
761
|
+
readonly sizeChanged: 'datasource-size-changed';
|
|
762
|
+
readonly cacheFilterConfig: 'cache-filter-config';
|
|
763
|
+
readonly refreshServerSide: 'refresh-server-side';
|
|
764
|
+
readonly setServerSideDatasource: 'set-server-side-datasource';
|
|
765
|
+
readonly addGridCssClass: 'add-grid-css-class';
|
|
766
|
+
readonly removeGridCssClass: 'remove-grid-css-class';
|
|
767
|
+
readonly applyServerSideTransaction: 'apply-server-side-transaction';
|
|
751
768
|
};
|
|
752
769
|
|
|
753
770
|
/**
|
|
@@ -1020,65 +1037,65 @@ template: ViewTemplate<DateEditor, any>;
|
|
|
1020
1037
|
export declare const foundationGridComponents: {
|
|
1021
1038
|
foundationIconRenderer: (overrideDefinition?: OverrideFoundationElementDefinition< {
|
|
1022
1039
|
baseName: string;
|
|
1023
|
-
template: ViewTemplate<
|
|
1040
|
+
template: ViewTemplate<IconRenderer_2, any>;
|
|
1024
1041
|
styles: ElementStyles;
|
|
1025
1042
|
}>) => FoundationElementRegistry< {
|
|
1026
1043
|
baseName: string;
|
|
1027
|
-
template: ViewTemplate<
|
|
1044
|
+
template: ViewTemplate<IconRenderer_2, any>;
|
|
1028
1045
|
styles: ElementStyles;
|
|
1029
|
-
},
|
|
1046
|
+
}, IconRenderer_2>;
|
|
1030
1047
|
foundationGridProActionRenderer: (overrideDefinition?: OverrideFoundationElementDefinition< {
|
|
1031
1048
|
baseName: string;
|
|
1032
1049
|
styles: ElementStyles;
|
|
1033
|
-
template: ViewTemplate<
|
|
1050
|
+
template: ViewTemplate<ActionRenderer_2, any>;
|
|
1034
1051
|
}>) => FoundationElementRegistry< {
|
|
1035
1052
|
baseName: string;
|
|
1036
1053
|
styles: ElementStyles;
|
|
1037
|
-
template: ViewTemplate<
|
|
1038
|
-
},
|
|
1054
|
+
template: ViewTemplate<ActionRenderer_2, any>;
|
|
1055
|
+
}, ActionRenderer_2>;
|
|
1039
1056
|
foundationGridProActionsMenuRenderer: (overrideDefinition?: OverrideFoundationElementDefinition< {
|
|
1040
1057
|
baseName: string;
|
|
1041
1058
|
template: ViewTemplate<any, any>;
|
|
1042
1059
|
}>) => FoundationElementRegistry< {
|
|
1043
1060
|
baseName: string;
|
|
1044
1061
|
template: ViewTemplate<any, any>;
|
|
1045
|
-
},
|
|
1062
|
+
}, ActionsMenuRenderer_2>;
|
|
1046
1063
|
foundationAgBooleanRenderer: (overrideDefinition?: OverrideFoundationElementDefinition< {
|
|
1047
1064
|
baseName: string;
|
|
1048
1065
|
styles: ElementStyles;
|
|
1049
|
-
template: ViewTemplate<
|
|
1066
|
+
template: ViewTemplate<BooleanRenderer_2, any>;
|
|
1050
1067
|
}>) => FoundationElementRegistry< {
|
|
1051
1068
|
baseName: string;
|
|
1052
1069
|
styles: ElementStyles;
|
|
1053
|
-
template: ViewTemplate<
|
|
1054
|
-
},
|
|
1070
|
+
template: ViewTemplate<BooleanRenderer_2, any>;
|
|
1071
|
+
}, BooleanRenderer_2>;
|
|
1055
1072
|
foundationAgTextRenderer: (overrideDefinition?: OverrideFoundationElementDefinition< {
|
|
1056
1073
|
baseName: string;
|
|
1057
1074
|
styles: ElementStyles;
|
|
1058
|
-
template: ViewTemplate<
|
|
1075
|
+
template: ViewTemplate<AgTextFieldRenderer_2, any>;
|
|
1059
1076
|
}>) => FoundationElementRegistry< {
|
|
1060
1077
|
baseName: string;
|
|
1061
1078
|
styles: ElementStyles;
|
|
1062
|
-
template: ViewTemplate<
|
|
1063
|
-
},
|
|
1079
|
+
template: ViewTemplate<AgTextFieldRenderer_2, any>;
|
|
1080
|
+
}, AgTextRenderer_2>;
|
|
1064
1081
|
foundationAgTextFieldRenderer: (overrideDefinition?: OverrideFoundationElementDefinition< {
|
|
1065
1082
|
baseName: string;
|
|
1066
1083
|
styles: ElementStyles;
|
|
1067
|
-
template: ViewTemplate<
|
|
1084
|
+
template: ViewTemplate<AgTextFieldRenderer_2, any>;
|
|
1068
1085
|
}>) => FoundationElementRegistry< {
|
|
1069
1086
|
baseName: string;
|
|
1070
1087
|
styles: ElementStyles;
|
|
1071
|
-
template: ViewTemplate<
|
|
1072
|
-
},
|
|
1088
|
+
template: ViewTemplate<AgTextFieldRenderer_2, any>;
|
|
1089
|
+
}, AgTextFieldRenderer_2>;
|
|
1073
1090
|
foundationAgEditableRenderer: (overrideDefinition?: OverrideFoundationElementDefinition< {
|
|
1074
1091
|
baseName: string;
|
|
1075
1092
|
styles: ElementStyles;
|
|
1076
|
-
template: ViewTemplate<
|
|
1093
|
+
template: ViewTemplate<EditableRenderer_2, any>;
|
|
1077
1094
|
}>) => FoundationElementRegistry< {
|
|
1078
1095
|
baseName: string;
|
|
1079
1096
|
styles: ElementStyles;
|
|
1080
|
-
template: ViewTemplate<
|
|
1081
|
-
},
|
|
1097
|
+
template: ViewTemplate<EditableRenderer_2, any>;
|
|
1098
|
+
}, EditableRenderer_2>;
|
|
1082
1099
|
foundationAgSelectRenderer: (overrideDefinition?: OverrideFoundationElementDefinition< {
|
|
1083
1100
|
baseName: string;
|
|
1084
1101
|
styles: ElementStyles;
|
|
@@ -1087,61 +1104,61 @@ export declare const foundationGridComponents: {
|
|
|
1087
1104
|
baseName: string;
|
|
1088
1105
|
styles: ElementStyles;
|
|
1089
1106
|
template: ViewTemplate<any, any>;
|
|
1090
|
-
},
|
|
1107
|
+
}, SelectRenderer_2>;
|
|
1091
1108
|
foundationSelectEditor: (overrideDefinition?: OverrideFoundationElementDefinition< {
|
|
1092
1109
|
baseName: string;
|
|
1093
1110
|
styles: ElementStyles;
|
|
1094
|
-
template: ViewTemplate<
|
|
1111
|
+
template: ViewTemplate<SelectEditor_2, any>;
|
|
1095
1112
|
}>) => FoundationElementRegistry< {
|
|
1096
1113
|
baseName: string;
|
|
1097
1114
|
styles: ElementStyles;
|
|
1098
|
-
template: ViewTemplate<
|
|
1099
|
-
},
|
|
1115
|
+
template: ViewTemplate<SelectEditor_2, any>;
|
|
1116
|
+
}, SelectEditor_2>;
|
|
1100
1117
|
foundationNumberEditor: (overrideDefinition?: OverrideFoundationElementDefinition< {
|
|
1101
1118
|
baseName: string;
|
|
1102
1119
|
styles: ElementStyles;
|
|
1103
|
-
template: ViewTemplate<
|
|
1120
|
+
template: ViewTemplate<NumberEditor_2, any>;
|
|
1104
1121
|
}>) => FoundationElementRegistry< {
|
|
1105
1122
|
baseName: string;
|
|
1106
1123
|
styles: ElementStyles;
|
|
1107
|
-
template: ViewTemplate<
|
|
1108
|
-
},
|
|
1124
|
+
template: ViewTemplate<NumberEditor_2, any>;
|
|
1125
|
+
}, NumberEditor_2>;
|
|
1109
1126
|
foundationDateEditor: (overrideDefinition?: OverrideFoundationElementDefinition< {
|
|
1110
1127
|
baseName: string;
|
|
1111
1128
|
styles: ElementStyles;
|
|
1112
|
-
template: ViewTemplate<
|
|
1129
|
+
template: ViewTemplate<DateEditor_2, any>;
|
|
1113
1130
|
}>) => FoundationElementRegistry< {
|
|
1114
1131
|
baseName: string;
|
|
1115
1132
|
styles: ElementStyles;
|
|
1116
|
-
template: ViewTemplate<
|
|
1117
|
-
},
|
|
1133
|
+
template: ViewTemplate<DateEditor_2, any>;
|
|
1134
|
+
}, DateEditor_2>;
|
|
1118
1135
|
foundationMultiselectEditor: (overrideDefinition?: OverrideFoundationElementDefinition< {
|
|
1119
1136
|
baseName: string;
|
|
1120
1137
|
styles: ElementStyles;
|
|
1121
|
-
template: ViewTemplate<
|
|
1138
|
+
template: ViewTemplate<MultiselectEditor_2, any>;
|
|
1122
1139
|
}>) => FoundationElementRegistry< {
|
|
1123
1140
|
baseName: string;
|
|
1124
1141
|
styles: ElementStyles;
|
|
1125
|
-
template: ViewTemplate<
|
|
1126
|
-
},
|
|
1142
|
+
template: ViewTemplate<MultiselectEditor_2, any>;
|
|
1143
|
+
}, MultiselectEditor_2>;
|
|
1127
1144
|
foundationStringEditor: (overrideDefinition?: OverrideFoundationElementDefinition< {
|
|
1128
1145
|
baseName: string;
|
|
1129
1146
|
styles: ElementStyles;
|
|
1130
|
-
template: ViewTemplate<
|
|
1147
|
+
template: ViewTemplate<StringEditor_2, any>;
|
|
1131
1148
|
}>) => FoundationElementRegistry< {
|
|
1132
1149
|
baseName: string;
|
|
1133
1150
|
styles: ElementStyles;
|
|
1134
|
-
template: ViewTemplate<
|
|
1135
|
-
},
|
|
1151
|
+
template: ViewTemplate<StringEditor_2, any>;
|
|
1152
|
+
}, StringEditor_2>;
|
|
1136
1153
|
foundationMulticolumnDropdown: (overrideDefinition?: OverrideFoundationElementDefinition< {
|
|
1137
1154
|
baseName: string;
|
|
1138
|
-
template: ViewTemplate<
|
|
1155
|
+
template: ViewTemplate<MulticolumnDropdown_2, any>;
|
|
1139
1156
|
styles: ElementStyles;
|
|
1140
1157
|
}>) => FoundationElementRegistry< {
|
|
1141
1158
|
baseName: string;
|
|
1142
|
-
template: ViewTemplate<
|
|
1159
|
+
template: ViewTemplate<MulticolumnDropdown_2, any>;
|
|
1143
1160
|
styles: ElementStyles;
|
|
1144
|
-
},
|
|
1161
|
+
}, MulticolumnDropdown_2>;
|
|
1145
1162
|
foundationStatusPillRenderer: (overrideDefinition?: OverrideFoundationElementDefinition< {
|
|
1146
1163
|
baseName: string;
|
|
1147
1164
|
template: ViewTemplate<any, any>;
|
|
@@ -1162,7 +1179,7 @@ export declare const foundationGridComponents: {
|
|
|
1162
1179
|
baseName: string;
|
|
1163
1180
|
styles: ElementStyles;
|
|
1164
1181
|
template: ViewTemplate<any, any>;
|
|
1165
|
-
},
|
|
1182
|
+
}, GridPro_2>;
|
|
1166
1183
|
register(container?: Container, ...rest: any[]): void;
|
|
1167
1184
|
};
|
|
1168
1185
|
|
|
@@ -1515,367 +1532,7 @@ export declare class GenesisGridDatasourceElement extends GenesisGridDatasourceE
|
|
|
1515
1532
|
protected initializeDatasource(options: DatasourceOptions, fetchMeta?: boolean, startStream?: boolean): Promise<boolean>;
|
|
1516
1533
|
}
|
|
1517
1534
|
|
|
1518
|
-
declare const GenesisGridDatasourceElement_base: new () =>
|
|
1519
|
-
datasourceStatus: DatasourceStatus;
|
|
1520
|
-
resourceName: string;
|
|
1521
|
-
data?: unknown;
|
|
1522
|
-
onDatasourceStatusChanged: (event: DatasourceStatusChangedEvent) => void;
|
|
1523
|
-
datasourceStatusChanged(prev: DatasourceStatus, next: DatasourceStatus): void;
|
|
1524
|
-
connectedCallback(): void;
|
|
1525
|
-
disconnectedCallback(): void;
|
|
1526
|
-
accessKey: string;
|
|
1527
|
-
readonly accessKeyLabel: string;
|
|
1528
|
-
autocapitalize: string;
|
|
1529
|
-
autocorrect: boolean;
|
|
1530
|
-
dir: string;
|
|
1531
|
-
draggable: boolean;
|
|
1532
|
-
hidden: boolean;
|
|
1533
|
-
inert: boolean;
|
|
1534
|
-
innerText: string;
|
|
1535
|
-
lang: string;
|
|
1536
|
-
readonly offsetHeight: number;
|
|
1537
|
-
readonly offsetLeft: number;
|
|
1538
|
-
readonly offsetParent: Element | null;
|
|
1539
|
-
readonly offsetTop: number;
|
|
1540
|
-
readonly offsetWidth: number;
|
|
1541
|
-
outerText: string;
|
|
1542
|
-
popover: string | null;
|
|
1543
|
-
spellcheck: boolean;
|
|
1544
|
-
title: string;
|
|
1545
|
-
translate: boolean;
|
|
1546
|
-
writingSuggestions: string;
|
|
1547
|
-
attachInternals(): ElementInternals;
|
|
1548
|
-
click(): void;
|
|
1549
|
-
hidePopover(): void;
|
|
1550
|
-
showPopover(): void;
|
|
1551
|
-
togglePopover(options?: boolean): boolean;
|
|
1552
|
-
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
1553
|
-
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
1554
|
-
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
1555
|
-
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
1556
|
-
readonly attributes: NamedNodeMap;
|
|
1557
|
-
get classList(): DOMTokenList;
|
|
1558
|
-
set classList(value: string): any;
|
|
1559
|
-
className: string;
|
|
1560
|
-
readonly clientHeight: number;
|
|
1561
|
-
readonly clientLeft: number;
|
|
1562
|
-
readonly clientTop: number;
|
|
1563
|
-
readonly clientWidth: number;
|
|
1564
|
-
readonly currentCSSZoom: number;
|
|
1565
|
-
id: string;
|
|
1566
|
-
innerHTML: string;
|
|
1567
|
-
readonly localName: string;
|
|
1568
|
-
readonly namespaceURI: string | null;
|
|
1569
|
-
onfullscreenchange: ((this: Element, ev: Event) => any) | null;
|
|
1570
|
-
onfullscreenerror: ((this: Element, ev: Event) => any) | null;
|
|
1571
|
-
outerHTML: string;
|
|
1572
|
-
readonly ownerDocument: Document;
|
|
1573
|
-
get part(): DOMTokenList;
|
|
1574
|
-
set part(value: string): any;
|
|
1575
|
-
readonly prefix: string | null;
|
|
1576
|
-
readonly scrollHeight: number;
|
|
1577
|
-
scrollLeft: number;
|
|
1578
|
-
scrollTop: number;
|
|
1579
|
-
readonly scrollWidth: number;
|
|
1580
|
-
readonly shadowRoot: ShadowRoot | null;
|
|
1581
|
-
slot: string;
|
|
1582
|
-
readonly tagName: string;
|
|
1583
|
-
attachShadow(init: ShadowRootInit): ShadowRoot;
|
|
1584
|
-
checkVisibility(options?: CheckVisibilityOptions): boolean;
|
|
1585
|
-
closest<K extends keyof HTMLElementTagNameMap>(selector: K): HTMLElementTagNameMap[K] | null;
|
|
1586
|
-
closest<K extends keyof SVGElementTagNameMap>(selector: K): SVGElementTagNameMap[K] | null;
|
|
1587
|
-
closest<K extends keyof MathMLElementTagNameMap>(selector: K): MathMLElementTagNameMap[K] | null;
|
|
1588
|
-
closest<E extends Element = Element>(selectors: string): E | null;
|
|
1589
|
-
computedStyleMap(): StylePropertyMapReadOnly;
|
|
1590
|
-
getAttribute(qualifiedName: string): string | null;
|
|
1591
|
-
getAttributeNS(namespace: string | null, localName: string): string | null;
|
|
1592
|
-
getAttributeNames(): string[];
|
|
1593
|
-
getAttributeNode(qualifiedName: string): Attr | null;
|
|
1594
|
-
getAttributeNodeNS(namespace: string | null, localName: string): Attr | null;
|
|
1595
|
-
getBoundingClientRect(): DOMRect;
|
|
1596
|
-
getClientRects(): DOMRectList;
|
|
1597
|
-
getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
|
|
1598
|
-
getElementsByTagName<K extends keyof HTMLElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<HTMLElementTagNameMap[K]>;
|
|
1599
|
-
getElementsByTagName<K extends keyof SVGElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<SVGElementTagNameMap[K]>;
|
|
1600
|
-
getElementsByTagName<K extends keyof MathMLElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<MathMLElementTagNameMap[K]>;
|
|
1601
|
-
getElementsByTagName<K extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K]>;
|
|
1602
|
-
getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
|
|
1603
|
-
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
|
|
1604
|
-
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
|
|
1605
|
-
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1998/Math/MathML", localName: string): HTMLCollectionOf<MathMLElement>;
|
|
1606
|
-
getElementsByTagNameNS(namespace: string | null, localName: string): HTMLCollectionOf<Element>;
|
|
1607
|
-
getHTML(options?: GetHTMLOptions): string;
|
|
1608
|
-
hasAttribute(qualifiedName: string): boolean;
|
|
1609
|
-
hasAttributeNS(namespace: string | null, localName: string): boolean;
|
|
1610
|
-
hasAttributes(): boolean;
|
|
1611
|
-
hasPointerCapture(pointerId: number): boolean;
|
|
1612
|
-
insertAdjacentElement(where: InsertPosition, element: Element): Element | null;
|
|
1613
|
-
insertAdjacentHTML(position: InsertPosition, string: string): void;
|
|
1614
|
-
insertAdjacentText(where: InsertPosition, data: string): void;
|
|
1615
|
-
matches(selectors: string): boolean;
|
|
1616
|
-
releasePointerCapture(pointerId: number): void;
|
|
1617
|
-
removeAttribute(qualifiedName: string): void;
|
|
1618
|
-
removeAttributeNS(namespace: string | null, localName: string): void;
|
|
1619
|
-
removeAttributeNode(attr: Attr): Attr;
|
|
1620
|
-
requestFullscreen(options?: FullscreenOptions): Promise<void>;
|
|
1621
|
-
requestPointerLock(options?: PointerLockOptions): Promise<void>;
|
|
1622
|
-
scroll(options?: ScrollToOptions): void;
|
|
1623
|
-
scroll(x: number, y: number): void;
|
|
1624
|
-
scrollBy(options?: ScrollToOptions): void;
|
|
1625
|
-
scrollBy(x: number, y: number): void;
|
|
1626
|
-
scrollIntoView(arg?: boolean | ScrollIntoViewOptions): void;
|
|
1627
|
-
scrollTo(options?: ScrollToOptions): void;
|
|
1628
|
-
scrollTo(x: number, y: number): void;
|
|
1629
|
-
setAttribute(qualifiedName: string, value: string): void;
|
|
1630
|
-
setAttributeNS(namespace: string | null, qualifiedName: string, value: string): void;
|
|
1631
|
-
setAttributeNode(attr: Attr): Attr | null;
|
|
1632
|
-
setAttributeNodeNS(attr: Attr): Attr | null;
|
|
1633
|
-
setHTMLUnsafe(html: string): void;
|
|
1634
|
-
setPointerCapture(pointerId: number): void;
|
|
1635
|
-
toggleAttribute(qualifiedName: string, force?: boolean): boolean;
|
|
1636
|
-
webkitMatchesSelector(selectors: string): boolean;
|
|
1637
|
-
textContent: string;
|
|
1638
|
-
readonly baseURI: string;
|
|
1639
|
-
readonly childNodes: NodeListOf<ChildNode>;
|
|
1640
|
-
readonly firstChild: ChildNode | null;
|
|
1641
|
-
readonly isConnected: boolean;
|
|
1642
|
-
readonly lastChild: ChildNode | null;
|
|
1643
|
-
readonly nextSibling: ChildNode | null;
|
|
1644
|
-
readonly nodeName: string;
|
|
1645
|
-
readonly nodeType: number;
|
|
1646
|
-
nodeValue: string | null;
|
|
1647
|
-
readonly parentElement: HTMLElement | null;
|
|
1648
|
-
readonly parentNode: ParentNode | null;
|
|
1649
|
-
readonly previousSibling: ChildNode | null;
|
|
1650
|
-
appendChild<T extends Node>(node: T): T;
|
|
1651
|
-
cloneNode(subtree?: boolean): Node;
|
|
1652
|
-
compareDocumentPosition(other: Node): number;
|
|
1653
|
-
contains(other: Node | null): boolean;
|
|
1654
|
-
getRootNode(options?: GetRootNodeOptions): Node;
|
|
1655
|
-
hasChildNodes(): boolean;
|
|
1656
|
-
insertBefore<T extends Node>(node: T, child: Node | null): T;
|
|
1657
|
-
isDefaultNamespace(namespace: string | null): boolean;
|
|
1658
|
-
isEqualNode(otherNode: Node | null): boolean;
|
|
1659
|
-
isSameNode(otherNode: Node | null): boolean;
|
|
1660
|
-
lookupNamespaceURI(prefix: string | null): string | null;
|
|
1661
|
-
lookupPrefix(namespace: string | null): string | null;
|
|
1662
|
-
normalize(): void;
|
|
1663
|
-
removeChild<T extends Node>(child: T): T;
|
|
1664
|
-
replaceChild<T extends Node>(node: Node, child: T): T;
|
|
1665
|
-
readonly ELEMENT_NODE: 1;
|
|
1666
|
-
readonly ATTRIBUTE_NODE: 2;
|
|
1667
|
-
readonly TEXT_NODE: 3;
|
|
1668
|
-
readonly CDATA_SECTION_NODE: 4;
|
|
1669
|
-
readonly ENTITY_REFERENCE_NODE: 5;
|
|
1670
|
-
readonly ENTITY_NODE: 6;
|
|
1671
|
-
readonly PROCESSING_INSTRUCTION_NODE: 7;
|
|
1672
|
-
readonly COMMENT_NODE: 8;
|
|
1673
|
-
readonly DOCUMENT_NODE: 9;
|
|
1674
|
-
readonly DOCUMENT_TYPE_NODE: 10;
|
|
1675
|
-
readonly DOCUMENT_FRAGMENT_NODE: 11;
|
|
1676
|
-
readonly NOTATION_NODE: 12;
|
|
1677
|
-
readonly DOCUMENT_POSITION_DISCONNECTED: 1;
|
|
1678
|
-
readonly DOCUMENT_POSITION_PRECEDING: 2;
|
|
1679
|
-
readonly DOCUMENT_POSITION_FOLLOWING: 4;
|
|
1680
|
-
readonly DOCUMENT_POSITION_CONTAINS: 8;
|
|
1681
|
-
readonly DOCUMENT_POSITION_CONTAINED_BY: 16;
|
|
1682
|
-
readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: 32;
|
|
1683
|
-
dispatchEvent(event: Event): boolean;
|
|
1684
|
-
ariaActiveDescendantElement: Element | null;
|
|
1685
|
-
ariaAtomic: string | null;
|
|
1686
|
-
ariaAutoComplete: string | null;
|
|
1687
|
-
ariaBrailleLabel: string | null;
|
|
1688
|
-
ariaBrailleRoleDescription: string | null;
|
|
1689
|
-
ariaBusy: string | null;
|
|
1690
|
-
ariaChecked: string | null;
|
|
1691
|
-
ariaColCount: string | null;
|
|
1692
|
-
ariaColIndex: string | null;
|
|
1693
|
-
ariaColIndexText: string | null;
|
|
1694
|
-
ariaColSpan: string | null;
|
|
1695
|
-
ariaControlsElements: ReadonlyArray<Element> | null;
|
|
1696
|
-
ariaCurrent: string | null;
|
|
1697
|
-
ariaDescribedByElements: ReadonlyArray<Element> | null;
|
|
1698
|
-
ariaDescription: string | null;
|
|
1699
|
-
ariaDetailsElements: ReadonlyArray<Element> | null;
|
|
1700
|
-
ariaDisabled: string | null;
|
|
1701
|
-
ariaErrorMessageElements: ReadonlyArray<Element> | null;
|
|
1702
|
-
ariaExpanded: string | null;
|
|
1703
|
-
ariaFlowToElements: ReadonlyArray<Element> | null;
|
|
1704
|
-
ariaHasPopup: string | null;
|
|
1705
|
-
ariaHidden: string | null;
|
|
1706
|
-
ariaInvalid: string | null;
|
|
1707
|
-
ariaKeyShortcuts: string | null;
|
|
1708
|
-
ariaLabel: string | null;
|
|
1709
|
-
ariaLabelledByElements: ReadonlyArray<Element> | null;
|
|
1710
|
-
ariaLevel: string | null;
|
|
1711
|
-
ariaLive: string | null;
|
|
1712
|
-
ariaModal: string | null;
|
|
1713
|
-
ariaMultiLine: string | null;
|
|
1714
|
-
ariaMultiSelectable: string | null;
|
|
1715
|
-
ariaOrientation: string | null;
|
|
1716
|
-
ariaOwnsElements: ReadonlyArray<Element> | null;
|
|
1717
|
-
ariaPlaceholder: string | null;
|
|
1718
|
-
ariaPosInSet: string | null;
|
|
1719
|
-
ariaPressed: string | null;
|
|
1720
|
-
ariaReadOnly: string | null;
|
|
1721
|
-
ariaRelevant: string | null;
|
|
1722
|
-
ariaRequired: string | null;
|
|
1723
|
-
ariaRoleDescription: string | null;
|
|
1724
|
-
ariaRowCount: string | null;
|
|
1725
|
-
ariaRowIndex: string | null;
|
|
1726
|
-
ariaRowIndexText: string | null;
|
|
1727
|
-
ariaRowSpan: string | null;
|
|
1728
|
-
ariaSelected: string | null;
|
|
1729
|
-
ariaSetSize: string | null;
|
|
1730
|
-
ariaSort: string | null;
|
|
1731
|
-
ariaValueMax: string | null;
|
|
1732
|
-
ariaValueMin: string | null;
|
|
1733
|
-
ariaValueNow: string | null;
|
|
1734
|
-
ariaValueText: string | null;
|
|
1735
|
-
role: string | null;
|
|
1736
|
-
animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions): Animation;
|
|
1737
|
-
getAnimations(options?: GetAnimationsOptions): Animation[];
|
|
1738
|
-
after(...nodes: (Node | string)[]): void;
|
|
1739
|
-
before(...nodes: (Node | string)[]): void;
|
|
1740
|
-
remove(): void;
|
|
1741
|
-
replaceWith(...nodes: (Node | string)[]): void;
|
|
1742
|
-
readonly nextElementSibling: Element | null;
|
|
1743
|
-
readonly previousElementSibling: Element | null;
|
|
1744
|
-
readonly childElementCount: number;
|
|
1745
|
-
readonly children: HTMLCollection;
|
|
1746
|
-
readonly firstElementChild: Element | null;
|
|
1747
|
-
readonly lastElementChild: Element | null;
|
|
1748
|
-
append(...nodes: (Node | string)[]): void;
|
|
1749
|
-
prepend(...nodes: (Node | string)[]): void;
|
|
1750
|
-
querySelector<K extends keyof HTMLElementTagNameMap>(selectors: K): HTMLElementTagNameMap[K] | null;
|
|
1751
|
-
querySelector<K extends keyof SVGElementTagNameMap>(selectors: K): SVGElementTagNameMap[K] | null;
|
|
1752
|
-
querySelector<K extends keyof MathMLElementTagNameMap>(selectors: K): MathMLElementTagNameMap[K] | null;
|
|
1753
|
-
querySelector<K extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K): HTMLElementDeprecatedTagNameMap[K] | null;
|
|
1754
|
-
querySelector<E extends Element = Element>(selectors: string): E | null;
|
|
1755
|
-
querySelectorAll<K extends keyof HTMLElementTagNameMap>(selectors: K): NodeListOf<HTMLElementTagNameMap[K]>;
|
|
1756
|
-
querySelectorAll<K extends keyof SVGElementTagNameMap>(selectors: K): NodeListOf<SVGElementTagNameMap[K]>;
|
|
1757
|
-
querySelectorAll<K extends keyof MathMLElementTagNameMap>(selectors: K): NodeListOf<MathMLElementTagNameMap[K]>;
|
|
1758
|
-
querySelectorAll<K extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K): NodeListOf<HTMLElementDeprecatedTagNameMap[K]>;
|
|
1759
|
-
querySelectorAll<E extends Element = Element>(selectors: string): NodeListOf<E>;
|
|
1760
|
-
replaceChildren(...nodes: (Node | string)[]): void;
|
|
1761
|
-
readonly assignedSlot: HTMLSlotElement | null;
|
|
1762
|
-
readonly attributeStyleMap: StylePropertyMap;
|
|
1763
|
-
get style(): CSSStyleDeclaration;
|
|
1764
|
-
set style(cssText: string): any;
|
|
1765
|
-
contentEditable: string;
|
|
1766
|
-
enterKeyHint: string;
|
|
1767
|
-
inputMode: string;
|
|
1768
|
-
readonly isContentEditable: boolean;
|
|
1769
|
-
onabort: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
|
|
1770
|
-
onanimationcancel: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
1771
|
-
onanimationend: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
1772
|
-
onanimationiteration: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
1773
|
-
onanimationstart: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
1774
|
-
onauxclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1775
|
-
onbeforeinput: ((this: GlobalEventHandlers, ev: InputEvent) => any) | null;
|
|
1776
|
-
onbeforematch: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1777
|
-
onbeforetoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
|
|
1778
|
-
onblur: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
|
|
1779
|
-
oncancel: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1780
|
-
oncanplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1781
|
-
oncanplaythrough: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1782
|
-
onchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1783
|
-
onclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1784
|
-
onclose: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1785
|
-
oncontextlost: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1786
|
-
oncontextmenu: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1787
|
-
oncontextrestored: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1788
|
-
oncopy: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
1789
|
-
oncuechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1790
|
-
oncut: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
1791
|
-
ondblclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
1792
|
-
ondrag: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
1793
|
-
ondragend: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
1794
|
-
ondragenter: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
1795
|
-
ondragleave: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
1796
|
-
ondragover: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
1797
|
-
ondragstart: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
1798
|
-
ondrop: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
1799
|
-
ondurationchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1800
|
-
onemptied: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1801
|
-
onended: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1802
|
-
onerror: OnErrorEventHandler;
|
|
1803
|
-
onfocus: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
|
|
1804
|
-
onformdata: ((this: GlobalEventHandlers, ev: FormDataEvent) => any) | null;
|
|
1805
|
-
ongotpointercapture: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1806
|
-
oninput: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1807
|
-
oninvalid: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1808
|
-
onkeydown: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
|
|
1809
|
-
onkeypress: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
|
|
1810
|
-
onkeyup: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
|
|
1811
|
-
onload: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1812
|
-
onloadeddata: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1813
|
-
onloadedmetadata: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1814
|
-
onloadstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1815
|
-
onlostpointercapture: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1816
|
-
onmousedown: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
1817
|
-
onmouseenter: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
1818
|
-
onmouseleave: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
1819
|
-
onmousemove: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
1820
|
-
onmouseout: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
1821
|
-
onmouseover: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
1822
|
-
onmouseup: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
1823
|
-
onpaste: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
1824
|
-
onpause: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1825
|
-
onplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1826
|
-
onplaying: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1827
|
-
onpointercancel: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1828
|
-
onpointerdown: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1829
|
-
onpointerenter: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1830
|
-
onpointerleave: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1831
|
-
onpointermove: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1832
|
-
onpointerout: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1833
|
-
onpointerover: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1834
|
-
onpointerrawupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1835
|
-
onpointerup: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1836
|
-
onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent) => any) | null;
|
|
1837
|
-
onratechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1838
|
-
onreset: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1839
|
-
onresize: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
|
|
1840
|
-
onscroll: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1841
|
-
onscrollend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1842
|
-
onsecuritypolicyviolation: ((this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any) | null;
|
|
1843
|
-
onseeked: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1844
|
-
onseeking: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1845
|
-
onselect: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1846
|
-
onselectionchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1847
|
-
onselectstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1848
|
-
onslotchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1849
|
-
onstalled: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1850
|
-
onsubmit: ((this: GlobalEventHandlers, ev: SubmitEvent) => any) | null;
|
|
1851
|
-
onsuspend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1852
|
-
ontimeupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1853
|
-
ontoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
|
|
1854
|
-
ontouchcancel?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
1855
|
-
ontouchend?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
1856
|
-
ontouchmove?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
1857
|
-
ontouchstart?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
1858
|
-
ontransitioncancel: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
1859
|
-
ontransitionend: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
1860
|
-
ontransitionrun: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
1861
|
-
ontransitionstart: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
1862
|
-
onvolumechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1863
|
-
onwaiting: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1864
|
-
onwebkitanimationend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1865
|
-
onwebkitanimationiteration: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1866
|
-
onwebkitanimationstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1867
|
-
onwebkittransitionend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1868
|
-
onwheel: ((this: GlobalEventHandlers, ev: WheelEvent) => any) | null;
|
|
1869
|
-
autofocus: boolean;
|
|
1870
|
-
readonly dataset: DOMStringMap;
|
|
1871
|
-
nonce?: string;
|
|
1872
|
-
tabIndex: number;
|
|
1873
|
-
blur(): void;
|
|
1874
|
-
focus(options?: FocusOptions): void;
|
|
1875
|
-
readonly $fastController: Controller;
|
|
1876
|
-
$emit(type: string, detail?: any, options?: Omit<CustomEventInit, "detail">): boolean | void;
|
|
1877
|
-
attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
|
|
1878
|
-
};
|
|
1535
|
+
declare const GenesisGridDatasourceElement_base: new () => HTMLElement & FASTElement & DatasourceEventHandlerElement;
|
|
1879
1536
|
|
|
1880
1537
|
/**
|
|
1881
1538
|
* Helper function to get ColDef {@link https://www.ag-grid.com/javascript-data-grid/column-properties/} for Actions Menu Renderer.
|
|
@@ -2056,7 +1713,7 @@ export declare const getTextFieldRendererTemplate: (designSystem?: string) => Vi
|
|
|
2056
1713
|
* @public
|
|
2057
1714
|
* @deprecated - Use getTextFieldRendererTemplate instead
|
|
2058
1715
|
*/
|
|
2059
|
-
export declare const getTextRendererTemplate:
|
|
1716
|
+
export declare const getTextRendererTemplate: typeof getTextFieldRendererTemplate;
|
|
2060
1717
|
|
|
2061
1718
|
/**
|
|
2062
1719
|
* Event fired when grid is ready
|
|
@@ -2548,373 +2205,7 @@ export declare class GridPro extends GridPro_base {
|
|
|
2548
2205
|
private destroyFontFace;
|
|
2549
2206
|
}
|
|
2550
2207
|
|
|
2551
|
-
declare const GridPro_base:
|
|
2552
|
-
#_container: FoundationLayoutContainer | LayoutCacheContainer | DOMContainer;
|
|
2553
|
-
#_latestTokenCode: string;
|
|
2554
|
-
#_hasFirstLoaded: boolean;
|
|
2555
|
-
#_cleanupTimeout: NodeJS.Timeout;
|
|
2556
|
-
#_shouldForceLifecycle: boolean;
|
|
2557
|
-
#_blockedDisconnectSurvivedGracePeriod: boolean;
|
|
2558
|
-
cloneNode(deep?: boolean): Node;
|
|
2559
|
-
deepClone(): Node;
|
|
2560
|
-
get shouldRunDisconnect(): boolean;
|
|
2561
|
-
get shouldRunConnect(): boolean;
|
|
2562
|
-
#_blockLifecycleDueToTokenChange(lifecycleType: "connect" | "disconnect" | "reconnect"): boolean;
|
|
2563
|
-
#_tryFindContainingLayout(e: Element): FoundationLayoutContainer | LayoutCacheContainer | DOMContainer;
|
|
2564
|
-
connectedCallback(): void;
|
|
2565
|
-
readonly $fastController: Controller;
|
|
2566
|
-
$emit(type: string, detail?: any, options?: Omit<CustomEventInit, "detail">): boolean | void;
|
|
2567
|
-
disconnectedCallback(): void;
|
|
2568
|
-
attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
|
|
2569
|
-
accessKey: string;
|
|
2570
|
-
readonly accessKeyLabel: string;
|
|
2571
|
-
autocapitalize: string;
|
|
2572
|
-
autocorrect: boolean;
|
|
2573
|
-
dir: string;
|
|
2574
|
-
draggable: boolean;
|
|
2575
|
-
hidden: boolean;
|
|
2576
|
-
inert: boolean;
|
|
2577
|
-
innerText: string;
|
|
2578
|
-
lang: string;
|
|
2579
|
-
readonly offsetHeight: number;
|
|
2580
|
-
readonly offsetLeft: number;
|
|
2581
|
-
readonly offsetParent: Element | null;
|
|
2582
|
-
readonly offsetTop: number;
|
|
2583
|
-
readonly offsetWidth: number;
|
|
2584
|
-
outerText: string;
|
|
2585
|
-
popover: string | null;
|
|
2586
|
-
spellcheck: boolean;
|
|
2587
|
-
title: string;
|
|
2588
|
-
translate: boolean;
|
|
2589
|
-
writingSuggestions: string;
|
|
2590
|
-
attachInternals(): ElementInternals;
|
|
2591
|
-
click(): void;
|
|
2592
|
-
hidePopover(): void;
|
|
2593
|
-
showPopover(): void;
|
|
2594
|
-
togglePopover(options?: boolean): boolean;
|
|
2595
|
-
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
2596
|
-
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
2597
|
-
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
2598
|
-
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
2599
|
-
readonly attributes: NamedNodeMap;
|
|
2600
|
-
get classList(): DOMTokenList;
|
|
2601
|
-
set classList(value: string): any;
|
|
2602
|
-
className: string;
|
|
2603
|
-
readonly clientHeight: number;
|
|
2604
|
-
readonly clientLeft: number;
|
|
2605
|
-
readonly clientTop: number;
|
|
2606
|
-
readonly clientWidth: number;
|
|
2607
|
-
readonly currentCSSZoom: number;
|
|
2608
|
-
id: string;
|
|
2609
|
-
innerHTML: string;
|
|
2610
|
-
readonly localName: string;
|
|
2611
|
-
readonly namespaceURI: string | null;
|
|
2612
|
-
onfullscreenchange: (this: Element, ev: Event) => any;
|
|
2613
|
-
onfullscreenerror: (this: Element, ev: Event) => any;
|
|
2614
|
-
outerHTML: string;
|
|
2615
|
-
readonly ownerDocument: Document;
|
|
2616
|
-
get part(): DOMTokenList;
|
|
2617
|
-
set part(value: string): any;
|
|
2618
|
-
readonly prefix: string | null;
|
|
2619
|
-
readonly scrollHeight: number;
|
|
2620
|
-
scrollLeft: number;
|
|
2621
|
-
scrollTop: number;
|
|
2622
|
-
readonly scrollWidth: number;
|
|
2623
|
-
readonly shadowRoot: ShadowRoot | null;
|
|
2624
|
-
slot: string;
|
|
2625
|
-
readonly tagName: string;
|
|
2626
|
-
attachShadow(init: ShadowRootInit): ShadowRoot;
|
|
2627
|
-
checkVisibility(options?: CheckVisibilityOptions): boolean;
|
|
2628
|
-
closest<K extends keyof HTMLElementTagNameMap>(selector: K): HTMLElementTagNameMap[K];
|
|
2629
|
-
closest<K extends keyof SVGElementTagNameMap>(selector: K): SVGElementTagNameMap[K];
|
|
2630
|
-
closest<K extends keyof MathMLElementTagNameMap>(selector: K): MathMLElementTagNameMap[K];
|
|
2631
|
-
closest<E extends Element = Element>(selectors: string): E;
|
|
2632
|
-
computedStyleMap(): StylePropertyMapReadOnly;
|
|
2633
|
-
getAttribute(qualifiedName: string): string | null;
|
|
2634
|
-
getAttributeNS(namespace: string | null, localName: string): string | null;
|
|
2635
|
-
getAttributeNames(): string[];
|
|
2636
|
-
getAttributeNode(qualifiedName: string): Attr | null;
|
|
2637
|
-
getAttributeNodeNS(namespace: string | null, localName: string): Attr | null;
|
|
2638
|
-
getBoundingClientRect(): DOMRect;
|
|
2639
|
-
getClientRects(): DOMRectList;
|
|
2640
|
-
getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
|
|
2641
|
-
getElementsByTagName<K extends keyof HTMLElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<HTMLElementTagNameMap[K]>;
|
|
2642
|
-
getElementsByTagName<K extends keyof SVGElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<SVGElementTagNameMap[K]>;
|
|
2643
|
-
getElementsByTagName<K extends keyof MathMLElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<MathMLElementTagNameMap[K]>;
|
|
2644
|
-
getElementsByTagName<K extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K]>;
|
|
2645
|
-
getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
|
|
2646
|
-
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
|
|
2647
|
-
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
|
|
2648
|
-
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1998/Math/MathML", localName: string): HTMLCollectionOf<MathMLElement>;
|
|
2649
|
-
getElementsByTagNameNS(namespace: string | null, localName: string): HTMLCollectionOf<Element>;
|
|
2650
|
-
getHTML(options?: GetHTMLOptions): string;
|
|
2651
|
-
hasAttribute(qualifiedName: string): boolean;
|
|
2652
|
-
hasAttributeNS(namespace: string | null, localName: string): boolean;
|
|
2653
|
-
hasAttributes(): boolean;
|
|
2654
|
-
hasPointerCapture(pointerId: number): boolean;
|
|
2655
|
-
insertAdjacentElement(where: InsertPosition, element: Element): Element | null;
|
|
2656
|
-
insertAdjacentHTML(position: InsertPosition, string: string): void;
|
|
2657
|
-
insertAdjacentText(where: InsertPosition, data: string): void;
|
|
2658
|
-
matches(selectors: string): boolean;
|
|
2659
|
-
releasePointerCapture(pointerId: number): void;
|
|
2660
|
-
removeAttribute(qualifiedName: string): void;
|
|
2661
|
-
removeAttributeNS(namespace: string | null, localName: string): void;
|
|
2662
|
-
removeAttributeNode(attr: Attr): Attr;
|
|
2663
|
-
requestFullscreen(options?: FullscreenOptions): Promise<void>;
|
|
2664
|
-
requestPointerLock(options?: PointerLockOptions): Promise<void>;
|
|
2665
|
-
scroll(options?: ScrollToOptions): void;
|
|
2666
|
-
scroll(x: number, y: number): void;
|
|
2667
|
-
scrollBy(options?: ScrollToOptions): void;
|
|
2668
|
-
scrollBy(x: number, y: number): void;
|
|
2669
|
-
scrollIntoView(arg?: boolean | ScrollIntoViewOptions): void;
|
|
2670
|
-
scrollTo(options?: ScrollToOptions): void;
|
|
2671
|
-
scrollTo(x: number, y: number): void;
|
|
2672
|
-
setAttribute(qualifiedName: string, value: string): void;
|
|
2673
|
-
setAttributeNS(namespace: string | null, qualifiedName: string, value: string): void;
|
|
2674
|
-
setAttributeNode(attr: Attr): Attr | null;
|
|
2675
|
-
setAttributeNodeNS(attr: Attr): Attr | null;
|
|
2676
|
-
setHTMLUnsafe(html: string): void;
|
|
2677
|
-
setPointerCapture(pointerId: number): void;
|
|
2678
|
-
toggleAttribute(qualifiedName: string, force?: boolean): boolean;
|
|
2679
|
-
webkitMatchesSelector(selectors: string): boolean;
|
|
2680
|
-
textContent: string;
|
|
2681
|
-
readonly baseURI: string;
|
|
2682
|
-
readonly childNodes: NodeListOf<ChildNode>;
|
|
2683
|
-
readonly firstChild: ChildNode | null;
|
|
2684
|
-
readonly isConnected: boolean;
|
|
2685
|
-
readonly lastChild: ChildNode | null;
|
|
2686
|
-
readonly nextSibling: ChildNode | null;
|
|
2687
|
-
readonly nodeName: string;
|
|
2688
|
-
readonly nodeType: number;
|
|
2689
|
-
nodeValue: string | null;
|
|
2690
|
-
readonly parentElement: HTMLElement | null;
|
|
2691
|
-
readonly parentNode: ParentNode | null;
|
|
2692
|
-
readonly previousSibling: ChildNode | null;
|
|
2693
|
-
appendChild<T_1 extends Node>(node: T_1): T_1;
|
|
2694
|
-
compareDocumentPosition(other: Node): number;
|
|
2695
|
-
contains(other: Node | null): boolean;
|
|
2696
|
-
getRootNode(options?: GetRootNodeOptions): Node;
|
|
2697
|
-
hasChildNodes(): boolean;
|
|
2698
|
-
insertBefore<T_1 extends Node>(node: T_1, child: Node | null): T_1;
|
|
2699
|
-
isDefaultNamespace(namespace: string | null): boolean;
|
|
2700
|
-
isEqualNode(otherNode: Node | null): boolean;
|
|
2701
|
-
isSameNode(otherNode: Node | null): boolean;
|
|
2702
|
-
lookupNamespaceURI(prefix: string | null): string | null;
|
|
2703
|
-
lookupPrefix(namespace: string | null): string | null;
|
|
2704
|
-
normalize(): void;
|
|
2705
|
-
removeChild<T_1 extends Node>(child: T_1): T_1;
|
|
2706
|
-
replaceChild<T_1 extends Node>(node: Node, child: T_1): T_1;
|
|
2707
|
-
readonly ELEMENT_NODE: 1;
|
|
2708
|
-
readonly ATTRIBUTE_NODE: 2;
|
|
2709
|
-
readonly TEXT_NODE: 3;
|
|
2710
|
-
readonly CDATA_SECTION_NODE: 4;
|
|
2711
|
-
readonly ENTITY_REFERENCE_NODE: 5;
|
|
2712
|
-
readonly ENTITY_NODE: 6;
|
|
2713
|
-
readonly PROCESSING_INSTRUCTION_NODE: 7;
|
|
2714
|
-
readonly COMMENT_NODE: 8;
|
|
2715
|
-
readonly DOCUMENT_NODE: 9;
|
|
2716
|
-
readonly DOCUMENT_TYPE_NODE: 10;
|
|
2717
|
-
readonly DOCUMENT_FRAGMENT_NODE: 11;
|
|
2718
|
-
readonly NOTATION_NODE: 12;
|
|
2719
|
-
readonly DOCUMENT_POSITION_DISCONNECTED: 1;
|
|
2720
|
-
readonly DOCUMENT_POSITION_PRECEDING: 2;
|
|
2721
|
-
readonly DOCUMENT_POSITION_FOLLOWING: 4;
|
|
2722
|
-
readonly DOCUMENT_POSITION_CONTAINS: 8;
|
|
2723
|
-
readonly DOCUMENT_POSITION_CONTAINED_BY: 16;
|
|
2724
|
-
readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: 32;
|
|
2725
|
-
dispatchEvent(event: Event): boolean;
|
|
2726
|
-
ariaActiveDescendantElement: Element | null;
|
|
2727
|
-
ariaAtomic: string | null;
|
|
2728
|
-
ariaAutoComplete: string | null;
|
|
2729
|
-
ariaBrailleLabel: string | null;
|
|
2730
|
-
ariaBrailleRoleDescription: string | null;
|
|
2731
|
-
ariaBusy: string | null;
|
|
2732
|
-
ariaChecked: string | null;
|
|
2733
|
-
ariaColCount: string | null;
|
|
2734
|
-
ariaColIndex: string | null;
|
|
2735
|
-
ariaColIndexText: string | null;
|
|
2736
|
-
ariaColSpan: string | null;
|
|
2737
|
-
ariaControlsElements: ReadonlyArray<Element> | null;
|
|
2738
|
-
ariaCurrent: string | null;
|
|
2739
|
-
ariaDescribedByElements: ReadonlyArray<Element> | null;
|
|
2740
|
-
ariaDescription: string | null;
|
|
2741
|
-
ariaDetailsElements: ReadonlyArray<Element> | null;
|
|
2742
|
-
ariaDisabled: string | null;
|
|
2743
|
-
ariaErrorMessageElements: ReadonlyArray<Element> | null;
|
|
2744
|
-
ariaExpanded: string | null;
|
|
2745
|
-
ariaFlowToElements: ReadonlyArray<Element> | null;
|
|
2746
|
-
ariaHasPopup: string | null;
|
|
2747
|
-
ariaHidden: string | null;
|
|
2748
|
-
ariaInvalid: string | null;
|
|
2749
|
-
ariaKeyShortcuts: string | null;
|
|
2750
|
-
ariaLabel: string | null;
|
|
2751
|
-
ariaLabelledByElements: ReadonlyArray<Element> | null;
|
|
2752
|
-
ariaLevel: string | null;
|
|
2753
|
-
ariaLive: string | null;
|
|
2754
|
-
ariaModal: string | null;
|
|
2755
|
-
ariaMultiLine: string | null;
|
|
2756
|
-
ariaMultiSelectable: string | null;
|
|
2757
|
-
ariaOrientation: string | null;
|
|
2758
|
-
ariaOwnsElements: ReadonlyArray<Element> | null;
|
|
2759
|
-
ariaPlaceholder: string | null;
|
|
2760
|
-
ariaPosInSet: string | null;
|
|
2761
|
-
ariaPressed: string | null;
|
|
2762
|
-
ariaReadOnly: string | null;
|
|
2763
|
-
ariaRelevant: string | null;
|
|
2764
|
-
ariaRequired: string | null;
|
|
2765
|
-
ariaRoleDescription: string | null;
|
|
2766
|
-
ariaRowCount: string | null;
|
|
2767
|
-
ariaRowIndex: string | null;
|
|
2768
|
-
ariaRowIndexText: string | null;
|
|
2769
|
-
ariaRowSpan: string | null;
|
|
2770
|
-
ariaSelected: string | null;
|
|
2771
|
-
ariaSetSize: string | null;
|
|
2772
|
-
ariaSort: string | null;
|
|
2773
|
-
ariaValueMax: string | null;
|
|
2774
|
-
ariaValueMin: string | null;
|
|
2775
|
-
ariaValueNow: string | null;
|
|
2776
|
-
ariaValueText: string | null;
|
|
2777
|
-
role: string | null;
|
|
2778
|
-
animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions): Animation;
|
|
2779
|
-
getAnimations(options?: GetAnimationsOptions): Animation[];
|
|
2780
|
-
after(...nodes: (Node | string)[]): void;
|
|
2781
|
-
before(...nodes: (Node | string)[]): void;
|
|
2782
|
-
remove(): void;
|
|
2783
|
-
replaceWith(...nodes: (Node | string)[]): void;
|
|
2784
|
-
readonly nextElementSibling: Element | null;
|
|
2785
|
-
readonly previousElementSibling: Element | null;
|
|
2786
|
-
readonly childElementCount: number;
|
|
2787
|
-
readonly children: HTMLCollection;
|
|
2788
|
-
readonly firstElementChild: Element | null;
|
|
2789
|
-
readonly lastElementChild: Element | null;
|
|
2790
|
-
append(...nodes: (Node | string)[]): void;
|
|
2791
|
-
prepend(...nodes: (Node | string)[]): void;
|
|
2792
|
-
querySelector<K extends keyof HTMLElementTagNameMap>(selectors: K): HTMLElementTagNameMap[K] | null;
|
|
2793
|
-
querySelector<K extends keyof SVGElementTagNameMap>(selectors: K): SVGElementTagNameMap[K] | null;
|
|
2794
|
-
querySelector<K extends keyof MathMLElementTagNameMap>(selectors: K): MathMLElementTagNameMap[K] | null;
|
|
2795
|
-
querySelector<K extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K): HTMLElementDeprecatedTagNameMap[K] | null;
|
|
2796
|
-
querySelector<E extends Element = Element>(selectors: string): E | null;
|
|
2797
|
-
querySelectorAll<K extends keyof HTMLElementTagNameMap>(selectors: K): NodeListOf<HTMLElementTagNameMap[K]>;
|
|
2798
|
-
querySelectorAll<K extends keyof SVGElementTagNameMap>(selectors: K): NodeListOf<SVGElementTagNameMap[K]>;
|
|
2799
|
-
querySelectorAll<K extends keyof MathMLElementTagNameMap>(selectors: K): NodeListOf<MathMLElementTagNameMap[K]>;
|
|
2800
|
-
querySelectorAll<K extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K): NodeListOf<HTMLElementDeprecatedTagNameMap[K]>;
|
|
2801
|
-
querySelectorAll<E extends Element = Element>(selectors: string): NodeListOf<E>;
|
|
2802
|
-
replaceChildren(...nodes: (Node | string)[]): void;
|
|
2803
|
-
readonly assignedSlot: HTMLSlotElement | null;
|
|
2804
|
-
readonly attributeStyleMap: StylePropertyMap;
|
|
2805
|
-
get style(): CSSStyleDeclaration;
|
|
2806
|
-
set style(cssText: string): any;
|
|
2807
|
-
contentEditable: string;
|
|
2808
|
-
enterKeyHint: string;
|
|
2809
|
-
inputMode: string;
|
|
2810
|
-
readonly isContentEditable: boolean;
|
|
2811
|
-
onabort: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
|
|
2812
|
-
onanimationcancel: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
2813
|
-
onanimationend: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
2814
|
-
onanimationiteration: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
2815
|
-
onanimationstart: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
2816
|
-
onauxclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
2817
|
-
onbeforeinput: ((this: GlobalEventHandlers, ev: InputEvent) => any) | null;
|
|
2818
|
-
onbeforematch: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2819
|
-
onbeforetoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
|
|
2820
|
-
onblur: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
|
|
2821
|
-
oncancel: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2822
|
-
oncanplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2823
|
-
oncanplaythrough: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2824
|
-
onchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2825
|
-
onclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
2826
|
-
onclose: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2827
|
-
oncontextlost: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2828
|
-
oncontextmenu: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
2829
|
-
oncontextrestored: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2830
|
-
oncopy: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
2831
|
-
oncuechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2832
|
-
oncut: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
2833
|
-
ondblclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
2834
|
-
ondrag: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
2835
|
-
ondragend: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
2836
|
-
ondragenter: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
2837
|
-
ondragleave: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
2838
|
-
ondragover: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
2839
|
-
ondragstart: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
2840
|
-
ondrop: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
2841
|
-
ondurationchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2842
|
-
onemptied: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2843
|
-
onended: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2844
|
-
onerror: OnErrorEventHandler;
|
|
2845
|
-
onfocus: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
|
|
2846
|
-
onformdata: ((this: GlobalEventHandlers, ev: FormDataEvent) => any) | null;
|
|
2847
|
-
ongotpointercapture: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
2848
|
-
oninput: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2849
|
-
oninvalid: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2850
|
-
onkeydown: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
|
|
2851
|
-
onkeypress: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
|
|
2852
|
-
onkeyup: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
|
|
2853
|
-
onload: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2854
|
-
onloadeddata: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2855
|
-
onloadedmetadata: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2856
|
-
onloadstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2857
|
-
onlostpointercapture: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
2858
|
-
onmousedown: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
2859
|
-
onmouseenter: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
2860
|
-
onmouseleave: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
2861
|
-
onmousemove: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
2862
|
-
onmouseout: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
2863
|
-
onmouseover: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
2864
|
-
onmouseup: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
2865
|
-
onpaste: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
2866
|
-
onpause: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2867
|
-
onplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2868
|
-
onplaying: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2869
|
-
onpointercancel: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
2870
|
-
onpointerdown: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
2871
|
-
onpointerenter: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
2872
|
-
onpointerleave: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
2873
|
-
onpointermove: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
2874
|
-
onpointerout: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
2875
|
-
onpointerover: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
2876
|
-
onpointerrawupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2877
|
-
onpointerup: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
2878
|
-
onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent) => any) | null;
|
|
2879
|
-
onratechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2880
|
-
onreset: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2881
|
-
onresize: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
|
|
2882
|
-
onscroll: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2883
|
-
onscrollend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2884
|
-
onsecuritypolicyviolation: ((this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any) | null;
|
|
2885
|
-
onseeked: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2886
|
-
onseeking: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2887
|
-
onselect: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2888
|
-
onselectionchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2889
|
-
onselectstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2890
|
-
onslotchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2891
|
-
onstalled: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2892
|
-
onsubmit: ((this: GlobalEventHandlers, ev: SubmitEvent) => any) | null;
|
|
2893
|
-
onsuspend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2894
|
-
ontimeupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2895
|
-
ontoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
|
|
2896
|
-
ontouchcancel?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
2897
|
-
ontouchend?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
2898
|
-
ontouchmove?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
2899
|
-
ontouchstart?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
2900
|
-
ontransitioncancel: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
2901
|
-
ontransitionend: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
2902
|
-
ontransitionrun: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
2903
|
-
ontransitionstart: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
2904
|
-
onvolumechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2905
|
-
onwaiting: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2906
|
-
onwebkitanimationend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2907
|
-
onwebkitanimationiteration: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2908
|
-
onwebkitanimationstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2909
|
-
onwebkittransitionend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2910
|
-
onwheel: ((this: GlobalEventHandlers, ev: WheelEvent) => any) | null;
|
|
2911
|
-
autofocus: boolean;
|
|
2912
|
-
readonly dataset: DOMStringMap;
|
|
2913
|
-
nonce?: string;
|
|
2914
|
-
tabIndex: number;
|
|
2915
|
-
blur(): void;
|
|
2916
|
-
focus(options?: FocusOptions): void;
|
|
2917
|
-
}) & typeof FoundationElement;
|
|
2208
|
+
declare const GridPro_base: typeof FoundationElement & Constructable<LifecycleElement>;
|
|
2918
2209
|
|
|
2919
2210
|
export declare class GridProBaseDatasource extends GenesisGridDatasourceElement {
|
|
2920
2211
|
protected dataSubWasLoggedOff: boolean;
|
|
@@ -3323,83 +2614,129 @@ export declare class GridProBeta extends GridProBeta_base {
|
|
|
3323
2614
|
* @returns The merged column definitions.
|
|
3324
2615
|
*/
|
|
3325
2616
|
mergeAllColumnDefsAndStates(columnDefs: ColDef_2[], deferredColumnDefsOrState?: boolean): Promise<(ColDef<any> | ColGroupDef<any>)[] | (ColDef_2<any, any> | {
|
|
2617
|
+
filterFramework?: any;
|
|
2618
|
+
floatingFilterComponentFramework?: any;
|
|
2619
|
+
tooltipComponentFramework?: any;
|
|
2620
|
+
cellEditorFramework?: any;
|
|
2621
|
+
headerComponentFramework?: any;
|
|
2622
|
+
columnsMenuParams?: ColumnsMenuParams;
|
|
2623
|
+
suppressMenu?: boolean;
|
|
2624
|
+
cellRendererFramework?: any;
|
|
2625
|
+
suppressCellFlash?: boolean;
|
|
2626
|
+
spanHeaderHeight?: boolean;
|
|
2627
|
+
filter?: any;
|
|
2628
|
+
filterParams?: any;
|
|
2629
|
+
floatingFilterComponent?: any;
|
|
2630
|
+
floatingFilterComponentParams?: any;
|
|
2631
|
+
headerName?: string;
|
|
2632
|
+
headerValueGetter?: string | HeaderValueGetterFunc<any> | HeaderValueGetterFunc_2<any, any, any>;
|
|
2633
|
+
headerTooltip?: string;
|
|
2634
|
+
headerTooltipValueGetter?: HeaderTooltipValueGetterFunc<any, any, any>;
|
|
2635
|
+
headerStyle?: HeaderStyle | HeaderStyleFunc<any, any, any>;
|
|
2636
|
+
headerClass?: string | string[] | ((params: HeaderClassParams<any>) => string | string[] | undefined) | ((params: HeaderClassParams_2<any, any, any>) => string | string[] | undefined);
|
|
2637
|
+
suppressHeaderKeyboardEvent?: SuppressHeaderKeyboardEventFunc<any, any, any> | ((params: SuppressHeaderKeyboardEventParams<any>) => boolean);
|
|
2638
|
+
columnGroupShow?: ColumnGroupShowType;
|
|
2639
|
+
toolPanelClass?: string | string[] | ((params: ToolPanelClassParams<any>) => string | string[] | undefined) | ((params: ToolPanelClassParams_2<any, any, any>) => string | string[] | undefined);
|
|
2640
|
+
suppressColumnsToolPanel?: boolean;
|
|
2641
|
+
suppressFiltersToolPanel?: boolean;
|
|
2642
|
+
tooltipComponent?: any;
|
|
2643
|
+
tooltipComponentParams?: any;
|
|
2644
|
+
pivotKeys?: string[];
|
|
2645
|
+
cellAriaRole?: string;
|
|
2646
|
+
context?: any;
|
|
2647
|
+
wrapHeaderText?: boolean;
|
|
2648
|
+
autoHeaderHeight?: boolean;
|
|
2649
|
+
suppressHeaderContextMenu?: boolean;
|
|
3326
2650
|
colId?: string;
|
|
3327
2651
|
field?: string;
|
|
3328
2652
|
type?: string | string[];
|
|
2653
|
+
cellDataType?: boolean | string;
|
|
2654
|
+
allowFormula?: boolean;
|
|
2655
|
+
calculatedExpression?: string;
|
|
3329
2656
|
valueGetter?: string | ValueGetterFunc<any> | ValueGetterFunc_2<any, any, any>;
|
|
3330
2657
|
valueFormatter?: string | ValueFormatterFunc<any> | ValueFormatterFunc_2<any, any, any>;
|
|
3331
2658
|
refData?: RefData;
|
|
3332
|
-
keyCreator?: ((params: KeyCreatorParams<any, any>) => string)
|
|
3333
|
-
equals?:
|
|
2659
|
+
keyCreator?: KeyCreatorFunc<any, any, any> | ((params: KeyCreatorParams<any, any>) => string);
|
|
2660
|
+
equals?: EqualsFunc<any>;
|
|
3334
2661
|
tooltipField?: string;
|
|
3335
|
-
tooltipValueGetter?: ((params: ITooltipParams<any, any, any>) => string | any)
|
|
2662
|
+
tooltipValueGetter?: TooltipValueGetterFunc<any, any, any> | ((params: ITooltipParams<any, any, any>) => string | any);
|
|
2663
|
+
tooltipComponentSelector?: CellEditorSelectorFunc | CellRendererSelectorFunc;
|
|
3336
2664
|
checkboxSelection?: boolean | CheckboxSelectionCallback<any> | CheckboxSelectionCallback_2<any, any, any>;
|
|
3337
2665
|
showDisabledCheckboxes?: boolean;
|
|
3338
2666
|
icons?: {
|
|
3339
2667
|
[key: string]: string | Function;
|
|
3340
2668
|
};
|
|
3341
2669
|
suppressNavigable?: boolean | SuppressNavigableCallback<any> | SuppressNavigableCallback_2<any, any, any>;
|
|
3342
|
-
|
|
2670
|
+
suppressNoteActions?: boolean | SuppressNoteActionsCallback<any, any, any>;
|
|
2671
|
+
suppressKeyboardEvent?: SuppressKeyboardEventFunc<any, any, any> | ((params: SuppressKeyboardEventParams<any>) => boolean);
|
|
3343
2672
|
suppressPaste?: boolean | SuppressPasteCallback<any> | SuppressPasteCallback_2<any, any, any>;
|
|
3344
2673
|
suppressFillHandle?: boolean;
|
|
3345
2674
|
hide?: boolean | null;
|
|
3346
2675
|
initialHide?: boolean;
|
|
3347
2676
|
lockVisible?: boolean;
|
|
3348
|
-
lockPosition?: boolean |
|
|
2677
|
+
lockPosition?: boolean | 'left' | 'right';
|
|
3349
2678
|
suppressMovable?: boolean;
|
|
2679
|
+
useValueFormatterForExport?: boolean;
|
|
3350
2680
|
editable?: boolean | EditableCallback<any> | EditableCallback_2<any, any, any>;
|
|
2681
|
+
groupRowEditable?: boolean | GroupRowEditableCallback<any, any>;
|
|
2682
|
+
groupRowValueSetter?: boolean | GroupRowValueSetterFunc<any, any> | GroupRowValueSetterOptions<any, any, any>;
|
|
3351
2683
|
valueSetter?: string | ValueSetterFunc<any> | ValueSetterFunc_2<any, any, any>;
|
|
3352
2684
|
valueParser?: string | ValueParserFunc<any, any> | ValueParserFunc_2<any, any, any>;
|
|
3353
2685
|
cellEditor?: any;
|
|
3354
|
-
cellEditorFramework?: any;
|
|
3355
2686
|
cellEditorParams?: any;
|
|
3356
|
-
cellEditorSelector?:
|
|
2687
|
+
cellEditorSelector?: CellEditorSelectorFunc_2<any> | CellEditorSelectorFunc<any, any, any>;
|
|
3357
2688
|
singleClickEdit?: boolean;
|
|
3358
2689
|
cellEditorPopup?: boolean;
|
|
3359
|
-
cellEditorPopupPosition?:
|
|
2690
|
+
cellEditorPopupPosition?: 'over' | 'under';
|
|
2691
|
+
useValueParserForImport?: boolean;
|
|
3360
2692
|
onCellValueChanged?: ((event: NewValueParams<any>) => void) | ((event: NewValueParams_2<any, any, any>) => void);
|
|
3361
2693
|
onCellClicked?: ((event: CellClickedEvent<any, any>) => void) | ((event: CellClickedEvent_2<any, any, any>) => void);
|
|
3362
2694
|
onCellDoubleClicked?: ((event: CellDoubleClickedEvent<any, any>) => void) | ((event: CellDoubleClickedEvent_2<any, any, any>) => void);
|
|
3363
2695
|
onCellContextMenu?: ((event: CellContextMenuEvent<any, any>) => void) | ((event: CellContextMenuEvent_2<any, any, any>) => void);
|
|
3364
|
-
getQuickFilterText?: ((params: GetQuickFilterTextParams<any, any>) => string)
|
|
2696
|
+
getQuickFilterText?: GetQuickFilterText<any, any, any> | ((params: GetQuickFilterTextParams<any, any>) => string);
|
|
3365
2697
|
filterValueGetter?: string | ValueGetterFunc<any> | ValueGetterFunc_2<any, any, any>;
|
|
3366
2698
|
floatingFilter?: boolean;
|
|
3367
|
-
|
|
3368
|
-
|
|
2699
|
+
suppressFloatingFilterButton?: boolean;
|
|
2700
|
+
dateComponent?: any;
|
|
2701
|
+
dateComponentParams?: any;
|
|
2702
|
+
getFindText?: GetFindTextFunc<any, any, any>;
|
|
3369
2703
|
headerComponent?: any;
|
|
3370
|
-
headerComponentFramework?: any;
|
|
3371
2704
|
headerComponentParams?: any;
|
|
3372
2705
|
menuTabs?: ColumnMenuTab[];
|
|
3373
|
-
|
|
3374
|
-
|
|
2706
|
+
columnChooserParams?: ColumnChooserParams;
|
|
2707
|
+
suppressHeaderMenuButton?: boolean;
|
|
2708
|
+
suppressHeaderFilterButton?: boolean;
|
|
2709
|
+
mainMenuItems?: (MenuItemDef<any, any> | DefaultMenuItem)[] | GetMainMenuItems<any>;
|
|
2710
|
+
contextMenuItems?: (MenuItemDef<any, any> | DefaultMenuItem)[] | GetContextMenuItems<any>;
|
|
3375
2711
|
headerCheckboxSelection?: boolean | HeaderCheckboxSelectionCallback<any> | HeaderCheckboxSelectionCallback_2<any, any, any>;
|
|
3376
2712
|
headerCheckboxSelectionFilteredOnly?: boolean;
|
|
3377
2713
|
headerCheckboxSelectionCurrentPageOnly?: boolean;
|
|
3378
|
-
chartDataType?:
|
|
3379
|
-
pinned?: boolean |
|
|
3380
|
-
initialPinned?: boolean |
|
|
2714
|
+
chartDataType?: 'category' | 'series' | 'time' | 'excluded';
|
|
2715
|
+
pinned?: boolean | 'left' | 'right' | null;
|
|
2716
|
+
initialPinned?: boolean | 'left' | 'right';
|
|
3381
2717
|
lockPinned?: boolean;
|
|
3382
2718
|
pivot?: boolean | null;
|
|
3383
2719
|
initialPivot?: boolean;
|
|
3384
2720
|
pivotIndex?: number | null;
|
|
3385
2721
|
initialPivotIndex?: number;
|
|
3386
|
-
pivotComparator?:
|
|
2722
|
+
pivotComparator?: PivotComparatorFunc;
|
|
3387
2723
|
enablePivot?: boolean;
|
|
3388
2724
|
cellStyle?: CellStyle | CellStyleFunc<any> | CellStyleFunc_2<any, any, any>;
|
|
3389
2725
|
cellClass?: string | string[] | CellClassFunc<any> | CellClassFunc_2<any, any, any>;
|
|
3390
2726
|
cellClassRules?: CellClassRules<any> | CellClassRules_2<any, any, any>;
|
|
3391
2727
|
cellRenderer?: any;
|
|
3392
|
-
cellRendererFramework?: any;
|
|
3393
2728
|
cellRendererParams?: any;
|
|
3394
|
-
cellRendererSelector?:
|
|
2729
|
+
cellRendererSelector?: CellRendererSelectorFunc_2<any> | CellRendererSelectorFunc<any, any, any>;
|
|
2730
|
+
loadingCellRenderer?: any;
|
|
2731
|
+
loadingCellRendererParams?: any;
|
|
2732
|
+
loadingCellRendererSelector?: ILoadingCellRendererSelectorFunc<any, any, any>;
|
|
3395
2733
|
autoHeight?: boolean;
|
|
3396
2734
|
wrapText?: boolean;
|
|
3397
2735
|
enableCellChangeFlash?: boolean;
|
|
3398
|
-
suppressCellFlash?: boolean;
|
|
3399
2736
|
rowDrag?: boolean | RowDragCallback<any> | RowDragCallback_2<any, any, any>;
|
|
3400
2737
|
rowDragText?: RowDragTextFunc | ((params: IRowDragItem, dragItemCount: number) => string);
|
|
3401
2738
|
dndSource?: boolean | DndSourceCallback<any> | DndSourceCallback_2<any, any, any>;
|
|
3402
|
-
dndSourceOnRowDrag?: ((params: DndSourceOnRowDragParams<any>) => void)
|
|
2739
|
+
dndSourceOnRowDrag?: DndSourceOnRowDragFunc<any, any> | ((params: DndSourceOnRowDragParams<any>) => void);
|
|
3403
2740
|
rowGroup?: boolean | null;
|
|
3404
2741
|
initialRowGroup?: boolean;
|
|
3405
2742
|
rowGroupIndex?: number | null;
|
|
@@ -3408,19 +2745,28 @@ export declare class GridProBeta extends GridProBeta_base {
|
|
|
3408
2745
|
enableValue?: boolean;
|
|
3409
2746
|
aggFunc?: string | IAggFunc<any, any> | IAggFunc_2<any, any, any>;
|
|
3410
2747
|
initialAggFunc?: string | IAggFunc<any, any> | IAggFunc_2<any, any, any>;
|
|
2748
|
+
valueIndex?: number;
|
|
2749
|
+
initialValueIndex?: number;
|
|
3411
2750
|
defaultAggFunc?: string;
|
|
3412
2751
|
allowedAggFuncs?: string[];
|
|
2752
|
+
showValuesAs?: ShowValuesAsType | ShowValuesAs | null;
|
|
2753
|
+
initialShowValuesAs?: ShowValuesAsType | ShowValuesAs;
|
|
2754
|
+
showValuesAsDef?: ShowValuesAsDef<any, any>;
|
|
2755
|
+
enableShowValuesAs?: boolean;
|
|
2756
|
+
rowGroupingHierarchy?: (string | ColDef_2<any, any>)[];
|
|
2757
|
+
groupHierarchy?: (string | ColDef_2<any, any>)[];
|
|
3413
2758
|
showRowGroup?: string | boolean;
|
|
3414
2759
|
sortable?: boolean;
|
|
3415
|
-
sort?:
|
|
3416
|
-
initialSort?:
|
|
2760
|
+
sort?: SortDirection | SortDef;
|
|
2761
|
+
initialSort?: SortDirection | SortDef;
|
|
3417
2762
|
sortIndex?: number | null;
|
|
3418
2763
|
initialSortIndex?: number;
|
|
3419
2764
|
sortingOrder?: (SortDirection | SortDef)[];
|
|
3420
|
-
comparator?: ((valueA: any, valueB: any, nodeA: IRowNode<any>, nodeB: IRowNode<any>, isDescending: boolean) => number)
|
|
2765
|
+
comparator?: Partial<Record<SortType, SortComparatorFn<any, any>>> | SortComparatorFn<any, any> | ((valueA: any, valueB: any, nodeA: IRowNode<any>, nodeB: IRowNode<any>, isDescending: boolean) => number);
|
|
3421
2766
|
unSortIcon?: boolean;
|
|
3422
|
-
colSpan?: ((params: ColSpanParams<any>) => number)
|
|
3423
|
-
rowSpan?: ((params: RowSpanParams<any>) => number)
|
|
2767
|
+
colSpan?: ColSpanFunc<any, any, any> | ((params: ColSpanParams<any>) => number);
|
|
2768
|
+
rowSpan?: RowSpanFunc<any, any, any> | ((params: RowSpanParams<any>) => number);
|
|
2769
|
+
spanRows?: boolean | SpanRowsFunc<any, any, any>;
|
|
3424
2770
|
width?: number;
|
|
3425
2771
|
initialWidth?: number;
|
|
3426
2772
|
minWidth?: number;
|
|
@@ -3432,62 +2778,7 @@ export declare class GridProBeta extends GridProBeta_base {
|
|
|
3432
2778
|
suppressAutoSize?: boolean;
|
|
3433
2779
|
pivotValueColumn?: Column | Column_2<any>;
|
|
3434
2780
|
pivotTotalColumnIds?: string[];
|
|
3435
|
-
spanHeaderHeight?: boolean;
|
|
3436
|
-
headerName?: string;
|
|
3437
|
-
headerValueGetter?: string | HeaderValueGetterFunc<any> | HeaderValueGetterFunc_2<any, any, any>;
|
|
3438
|
-
headerTooltip?: string;
|
|
3439
|
-
headerClass?: string | string[] | ((params: HeaderClassParams<any>) => string | string[] | undefined) | ((params: HeaderClassParams_2<any, any, any>) => string | string[] | undefined);
|
|
3440
|
-
suppressHeaderKeyboardEvent?: ((params: SuppressHeaderKeyboardEventParams<any>) => boolean) | SuppressHeaderKeyboardEventFunc<any, any, any>;
|
|
3441
|
-
columnGroupShow?: "open" | "closed";
|
|
3442
|
-
toolPanelClass?: string | string[] | ((params: ToolPanelClassParams<any>) => string | string[] | undefined) | ((params: ToolPanelClassParams_2<any, any, any>) => string | string[] | undefined);
|
|
3443
|
-
suppressColumnsToolPanel?: boolean;
|
|
3444
|
-
suppressFiltersToolPanel?: boolean;
|
|
3445
|
-
tooltipComponent?: any;
|
|
3446
|
-
tooltipComponentFramework?: any;
|
|
3447
|
-
tooltipComponentParams?: any;
|
|
3448
|
-
pivotKeys?: string[];
|
|
3449
|
-
filter?: any;
|
|
3450
|
-
filterFramework?: any;
|
|
3451
|
-
filterParams?: any;
|
|
3452
|
-
floatingFilterComponent?: any;
|
|
3453
|
-
floatingFilterComponentFramework?: any;
|
|
3454
|
-
floatingFilterComponentParams?: any;
|
|
3455
|
-
cellDataType?: boolean | string;
|
|
3456
|
-
allowFormula?: boolean;
|
|
3457
|
-
calculatedExpression?: string;
|
|
3458
|
-
tooltipComponentSelector?: CellEditorSelectorFunc_2 | CellRendererSelectorFunc_2;
|
|
3459
|
-
suppressNoteActions?: boolean | SuppressNoteActionsCallback<any, any, any>;
|
|
3460
|
-
useValueFormatterForExport?: boolean;
|
|
3461
|
-
groupRowEditable?: boolean | GroupRowEditableCallback<any, any>;
|
|
3462
|
-
groupRowValueSetter?: boolean | GroupRowValueSetterFunc<any, any> | GroupRowValueSetterOptions<any, any, any>;
|
|
3463
|
-
useValueParserForImport?: boolean;
|
|
3464
|
-
suppressFloatingFilterButton?: boolean;
|
|
3465
|
-
dateComponent?: any;
|
|
3466
|
-
dateComponentParams?: any;
|
|
3467
|
-
getFindText?: GetFindTextFunc<any, any, any>;
|
|
3468
|
-
columnChooserParams?: ColumnChooserParams;
|
|
3469
|
-
suppressHeaderMenuButton?: boolean;
|
|
3470
|
-
suppressHeaderFilterButton?: boolean;
|
|
3471
|
-
mainMenuItems?: (MenuItemDef<any, any> | DefaultMenuItem)[] | GetMainMenuItems<any>;
|
|
3472
|
-
contextMenuItems?: (MenuItemDef<any, any> | DefaultMenuItem)[] | GetContextMenuItems<any>;
|
|
3473
|
-
loadingCellRenderer?: any;
|
|
3474
|
-
loadingCellRendererParams?: any;
|
|
3475
|
-
loadingCellRendererSelector?: ILoadingCellRendererSelectorFunc<any, any, any>;
|
|
3476
|
-
valueIndex?: number;
|
|
3477
|
-
initialValueIndex?: number;
|
|
3478
|
-
showValuesAs?: ShowValuesAsType | ShowValuesAs | null;
|
|
3479
|
-
initialShowValuesAs?: ShowValuesAsType | ShowValuesAs;
|
|
3480
|
-
showValuesAsDef?: ShowValuesAsDef<any, any>;
|
|
3481
|
-
enableShowValuesAs?: boolean;
|
|
3482
|
-
rowGroupingHierarchy?: (string | ColDef_2<any, any>)[];
|
|
3483
|
-
groupHierarchy?: (string | ColDef_2<any, any>)[];
|
|
3484
|
-
spanRows?: boolean | SpanRowsFunc<any, any, any>;
|
|
3485
2781
|
suppressSpanHeaderHeight?: boolean;
|
|
3486
|
-
headerTooltipValueGetter?: HeaderTooltipValueGetterFunc<any, any, any>;
|
|
3487
|
-
headerStyle?: HeaderStyle | HeaderStyleFunc<any, any, any>;
|
|
3488
|
-
cellAriaRole?: string;
|
|
3489
|
-
context?: any;
|
|
3490
|
-
suppressHeaderContextMenu?: boolean;
|
|
3491
2782
|
})[]>;
|
|
3492
2783
|
private panelExists;
|
|
3493
2784
|
private addRowCountPanel;
|
|
@@ -3500,373 +2791,7 @@ export declare class GridProBeta extends GridProBeta_base {
|
|
|
3500
2791
|
globalEventListener(eventType: any, event: any): void;
|
|
3501
2792
|
}
|
|
3502
2793
|
|
|
3503
|
-
declare const GridProBeta_base:
|
|
3504
|
-
#_container: FoundationLayoutContainer | LayoutCacheContainer | DOMContainer;
|
|
3505
|
-
#_latestTokenCode: string;
|
|
3506
|
-
#_hasFirstLoaded: boolean;
|
|
3507
|
-
#_cleanupTimeout: NodeJS.Timeout;
|
|
3508
|
-
#_shouldForceLifecycle: boolean;
|
|
3509
|
-
#_blockedDisconnectSurvivedGracePeriod: boolean;
|
|
3510
|
-
cloneNode(deep?: boolean): Node;
|
|
3511
|
-
deepClone(): Node;
|
|
3512
|
-
get shouldRunDisconnect(): boolean;
|
|
3513
|
-
get shouldRunConnect(): boolean;
|
|
3514
|
-
#_blockLifecycleDueToTokenChange(lifecycleType: "connect" | "disconnect" | "reconnect"): boolean;
|
|
3515
|
-
#_tryFindContainingLayout(e: Element): FoundationLayoutContainer | LayoutCacheContainer | DOMContainer;
|
|
3516
|
-
connectedCallback(): void;
|
|
3517
|
-
readonly $fastController: Controller;
|
|
3518
|
-
$emit(type: string, detail?: any, options?: Omit<CustomEventInit, "detail">): boolean | void;
|
|
3519
|
-
disconnectedCallback(): void;
|
|
3520
|
-
attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
|
|
3521
|
-
accessKey: string;
|
|
3522
|
-
readonly accessKeyLabel: string;
|
|
3523
|
-
autocapitalize: string;
|
|
3524
|
-
autocorrect: boolean;
|
|
3525
|
-
dir: string;
|
|
3526
|
-
draggable: boolean;
|
|
3527
|
-
hidden: boolean;
|
|
3528
|
-
inert: boolean;
|
|
3529
|
-
innerText: string;
|
|
3530
|
-
lang: string;
|
|
3531
|
-
readonly offsetHeight: number;
|
|
3532
|
-
readonly offsetLeft: number;
|
|
3533
|
-
readonly offsetParent: Element | null;
|
|
3534
|
-
readonly offsetTop: number;
|
|
3535
|
-
readonly offsetWidth: number;
|
|
3536
|
-
outerText: string;
|
|
3537
|
-
popover: string | null;
|
|
3538
|
-
spellcheck: boolean;
|
|
3539
|
-
title: string;
|
|
3540
|
-
translate: boolean;
|
|
3541
|
-
writingSuggestions: string;
|
|
3542
|
-
attachInternals(): ElementInternals;
|
|
3543
|
-
click(): void;
|
|
3544
|
-
hidePopover(): void;
|
|
3545
|
-
showPopover(): void;
|
|
3546
|
-
togglePopover(options?: boolean): boolean;
|
|
3547
|
-
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
3548
|
-
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
3549
|
-
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
3550
|
-
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
3551
|
-
readonly attributes: NamedNodeMap;
|
|
3552
|
-
get classList(): DOMTokenList;
|
|
3553
|
-
set classList(value: string): any;
|
|
3554
|
-
className: string;
|
|
3555
|
-
readonly clientHeight: number;
|
|
3556
|
-
readonly clientLeft: number;
|
|
3557
|
-
readonly clientTop: number;
|
|
3558
|
-
readonly clientWidth: number;
|
|
3559
|
-
readonly currentCSSZoom: number;
|
|
3560
|
-
id: string;
|
|
3561
|
-
innerHTML: string;
|
|
3562
|
-
readonly localName: string;
|
|
3563
|
-
readonly namespaceURI: string | null;
|
|
3564
|
-
onfullscreenchange: (this: Element, ev: Event) => any;
|
|
3565
|
-
onfullscreenerror: (this: Element, ev: Event) => any;
|
|
3566
|
-
outerHTML: string;
|
|
3567
|
-
readonly ownerDocument: Document;
|
|
3568
|
-
get part(): DOMTokenList;
|
|
3569
|
-
set part(value: string): any;
|
|
3570
|
-
readonly prefix: string | null;
|
|
3571
|
-
readonly scrollHeight: number;
|
|
3572
|
-
scrollLeft: number;
|
|
3573
|
-
scrollTop: number;
|
|
3574
|
-
readonly scrollWidth: number;
|
|
3575
|
-
readonly shadowRoot: ShadowRoot | null;
|
|
3576
|
-
slot: string;
|
|
3577
|
-
readonly tagName: string;
|
|
3578
|
-
attachShadow(init: ShadowRootInit): ShadowRoot;
|
|
3579
|
-
checkVisibility(options?: CheckVisibilityOptions): boolean;
|
|
3580
|
-
closest<K extends keyof HTMLElementTagNameMap>(selector: K): HTMLElementTagNameMap[K];
|
|
3581
|
-
closest<K extends keyof SVGElementTagNameMap>(selector: K): SVGElementTagNameMap[K];
|
|
3582
|
-
closest<K extends keyof MathMLElementTagNameMap>(selector: K): MathMLElementTagNameMap[K];
|
|
3583
|
-
closest<E extends Element = Element>(selectors: string): E;
|
|
3584
|
-
computedStyleMap(): StylePropertyMapReadOnly;
|
|
3585
|
-
getAttribute(qualifiedName: string): string | null;
|
|
3586
|
-
getAttributeNS(namespace: string | null, localName: string): string | null;
|
|
3587
|
-
getAttributeNames(): string[];
|
|
3588
|
-
getAttributeNode(qualifiedName: string): Attr | null;
|
|
3589
|
-
getAttributeNodeNS(namespace: string | null, localName: string): Attr | null;
|
|
3590
|
-
getBoundingClientRect(): DOMRect;
|
|
3591
|
-
getClientRects(): DOMRectList;
|
|
3592
|
-
getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
|
|
3593
|
-
getElementsByTagName<K extends keyof HTMLElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<HTMLElementTagNameMap[K]>;
|
|
3594
|
-
getElementsByTagName<K extends keyof SVGElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<SVGElementTagNameMap[K]>;
|
|
3595
|
-
getElementsByTagName<K extends keyof MathMLElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<MathMLElementTagNameMap[K]>;
|
|
3596
|
-
getElementsByTagName<K extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K]>;
|
|
3597
|
-
getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
|
|
3598
|
-
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
|
|
3599
|
-
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
|
|
3600
|
-
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1998/Math/MathML", localName: string): HTMLCollectionOf<MathMLElement>;
|
|
3601
|
-
getElementsByTagNameNS(namespace: string | null, localName: string): HTMLCollectionOf<Element>;
|
|
3602
|
-
getHTML(options?: GetHTMLOptions): string;
|
|
3603
|
-
hasAttribute(qualifiedName: string): boolean;
|
|
3604
|
-
hasAttributeNS(namespace: string | null, localName: string): boolean;
|
|
3605
|
-
hasAttributes(): boolean;
|
|
3606
|
-
hasPointerCapture(pointerId: number): boolean;
|
|
3607
|
-
insertAdjacentElement(where: InsertPosition, element: Element): Element | null;
|
|
3608
|
-
insertAdjacentHTML(position: InsertPosition, string: string): void;
|
|
3609
|
-
insertAdjacentText(where: InsertPosition, data: string): void;
|
|
3610
|
-
matches(selectors: string): boolean;
|
|
3611
|
-
releasePointerCapture(pointerId: number): void;
|
|
3612
|
-
removeAttribute(qualifiedName: string): void;
|
|
3613
|
-
removeAttributeNS(namespace: string | null, localName: string): void;
|
|
3614
|
-
removeAttributeNode(attr: Attr): Attr;
|
|
3615
|
-
requestFullscreen(options?: FullscreenOptions): Promise<void>;
|
|
3616
|
-
requestPointerLock(options?: PointerLockOptions): Promise<void>;
|
|
3617
|
-
scroll(options?: ScrollToOptions): void;
|
|
3618
|
-
scroll(x: number, y: number): void;
|
|
3619
|
-
scrollBy(options?: ScrollToOptions): void;
|
|
3620
|
-
scrollBy(x: number, y: number): void;
|
|
3621
|
-
scrollIntoView(arg?: boolean | ScrollIntoViewOptions): void;
|
|
3622
|
-
scrollTo(options?: ScrollToOptions): void;
|
|
3623
|
-
scrollTo(x: number, y: number): void;
|
|
3624
|
-
setAttribute(qualifiedName: string, value: string): void;
|
|
3625
|
-
setAttributeNS(namespace: string | null, qualifiedName: string, value: string): void;
|
|
3626
|
-
setAttributeNode(attr: Attr): Attr | null;
|
|
3627
|
-
setAttributeNodeNS(attr: Attr): Attr | null;
|
|
3628
|
-
setHTMLUnsafe(html: string): void;
|
|
3629
|
-
setPointerCapture(pointerId: number): void;
|
|
3630
|
-
toggleAttribute(qualifiedName: string, force?: boolean): boolean;
|
|
3631
|
-
webkitMatchesSelector(selectors: string): boolean;
|
|
3632
|
-
textContent: string;
|
|
3633
|
-
readonly baseURI: string;
|
|
3634
|
-
readonly childNodes: NodeListOf<ChildNode>;
|
|
3635
|
-
readonly firstChild: ChildNode | null;
|
|
3636
|
-
readonly isConnected: boolean;
|
|
3637
|
-
readonly lastChild: ChildNode | null;
|
|
3638
|
-
readonly nextSibling: ChildNode | null;
|
|
3639
|
-
readonly nodeName: string;
|
|
3640
|
-
readonly nodeType: number;
|
|
3641
|
-
nodeValue: string | null;
|
|
3642
|
-
readonly parentElement: HTMLElement | null;
|
|
3643
|
-
readonly parentNode: ParentNode | null;
|
|
3644
|
-
readonly previousSibling: ChildNode | null;
|
|
3645
|
-
appendChild<T_1 extends Node>(node: T_1): T_1;
|
|
3646
|
-
compareDocumentPosition(other: Node): number;
|
|
3647
|
-
contains(other: Node | null): boolean;
|
|
3648
|
-
getRootNode(options?: GetRootNodeOptions): Node;
|
|
3649
|
-
hasChildNodes(): boolean;
|
|
3650
|
-
insertBefore<T_1 extends Node>(node: T_1, child: Node | null): T_1;
|
|
3651
|
-
isDefaultNamespace(namespace: string | null): boolean;
|
|
3652
|
-
isEqualNode(otherNode: Node | null): boolean;
|
|
3653
|
-
isSameNode(otherNode: Node | null): boolean;
|
|
3654
|
-
lookupNamespaceURI(prefix: string | null): string | null;
|
|
3655
|
-
lookupPrefix(namespace: string | null): string | null;
|
|
3656
|
-
normalize(): void;
|
|
3657
|
-
removeChild<T_1 extends Node>(child: T_1): T_1;
|
|
3658
|
-
replaceChild<T_1 extends Node>(node: Node, child: T_1): T_1;
|
|
3659
|
-
readonly ELEMENT_NODE: 1;
|
|
3660
|
-
readonly ATTRIBUTE_NODE: 2;
|
|
3661
|
-
readonly TEXT_NODE: 3;
|
|
3662
|
-
readonly CDATA_SECTION_NODE: 4;
|
|
3663
|
-
readonly ENTITY_REFERENCE_NODE: 5;
|
|
3664
|
-
readonly ENTITY_NODE: 6;
|
|
3665
|
-
readonly PROCESSING_INSTRUCTION_NODE: 7;
|
|
3666
|
-
readonly COMMENT_NODE: 8;
|
|
3667
|
-
readonly DOCUMENT_NODE: 9;
|
|
3668
|
-
readonly DOCUMENT_TYPE_NODE: 10;
|
|
3669
|
-
readonly DOCUMENT_FRAGMENT_NODE: 11;
|
|
3670
|
-
readonly NOTATION_NODE: 12;
|
|
3671
|
-
readonly DOCUMENT_POSITION_DISCONNECTED: 1;
|
|
3672
|
-
readonly DOCUMENT_POSITION_PRECEDING: 2;
|
|
3673
|
-
readonly DOCUMENT_POSITION_FOLLOWING: 4;
|
|
3674
|
-
readonly DOCUMENT_POSITION_CONTAINS: 8;
|
|
3675
|
-
readonly DOCUMENT_POSITION_CONTAINED_BY: 16;
|
|
3676
|
-
readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: 32;
|
|
3677
|
-
dispatchEvent(event: Event): boolean;
|
|
3678
|
-
ariaActiveDescendantElement: Element | null;
|
|
3679
|
-
ariaAtomic: string | null;
|
|
3680
|
-
ariaAutoComplete: string | null;
|
|
3681
|
-
ariaBrailleLabel: string | null;
|
|
3682
|
-
ariaBrailleRoleDescription: string | null;
|
|
3683
|
-
ariaBusy: string | null;
|
|
3684
|
-
ariaChecked: string | null;
|
|
3685
|
-
ariaColCount: string | null;
|
|
3686
|
-
ariaColIndex: string | null;
|
|
3687
|
-
ariaColIndexText: string | null;
|
|
3688
|
-
ariaColSpan: string | null;
|
|
3689
|
-
ariaControlsElements: ReadonlyArray<Element> | null;
|
|
3690
|
-
ariaCurrent: string | null;
|
|
3691
|
-
ariaDescribedByElements: ReadonlyArray<Element> | null;
|
|
3692
|
-
ariaDescription: string | null;
|
|
3693
|
-
ariaDetailsElements: ReadonlyArray<Element> | null;
|
|
3694
|
-
ariaDisabled: string | null;
|
|
3695
|
-
ariaErrorMessageElements: ReadonlyArray<Element> | null;
|
|
3696
|
-
ariaExpanded: string | null;
|
|
3697
|
-
ariaFlowToElements: ReadonlyArray<Element> | null;
|
|
3698
|
-
ariaHasPopup: string | null;
|
|
3699
|
-
ariaHidden: string | null;
|
|
3700
|
-
ariaInvalid: string | null;
|
|
3701
|
-
ariaKeyShortcuts: string | null;
|
|
3702
|
-
ariaLabel: string | null;
|
|
3703
|
-
ariaLabelledByElements: ReadonlyArray<Element> | null;
|
|
3704
|
-
ariaLevel: string | null;
|
|
3705
|
-
ariaLive: string | null;
|
|
3706
|
-
ariaModal: string | null;
|
|
3707
|
-
ariaMultiLine: string | null;
|
|
3708
|
-
ariaMultiSelectable: string | null;
|
|
3709
|
-
ariaOrientation: string | null;
|
|
3710
|
-
ariaOwnsElements: ReadonlyArray<Element> | null;
|
|
3711
|
-
ariaPlaceholder: string | null;
|
|
3712
|
-
ariaPosInSet: string | null;
|
|
3713
|
-
ariaPressed: string | null;
|
|
3714
|
-
ariaReadOnly: string | null;
|
|
3715
|
-
ariaRelevant: string | null;
|
|
3716
|
-
ariaRequired: string | null;
|
|
3717
|
-
ariaRoleDescription: string | null;
|
|
3718
|
-
ariaRowCount: string | null;
|
|
3719
|
-
ariaRowIndex: string | null;
|
|
3720
|
-
ariaRowIndexText: string | null;
|
|
3721
|
-
ariaRowSpan: string | null;
|
|
3722
|
-
ariaSelected: string | null;
|
|
3723
|
-
ariaSetSize: string | null;
|
|
3724
|
-
ariaSort: string | null;
|
|
3725
|
-
ariaValueMax: string | null;
|
|
3726
|
-
ariaValueMin: string | null;
|
|
3727
|
-
ariaValueNow: string | null;
|
|
3728
|
-
ariaValueText: string | null;
|
|
3729
|
-
role: string | null;
|
|
3730
|
-
animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions): Animation;
|
|
3731
|
-
getAnimations(options?: GetAnimationsOptions): Animation[];
|
|
3732
|
-
after(...nodes: (Node | string)[]): void;
|
|
3733
|
-
before(...nodes: (Node | string)[]): void;
|
|
3734
|
-
remove(): void;
|
|
3735
|
-
replaceWith(...nodes: (Node | string)[]): void;
|
|
3736
|
-
readonly nextElementSibling: Element | null;
|
|
3737
|
-
readonly previousElementSibling: Element | null;
|
|
3738
|
-
readonly childElementCount: number;
|
|
3739
|
-
readonly children: HTMLCollection;
|
|
3740
|
-
readonly firstElementChild: Element | null;
|
|
3741
|
-
readonly lastElementChild: Element | null;
|
|
3742
|
-
append(...nodes: (Node | string)[]): void;
|
|
3743
|
-
prepend(...nodes: (Node | string)[]): void;
|
|
3744
|
-
querySelector<K extends keyof HTMLElementTagNameMap>(selectors: K): HTMLElementTagNameMap[K] | null;
|
|
3745
|
-
querySelector<K extends keyof SVGElementTagNameMap>(selectors: K): SVGElementTagNameMap[K] | null;
|
|
3746
|
-
querySelector<K extends keyof MathMLElementTagNameMap>(selectors: K): MathMLElementTagNameMap[K] | null;
|
|
3747
|
-
querySelector<K extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K): HTMLElementDeprecatedTagNameMap[K] | null;
|
|
3748
|
-
querySelector<E extends Element = Element>(selectors: string): E | null;
|
|
3749
|
-
querySelectorAll<K extends keyof HTMLElementTagNameMap>(selectors: K): NodeListOf<HTMLElementTagNameMap[K]>;
|
|
3750
|
-
querySelectorAll<K extends keyof SVGElementTagNameMap>(selectors: K): NodeListOf<SVGElementTagNameMap[K]>;
|
|
3751
|
-
querySelectorAll<K extends keyof MathMLElementTagNameMap>(selectors: K): NodeListOf<MathMLElementTagNameMap[K]>;
|
|
3752
|
-
querySelectorAll<K extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K): NodeListOf<HTMLElementDeprecatedTagNameMap[K]>;
|
|
3753
|
-
querySelectorAll<E extends Element = Element>(selectors: string): NodeListOf<E>;
|
|
3754
|
-
replaceChildren(...nodes: (Node | string)[]): void;
|
|
3755
|
-
readonly assignedSlot: HTMLSlotElement | null;
|
|
3756
|
-
readonly attributeStyleMap: StylePropertyMap;
|
|
3757
|
-
get style(): CSSStyleDeclaration;
|
|
3758
|
-
set style(cssText: string): any;
|
|
3759
|
-
contentEditable: string;
|
|
3760
|
-
enterKeyHint: string;
|
|
3761
|
-
inputMode: string;
|
|
3762
|
-
readonly isContentEditable: boolean;
|
|
3763
|
-
onabort: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
|
|
3764
|
-
onanimationcancel: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
3765
|
-
onanimationend: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
3766
|
-
onanimationiteration: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
3767
|
-
onanimationstart: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
3768
|
-
onauxclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
3769
|
-
onbeforeinput: ((this: GlobalEventHandlers, ev: InputEvent) => any) | null;
|
|
3770
|
-
onbeforematch: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
3771
|
-
onbeforetoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
|
|
3772
|
-
onblur: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
|
|
3773
|
-
oncancel: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
3774
|
-
oncanplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
3775
|
-
oncanplaythrough: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
3776
|
-
onchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
3777
|
-
onclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
3778
|
-
onclose: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
3779
|
-
oncontextlost: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
3780
|
-
oncontextmenu: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
3781
|
-
oncontextrestored: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
3782
|
-
oncopy: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
3783
|
-
oncuechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
3784
|
-
oncut: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
3785
|
-
ondblclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
3786
|
-
ondrag: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
3787
|
-
ondragend: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
3788
|
-
ondragenter: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
3789
|
-
ondragleave: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
3790
|
-
ondragover: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
3791
|
-
ondragstart: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
3792
|
-
ondrop: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
3793
|
-
ondurationchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
3794
|
-
onemptied: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
3795
|
-
onended: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
3796
|
-
onerror: OnErrorEventHandler;
|
|
3797
|
-
onfocus: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
|
|
3798
|
-
onformdata: ((this: GlobalEventHandlers, ev: FormDataEvent) => any) | null;
|
|
3799
|
-
ongotpointercapture: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
3800
|
-
oninput: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
3801
|
-
oninvalid: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
3802
|
-
onkeydown: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
|
|
3803
|
-
onkeypress: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
|
|
3804
|
-
onkeyup: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
|
|
3805
|
-
onload: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
3806
|
-
onloadeddata: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
3807
|
-
onloadedmetadata: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
3808
|
-
onloadstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
3809
|
-
onlostpointercapture: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
3810
|
-
onmousedown: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
3811
|
-
onmouseenter: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
3812
|
-
onmouseleave: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
3813
|
-
onmousemove: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
3814
|
-
onmouseout: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
3815
|
-
onmouseover: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
3816
|
-
onmouseup: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
3817
|
-
onpaste: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
3818
|
-
onpause: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
3819
|
-
onplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
3820
|
-
onplaying: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
3821
|
-
onpointercancel: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
3822
|
-
onpointerdown: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
3823
|
-
onpointerenter: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
3824
|
-
onpointerleave: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
3825
|
-
onpointermove: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
3826
|
-
onpointerout: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
3827
|
-
onpointerover: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
3828
|
-
onpointerrawupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
3829
|
-
onpointerup: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
3830
|
-
onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent) => any) | null;
|
|
3831
|
-
onratechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
3832
|
-
onreset: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
3833
|
-
onresize: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
|
|
3834
|
-
onscroll: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
3835
|
-
onscrollend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
3836
|
-
onsecuritypolicyviolation: ((this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any) | null;
|
|
3837
|
-
onseeked: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
3838
|
-
onseeking: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
3839
|
-
onselect: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
3840
|
-
onselectionchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
3841
|
-
onselectstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
3842
|
-
onslotchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
3843
|
-
onstalled: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
3844
|
-
onsubmit: ((this: GlobalEventHandlers, ev: SubmitEvent) => any) | null;
|
|
3845
|
-
onsuspend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
3846
|
-
ontimeupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
3847
|
-
ontoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
|
|
3848
|
-
ontouchcancel?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
3849
|
-
ontouchend?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
3850
|
-
ontouchmove?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
3851
|
-
ontouchstart?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
3852
|
-
ontransitioncancel: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
3853
|
-
ontransitionend: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
3854
|
-
ontransitionrun: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
3855
|
-
ontransitionstart: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
3856
|
-
onvolumechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
3857
|
-
onwaiting: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
3858
|
-
onwebkitanimationend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
3859
|
-
onwebkitanimationiteration: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
3860
|
-
onwebkitanimationstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
3861
|
-
onwebkittransitionend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
3862
|
-
onwheel: ((this: GlobalEventHandlers, ev: WheelEvent) => any) | null;
|
|
3863
|
-
autofocus: boolean;
|
|
3864
|
-
readonly dataset: DOMStringMap;
|
|
3865
|
-
nonce?: string;
|
|
3866
|
-
tabIndex: number;
|
|
3867
|
-
blur(): void;
|
|
3868
|
-
focus(options?: FocusOptions): void;
|
|
3869
|
-
}) & typeof FoundationElement;
|
|
2794
|
+
declare const GridProBeta_base: typeof FoundationElement & Constructable<LifecycleElement>;
|
|
3870
2795
|
|
|
3871
2796
|
/**
|
|
3872
2797
|
* The available Grid Pro header case types
|
|
@@ -3941,373 +2866,7 @@ export declare class GridProColumn extends GridProColumn_base {
|
|
|
3941
2866
|
deepClone(): Node;
|
|
3942
2867
|
}
|
|
3943
2868
|
|
|
3944
|
-
declare const GridProColumn_base:
|
|
3945
|
-
#_container: FoundationLayoutContainer | LayoutCacheContainer | DOMContainer;
|
|
3946
|
-
#_latestTokenCode: string;
|
|
3947
|
-
#_hasFirstLoaded: boolean;
|
|
3948
|
-
#_cleanupTimeout: NodeJS.Timeout;
|
|
3949
|
-
#_shouldForceLifecycle: boolean;
|
|
3950
|
-
#_blockedDisconnectSurvivedGracePeriod: boolean;
|
|
3951
|
-
cloneNode(deep?: boolean): Node;
|
|
3952
|
-
deepClone(): Node;
|
|
3953
|
-
get shouldRunDisconnect(): boolean;
|
|
3954
|
-
get shouldRunConnect(): boolean;
|
|
3955
|
-
#_blockLifecycleDueToTokenChange(lifecycleType: "connect" | "disconnect" | "reconnect"): boolean;
|
|
3956
|
-
#_tryFindContainingLayout(e: Element): FoundationLayoutContainer | LayoutCacheContainer | DOMContainer;
|
|
3957
|
-
connectedCallback(): void;
|
|
3958
|
-
readonly $fastController: Controller;
|
|
3959
|
-
$emit(type: string, detail?: any, options?: Omit<CustomEventInit, "detail">): boolean | void;
|
|
3960
|
-
disconnectedCallback(): void;
|
|
3961
|
-
attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
|
|
3962
|
-
accessKey: string;
|
|
3963
|
-
readonly accessKeyLabel: string;
|
|
3964
|
-
autocapitalize: string;
|
|
3965
|
-
autocorrect: boolean;
|
|
3966
|
-
dir: string;
|
|
3967
|
-
draggable: boolean;
|
|
3968
|
-
hidden: boolean;
|
|
3969
|
-
inert: boolean;
|
|
3970
|
-
innerText: string;
|
|
3971
|
-
lang: string;
|
|
3972
|
-
readonly offsetHeight: number;
|
|
3973
|
-
readonly offsetLeft: number;
|
|
3974
|
-
readonly offsetParent: Element | null;
|
|
3975
|
-
readonly offsetTop: number;
|
|
3976
|
-
readonly offsetWidth: number;
|
|
3977
|
-
outerText: string;
|
|
3978
|
-
popover: string | null;
|
|
3979
|
-
spellcheck: boolean;
|
|
3980
|
-
title: string;
|
|
3981
|
-
translate: boolean;
|
|
3982
|
-
writingSuggestions: string;
|
|
3983
|
-
attachInternals(): ElementInternals;
|
|
3984
|
-
click(): void;
|
|
3985
|
-
hidePopover(): void;
|
|
3986
|
-
showPopover(): void;
|
|
3987
|
-
togglePopover(options?: boolean): boolean;
|
|
3988
|
-
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
3989
|
-
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
3990
|
-
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
3991
|
-
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
3992
|
-
readonly attributes: NamedNodeMap;
|
|
3993
|
-
get classList(): DOMTokenList;
|
|
3994
|
-
set classList(value: string): any;
|
|
3995
|
-
className: string;
|
|
3996
|
-
readonly clientHeight: number;
|
|
3997
|
-
readonly clientLeft: number;
|
|
3998
|
-
readonly clientTop: number;
|
|
3999
|
-
readonly clientWidth: number;
|
|
4000
|
-
readonly currentCSSZoom: number;
|
|
4001
|
-
id: string;
|
|
4002
|
-
innerHTML: string;
|
|
4003
|
-
readonly localName: string;
|
|
4004
|
-
readonly namespaceURI: string | null;
|
|
4005
|
-
onfullscreenchange: (this: Element, ev: Event) => any;
|
|
4006
|
-
onfullscreenerror: (this: Element, ev: Event) => any;
|
|
4007
|
-
outerHTML: string;
|
|
4008
|
-
readonly ownerDocument: Document;
|
|
4009
|
-
get part(): DOMTokenList;
|
|
4010
|
-
set part(value: string): any;
|
|
4011
|
-
readonly prefix: string | null;
|
|
4012
|
-
readonly scrollHeight: number;
|
|
4013
|
-
scrollLeft: number;
|
|
4014
|
-
scrollTop: number;
|
|
4015
|
-
readonly scrollWidth: number;
|
|
4016
|
-
readonly shadowRoot: ShadowRoot | null;
|
|
4017
|
-
slot: string;
|
|
4018
|
-
readonly tagName: string;
|
|
4019
|
-
attachShadow(init: ShadowRootInit): ShadowRoot;
|
|
4020
|
-
checkVisibility(options?: CheckVisibilityOptions): boolean;
|
|
4021
|
-
closest<K extends keyof HTMLElementTagNameMap>(selector: K): HTMLElementTagNameMap[K];
|
|
4022
|
-
closest<K extends keyof SVGElementTagNameMap>(selector: K): SVGElementTagNameMap[K];
|
|
4023
|
-
closest<K extends keyof MathMLElementTagNameMap>(selector: K): MathMLElementTagNameMap[K];
|
|
4024
|
-
closest<E extends Element = Element>(selectors: string): E;
|
|
4025
|
-
computedStyleMap(): StylePropertyMapReadOnly;
|
|
4026
|
-
getAttribute(qualifiedName: string): string | null;
|
|
4027
|
-
getAttributeNS(namespace: string | null, localName: string): string | null;
|
|
4028
|
-
getAttributeNames(): string[];
|
|
4029
|
-
getAttributeNode(qualifiedName: string): Attr | null;
|
|
4030
|
-
getAttributeNodeNS(namespace: string | null, localName: string): Attr | null;
|
|
4031
|
-
getBoundingClientRect(): DOMRect;
|
|
4032
|
-
getClientRects(): DOMRectList;
|
|
4033
|
-
getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
|
|
4034
|
-
getElementsByTagName<K extends keyof HTMLElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<HTMLElementTagNameMap[K]>;
|
|
4035
|
-
getElementsByTagName<K extends keyof SVGElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<SVGElementTagNameMap[K]>;
|
|
4036
|
-
getElementsByTagName<K extends keyof MathMLElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<MathMLElementTagNameMap[K]>;
|
|
4037
|
-
getElementsByTagName<K extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K]>;
|
|
4038
|
-
getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
|
|
4039
|
-
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
|
|
4040
|
-
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
|
|
4041
|
-
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1998/Math/MathML", localName: string): HTMLCollectionOf<MathMLElement>;
|
|
4042
|
-
getElementsByTagNameNS(namespace: string | null, localName: string): HTMLCollectionOf<Element>;
|
|
4043
|
-
getHTML(options?: GetHTMLOptions): string;
|
|
4044
|
-
hasAttribute(qualifiedName: string): boolean;
|
|
4045
|
-
hasAttributeNS(namespace: string | null, localName: string): boolean;
|
|
4046
|
-
hasAttributes(): boolean;
|
|
4047
|
-
hasPointerCapture(pointerId: number): boolean;
|
|
4048
|
-
insertAdjacentElement(where: InsertPosition, element: Element): Element | null;
|
|
4049
|
-
insertAdjacentHTML(position: InsertPosition, string: string): void;
|
|
4050
|
-
insertAdjacentText(where: InsertPosition, data: string): void;
|
|
4051
|
-
matches(selectors: string): boolean;
|
|
4052
|
-
releasePointerCapture(pointerId: number): void;
|
|
4053
|
-
removeAttribute(qualifiedName: string): void;
|
|
4054
|
-
removeAttributeNS(namespace: string | null, localName: string): void;
|
|
4055
|
-
removeAttributeNode(attr: Attr): Attr;
|
|
4056
|
-
requestFullscreen(options?: FullscreenOptions): Promise<void>;
|
|
4057
|
-
requestPointerLock(options?: PointerLockOptions): Promise<void>;
|
|
4058
|
-
scroll(options?: ScrollToOptions): void;
|
|
4059
|
-
scroll(x: number, y: number): void;
|
|
4060
|
-
scrollBy(options?: ScrollToOptions): void;
|
|
4061
|
-
scrollBy(x: number, y: number): void;
|
|
4062
|
-
scrollIntoView(arg?: boolean | ScrollIntoViewOptions): void;
|
|
4063
|
-
scrollTo(options?: ScrollToOptions): void;
|
|
4064
|
-
scrollTo(x: number, y: number): void;
|
|
4065
|
-
setAttribute(qualifiedName: string, value: string): void;
|
|
4066
|
-
setAttributeNS(namespace: string | null, qualifiedName: string, value: string): void;
|
|
4067
|
-
setAttributeNode(attr: Attr): Attr | null;
|
|
4068
|
-
setAttributeNodeNS(attr: Attr): Attr | null;
|
|
4069
|
-
setHTMLUnsafe(html: string): void;
|
|
4070
|
-
setPointerCapture(pointerId: number): void;
|
|
4071
|
-
toggleAttribute(qualifiedName: string, force?: boolean): boolean;
|
|
4072
|
-
webkitMatchesSelector(selectors: string): boolean;
|
|
4073
|
-
textContent: string;
|
|
4074
|
-
readonly baseURI: string;
|
|
4075
|
-
readonly childNodes: NodeListOf<ChildNode>;
|
|
4076
|
-
readonly firstChild: ChildNode | null;
|
|
4077
|
-
readonly isConnected: boolean;
|
|
4078
|
-
readonly lastChild: ChildNode | null;
|
|
4079
|
-
readonly nextSibling: ChildNode | null;
|
|
4080
|
-
readonly nodeName: string;
|
|
4081
|
-
readonly nodeType: number;
|
|
4082
|
-
nodeValue: string | null;
|
|
4083
|
-
readonly parentElement: HTMLElement | null;
|
|
4084
|
-
readonly parentNode: ParentNode | null;
|
|
4085
|
-
readonly previousSibling: ChildNode | null;
|
|
4086
|
-
appendChild<T_1 extends Node>(node: T_1): T_1;
|
|
4087
|
-
compareDocumentPosition(other: Node): number;
|
|
4088
|
-
contains(other: Node | null): boolean;
|
|
4089
|
-
getRootNode(options?: GetRootNodeOptions): Node;
|
|
4090
|
-
hasChildNodes(): boolean;
|
|
4091
|
-
insertBefore<T_1 extends Node>(node: T_1, child: Node | null): T_1;
|
|
4092
|
-
isDefaultNamespace(namespace: string | null): boolean;
|
|
4093
|
-
isEqualNode(otherNode: Node | null): boolean;
|
|
4094
|
-
isSameNode(otherNode: Node | null): boolean;
|
|
4095
|
-
lookupNamespaceURI(prefix: string | null): string | null;
|
|
4096
|
-
lookupPrefix(namespace: string | null): string | null;
|
|
4097
|
-
normalize(): void;
|
|
4098
|
-
removeChild<T_1 extends Node>(child: T_1): T_1;
|
|
4099
|
-
replaceChild<T_1 extends Node>(node: Node, child: T_1): T_1;
|
|
4100
|
-
readonly ELEMENT_NODE: 1;
|
|
4101
|
-
readonly ATTRIBUTE_NODE: 2;
|
|
4102
|
-
readonly TEXT_NODE: 3;
|
|
4103
|
-
readonly CDATA_SECTION_NODE: 4;
|
|
4104
|
-
readonly ENTITY_REFERENCE_NODE: 5;
|
|
4105
|
-
readonly ENTITY_NODE: 6;
|
|
4106
|
-
readonly PROCESSING_INSTRUCTION_NODE: 7;
|
|
4107
|
-
readonly COMMENT_NODE: 8;
|
|
4108
|
-
readonly DOCUMENT_NODE: 9;
|
|
4109
|
-
readonly DOCUMENT_TYPE_NODE: 10;
|
|
4110
|
-
readonly DOCUMENT_FRAGMENT_NODE: 11;
|
|
4111
|
-
readonly NOTATION_NODE: 12;
|
|
4112
|
-
readonly DOCUMENT_POSITION_DISCONNECTED: 1;
|
|
4113
|
-
readonly DOCUMENT_POSITION_PRECEDING: 2;
|
|
4114
|
-
readonly DOCUMENT_POSITION_FOLLOWING: 4;
|
|
4115
|
-
readonly DOCUMENT_POSITION_CONTAINS: 8;
|
|
4116
|
-
readonly DOCUMENT_POSITION_CONTAINED_BY: 16;
|
|
4117
|
-
readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: 32;
|
|
4118
|
-
dispatchEvent(event: Event): boolean;
|
|
4119
|
-
ariaActiveDescendantElement: Element | null;
|
|
4120
|
-
ariaAtomic: string | null;
|
|
4121
|
-
ariaAutoComplete: string | null;
|
|
4122
|
-
ariaBrailleLabel: string | null;
|
|
4123
|
-
ariaBrailleRoleDescription: string | null;
|
|
4124
|
-
ariaBusy: string | null;
|
|
4125
|
-
ariaChecked: string | null;
|
|
4126
|
-
ariaColCount: string | null;
|
|
4127
|
-
ariaColIndex: string | null;
|
|
4128
|
-
ariaColIndexText: string | null;
|
|
4129
|
-
ariaColSpan: string | null;
|
|
4130
|
-
ariaControlsElements: ReadonlyArray<Element> | null;
|
|
4131
|
-
ariaCurrent: string | null;
|
|
4132
|
-
ariaDescribedByElements: ReadonlyArray<Element> | null;
|
|
4133
|
-
ariaDescription: string | null;
|
|
4134
|
-
ariaDetailsElements: ReadonlyArray<Element> | null;
|
|
4135
|
-
ariaDisabled: string | null;
|
|
4136
|
-
ariaErrorMessageElements: ReadonlyArray<Element> | null;
|
|
4137
|
-
ariaExpanded: string | null;
|
|
4138
|
-
ariaFlowToElements: ReadonlyArray<Element> | null;
|
|
4139
|
-
ariaHasPopup: string | null;
|
|
4140
|
-
ariaHidden: string | null;
|
|
4141
|
-
ariaInvalid: string | null;
|
|
4142
|
-
ariaKeyShortcuts: string | null;
|
|
4143
|
-
ariaLabel: string | null;
|
|
4144
|
-
ariaLabelledByElements: ReadonlyArray<Element> | null;
|
|
4145
|
-
ariaLevel: string | null;
|
|
4146
|
-
ariaLive: string | null;
|
|
4147
|
-
ariaModal: string | null;
|
|
4148
|
-
ariaMultiLine: string | null;
|
|
4149
|
-
ariaMultiSelectable: string | null;
|
|
4150
|
-
ariaOrientation: string | null;
|
|
4151
|
-
ariaOwnsElements: ReadonlyArray<Element> | null;
|
|
4152
|
-
ariaPlaceholder: string | null;
|
|
4153
|
-
ariaPosInSet: string | null;
|
|
4154
|
-
ariaPressed: string | null;
|
|
4155
|
-
ariaReadOnly: string | null;
|
|
4156
|
-
ariaRelevant: string | null;
|
|
4157
|
-
ariaRequired: string | null;
|
|
4158
|
-
ariaRoleDescription: string | null;
|
|
4159
|
-
ariaRowCount: string | null;
|
|
4160
|
-
ariaRowIndex: string | null;
|
|
4161
|
-
ariaRowIndexText: string | null;
|
|
4162
|
-
ariaRowSpan: string | null;
|
|
4163
|
-
ariaSelected: string | null;
|
|
4164
|
-
ariaSetSize: string | null;
|
|
4165
|
-
ariaSort: string | null;
|
|
4166
|
-
ariaValueMax: string | null;
|
|
4167
|
-
ariaValueMin: string | null;
|
|
4168
|
-
ariaValueNow: string | null;
|
|
4169
|
-
ariaValueText: string | null;
|
|
4170
|
-
role: string | null;
|
|
4171
|
-
animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions): Animation;
|
|
4172
|
-
getAnimations(options?: GetAnimationsOptions): Animation[];
|
|
4173
|
-
after(...nodes: (Node | string)[]): void;
|
|
4174
|
-
before(...nodes: (Node | string)[]): void;
|
|
4175
|
-
remove(): void;
|
|
4176
|
-
replaceWith(...nodes: (Node | string)[]): void;
|
|
4177
|
-
readonly nextElementSibling: Element | null;
|
|
4178
|
-
readonly previousElementSibling: Element | null;
|
|
4179
|
-
readonly childElementCount: number;
|
|
4180
|
-
readonly children: HTMLCollection;
|
|
4181
|
-
readonly firstElementChild: Element | null;
|
|
4182
|
-
readonly lastElementChild: Element | null;
|
|
4183
|
-
append(...nodes: (Node | string)[]): void;
|
|
4184
|
-
prepend(...nodes: (Node | string)[]): void;
|
|
4185
|
-
querySelector<K extends keyof HTMLElementTagNameMap>(selectors: K): HTMLElementTagNameMap[K] | null;
|
|
4186
|
-
querySelector<K extends keyof SVGElementTagNameMap>(selectors: K): SVGElementTagNameMap[K] | null;
|
|
4187
|
-
querySelector<K extends keyof MathMLElementTagNameMap>(selectors: K): MathMLElementTagNameMap[K] | null;
|
|
4188
|
-
querySelector<K extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K): HTMLElementDeprecatedTagNameMap[K] | null;
|
|
4189
|
-
querySelector<E extends Element = Element>(selectors: string): E | null;
|
|
4190
|
-
querySelectorAll<K extends keyof HTMLElementTagNameMap>(selectors: K): NodeListOf<HTMLElementTagNameMap[K]>;
|
|
4191
|
-
querySelectorAll<K extends keyof SVGElementTagNameMap>(selectors: K): NodeListOf<SVGElementTagNameMap[K]>;
|
|
4192
|
-
querySelectorAll<K extends keyof MathMLElementTagNameMap>(selectors: K): NodeListOf<MathMLElementTagNameMap[K]>;
|
|
4193
|
-
querySelectorAll<K extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K): NodeListOf<HTMLElementDeprecatedTagNameMap[K]>;
|
|
4194
|
-
querySelectorAll<E extends Element = Element>(selectors: string): NodeListOf<E>;
|
|
4195
|
-
replaceChildren(...nodes: (Node | string)[]): void;
|
|
4196
|
-
readonly assignedSlot: HTMLSlotElement | null;
|
|
4197
|
-
readonly attributeStyleMap: StylePropertyMap;
|
|
4198
|
-
get style(): CSSStyleDeclaration;
|
|
4199
|
-
set style(cssText: string): any;
|
|
4200
|
-
contentEditable: string;
|
|
4201
|
-
enterKeyHint: string;
|
|
4202
|
-
inputMode: string;
|
|
4203
|
-
readonly isContentEditable: boolean;
|
|
4204
|
-
onabort: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
|
|
4205
|
-
onanimationcancel: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
4206
|
-
onanimationend: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
4207
|
-
onanimationiteration: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
4208
|
-
onanimationstart: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
4209
|
-
onauxclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
4210
|
-
onbeforeinput: ((this: GlobalEventHandlers, ev: InputEvent) => any) | null;
|
|
4211
|
-
onbeforematch: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
4212
|
-
onbeforetoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
|
|
4213
|
-
onblur: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
|
|
4214
|
-
oncancel: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
4215
|
-
oncanplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
4216
|
-
oncanplaythrough: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
4217
|
-
onchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
4218
|
-
onclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
4219
|
-
onclose: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
4220
|
-
oncontextlost: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
4221
|
-
oncontextmenu: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
4222
|
-
oncontextrestored: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
4223
|
-
oncopy: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
4224
|
-
oncuechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
4225
|
-
oncut: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
4226
|
-
ondblclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
4227
|
-
ondrag: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
4228
|
-
ondragend: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
4229
|
-
ondragenter: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
4230
|
-
ondragleave: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
4231
|
-
ondragover: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
4232
|
-
ondragstart: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
4233
|
-
ondrop: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
4234
|
-
ondurationchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
4235
|
-
onemptied: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
4236
|
-
onended: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
4237
|
-
onerror: OnErrorEventHandler;
|
|
4238
|
-
onfocus: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
|
|
4239
|
-
onformdata: ((this: GlobalEventHandlers, ev: FormDataEvent) => any) | null;
|
|
4240
|
-
ongotpointercapture: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
4241
|
-
oninput: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
4242
|
-
oninvalid: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
4243
|
-
onkeydown: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
|
|
4244
|
-
onkeypress: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
|
|
4245
|
-
onkeyup: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
|
|
4246
|
-
onload: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
4247
|
-
onloadeddata: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
4248
|
-
onloadedmetadata: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
4249
|
-
onloadstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
4250
|
-
onlostpointercapture: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
4251
|
-
onmousedown: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
4252
|
-
onmouseenter: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
4253
|
-
onmouseleave: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
4254
|
-
onmousemove: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
4255
|
-
onmouseout: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
4256
|
-
onmouseover: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
4257
|
-
onmouseup: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
4258
|
-
onpaste: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
4259
|
-
onpause: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
4260
|
-
onplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
4261
|
-
onplaying: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
4262
|
-
onpointercancel: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
4263
|
-
onpointerdown: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
4264
|
-
onpointerenter: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
4265
|
-
onpointerleave: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
4266
|
-
onpointermove: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
4267
|
-
onpointerout: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
4268
|
-
onpointerover: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
4269
|
-
onpointerrawupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
4270
|
-
onpointerup: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
4271
|
-
onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent) => any) | null;
|
|
4272
|
-
onratechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
4273
|
-
onreset: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
4274
|
-
onresize: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
|
|
4275
|
-
onscroll: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
4276
|
-
onscrollend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
4277
|
-
onsecuritypolicyviolation: ((this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any) | null;
|
|
4278
|
-
onseeked: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
4279
|
-
onseeking: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
4280
|
-
onselect: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
4281
|
-
onselectionchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
4282
|
-
onselectstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
4283
|
-
onslotchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
4284
|
-
onstalled: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
4285
|
-
onsubmit: ((this: GlobalEventHandlers, ev: SubmitEvent) => any) | null;
|
|
4286
|
-
onsuspend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
4287
|
-
ontimeupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
4288
|
-
ontoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
|
|
4289
|
-
ontouchcancel?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
4290
|
-
ontouchend?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
4291
|
-
ontouchmove?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
4292
|
-
ontouchstart?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
4293
|
-
ontransitioncancel: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
4294
|
-
ontransitionend: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
4295
|
-
ontransitionrun: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
4296
|
-
ontransitionstart: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
4297
|
-
onvolumechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
4298
|
-
onwaiting: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
4299
|
-
onwebkitanimationend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
4300
|
-
onwebkitanimationiteration: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
4301
|
-
onwebkitanimationstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
4302
|
-
onwebkittransitionend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
4303
|
-
onwheel: ((this: GlobalEventHandlers, ev: WheelEvent) => any) | null;
|
|
4304
|
-
autofocus: boolean;
|
|
4305
|
-
readonly dataset: DOMStringMap;
|
|
4306
|
-
nonce?: string;
|
|
4307
|
-
tabIndex: number;
|
|
4308
|
-
blur(): void;
|
|
4309
|
-
focus(options?: FocusOptions): void;
|
|
4310
|
-
}) & typeof FoundationElement;
|
|
2869
|
+
declare const GridProColumn_base: typeof FoundationElement & Constructable<LifecycleElement>;
|
|
4311
2870
|
|
|
4312
2871
|
/**
|
|
4313
2872
|
* A directive that renders a set of grid-pro-column elements from a given input binding
|
|
@@ -4338,8 +2897,8 @@ export declare interface GridProErrorItem<GridProErrorItemDetailType> {
|
|
|
4338
2897
|
* @public
|
|
4339
2898
|
*/
|
|
4340
2899
|
export declare const gridProErrorNames: {
|
|
4341
|
-
readonly datasource:
|
|
4342
|
-
readonly unknown:
|
|
2900
|
+
readonly datasource: 'datasource';
|
|
2901
|
+
readonly unknown: 'unknown';
|
|
4343
2902
|
};
|
|
4344
2903
|
|
|
4345
2904
|
/**
|
|
@@ -4561,373 +3120,7 @@ export declare class GridProGenesisDatasource extends GridProGenesisDatasource_b
|
|
|
4561
3120
|
loadMore(): void;
|
|
4562
3121
|
}
|
|
4563
3122
|
|
|
4564
|
-
declare const GridProGenesisDatasource_base:
|
|
4565
|
-
#_container: FoundationLayoutContainer | LayoutCacheContainer | DOMContainer;
|
|
4566
|
-
#_latestTokenCode: string;
|
|
4567
|
-
#_hasFirstLoaded: boolean;
|
|
4568
|
-
#_cleanupTimeout: NodeJS.Timeout;
|
|
4569
|
-
#_shouldForceLifecycle: boolean;
|
|
4570
|
-
#_blockedDisconnectSurvivedGracePeriod: boolean;
|
|
4571
|
-
cloneNode(deep?: boolean): Node;
|
|
4572
|
-
deepClone(): Node;
|
|
4573
|
-
get shouldRunDisconnect(): boolean;
|
|
4574
|
-
get shouldRunConnect(): boolean;
|
|
4575
|
-
#_blockLifecycleDueToTokenChange(lifecycleType: "connect" | "disconnect" | "reconnect"): boolean;
|
|
4576
|
-
#_tryFindContainingLayout(e: Element): FoundationLayoutContainer | LayoutCacheContainer | DOMContainer;
|
|
4577
|
-
connectedCallback(): void;
|
|
4578
|
-
readonly $fastController: Controller;
|
|
4579
|
-
$emit(type: string, detail?: any, options?: Omit<CustomEventInit, "detail">): boolean | void;
|
|
4580
|
-
disconnectedCallback(): void;
|
|
4581
|
-
attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
|
|
4582
|
-
accessKey: string;
|
|
4583
|
-
readonly accessKeyLabel: string;
|
|
4584
|
-
autocapitalize: string;
|
|
4585
|
-
autocorrect: boolean;
|
|
4586
|
-
dir: string;
|
|
4587
|
-
draggable: boolean;
|
|
4588
|
-
hidden: boolean;
|
|
4589
|
-
inert: boolean;
|
|
4590
|
-
innerText: string;
|
|
4591
|
-
lang: string;
|
|
4592
|
-
readonly offsetHeight: number;
|
|
4593
|
-
readonly offsetLeft: number;
|
|
4594
|
-
readonly offsetParent: Element | null;
|
|
4595
|
-
readonly offsetTop: number;
|
|
4596
|
-
readonly offsetWidth: number;
|
|
4597
|
-
outerText: string;
|
|
4598
|
-
popover: string | null;
|
|
4599
|
-
spellcheck: boolean;
|
|
4600
|
-
title: string;
|
|
4601
|
-
translate: boolean;
|
|
4602
|
-
writingSuggestions: string;
|
|
4603
|
-
attachInternals(): ElementInternals;
|
|
4604
|
-
click(): void;
|
|
4605
|
-
hidePopover(): void;
|
|
4606
|
-
showPopover(): void;
|
|
4607
|
-
togglePopover(options?: boolean): boolean;
|
|
4608
|
-
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
4609
|
-
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
4610
|
-
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
4611
|
-
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
4612
|
-
readonly attributes: NamedNodeMap;
|
|
4613
|
-
get classList(): DOMTokenList;
|
|
4614
|
-
set classList(value: string): any;
|
|
4615
|
-
className: string;
|
|
4616
|
-
readonly clientHeight: number;
|
|
4617
|
-
readonly clientLeft: number;
|
|
4618
|
-
readonly clientTop: number;
|
|
4619
|
-
readonly clientWidth: number;
|
|
4620
|
-
readonly currentCSSZoom: number;
|
|
4621
|
-
id: string;
|
|
4622
|
-
innerHTML: string;
|
|
4623
|
-
readonly localName: string;
|
|
4624
|
-
readonly namespaceURI: string | null;
|
|
4625
|
-
onfullscreenchange: (this: Element, ev: Event) => any;
|
|
4626
|
-
onfullscreenerror: (this: Element, ev: Event) => any;
|
|
4627
|
-
outerHTML: string;
|
|
4628
|
-
readonly ownerDocument: Document;
|
|
4629
|
-
get part(): DOMTokenList;
|
|
4630
|
-
set part(value: string): any;
|
|
4631
|
-
readonly prefix: string | null;
|
|
4632
|
-
readonly scrollHeight: number;
|
|
4633
|
-
scrollLeft: number;
|
|
4634
|
-
scrollTop: number;
|
|
4635
|
-
readonly scrollWidth: number;
|
|
4636
|
-
readonly shadowRoot: ShadowRoot | null;
|
|
4637
|
-
slot: string;
|
|
4638
|
-
readonly tagName: string;
|
|
4639
|
-
attachShadow(init: ShadowRootInit): ShadowRoot;
|
|
4640
|
-
checkVisibility(options?: CheckVisibilityOptions): boolean;
|
|
4641
|
-
closest<K extends keyof HTMLElementTagNameMap>(selector: K): HTMLElementTagNameMap[K];
|
|
4642
|
-
closest<K extends keyof SVGElementTagNameMap>(selector: K): SVGElementTagNameMap[K];
|
|
4643
|
-
closest<K extends keyof MathMLElementTagNameMap>(selector: K): MathMLElementTagNameMap[K];
|
|
4644
|
-
closest<E extends Element = Element>(selectors: string): E;
|
|
4645
|
-
computedStyleMap(): StylePropertyMapReadOnly;
|
|
4646
|
-
getAttribute(qualifiedName: string): string | null;
|
|
4647
|
-
getAttributeNS(namespace: string | null, localName: string): string | null;
|
|
4648
|
-
getAttributeNames(): string[];
|
|
4649
|
-
getAttributeNode(qualifiedName: string): Attr | null;
|
|
4650
|
-
getAttributeNodeNS(namespace: string | null, localName: string): Attr | null;
|
|
4651
|
-
getBoundingClientRect(): DOMRect;
|
|
4652
|
-
getClientRects(): DOMRectList;
|
|
4653
|
-
getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
|
|
4654
|
-
getElementsByTagName<K extends keyof HTMLElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<HTMLElementTagNameMap[K]>;
|
|
4655
|
-
getElementsByTagName<K extends keyof SVGElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<SVGElementTagNameMap[K]>;
|
|
4656
|
-
getElementsByTagName<K extends keyof MathMLElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<MathMLElementTagNameMap[K]>;
|
|
4657
|
-
getElementsByTagName<K extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K]>;
|
|
4658
|
-
getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
|
|
4659
|
-
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
|
|
4660
|
-
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
|
|
4661
|
-
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1998/Math/MathML", localName: string): HTMLCollectionOf<MathMLElement>;
|
|
4662
|
-
getElementsByTagNameNS(namespace: string | null, localName: string): HTMLCollectionOf<Element>;
|
|
4663
|
-
getHTML(options?: GetHTMLOptions): string;
|
|
4664
|
-
hasAttribute(qualifiedName: string): boolean;
|
|
4665
|
-
hasAttributeNS(namespace: string | null, localName: string): boolean;
|
|
4666
|
-
hasAttributes(): boolean;
|
|
4667
|
-
hasPointerCapture(pointerId: number): boolean;
|
|
4668
|
-
insertAdjacentElement(where: InsertPosition, element: Element): Element | null;
|
|
4669
|
-
insertAdjacentHTML(position: InsertPosition, string: string): void;
|
|
4670
|
-
insertAdjacentText(where: InsertPosition, data: string): void;
|
|
4671
|
-
matches(selectors: string): boolean;
|
|
4672
|
-
releasePointerCapture(pointerId: number): void;
|
|
4673
|
-
removeAttribute(qualifiedName: string): void;
|
|
4674
|
-
removeAttributeNS(namespace: string | null, localName: string): void;
|
|
4675
|
-
removeAttributeNode(attr: Attr): Attr;
|
|
4676
|
-
requestFullscreen(options?: FullscreenOptions): Promise<void>;
|
|
4677
|
-
requestPointerLock(options?: PointerLockOptions): Promise<void>;
|
|
4678
|
-
scroll(options?: ScrollToOptions): void;
|
|
4679
|
-
scroll(x: number, y: number): void;
|
|
4680
|
-
scrollBy(options?: ScrollToOptions): void;
|
|
4681
|
-
scrollBy(x: number, y: number): void;
|
|
4682
|
-
scrollIntoView(arg?: boolean | ScrollIntoViewOptions): void;
|
|
4683
|
-
scrollTo(options?: ScrollToOptions): void;
|
|
4684
|
-
scrollTo(x: number, y: number): void;
|
|
4685
|
-
setAttribute(qualifiedName: string, value: string): void;
|
|
4686
|
-
setAttributeNS(namespace: string | null, qualifiedName: string, value: string): void;
|
|
4687
|
-
setAttributeNode(attr: Attr): Attr | null;
|
|
4688
|
-
setAttributeNodeNS(attr: Attr): Attr | null;
|
|
4689
|
-
setHTMLUnsafe(html: string): void;
|
|
4690
|
-
setPointerCapture(pointerId: number): void;
|
|
4691
|
-
toggleAttribute(qualifiedName: string, force?: boolean): boolean;
|
|
4692
|
-
webkitMatchesSelector(selectors: string): boolean;
|
|
4693
|
-
textContent: string;
|
|
4694
|
-
readonly baseURI: string;
|
|
4695
|
-
readonly childNodes: NodeListOf<ChildNode>;
|
|
4696
|
-
readonly firstChild: ChildNode | null;
|
|
4697
|
-
readonly isConnected: boolean;
|
|
4698
|
-
readonly lastChild: ChildNode | null;
|
|
4699
|
-
readonly nextSibling: ChildNode | null;
|
|
4700
|
-
readonly nodeName: string;
|
|
4701
|
-
readonly nodeType: number;
|
|
4702
|
-
nodeValue: string | null;
|
|
4703
|
-
readonly parentElement: HTMLElement | null;
|
|
4704
|
-
readonly parentNode: ParentNode | null;
|
|
4705
|
-
readonly previousSibling: ChildNode | null;
|
|
4706
|
-
appendChild<T_1 extends Node>(node: T_1): T_1;
|
|
4707
|
-
compareDocumentPosition(other: Node): number;
|
|
4708
|
-
contains(other: Node | null): boolean;
|
|
4709
|
-
getRootNode(options?: GetRootNodeOptions): Node;
|
|
4710
|
-
hasChildNodes(): boolean;
|
|
4711
|
-
insertBefore<T_1 extends Node>(node: T_1, child: Node | null): T_1;
|
|
4712
|
-
isDefaultNamespace(namespace: string | null): boolean;
|
|
4713
|
-
isEqualNode(otherNode: Node | null): boolean;
|
|
4714
|
-
isSameNode(otherNode: Node | null): boolean;
|
|
4715
|
-
lookupNamespaceURI(prefix: string | null): string | null;
|
|
4716
|
-
lookupPrefix(namespace: string | null): string | null;
|
|
4717
|
-
normalize(): void;
|
|
4718
|
-
removeChild<T_1 extends Node>(child: T_1): T_1;
|
|
4719
|
-
replaceChild<T_1 extends Node>(node: Node, child: T_1): T_1;
|
|
4720
|
-
readonly ELEMENT_NODE: 1;
|
|
4721
|
-
readonly ATTRIBUTE_NODE: 2;
|
|
4722
|
-
readonly TEXT_NODE: 3;
|
|
4723
|
-
readonly CDATA_SECTION_NODE: 4;
|
|
4724
|
-
readonly ENTITY_REFERENCE_NODE: 5;
|
|
4725
|
-
readonly ENTITY_NODE: 6;
|
|
4726
|
-
readonly PROCESSING_INSTRUCTION_NODE: 7;
|
|
4727
|
-
readonly COMMENT_NODE: 8;
|
|
4728
|
-
readonly DOCUMENT_NODE: 9;
|
|
4729
|
-
readonly DOCUMENT_TYPE_NODE: 10;
|
|
4730
|
-
readonly DOCUMENT_FRAGMENT_NODE: 11;
|
|
4731
|
-
readonly NOTATION_NODE: 12;
|
|
4732
|
-
readonly DOCUMENT_POSITION_DISCONNECTED: 1;
|
|
4733
|
-
readonly DOCUMENT_POSITION_PRECEDING: 2;
|
|
4734
|
-
readonly DOCUMENT_POSITION_FOLLOWING: 4;
|
|
4735
|
-
readonly DOCUMENT_POSITION_CONTAINS: 8;
|
|
4736
|
-
readonly DOCUMENT_POSITION_CONTAINED_BY: 16;
|
|
4737
|
-
readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: 32;
|
|
4738
|
-
dispatchEvent(event: Event): boolean;
|
|
4739
|
-
ariaActiveDescendantElement: Element | null;
|
|
4740
|
-
ariaAtomic: string | null;
|
|
4741
|
-
ariaAutoComplete: string | null;
|
|
4742
|
-
ariaBrailleLabel: string | null;
|
|
4743
|
-
ariaBrailleRoleDescription: string | null;
|
|
4744
|
-
ariaBusy: string | null;
|
|
4745
|
-
ariaChecked: string | null;
|
|
4746
|
-
ariaColCount: string | null;
|
|
4747
|
-
ariaColIndex: string | null;
|
|
4748
|
-
ariaColIndexText: string | null;
|
|
4749
|
-
ariaColSpan: string | null;
|
|
4750
|
-
ariaControlsElements: ReadonlyArray<Element> | null;
|
|
4751
|
-
ariaCurrent: string | null;
|
|
4752
|
-
ariaDescribedByElements: ReadonlyArray<Element> | null;
|
|
4753
|
-
ariaDescription: string | null;
|
|
4754
|
-
ariaDetailsElements: ReadonlyArray<Element> | null;
|
|
4755
|
-
ariaDisabled: string | null;
|
|
4756
|
-
ariaErrorMessageElements: ReadonlyArray<Element> | null;
|
|
4757
|
-
ariaExpanded: string | null;
|
|
4758
|
-
ariaFlowToElements: ReadonlyArray<Element> | null;
|
|
4759
|
-
ariaHasPopup: string | null;
|
|
4760
|
-
ariaHidden: string | null;
|
|
4761
|
-
ariaInvalid: string | null;
|
|
4762
|
-
ariaKeyShortcuts: string | null;
|
|
4763
|
-
ariaLabel: string | null;
|
|
4764
|
-
ariaLabelledByElements: ReadonlyArray<Element> | null;
|
|
4765
|
-
ariaLevel: string | null;
|
|
4766
|
-
ariaLive: string | null;
|
|
4767
|
-
ariaModal: string | null;
|
|
4768
|
-
ariaMultiLine: string | null;
|
|
4769
|
-
ariaMultiSelectable: string | null;
|
|
4770
|
-
ariaOrientation: string | null;
|
|
4771
|
-
ariaOwnsElements: ReadonlyArray<Element> | null;
|
|
4772
|
-
ariaPlaceholder: string | null;
|
|
4773
|
-
ariaPosInSet: string | null;
|
|
4774
|
-
ariaPressed: string | null;
|
|
4775
|
-
ariaReadOnly: string | null;
|
|
4776
|
-
ariaRelevant: string | null;
|
|
4777
|
-
ariaRequired: string | null;
|
|
4778
|
-
ariaRoleDescription: string | null;
|
|
4779
|
-
ariaRowCount: string | null;
|
|
4780
|
-
ariaRowIndex: string | null;
|
|
4781
|
-
ariaRowIndexText: string | null;
|
|
4782
|
-
ariaRowSpan: string | null;
|
|
4783
|
-
ariaSelected: string | null;
|
|
4784
|
-
ariaSetSize: string | null;
|
|
4785
|
-
ariaSort: string | null;
|
|
4786
|
-
ariaValueMax: string | null;
|
|
4787
|
-
ariaValueMin: string | null;
|
|
4788
|
-
ariaValueNow: string | null;
|
|
4789
|
-
ariaValueText: string | null;
|
|
4790
|
-
role: string | null;
|
|
4791
|
-
animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions): Animation;
|
|
4792
|
-
getAnimations(options?: GetAnimationsOptions): Animation[];
|
|
4793
|
-
after(...nodes: (Node | string)[]): void;
|
|
4794
|
-
before(...nodes: (Node | string)[]): void;
|
|
4795
|
-
remove(): void;
|
|
4796
|
-
replaceWith(...nodes: (Node | string)[]): void;
|
|
4797
|
-
readonly nextElementSibling: Element | null;
|
|
4798
|
-
readonly previousElementSibling: Element | null;
|
|
4799
|
-
readonly childElementCount: number;
|
|
4800
|
-
readonly children: HTMLCollection;
|
|
4801
|
-
readonly firstElementChild: Element | null;
|
|
4802
|
-
readonly lastElementChild: Element | null;
|
|
4803
|
-
append(...nodes: (Node | string)[]): void;
|
|
4804
|
-
prepend(...nodes: (Node | string)[]): void;
|
|
4805
|
-
querySelector<K extends keyof HTMLElementTagNameMap>(selectors: K): HTMLElementTagNameMap[K] | null;
|
|
4806
|
-
querySelector<K extends keyof SVGElementTagNameMap>(selectors: K): SVGElementTagNameMap[K] | null;
|
|
4807
|
-
querySelector<K extends keyof MathMLElementTagNameMap>(selectors: K): MathMLElementTagNameMap[K] | null;
|
|
4808
|
-
querySelector<K extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K): HTMLElementDeprecatedTagNameMap[K] | null;
|
|
4809
|
-
querySelector<E extends Element = Element>(selectors: string): E | null;
|
|
4810
|
-
querySelectorAll<K extends keyof HTMLElementTagNameMap>(selectors: K): NodeListOf<HTMLElementTagNameMap[K]>;
|
|
4811
|
-
querySelectorAll<K extends keyof SVGElementTagNameMap>(selectors: K): NodeListOf<SVGElementTagNameMap[K]>;
|
|
4812
|
-
querySelectorAll<K extends keyof MathMLElementTagNameMap>(selectors: K): NodeListOf<MathMLElementTagNameMap[K]>;
|
|
4813
|
-
querySelectorAll<K extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K): NodeListOf<HTMLElementDeprecatedTagNameMap[K]>;
|
|
4814
|
-
querySelectorAll<E extends Element = Element>(selectors: string): NodeListOf<E>;
|
|
4815
|
-
replaceChildren(...nodes: (Node | string)[]): void;
|
|
4816
|
-
readonly assignedSlot: HTMLSlotElement | null;
|
|
4817
|
-
readonly attributeStyleMap: StylePropertyMap;
|
|
4818
|
-
get style(): CSSStyleDeclaration;
|
|
4819
|
-
set style(cssText: string): any;
|
|
4820
|
-
contentEditable: string;
|
|
4821
|
-
enterKeyHint: string;
|
|
4822
|
-
inputMode: string;
|
|
4823
|
-
readonly isContentEditable: boolean;
|
|
4824
|
-
onabort: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
|
|
4825
|
-
onanimationcancel: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
4826
|
-
onanimationend: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
4827
|
-
onanimationiteration: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
4828
|
-
onanimationstart: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
4829
|
-
onauxclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
4830
|
-
onbeforeinput: ((this: GlobalEventHandlers, ev: InputEvent) => any) | null;
|
|
4831
|
-
onbeforematch: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
4832
|
-
onbeforetoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
|
|
4833
|
-
onblur: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
|
|
4834
|
-
oncancel: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
4835
|
-
oncanplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
4836
|
-
oncanplaythrough: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
4837
|
-
onchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
4838
|
-
onclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
4839
|
-
onclose: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
4840
|
-
oncontextlost: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
4841
|
-
oncontextmenu: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
4842
|
-
oncontextrestored: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
4843
|
-
oncopy: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
4844
|
-
oncuechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
4845
|
-
oncut: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
4846
|
-
ondblclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
4847
|
-
ondrag: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
4848
|
-
ondragend: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
4849
|
-
ondragenter: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
4850
|
-
ondragleave: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
4851
|
-
ondragover: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
4852
|
-
ondragstart: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
4853
|
-
ondrop: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
4854
|
-
ondurationchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
4855
|
-
onemptied: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
4856
|
-
onended: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
4857
|
-
onerror: OnErrorEventHandler;
|
|
4858
|
-
onfocus: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
|
|
4859
|
-
onformdata: ((this: GlobalEventHandlers, ev: FormDataEvent) => any) | null;
|
|
4860
|
-
ongotpointercapture: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
4861
|
-
oninput: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
4862
|
-
oninvalid: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
4863
|
-
onkeydown: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
|
|
4864
|
-
onkeypress: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
|
|
4865
|
-
onkeyup: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
|
|
4866
|
-
onload: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
4867
|
-
onloadeddata: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
4868
|
-
onloadedmetadata: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
4869
|
-
onloadstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
4870
|
-
onlostpointercapture: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
4871
|
-
onmousedown: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
4872
|
-
onmouseenter: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
4873
|
-
onmouseleave: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
4874
|
-
onmousemove: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
4875
|
-
onmouseout: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
4876
|
-
onmouseover: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
4877
|
-
onmouseup: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
4878
|
-
onpaste: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
4879
|
-
onpause: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
4880
|
-
onplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
4881
|
-
onplaying: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
4882
|
-
onpointercancel: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
4883
|
-
onpointerdown: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
4884
|
-
onpointerenter: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
4885
|
-
onpointerleave: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
4886
|
-
onpointermove: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
4887
|
-
onpointerout: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
4888
|
-
onpointerover: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
4889
|
-
onpointerrawupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
4890
|
-
onpointerup: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
4891
|
-
onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent) => any) | null;
|
|
4892
|
-
onratechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
4893
|
-
onreset: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
4894
|
-
onresize: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
|
|
4895
|
-
onscroll: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
4896
|
-
onscrollend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
4897
|
-
onsecuritypolicyviolation: ((this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any) | null;
|
|
4898
|
-
onseeked: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
4899
|
-
onseeking: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
4900
|
-
onselect: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
4901
|
-
onselectionchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
4902
|
-
onselectstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
4903
|
-
onslotchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
4904
|
-
onstalled: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
4905
|
-
onsubmit: ((this: GlobalEventHandlers, ev: SubmitEvent) => any) | null;
|
|
4906
|
-
onsuspend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
4907
|
-
ontimeupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
4908
|
-
ontoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
|
|
4909
|
-
ontouchcancel?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
4910
|
-
ontouchend?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
4911
|
-
ontouchmove?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
4912
|
-
ontouchstart?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
4913
|
-
ontransitioncancel: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
4914
|
-
ontransitionend: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
4915
|
-
ontransitionrun: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
4916
|
-
ontransitionstart: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
4917
|
-
onvolumechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
4918
|
-
onwaiting: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
4919
|
-
onwebkitanimationend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
4920
|
-
onwebkitanimationiteration: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
4921
|
-
onwebkitanimationstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
4922
|
-
onwebkittransitionend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
4923
|
-
onwheel: ((this: GlobalEventHandlers, ev: WheelEvent) => any) | null;
|
|
4924
|
-
autofocus: boolean;
|
|
4925
|
-
readonly dataset: DOMStringMap;
|
|
4926
|
-
nonce?: string;
|
|
4927
|
-
tabIndex: number;
|
|
4928
|
-
blur(): void;
|
|
4929
|
-
focus(options?: FocusOptions): void;
|
|
4930
|
-
}) & typeof GridProBaseDatasource;
|
|
3123
|
+
declare const GridProGenesisDatasource_base: typeof GridProBaseDatasource & Constructable<LifecycleElement>;
|
|
4931
3124
|
|
|
4932
3125
|
/**
|
|
4933
3126
|
* The error event grid pro genesis datasource.
|
|
@@ -4948,10 +3141,10 @@ export declare type GridProGenesisDatasourceErrorEventDetail = {
|
|
|
4948
3141
|
* @public
|
|
4949
3142
|
*/
|
|
4950
3143
|
export declare const gridProGenesisDatasourceEventNames: {
|
|
4951
|
-
readonly error:
|
|
4952
|
-
readonly dataInit:
|
|
4953
|
-
readonly sizeChanged:
|
|
4954
|
-
readonly moreRowsChanged:
|
|
3144
|
+
readonly error: 'datasource-error';
|
|
3145
|
+
readonly dataInit: 'datasource-init';
|
|
3146
|
+
readonly sizeChanged: 'datasource-size-changed';
|
|
3147
|
+
readonly moreRowsChanged: 'more-rows-changed';
|
|
4955
3148
|
};
|
|
4956
3149
|
|
|
4957
3150
|
/**
|
|
@@ -5118,373 +3311,7 @@ export declare class GridProServerSideDatasource extends GridProServerSideDataso
|
|
|
5118
3311
|
loadMore(): void;
|
|
5119
3312
|
}
|
|
5120
3313
|
|
|
5121
|
-
declare const GridProServerSideDatasource_base:
|
|
5122
|
-
#_container: FoundationLayoutContainer | LayoutCacheContainer | DOMContainer;
|
|
5123
|
-
#_latestTokenCode: string;
|
|
5124
|
-
#_hasFirstLoaded: boolean;
|
|
5125
|
-
#_cleanupTimeout: NodeJS.Timeout;
|
|
5126
|
-
#_shouldForceLifecycle: boolean;
|
|
5127
|
-
#_blockedDisconnectSurvivedGracePeriod: boolean;
|
|
5128
|
-
cloneNode(deep?: boolean): Node;
|
|
5129
|
-
deepClone(): Node;
|
|
5130
|
-
get shouldRunDisconnect(): boolean;
|
|
5131
|
-
get shouldRunConnect(): boolean;
|
|
5132
|
-
#_blockLifecycleDueToTokenChange(lifecycleType: "connect" | "disconnect" | "reconnect"): boolean;
|
|
5133
|
-
#_tryFindContainingLayout(e: Element): FoundationLayoutContainer | LayoutCacheContainer | DOMContainer;
|
|
5134
|
-
connectedCallback(): void;
|
|
5135
|
-
readonly $fastController: Controller;
|
|
5136
|
-
$emit(type: string, detail?: any, options?: Omit<CustomEventInit, "detail">): boolean | void;
|
|
5137
|
-
disconnectedCallback(): void;
|
|
5138
|
-
attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
|
|
5139
|
-
accessKey: string;
|
|
5140
|
-
readonly accessKeyLabel: string;
|
|
5141
|
-
autocapitalize: string;
|
|
5142
|
-
autocorrect: boolean;
|
|
5143
|
-
dir: string;
|
|
5144
|
-
draggable: boolean;
|
|
5145
|
-
hidden: boolean;
|
|
5146
|
-
inert: boolean;
|
|
5147
|
-
innerText: string;
|
|
5148
|
-
lang: string;
|
|
5149
|
-
readonly offsetHeight: number;
|
|
5150
|
-
readonly offsetLeft: number;
|
|
5151
|
-
readonly offsetParent: Element | null;
|
|
5152
|
-
readonly offsetTop: number;
|
|
5153
|
-
readonly offsetWidth: number;
|
|
5154
|
-
outerText: string;
|
|
5155
|
-
popover: string | null;
|
|
5156
|
-
spellcheck: boolean;
|
|
5157
|
-
title: string;
|
|
5158
|
-
translate: boolean;
|
|
5159
|
-
writingSuggestions: string;
|
|
5160
|
-
attachInternals(): ElementInternals;
|
|
5161
|
-
click(): void;
|
|
5162
|
-
hidePopover(): void;
|
|
5163
|
-
showPopover(): void;
|
|
5164
|
-
togglePopover(options?: boolean): boolean;
|
|
5165
|
-
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
5166
|
-
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
5167
|
-
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
5168
|
-
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
5169
|
-
readonly attributes: NamedNodeMap;
|
|
5170
|
-
get classList(): DOMTokenList;
|
|
5171
|
-
set classList(value: string): any;
|
|
5172
|
-
className: string;
|
|
5173
|
-
readonly clientHeight: number;
|
|
5174
|
-
readonly clientLeft: number;
|
|
5175
|
-
readonly clientTop: number;
|
|
5176
|
-
readonly clientWidth: number;
|
|
5177
|
-
readonly currentCSSZoom: number;
|
|
5178
|
-
id: string;
|
|
5179
|
-
innerHTML: string;
|
|
5180
|
-
readonly localName: string;
|
|
5181
|
-
readonly namespaceURI: string | null;
|
|
5182
|
-
onfullscreenchange: (this: Element, ev: Event) => any;
|
|
5183
|
-
onfullscreenerror: (this: Element, ev: Event) => any;
|
|
5184
|
-
outerHTML: string;
|
|
5185
|
-
readonly ownerDocument: Document;
|
|
5186
|
-
get part(): DOMTokenList;
|
|
5187
|
-
set part(value: string): any;
|
|
5188
|
-
readonly prefix: string | null;
|
|
5189
|
-
readonly scrollHeight: number;
|
|
5190
|
-
scrollLeft: number;
|
|
5191
|
-
scrollTop: number;
|
|
5192
|
-
readonly scrollWidth: number;
|
|
5193
|
-
readonly shadowRoot: ShadowRoot | null;
|
|
5194
|
-
slot: string;
|
|
5195
|
-
readonly tagName: string;
|
|
5196
|
-
attachShadow(init: ShadowRootInit): ShadowRoot;
|
|
5197
|
-
checkVisibility(options?: CheckVisibilityOptions): boolean;
|
|
5198
|
-
closest<K extends keyof HTMLElementTagNameMap>(selector: K): HTMLElementTagNameMap[K];
|
|
5199
|
-
closest<K extends keyof SVGElementTagNameMap>(selector: K): SVGElementTagNameMap[K];
|
|
5200
|
-
closest<K extends keyof MathMLElementTagNameMap>(selector: K): MathMLElementTagNameMap[K];
|
|
5201
|
-
closest<E extends Element = Element>(selectors: string): E;
|
|
5202
|
-
computedStyleMap(): StylePropertyMapReadOnly;
|
|
5203
|
-
getAttribute(qualifiedName: string): string | null;
|
|
5204
|
-
getAttributeNS(namespace: string | null, localName: string): string | null;
|
|
5205
|
-
getAttributeNames(): string[];
|
|
5206
|
-
getAttributeNode(qualifiedName: string): Attr | null;
|
|
5207
|
-
getAttributeNodeNS(namespace: string | null, localName: string): Attr | null;
|
|
5208
|
-
getBoundingClientRect(): DOMRect;
|
|
5209
|
-
getClientRects(): DOMRectList;
|
|
5210
|
-
getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
|
|
5211
|
-
getElementsByTagName<K extends keyof HTMLElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<HTMLElementTagNameMap[K]>;
|
|
5212
|
-
getElementsByTagName<K extends keyof SVGElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<SVGElementTagNameMap[K]>;
|
|
5213
|
-
getElementsByTagName<K extends keyof MathMLElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<MathMLElementTagNameMap[K]>;
|
|
5214
|
-
getElementsByTagName<K extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K]>;
|
|
5215
|
-
getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
|
|
5216
|
-
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
|
|
5217
|
-
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
|
|
5218
|
-
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1998/Math/MathML", localName: string): HTMLCollectionOf<MathMLElement>;
|
|
5219
|
-
getElementsByTagNameNS(namespace: string | null, localName: string): HTMLCollectionOf<Element>;
|
|
5220
|
-
getHTML(options?: GetHTMLOptions): string;
|
|
5221
|
-
hasAttribute(qualifiedName: string): boolean;
|
|
5222
|
-
hasAttributeNS(namespace: string | null, localName: string): boolean;
|
|
5223
|
-
hasAttributes(): boolean;
|
|
5224
|
-
hasPointerCapture(pointerId: number): boolean;
|
|
5225
|
-
insertAdjacentElement(where: InsertPosition, element: Element): Element | null;
|
|
5226
|
-
insertAdjacentHTML(position: InsertPosition, string: string): void;
|
|
5227
|
-
insertAdjacentText(where: InsertPosition, data: string): void;
|
|
5228
|
-
matches(selectors: string): boolean;
|
|
5229
|
-
releasePointerCapture(pointerId: number): void;
|
|
5230
|
-
removeAttribute(qualifiedName: string): void;
|
|
5231
|
-
removeAttributeNS(namespace: string | null, localName: string): void;
|
|
5232
|
-
removeAttributeNode(attr: Attr): Attr;
|
|
5233
|
-
requestFullscreen(options?: FullscreenOptions): Promise<void>;
|
|
5234
|
-
requestPointerLock(options?: PointerLockOptions): Promise<void>;
|
|
5235
|
-
scroll(options?: ScrollToOptions): void;
|
|
5236
|
-
scroll(x: number, y: number): void;
|
|
5237
|
-
scrollBy(options?: ScrollToOptions): void;
|
|
5238
|
-
scrollBy(x: number, y: number): void;
|
|
5239
|
-
scrollIntoView(arg?: boolean | ScrollIntoViewOptions): void;
|
|
5240
|
-
scrollTo(options?: ScrollToOptions): void;
|
|
5241
|
-
scrollTo(x: number, y: number): void;
|
|
5242
|
-
setAttribute(qualifiedName: string, value: string): void;
|
|
5243
|
-
setAttributeNS(namespace: string | null, qualifiedName: string, value: string): void;
|
|
5244
|
-
setAttributeNode(attr: Attr): Attr | null;
|
|
5245
|
-
setAttributeNodeNS(attr: Attr): Attr | null;
|
|
5246
|
-
setHTMLUnsafe(html: string): void;
|
|
5247
|
-
setPointerCapture(pointerId: number): void;
|
|
5248
|
-
toggleAttribute(qualifiedName: string, force?: boolean): boolean;
|
|
5249
|
-
webkitMatchesSelector(selectors: string): boolean;
|
|
5250
|
-
textContent: string;
|
|
5251
|
-
readonly baseURI: string;
|
|
5252
|
-
readonly childNodes: NodeListOf<ChildNode>;
|
|
5253
|
-
readonly firstChild: ChildNode | null;
|
|
5254
|
-
readonly isConnected: boolean;
|
|
5255
|
-
readonly lastChild: ChildNode | null;
|
|
5256
|
-
readonly nextSibling: ChildNode | null;
|
|
5257
|
-
readonly nodeName: string;
|
|
5258
|
-
readonly nodeType: number;
|
|
5259
|
-
nodeValue: string | null;
|
|
5260
|
-
readonly parentElement: HTMLElement | null;
|
|
5261
|
-
readonly parentNode: ParentNode | null;
|
|
5262
|
-
readonly previousSibling: ChildNode | null;
|
|
5263
|
-
appendChild<T_1 extends Node>(node: T_1): T_1;
|
|
5264
|
-
compareDocumentPosition(other: Node): number;
|
|
5265
|
-
contains(other: Node | null): boolean;
|
|
5266
|
-
getRootNode(options?: GetRootNodeOptions): Node;
|
|
5267
|
-
hasChildNodes(): boolean;
|
|
5268
|
-
insertBefore<T_1 extends Node>(node: T_1, child: Node | null): T_1;
|
|
5269
|
-
isDefaultNamespace(namespace: string | null): boolean;
|
|
5270
|
-
isEqualNode(otherNode: Node | null): boolean;
|
|
5271
|
-
isSameNode(otherNode: Node | null): boolean;
|
|
5272
|
-
lookupNamespaceURI(prefix: string | null): string | null;
|
|
5273
|
-
lookupPrefix(namespace: string | null): string | null;
|
|
5274
|
-
normalize(): void;
|
|
5275
|
-
removeChild<T_1 extends Node>(child: T_1): T_1;
|
|
5276
|
-
replaceChild<T_1 extends Node>(node: Node, child: T_1): T_1;
|
|
5277
|
-
readonly ELEMENT_NODE: 1;
|
|
5278
|
-
readonly ATTRIBUTE_NODE: 2;
|
|
5279
|
-
readonly TEXT_NODE: 3;
|
|
5280
|
-
readonly CDATA_SECTION_NODE: 4;
|
|
5281
|
-
readonly ENTITY_REFERENCE_NODE: 5;
|
|
5282
|
-
readonly ENTITY_NODE: 6;
|
|
5283
|
-
readonly PROCESSING_INSTRUCTION_NODE: 7;
|
|
5284
|
-
readonly COMMENT_NODE: 8;
|
|
5285
|
-
readonly DOCUMENT_NODE: 9;
|
|
5286
|
-
readonly DOCUMENT_TYPE_NODE: 10;
|
|
5287
|
-
readonly DOCUMENT_FRAGMENT_NODE: 11;
|
|
5288
|
-
readonly NOTATION_NODE: 12;
|
|
5289
|
-
readonly DOCUMENT_POSITION_DISCONNECTED: 1;
|
|
5290
|
-
readonly DOCUMENT_POSITION_PRECEDING: 2;
|
|
5291
|
-
readonly DOCUMENT_POSITION_FOLLOWING: 4;
|
|
5292
|
-
readonly DOCUMENT_POSITION_CONTAINS: 8;
|
|
5293
|
-
readonly DOCUMENT_POSITION_CONTAINED_BY: 16;
|
|
5294
|
-
readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: 32;
|
|
5295
|
-
dispatchEvent(event: Event): boolean;
|
|
5296
|
-
ariaActiveDescendantElement: Element | null;
|
|
5297
|
-
ariaAtomic: string | null;
|
|
5298
|
-
ariaAutoComplete: string | null;
|
|
5299
|
-
ariaBrailleLabel: string | null;
|
|
5300
|
-
ariaBrailleRoleDescription: string | null;
|
|
5301
|
-
ariaBusy: string | null;
|
|
5302
|
-
ariaChecked: string | null;
|
|
5303
|
-
ariaColCount: string | null;
|
|
5304
|
-
ariaColIndex: string | null;
|
|
5305
|
-
ariaColIndexText: string | null;
|
|
5306
|
-
ariaColSpan: string | null;
|
|
5307
|
-
ariaControlsElements: ReadonlyArray<Element> | null;
|
|
5308
|
-
ariaCurrent: string | null;
|
|
5309
|
-
ariaDescribedByElements: ReadonlyArray<Element> | null;
|
|
5310
|
-
ariaDescription: string | null;
|
|
5311
|
-
ariaDetailsElements: ReadonlyArray<Element> | null;
|
|
5312
|
-
ariaDisabled: string | null;
|
|
5313
|
-
ariaErrorMessageElements: ReadonlyArray<Element> | null;
|
|
5314
|
-
ariaExpanded: string | null;
|
|
5315
|
-
ariaFlowToElements: ReadonlyArray<Element> | null;
|
|
5316
|
-
ariaHasPopup: string | null;
|
|
5317
|
-
ariaHidden: string | null;
|
|
5318
|
-
ariaInvalid: string | null;
|
|
5319
|
-
ariaKeyShortcuts: string | null;
|
|
5320
|
-
ariaLabel: string | null;
|
|
5321
|
-
ariaLabelledByElements: ReadonlyArray<Element> | null;
|
|
5322
|
-
ariaLevel: string | null;
|
|
5323
|
-
ariaLive: string | null;
|
|
5324
|
-
ariaModal: string | null;
|
|
5325
|
-
ariaMultiLine: string | null;
|
|
5326
|
-
ariaMultiSelectable: string | null;
|
|
5327
|
-
ariaOrientation: string | null;
|
|
5328
|
-
ariaOwnsElements: ReadonlyArray<Element> | null;
|
|
5329
|
-
ariaPlaceholder: string | null;
|
|
5330
|
-
ariaPosInSet: string | null;
|
|
5331
|
-
ariaPressed: string | null;
|
|
5332
|
-
ariaReadOnly: string | null;
|
|
5333
|
-
ariaRelevant: string | null;
|
|
5334
|
-
ariaRequired: string | null;
|
|
5335
|
-
ariaRoleDescription: string | null;
|
|
5336
|
-
ariaRowCount: string | null;
|
|
5337
|
-
ariaRowIndex: string | null;
|
|
5338
|
-
ariaRowIndexText: string | null;
|
|
5339
|
-
ariaRowSpan: string | null;
|
|
5340
|
-
ariaSelected: string | null;
|
|
5341
|
-
ariaSetSize: string | null;
|
|
5342
|
-
ariaSort: string | null;
|
|
5343
|
-
ariaValueMax: string | null;
|
|
5344
|
-
ariaValueMin: string | null;
|
|
5345
|
-
ariaValueNow: string | null;
|
|
5346
|
-
ariaValueText: string | null;
|
|
5347
|
-
role: string | null;
|
|
5348
|
-
animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions): Animation;
|
|
5349
|
-
getAnimations(options?: GetAnimationsOptions): Animation[];
|
|
5350
|
-
after(...nodes: (Node | string)[]): void;
|
|
5351
|
-
before(...nodes: (Node | string)[]): void;
|
|
5352
|
-
remove(): void;
|
|
5353
|
-
replaceWith(...nodes: (Node | string)[]): void;
|
|
5354
|
-
readonly nextElementSibling: Element | null;
|
|
5355
|
-
readonly previousElementSibling: Element | null;
|
|
5356
|
-
readonly childElementCount: number;
|
|
5357
|
-
readonly children: HTMLCollection;
|
|
5358
|
-
readonly firstElementChild: Element | null;
|
|
5359
|
-
readonly lastElementChild: Element | null;
|
|
5360
|
-
append(...nodes: (Node | string)[]): void;
|
|
5361
|
-
prepend(...nodes: (Node | string)[]): void;
|
|
5362
|
-
querySelector<K extends keyof HTMLElementTagNameMap>(selectors: K): HTMLElementTagNameMap[K] | null;
|
|
5363
|
-
querySelector<K extends keyof SVGElementTagNameMap>(selectors: K): SVGElementTagNameMap[K] | null;
|
|
5364
|
-
querySelector<K extends keyof MathMLElementTagNameMap>(selectors: K): MathMLElementTagNameMap[K] | null;
|
|
5365
|
-
querySelector<K extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K): HTMLElementDeprecatedTagNameMap[K] | null;
|
|
5366
|
-
querySelector<E extends Element = Element>(selectors: string): E | null;
|
|
5367
|
-
querySelectorAll<K extends keyof HTMLElementTagNameMap>(selectors: K): NodeListOf<HTMLElementTagNameMap[K]>;
|
|
5368
|
-
querySelectorAll<K extends keyof SVGElementTagNameMap>(selectors: K): NodeListOf<SVGElementTagNameMap[K]>;
|
|
5369
|
-
querySelectorAll<K extends keyof MathMLElementTagNameMap>(selectors: K): NodeListOf<MathMLElementTagNameMap[K]>;
|
|
5370
|
-
querySelectorAll<K extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K): NodeListOf<HTMLElementDeprecatedTagNameMap[K]>;
|
|
5371
|
-
querySelectorAll<E extends Element = Element>(selectors: string): NodeListOf<E>;
|
|
5372
|
-
replaceChildren(...nodes: (Node | string)[]): void;
|
|
5373
|
-
readonly assignedSlot: HTMLSlotElement | null;
|
|
5374
|
-
readonly attributeStyleMap: StylePropertyMap;
|
|
5375
|
-
get style(): CSSStyleDeclaration;
|
|
5376
|
-
set style(cssText: string): any;
|
|
5377
|
-
contentEditable: string;
|
|
5378
|
-
enterKeyHint: string;
|
|
5379
|
-
inputMode: string;
|
|
5380
|
-
readonly isContentEditable: boolean;
|
|
5381
|
-
onabort: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
|
|
5382
|
-
onanimationcancel: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
5383
|
-
onanimationend: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
5384
|
-
onanimationiteration: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
5385
|
-
onanimationstart: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
5386
|
-
onauxclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
5387
|
-
onbeforeinput: ((this: GlobalEventHandlers, ev: InputEvent) => any) | null;
|
|
5388
|
-
onbeforematch: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
5389
|
-
onbeforetoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
|
|
5390
|
-
onblur: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
|
|
5391
|
-
oncancel: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
5392
|
-
oncanplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
5393
|
-
oncanplaythrough: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
5394
|
-
onchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
5395
|
-
onclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
5396
|
-
onclose: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
5397
|
-
oncontextlost: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
5398
|
-
oncontextmenu: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
5399
|
-
oncontextrestored: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
5400
|
-
oncopy: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
5401
|
-
oncuechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
5402
|
-
oncut: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
5403
|
-
ondblclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
5404
|
-
ondrag: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
5405
|
-
ondragend: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
5406
|
-
ondragenter: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
5407
|
-
ondragleave: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
5408
|
-
ondragover: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
5409
|
-
ondragstart: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
5410
|
-
ondrop: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
5411
|
-
ondurationchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
5412
|
-
onemptied: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
5413
|
-
onended: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
5414
|
-
onerror: OnErrorEventHandler;
|
|
5415
|
-
onfocus: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
|
|
5416
|
-
onformdata: ((this: GlobalEventHandlers, ev: FormDataEvent) => any) | null;
|
|
5417
|
-
ongotpointercapture: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
5418
|
-
oninput: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
5419
|
-
oninvalid: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
5420
|
-
onkeydown: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
|
|
5421
|
-
onkeypress: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
|
|
5422
|
-
onkeyup: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
|
|
5423
|
-
onload: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
5424
|
-
onloadeddata: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
5425
|
-
onloadedmetadata: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
5426
|
-
onloadstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
5427
|
-
onlostpointercapture: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
5428
|
-
onmousedown: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
5429
|
-
onmouseenter: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
5430
|
-
onmouseleave: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
5431
|
-
onmousemove: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
5432
|
-
onmouseout: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
5433
|
-
onmouseover: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
5434
|
-
onmouseup: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
5435
|
-
onpaste: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
5436
|
-
onpause: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
5437
|
-
onplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
5438
|
-
onplaying: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
5439
|
-
onpointercancel: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
5440
|
-
onpointerdown: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
5441
|
-
onpointerenter: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
5442
|
-
onpointerleave: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
5443
|
-
onpointermove: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
5444
|
-
onpointerout: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
5445
|
-
onpointerover: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
5446
|
-
onpointerrawupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
5447
|
-
onpointerup: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
5448
|
-
onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent) => any) | null;
|
|
5449
|
-
onratechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
5450
|
-
onreset: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
5451
|
-
onresize: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
|
|
5452
|
-
onscroll: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
5453
|
-
onscrollend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
5454
|
-
onsecuritypolicyviolation: ((this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any) | null;
|
|
5455
|
-
onseeked: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
5456
|
-
onseeking: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
5457
|
-
onselect: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
5458
|
-
onselectionchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
5459
|
-
onselectstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
5460
|
-
onslotchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
5461
|
-
onstalled: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
5462
|
-
onsubmit: ((this: GlobalEventHandlers, ev: SubmitEvent) => any) | null;
|
|
5463
|
-
onsuspend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
5464
|
-
ontimeupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
5465
|
-
ontoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
|
|
5466
|
-
ontouchcancel?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
5467
|
-
ontouchend?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
5468
|
-
ontouchmove?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
5469
|
-
ontouchstart?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
5470
|
-
ontransitioncancel: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
5471
|
-
ontransitionend: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
5472
|
-
ontransitionrun: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
5473
|
-
ontransitionstart: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
5474
|
-
onvolumechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
5475
|
-
onwaiting: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
5476
|
-
onwebkitanimationend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
5477
|
-
onwebkitanimationiteration: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
5478
|
-
onwebkitanimationstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
5479
|
-
onwebkittransitionend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
5480
|
-
onwheel: ((this: GlobalEventHandlers, ev: WheelEvent) => any) | null;
|
|
5481
|
-
autofocus: boolean;
|
|
5482
|
-
readonly dataset: DOMStringMap;
|
|
5483
|
-
nonce?: string;
|
|
5484
|
-
tabIndex: number;
|
|
5485
|
-
blur(): void;
|
|
5486
|
-
focus(options?: FocusOptions): void;
|
|
5487
|
-
}) & typeof GridProBaseDatasource;
|
|
3314
|
+
declare const GridProServerSideDatasource_base: typeof GridProBaseDatasource & Constructable<LifecycleElement>;
|
|
5488
3315
|
|
|
5489
3316
|
/**
|
|
5490
3317
|
* Configuration options for the grid status bar components
|
|
@@ -5964,373 +3791,7 @@ export declare class MulticolumnDropdown extends MulticolumnDropdown_base {
|
|
|
5964
3791
|
changeHandler(event: Event): void;
|
|
5965
3792
|
}
|
|
5966
3793
|
|
|
5967
|
-
declare const MulticolumnDropdown_base:
|
|
5968
|
-
#_container: FoundationLayoutContainer | LayoutCacheContainer | DOMContainer;
|
|
5969
|
-
#_latestTokenCode: string;
|
|
5970
|
-
#_hasFirstLoaded: boolean;
|
|
5971
|
-
#_cleanupTimeout: NodeJS.Timeout;
|
|
5972
|
-
#_shouldForceLifecycle: boolean;
|
|
5973
|
-
#_blockedDisconnectSurvivedGracePeriod: boolean;
|
|
5974
|
-
cloneNode(deep?: boolean): Node;
|
|
5975
|
-
deepClone(): Node;
|
|
5976
|
-
get shouldRunDisconnect(): boolean;
|
|
5977
|
-
get shouldRunConnect(): boolean;
|
|
5978
|
-
#_blockLifecycleDueToTokenChange(lifecycleType: "connect" | "disconnect" | "reconnect"): boolean;
|
|
5979
|
-
#_tryFindContainingLayout(e: Element): FoundationLayoutContainer | LayoutCacheContainer | DOMContainer;
|
|
5980
|
-
connectedCallback(): void;
|
|
5981
|
-
readonly $fastController: Controller;
|
|
5982
|
-
$emit(type: string, detail?: any, options?: Omit<CustomEventInit, "detail">): boolean | void;
|
|
5983
|
-
disconnectedCallback(): void;
|
|
5984
|
-
attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
|
|
5985
|
-
accessKey: string;
|
|
5986
|
-
readonly accessKeyLabel: string;
|
|
5987
|
-
autocapitalize: string;
|
|
5988
|
-
autocorrect: boolean;
|
|
5989
|
-
dir: string;
|
|
5990
|
-
draggable: boolean;
|
|
5991
|
-
hidden: boolean;
|
|
5992
|
-
inert: boolean;
|
|
5993
|
-
innerText: string;
|
|
5994
|
-
lang: string;
|
|
5995
|
-
readonly offsetHeight: number;
|
|
5996
|
-
readonly offsetLeft: number;
|
|
5997
|
-
readonly offsetParent: Element | null;
|
|
5998
|
-
readonly offsetTop: number;
|
|
5999
|
-
readonly offsetWidth: number;
|
|
6000
|
-
outerText: string;
|
|
6001
|
-
popover: string | null;
|
|
6002
|
-
spellcheck: boolean;
|
|
6003
|
-
title: string;
|
|
6004
|
-
translate: boolean;
|
|
6005
|
-
writingSuggestions: string;
|
|
6006
|
-
attachInternals(): ElementInternals;
|
|
6007
|
-
click(): void;
|
|
6008
|
-
hidePopover(): void;
|
|
6009
|
-
showPopover(): void;
|
|
6010
|
-
togglePopover(options?: boolean): boolean;
|
|
6011
|
-
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
6012
|
-
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
6013
|
-
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
6014
|
-
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
6015
|
-
readonly attributes: NamedNodeMap;
|
|
6016
|
-
get classList(): DOMTokenList;
|
|
6017
|
-
set classList(value: string): any;
|
|
6018
|
-
className: string;
|
|
6019
|
-
readonly clientHeight: number;
|
|
6020
|
-
readonly clientLeft: number;
|
|
6021
|
-
readonly clientTop: number;
|
|
6022
|
-
readonly clientWidth: number;
|
|
6023
|
-
readonly currentCSSZoom: number;
|
|
6024
|
-
id: string;
|
|
6025
|
-
innerHTML: string;
|
|
6026
|
-
readonly localName: string;
|
|
6027
|
-
readonly namespaceURI: string | null;
|
|
6028
|
-
onfullscreenchange: (this: Element, ev: Event) => any;
|
|
6029
|
-
onfullscreenerror: (this: Element, ev: Event) => any;
|
|
6030
|
-
outerHTML: string;
|
|
6031
|
-
readonly ownerDocument: Document;
|
|
6032
|
-
get part(): DOMTokenList;
|
|
6033
|
-
set part(value: string): any;
|
|
6034
|
-
readonly prefix: string | null;
|
|
6035
|
-
readonly scrollHeight: number;
|
|
6036
|
-
scrollLeft: number;
|
|
6037
|
-
scrollTop: number;
|
|
6038
|
-
readonly scrollWidth: number;
|
|
6039
|
-
readonly shadowRoot: ShadowRoot | null;
|
|
6040
|
-
slot: string;
|
|
6041
|
-
readonly tagName: string;
|
|
6042
|
-
attachShadow(init: ShadowRootInit): ShadowRoot;
|
|
6043
|
-
checkVisibility(options?: CheckVisibilityOptions): boolean;
|
|
6044
|
-
closest<K extends keyof HTMLElementTagNameMap>(selector: K): HTMLElementTagNameMap[K];
|
|
6045
|
-
closest<K extends keyof SVGElementTagNameMap>(selector: K): SVGElementTagNameMap[K];
|
|
6046
|
-
closest<K extends keyof MathMLElementTagNameMap>(selector: K): MathMLElementTagNameMap[K];
|
|
6047
|
-
closest<E extends Element = Element>(selectors: string): E;
|
|
6048
|
-
computedStyleMap(): StylePropertyMapReadOnly;
|
|
6049
|
-
getAttribute(qualifiedName: string): string | null;
|
|
6050
|
-
getAttributeNS(namespace: string | null, localName: string): string | null;
|
|
6051
|
-
getAttributeNames(): string[];
|
|
6052
|
-
getAttributeNode(qualifiedName: string): Attr | null;
|
|
6053
|
-
getAttributeNodeNS(namespace: string | null, localName: string): Attr | null;
|
|
6054
|
-
getBoundingClientRect(): DOMRect;
|
|
6055
|
-
getClientRects(): DOMRectList;
|
|
6056
|
-
getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
|
|
6057
|
-
getElementsByTagName<K extends keyof HTMLElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<HTMLElementTagNameMap[K]>;
|
|
6058
|
-
getElementsByTagName<K extends keyof SVGElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<SVGElementTagNameMap[K]>;
|
|
6059
|
-
getElementsByTagName<K extends keyof MathMLElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<MathMLElementTagNameMap[K]>;
|
|
6060
|
-
getElementsByTagName<K extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K]>;
|
|
6061
|
-
getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
|
|
6062
|
-
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
|
|
6063
|
-
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
|
|
6064
|
-
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1998/Math/MathML", localName: string): HTMLCollectionOf<MathMLElement>;
|
|
6065
|
-
getElementsByTagNameNS(namespace: string | null, localName: string): HTMLCollectionOf<Element>;
|
|
6066
|
-
getHTML(options?: GetHTMLOptions): string;
|
|
6067
|
-
hasAttribute(qualifiedName: string): boolean;
|
|
6068
|
-
hasAttributeNS(namespace: string | null, localName: string): boolean;
|
|
6069
|
-
hasAttributes(): boolean;
|
|
6070
|
-
hasPointerCapture(pointerId: number): boolean;
|
|
6071
|
-
insertAdjacentElement(where: InsertPosition, element: Element): Element | null;
|
|
6072
|
-
insertAdjacentHTML(position: InsertPosition, string: string): void;
|
|
6073
|
-
insertAdjacentText(where: InsertPosition, data: string): void;
|
|
6074
|
-
matches(selectors: string): boolean;
|
|
6075
|
-
releasePointerCapture(pointerId: number): void;
|
|
6076
|
-
removeAttribute(qualifiedName: string): void;
|
|
6077
|
-
removeAttributeNS(namespace: string | null, localName: string): void;
|
|
6078
|
-
removeAttributeNode(attr: Attr): Attr;
|
|
6079
|
-
requestFullscreen(options?: FullscreenOptions): Promise<void>;
|
|
6080
|
-
requestPointerLock(options?: PointerLockOptions): Promise<void>;
|
|
6081
|
-
scroll(options?: ScrollToOptions): void;
|
|
6082
|
-
scroll(x: number, y: number): void;
|
|
6083
|
-
scrollBy(options?: ScrollToOptions): void;
|
|
6084
|
-
scrollBy(x: number, y: number): void;
|
|
6085
|
-
scrollIntoView(arg?: boolean | ScrollIntoViewOptions): void;
|
|
6086
|
-
scrollTo(options?: ScrollToOptions): void;
|
|
6087
|
-
scrollTo(x: number, y: number): void;
|
|
6088
|
-
setAttribute(qualifiedName: string, value: string): void;
|
|
6089
|
-
setAttributeNS(namespace: string | null, qualifiedName: string, value: string): void;
|
|
6090
|
-
setAttributeNode(attr: Attr): Attr | null;
|
|
6091
|
-
setAttributeNodeNS(attr: Attr): Attr | null;
|
|
6092
|
-
setHTMLUnsafe(html: string): void;
|
|
6093
|
-
setPointerCapture(pointerId: number): void;
|
|
6094
|
-
toggleAttribute(qualifiedName: string, force?: boolean): boolean;
|
|
6095
|
-
webkitMatchesSelector(selectors: string): boolean;
|
|
6096
|
-
textContent: string;
|
|
6097
|
-
readonly baseURI: string;
|
|
6098
|
-
readonly childNodes: NodeListOf<ChildNode>;
|
|
6099
|
-
readonly firstChild: ChildNode | null;
|
|
6100
|
-
readonly isConnected: boolean;
|
|
6101
|
-
readonly lastChild: ChildNode | null;
|
|
6102
|
-
readonly nextSibling: ChildNode | null;
|
|
6103
|
-
readonly nodeName: string;
|
|
6104
|
-
readonly nodeType: number;
|
|
6105
|
-
nodeValue: string | null;
|
|
6106
|
-
readonly parentElement: HTMLElement | null;
|
|
6107
|
-
readonly parentNode: ParentNode | null;
|
|
6108
|
-
readonly previousSibling: ChildNode | null;
|
|
6109
|
-
appendChild<T_1 extends Node>(node: T_1): T_1;
|
|
6110
|
-
compareDocumentPosition(other: Node): number;
|
|
6111
|
-
contains(other: Node | null): boolean;
|
|
6112
|
-
getRootNode(options?: GetRootNodeOptions): Node;
|
|
6113
|
-
hasChildNodes(): boolean;
|
|
6114
|
-
insertBefore<T_1 extends Node>(node: T_1, child: Node | null): T_1;
|
|
6115
|
-
isDefaultNamespace(namespace: string | null): boolean;
|
|
6116
|
-
isEqualNode(otherNode: Node | null): boolean;
|
|
6117
|
-
isSameNode(otherNode: Node | null): boolean;
|
|
6118
|
-
lookupNamespaceURI(prefix: string | null): string | null;
|
|
6119
|
-
lookupPrefix(namespace: string | null): string | null;
|
|
6120
|
-
normalize(): void;
|
|
6121
|
-
removeChild<T_1 extends Node>(child: T_1): T_1;
|
|
6122
|
-
replaceChild<T_1 extends Node>(node: Node, child: T_1): T_1;
|
|
6123
|
-
readonly ELEMENT_NODE: 1;
|
|
6124
|
-
readonly ATTRIBUTE_NODE: 2;
|
|
6125
|
-
readonly TEXT_NODE: 3;
|
|
6126
|
-
readonly CDATA_SECTION_NODE: 4;
|
|
6127
|
-
readonly ENTITY_REFERENCE_NODE: 5;
|
|
6128
|
-
readonly ENTITY_NODE: 6;
|
|
6129
|
-
readonly PROCESSING_INSTRUCTION_NODE: 7;
|
|
6130
|
-
readonly COMMENT_NODE: 8;
|
|
6131
|
-
readonly DOCUMENT_NODE: 9;
|
|
6132
|
-
readonly DOCUMENT_TYPE_NODE: 10;
|
|
6133
|
-
readonly DOCUMENT_FRAGMENT_NODE: 11;
|
|
6134
|
-
readonly NOTATION_NODE: 12;
|
|
6135
|
-
readonly DOCUMENT_POSITION_DISCONNECTED: 1;
|
|
6136
|
-
readonly DOCUMENT_POSITION_PRECEDING: 2;
|
|
6137
|
-
readonly DOCUMENT_POSITION_FOLLOWING: 4;
|
|
6138
|
-
readonly DOCUMENT_POSITION_CONTAINS: 8;
|
|
6139
|
-
readonly DOCUMENT_POSITION_CONTAINED_BY: 16;
|
|
6140
|
-
readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: 32;
|
|
6141
|
-
dispatchEvent(event: Event): boolean;
|
|
6142
|
-
ariaActiveDescendantElement: Element | null;
|
|
6143
|
-
ariaAtomic: string | null;
|
|
6144
|
-
ariaAutoComplete: string | null;
|
|
6145
|
-
ariaBrailleLabel: string | null;
|
|
6146
|
-
ariaBrailleRoleDescription: string | null;
|
|
6147
|
-
ariaBusy: string | null;
|
|
6148
|
-
ariaChecked: string | null;
|
|
6149
|
-
ariaColCount: string | null;
|
|
6150
|
-
ariaColIndex: string | null;
|
|
6151
|
-
ariaColIndexText: string | null;
|
|
6152
|
-
ariaColSpan: string | null;
|
|
6153
|
-
ariaControlsElements: ReadonlyArray<Element> | null;
|
|
6154
|
-
ariaCurrent: string | null;
|
|
6155
|
-
ariaDescribedByElements: ReadonlyArray<Element> | null;
|
|
6156
|
-
ariaDescription: string | null;
|
|
6157
|
-
ariaDetailsElements: ReadonlyArray<Element> | null;
|
|
6158
|
-
ariaDisabled: string | null;
|
|
6159
|
-
ariaErrorMessageElements: ReadonlyArray<Element> | null;
|
|
6160
|
-
ariaExpanded: string | null;
|
|
6161
|
-
ariaFlowToElements: ReadonlyArray<Element> | null;
|
|
6162
|
-
ariaHasPopup: string | null;
|
|
6163
|
-
ariaHidden: string | null;
|
|
6164
|
-
ariaInvalid: string | null;
|
|
6165
|
-
ariaKeyShortcuts: string | null;
|
|
6166
|
-
ariaLabel: string | null;
|
|
6167
|
-
ariaLabelledByElements: ReadonlyArray<Element> | null;
|
|
6168
|
-
ariaLevel: string | null;
|
|
6169
|
-
ariaLive: string | null;
|
|
6170
|
-
ariaModal: string | null;
|
|
6171
|
-
ariaMultiLine: string | null;
|
|
6172
|
-
ariaMultiSelectable: string | null;
|
|
6173
|
-
ariaOrientation: string | null;
|
|
6174
|
-
ariaOwnsElements: ReadonlyArray<Element> | null;
|
|
6175
|
-
ariaPlaceholder: string | null;
|
|
6176
|
-
ariaPosInSet: string | null;
|
|
6177
|
-
ariaPressed: string | null;
|
|
6178
|
-
ariaReadOnly: string | null;
|
|
6179
|
-
ariaRelevant: string | null;
|
|
6180
|
-
ariaRequired: string | null;
|
|
6181
|
-
ariaRoleDescription: string | null;
|
|
6182
|
-
ariaRowCount: string | null;
|
|
6183
|
-
ariaRowIndex: string | null;
|
|
6184
|
-
ariaRowIndexText: string | null;
|
|
6185
|
-
ariaRowSpan: string | null;
|
|
6186
|
-
ariaSelected: string | null;
|
|
6187
|
-
ariaSetSize: string | null;
|
|
6188
|
-
ariaSort: string | null;
|
|
6189
|
-
ariaValueMax: string | null;
|
|
6190
|
-
ariaValueMin: string | null;
|
|
6191
|
-
ariaValueNow: string | null;
|
|
6192
|
-
ariaValueText: string | null;
|
|
6193
|
-
role: string | null;
|
|
6194
|
-
animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions): Animation;
|
|
6195
|
-
getAnimations(options?: GetAnimationsOptions): Animation[];
|
|
6196
|
-
after(...nodes: (Node | string)[]): void;
|
|
6197
|
-
before(...nodes: (Node | string)[]): void;
|
|
6198
|
-
remove(): void;
|
|
6199
|
-
replaceWith(...nodes: (Node | string)[]): void;
|
|
6200
|
-
readonly nextElementSibling: Element | null;
|
|
6201
|
-
readonly previousElementSibling: Element | null;
|
|
6202
|
-
readonly childElementCount: number;
|
|
6203
|
-
readonly children: HTMLCollection;
|
|
6204
|
-
readonly firstElementChild: Element | null;
|
|
6205
|
-
readonly lastElementChild: Element | null;
|
|
6206
|
-
append(...nodes: (Node | string)[]): void;
|
|
6207
|
-
prepend(...nodes: (Node | string)[]): void;
|
|
6208
|
-
querySelector<K extends keyof HTMLElementTagNameMap>(selectors: K): HTMLElementTagNameMap[K] | null;
|
|
6209
|
-
querySelector<K extends keyof SVGElementTagNameMap>(selectors: K): SVGElementTagNameMap[K] | null;
|
|
6210
|
-
querySelector<K extends keyof MathMLElementTagNameMap>(selectors: K): MathMLElementTagNameMap[K] | null;
|
|
6211
|
-
querySelector<K extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K): HTMLElementDeprecatedTagNameMap[K] | null;
|
|
6212
|
-
querySelector<E extends Element = Element>(selectors: string): E | null;
|
|
6213
|
-
querySelectorAll<K extends keyof HTMLElementTagNameMap>(selectors: K): NodeListOf<HTMLElementTagNameMap[K]>;
|
|
6214
|
-
querySelectorAll<K extends keyof SVGElementTagNameMap>(selectors: K): NodeListOf<SVGElementTagNameMap[K]>;
|
|
6215
|
-
querySelectorAll<K extends keyof MathMLElementTagNameMap>(selectors: K): NodeListOf<MathMLElementTagNameMap[K]>;
|
|
6216
|
-
querySelectorAll<K extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K): NodeListOf<HTMLElementDeprecatedTagNameMap[K]>;
|
|
6217
|
-
querySelectorAll<E extends Element = Element>(selectors: string): NodeListOf<E>;
|
|
6218
|
-
replaceChildren(...nodes: (Node | string)[]): void;
|
|
6219
|
-
readonly assignedSlot: HTMLSlotElement | null;
|
|
6220
|
-
readonly attributeStyleMap: StylePropertyMap;
|
|
6221
|
-
get style(): CSSStyleDeclaration;
|
|
6222
|
-
set style(cssText: string): any;
|
|
6223
|
-
contentEditable: string;
|
|
6224
|
-
enterKeyHint: string;
|
|
6225
|
-
inputMode: string;
|
|
6226
|
-
readonly isContentEditable: boolean;
|
|
6227
|
-
onabort: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
|
|
6228
|
-
onanimationcancel: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
6229
|
-
onanimationend: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
6230
|
-
onanimationiteration: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
6231
|
-
onanimationstart: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
6232
|
-
onauxclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
6233
|
-
onbeforeinput: ((this: GlobalEventHandlers, ev: InputEvent) => any) | null;
|
|
6234
|
-
onbeforematch: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
6235
|
-
onbeforetoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
|
|
6236
|
-
onblur: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
|
|
6237
|
-
oncancel: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
6238
|
-
oncanplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
6239
|
-
oncanplaythrough: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
6240
|
-
onchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
6241
|
-
onclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
6242
|
-
onclose: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
6243
|
-
oncontextlost: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
6244
|
-
oncontextmenu: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
6245
|
-
oncontextrestored: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
6246
|
-
oncopy: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
6247
|
-
oncuechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
6248
|
-
oncut: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
6249
|
-
ondblclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
6250
|
-
ondrag: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
6251
|
-
ondragend: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
6252
|
-
ondragenter: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
6253
|
-
ondragleave: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
6254
|
-
ondragover: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
6255
|
-
ondragstart: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
6256
|
-
ondrop: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
6257
|
-
ondurationchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
6258
|
-
onemptied: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
6259
|
-
onended: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
6260
|
-
onerror: OnErrorEventHandler;
|
|
6261
|
-
onfocus: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
|
|
6262
|
-
onformdata: ((this: GlobalEventHandlers, ev: FormDataEvent) => any) | null;
|
|
6263
|
-
ongotpointercapture: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
6264
|
-
oninput: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
6265
|
-
oninvalid: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
6266
|
-
onkeydown: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
|
|
6267
|
-
onkeypress: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
|
|
6268
|
-
onkeyup: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
|
|
6269
|
-
onload: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
6270
|
-
onloadeddata: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
6271
|
-
onloadedmetadata: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
6272
|
-
onloadstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
6273
|
-
onlostpointercapture: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
6274
|
-
onmousedown: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
6275
|
-
onmouseenter: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
6276
|
-
onmouseleave: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
6277
|
-
onmousemove: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
6278
|
-
onmouseout: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
6279
|
-
onmouseover: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
6280
|
-
onmouseup: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
6281
|
-
onpaste: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
6282
|
-
onpause: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
6283
|
-
onplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
6284
|
-
onplaying: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
6285
|
-
onpointercancel: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
6286
|
-
onpointerdown: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
6287
|
-
onpointerenter: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
6288
|
-
onpointerleave: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
6289
|
-
onpointermove: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
6290
|
-
onpointerout: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
6291
|
-
onpointerover: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
6292
|
-
onpointerrawupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
6293
|
-
onpointerup: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
6294
|
-
onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent) => any) | null;
|
|
6295
|
-
onratechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
6296
|
-
onreset: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
6297
|
-
onresize: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
|
|
6298
|
-
onscroll: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
6299
|
-
onscrollend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
6300
|
-
onsecuritypolicyviolation: ((this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any) | null;
|
|
6301
|
-
onseeked: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
6302
|
-
onseeking: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
6303
|
-
onselect: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
6304
|
-
onselectionchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
6305
|
-
onselectstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
6306
|
-
onslotchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
6307
|
-
onstalled: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
6308
|
-
onsubmit: ((this: GlobalEventHandlers, ev: SubmitEvent) => any) | null;
|
|
6309
|
-
onsuspend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
6310
|
-
ontimeupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
6311
|
-
ontoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
|
|
6312
|
-
ontouchcancel?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
6313
|
-
ontouchend?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
6314
|
-
ontouchmove?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
6315
|
-
ontouchstart?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
6316
|
-
ontransitioncancel: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
6317
|
-
ontransitionend: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
6318
|
-
ontransitionrun: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
6319
|
-
ontransitionstart: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
6320
|
-
onvolumechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
6321
|
-
onwaiting: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
6322
|
-
onwebkitanimationend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
6323
|
-
onwebkitanimationiteration: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
6324
|
-
onwebkitanimationstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
6325
|
-
onwebkittransitionend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
6326
|
-
onwheel: ((this: GlobalEventHandlers, ev: WheelEvent) => any) | null;
|
|
6327
|
-
autofocus: boolean;
|
|
6328
|
-
readonly dataset: DOMStringMap;
|
|
6329
|
-
nonce?: string;
|
|
6330
|
-
tabIndex: number;
|
|
6331
|
-
blur(): void;
|
|
6332
|
-
focus(options?: FocusOptions): void;
|
|
6333
|
-
}) & typeof FoundationElement;
|
|
3794
|
+
declare const MulticolumnDropdown_base: typeof FoundationElement & Constructable<LifecycleElement>;
|
|
6334
3795
|
|
|
6335
3796
|
/**
|
|
6336
3797
|
* Multicolumn Dropdown styles.
|