@visns-studio/visns-components 1.1.7 → 1.1.8

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.
@@ -360,7 +360,7 @@ const DataGrid = (props) => {
360
360
  header: column.label,
361
361
  defaultFlex: 1,
362
362
  link: column.link ? column.link : {},
363
- defaultWidth:
363
+ minWidth:
364
364
  column.width && column.width > 0
365
365
  ? column.width
366
366
  : undefined,
@@ -383,7 +383,7 @@ const DataGrid = (props) => {
383
383
  name: column.id,
384
384
  header: column.label,
385
385
  defaultFlex: 1,
386
- defaultWidth:
386
+ minWidth:
387
387
  column.width && column.width > 0
388
388
  ? column.width
389
389
  : undefined,
@@ -405,7 +405,7 @@ const DataGrid = (props) => {
405
405
  name: column.id,
406
406
  header: column.label,
407
407
  defaultFlex: 1,
408
- defaultWidth:
408
+ minWidth:
409
409
  column.width && column.width > 0
410
410
  ? column.width
411
411
  : undefined,
@@ -427,7 +427,7 @@ const DataGrid = (props) => {
427
427
  name: column.id,
428
428
  header: column.label,
429
429
  defaultFlex: 1,
430
- defaultWidth:
430
+ minWidth:
431
431
  column.width && column.width > 0
432
432
  ? column.width
433
433
  : undefined,
@@ -451,7 +451,7 @@ const DataGrid = (props) => {
451
451
  name: column.id,
452
452
  header: column.label,
453
453
  defaultFlex: 1,
454
- defaultWidth:
454
+ minWidth:
455
455
  column.width && column.width > 0
456
456
  ? column.width
457
457
  : undefined,
@@ -479,7 +479,7 @@ const DataGrid = (props) => {
479
479
  name: column.id,
480
480
  header: column.label,
481
481
  defaultFlex: 1,
482
- defaultWidth:
482
+ minWidth:
483
483
  column.width && column.width > 0
484
484
  ? column.width
485
485
  : undefined,
@@ -508,7 +508,7 @@ const DataGrid = (props) => {
508
508
  name: column.id,
509
509
  header: column.label,
510
510
  defaultFlex: 1,
511
- defaultWidth:
511
+ minWidth:
512
512
  column.width && column.width > 0
513
513
  ? column.width
514
514
  : undefined,
@@ -532,7 +532,7 @@ const DataGrid = (props) => {
532
532
  name: column.id,
533
533
  header: column.label,
534
534
  defaultFlex: 1,
535
- defaultWidth:
535
+ minWidth:
536
536
  column.width && column.width > 0
537
537
  ? column.width
538
538
  : undefined,
@@ -544,7 +544,7 @@ const DataGrid = (props) => {
544
544
  name: column.id,
545
545
  header: column.label,
546
546
  defaultFlex: 1,
547
- defaultWidth:
547
+ minWidth:
548
548
  column.width && column.width > 0
549
549
  ? column.width
550
550
  : undefined,
@@ -568,7 +568,7 @@ const DataGrid = (props) => {
568
568
  name: column.id,
569
569
  header: column.label,
570
570
  defaultFlex: 1,
571
- defaultWidth:
571
+ minWidth:
572
572
  column.width && column.width > 0
573
573
  ? column.width
574
574
  : undefined,
@@ -588,7 +588,7 @@ const DataGrid = (props) => {
588
588
  name: relationName,
589
589
  header: column.label,
590
590
  defaultFlex: 1,
591
- defaultWidth:
591
+ minWidth:
592
592
  column.width && column.width > 0
593
593
  ? column.width
594
594
  : undefined,
@@ -620,7 +620,7 @@ const DataGrid = (props) => {
620
620
  name: column.id,
621
621
  header: column.label,
622
622
  defaultFlex: 1,
623
- defaultWidth:
623
+ minWidth:
624
624
  column.width && column.width > 0
625
625
  ? column.width
626
626
  : undefined,
@@ -642,7 +642,7 @@ const DataGrid = (props) => {
642
642
  name: column.id,
643
643
  header: column.label,
644
644
  defaultFlex: 1,
645
- defaultWidth:
645
+ minWidth:
646
646
  column.width && column.width > 0
647
647
  ? column.width
648
648
  : undefined,
@@ -664,7 +664,7 @@ const DataGrid = (props) => {
664
664
  name: column.id,
665
665
  header: column.label,
666
666
  defaultFlex: 1,
667
- defaultWidth:
667
+ minWidth:
668
668
  column.width && column.width > 0
669
669
  ? column.width
670
670
  : undefined,
@@ -688,7 +688,7 @@ const DataGrid = (props) => {
688
688
  name: column.id,
689
689
  header: column.label,
690
690
  defaultFlex: 1,
691
- defaultWidth:
691
+ minWidth:
692
692
  column.width && column.width > 0
693
693
  ? column.width
694
694
  : undefined,
package/package.json CHANGED
@@ -32,7 +32,7 @@
32
32
  "react-dom": ">=18.2.0"
33
33
  },
34
34
  "name": "@visns-studio/visns-components",
35
- "version": "1.1.7",
35
+ "version": "1.1.8",
36
36
  "description": "Various packages to assist in the development of our Custom Applications.",
37
37
  "main": "index.js",
38
38
  "devDependencies": {},