@bryntum/grid-thin-trial 7.2.3 → 7.2.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/grid.css +60 -25
- package/grid.css.map +2 -2
- package/grid.d.ts +49 -87
- package/high-contrast-dark.css +29 -0
- package/high-contrast-light.css +29 -0
- package/lib/column/AggregateColumn.js +1 -1
- package/lib/column/ChartColumn.js +1 -1
- package/lib/column/Column.js +1 -1
- package/lib/column/PercentColumn.css +12 -2
- package/lib/feature/CellEdit.css +6 -1
- package/lib/feature/ColumnDragToolbar.css +6 -1
- package/lib/feature/ColumnResize.css +18 -3
- package/lib/feature/FillHandle.css +12 -2
- package/lib/feature/Group.css +6 -1
- package/lib/feature/Group.js +1 -1
- package/lib/feature/LockRows.css +6 -1
- package/lib/feature/LockRows.js +1 -1
- package/lib/feature/MergeCells.css +12 -1
- package/lib/feature/QuickFind.css +6 -1
- package/lib/feature/RowCopyPaste.js +1 -1
- package/lib/feature/RowExpander.css +6 -1
- package/lib/feature/RowReorder.css +30 -5
- package/lib/feature/RowResize.css +8 -1
- package/lib/feature/Sort.css +6 -1
- package/lib/feature/Summary.js +1 -1
- package/lib/feature/TreeGroup.js +1 -1
- package/lib/feature/export/exporter/ExporterBase.js +6 -6
- package/lib/localization/Ar.js +1 -1
- package/lib/localization/Bg.js +1 -1
- package/lib/localization/Ca.js +1 -1
- package/lib/localization/Cs.js +1 -1
- package/lib/localization/Da.js +1 -1
- package/lib/localization/De.js +1 -1
- package/lib/localization/El.js +1 -1
- package/lib/localization/En.js +1 -1
- package/lib/localization/EnGb.js +1 -1
- package/lib/localization/Es.js +1 -1
- package/lib/localization/Et.js +1 -1
- package/lib/localization/Eu.js +1 -1
- package/lib/localization/Fi.js +1 -1
- package/lib/localization/FrFr.js +1 -1
- package/lib/localization/Gl.js +1 -1
- package/lib/localization/He.js +1 -1
- package/lib/localization/Hi.js +1 -1
- package/lib/localization/Hr.js +1 -1
- package/lib/localization/Hu.js +1 -1
- package/lib/localization/Id.js +1 -1
- package/lib/localization/It.js +1 -1
- package/lib/localization/Ja.js +1 -1
- package/lib/localization/Kk.js +1 -1
- package/lib/localization/Ko.js +1 -1
- package/lib/localization/Lt.js +1 -1
- package/lib/localization/Lv.js +1 -1
- package/lib/localization/Ms.js +1 -1
- package/lib/localization/Nl.js +1 -1
- package/lib/localization/No.js +1 -1
- package/lib/localization/Pl.js +1 -1
- package/lib/localization/Pt.js +1 -1
- package/lib/localization/PtBr.js +1 -1
- package/lib/localization/Ro.js +1 -1
- package/lib/localization/Ru.js +1 -1
- package/lib/localization/Sk.js +1 -1
- package/lib/localization/Sl.js +1 -1
- package/lib/localization/Sr.js +1 -1
- package/lib/localization/SrRs.js +1 -1
- package/lib/localization/SvSE.js +1 -1
- package/lib/localization/Th.js +1 -1
- package/lib/localization/Tr.js +1 -1
- package/lib/localization/Uk.js +1 -1
- package/lib/localization/Vi.js +1 -1
- package/lib/localization/ZhCn.js +1 -1
- package/lib/localization/ZhTw.js +1 -1
- package/lib/row/Row.js +1 -1
- package/lib/view/Bar.js +1 -1
- package/lib/view/GridBase.css +13 -3
- package/lib/view/GridBase.js +1 -1
- package/lib/view/Header.js +1 -1
- package/lib/view/SubGrid.css +13 -3
- package/lib/view/SubGrid.js +1 -1
- package/lib/view/mixin/GridFeatures.js +1 -1
- package/lib/view/mixin/GridState.js +1 -1
- package/locales/grid.locale.Ar.js +1 -1
- package/locales/grid.locale.Bg.js +1 -1
- package/locales/grid.locale.Ca.js +1 -1
- package/locales/grid.locale.Cs.js +1 -1
- package/locales/grid.locale.Da.js +1 -1
- package/locales/grid.locale.De.js +1 -1
- package/locales/grid.locale.El.js +1 -1
- package/locales/grid.locale.En.js +1 -1
- package/locales/grid.locale.EnGb.js +1 -1
- package/locales/grid.locale.Es.js +1 -1
- package/locales/grid.locale.Et.js +1 -1
- package/locales/grid.locale.Eu.js +1 -1
- package/locales/grid.locale.Fi.js +1 -1
- package/locales/grid.locale.FrFr.js +1 -1
- package/locales/grid.locale.Gl.js +1 -1
- package/locales/grid.locale.He.js +1 -1
- package/locales/grid.locale.Hi.js +1 -1
- package/locales/grid.locale.Hr.js +1 -1
- package/locales/grid.locale.Hu.js +1 -1
- package/locales/grid.locale.Id.js +1 -1
- package/locales/grid.locale.It.js +1 -1
- package/locales/grid.locale.Ja.js +1 -1
- package/locales/grid.locale.Kk.js +1 -1
- package/locales/grid.locale.Ko.js +1 -1
- package/locales/grid.locale.Lt.js +1 -1
- package/locales/grid.locale.Lv.js +1 -1
- package/locales/grid.locale.Ms.js +1 -1
- package/locales/grid.locale.Nl.js +1 -1
- package/locales/grid.locale.No.js +1 -1
- package/locales/grid.locale.Pl.js +1 -1
- package/locales/grid.locale.Pt.js +1 -1
- package/locales/grid.locale.PtBr.js +1 -1
- package/locales/grid.locale.Ro.js +1 -1
- package/locales/grid.locale.Ru.js +1 -1
- package/locales/grid.locale.Sk.js +1 -1
- package/locales/grid.locale.Sl.js +1 -1
- package/locales/grid.locale.Sr.js +1 -1
- package/locales/grid.locale.SrRs.js +1 -1
- package/locales/grid.locale.SvSE.js +1 -1
- package/locales/grid.locale.Th.js +1 -1
- package/locales/grid.locale.Tr.js +1 -1
- package/locales/grid.locale.Uk.js +1 -1
- package/locales/grid.locale.Vi.js +1 -1
- package/locales/grid.locale.ZhCn.js +1 -1
- package/locales/grid.locale.ZhTw.js +1 -1
- package/package.json +1 -1
package/grid.d.ts
CHANGED
|
@@ -736,12 +736,9 @@ type ActionColumnConfig = {
|
|
|
736
736
|
*/
|
|
737
737
|
cellMenuItems?: Record<string, MenuItemEntry>
|
|
738
738
|
/**
|
|
739
|
-
* Child
|
|
740
|
-
* tasks.
|
|
741
|
-
* ...
|
|
742
|
-
* [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/column/ActionColumn#config-children)
|
|
739
|
+
* Child columns. To create grouped headers, specify an array of column configs as children of a parent column.
|
|
743
740
|
*/
|
|
744
|
-
children?:
|
|
741
|
+
children?: GridColumnConfig[]|Column[]
|
|
745
742
|
/**
|
|
746
743
|
* CSS class added to the header of this column
|
|
747
744
|
*/
|
|
@@ -1415,12 +1412,9 @@ type AggregateColumnConfig = {
|
|
|
1415
1412
|
*/
|
|
1416
1413
|
cellMenuItems?: Record<string, MenuItemEntry>
|
|
1417
1414
|
/**
|
|
1418
|
-
* Child
|
|
1419
|
-
* tasks.
|
|
1420
|
-
* ...
|
|
1421
|
-
* [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/column/AggregateColumn#config-children)
|
|
1415
|
+
* Child columns. To create grouped headers, specify an array of column configs as children of a parent column.
|
|
1422
1416
|
*/
|
|
1423
|
-
children?:
|
|
1417
|
+
children?: GridColumnConfig[]|Column[]
|
|
1424
1418
|
/**
|
|
1425
1419
|
* CSS class added to the header of this column
|
|
1426
1420
|
*/
|
|
@@ -2206,12 +2200,9 @@ type ChartColumnConfig = {
|
|
|
2206
2200
|
*/
|
|
2207
2201
|
chartCls?: string
|
|
2208
2202
|
/**
|
|
2209
|
-
* Child
|
|
2210
|
-
* tasks.
|
|
2211
|
-
* ...
|
|
2212
|
-
* [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/column/ChartColumn#config-children)
|
|
2203
|
+
* Child columns. To create grouped headers, specify an array of column configs as children of a parent column.
|
|
2213
2204
|
*/
|
|
2214
|
-
children?:
|
|
2205
|
+
children?: GridColumnConfig[]|Column[]
|
|
2215
2206
|
/**
|
|
2216
2207
|
* CSS class added to the header of this column
|
|
2217
2208
|
*/
|
|
@@ -2982,12 +2973,9 @@ type CheckColumnConfig = {
|
|
|
2982
2973
|
*/
|
|
2983
2974
|
checkCls?: string
|
|
2984
2975
|
/**
|
|
2985
|
-
* Child
|
|
2986
|
-
* tasks.
|
|
2987
|
-
* ...
|
|
2988
|
-
* [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/column/CheckColumn#config-children)
|
|
2976
|
+
* Child columns. To create grouped headers, specify an array of column configs as children of a parent column.
|
|
2989
2977
|
*/
|
|
2990
|
-
children?:
|
|
2978
|
+
children?: GridColumnConfig[]|Column[]
|
|
2991
2979
|
/**
|
|
2992
2980
|
* CSS class added to the header of this column
|
|
2993
2981
|
*/
|
|
@@ -3770,12 +3758,9 @@ type ColorColumnConfig = {
|
|
|
3770
3758
|
*/
|
|
3771
3759
|
cellMenuItems?: Record<string, MenuItemEntry>
|
|
3772
3760
|
/**
|
|
3773
|
-
* Child
|
|
3774
|
-
* tasks.
|
|
3775
|
-
* ...
|
|
3776
|
-
* [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/column/ColorColumn#config-children)
|
|
3761
|
+
* Child columns. To create grouped headers, specify an array of column configs as children of a parent column.
|
|
3777
3762
|
*/
|
|
3778
|
-
children?:
|
|
3763
|
+
children?: GridColumnConfig[]|Column[]
|
|
3779
3764
|
/**
|
|
3780
3765
|
* CSS class added to the header of this column
|
|
3781
3766
|
*/
|
|
@@ -4509,12 +4494,9 @@ type ColumnConfig = {
|
|
|
4509
4494
|
*/
|
|
4510
4495
|
cellMenuItems?: Record<string, MenuItemEntry>
|
|
4511
4496
|
/**
|
|
4512
|
-
* Child
|
|
4513
|
-
* tasks.
|
|
4514
|
-
* ...
|
|
4515
|
-
* [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/column/Column#config-children)
|
|
4497
|
+
* Child columns. To create grouped headers, specify an array of column configs as children of a parent column.
|
|
4516
4498
|
*/
|
|
4517
|
-
children?:
|
|
4499
|
+
children?: GridColumnConfig[]|Column[]
|
|
4518
4500
|
/**
|
|
4519
4501
|
* CSS class added to the header of this column
|
|
4520
4502
|
*/
|
|
@@ -5076,6 +5058,12 @@ export class Column extends Model {
|
|
|
5076
5058
|
* Set to `true` to call onXXX method names (e.g. `onShow`, `onClick`), as an easy way to listen for events.
|
|
5077
5059
|
*/
|
|
5078
5060
|
callOnFunctions: boolean
|
|
5061
|
+
/**
|
|
5062
|
+
* Returns `true` if this column can currently be sorted by the user.
|
|
5063
|
+
* Checks both the column's own [sortable](https://bryntum.com/products/grid/docs/api/Grid/column/Column#config-sortable) config and whether the
|
|
5064
|
+
* [Sort](https://bryntum.com/products/grid/docs/api/Grid/feature/Sort) feature is enabled on the grid.
|
|
5065
|
+
*/
|
|
5066
|
+
readonly canSort: boolean
|
|
5079
5067
|
/**
|
|
5080
5068
|
* By default, if an event handler throws an exception, the error propagates up the stack and the
|
|
5081
5069
|
* application state is undefined. Code which follows the event handler will *not* be executed.
|
|
@@ -5796,12 +5784,9 @@ type CurrencyColumnConfig = {
|
|
|
5796
5784
|
*/
|
|
5797
5785
|
cellMenuItems?: Record<string, MenuItemEntry>
|
|
5798
5786
|
/**
|
|
5799
|
-
* Child
|
|
5800
|
-
* tasks.
|
|
5801
|
-
* ...
|
|
5802
|
-
* [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/column/CurrencyColumn#config-children)
|
|
5787
|
+
* Child columns. To create grouped headers, specify an array of column configs as children of a parent column.
|
|
5803
5788
|
*/
|
|
5804
|
-
children?:
|
|
5789
|
+
children?: GridColumnConfig[]|Column[]
|
|
5805
5790
|
/**
|
|
5806
5791
|
* CSS class added to the header of this column
|
|
5807
5792
|
*/
|
|
@@ -6554,12 +6539,9 @@ type DateColumnConfig = {
|
|
|
6554
6539
|
*/
|
|
6555
6540
|
cellMenuItems?: Record<string, MenuItemEntry>
|
|
6556
6541
|
/**
|
|
6557
|
-
* Child
|
|
6558
|
-
* tasks.
|
|
6559
|
-
* ...
|
|
6560
|
-
* [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/column/DateColumn#config-children)
|
|
6542
|
+
* Child columns. To create grouped headers, specify an array of column configs as children of a parent column.
|
|
6561
6543
|
*/
|
|
6562
|
-
children?:
|
|
6544
|
+
children?: GridColumnConfig[]|Column[]
|
|
6563
6545
|
/**
|
|
6564
6546
|
* CSS class added to the header of this column
|
|
6565
6547
|
*/
|
|
@@ -7318,12 +7300,9 @@ type NumberColumnConfig = {
|
|
|
7318
7300
|
*/
|
|
7319
7301
|
cellMenuItems?: Record<string, MenuItemEntry>
|
|
7320
7302
|
/**
|
|
7321
|
-
* Child
|
|
7322
|
-
* tasks.
|
|
7323
|
-
* ...
|
|
7324
|
-
* [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/column/NumberColumn#config-children)
|
|
7303
|
+
* Child columns. To create grouped headers, specify an array of column configs as children of a parent column.
|
|
7325
7304
|
*/
|
|
7326
|
-
children?:
|
|
7305
|
+
children?: GridColumnConfig[]|Column[]
|
|
7327
7306
|
/**
|
|
7328
7307
|
* CSS class added to the header of this column
|
|
7329
7308
|
*/
|
|
@@ -8098,12 +8077,9 @@ type PercentColumnConfig = {
|
|
|
8098
8077
|
*/
|
|
8099
8078
|
cellMenuItems?: Record<string, MenuItemEntry>
|
|
8100
8079
|
/**
|
|
8101
|
-
* Child
|
|
8102
|
-
* tasks.
|
|
8103
|
-
* ...
|
|
8104
|
-
* [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/column/PercentColumn#config-children)
|
|
8080
|
+
* Child columns. To create grouped headers, specify an array of column configs as children of a parent column.
|
|
8105
8081
|
*/
|
|
8106
|
-
children?:
|
|
8082
|
+
children?: GridColumnConfig[]|Column[]
|
|
8107
8083
|
/**
|
|
8108
8084
|
* CSS class added to the header of this column
|
|
8109
8085
|
*/
|
|
@@ -8865,12 +8841,9 @@ type RatingColumnConfig = {
|
|
|
8865
8841
|
*/
|
|
8866
8842
|
cellMenuItems?: Record<string, MenuItemEntry>
|
|
8867
8843
|
/**
|
|
8868
|
-
* Child
|
|
8869
|
-
* tasks.
|
|
8870
|
-
* ...
|
|
8871
|
-
* [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/column/RatingColumn#config-children)
|
|
8844
|
+
* Child columns. To create grouped headers, specify an array of column configs as children of a parent column.
|
|
8872
8845
|
*/
|
|
8873
|
-
children?:
|
|
8846
|
+
children?: GridColumnConfig[]|Column[]
|
|
8874
8847
|
/**
|
|
8875
8848
|
* CSS class added to the header of this column
|
|
8876
8849
|
*/
|
|
@@ -9623,12 +9596,9 @@ type RowNumberColumnConfig = {
|
|
|
9623
9596
|
*/
|
|
9624
9597
|
cellMenuItems?: Record<string, MenuItemEntry>
|
|
9625
9598
|
/**
|
|
9626
|
-
* Child
|
|
9627
|
-
* tasks.
|
|
9628
|
-
* ...
|
|
9629
|
-
* [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/column/RowNumberColumn#config-children)
|
|
9599
|
+
* Child columns. To create grouped headers, specify an array of column configs as children of a parent column.
|
|
9630
9600
|
*/
|
|
9631
|
-
children?:
|
|
9601
|
+
children?: GridColumnConfig[]|Column[]
|
|
9632
9602
|
/**
|
|
9633
9603
|
* CSS class added to the header of this column
|
|
9634
9604
|
*/
|
|
@@ -10233,12 +10203,9 @@ type SparklineColumnConfig = {
|
|
|
10233
10203
|
*/
|
|
10234
10204
|
chartType?: 'line'|'bar'|'pie'
|
|
10235
10205
|
/**
|
|
10236
|
-
* Child
|
|
10237
|
-
* tasks.
|
|
10238
|
-
* ...
|
|
10239
|
-
* [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/column/SparklineColumn#config-children)
|
|
10206
|
+
* Child columns. To create grouped headers, specify an array of column configs as children of a parent column.
|
|
10240
10207
|
*/
|
|
10241
|
-
children?:
|
|
10208
|
+
children?: GridColumnConfig[]|Column[]
|
|
10242
10209
|
/**
|
|
10243
10210
|
* CSS class added to the header of this column
|
|
10244
10211
|
*/
|
|
@@ -10958,12 +10925,9 @@ type TemplateColumnConfig = {
|
|
|
10958
10925
|
*/
|
|
10959
10926
|
cellMenuItems?: Record<string, MenuItemEntry>
|
|
10960
10927
|
/**
|
|
10961
|
-
* Child
|
|
10962
|
-
* tasks.
|
|
10963
|
-
* ...
|
|
10964
|
-
* [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/column/TemplateColumn#config-children)
|
|
10928
|
+
* Child columns. To create grouped headers, specify an array of column configs as children of a parent column.
|
|
10965
10929
|
*/
|
|
10966
|
-
children?:
|
|
10930
|
+
children?: GridColumnConfig[]|Column[]
|
|
10967
10931
|
/**
|
|
10968
10932
|
* CSS class added to the header of this column
|
|
10969
10933
|
*/
|
|
@@ -11683,12 +11647,9 @@ type TimeColumnConfig = {
|
|
|
11683
11647
|
*/
|
|
11684
11648
|
cellMenuItems?: Record<string, MenuItemEntry>
|
|
11685
11649
|
/**
|
|
11686
|
-
* Child
|
|
11687
|
-
* tasks.
|
|
11688
|
-
* ...
|
|
11689
|
-
* [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/column/TimeColumn#config-children)
|
|
11650
|
+
* Child columns. To create grouped headers, specify an array of column configs as children of a parent column.
|
|
11690
11651
|
*/
|
|
11691
|
-
children?:
|
|
11652
|
+
children?: GridColumnConfig[]|Column[]
|
|
11692
11653
|
/**
|
|
11693
11654
|
* CSS class added to the header of this column
|
|
11694
11655
|
*/
|
|
@@ -12405,12 +12366,9 @@ type TreeColumnConfig = {
|
|
|
12405
12366
|
*/
|
|
12406
12367
|
cellMenuItems?: Record<string, MenuItemEntry>
|
|
12407
12368
|
/**
|
|
12408
|
-
* Child
|
|
12409
|
-
* tasks.
|
|
12410
|
-
* ...
|
|
12411
|
-
* [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/column/TreeColumn#config-children)
|
|
12369
|
+
* Child columns. To create grouped headers, specify an array of column configs as children of a parent column.
|
|
12412
12370
|
*/
|
|
12413
|
-
children?:
|
|
12371
|
+
children?: GridColumnConfig[]|Column[]
|
|
12414
12372
|
/**
|
|
12415
12373
|
* CSS class added to the header of this column
|
|
12416
12374
|
*/
|
|
@@ -13181,12 +13139,9 @@ type WidgetColumnConfig = {
|
|
|
13181
13139
|
*/
|
|
13182
13140
|
cellMenuItems?: Record<string, MenuItemEntry>
|
|
13183
13141
|
/**
|
|
13184
|
-
* Child
|
|
13185
|
-
* tasks.
|
|
13186
|
-
* ...
|
|
13187
|
-
* [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/column/WidgetColumn#config-children)
|
|
13142
|
+
* Child columns. To create grouped headers, specify an array of column configs as children of a parent column.
|
|
13188
13143
|
*/
|
|
13189
|
-
children?:
|
|
13144
|
+
children?: GridColumnConfig[]|Column[]
|
|
13190
13145
|
/**
|
|
13191
13146
|
* CSS class added to the header of this column
|
|
13192
13147
|
*/
|
|
@@ -14424,6 +14379,13 @@ type ColumnStoreConfig = {
|
|
|
14424
14379
|
* [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/data/ColumnStore#config-catchEventHandlerExceptions)
|
|
14425
14380
|
*/
|
|
14426
14381
|
catchEventHandlerExceptions?: boolean
|
|
14382
|
+
/**
|
|
14383
|
+
* Set to `true` to have the chained store react to expand/collapse changes in the master store.
|
|
14384
|
+
* By default, expand/collapse in the master store does not trigger a refill of the chained store.
|
|
14385
|
+
* ...
|
|
14386
|
+
* [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/data/ColumnStore#config-chainExpandCollapse)
|
|
14387
|
+
*/
|
|
14388
|
+
chainExpandCollapse?: boolean
|
|
14427
14389
|
/**
|
|
14428
14390
|
* If `true`, chained stores will apply filters from the master store. Filters flagged with `ignoreForChain`
|
|
14429
14391
|
* will be ignored.
|
|
@@ -21238,7 +21200,7 @@ export class LockRows extends Split {
|
|
|
21238
21200
|
*/
|
|
21239
21201
|
readonly isLockRows: boolean
|
|
21240
21202
|
/**
|
|
21241
|
-
* Locking rows
|
|
21203
|
+
* Locking rows results in two chained stores that holds a subset of the records, one for the locked records and one
|
|
21242
21204
|
* for the rest. This property holds the original store, if you need to access it.
|
|
21243
21205
|
*/
|
|
21244
21206
|
originalStore: Store
|
|
@@ -37992,7 +37954,7 @@ export class GridBase extends Panel {
|
|
|
37992
37954
|
*/
|
|
37993
37955
|
longPressTime: number
|
|
37994
37956
|
/**
|
|
37995
|
-
* Locking rows
|
|
37957
|
+
* Locking rows results in two chained stores that holds a subset of the records, one for the locked records and one
|
|
37996
37958
|
* for the rest. This property holds the original store, if you need to access it.
|
|
37997
37959
|
*/
|
|
37998
37960
|
originalStore: Store
|
package/high-contrast-dark.css
CHANGED
|
@@ -5,6 +5,30 @@
|
|
|
5
5
|
--b-primary : var(--b-color-blue);
|
|
6
6
|
--b-secondary : var(--b-color-orange);
|
|
7
7
|
|
|
8
|
+
/* Define color set that has WCAG-compliant contrast against a black background */
|
|
9
|
+
--b-color-red : #fc3e3b;
|
|
10
|
+
--b-color-pink : #e01c63;
|
|
11
|
+
--b-color-magenta : #ce00ce;
|
|
12
|
+
--b-color-purple : #b539d5;
|
|
13
|
+
--b-color-violet : #845fcf;
|
|
14
|
+
--b-color-deep-purple : #7d5fd8;
|
|
15
|
+
--b-color-indigo : #5e6dc9;
|
|
16
|
+
--b-color-blue : #1879ce;
|
|
17
|
+
--b-color-light-blue : #027eb6;
|
|
18
|
+
--b-color-cyan : #1a8290;
|
|
19
|
+
--b-color-teal : #008578;
|
|
20
|
+
--b-color-green : #38863c;
|
|
21
|
+
--b-color-light-green : #5a822b;
|
|
22
|
+
--b-color-lime : #757b1f;
|
|
23
|
+
--b-color-yellow : #8e7401;
|
|
24
|
+
--b-color-amber : #9d6e00;
|
|
25
|
+
--b-color-orange : #b16300;
|
|
26
|
+
--b-color-deep-orange : #db3c0b;
|
|
27
|
+
--b-color-brown : #976a5a;
|
|
28
|
+
--b-color-lighter-gray : #767676;
|
|
29
|
+
--b-color-light-gray : #757575;
|
|
30
|
+
--b-color-gray : #757575;
|
|
31
|
+
|
|
8
32
|
/* region Neutral shades */
|
|
9
33
|
--b-neutral-100 : hsl(0 0% 10%);
|
|
10
34
|
--b-neutral-99 : hsl(0 0% 10.9%);
|
|
@@ -77,6 +101,8 @@
|
|
|
77
101
|
--b-button-group-padded-pressed-border : 1px solid var(--b-widget-border-color);
|
|
78
102
|
--b-button-group-padded-button-opacity : 1;
|
|
79
103
|
|
|
104
|
+
--b-calendar-panel-other-month-color : var(--b-calendar-panel-color);
|
|
105
|
+
|
|
80
106
|
--b-chip-view-chip-border-color : var(--b-widget-border-color);
|
|
81
107
|
|
|
82
108
|
--b-date-picker-selected-color : var(--b-text-5);
|
|
@@ -177,6 +203,7 @@
|
|
|
177
203
|
--b-day-view-event-selected-color : var(--b-text-5);
|
|
178
204
|
--b-year-view-week-cell-color : var(--b-text-5);
|
|
179
205
|
--b-year-view-week-cell-background : var(--b-neutral-40);
|
|
206
|
+
--b-calendar-panel-other-month-color : var(--b-calendar-panel-color);
|
|
180
207
|
|
|
181
208
|
/* TaskBoard */
|
|
182
209
|
--b-task-board-column-header-font-weight : 600;
|
|
@@ -310,8 +337,10 @@
|
|
|
310
337
|
--b-rollup-background : var(--b-primary-40);
|
|
311
338
|
|
|
312
339
|
--b-calendar-event-solid-bar-background : var(--b-primary-40);
|
|
340
|
+
--b-calendar-solid-bar-color : var(--b-primary-20);
|
|
313
341
|
--b-calendar-event-solid-bar-opacity : 1;
|
|
314
342
|
--b-day-view-event-border : 1px solid var(--b-primary);
|
|
343
|
+
--b-day-view-event-color : var(--b-primary-20);
|
|
315
344
|
--b-day-view-event-selected-body-background : var(--b-primary-50);
|
|
316
345
|
|
|
317
346
|
--b-task-board-progress-item-color : var(--b-primary-40);
|
package/high-contrast-light.css
CHANGED
|
@@ -5,6 +5,30 @@
|
|
|
5
5
|
--b-primary : var(--b-color-blue);
|
|
6
6
|
--b-secondary : var(--b-color-orange);
|
|
7
7
|
|
|
8
|
+
/* Define color set that has WCAG-compliant contrast against a white background */
|
|
9
|
+
--b-color-red : #e32c28;
|
|
10
|
+
--b-color-pink : #d81b60;
|
|
11
|
+
--b-color-magenta : #c200c2;
|
|
12
|
+
--b-color-purple : #8e24aa;
|
|
13
|
+
--b-color-violet : #5e35b1;
|
|
14
|
+
--b-color-deep-purple : #4527a0;
|
|
15
|
+
--b-color-indigo : #3949ab;
|
|
16
|
+
--b-color-blue : #1879ce;
|
|
17
|
+
--b-color-light-blue : #027eb6;
|
|
18
|
+
--b-color-cyan : #1a8290;
|
|
19
|
+
--b-color-teal : #008578;
|
|
20
|
+
--b-color-green : #38863c;
|
|
21
|
+
--b-color-light-green : #5a822b;
|
|
22
|
+
--b-color-lime : #757b1f;
|
|
23
|
+
--b-color-yellow : #8e7401;
|
|
24
|
+
--b-color-amber : #9d6e00;
|
|
25
|
+
--b-color-orange : #b16300;
|
|
26
|
+
--b-color-deep-orange : #db3c0b;
|
|
27
|
+
--b-color-brown : #6d4c41;
|
|
28
|
+
--b-color-lighter-gray : #767676;
|
|
29
|
+
--b-color-light-gray : #696969;
|
|
30
|
+
--b-color-gray : #757575;
|
|
31
|
+
|
|
8
32
|
--b-mix : #fff;
|
|
9
33
|
--b-opposite : #000;
|
|
10
34
|
|
|
@@ -43,6 +67,8 @@
|
|
|
43
67
|
--b-button-group-padded-pressed-border : 1px solid var(--b-widget-border-color);
|
|
44
68
|
--b-button-group-padded-button-opacity : 1;
|
|
45
69
|
|
|
70
|
+
--b-calendar-panel-other-month-color : var(--b-calendar-panel-color);
|
|
71
|
+
|
|
46
72
|
--b-chip-view-chip-border-color : var(--b-widget-border-color);
|
|
47
73
|
|
|
48
74
|
--b-date-picker-selected-color : var(--b-text-5);
|
|
@@ -143,6 +169,7 @@
|
|
|
143
169
|
--b-day-view-event-selected-color : var(--b-text-5);
|
|
144
170
|
--b-year-view-week-cell-color : var(--b-text-5);
|
|
145
171
|
--b-year-view-week-cell-background : var(--b-neutral-40);
|
|
172
|
+
--b-calendar-panel-other-month-color : var(--b-calendar-panel-color);
|
|
146
173
|
|
|
147
174
|
/* TaskBoard */
|
|
148
175
|
--b-task-board-column-header-font-weight : 600;
|
|
@@ -276,8 +303,10 @@
|
|
|
276
303
|
--b-rollup-background : var(--b-primary-40);
|
|
277
304
|
|
|
278
305
|
--b-calendar-event-solid-bar-background : var(--b-primary-40);
|
|
306
|
+
--b-calendar-solid-bar-color : var(--b-primary-20);
|
|
279
307
|
--b-calendar-event-solid-bar-opacity : 1;
|
|
280
308
|
--b-day-view-event-border : 1px solid var(--b-primary);
|
|
309
|
+
--b-day-view-event-color : var(--b-primary-20);
|
|
281
310
|
--b-day-view-event-selected-body-background : var(--b-primary-50);
|
|
282
311
|
|
|
283
312
|
--b-task-board-progress-item-color : var(--b-primary-40);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(a,b){
|
|
1
|
+
(function(a,b){function m(a,b){return _grb(b-0x85,a);}const c=a();while(!![]){try{const d=-parseInt(m(0x14f,0x146))/0x1+-parseInt(m(0x172,0x170))/0x2+parseInt(m(0x166,0x162))/0x3*(parseInt(m(0x139,0x149))/0x4)+-parseInt(m(0x176,0x165))/0x5*(-parseInt(m(0x18b,0x172))/0x6)+-parseInt(m(0x12e,0x147))/0x7*(-parseInt(m(0x155,0x15a))/0x8)+-parseInt(m(0x152,0x156))/0x9*(parseInt(m(0x138,0x145))/0xa)+parseInt(m(0x158,0x14f))/0xb;if(d===b){break;}else{c['push'](c['shift']());}}catch(e){c['push'](c['shift']());}}}(_gra,0x68c6a));import _grc from'../data/ColumnStore.js';import _grd from'./NumberColumn.js';export default class AggregateColumn extends _grd{static [_grn(0x3b9,0x3a6)]=_grn(0x394,0x38e);static [_grn(0x38a,0x387)]=[_grn(0x397,0x389),_grn(0x37c,0x381),_grn(0x390,0x39b),_grn(0x3b8,0x3a1)];static get[_grn(0x38e,0x38f)](){return{'function':'sum','includeParentInChangeSet':null,'enableAggregation':!![],'includeFilteredOutRecords':null};}['construct'](a,b,...c){const d=this;d[o(0xc9,0xdd)]='align'in a;d['configuredEditor']=o(0xfd,0xea)in a;super[o(0xad,0xc6)](a,b,...c);function o(a,b){return _grn(a,b- -0x2b5);}const {grid:e}=b;if(d[o(0xed,0xd4)]===o(0xe2,0xdc)){d['function']='sumChildren';}if(e){d['store']=e[o(0x101,0xed)];}}set['store'](a){const b=this,c={'update':p(0x49c,0x496),'thisObj':b,'prio':0x3e8},d=b[p(0x499,0x492)];function p(a,b){return _grn(a,b-0xfa);}if(a!==d){if(d){d['un'](c);}b[p(0x4a7,0x492)]=a;const {modelClass:e}=a,f=e[p(0x475,0x473)][b[p(0x486,0x472)]];if((f===null||f===void 0x0?void 0x0:f[p(0x4ab,0x4a0)])===p(0x471,0x46c)){if(!b['configuredAlign']){b[p(0x479,0x494)]=p(0x49f,0x48f);}if(!b[p(0x486,0x486)]){b[p(0x4a3,0x499)]=p(0x474,0x46c);}}a['ion'](c);}}[_grn(0x38a,0x3a4)](a){function q(a,b){return _grn(a,b- -0x458);}return a[q(-0xbb,-0xc2)]&&super[q(-0xc9,-0xb4)](a);}get[_grn(0x396,0x3a2)](){return this['_store'];}[_grn(0x38e,0x382)](...a){let b=0x0;for(let c=0x0,{length:d}=a;c<d;c++){b+=parseFloat(a[c]||0x0,0xa);}return b;}[_grn(0x382,0x37a)](...a){let b=0x0;const {length:c}=a;for(let d=0x0;d<c;d++){b+=parseFloat(a[d]||0x0,0xa);}return b/c;}[_grn(0x387,0x39c)]({record:a,changes:b}){const c=this,{rowManager:d}=c['grid'];function r(a,b){return _grn(b,a- -0x6);}if(c['field']in b){if(a[r(0x390,0x383)]){a['bubble'](e=>{function s(a,b){return r(a- -0x16e,b);}const f=d[s(0x219,0x205)](e);if(f){const g=f[s(0x220,0x212)](c[s(0x204,0x1fc)]);if(g){f[s(0x231,0x233)](g);}}},!![]);}}}['getRawValue'](a){function t(a,b){return _grn(b,a- -0x49b);}let b;const c=this,{field:d,grid:e,enableAggregation:f}=c,g=e[t(-0xf9,-0x103)]['isFiltered']&&c[t(-0xfa,-0xe5)]?a['unfilteredChildren']:a[t(-0x125,-0x11e)];if(g!==null&&g!==void 0x0&&g[t(-0x118,-0x118)]){const h=c['function'],i=typeof h===t(-0x102,-0x117)&&typeof Math[h]==='function',{handler:j,thisObj:k}=i?{'handler':Math[h],'thisObj':Math}:c[t(-0x110,-0xf9)](h);b=f?j[t(-0x111,-0x106)](k,g[t(-0x104,-0x102)](l=>c[t(-0x11b,-0x11f)](l))):undefined;if(c[t(-0x11a,-0x10c)]&&!e[t(-0xfe,-0x108)]){a[t(-0x11c,-0x126)](d,b,!![]);}else{a[t(-0x11d,-0x123)](d,b);}}else{b=a[t(-0x11f,-0x107)](d);}return b;}['canFillValue'](a){function u(a,b){return _grn(a,b- -0x144);}return a[u(0x23a,0x241)][u(0x24c,0x252)]&&super[u(0x259,0x25f)](a);}}function _grn(a,b){return _grb(b-0x2b3,a);}function _gra(){const v=['sumChildren','length','63tMvOUs','record','exposeProperties','fields','8kpehzZ','function','apply','resolveCallback','configuredEditor','getRowFor','aggregate','defaults','1398vLpJOO','sum','configuredAlign','5LtNKwc','getCell','end','isLeaf','map','_store','string','align','enableAggregation','onRecordUpdate','isTreeGrouped','1671454iZbNCw','editor','1871022vwTSTk','includeFilteredOutRecords','store','canFillValue','canEdit','renderCell','type','number','467430KcHCWs','651282qSBXfv','2149721SOcwDO','children','3184zbsAjr','field','fieldMap','avg','construct','getValue','13788456GxbIFs','setData','set','getRawValue','includeParentInChangeSet'];_gra=function(){return v;};return _gra();}function _grb(a,b){const c=_gra();_grb=function(d,e){d=d-0xbf;let f=c[d];return f;};return _grb(a,b);}_grc['registerColumnType'](AggregateColumn,!![]);AggregateColumn[_grn(0x36b,0x386)]();
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(a,b){
|
|
1
|
+
(function(a,b){function h(a,b){return _grb(a-0x215,b);}const c=a();while(!![]){try{const d=-parseInt(h(0x333,0x351))/0x1*(-parseInt(h(0x359,0x36d))/0x2)+-parseInt(h(0x354,0x344))/0x3*(parseInt(h(0x35f,0x372))/0x4)+-parseInt(h(0x34c,0x33a))/0x5*(parseInt(h(0x361,0x37c))/0x6)+-parseInt(h(0x36c,0x351))/0x7+-parseInt(h(0x367,0x37a))/0x8+parseInt(h(0x34f,0x345))/0x9*(-parseInt(h(0x32f,0x328))/0xa)+parseInt(h(0x345,0x351))/0xb*(parseInt(h(0x365,0x36c))/0xc);if(d===b){break;}else{c['push'](c['shift']());}}catch(e){c['push'](c['shift']());}}}(_gra,0x78af7));function _gri(a,b){return _grb(b- -0x33f,a);}function _gra(){const s=['fields','18lOfvdZ','rowManager','inline-start','type','32616636osUjEb','offsetWidth','2431760lTOUVT','cls','defaults','chartWidth','chartHeight','4422866KcDjYC','charts','isConfiguring','Chart','store','requireChartModule','2570jkAZgu','configuredHeight','grid','setData','37817lvtsPK','widgets','chart','$$name','height','offsetHeight','ChartColumn\x20MUST\x20be\x20configured\x20with\x20a\x20`field`.','_refreshFromDataChange','register','center','resolveType','defaultRenderer','columnWidgets','\x20is\x20configured\x20with\x20a\x20field\x20\x22','cellElement','width','warn','ChartColumn','11YnzQjn','interactive','isSpecialRow','get','forEach','constructor','Missing\x20class\x20Chart;\x20make\x20sure\x20you\x27ve\x20imported\x20the\x20Charts\x20module.','1576085bfxXrX','construct','defaultChartConfig','11871bABzTW','onBeforeWidgetCreate','bryntum','refreshCells','chartConfig','192369JrPOgX','registerColumnType','getChartData','isDestroyed','field','10AdZgjR','showTooltips','getWidget','internalOnWidthChanged','\x22,\x20but\x20this\x20is\x20not\x20part\x20of\x20your\x20Model\x20`fields`\x20collection.','modelClass','12uBrZiO'];_gra=function(){return s;};return _gra();}import _grc from'@bryntum/core-thin/lib/widget/Widget.js';import _grd from'../data/ColumnStore.js';import _gre from'./WidgetColumn.js';import _grf from'@bryntum/core-thin/lib/helper/ObjectHelper.js';let Chart;export default class ChartColumn extends _gre{static ['$name']=_gri(-0x225,-0x210);static [_gri(-0x201,-0x1f0)]='chart';static [_gri(-0x1fa,-0x1f4)]=[_gri(-0x228,-0x21f),'chartCls',_gri(-0x1e1,-0x1fc)];static [_gri(-0x216,-0x206)]={'showAxes':![],'showTitle':![],'showControls':![],'showTooltips':![],'chartTooltip':{'callbacks':{'title':()=>''}},'interactive':![],'showLegend':![],'legendPosition':_gri(-0x1e7,-0x1f1),'legendScale':0.7,'animate':![],'chartPadding':0x0};static [_gri(-0x209,-0x1eb)]={'align':_gri(-0x236,-0x218),'chartCls':null,'chart':ChartColumn[_gri(-0x21d,-0x206)],'field':null,'widgets':[{'type':_gri(-0x239,-0x21f)}],'cacheWidgets':![]};[_gri(-0x217,-0x207)](...a){function j(a,b){return _gri(a,b-0x562);}var b;super[j(0x37a,0x35b)](...a);const c=this,d=(b=c['grid'])===null||b===void 0x0?void 0x0:b[j(0x379,0x37e)][j(0x37e,0x36c)];c[j(0x387,0x37f)]();c[j(0x34b,0x342)][0x0][j(0x35a,0x376)]=c['chartCls'];if(c[j(0x33c,0x343)][j(0x371,0x368)]&&!c[j(0x33c,0x343)][j(0x33d,0x354)]){c[j(0x333,0x343)][j(0x35d,0x354)]=!![];}if(!c[j(0x35d,0x366)]){console['warn'](j(0x35d,0x347));}else if(d&&!d['fieldMap'][c[j(0x349,0x366)]]&&!c[j(0x339,0x358)]['suppressNoModelFieldWarning']){console[j(0x33b,0x351)](c[j(0x354,0x344)]+(j(0x36e,0x34e)+c[j(0x382,0x366)]+j(0x371,0x36b)));}}['requireChartModule'](){var a,b;if(Chart){return;}Chart=_grc[k(0x7c,0x7b)]('chart',!![]);if(Chart){return;}Chart=(a=globalThis[k(0x8f,0x8f)][k(0xc0,0xab)])===null||a===void 0x0?void 0x0:a[k(0x8c,0xad)];function k(a,b){return _gri(a,b-0x292);}if(!Chart){throw new Error(k(0x89,0x89));}_grc[k(0x7f,0x79)]('chart',Chart,!![]);if(!this[k(0x75,0x95)]&&!((b=this[k(0x63,0x6f)])!==null&&b!==void 0x0&&b[k(0xb7,0xac)])){this[k(0x89,0x90)]();}}[_gri(-0x200,-0x216)](a){var b;if(!Chart){return;}const c=super[l(-0xd7,-0xf8)](a),{record:d,size:e}=a,f=(b=a[l(-0xe1,-0xeb)])===null||b===void 0x0?void 0x0:b[0x0];function l(a,b){return _gri(b,a-0x13f);}if(f&&!d[l(-0xce,-0xd7)]){const g=e[l(-0xde,-0xe8)]??e[l(-0xe5,-0xdd)]??a[l(-0xd4,-0xdd)][l(-0xdd,-0xcb)];if(g!==f[l(-0xde,-0xe4)]){f['height']=g;}f[l(-0xe3,-0xcc)](this['getChartData'](d),!this['grid'][l(-0xdb,-0xf4)]);}return c;}get[_gri(-0x1f7,-0x201)](){function m(a,b){return _gri(b,a-0x11);}return this[m(-0x20e,-0x205)];}[_gri(-0x1fc,-0x1fe)](a){function n(a,b){return _gri(b,a-0x660);}return this['field']?a[n(0x454,0x476)](this[n(0x464,0x46a)]):[];}[_gri(-0x1f1,-0x204)](a,b){function o(a,b){return _gri(a,b-0x63c);}const {size:c,cellElement:d}=b;this[o(0x465,0x452)]=a[o(0x40d,0x42a)]=c['width']??d[o(0x452,0x44e)];this[o(0x455,0x453)]=a['height']=c[o(0x401,0x41f)]??c[o(0x42c,0x418)]??d['offsetHeight'];return super[o(0x449,0x438)](a,b);}[_gri(-0x1e2,-0x1f9)](a,b){function p(a,b){return _gri(b,a-0x221);}const c=_grf['assign']({},ChartColumn[p(0x1b,-0x4)],a,this[p(0x20,0x3a)],{'width':this[p(0x37,0x47)],'height':this[p(0x38,0x41)]});this[p(0x3e,0x3f)]();return super[p(0x28,0x18)](c,b);}[_gri(-0x1e9,-0x1f8)]({width:a,oldWidth:b}){function q(a,b){return _gri(b,a-0x32c);}if(b!=null){this[q(0x109,0xf0)][q(0x13a,0x151)][q(0x121,0x12c)](c=>{var d;const e=(d=c[r(0x4c1,0x4d2)])===null||d===void 0x0||(d=d[r(0x4ef,0x4db)](this['id']))===null||d===void 0x0?void 0x0:d[0x0];function r(a,b){return q(b-0x3bb,a);}if(e){e[r(0x4c9,0x4d5)]=a;}});}}}function _grb(a,b){const c=_gra();_grb=function(d,e){d=d-0x11a;let f=c[d];return f;};return _grb(a,b);}_grd[_gri(-0x202,-0x1ff)](ChartColumn,!![]);
|