@3mo/data-grid 0.7.3 → 0.8.0

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.
@@ -329,6 +329,21 @@
329
329
  "name": "sumsTemplate",
330
330
  "type": "HTMLTemplateResult"
331
331
  },
332
+ {
333
+ "name": "detailsColumnWidthInPixels",
334
+ "type": "0",
335
+ "default": "0"
336
+ },
337
+ {
338
+ "name": "selectionColumnWidthInPixels",
339
+ "type": "0",
340
+ "default": "0"
341
+ },
342
+ {
343
+ "name": "moreColumnWidthInPixels",
344
+ "type": "0",
345
+ "default": "0"
346
+ },
332
347
  {
333
348
  "name": "columnsWidths",
334
349
  "type": "string[]"
@@ -664,7 +679,7 @@
664
679
  },
665
680
  {
666
681
  "name": "--mo-data-grid-column-sub-row-indentation",
667
- "description": "The indentation of the first column in the sub row. Default to 10px."
682
+ "description": "The indentation of the first column in the sub row. Default to 20px."
668
683
  }
669
684
  ]
670
685
  },
@@ -1314,6 +1329,11 @@
1314
1329
  "description": "Whether the column is editable",
1315
1330
  "type": "boolean | Predicate<TData>",
1316
1331
  "default": "false"
1332
+ },
1333
+ {
1334
+ "name": "sticky",
1335
+ "description": "The sticky position of the column, either 'start', 'end', or 'both'",
1336
+ "type": "DataGridColumnSticky | undefined"
1317
1337
  }
1318
1338
  ],
1319
1339
  "properties": [
@@ -1345,11 +1365,6 @@
1345
1365
  "type": "string",
1346
1366
  "default": "\"var(--mo-color-gray)\""
1347
1367
  },
1348
- {
1349
- "name": "regex",
1350
- "type": "RegExp",
1351
- "default": "\"/^\\\\s*(0|[1-9][0-9]*)?\\\\s*\\\\*\\\\s*$/\""
1352
- },
1353
1368
  {
1354
1369
  "name": "dataGrid",
1355
1370
  "attribute": "dataGrid",
@@ -1418,6 +1433,12 @@
1418
1433
  "description": "Whether the column is editable",
1419
1434
  "type": "boolean | Predicate<TData>",
1420
1435
  "default": "false"
1436
+ },
1437
+ {
1438
+ "name": "sticky",
1439
+ "attribute": "sticky",
1440
+ "description": "The sticky position of the column, either 'start', 'end', or 'both'",
1441
+ "type": "DataGridColumnSticky | undefined"
1421
1442
  }
1422
1443
  ]
1423
1444
  },
@@ -1490,6 +1511,11 @@
1490
1511
  "description": "Whether the column is editable",
1491
1512
  "type": "boolean",
1492
1513
  "default": "true"
1514
+ },
1515
+ {
1516
+ "name": "sticky",
1517
+ "description": "The sticky position of the column, either 'start', 'end', or 'both'",
1518
+ "type": "DataGridColumnSticky | undefined"
1493
1519
  }
1494
1520
  ],
1495
1521
  "properties": [
@@ -1520,11 +1546,6 @@
1520
1546
  "type": "boolean",
1521
1547
  "default": "false"
1522
1548
  },
1523
- {
1524
- "name": "regex",
1525
- "type": "RegExp",
1526
- "default": "\"/^\\\\s*(0|[1-9][0-9]*)?\\\\s*\\\\*\\\\s*$/\""
1527
- },
1528
1549
  {
1529
1550
  "name": "dataGrid",
1530
1551
  "attribute": "dataGrid",
@@ -1593,6 +1614,12 @@
1593
1614
  "description": "Whether the column is editable",
1594
1615
  "type": "boolean",
1595
1616
  "default": "true"
1617
+ },
1618
+ {
1619
+ "name": "sticky",
1620
+ "attribute": "sticky",
1621
+ "description": "The sticky position of the column, either 'start', 'end', or 'both'",
1622
+ "type": "DataGridColumnSticky | undefined"
1596
1623
  }
1597
1624
  ],
1598
1625
  "events": [
@@ -1665,6 +1692,11 @@
1665
1692
  "description": "Whether the column is editable",
1666
1693
  "type": "boolean",
1667
1694
  "default": "true"
1695
+ },
1696
+ {
1697
+ "name": "sticky",
1698
+ "description": "The sticky position of the column, either 'start', 'end', or 'both'",
1699
+ "type": "DataGridColumnSticky | undefined"
1668
1700
  }
1669
1701
  ],
1670
1702
  "properties": [
@@ -1679,11 +1711,6 @@
1679
1711
  "description": "The data selector of the column to use as a tooltip. If a function is provided, it will be called with the data as an argument.",
1680
1712
  "type": "(object extends TData ? string : TData extends readonly any[] ? Extract<keyof TData, `${number}`> | SubKeyPathOf<TData, Extract<keyof TData, `${number}`>, 1> : TData extends object ? Extract<...> | SubKeyPathOf<...> : never) | ((data: TData) => string | undefined) | undefined"
1681
1713
  },
1682
- {
1683
- "name": "regex",
1684
- "type": "RegExp",
1685
- "default": "\"/^\\\\s*(0|[1-9][0-9]*)?\\\\s*\\\\*\\\\s*$/\""
1686
- },
1687
1714
  {
1688
1715
  "name": "dataGrid",
1689
1716
  "attribute": "dataGrid",
@@ -1752,6 +1779,12 @@
1752
1779
  "description": "Whether the column is editable",
1753
1780
  "type": "boolean",
1754
1781
  "default": "true"
1782
+ },
1783
+ {
1784
+ "name": "sticky",
1785
+ "attribute": "sticky",
1786
+ "description": "The sticky position of the column, either 'start', 'end', or 'both'",
1787
+ "type": "DataGridColumnSticky | undefined"
1755
1788
  }
1756
1789
  ]
1757
1790
  },
@@ -1813,14 +1846,14 @@
1813
1846
  "description": "Whether the column is editable",
1814
1847
  "type": "boolean | Predicate<TData>",
1815
1848
  "default": "false"
1849
+ },
1850
+ {
1851
+ "name": "sticky",
1852
+ "description": "The sticky position of the column, either 'start', 'end', or 'both'",
1853
+ "type": "DataGridColumnSticky | undefined"
1816
1854
  }
1817
1855
  ],
1818
1856
  "properties": [
1819
- {
1820
- "name": "regex",
1821
- "type": "RegExp",
1822
- "default": "\"/^\\\\s*(0|[1-9][0-9]*)?\\\\s*\\\\*\\\\s*$/\""
1823
- },
1824
1857
  {
1825
1858
  "name": "dataGrid",
1826
1859
  "attribute": "dataGrid",
@@ -1889,6 +1922,12 @@
1889
1922
  "description": "Whether the column is editable",
1890
1923
  "type": "boolean | Predicate<TData>",
1891
1924
  "default": "false"
1925
+ },
1926
+ {
1927
+ "name": "sticky",
1928
+ "attribute": "sticky",
1929
+ "description": "The sticky position of the column, either 'start', 'end', or 'both'",
1930
+ "type": "DataGridColumnSticky | undefined"
1892
1931
  }
1893
1932
  ]
1894
1933
  },
@@ -1961,6 +2000,11 @@
1961
2000
  "description": "Whether the column is editable",
1962
2001
  "type": "boolean | Predicate<TData>",
1963
2002
  "default": "false"
2003
+ },
2004
+ {
2005
+ "name": "sticky",
2006
+ "description": "The sticky position of the column, either 'start', 'end', or 'both'",
2007
+ "type": "DataGridColumnSticky | undefined"
1964
2008
  }
1965
2009
  ],
1966
2010
  "properties": [
@@ -1986,11 +2030,6 @@
1986
2030
  "type": "boolean",
1987
2031
  "default": "false"
1988
2032
  },
1989
- {
1990
- "name": "regex",
1991
- "type": "RegExp",
1992
- "default": "\"/^\\\\s*(0|[1-9][0-9]*)?\\\\s*\\\\*\\\\s*$/\""
1993
- },
1994
2033
  {
1995
2034
  "name": "dataGrid",
1996
2035
  "attribute": "dataGrid",
@@ -2059,6 +2098,12 @@
2059
2098
  "description": "Whether the column is editable",
2060
2099
  "type": "boolean | Predicate<TData>",
2061
2100
  "default": "false"
2101
+ },
2102
+ {
2103
+ "name": "sticky",
2104
+ "attribute": "sticky",
2105
+ "description": "The sticky position of the column, either 'start', 'end', or 'both'",
2106
+ "type": "DataGridColumnSticky | undefined"
2062
2107
  }
2063
2108
  ]
2064
2109
  },
@@ -2131,6 +2176,11 @@
2131
2176
  "description": "Whether the column is editable",
2132
2177
  "type": "boolean | Predicate<TData>",
2133
2178
  "default": "false"
2179
+ },
2180
+ {
2181
+ "name": "sticky",
2182
+ "description": "The sticky position of the column, either 'start', 'end', or 'both'",
2183
+ "type": "DataGridColumnSticky | undefined"
2134
2184
  }
2135
2185
  ],
2136
2186
  "properties": [
@@ -2156,11 +2206,6 @@
2156
2206
  "type": "boolean",
2157
2207
  "default": "false"
2158
2208
  },
2159
- {
2160
- "name": "regex",
2161
- "type": "RegExp",
2162
- "default": "\"/^\\\\s*(0|[1-9][0-9]*)?\\\\s*\\\\*\\\\s*$/\""
2163
- },
2164
2209
  {
2165
2210
  "name": "dataGrid",
2166
2211
  "attribute": "dataGrid",
@@ -2229,6 +2274,12 @@
2229
2274
  "description": "Whether the column is editable",
2230
2275
  "type": "boolean | Predicate<TData>",
2231
2276
  "default": "false"
2277
+ },
2278
+ {
2279
+ "name": "sticky",
2280
+ "attribute": "sticky",
2281
+ "description": "The sticky position of the column, either 'start', 'end', or 'both'",
2282
+ "type": "DataGridColumnSticky | undefined"
2232
2283
  }
2233
2284
  ]
2234
2285
  },
@@ -2301,6 +2352,11 @@
2301
2352
  "description": "Whether the column is editable",
2302
2353
  "type": "boolean | Predicate<TData>",
2303
2354
  "default": "false"
2355
+ },
2356
+ {
2357
+ "name": "sticky",
2358
+ "description": "The sticky position of the column, either 'start', 'end', or 'both'",
2359
+ "type": "DataGridColumnSticky | undefined"
2304
2360
  }
2305
2361
  ],
2306
2362
  "properties": [
@@ -2326,11 +2382,6 @@
2326
2382
  "type": "boolean",
2327
2383
  "default": "false"
2328
2384
  },
2329
- {
2330
- "name": "regex",
2331
- "type": "RegExp",
2332
- "default": "\"/^\\\\s*(0|[1-9][0-9]*)?\\\\s*\\\\*\\\\s*$/\""
2333
- },
2334
2385
  {
2335
2386
  "name": "dataGrid",
2336
2387
  "attribute": "dataGrid",
@@ -2399,6 +2450,12 @@
2399
2450
  "description": "Whether the column is editable",
2400
2451
  "type": "boolean | Predicate<TData>",
2401
2452
  "default": "false"
2453
+ },
2454
+ {
2455
+ "name": "sticky",
2456
+ "attribute": "sticky",
2457
+ "description": "The sticky position of the column, either 'start', 'end', or 'both'",
2458
+ "type": "DataGridColumnSticky | undefined"
2402
2459
  }
2403
2460
  ]
2404
2461
  },
@@ -2471,6 +2528,11 @@
2471
2528
  "description": "Whether the column is editable",
2472
2529
  "type": "boolean | Predicate<TData>",
2473
2530
  "default": "false"
2531
+ },
2532
+ {
2533
+ "name": "sticky",
2534
+ "description": "The sticky position of the column, either 'start', 'end', or 'both'",
2535
+ "type": "DataGridColumnSticky | undefined"
2474
2536
  }
2475
2537
  ],
2476
2538
  "properties": [
@@ -2496,11 +2558,6 @@
2496
2558
  "type": "boolean",
2497
2559
  "default": "false"
2498
2560
  },
2499
- {
2500
- "name": "regex",
2501
- "type": "RegExp",
2502
- "default": "\"/^\\\\s*(0|[1-9][0-9]*)?\\\\s*\\\\*\\\\s*$/\""
2503
- },
2504
2561
  {
2505
2562
  "name": "dataGrid",
2506
2563
  "attribute": "dataGrid",
@@ -2569,6 +2626,12 @@
2569
2626
  "description": "Whether the column is editable",
2570
2627
  "type": "boolean | Predicate<TData>",
2571
2628
  "default": "false"
2629
+ },
2630
+ {
2631
+ "name": "sticky",
2632
+ "attribute": "sticky",
2633
+ "description": "The sticky position of the column, either 'start', 'end', or 'both'",
2634
+ "type": "DataGridColumnSticky | undefined"
2572
2635
  }
2573
2636
  ]
2574
2637
  },
@@ -2645,6 +2708,11 @@
2645
2708
  "description": "Whether the column is editable",
2646
2709
  "type": "boolean | Predicate<TData>",
2647
2710
  "default": "false"
2711
+ },
2712
+ {
2713
+ "name": "sticky",
2714
+ "description": "The sticky position of the column, either 'start', 'end', or 'both'",
2715
+ "type": "DataGridColumnSticky | undefined"
2648
2716
  }
2649
2717
  ],
2650
2718
  "properties": [
@@ -2670,11 +2738,6 @@
2670
2738
  "type": "string | undefined",
2671
2739
  "default": "\"undefined\""
2672
2740
  },
2673
- {
2674
- "name": "regex",
2675
- "type": "RegExp",
2676
- "default": "\"/^\\\\s*(0|[1-9][0-9]*)?\\\\s*\\\\*\\\\s*$/\""
2677
- },
2678
2741
  {
2679
2742
  "name": "dataGrid",
2680
2743
  "attribute": "dataGrid",
@@ -2743,6 +2806,12 @@
2743
2806
  "description": "Whether the column is editable",
2744
2807
  "type": "boolean | Predicate<TData>",
2745
2808
  "default": "false"
2809
+ },
2810
+ {
2811
+ "name": "sticky",
2812
+ "attribute": "sticky",
2813
+ "description": "The sticky position of the column, either 'start', 'end', or 'both'",
2814
+ "type": "DataGridColumnSticky | undefined"
2746
2815
  }
2747
2816
  ]
2748
2817
  },
@@ -2809,6 +2878,11 @@
2809
2878
  "description": "Whether the column is editable",
2810
2879
  "type": "boolean | Predicate<TData>",
2811
2880
  "default": "false"
2881
+ },
2882
+ {
2883
+ "name": "sticky",
2884
+ "description": "The sticky position of the column, either 'start', 'end', or 'both'",
2885
+ "type": "DataGridColumnSticky | undefined"
2812
2886
  }
2813
2887
  ],
2814
2888
  "properties": [
@@ -2818,11 +2892,6 @@
2818
2892
  "type": "string | undefined",
2819
2893
  "default": "\"undefined\""
2820
2894
  },
2821
- {
2822
- "name": "regex",
2823
- "type": "RegExp",
2824
- "default": "\"/^\\\\s*(0|[1-9][0-9]*)?\\\\s*\\\\*\\\\s*$/\""
2825
- },
2826
2895
  {
2827
2896
  "name": "dataGrid",
2828
2897
  "attribute": "dataGrid",
@@ -2891,6 +2960,12 @@
2891
2960
  "description": "Whether the column is editable",
2892
2961
  "type": "boolean | Predicate<TData>",
2893
2962
  "default": "false"
2963
+ },
2964
+ {
2965
+ "name": "sticky",
2966
+ "attribute": "sticky",
2967
+ "description": "The sticky position of the column, either 'start', 'end', or 'both'",
2968
+ "type": "DataGridColumnSticky | undefined"
2894
2969
  }
2895
2970
  ]
2896
2971
  },
@@ -2957,6 +3032,11 @@
2957
3032
  "description": "Whether the column is editable",
2958
3033
  "type": "boolean | Predicate<TData>",
2959
3034
  "default": "false"
3035
+ },
3036
+ {
3037
+ "name": "sticky",
3038
+ "description": "The sticky position of the column, either 'start', 'end', or 'both'",
3039
+ "type": "DataGridColumnSticky | undefined"
2960
3040
  }
2961
3041
  ],
2962
3042
  "properties": [
@@ -2966,11 +3046,6 @@
2966
3046
  "type": "string | undefined",
2967
3047
  "default": "\"undefined\""
2968
3048
  },
2969
- {
2970
- "name": "regex",
2971
- "type": "RegExp",
2972
- "default": "\"/^\\\\s*(0|[1-9][0-9]*)?\\\\s*\\\\*\\\\s*$/\""
2973
- },
2974
3049
  {
2975
3050
  "name": "dataGrid",
2976
3051
  "attribute": "dataGrid",
@@ -3039,6 +3114,12 @@
3039
3114
  "description": "Whether the column is editable",
3040
3115
  "type": "boolean | Predicate<TData>",
3041
3116
  "default": "false"
3117
+ },
3118
+ {
3119
+ "name": "sticky",
3120
+ "attribute": "sticky",
3121
+ "description": "The sticky position of the column, either 'start', 'end', or 'both'",
3122
+ "type": "DataGridColumnSticky | undefined"
3042
3123
  }
3043
3124
  ]
3044
3125
  },
@@ -3370,6 +3451,21 @@
3370
3451
  "name": "sumsTemplate",
3371
3452
  "type": "HTMLTemplateResult"
3372
3453
  },
3454
+ {
3455
+ "name": "detailsColumnWidthInPixels",
3456
+ "type": "0",
3457
+ "default": "0"
3458
+ },
3459
+ {
3460
+ "name": "selectionColumnWidthInPixels",
3461
+ "type": "0",
3462
+ "default": "0"
3463
+ },
3464
+ {
3465
+ "name": "moreColumnWidthInPixels",
3466
+ "type": "0",
3467
+ "default": "0"
3468
+ },
3373
3469
  {
3374
3470
  "name": "columnsWidths",
3375
3471
  "type": "string[]"
@@ -3680,7 +3776,7 @@
3680
3776
  },
3681
3777
  {
3682
3778
  "name": "--mo-data-grid-column-sub-row-indentation",
3683
- "description": "The indentation of the first column in the sub row. Default to 10px."
3779
+ "description": "The indentation of the first column in the sub row. Default to 20px."
3684
3780
  }
3685
3781
  ]
3686
3782
  },
@@ -4276,6 +4372,11 @@
4276
4372
  "name": "nonEditable",
4277
4373
  "description": "Whether the column is editable",
4278
4374
  "type": "boolean | Predicate<TData>"
4375
+ },
4376
+ {
4377
+ "name": "sticky",
4378
+ "description": "The sticky position of the column, either 'start', 'end', or 'both'",
4379
+ "type": "DataGridColumnSticky | undefined"
4279
4380
  }
4280
4381
  ],
4281
4382
  "properties": [
@@ -4303,10 +4404,6 @@
4303
4404
  "description": "Color of the false icon",
4304
4405
  "type": "string"
4305
4406
  },
4306
- {
4307
- "name": "regex",
4308
- "type": "RegExp"
4309
- },
4310
4407
  {
4311
4408
  "name": "dataGrid",
4312
4409
  "type": "DataGrid<TData, any> | undefined"
@@ -4368,6 +4465,12 @@
4368
4465
  "attribute": "nonEditable",
4369
4466
  "description": "Whether the column is editable",
4370
4467
  "type": "boolean | Predicate<TData>"
4468
+ },
4469
+ {
4470
+ "name": "sticky",
4471
+ "attribute": "sticky",
4472
+ "description": "The sticky position of the column, either 'start', 'end', or 'both'",
4473
+ "type": "DataGridColumnSticky | undefined"
4371
4474
  }
4372
4475
  ]
4373
4476
  },
@@ -4424,6 +4527,11 @@
4424
4527
  "name": "nonEditable",
4425
4528
  "description": "Whether the column is editable",
4426
4529
  "type": "boolean"
4530
+ },
4531
+ {
4532
+ "name": "sticky",
4533
+ "description": "The sticky position of the column, either 'start', 'end', or 'both'",
4534
+ "type": "DataGridColumnSticky | undefined"
4427
4535
  }
4428
4536
  ],
4429
4537
  "properties": [
@@ -4449,10 +4557,6 @@
4449
4557
  "description": "Prevents the deletion button from being displayed",
4450
4558
  "type": "boolean"
4451
4559
  },
4452
- {
4453
- "name": "regex",
4454
- "type": "RegExp"
4455
- },
4456
4560
  {
4457
4561
  "name": "dataGrid",
4458
4562
  "type": "DataGrid<TData, any> | undefined"
@@ -4514,6 +4618,12 @@
4514
4618
  "attribute": "nonEditable",
4515
4619
  "description": "Whether the column is editable",
4516
4620
  "type": "boolean"
4621
+ },
4622
+ {
4623
+ "name": "sticky",
4624
+ "attribute": "sticky",
4625
+ "description": "The sticky position of the column, either 'start', 'end', or 'both'",
4626
+ "type": "DataGridColumnSticky | undefined"
4517
4627
  }
4518
4628
  ],
4519
4629
  "events": [
@@ -4576,6 +4686,11 @@
4576
4686
  "name": "nonEditable",
4577
4687
  "description": "Whether the column is editable",
4578
4688
  "type": "boolean"
4689
+ },
4690
+ {
4691
+ "name": "sticky",
4692
+ "description": "The sticky position of the column, either 'start', 'end', or 'both'",
4693
+ "type": "DataGridColumnSticky | undefined"
4579
4694
  }
4580
4695
  ],
4581
4696
  "properties": [
@@ -4589,10 +4704,6 @@
4589
4704
  "description": "The data selector of the column to use as a tooltip. If a function is provided, it will be called with the data as an argument.",
4590
4705
  "type": "(object extends TData ? string : TData extends readonly any[] ? Extract<keyof TData, `${number}`> | SubKeyPathOf<TData, Extract<keyof TData, `${number}`>, 1> : TData extends object ? Extract<...> | SubKeyPathOf<...> : never) | ((data: TData) => string | undefined) | undefined"
4591
4706
  },
4592
- {
4593
- "name": "regex",
4594
- "type": "RegExp"
4595
- },
4596
4707
  {
4597
4708
  "name": "dataGrid",
4598
4709
  "type": "DataGrid<TData, any> | undefined"
@@ -4654,6 +4765,12 @@
4654
4765
  "attribute": "nonEditable",
4655
4766
  "description": "Whether the column is editable",
4656
4767
  "type": "boolean"
4768
+ },
4769
+ {
4770
+ "name": "sticky",
4771
+ "attribute": "sticky",
4772
+ "description": "The sticky position of the column, either 'start', 'end', or 'both'",
4773
+ "type": "DataGridColumnSticky | undefined"
4657
4774
  }
4658
4775
  ]
4659
4776
  },
@@ -4705,13 +4822,14 @@
4705
4822
  "name": "nonEditable",
4706
4823
  "description": "Whether the column is editable",
4707
4824
  "type": "boolean | Predicate<TData>"
4825
+ },
4826
+ {
4827
+ "name": "sticky",
4828
+ "description": "The sticky position of the column, either 'start', 'end', or 'both'",
4829
+ "type": "DataGridColumnSticky | undefined"
4708
4830
  }
4709
4831
  ],
4710
4832
  "properties": [
4711
- {
4712
- "name": "regex",
4713
- "type": "RegExp"
4714
- },
4715
4833
  {
4716
4834
  "name": "dataGrid",
4717
4835
  "type": "DataGrid<TData, any> | undefined"
@@ -4773,6 +4891,12 @@
4773
4891
  "attribute": "nonEditable",
4774
4892
  "description": "Whether the column is editable",
4775
4893
  "type": "boolean | Predicate<TData>"
4894
+ },
4895
+ {
4896
+ "name": "sticky",
4897
+ "attribute": "sticky",
4898
+ "description": "The sticky position of the column, either 'start', 'end', or 'both'",
4899
+ "type": "DataGridColumnSticky | undefined"
4776
4900
  }
4777
4901
  ]
4778
4902
  },
@@ -4834,6 +4958,11 @@
4834
4958
  "name": "nonEditable",
4835
4959
  "description": "Whether the column is editable",
4836
4960
  "type": "boolean | Predicate<TData>"
4961
+ },
4962
+ {
4963
+ "name": "sticky",
4964
+ "description": "The sticky position of the column, either 'start', 'end', or 'both'",
4965
+ "type": "DataGridColumnSticky | undefined"
4837
4966
  }
4838
4967
  ],
4839
4968
  "properties": [
@@ -4857,10 +4986,6 @@
4857
4986
  "description": "Hides the date/time picker",
4858
4987
  "type": "boolean"
4859
4988
  },
4860
- {
4861
- "name": "regex",
4862
- "type": "RegExp"
4863
- },
4864
4989
  {
4865
4990
  "name": "dataGrid",
4866
4991
  "type": "DataGrid<TData, any> | undefined"
@@ -4922,6 +5047,12 @@
4922
5047
  "attribute": "nonEditable",
4923
5048
  "description": "Whether the column is editable",
4924
5049
  "type": "boolean | Predicate<TData>"
5050
+ },
5051
+ {
5052
+ "name": "sticky",
5053
+ "attribute": "sticky",
5054
+ "description": "The sticky position of the column, either 'start', 'end', or 'both'",
5055
+ "type": "DataGridColumnSticky | undefined"
4925
5056
  }
4926
5057
  ]
4927
5058
  },
@@ -4983,6 +5114,11 @@
4983
5114
  "name": "nonEditable",
4984
5115
  "description": "Whether the column is editable",
4985
5116
  "type": "boolean | Predicate<TData>"
5117
+ },
5118
+ {
5119
+ "name": "sticky",
5120
+ "description": "The sticky position of the column, either 'start', 'end', or 'both'",
5121
+ "type": "DataGridColumnSticky | undefined"
4986
5122
  }
4987
5123
  ],
4988
5124
  "properties": [
@@ -5006,10 +5142,6 @@
5006
5142
  "description": "Hides the date/time picker",
5007
5143
  "type": "boolean"
5008
5144
  },
5009
- {
5010
- "name": "regex",
5011
- "type": "RegExp"
5012
- },
5013
5145
  {
5014
5146
  "name": "dataGrid",
5015
5147
  "type": "DataGrid<TData, any> | undefined"
@@ -5071,6 +5203,12 @@
5071
5203
  "attribute": "nonEditable",
5072
5204
  "description": "Whether the column is editable",
5073
5205
  "type": "boolean | Predicate<TData>"
5206
+ },
5207
+ {
5208
+ "name": "sticky",
5209
+ "attribute": "sticky",
5210
+ "description": "The sticky position of the column, either 'start', 'end', or 'both'",
5211
+ "type": "DataGridColumnSticky | undefined"
5074
5212
  }
5075
5213
  ]
5076
5214
  },
@@ -5132,6 +5270,11 @@
5132
5270
  "name": "nonEditable",
5133
5271
  "description": "Whether the column is editable",
5134
5272
  "type": "boolean | Predicate<TData>"
5273
+ },
5274
+ {
5275
+ "name": "sticky",
5276
+ "description": "The sticky position of the column, either 'start', 'end', or 'both'",
5277
+ "type": "DataGridColumnSticky | undefined"
5135
5278
  }
5136
5279
  ],
5137
5280
  "properties": [
@@ -5155,10 +5298,6 @@
5155
5298
  "description": "Hides the date/time picker",
5156
5299
  "type": "boolean"
5157
5300
  },
5158
- {
5159
- "name": "regex",
5160
- "type": "RegExp"
5161
- },
5162
5301
  {
5163
5302
  "name": "dataGrid",
5164
5303
  "type": "DataGrid<TData, any> | undefined"
@@ -5220,6 +5359,12 @@
5220
5359
  "attribute": "nonEditable",
5221
5360
  "description": "Whether the column is editable",
5222
5361
  "type": "boolean | Predicate<TData>"
5362
+ },
5363
+ {
5364
+ "name": "sticky",
5365
+ "attribute": "sticky",
5366
+ "description": "The sticky position of the column, either 'start', 'end', or 'both'",
5367
+ "type": "DataGridColumnSticky | undefined"
5223
5368
  }
5224
5369
  ]
5225
5370
  },
@@ -5281,6 +5426,11 @@
5281
5426
  "name": "nonEditable",
5282
5427
  "description": "Whether the column is editable",
5283
5428
  "type": "boolean | Predicate<TData>"
5429
+ },
5430
+ {
5431
+ "name": "sticky",
5432
+ "description": "The sticky position of the column, either 'start', 'end', or 'both'",
5433
+ "type": "DataGridColumnSticky | undefined"
5284
5434
  }
5285
5435
  ],
5286
5436
  "properties": [
@@ -5304,10 +5454,6 @@
5304
5454
  "description": "Hides the date/time picker",
5305
5455
  "type": "boolean"
5306
5456
  },
5307
- {
5308
- "name": "regex",
5309
- "type": "RegExp"
5310
- },
5311
5457
  {
5312
5458
  "name": "dataGrid",
5313
5459
  "type": "DataGrid<TData, any> | undefined"
@@ -5369,6 +5515,12 @@
5369
5515
  "attribute": "nonEditable",
5370
5516
  "description": "Whether the column is editable",
5371
5517
  "type": "boolean | Predicate<TData>"
5518
+ },
5519
+ {
5520
+ "name": "sticky",
5521
+ "attribute": "sticky",
5522
+ "description": "The sticky position of the column, either 'start', 'end', or 'both'",
5523
+ "type": "DataGridColumnSticky | undefined"
5372
5524
  }
5373
5525
  ]
5374
5526
  },
@@ -5430,6 +5582,11 @@
5430
5582
  "name": "nonEditable",
5431
5583
  "description": "Whether the column is editable",
5432
5584
  "type": "boolean | Predicate<TData>"
5585
+ },
5586
+ {
5587
+ "name": "sticky",
5588
+ "description": "The sticky position of the column, either 'start', 'end', or 'both'",
5589
+ "type": "DataGridColumnSticky | undefined"
5433
5590
  }
5434
5591
  ],
5435
5592
  "properties": [
@@ -5453,10 +5610,6 @@
5453
5610
  "name": "sumHeading",
5454
5611
  "type": "string | undefined"
5455
5612
  },
5456
- {
5457
- "name": "regex",
5458
- "type": "RegExp"
5459
- },
5460
5613
  {
5461
5614
  "name": "dataGrid",
5462
5615
  "type": "DataGrid<TData, any> | undefined"
@@ -5518,6 +5671,12 @@
5518
5671
  "attribute": "nonEditable",
5519
5672
  "description": "Whether the column is editable",
5520
5673
  "type": "boolean | Predicate<TData>"
5674
+ },
5675
+ {
5676
+ "name": "sticky",
5677
+ "attribute": "sticky",
5678
+ "description": "The sticky position of the column, either 'start', 'end', or 'both'",
5679
+ "type": "DataGridColumnSticky | undefined"
5521
5680
  }
5522
5681
  ]
5523
5682
  },
@@ -5569,6 +5728,11 @@
5569
5728
  "name": "nonEditable",
5570
5729
  "description": "Whether the column is editable",
5571
5730
  "type": "boolean | Predicate<TData>"
5731
+ },
5732
+ {
5733
+ "name": "sticky",
5734
+ "description": "The sticky position of the column, either 'start', 'end', or 'both'",
5735
+ "type": "DataGridColumnSticky | undefined"
5572
5736
  }
5573
5737
  ],
5574
5738
  "properties": [
@@ -5576,10 +5740,6 @@
5576
5740
  "name": "sumHeading",
5577
5741
  "type": "string | undefined"
5578
5742
  },
5579
- {
5580
- "name": "regex",
5581
- "type": "RegExp"
5582
- },
5583
5743
  {
5584
5744
  "name": "dataGrid",
5585
5745
  "type": "DataGrid<TData, any> | undefined"
@@ -5641,6 +5801,12 @@
5641
5801
  "attribute": "nonEditable",
5642
5802
  "description": "Whether the column is editable",
5643
5803
  "type": "boolean | Predicate<TData>"
5804
+ },
5805
+ {
5806
+ "name": "sticky",
5807
+ "attribute": "sticky",
5808
+ "description": "The sticky position of the column, either 'start', 'end', or 'both'",
5809
+ "type": "DataGridColumnSticky | undefined"
5644
5810
  }
5645
5811
  ]
5646
5812
  },
@@ -5692,6 +5858,11 @@
5692
5858
  "name": "nonEditable",
5693
5859
  "description": "Whether the column is editable",
5694
5860
  "type": "boolean | Predicate<TData>"
5861
+ },
5862
+ {
5863
+ "name": "sticky",
5864
+ "description": "The sticky position of the column, either 'start', 'end', or 'both'",
5865
+ "type": "DataGridColumnSticky | undefined"
5695
5866
  }
5696
5867
  ],
5697
5868
  "properties": [
@@ -5699,10 +5870,6 @@
5699
5870
  "name": "sumHeading",
5700
5871
  "type": "string | undefined"
5701
5872
  },
5702
- {
5703
- "name": "regex",
5704
- "type": "RegExp"
5705
- },
5706
5873
  {
5707
5874
  "name": "dataGrid",
5708
5875
  "type": "DataGrid<TData, any> | undefined"
@@ -5764,6 +5931,12 @@
5764
5931
  "attribute": "nonEditable",
5765
5932
  "description": "Whether the column is editable",
5766
5933
  "type": "boolean | Predicate<TData>"
5934
+ },
5935
+ {
5936
+ "name": "sticky",
5937
+ "attribute": "sticky",
5938
+ "description": "The sticky position of the column, either 'start', 'end', or 'both'",
5939
+ "type": "DataGridColumnSticky | undefined"
5767
5940
  }
5768
5941
  ]
5769
5942
  },