@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.
Files changed (127) hide show
  1. package/grid.css +60 -25
  2. package/grid.css.map +2 -2
  3. package/grid.d.ts +49 -87
  4. package/high-contrast-dark.css +29 -0
  5. package/high-contrast-light.css +29 -0
  6. package/lib/column/AggregateColumn.js +1 -1
  7. package/lib/column/ChartColumn.js +1 -1
  8. package/lib/column/Column.js +1 -1
  9. package/lib/column/PercentColumn.css +12 -2
  10. package/lib/feature/CellEdit.css +6 -1
  11. package/lib/feature/ColumnDragToolbar.css +6 -1
  12. package/lib/feature/ColumnResize.css +18 -3
  13. package/lib/feature/FillHandle.css +12 -2
  14. package/lib/feature/Group.css +6 -1
  15. package/lib/feature/Group.js +1 -1
  16. package/lib/feature/LockRows.css +6 -1
  17. package/lib/feature/LockRows.js +1 -1
  18. package/lib/feature/MergeCells.css +12 -1
  19. package/lib/feature/QuickFind.css +6 -1
  20. package/lib/feature/RowCopyPaste.js +1 -1
  21. package/lib/feature/RowExpander.css +6 -1
  22. package/lib/feature/RowReorder.css +30 -5
  23. package/lib/feature/RowResize.css +8 -1
  24. package/lib/feature/Sort.css +6 -1
  25. package/lib/feature/Summary.js +1 -1
  26. package/lib/feature/TreeGroup.js +1 -1
  27. package/lib/feature/export/exporter/ExporterBase.js +6 -6
  28. package/lib/localization/Ar.js +1 -1
  29. package/lib/localization/Bg.js +1 -1
  30. package/lib/localization/Ca.js +1 -1
  31. package/lib/localization/Cs.js +1 -1
  32. package/lib/localization/Da.js +1 -1
  33. package/lib/localization/De.js +1 -1
  34. package/lib/localization/El.js +1 -1
  35. package/lib/localization/En.js +1 -1
  36. package/lib/localization/EnGb.js +1 -1
  37. package/lib/localization/Es.js +1 -1
  38. package/lib/localization/Et.js +1 -1
  39. package/lib/localization/Eu.js +1 -1
  40. package/lib/localization/Fi.js +1 -1
  41. package/lib/localization/FrFr.js +1 -1
  42. package/lib/localization/Gl.js +1 -1
  43. package/lib/localization/He.js +1 -1
  44. package/lib/localization/Hi.js +1 -1
  45. package/lib/localization/Hr.js +1 -1
  46. package/lib/localization/Hu.js +1 -1
  47. package/lib/localization/Id.js +1 -1
  48. package/lib/localization/It.js +1 -1
  49. package/lib/localization/Ja.js +1 -1
  50. package/lib/localization/Kk.js +1 -1
  51. package/lib/localization/Ko.js +1 -1
  52. package/lib/localization/Lt.js +1 -1
  53. package/lib/localization/Lv.js +1 -1
  54. package/lib/localization/Ms.js +1 -1
  55. package/lib/localization/Nl.js +1 -1
  56. package/lib/localization/No.js +1 -1
  57. package/lib/localization/Pl.js +1 -1
  58. package/lib/localization/Pt.js +1 -1
  59. package/lib/localization/PtBr.js +1 -1
  60. package/lib/localization/Ro.js +1 -1
  61. package/lib/localization/Ru.js +1 -1
  62. package/lib/localization/Sk.js +1 -1
  63. package/lib/localization/Sl.js +1 -1
  64. package/lib/localization/Sr.js +1 -1
  65. package/lib/localization/SrRs.js +1 -1
  66. package/lib/localization/SvSE.js +1 -1
  67. package/lib/localization/Th.js +1 -1
  68. package/lib/localization/Tr.js +1 -1
  69. package/lib/localization/Uk.js +1 -1
  70. package/lib/localization/Vi.js +1 -1
  71. package/lib/localization/ZhCn.js +1 -1
  72. package/lib/localization/ZhTw.js +1 -1
  73. package/lib/row/Row.js +1 -1
  74. package/lib/view/Bar.js +1 -1
  75. package/lib/view/GridBase.css +13 -3
  76. package/lib/view/GridBase.js +1 -1
  77. package/lib/view/Header.js +1 -1
  78. package/lib/view/SubGrid.css +13 -3
  79. package/lib/view/SubGrid.js +1 -1
  80. package/lib/view/mixin/GridFeatures.js +1 -1
  81. package/lib/view/mixin/GridState.js +1 -1
  82. package/locales/grid.locale.Ar.js +1 -1
  83. package/locales/grid.locale.Bg.js +1 -1
  84. package/locales/grid.locale.Ca.js +1 -1
  85. package/locales/grid.locale.Cs.js +1 -1
  86. package/locales/grid.locale.Da.js +1 -1
  87. package/locales/grid.locale.De.js +1 -1
  88. package/locales/grid.locale.El.js +1 -1
  89. package/locales/grid.locale.En.js +1 -1
  90. package/locales/grid.locale.EnGb.js +1 -1
  91. package/locales/grid.locale.Es.js +1 -1
  92. package/locales/grid.locale.Et.js +1 -1
  93. package/locales/grid.locale.Eu.js +1 -1
  94. package/locales/grid.locale.Fi.js +1 -1
  95. package/locales/grid.locale.FrFr.js +1 -1
  96. package/locales/grid.locale.Gl.js +1 -1
  97. package/locales/grid.locale.He.js +1 -1
  98. package/locales/grid.locale.Hi.js +1 -1
  99. package/locales/grid.locale.Hr.js +1 -1
  100. package/locales/grid.locale.Hu.js +1 -1
  101. package/locales/grid.locale.Id.js +1 -1
  102. package/locales/grid.locale.It.js +1 -1
  103. package/locales/grid.locale.Ja.js +1 -1
  104. package/locales/grid.locale.Kk.js +1 -1
  105. package/locales/grid.locale.Ko.js +1 -1
  106. package/locales/grid.locale.Lt.js +1 -1
  107. package/locales/grid.locale.Lv.js +1 -1
  108. package/locales/grid.locale.Ms.js +1 -1
  109. package/locales/grid.locale.Nl.js +1 -1
  110. package/locales/grid.locale.No.js +1 -1
  111. package/locales/grid.locale.Pl.js +1 -1
  112. package/locales/grid.locale.Pt.js +1 -1
  113. package/locales/grid.locale.PtBr.js +1 -1
  114. package/locales/grid.locale.Ro.js +1 -1
  115. package/locales/grid.locale.Ru.js +1 -1
  116. package/locales/grid.locale.Sk.js +1 -1
  117. package/locales/grid.locale.Sl.js +1 -1
  118. package/locales/grid.locale.Sr.js +1 -1
  119. package/locales/grid.locale.SrRs.js +1 -1
  120. package/locales/grid.locale.SvSE.js +1 -1
  121. package/locales/grid.locale.Th.js +1 -1
  122. package/locales/grid.locale.Tr.js +1 -1
  123. package/locales/grid.locale.Uk.js +1 -1
  124. package/locales/grid.locale.Vi.js +1 -1
  125. package/locales/grid.locale.ZhCn.js +1 -1
  126. package/locales/grid.locale.ZhTw.js +1 -1
  127. 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 nodes. To allow loading children on demand, specify `children : true` in your data. Omit the field for leaf
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?: boolean|object[]|Model[]
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 nodes. To allow loading children on demand, specify `children : true` in your data. Omit the field for leaf
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?: boolean|object[]|Model[]
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 nodes. To allow loading children on demand, specify `children : true` in your data. Omit the field for leaf
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?: boolean|object[]|Model[]
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 nodes. To allow loading children on demand, specify `children : true` in your data. Omit the field for leaf
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?: boolean|object[]|Model[]
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 nodes. To allow loading children on demand, specify `children : true` in your data. Omit the field for leaf
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?: boolean|object[]|Model[]
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 nodes. To allow loading children on demand, specify `children : true` in your data. Omit the field for leaf
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?: boolean|object[]|Model[]
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 nodes. To allow loading children on demand, specify `children : true` in your data. Omit the field for leaf
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?: boolean|object[]|Model[]
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 nodes. To allow loading children on demand, specify `children : true` in your data. Omit the field for leaf
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?: boolean|object[]|Model[]
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 nodes. To allow loading children on demand, specify `children : true` in your data. Omit the field for leaf
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?: boolean|object[]|Model[]
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 nodes. To allow loading children on demand, specify `children : true` in your data. Omit the field for leaf
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?: boolean|object[]|Model[]
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 nodes. To allow loading children on demand, specify `children : true` in your data. Omit the field for leaf
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?: boolean|object[]|Model[]
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 nodes. To allow loading children on demand, specify `children : true` in your data. Omit the field for leaf
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?: boolean|object[]|Model[]
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 nodes. To allow loading children on demand, specify `children : true` in your data. Omit the field for leaf
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?: boolean|object[]|Model[]
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 nodes. To allow loading children on demand, specify `children : true` in your data. Omit the field for leaf
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?: boolean|object[]|Model[]
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 nodes. To allow loading children on demand, specify `children : true` in your data. Omit the field for leaf
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?: boolean|object[]|Model[]
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 nodes. To allow loading children on demand, specify `children : true` in your data. Omit the field for leaf
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?: boolean|object[]|Model[]
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 nodes. To allow loading children on demand, specify `children : true` in your data. Omit the field for leaf
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?: boolean|object[]|Model[]
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 leads to two chained stores that holds a subset of the records, one for the locked records and one
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 leads to two chained stores that holds a subset of the records, one for the locked records and one
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
@@ -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);
@@ -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){const c=a();function m(a,b){return _grb(b- -0x3b1,a);}while(!![]){try{const d=-parseInt(m(-0x1f9,-0x1df))/0x1*(-parseInt(m(-0x1de,-0x1d0))/0x2)+-parseInt(m(-0x1ef,-0x1f6))/0x3*(parseInt(m(-0x1ed,-0x1ef))/0x4)+-parseInt(m(-0x1dd,-0x1d4))/0x5*(parseInt(m(-0x1e6,-0x1cf))/0x6)+parseInt(m(-0x1ba,-0x1c5))/0x7*(-parseInt(m(-0x1ce,-0x1dd))/0x8)+-parseInt(m(-0x1e6,-0x1e3))/0x9+parseInt(m(-0x202,-0x1e8))/0xa+parseInt(m(-0x1ea,-0x1de))/0xb;if(d===b){break;}else{c['push'](c['shift']());}}catch(e){c['push'](c['shift']());}}}(_gra,0x7b948));import _grc from'../data/ColumnStore.js';function _grn(a,b){return _grb(b- -0xcf,a);}import _grd from'./NumberColumn.js';export default class AggregateColumn extends _grd{static [_grn(0xe1,0xf4)]=_grn(0xfe,0xed);static [_grn(0xff,0x108)]=[_grn(0x11c,0x117),_grn(0x12e,0x116),_grn(0xfa,0xf9),_grn(0xf9,0x10c)];static get[_grn(0xf1,0xf0)](){function o(a,b){return _grn(b,a-0x28a);}return{'function':o(0x385,0x37b),'includeParentInChangeSet':null,'enableAggregation':!![],'includeFilteredOutRecords':null};}[_grn(0x122,0x11a)](a,b,...c){function p(a,b){return _grn(a,b-0x183);}const d=this;d['configuredAlign']=p(0x270,0x279)in a;d[p(0x287,0x272)]='editor'in a;super['construct'](a,b,...c);const {grid:e}=b;if(d[p(0x281,0x29a)]===p(0x26e,0x27e)){d[p(0x2aa,0x29a)]='sumChildren';}if(e){d[p(0x28b,0x29e)]=e[p(0x2a5,0x29e)];}}set[_grn(0x12a,0x11b)](a){function q(a,b){return _grn(a,b- -0x1bc);}const b=this,c={'update':'onRecordUpdate','thisObj':b,'prio':0x3e8},d=b['_store'];if(a!==d){if(d){d['un'](c);}b[q(-0xb5,-0xb6)]=a;const {modelClass:e}=a,f=e[q(-0x88,-0xa0)][b[q(-0x97,-0xa3)]];if(f&&f['type']===q(-0xae,-0xb2)){if(!b[q(-0xe5,-0xce)]){b['align']='end';}if(!b[q(-0xe5,-0xcd)]){b[q(-0xb3,-0xa8)]=q(-0xc8,-0xb2);}}a[q(-0xd2,-0xbe)](c);}}[_grn(0xfa,0xf8)](a){function r(a,b){return _grn(a,b- -0x288);}return a[r(-0x163,-0x170)]&&super[r(-0x17f,-0x190)](a);}get[_grn(0x130,0x11b)](){function s(a,b){return _grn(a,b-0x34e);}return this[s(0x45b,0x454)];}[_grn(0xf7,0x101)](...a){let b=0x0;for(let c=0x0,{length:d}=a;c<d;c++){b+=parseFloat(a[c]||0x0,0xa);}return b;}[_grn(0xf1,0x109)](...a){let b=0x0;const {length:c}=a;for(let d=0x0;d<c;d++){b+=parseFloat(a[d]||0x0,0xa);}return b/c;}['onRecordUpdate']({record:a,changes:b}){const c=this,{rowManager:d}=c[t(0x4e1,0x4f2)];function t(a,b){return _grn(a,b-0x3e7);}if(c[t(0x50b,0x500)]in b){if(a['isLeaf']){a[t(0x4e6,0x4d8)](e=>{const f=d['getRowFor'](e);function u(a,b){return t(b,a- -0x38);}if(f){const g=f[u(0x4ac,0x496)](c[u(0x4c8,0x4d7)]);if(g){f[u(0x4a4,0x4bc)](g);}}},!![]);}}}[_grn(0x131,0x11e)](a){let b;const c=this,{field:d,grid:e,enableAggregation:f}=c,g=e[v(0x6a,0x74)][v(0x64,0x64)]&&c[v(0x5b,0x70)]?a[v(0x5c,0x48)]:a[v(0x5e,0x57)];if(g!==null&&g!==void 0x0&&g[v(0x41,0x30)]){const h=c[v(0x66,0x54)],i=typeof h==='string'&&typeof Math[h]===v(0x66,0x57),{handler:j,thisObj:k}=i?{'handler':Math[h],'thisObj':Math}:c[v(0x4f,0x44)](h);b=f?j[v(0x4b,0x50)](k,g['map'](l=>c[v(0x6d,0x6d)](l))):undefined;if(c['includeParentInChangeSet']&&!e['isTreeGrouped']){a[v(0x51,0x53)](d,b,!![]);}else{a['setData'](d,b);}}else{b=a[v(0x5f,0x76)](d);}function v(a,b){return _grn(b,a- -0xb1);}return b;}['canFillValue'](a){function w(a,b){return _grn(a,b- -0x67);}return a[w(0x8e,0x90)][w(0xc8,0xb1)]&&super[w(0xb7,0xb8)](a);}}function _gra(){const x=['align','record','canEdit','enableAggregation','1449330tNzDhQ','sum','apply','getCell','ion','4245786EgYDnB','resolveCallback','sumChildren','set','610043CYLyMF','20411864nQxwVB','504hIoGGs','_store','registerColumnType','fields','avg','number','grid','includeFilteredOutRecords','unfilteredChildren','70TyRluh','children','getValue','exposeProperties','2PzCwFs','67794FbzaXT','editor','isFiltered','includeParentInChangeSet','function','isLeaf','field','construct','store','fieldMap','77042MPqpQl','getRawValue','canFillValue','1171647OQuDrn','aggregate','configuredAlign','configuredEditor','defaults','bubble','length','8ptGtfp','type','renderCell'];_gra=function(){return x;};return _gra();}function _grb(a,b){const c=_gra();_grb=function(d,e){d=d-0x1bb;let f=c[d];return f;};return _grb(a,b);}_grc[_grn(0xfe,0x107)](AggregateColumn,!![]);AggregateColumn[_grn(0x124,0x111)]();
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){const c=a();function h(a,b){return _grb(b-0x1e0,a);}while(!![]){try{const d=-parseInt(h(0x2d0,0x2eb))/0x1*(parseInt(h(0x2f1,0x2e9))/0x2)+-parseInt(h(0x2d6,0x2df))/0x3*(-parseInt(h(0x2b9,0x2ca))/0x4)+-parseInt(h(0x2ee,0x2db))/0x5+parseInt(h(0x2ca,0x2e4))/0x6+parseInt(h(0x2be,0x2c4))/0x7+-parseInt(h(0x2bb,0x2ce))/0x8*(parseInt(h(0x2a5,0x2c0))/0x9)+parseInt(h(0x2d9,0x2d1))/0xa*(-parseInt(h(0x2ff,0x2ef))/0xb);if(d===b){break;}else{c['push'](c['shift']());}}catch(e){c['push'](c['shift']());}}}(_gra,0x6872c));function _grb(a,b){const c=_gra();_grb=function(d,e){d=d-0xd9;let f=c[d];return f;};return _grb(a,b);}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;function _gra(){const s=['3087600DZOfGY','resolveType','registerColumnType','isDestroyed','constructor','58PIwskg','defaultRenderer','4414ZMLkSv','onBeforeWidgetCreate','height','widgets','55CHnCrj','width','type','get','modelClass','chart','getChartData','\x20is\x20configured\x20with\x20a\x20field\x20\x22','1202697iABSCW','forEach','field','Chart','4906993eKCTjq','warn','ChartColumn','setData','charts','register','4ZGcdlS','defaultChartConfig','configuredHeight','interactive','40iafisL','construct','chartHeight','1105110RZAFZT','chartWidth','grid','refreshCells','getWidget','$name','_refreshFromDataChange','requireChartModule','defaults','bryntum','711555NPLlrE','assign','columnWidgets','inline-start','2109774qohwEB','chartCls','store','fieldMap','\x22,\x20but\x20this\x20is\x20not\x20part\x20of\x20your\x20Model\x20`fields`\x20collection.'];_gra=function(){return s;};return _gra();}export default class ChartColumn extends _gre{static [_gri(0x2c8,0x2d8)]=_gri(0x2cb,0x2c8);static [_gri(0x2c7,0x2bc)]=_gri(0x2a9,0x2bf);static ['fields']=['chart',_gri(0x2e5,0x2e2),_gri(0x2b0,0x2c4)];static [_gri(0x2d7,0x2cd)]={'showAxes':![],'showTitle':![],'showControls':![],'showTooltips':![],'chartTooltip':{'callbacks':{'title':()=>''}},'interactive':![],'showLegend':![],'legendPosition':_gri(0x2fb,0x2e0),'legendScale':0.7,'animate':![],'chartPadding':0x0};static [_gri(0x2db,0x2db)]={'align':'center','chartCls':null,'chart':ChartColumn[_gri(0x2c9,0x2cd)],'field':null,'widgets':[{'type':_gri(0x2a3,0x2bf)}],'cacheWidgets':![]};[_gri(0x2e5,0x2d1)](...a){var b;super[j(0x2c0,0x2c2)](...a);function j(a,b){return _gri(b,a- -0x11);}const c=this,d=(b=c[j(0x2c4,0x2db)])===null||b===void 0x0?void 0x0:b[j(0x2d2,0x2d9)][j(0x2ad,0x2a2)];c[j(0x2c9,0x2cf)]();c[j(0x2df,0x2f9)][0x0]['cls']=c[j(0x2d1,0x2e8)];if(c[j(0x2ae,0x29e)]['showTooltips']&&!c[j(0x2ae,0x2b7)]['interactive']){c[j(0x2ae,0x2a5)][j(0x2be,0x2d4)]=!![];}if(!c[j(0x2b3,0x2a4)]){console[j(0x2b6,0x2d0)]('ChartColumn\x20MUST\x20be\x20configured\x20with\x20a\x20`field`.');}else if(d&&!d[j(0x2d3,0x2cd)][c[j(0x2b3,0x2c6)]]&&!c[j(0x2d9,0x2ed)]['suppressNoModelFieldWarning']){console['warn'](c['$$name']+(j(0x2b0,0x2bb)+c[j(0x2b3,0x2b7)]+j(0x2d4,0x2f0)));}}[_gri(0x2f5,0x2da)](){var a;if(Chart){return;}Chart=_grc[k(0x6,0xb)](k(-0x22,-0x23),!![]);if(Chart){return;}Chart=(a=globalThis[k(-0x5,0x0)][k(-0x17,-0x1b)])===null||a===void 0x0?void 0x0:a[k(-0x1c,-0x27)];if(!Chart){throw new Error('Missing\x20class\x20Chart;\x20make\x20sure\x20you\x27ve\x20imported\x20the\x20Charts\x20module.');}function k(a,b){return _gri(b,a- -0x2e1);}_grc[k(-0x16,-0xd)](k(-0x22,-0x15),Chart,!![]);if(!this[k(0x8,0xc)]){this[k(-0xb,-0x16)]();}}['defaultRenderer'](a){var b;if(!Chart){return;}const c=super[l(0x461,0x474)](a),{record:d,size:e}=a,f=(b=a[l(0x465,0x458)])===null||b===void 0x0?void 0x0:b[0x0];if(f&&!d['isSpecialRow']){const g=e['height']??e[l(0x443,0x42a)]??a['cellElement']['offsetHeight'];if(g!==f[l(0x464,0x466)]){f[l(0x464,0x47c)]=g;}f[l(0x43e,0x440)](this[l(0x435,0x427)](d),!this[l(0x44a,0x448)][l(0x44e,0x44f)]);}function l(a,b){return _gri(b,a-0x175);}return c;}get['chartConfig'](){function m(a,b){return _gri(a,b- -0x48d);}return this[m(-0x1e6,-0x1ce)];}[_gri(0x2cc,0x2c0)](a){function n(a,b){return _gri(b,a- -0x4f8);}return this[n(-0x234,-0x237)]?a[n(-0x23b,-0x23e)](this['field']):[];}[_gri(0x2da,0x2ee)](a,b){const {size:c,cellElement:d}=b;this[o(-0x259,-0x24d)]=a[o(-0x272,-0x266)]=c[o(-0x272,-0x28d)]??d['offsetWidth'];this[o(-0x25b,-0x25d)]=a[o(-0x23e,-0x231)]=c[o(-0x23e,-0x230)]??c[o(-0x25f,-0x26d)]??d['offsetHeight'];function o(a,b){return _gri(b,a- -0x52d);}return super[o(-0x23f,-0x22b)](a,b);}[_gri(0x2c5,0x2d7)](a,b){const c=_grf[p(0x28c,0x294)]({},ChartColumn[p(0x269,0x283)],a,this['chartConfig'],{'width':this[p(0x292,0x28a)],'height':this[p(0x278,0x288)]});function p(a,b){return _gri(a,b- -0x4a);}this[p(0x27b,0x290)]();return super[p(0x299,0x28d)](c,b);}['internalOnWidthChanged']({width:a,oldWidth:b}){function q(a,b){return _gri(a,b- -0x122);}if(b!=null){this[q(0x1c2,0x1b3)]['rowManager'][q(0x18e,0x1a1)](c=>{function r(a,b){return q(a,b-0x2d1);}var d;const e=(d=c[r(0x489,0x48e)])===null||d===void 0x0||(d=d[r(0x450,0x46c)](this['id']))===null||d===void 0x0?void 0x0:d[0x0];if(e){e[r(0x463,0x46a)]=a;}});}}}function _gri(a,b){return _grb(b-0x1e2,a);}_grd[_gri(0x2dc,0x2e8)](ChartColumn,!![]);
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,!![]);