@bryntum/grid-thin-trial 7.3.2 → 7.3.3
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/grid.d.ts +80 -70
- package/lib/column/Column.js +1 -1
- package/lib/feature/Filter.js +1 -1
- package/lib/feature/export/PdfExport.js +4 -4
- package/lib/feature/export/exporter/ExporterBase.js +6 -6
- package/lib/view/Grid.js +1 -1
- package/lib/view/GridBase.js +1 -1
- package/lib/view/export/ExportDialog.js +1 -1
- package/package.json +1 -1
package/grid.d.ts
CHANGED
|
@@ -673,7 +673,7 @@ type ActionColumnConfig = {
|
|
|
673
673
|
*/
|
|
674
674
|
alwaysClearCell?: boolean
|
|
675
675
|
/**
|
|
676
|
-
* The `aria-label` to use for this Column
|
|
676
|
+
* The `aria-label` to use for this Column's header element
|
|
677
677
|
*/
|
|
678
678
|
ariaLabel?: string
|
|
679
679
|
/**
|
|
@@ -1316,7 +1316,7 @@ type AggregateColumnConfig = {
|
|
|
1316
1316
|
*/
|
|
1317
1317
|
alwaysClearCell?: boolean
|
|
1318
1318
|
/**
|
|
1319
|
-
* The `aria-label` to use for this Column
|
|
1319
|
+
* The `aria-label` to use for this Column's header element
|
|
1320
1320
|
*/
|
|
1321
1321
|
ariaLabel?: string
|
|
1322
1322
|
/**
|
|
@@ -2057,7 +2057,7 @@ type ChartColumnConfig = {
|
|
|
2057
2057
|
*/
|
|
2058
2058
|
alwaysClearCell?: boolean
|
|
2059
2059
|
/**
|
|
2060
|
-
* The `aria-label` to use for this Column
|
|
2060
|
+
* The `aria-label` to use for this Column's header element
|
|
2061
2061
|
*/
|
|
2062
2062
|
ariaLabel?: string
|
|
2063
2063
|
/**
|
|
@@ -2795,7 +2795,7 @@ type CheckColumnConfig = {
|
|
|
2795
2795
|
*/
|
|
2796
2796
|
alwaysClearCell?: boolean
|
|
2797
2797
|
/**
|
|
2798
|
-
* The `aria-label` to use for this Column
|
|
2798
|
+
* The `aria-label` to use for this Column's header element
|
|
2799
2799
|
*/
|
|
2800
2800
|
ariaLabel?: string
|
|
2801
2801
|
/**
|
|
@@ -3557,7 +3557,7 @@ type ColorColumnConfig = {
|
|
|
3557
3557
|
*/
|
|
3558
3558
|
alwaysClearCell?: boolean
|
|
3559
3559
|
/**
|
|
3560
|
-
* The `aria-label` to use for this Column
|
|
3560
|
+
* The `aria-label` to use for this Column's header element
|
|
3561
3561
|
*/
|
|
3562
3562
|
ariaLabel?: string
|
|
3563
3563
|
/**
|
|
@@ -4252,7 +4252,7 @@ type ColumnConfig = {
|
|
|
4252
4252
|
*/
|
|
4253
4253
|
alwaysClearCell?: boolean
|
|
4254
4254
|
/**
|
|
4255
|
-
* The `aria-label` to use for this Column
|
|
4255
|
+
* The `aria-label` to use for this Column's header element
|
|
4256
4256
|
*/
|
|
4257
4257
|
ariaLabel?: string
|
|
4258
4258
|
/**
|
|
@@ -4826,7 +4826,7 @@ export class Column extends Model {
|
|
|
4826
4826
|
*/
|
|
4827
4827
|
alwaysClearCell: boolean
|
|
4828
4828
|
/**
|
|
4829
|
-
* The `aria-label` to use for this Column
|
|
4829
|
+
* The `aria-label` to use for this Column's header element
|
|
4830
4830
|
*/
|
|
4831
4831
|
ariaLabel: string
|
|
4832
4832
|
/**
|
|
@@ -5522,7 +5522,7 @@ type CurrencyColumnConfig = {
|
|
|
5522
5522
|
*/
|
|
5523
5523
|
alwaysClearCell?: boolean
|
|
5524
5524
|
/**
|
|
5525
|
-
* The `aria-label` to use for this Column
|
|
5525
|
+
* The `aria-label` to use for this Column's header element
|
|
5526
5526
|
*/
|
|
5527
5527
|
ariaLabel?: string
|
|
5528
5528
|
/**
|
|
@@ -6240,7 +6240,7 @@ type DateColumnConfig = {
|
|
|
6240
6240
|
*/
|
|
6241
6241
|
alwaysClearCell?: boolean
|
|
6242
6242
|
/**
|
|
6243
|
-
* The `aria-label` to use for this Column
|
|
6243
|
+
* The `aria-label` to use for this Column's header element
|
|
6244
6244
|
*/
|
|
6245
6245
|
ariaLabel?: string
|
|
6246
6246
|
/**
|
|
@@ -6965,7 +6965,7 @@ type NumberColumnConfig = {
|
|
|
6965
6965
|
*/
|
|
6966
6966
|
alwaysClearCell?: boolean
|
|
6967
6967
|
/**
|
|
6968
|
-
* The `aria-label` to use for this Column
|
|
6968
|
+
* The `aria-label` to use for this Column's header element
|
|
6969
6969
|
*/
|
|
6970
6970
|
ariaLabel?: string
|
|
6971
6971
|
/**
|
|
@@ -7705,7 +7705,7 @@ type PercentColumnConfig = {
|
|
|
7705
7705
|
*/
|
|
7706
7706
|
alwaysClearCell?: boolean
|
|
7707
7707
|
/**
|
|
7708
|
-
* The `aria-label` to use for this Column
|
|
7708
|
+
* The `aria-label` to use for this Column's header element
|
|
7709
7709
|
*/
|
|
7710
7710
|
ariaLabel?: string
|
|
7711
7711
|
/**
|
|
@@ -8431,7 +8431,7 @@ type RatingColumnConfig = {
|
|
|
8431
8431
|
*/
|
|
8432
8432
|
alwaysClearCell?: boolean
|
|
8433
8433
|
/**
|
|
8434
|
-
* The `aria-label` to use for this Column
|
|
8434
|
+
* The `aria-label` to use for this Column's header element
|
|
8435
8435
|
*/
|
|
8436
8436
|
ariaLabel?: string
|
|
8437
8437
|
/**
|
|
@@ -9154,7 +9154,7 @@ type RowNumberColumnConfig = {
|
|
|
9154
9154
|
*/
|
|
9155
9155
|
alwaysClearCell?: boolean
|
|
9156
9156
|
/**
|
|
9157
|
-
* The `aria-label` to use for this Column
|
|
9157
|
+
* The `aria-label` to use for this Column's header element
|
|
9158
9158
|
*/
|
|
9159
9159
|
ariaLabel?: string
|
|
9160
9160
|
/**
|
|
@@ -9715,7 +9715,7 @@ type SparklineColumnConfig = {
|
|
|
9715
9715
|
*/
|
|
9716
9716
|
alwaysClearCell?: boolean
|
|
9717
9717
|
/**
|
|
9718
|
-
* The `aria-label` to use for this Column
|
|
9718
|
+
* The `aria-label` to use for this Column's header element
|
|
9719
9719
|
*/
|
|
9720
9720
|
ariaLabel?: string
|
|
9721
9721
|
/**
|
|
@@ -10414,7 +10414,7 @@ type TemplateColumnConfig = {
|
|
|
10414
10414
|
*/
|
|
10415
10415
|
alwaysClearCell?: boolean
|
|
10416
10416
|
/**
|
|
10417
|
-
* The `aria-label` to use for this Column
|
|
10417
|
+
* The `aria-label` to use for this Column's header element
|
|
10418
10418
|
*/
|
|
10419
10419
|
ariaLabel?: string
|
|
10420
10420
|
/**
|
|
@@ -11100,7 +11100,7 @@ type TimeColumnConfig = {
|
|
|
11100
11100
|
*/
|
|
11101
11101
|
alwaysClearCell?: boolean
|
|
11102
11102
|
/**
|
|
11103
|
-
* The `aria-label` to use for this Column
|
|
11103
|
+
* The `aria-label` to use for this Column's header element
|
|
11104
11104
|
*/
|
|
11105
11105
|
ariaLabel?: string
|
|
11106
11106
|
/**
|
|
@@ -11783,7 +11783,7 @@ type TreeColumnConfig = {
|
|
|
11783
11783
|
*/
|
|
11784
11784
|
alwaysClearCell?: boolean
|
|
11785
11785
|
/**
|
|
11786
|
-
* The `aria-label` to use for this Column
|
|
11786
|
+
* The `aria-label` to use for this Column's header element
|
|
11787
11787
|
*/
|
|
11788
11788
|
ariaLabel?: string
|
|
11789
11789
|
/**
|
|
@@ -12519,7 +12519,7 @@ type WidgetColumnConfig = {
|
|
|
12519
12519
|
*/
|
|
12520
12520
|
alwaysClearCell?: boolean
|
|
12521
12521
|
/**
|
|
12522
|
-
* The `aria-label` to use for this Column
|
|
12522
|
+
* The `aria-label` to use for this Column's header element
|
|
12523
12523
|
*/
|
|
12524
12524
|
ariaLabel?: string
|
|
12525
12525
|
/**
|
|
@@ -16100,9 +16100,10 @@ type CellTooltipConfig = {
|
|
|
16100
16100
|
catchEventHandlerExceptions?: boolean
|
|
16101
16101
|
/**
|
|
16102
16102
|
* *Only valid if this Widget is [floating](https://bryntum.com/products/grid/docs/api/Core/widget/Widget#config-floating).*
|
|
16103
|
-
*
|
|
16103
|
+
* [More...](https://bryntum.com/products/grid/docs/api/Grid/feature/CellTooltip#config-centered)
|
|
16104
|
+
* @property {boolean} [once] If `true`, the Widget will be centred on its first show, but if it is moved at runtime, it will opt out of centering for future shows.
|
|
16104
16105
|
*/
|
|
16105
|
-
centered?: boolean
|
|
16106
|
+
centered?: boolean|object
|
|
16106
16107
|
/**
|
|
16107
16108
|
* The widget which this plugin is to attach to.
|
|
16108
16109
|
*/
|
|
@@ -16407,7 +16408,7 @@ type CellTooltipConfig = {
|
|
|
16407
16408
|
*/
|
|
16408
16409
|
labelPosition?: 'before'|'above'|'align-before'|'auto'|null
|
|
16409
16410
|
/**
|
|
16410
|
-
* Sets `labelWidth
|
|
16411
|
+
* Sets `labelWidth` for all children of this Container, that do not define their own `labelWidth`.
|
|
16411
16412
|
* [More...](https://bryntum.com/products/grid/docs/api/Grid/feature/CellTooltip#config-labelWidth)
|
|
16412
16413
|
*/
|
|
16413
16414
|
labelWidth?: number|null
|
|
@@ -16624,7 +16625,7 @@ type CellTooltipConfig = {
|
|
|
16624
16625
|
rtl?: boolean
|
|
16625
16626
|
/**
|
|
16626
16627
|
* Defines what to do if document is scrolled while Widget is visible (only relevant when floating is set to `true`).
|
|
16627
|
-
* Valid values:
|
|
16628
|
+
* Valid values: `null`: do nothing, `hide`: hide the widget or `realign`: realign to the target if possible.
|
|
16628
16629
|
*/
|
|
16629
16630
|
scrollAction?: 'hide'|'realign'|null
|
|
16630
16631
|
/**
|
|
@@ -26169,8 +26170,8 @@ type PdfExportConfig = {
|
|
|
26169
26170
|
*/
|
|
26170
26171
|
fileName?: string
|
|
26171
26172
|
/**
|
|
26172
|
-
* A template function used to generate a page footer. It is passed an object with
|
|
26173
|
-
* `totalPages
|
|
26173
|
+
* A template function used to generate a page footer. It is passed an object with `currentPage` and
|
|
26174
|
+
* `totalPages` properties.
|
|
26174
26175
|
* [More...](https://bryntum.com/products/grid/docs/api/Grid/feature/export/PdfExport#config-footerTpl)
|
|
26175
26176
|
* @param {object} data Data object
|
|
26176
26177
|
* @param {number} data.currentPage Current page number
|
|
@@ -26179,8 +26180,8 @@ type PdfExportConfig = {
|
|
|
26179
26180
|
*/
|
|
26180
26181
|
footerTpl?: (data: { currentPage: number, totalPages: number }) => string
|
|
26181
26182
|
/**
|
|
26182
|
-
* A template function used to generate a page header. It is passed an object with
|
|
26183
|
-
* `totalPages
|
|
26183
|
+
* A template function used to generate a page header. It is passed an object with `currentPage` and
|
|
26184
|
+
* `totalPages` properties.
|
|
26184
26185
|
* [More...](https://bryntum.com/products/grid/docs/api/Grid/feature/export/PdfExport#config-headerTpl)
|
|
26185
26186
|
* @param {object} data Data object
|
|
26186
26187
|
* @param {number} data.currentPage Current page number
|
|
@@ -26610,8 +26611,8 @@ type PrintConfig = {
|
|
|
26610
26611
|
*/
|
|
26611
26612
|
exporters?: Exporter[]
|
|
26612
26613
|
/**
|
|
26613
|
-
* A template function used to generate a page footer. It is passed an object with
|
|
26614
|
-
* `totalPages
|
|
26614
|
+
* A template function used to generate a page footer. It is passed an object with `currentPage` and
|
|
26615
|
+
* `totalPages` properties.
|
|
26615
26616
|
* [More...](https://bryntum.com/products/grid/docs/api/Grid/feature/export/Print#config-footerTpl)
|
|
26616
26617
|
* @param {object} data Data object
|
|
26617
26618
|
* @param {number} data.currentPage Current page number
|
|
@@ -26620,8 +26621,8 @@ type PrintConfig = {
|
|
|
26620
26621
|
*/
|
|
26621
26622
|
footerTpl?: (data: { currentPage: number, totalPages: number }) => string
|
|
26622
26623
|
/**
|
|
26623
|
-
* A template function used to generate a page header. It is passed an object with
|
|
26624
|
-
* `totalPages
|
|
26624
|
+
* A template function used to generate a page header. It is passed an object with `currentPage` and
|
|
26625
|
+
* `totalPages` properties.
|
|
26625
26626
|
* [More...](https://bryntum.com/products/grid/docs/api/Grid/feature/export/Print#config-headerTpl)
|
|
26626
26627
|
* @param {object} data Data object
|
|
26627
26628
|
* @param {number} data.currentPage Current page number
|
|
@@ -30896,7 +30897,7 @@ type GridConfig = {
|
|
|
30896
30897
|
*/
|
|
30897
30898
|
labelPosition?: 'before'|'above'|'align-before'|'auto'|null
|
|
30898
30899
|
/**
|
|
30899
|
-
* Sets `labelWidth
|
|
30900
|
+
* Sets `labelWidth` for all children of this Container, that do not define their own `labelWidth`.
|
|
30900
30901
|
* [More...](https://bryntum.com/products/grid/docs/api/Grid/view/Grid#config-labelWidth)
|
|
30901
30902
|
*/
|
|
30902
30903
|
labelWidth?: number|null
|
|
@@ -34957,7 +34958,7 @@ type GridBaseConfig = {
|
|
|
34957
34958
|
*/
|
|
34958
34959
|
labelPosition?: 'before'|'above'|'align-before'|'auto'|null
|
|
34959
34960
|
/**
|
|
34960
|
-
* Sets `labelWidth
|
|
34961
|
+
* Sets `labelWidth` for all children of this Container, that do not define their own `labelWidth`.
|
|
34961
34962
|
* [More...](https://bryntum.com/products/grid/docs/api/Grid/view/GridBase#config-labelWidth)
|
|
34962
34963
|
*/
|
|
34963
34964
|
labelWidth?: number|null
|
|
@@ -38400,9 +38401,10 @@ type SubGridConfig = {
|
|
|
38400
38401
|
catchEventHandlerExceptions?: boolean
|
|
38401
38402
|
/**
|
|
38402
38403
|
* *Only valid if this Widget is [floating](https://bryntum.com/products/grid/docs/api/Core/widget/Widget#config-floating).*
|
|
38403
|
-
*
|
|
38404
|
+
* [More...](https://bryntum.com/products/grid/docs/api/Grid/view/SubGrid#config-centered)
|
|
38405
|
+
* @property {boolean} [once] If `true`, the Widget will be centred on its first show, but if it is moved at runtime, it will opt out of centering for future shows.
|
|
38404
38406
|
*/
|
|
38405
|
-
centered?: boolean
|
|
38407
|
+
centered?: boolean|object
|
|
38406
38408
|
/**
|
|
38407
38409
|
* Custom CSS classes to add to element.
|
|
38408
38410
|
* May be specified as a space separated string, or as an object in which property names
|
|
@@ -41435,7 +41437,7 @@ type TreeGridConfig = {
|
|
|
41435
41437
|
*/
|
|
41436
41438
|
labelPosition?: 'before'|'above'|'align-before'|'auto'|null
|
|
41437
41439
|
/**
|
|
41438
|
-
* Sets `labelWidth
|
|
41440
|
+
* Sets `labelWidth` for all children of this Container, that do not define their own `labelWidth`.
|
|
41439
41441
|
* [More...](https://bryntum.com/products/grid/docs/api/Grid/view/TreeGrid#config-labelWidth)
|
|
41440
41442
|
*/
|
|
41441
41443
|
labelWidth?: number|null
|
|
@@ -43485,9 +43487,10 @@ type ExportDialogConfig = {
|
|
|
43485
43487
|
catchEventHandlerExceptions?: boolean
|
|
43486
43488
|
/**
|
|
43487
43489
|
* *Only valid if this Widget is [floating](https://bryntum.com/products/grid/docs/api/Core/widget/Widget#config-floating).*
|
|
43488
|
-
*
|
|
43490
|
+
* [More...](https://bryntum.com/products/grid/docs/api/Grid/view/export/ExportDialog#config-centered)
|
|
43491
|
+
* @property {boolean} [once] If `true`, the Widget will be centred on its first show, but if it is moved at runtime, it will opt out of centering for future shows.
|
|
43489
43492
|
*/
|
|
43490
|
-
centered?: boolean
|
|
43493
|
+
centered?: boolean|object
|
|
43491
43494
|
/**
|
|
43492
43495
|
* Grid instance to build export dialog for
|
|
43493
43496
|
*/
|
|
@@ -43752,7 +43755,7 @@ type ExportDialogConfig = {
|
|
|
43752
43755
|
*/
|
|
43753
43756
|
labelPosition?: 'before'|'above'|'align-before'|'auto'|null
|
|
43754
43757
|
/**
|
|
43755
|
-
* Sets `labelWidth
|
|
43758
|
+
* Sets `labelWidth` for all children of this Container, that do not define their own `labelWidth`.
|
|
43756
43759
|
* [More...](https://bryntum.com/products/grid/docs/api/Grid/view/export/ExportDialog#config-labelWidth)
|
|
43757
43760
|
*/
|
|
43758
43761
|
labelWidth?: number|null
|
|
@@ -43957,7 +43960,7 @@ type ExportDialogConfig = {
|
|
|
43957
43960
|
rtl?: boolean
|
|
43958
43961
|
/**
|
|
43959
43962
|
* Defines what to do if document is scrolled while Widget is visible (only relevant when floating is set to `true`).
|
|
43960
|
-
* Valid values:
|
|
43963
|
+
* Valid values: `null`: do nothing, `hide`: hide the widget or `realign`: realign to the target if possible.
|
|
43961
43964
|
*/
|
|
43962
43965
|
scrollAction?: 'hide'|'realign'|null
|
|
43963
43966
|
/**
|
|
@@ -44307,7 +44310,7 @@ export class ExportDialog extends Popup {
|
|
|
44307
44310
|
/**
|
|
44308
44311
|
* Returns map of values of dialog fields.
|
|
44309
44312
|
*/
|
|
44310
|
-
|
|
44313
|
+
values: Record<string, object>
|
|
44311
44314
|
/**
|
|
44312
44315
|
* Fires before an object is destroyed.
|
|
44313
44316
|
* @param {object} event Event object
|
|
@@ -45469,9 +45472,10 @@ type AIFilterFieldConfig = {
|
|
|
45469
45472
|
catchEventHandlerExceptions?: boolean
|
|
45470
45473
|
/**
|
|
45471
45474
|
* *Only valid if this Widget is [floating](https://bryntum.com/products/grid/docs/api/Core/widget/Widget#config-floating).*
|
|
45472
|
-
*
|
|
45475
|
+
* [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/AIFilterField#config-centered)
|
|
45476
|
+
* @property {boolean} [once] If `true`, the Widget will be centred on its first show, but if it is moved at runtime, it will opt out of centering for future shows.
|
|
45473
45477
|
*/
|
|
45474
|
-
centered?: boolean
|
|
45478
|
+
centered?: boolean|object
|
|
45475
45479
|
/**
|
|
45476
45480
|
* A function (or the name of a function in the ownership hierarchy) called during field validation
|
|
45477
45481
|
* to perform custom validity checks. The function is called as part of the [isValid](https://bryntum.com/products/grid/docs/api/Core/widget/Field#property-isValid)
|
|
@@ -45572,7 +45576,7 @@ type AIFilterFieldConfig = {
|
|
|
45572
45576
|
dock?: 'top'|'bottom'|'left'|'right'|'start'|'end'|'header'|'pre-header'|object
|
|
45573
45577
|
/**
|
|
45574
45578
|
* *Only valid if this Widget is [floating](https://bryntum.com/products/grid/docs/api/Core/widget/Widget#config-floating).*
|
|
45575
|
-
* Set to `true` to be able to drag a widget freely on the page. Or set to an object with a
|
|
45579
|
+
* Set to `true` to be able to drag a widget freely on the page. Or set to an object with a `handleSelector`
|
|
45576
45580
|
* property which controls when a drag should start.
|
|
45577
45581
|
* [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/AIFilterField#config-draggable)
|
|
45578
45582
|
* @property {string} handleSelector CSS selector used to determine if drag can be started from a mouse-downed element inside the widget
|
|
@@ -45908,7 +45912,7 @@ type AIFilterFieldConfig = {
|
|
|
45908
45912
|
rtl?: boolean
|
|
45909
45913
|
/**
|
|
45910
45914
|
* Defines what to do if document is scrolled while Widget is visible (only relevant when floating is set to `true`).
|
|
45911
|
-
* Valid values:
|
|
45915
|
+
* Valid values: `null`: do nothing, `hide`: hide the widget or `realign`: realign to the target if possible.
|
|
45912
45916
|
*/
|
|
45913
45917
|
scrollAction?: 'hide'|'realign'|null
|
|
45914
45918
|
/**
|
|
@@ -46634,9 +46638,10 @@ type ChecklistFilterComboConfig = {
|
|
|
46634
46638
|
catchEventHandlerExceptions?: boolean
|
|
46635
46639
|
/**
|
|
46636
46640
|
* *Only valid if this Widget is [floating](https://bryntum.com/products/grid/docs/api/Core/widget/Widget#config-floating).*
|
|
46637
|
-
*
|
|
46641
|
+
* [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/ChecklistFilterCombo#config-centered)
|
|
46642
|
+
* @property {boolean} [once] If `true`, the Widget will be centred on its first show, but if it is moved at runtime, it will opt out of centering for future shows.
|
|
46638
46643
|
*/
|
|
46639
|
-
centered?: boolean
|
|
46644
|
+
centered?: boolean|object
|
|
46640
46645
|
/**
|
|
46641
46646
|
* A function (or the name of a function in the ownership hierarchy) called during field validation
|
|
46642
46647
|
* to perform custom validity checks. The function is called as part of the [isValid](https://bryntum.com/products/grid/docs/api/Core/widget/Field#property-isValid)
|
|
@@ -46771,7 +46776,7 @@ type ChecklistFilterComboConfig = {
|
|
|
46771
46776
|
dock?: 'top'|'bottom'|'left'|'right'|'start'|'end'|'header'|'pre-header'|object
|
|
46772
46777
|
/**
|
|
46773
46778
|
* *Only valid if this Widget is [floating](https://bryntum.com/products/grid/docs/api/Core/widget/Widget#config-floating).*
|
|
46774
|
-
* Set to `true` to be able to drag a widget freely on the page. Or set to an object with a
|
|
46779
|
+
* Set to `true` to be able to drag a widget freely on the page. Or set to an object with a `handleSelector`
|
|
46775
46780
|
* property which controls when a drag should start.
|
|
46776
46781
|
* [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/ChecklistFilterCombo#config-draggable)
|
|
46777
46782
|
* @property {string} handleSelector CSS selector used to determine if drag can be started from a mouse-downed element inside the widget
|
|
@@ -47218,7 +47223,7 @@ type ChecklistFilterComboConfig = {
|
|
|
47218
47223
|
rtl?: boolean
|
|
47219
47224
|
/**
|
|
47220
47225
|
* Defines what to do if document is scrolled while Widget is visible (only relevant when floating is set to `true`).
|
|
47221
|
-
* Valid values:
|
|
47226
|
+
* Valid values: `null`: do nothing, `hide`: hide the widget or `realign`: realign to the target if possible.
|
|
47222
47227
|
*/
|
|
47223
47228
|
scrollAction?: 'hide'|'realign'|null
|
|
47224
47229
|
/**
|
|
@@ -47856,9 +47861,10 @@ type GridChartDesignerConfig = {
|
|
|
47856
47861
|
catchEventHandlerExceptions?: boolean
|
|
47857
47862
|
/**
|
|
47858
47863
|
* *Only valid if this Widget is [floating](https://bryntum.com/products/grid/docs/api/Core/widget/Widget#config-floating).*
|
|
47859
|
-
*
|
|
47864
|
+
* [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridChartDesigner#config-centered)
|
|
47865
|
+
* @property {boolean} [once] If `true`, the Widget will be centred on its first show, but if it is moved at runtime, it will opt out of centering for future shows.
|
|
47860
47866
|
*/
|
|
47861
|
-
centered?: boolean
|
|
47867
|
+
centered?: boolean|object
|
|
47862
47868
|
/**
|
|
47863
47869
|
* Custom CSS classes to add to element.
|
|
47864
47870
|
* May be specified as a space separated string, or as an object in which property names
|
|
@@ -47931,7 +47937,7 @@ type GridChartDesignerConfig = {
|
|
|
47931
47937
|
dock?: 'top'|'bottom'|'left'|'right'|'start'|'end'|'header'|'pre-header'|object
|
|
47932
47938
|
/**
|
|
47933
47939
|
* *Only valid if this Widget is [floating](https://bryntum.com/products/grid/docs/api/Core/widget/Widget#config-floating).*
|
|
47934
|
-
* Set to `true` to be able to drag a widget freely on the page. Or set to an object with a
|
|
47940
|
+
* Set to `true` to be able to drag a widget freely on the page. Or set to an object with a `handleSelector`
|
|
47935
47941
|
* property which controls when a drag should start.
|
|
47936
47942
|
* [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridChartDesigner#config-draggable)
|
|
47937
47943
|
* @property {string} handleSelector CSS selector used to determine if drag can be started from a mouse-downed element inside the widget
|
|
@@ -48147,7 +48153,7 @@ type GridChartDesignerConfig = {
|
|
|
48147
48153
|
rtl?: boolean
|
|
48148
48154
|
/**
|
|
48149
48155
|
* Defines what to do if document is scrolled while Widget is visible (only relevant when floating is set to `true`).
|
|
48150
|
-
* Valid values:
|
|
48156
|
+
* Valid values: `null`: do nothing, `hide`: hide the widget or `realign`: realign to the target if possible.
|
|
48151
48157
|
*/
|
|
48152
48158
|
scrollAction?: 'hide'|'realign'|null
|
|
48153
48159
|
/**
|
|
@@ -48731,9 +48737,10 @@ type GridFieldFilterPickerConfig = {
|
|
|
48731
48737
|
catchEventHandlerExceptions?: boolean
|
|
48732
48738
|
/**
|
|
48733
48739
|
* *Only valid if this Widget is [floating](https://bryntum.com/products/grid/docs/api/Core/widget/Widget#config-floating).*
|
|
48734
|
-
*
|
|
48740
|
+
* [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-centered)
|
|
48741
|
+
* @property {boolean} [once] If `true`, the Widget will be centred on its first show, but if it is moved at runtime, it will opt out of centering for future shows.
|
|
48735
48742
|
*/
|
|
48736
|
-
centered?: boolean
|
|
48743
|
+
centered?: boolean|object
|
|
48737
48744
|
/**
|
|
48738
48745
|
* Custom CSS classes to add to element.
|
|
48739
48746
|
* May be specified as a space separated string, or as an object in which property names
|
|
@@ -48821,7 +48828,7 @@ type GridFieldFilterPickerConfig = {
|
|
|
48821
48828
|
dock?: 'top'|'bottom'|'left'|'right'|'start'|'end'|'header'|'pre-header'|object
|
|
48822
48829
|
/**
|
|
48823
48830
|
* *Only valid if this Widget is [floating](https://bryntum.com/products/grid/docs/api/Core/widget/Widget#config-floating).*
|
|
48824
|
-
* Set to `true` to be able to drag a widget freely on the page. Or set to an object with a
|
|
48831
|
+
* Set to `true` to be able to drag a widget freely on the page. Or set to an object with a `handleSelector`
|
|
48825
48832
|
* property which controls when a drag should start.
|
|
48826
48833
|
* [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-draggable)
|
|
48827
48834
|
* @property {string} handleSelector CSS selector used to determine if drag can be started from a mouse-downed element inside the widget
|
|
@@ -48957,7 +48964,7 @@ type GridFieldFilterPickerConfig = {
|
|
|
48957
48964
|
*/
|
|
48958
48965
|
labelPosition?: 'before'|'above'|'align-before'|'auto'|null
|
|
48959
48966
|
/**
|
|
48960
|
-
* Sets `labelWidth
|
|
48967
|
+
* Sets `labelWidth` for all children of this Container, that do not define their own `labelWidth`.
|
|
48961
48968
|
* [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-labelWidth)
|
|
48962
48969
|
*/
|
|
48963
48970
|
labelWidth?: number|null
|
|
@@ -49143,7 +49150,7 @@ type GridFieldFilterPickerConfig = {
|
|
|
49143
49150
|
rtl?: boolean
|
|
49144
49151
|
/**
|
|
49145
49152
|
* Defines what to do if document is scrolled while Widget is visible (only relevant when floating is set to `true`).
|
|
49146
|
-
* Valid values:
|
|
49153
|
+
* Valid values: `null`: do nothing, `hide`: hide the widget or `realign`: realign to the target if possible.
|
|
49147
49154
|
*/
|
|
49148
49155
|
scrollAction?: 'hide'|'realign'|null
|
|
49149
49156
|
/**
|
|
@@ -49812,9 +49819,10 @@ type GridFieldFilterPickerGroupConfig = {
|
|
|
49812
49819
|
catchEventHandlerExceptions?: boolean
|
|
49813
49820
|
/**
|
|
49814
49821
|
* *Only valid if this Widget is [floating](https://bryntum.com/products/grid/docs/api/Core/widget/Widget#config-floating).*
|
|
49815
|
-
*
|
|
49822
|
+
* [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPickerGroup#config-centered)
|
|
49823
|
+
* @property {boolean} [once] If `true`, the Widget will be centred on its first show, but if it is moved at runtime, it will opt out of centering for future shows.
|
|
49816
49824
|
*/
|
|
49817
|
-
centered?: boolean
|
|
49825
|
+
centered?: boolean|object
|
|
49818
49826
|
/**
|
|
49819
49827
|
* Custom CSS classes to add to element.
|
|
49820
49828
|
* May be specified as a space separated string, or as an object in which property names
|
|
@@ -49902,7 +49910,7 @@ type GridFieldFilterPickerGroupConfig = {
|
|
|
49902
49910
|
dock?: 'top'|'bottom'|'left'|'right'|'start'|'end'|'header'|'pre-header'|object
|
|
49903
49911
|
/**
|
|
49904
49912
|
* *Only valid if this Widget is [floating](https://bryntum.com/products/grid/docs/api/Core/widget/Widget#config-floating).*
|
|
49905
|
-
* Set to `true` to be able to drag a widget freely on the page. Or set to an object with a
|
|
49913
|
+
* Set to `true` to be able to drag a widget freely on the page. Or set to an object with a `handleSelector`
|
|
49906
49914
|
* property which controls when a drag should start.
|
|
49907
49915
|
* [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPickerGroup#config-draggable)
|
|
49908
49916
|
* @property {string} handleSelector CSS selector used to determine if drag can be started from a mouse-downed element inside the widget
|
|
@@ -50034,7 +50042,7 @@ type GridFieldFilterPickerGroupConfig = {
|
|
|
50034
50042
|
*/
|
|
50035
50043
|
labelPosition?: 'before'|'above'|'align-before'|'auto'|null
|
|
50036
50044
|
/**
|
|
50037
|
-
* Sets `labelWidth
|
|
50045
|
+
* Sets `labelWidth` for all children of this Container, that do not define their own `labelWidth`.
|
|
50038
50046
|
* [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPickerGroup#config-labelWidth)
|
|
50039
50047
|
*/
|
|
50040
50048
|
labelWidth?: number|null
|
|
@@ -50215,7 +50223,7 @@ type GridFieldFilterPickerGroupConfig = {
|
|
|
50215
50223
|
rtl?: boolean
|
|
50216
50224
|
/**
|
|
50217
50225
|
* Defines what to do if document is scrolled while Widget is visible (only relevant when floating is set to `true`).
|
|
50218
|
-
* Valid values:
|
|
50226
|
+
* Valid values: `null`: do nothing, `hide`: hide the widget or `realign`: realign to the target if possible.
|
|
50219
50227
|
*/
|
|
50220
50228
|
scrollAction?: 'hide'|'realign'|null
|
|
50221
50229
|
/**
|
|
@@ -50890,9 +50898,10 @@ type GroupBarConfig = {
|
|
|
50890
50898
|
catchEventHandlerExceptions?: boolean
|
|
50891
50899
|
/**
|
|
50892
50900
|
* *Only valid if this Widget is [floating](https://bryntum.com/products/grid/docs/api/Core/widget/Widget#config-floating).*
|
|
50893
|
-
*
|
|
50901
|
+
* [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/GroupBar#config-centered)
|
|
50902
|
+
* @property {boolean} [once] If `true`, the Widget will be centred on its first show, but if it is moved at runtime, it will opt out of centering for future shows.
|
|
50894
50903
|
*/
|
|
50895
|
-
centered?: boolean
|
|
50904
|
+
centered?: boolean|object
|
|
50896
50905
|
/**
|
|
50897
50906
|
* Configure as `true` to clear selection when clicking on empty space inside the List´s element.
|
|
50898
50907
|
*/
|
|
@@ -50991,7 +51000,7 @@ type GroupBarConfig = {
|
|
|
50991
51000
|
dock?: 'top'|'bottom'|'left'|'right'|'start'|'end'|'header'|'pre-header'|object
|
|
50992
51001
|
/**
|
|
50993
51002
|
* *Only valid if this Widget is [floating](https://bryntum.com/products/grid/docs/api/Core/widget/Widget#config-floating).*
|
|
50994
|
-
* Set to `true` to be able to drag a widget freely on the page. Or set to an object with a
|
|
51003
|
+
* Set to `true` to be able to drag a widget freely on the page. Or set to an object with a `handleSelector`
|
|
50995
51004
|
* property which controls when a drag should start.
|
|
50996
51005
|
* [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/GroupBar#config-draggable)
|
|
50997
51006
|
* @property {string} handleSelector CSS selector used to determine if drag can be started from a mouse-downed element inside the widget
|
|
@@ -51257,7 +51266,7 @@ type GroupBarConfig = {
|
|
|
51257
51266
|
rtl?: boolean
|
|
51258
51267
|
/**
|
|
51259
51268
|
* Defines what to do if document is scrolled while Widget is visible (only relevant when floating is set to `true`).
|
|
51260
|
-
* Valid values:
|
|
51269
|
+
* Valid values: `null`: do nothing, `hide`: hide the widget or `realign`: realign to the target if possible.
|
|
51261
51270
|
*/
|
|
51262
51271
|
scrollAction?: 'hide'|'realign'|null
|
|
51263
51272
|
/**
|
|
@@ -51983,9 +51992,10 @@ type TreeComboConfig = {
|
|
|
51983
51992
|
catchEventHandlerExceptions?: boolean
|
|
51984
51993
|
/**
|
|
51985
51994
|
* *Only valid if this Widget is [floating](https://bryntum.com/products/grid/docs/api/Core/widget/Widget#config-floating).*
|
|
51986
|
-
*
|
|
51995
|
+
* [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/TreeCombo#config-centered)
|
|
51996
|
+
* @property {boolean} [once] If `true`, the Widget will be centred on its first show, but if it is moved at runtime, it will opt out of centering for future shows.
|
|
51987
51997
|
*/
|
|
51988
|
-
centered?: boolean
|
|
51998
|
+
centered?: boolean|object
|
|
51989
51999
|
/**
|
|
51990
52000
|
* A function (or the name of a function in the ownership hierarchy) called during field validation
|
|
51991
52001
|
* to perform custom validity checks. The function is called as part of the [isValid](https://bryntum.com/products/grid/docs/api/Core/widget/Field#property-isValid)
|
|
@@ -52120,7 +52130,7 @@ type TreeComboConfig = {
|
|
|
52120
52130
|
dock?: 'top'|'bottom'|'left'|'right'|'start'|'end'|'header'|'pre-header'|object
|
|
52121
52131
|
/**
|
|
52122
52132
|
* *Only valid if this Widget is [floating](https://bryntum.com/products/grid/docs/api/Core/widget/Widget#config-floating).*
|
|
52123
|
-
* Set to `true` to be able to drag a widget freely on the page. Or set to an object with a
|
|
52133
|
+
* Set to `true` to be able to drag a widget freely on the page. Or set to an object with a `handleSelector`
|
|
52124
52134
|
* property which controls when a drag should start.
|
|
52125
52135
|
* [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/TreeCombo#config-draggable)
|
|
52126
52136
|
* @property {string} handleSelector CSS selector used to determine if drag can be started from a mouse-downed element inside the widget
|
|
@@ -52566,7 +52576,7 @@ type TreeComboConfig = {
|
|
|
52566
52576
|
rtl?: boolean
|
|
52567
52577
|
/**
|
|
52568
52578
|
* Defines what to do if document is scrolled while Widget is visible (only relevant when floating is set to `true`).
|
|
52569
|
-
* Valid values:
|
|
52579
|
+
* Valid values: `null`: do nothing, `hide`: hide the widget or `realign`: realign to the target if possible.
|
|
52570
52580
|
*/
|
|
52571
52581
|
scrollAction?: 'hide'|'realign'|null
|
|
52572
52582
|
/**
|