primeng 13.0.4 → 13.1.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.
Files changed (132) hide show
  1. package/calendar/calendar.d.ts +2 -0
  2. package/contextmenu/contextmenu.d.ts +2 -0
  3. package/esm2020/calendar/calendar.mjs +30 -15
  4. package/esm2020/cascadeselect/cascadeselect.mjs +3 -3
  5. package/esm2020/chip/chip.mjs +2 -2
  6. package/esm2020/contextmenu/contextmenu.mjs +13 -2
  7. package/esm2020/dropdown/dropdown.mjs +3 -3
  8. package/esm2020/fileupload/fileupload.mjs +2 -2
  9. package/esm2020/galleria/galleria.mjs +3 -3
  10. package/esm2020/megamenu/megamenu.mjs +2 -2
  11. package/esm2020/multiselect/multiselect.mjs +3 -4
  12. package/esm2020/organizationchart/organizationchart.mjs +3 -3
  13. package/esm2020/slidemenu/slidemenu.mjs +3 -3
  14. package/esm2020/steps/steps.mjs +7 -6
  15. package/esm2020/table/table.mjs +22 -40
  16. package/esm2020/tabmenu/tabmenu.mjs +9 -5
  17. package/esm2020/timeline/timeline.mjs +2 -2
  18. package/esm2020/tree/tree.mjs +3 -3
  19. package/esm2020/treetable/treetable.mjs +3 -3
  20. package/esm2020/utils/objectutils.mjs +9 -1
  21. package/fesm2015/primeng-calendar.mjs +29 -14
  22. package/fesm2015/primeng-calendar.mjs.map +1 -1
  23. package/fesm2015/primeng-cascadeselect.mjs +2 -2
  24. package/fesm2015/primeng-cascadeselect.mjs.map +1 -1
  25. package/fesm2015/primeng-chip.mjs +2 -2
  26. package/fesm2015/primeng-contextmenu.mjs +12 -1
  27. package/fesm2015/primeng-contextmenu.mjs.map +1 -1
  28. package/fesm2015/primeng-dropdown.mjs +2 -2
  29. package/fesm2015/primeng-dropdown.mjs.map +1 -1
  30. package/fesm2015/primeng-fileupload.mjs +2 -2
  31. package/fesm2015/primeng-galleria.mjs +2 -2
  32. package/fesm2015/primeng-galleria.mjs.map +1 -1
  33. package/fesm2015/primeng-megamenu.mjs +1 -1
  34. package/fesm2015/primeng-megamenu.mjs.map +1 -1
  35. package/fesm2015/primeng-multiselect.mjs +2 -3
  36. package/fesm2015/primeng-multiselect.mjs.map +1 -1
  37. package/fesm2015/primeng-organizationchart.mjs +2 -2
  38. package/fesm2015/primeng-organizationchart.mjs.map +1 -1
  39. package/fesm2015/primeng-slidemenu.mjs +2 -2
  40. package/fesm2015/primeng-slidemenu.mjs.map +1 -1
  41. package/fesm2015/primeng-steps.mjs +6 -5
  42. package/fesm2015/primeng-steps.mjs.map +1 -1
  43. package/fesm2015/primeng-table.mjs +21 -39
  44. package/fesm2015/primeng-table.mjs.map +1 -1
  45. package/fesm2015/primeng-tabmenu.mjs +8 -4
  46. package/fesm2015/primeng-tabmenu.mjs.map +1 -1
  47. package/fesm2015/primeng-timeline.mjs +2 -2
  48. package/fesm2015/primeng-tree.mjs +2 -2
  49. package/fesm2015/primeng-tree.mjs.map +1 -1
  50. package/fesm2015/primeng-treetable.mjs +2 -2
  51. package/fesm2015/primeng-treetable.mjs.map +1 -1
  52. package/fesm2015/primeng-utils.mjs +8 -0
  53. package/fesm2015/primeng-utils.mjs.map +1 -1
  54. package/fesm2020/primeng-calendar.mjs +29 -14
  55. package/fesm2020/primeng-calendar.mjs.map +1 -1
  56. package/fesm2020/primeng-cascadeselect.mjs +2 -2
  57. package/fesm2020/primeng-cascadeselect.mjs.map +1 -1
  58. package/fesm2020/primeng-chip.mjs +2 -2
  59. package/fesm2020/primeng-contextmenu.mjs +12 -1
  60. package/fesm2020/primeng-contextmenu.mjs.map +1 -1
  61. package/fesm2020/primeng-dropdown.mjs +2 -2
  62. package/fesm2020/primeng-dropdown.mjs.map +1 -1
  63. package/fesm2020/primeng-fileupload.mjs +2 -2
  64. package/fesm2020/primeng-galleria.mjs +2 -2
  65. package/fesm2020/primeng-galleria.mjs.map +1 -1
  66. package/fesm2020/primeng-megamenu.mjs +1 -1
  67. package/fesm2020/primeng-megamenu.mjs.map +1 -1
  68. package/fesm2020/primeng-multiselect.mjs +2 -3
  69. package/fesm2020/primeng-multiselect.mjs.map +1 -1
  70. package/fesm2020/primeng-organizationchart.mjs +2 -2
  71. package/fesm2020/primeng-organizationchart.mjs.map +1 -1
  72. package/fesm2020/primeng-slidemenu.mjs +2 -2
  73. package/fesm2020/primeng-slidemenu.mjs.map +1 -1
  74. package/fesm2020/primeng-steps.mjs +6 -5
  75. package/fesm2020/primeng-steps.mjs.map +1 -1
  76. package/fesm2020/primeng-table.mjs +21 -39
  77. package/fesm2020/primeng-table.mjs.map +1 -1
  78. package/fesm2020/primeng-tabmenu.mjs +8 -4
  79. package/fesm2020/primeng-tabmenu.mjs.map +1 -1
  80. package/fesm2020/primeng-timeline.mjs +2 -2
  81. package/fesm2020/primeng-tree.mjs +2 -2
  82. package/fesm2020/primeng-tree.mjs.map +1 -1
  83. package/fesm2020/primeng-treetable.mjs +2 -2
  84. package/fesm2020/primeng-treetable.mjs.map +1 -1
  85. package/fesm2020/primeng-utils.mjs +8 -0
  86. package/fesm2020/primeng-utils.mjs.map +1 -1
  87. package/package.json +1 -1
  88. package/resources/components/table/table.css +1 -1
  89. package/resources/components/tree/tree.css +1 -0
  90. package/resources/themes/arya-blue/theme.css +29 -20
  91. package/resources/themes/arya-green/theme.css +29 -20
  92. package/resources/themes/arya-orange/theme.css +29 -20
  93. package/resources/themes/arya-purple/theme.css +29 -20
  94. package/resources/themes/bootstrap4-dark-blue/theme.css +12 -3
  95. package/resources/themes/bootstrap4-dark-purple/theme.css +12 -3
  96. package/resources/themes/bootstrap4-light-blue/theme.css +12 -3
  97. package/resources/themes/bootstrap4-light-purple/theme.css +12 -3
  98. package/resources/themes/fluent-light/theme.css +29 -20
  99. package/resources/themes/lara-dark-blue/theme.css +29 -20
  100. package/resources/themes/lara-dark-indigo/theme.css +29 -20
  101. package/resources/themes/lara-dark-purple/theme.css +29 -20
  102. package/resources/themes/lara-dark-teal/theme.css +29 -20
  103. package/resources/themes/lara-light-blue/theme.css +29 -20
  104. package/resources/themes/lara-light-indigo/theme.css +29 -20
  105. package/resources/themes/lara-light-purple/theme.css +29 -20
  106. package/resources/themes/lara-light-teal/theme.css +29 -20
  107. package/resources/themes/luna-amber/theme.css +29 -20
  108. package/resources/themes/luna-blue/theme.css +29 -20
  109. package/resources/themes/luna-green/theme.css +29 -20
  110. package/resources/themes/luna-pink/theme.css +29 -20
  111. package/resources/themes/md-dark-deeppurple/theme.css +11 -2
  112. package/resources/themes/md-dark-indigo/theme.css +11 -2
  113. package/resources/themes/md-light-deeppurple/theme.css +12 -3
  114. package/resources/themes/md-light-indigo/theme.css +12 -3
  115. package/resources/themes/mdc-dark-deeppurple/theme.css +11 -2
  116. package/resources/themes/mdc-dark-indigo/theme.css +11 -2
  117. package/resources/themes/mdc-light-deeppurple/theme.css +12 -3
  118. package/resources/themes/mdc-light-indigo/theme.css +12 -3
  119. package/resources/themes/nova/theme.css +29 -20
  120. package/resources/themes/nova-accent/theme.css +29 -20
  121. package/resources/themes/nova-alt/theme.css +29 -20
  122. package/resources/themes/rhea/theme.css +29 -20
  123. package/resources/themes/saga-blue/theme.css +12 -3
  124. package/resources/themes/saga-green/theme.css +12 -3
  125. package/resources/themes/saga-orange/theme.css +12 -3
  126. package/resources/themes/saga-purple/theme.css +12 -3
  127. package/resources/themes/tailwind-light/theme.css +32 -23
  128. package/resources/themes/vela-blue/theme.css +29 -20
  129. package/resources/themes/vela-green/theme.css +29 -20
  130. package/resources/themes/vela-orange/theme.css +29 -20
  131. package/resources/themes/vela-purple/theme.css +29 -20
  132. package/utils/objectutils.d.ts +2 -0
@@ -576,7 +576,7 @@ p-calendar.ng-dirty.ng-invalid > .p-calendar > .p-inputtext {
576
576
  .p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item .p-cascadeselect-item-content:focus {
577
577
  outline: 0 none;
578
578
  outline-offset: 0;
579
- box-shadow: inset 0 0 0 0.2rem white;
579
+ box-shadow: inset 0 0 0 0.15rem white;
580
580
  }
581
581
  .p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item.p-highlight {
582
582
  color: #212529;
@@ -836,6 +836,9 @@ p-dropdown.ng-dirty.ng-invalid > .p-dropdown {
836
836
  .p-input-filled .p-dropdown:not(.p-disabled).p-focus {
837
837
  background-color: #4b4b4b;
838
838
  }
839
+ .p-input-filled .p-dropdown:not(.p-disabled).p-focus .p-inputtext {
840
+ background-color: transparent;
841
+ }
839
842
 
840
843
  .p-editor-container .p-editor-toolbar {
841
844
  background: #191919;
@@ -1204,7 +1207,7 @@ p-inputswitch.ng-dirty.ng-invalid > .p-inputswitch {
1204
1207
  .p-listbox .p-listbox-list .p-listbox-item:focus {
1205
1208
  outline: 0 none;
1206
1209
  outline-offset: 0;
1207
- box-shadow: inset 0 0 0 0.2rem white;
1210
+ box-shadow: inset 0 0 0 0.15rem white;
1208
1211
  }
1209
1212
  .p-listbox .p-listbox-list .p-listbox-item .p-checkbox {
1210
1213
  margin-right: 0.5rem;
@@ -1346,7 +1349,7 @@ p-listbox.ng-dirty.ng-invalid > .p-listbox {
1346
1349
  .p-multiselect-panel .p-multiselect-items .p-multiselect-item:focus {
1347
1350
  outline: 0 none;
1348
1351
  outline-offset: 0;
1349
- box-shadow: inset 0 0 0 0.2rem white;
1352
+ box-shadow: inset 0 0 0 0.15rem white;
1350
1353
  }
1351
1354
  .p-multiselect-panel .p-multiselect-items .p-multiselect-item .p-checkbox {
1352
1355
  margin-right: 0.5rem;
@@ -2359,14 +2362,13 @@ p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
2359
2362
  color: #212529;
2360
2363
  }
2361
2364
  .p-datatable .p-sortable-column:focus {
2362
- box-shadow: inset 0 0 0 0.2rem white;
2365
+ box-shadow: inset 0 0 0 0.15rem white;
2363
2366
  outline: 0 none;
2364
2367
  }
2365
2368
  .p-datatable .p-datatable-tbody > tr {
2366
2369
  background: #323232;
2367
2370
  color: #dedede;
2368
2371
  transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
2369
- outline-color: white;
2370
2372
  }
2371
2373
  .p-datatable .p-datatable-tbody > tr > td {
2372
2374
  text-align: left;
@@ -2405,6 +2407,10 @@ p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
2405
2407
  .p-datatable .p-datatable-tbody > tr > td .p-row-editor-save {
2406
2408
  margin-right: 0.5rem;
2407
2409
  }
2410
+ .p-datatable .p-datatable-tbody > tr:focus {
2411
+ outline: 0.15rem solid white;
2412
+ outline-offset: 0.15rem;
2413
+ }
2408
2414
  .p-datatable .p-datatable-tbody > tr.p-highlight {
2409
2415
  background: #F48FB1;
2410
2416
  color: #212529;
@@ -2625,7 +2631,7 @@ p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
2625
2631
  .p-column-filter-overlay .p-column-filter-row-items .p-column-filter-row-item:focus {
2626
2632
  outline: 0 none;
2627
2633
  outline-offset: 0;
2628
- box-shadow: inset 0 0 0 0.2rem white;
2634
+ box-shadow: inset 0 0 0 0.15rem white;
2629
2635
  }
2630
2636
  .p-column-filter-overlay .p-column-filter-row-items .p-column-filter-separator {
2631
2637
  border-top: 1px solid #4b4b4b;
@@ -3000,7 +3006,7 @@ p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
3000
3006
  .p-orderlist .p-orderlist-list .p-orderlist-item:focus {
3001
3007
  outline: 0 none;
3002
3008
  outline-offset: 0;
3003
- box-shadow: inset 0 0 0 0.2rem white;
3009
+ box-shadow: inset 0 0 0 0.15rem white;
3004
3010
  }
3005
3011
  .p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight {
3006
3012
  color: #212529;
@@ -3195,7 +3201,7 @@ p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
3195
3201
  .p-picklist .p-picklist-list .p-picklist-item:focus {
3196
3202
  outline: 0 none;
3197
3203
  outline-offset: 0;
3198
- box-shadow: inset 0 0 0 0.2rem white;
3204
+ box-shadow: inset 0 0 0 0.15rem white;
3199
3205
  }
3200
3206
  .p-picklist .p-picklist-list .p-picklist-item.p-highlight {
3201
3207
  color: #212529;
@@ -3292,7 +3298,7 @@ p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
3292
3298
  .p-tree .p-tree-container .p-treenode .p-treenode-content:focus {
3293
3299
  outline: 0 none;
3294
3300
  outline-offset: 0;
3295
- box-shadow: 0 0 0 0.1rem white;
3301
+ box-shadow: inset 0 0 0 0.15rem white;
3296
3302
  }
3297
3303
  .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight {
3298
3304
  background: #F48FB1;
@@ -3450,7 +3456,6 @@ p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
3450
3456
  background: #323232;
3451
3457
  color: #dedede;
3452
3458
  transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
3453
- outline-color: white;
3454
3459
  }
3455
3460
  .p-treetable .p-treetable-tbody > tr > td {
3456
3461
  text-align: left;
@@ -3484,6 +3489,10 @@ p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
3484
3489
  .p-treetable .p-treetable-tbody > tr > td p-treetablecheckbox .p-checkbox .p-indeterminate .p-checkbox-icon {
3485
3490
  color: #dedede;
3486
3491
  }
3492
+ .p-treetable .p-treetable-tbody > tr:focus {
3493
+ outline: 0.15rem solid white;
3494
+ outline-offset: -0.15rem;
3495
+ }
3487
3496
  .p-treetable .p-treetable-tbody > tr.p-highlight {
3488
3497
  background: #F48FB1;
3489
3498
  color: #212529;
@@ -4204,7 +4213,7 @@ p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
4204
4213
  .p-contextmenu .p-menuitem-link:focus {
4205
4214
  outline: 0 none;
4206
4215
  outline-offset: 0;
4207
- box-shadow: inset 0 0 0 0.2rem white;
4216
+ box-shadow: inset 0 0 0 0.15rem white;
4208
4217
  }
4209
4218
  .p-contextmenu .p-submenu-list {
4210
4219
  padding: 0;
@@ -4336,7 +4345,7 @@ p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
4336
4345
  .p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:focus {
4337
4346
  outline: 0 none;
4338
4347
  outline-offset: 0;
4339
- box-shadow: inset 0 0 0 0.2rem white;
4348
+ box-shadow: inset 0 0 0 0.15rem white;
4340
4349
  }
4341
4350
  .p-megamenu .p-megamenu-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link,
4342
4351
  .p-megamenu .p-megamenu-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link:not(.p-disabled):hover {
@@ -4386,7 +4395,7 @@ p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
4386
4395
  .p-megamenu .p-menuitem-link:focus {
4387
4396
  outline: 0 none;
4388
4397
  outline-offset: 0;
4389
- box-shadow: inset 0 0 0 0.2rem white;
4398
+ box-shadow: inset 0 0 0 0.15rem white;
4390
4399
  }
4391
4400
  .p-megamenu .p-megamenu-panel {
4392
4401
  background: #252525;
@@ -4477,7 +4486,7 @@ p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
4477
4486
  .p-menu .p-menuitem-link:focus {
4478
4487
  outline: 0 none;
4479
4488
  outline-offset: 0;
4480
- box-shadow: inset 0 0 0 0.2rem white;
4489
+ box-shadow: inset 0 0 0 0.15rem white;
4481
4490
  }
4482
4491
  .p-menu.p-menu-overlay {
4483
4492
  background: #252525;
@@ -4543,7 +4552,7 @@ p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
4543
4552
  .p-menubar .p-menuitem-link:focus {
4544
4553
  outline: 0 none;
4545
4554
  outline-offset: 0;
4546
- box-shadow: inset 0 0 0 0.2rem white;
4555
+ box-shadow: inset 0 0 0 0.15rem white;
4547
4556
  }
4548
4557
  .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link {
4549
4558
  padding: 0.857rem;
@@ -4578,7 +4587,7 @@ p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
4578
4587
  .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:focus {
4579
4588
  outline: 0 none;
4580
4589
  outline-offset: 0;
4581
- box-shadow: inset 0 0 0 0.2rem white;
4590
+ box-shadow: inset 0 0 0 0.15rem white;
4582
4591
  }
4583
4592
  .p-menubar .p-menubar-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link,
4584
4593
  .p-menubar .p-menubar-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link:not(.p-disabled):hover {
@@ -4699,7 +4708,7 @@ p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
4699
4708
  .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:focus {
4700
4709
  outline: 0 none;
4701
4710
  outline-offset: 0;
4702
- box-shadow: inset 0 0 0 0.2rem white;
4711
+ box-shadow: inset 0 0 0 0.15rem white;
4703
4712
  }
4704
4713
  .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link > .p-submenu-icon {
4705
4714
  margin-left: auto;
@@ -4832,7 +4841,7 @@ p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
4832
4841
  .p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link:focus {
4833
4842
  outline: 0 none;
4834
4843
  outline-offset: 0;
4835
- box-shadow: inset 0 0 0 0.2rem white;
4844
+ box-shadow: inset 0 0 0 0.15rem white;
4836
4845
  }
4837
4846
  .p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link .p-panelmenu-icon {
4838
4847
  margin-right: 0.5rem;
@@ -4884,7 +4893,7 @@ p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
4884
4893
  .p-slidemenu .p-menuitem-link:focus {
4885
4894
  outline: 0 none;
4886
4895
  outline-offset: 0;
4887
- box-shadow: inset 0 0 0 0.2rem white;
4896
+ box-shadow: inset 0 0 0 0.15rem white;
4888
4897
  }
4889
4898
  .p-slidemenu.p-slidemenu-overlay {
4890
4899
  background: #252525;
@@ -5043,7 +5052,7 @@ p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
5043
5052
  .p-tieredmenu .p-menuitem-link:focus {
5044
5053
  outline: 0 none;
5045
5054
  outline-offset: 0;
5046
- box-shadow: inset 0 0 0 0.2rem white;
5055
+ box-shadow: inset 0 0 0 0.15rem white;
5047
5056
  }
5048
5057
  .p-tieredmenu.p-tieredmenu-overlay {
5049
5058
  background: #252525;
@@ -856,6 +856,9 @@ p-dropdown.ng-dirty.ng-invalid > .p-dropdown {
856
856
  .p-input-filled .p-dropdown:not(.p-disabled).p-focus {
857
857
  background-color: rgba(255, 255, 255, 0.1);
858
858
  }
859
+ .p-input-filled .p-dropdown:not(.p-disabled).p-focus .p-inputtext {
860
+ background-color: transparent;
861
+ }
859
862
 
860
863
  .p-editor-container .p-editor-toolbar {
861
864
  background: #1e1e1e;
@@ -2378,7 +2381,6 @@ p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
2378
2381
  background: #1e1e1e;
2379
2382
  color: rgba(255, 255, 255, 0.87);
2380
2383
  transition: none;
2381
- outline-color: transparent;
2382
2384
  }
2383
2385
  .p-datatable .p-datatable-tbody > tr > td {
2384
2386
  text-align: left;
@@ -2417,6 +2419,10 @@ p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
2417
2419
  .p-datatable .p-datatable-tbody > tr > td .p-row-editor-save {
2418
2420
  margin-right: 0.5rem;
2419
2421
  }
2422
+ .p-datatable .p-datatable-tbody > tr:focus {
2423
+ outline: 0.15rem solid transparent;
2424
+ outline-offset: 0.15rem;
2425
+ }
2420
2426
  .p-datatable .p-datatable-tbody > tr.p-highlight {
2421
2427
  background: rgba(206, 147, 216, 0.16);
2422
2428
  color: #CE93D8;
@@ -3462,7 +3468,6 @@ p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
3462
3468
  background: #1e1e1e;
3463
3469
  color: rgba(255, 255, 255, 0.87);
3464
3470
  transition: none;
3465
- outline-color: transparent;
3466
3471
  }
3467
3472
  .p-treetable .p-treetable-tbody > tr > td {
3468
3473
  text-align: left;
@@ -3496,6 +3501,10 @@ p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
3496
3501
  .p-treetable .p-treetable-tbody > tr > td p-treetablecheckbox .p-checkbox .p-indeterminate .p-checkbox-icon {
3497
3502
  color: rgba(255, 255, 255, 0.87);
3498
3503
  }
3504
+ .p-treetable .p-treetable-tbody > tr:focus {
3505
+ outline: 0.15rem solid transparent;
3506
+ outline-offset: -0.15rem;
3507
+ }
3499
3508
  .p-treetable .p-treetable-tbody > tr.p-highlight {
3500
3509
  background: rgba(206, 147, 216, 0.16);
3501
3510
  color: #CE93D8;
@@ -856,6 +856,9 @@ p-dropdown.ng-dirty.ng-invalid > .p-dropdown {
856
856
  .p-input-filled .p-dropdown:not(.p-disabled).p-focus {
857
857
  background-color: rgba(255, 255, 255, 0.1);
858
858
  }
859
+ .p-input-filled .p-dropdown:not(.p-disabled).p-focus .p-inputtext {
860
+ background-color: transparent;
861
+ }
859
862
 
860
863
  .p-editor-container .p-editor-toolbar {
861
864
  background: #1e1e1e;
@@ -2378,7 +2381,6 @@ p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
2378
2381
  background: #1e1e1e;
2379
2382
  color: rgba(255, 255, 255, 0.87);
2380
2383
  transition: none;
2381
- outline-color: transparent;
2382
2384
  }
2383
2385
  .p-datatable .p-datatable-tbody > tr > td {
2384
2386
  text-align: left;
@@ -2417,6 +2419,10 @@ p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
2417
2419
  .p-datatable .p-datatable-tbody > tr > td .p-row-editor-save {
2418
2420
  margin-right: 0.5rem;
2419
2421
  }
2422
+ .p-datatable .p-datatable-tbody > tr:focus {
2423
+ outline: 0.15rem solid transparent;
2424
+ outline-offset: 0.15rem;
2425
+ }
2420
2426
  .p-datatable .p-datatable-tbody > tr.p-highlight {
2421
2427
  background: rgba(159, 168, 218, 0.16);
2422
2428
  color: #9FA8DA;
@@ -3462,7 +3468,6 @@ p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
3462
3468
  background: #1e1e1e;
3463
3469
  color: rgba(255, 255, 255, 0.87);
3464
3470
  transition: none;
3465
- outline-color: transparent;
3466
3471
  }
3467
3472
  .p-treetable .p-treetable-tbody > tr > td {
3468
3473
  text-align: left;
@@ -3496,6 +3501,10 @@ p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
3496
3501
  .p-treetable .p-treetable-tbody > tr > td p-treetablecheckbox .p-checkbox .p-indeterminate .p-checkbox-icon {
3497
3502
  color: rgba(255, 255, 255, 0.87);
3498
3503
  }
3504
+ .p-treetable .p-treetable-tbody > tr:focus {
3505
+ outline: 0.15rem solid transparent;
3506
+ outline-offset: -0.15rem;
3507
+ }
3499
3508
  .p-treetable .p-treetable-tbody > tr.p-highlight {
3500
3509
  background: rgba(159, 168, 218, 0.16);
3501
3510
  color: #9FA8DA;
@@ -38,7 +38,7 @@
38
38
  --surface-section:#ffffff;
39
39
  --surface-card:#ffffff;
40
40
  --surface-overlay:#ffffff;
41
- --surface-border:#rgba(0,0,0,.12);
41
+ --surface-border:rgba(0,0,0,.12);
42
42
  --surface-hover:rgba(0,0,0,.04);
43
43
  --maskbg: rgba(0, 0, 0, 0.32);
44
44
  --focus-ring: none;
@@ -856,6 +856,9 @@ p-dropdown.ng-dirty.ng-invalid > .p-dropdown {
856
856
  .p-input-filled .p-dropdown:not(.p-disabled).p-focus {
857
857
  background-color: #dcdcdc;
858
858
  }
859
+ .p-input-filled .p-dropdown:not(.p-disabled).p-focus .p-inputtext {
860
+ background-color: transparent;
861
+ }
859
862
 
860
863
  .p-editor-container .p-editor-toolbar {
861
864
  background: #ffffff;
@@ -2378,7 +2381,6 @@ p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
2378
2381
  background: #ffffff;
2379
2382
  color: rgba(0, 0, 0, 0.87);
2380
2383
  transition: none;
2381
- outline-color: transparent;
2382
2384
  }
2383
2385
  .p-datatable .p-datatable-tbody > tr > td {
2384
2386
  text-align: left;
@@ -2417,6 +2419,10 @@ p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
2417
2419
  .p-datatable .p-datatable-tbody > tr > td .p-row-editor-save {
2418
2420
  margin-right: 0.5rem;
2419
2421
  }
2422
+ .p-datatable .p-datatable-tbody > tr:focus {
2423
+ outline: 0.15rem solid transparent;
2424
+ outline-offset: 0.15rem;
2425
+ }
2420
2426
  .p-datatable .p-datatable-tbody > tr.p-highlight {
2421
2427
  background: rgba(103, 58, 183, 0.12);
2422
2428
  color: #673AB7;
@@ -3462,7 +3468,6 @@ p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
3462
3468
  background: #ffffff;
3463
3469
  color: rgba(0, 0, 0, 0.87);
3464
3470
  transition: none;
3465
- outline-color: transparent;
3466
3471
  }
3467
3472
  .p-treetable .p-treetable-tbody > tr > td {
3468
3473
  text-align: left;
@@ -3496,6 +3501,10 @@ p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
3496
3501
  .p-treetable .p-treetable-tbody > tr > td p-treetablecheckbox .p-checkbox .p-indeterminate .p-checkbox-icon {
3497
3502
  color: rgba(0, 0, 0, 0.87);
3498
3503
  }
3504
+ .p-treetable .p-treetable-tbody > tr:focus {
3505
+ outline: 0.15rem solid transparent;
3506
+ outline-offset: -0.15rem;
3507
+ }
3499
3508
  .p-treetable .p-treetable-tbody > tr.p-highlight {
3500
3509
  background: rgba(103, 58, 183, 0.12);
3501
3510
  color: #673AB7;
@@ -38,7 +38,7 @@
38
38
  --surface-section:#ffffff;
39
39
  --surface-card:#ffffff;
40
40
  --surface-overlay:#ffffff;
41
- --surface-border:#rgba(0,0,0,.12);
41
+ --surface-border:rgba(0,0,0,.12);
42
42
  --surface-hover:rgba(0,0,0,.04);
43
43
  --maskbg: rgba(0, 0, 0, 0.32);
44
44
  --focus-ring: none;
@@ -856,6 +856,9 @@ p-dropdown.ng-dirty.ng-invalid > .p-dropdown {
856
856
  .p-input-filled .p-dropdown:not(.p-disabled).p-focus {
857
857
  background-color: #dcdcdc;
858
858
  }
859
+ .p-input-filled .p-dropdown:not(.p-disabled).p-focus .p-inputtext {
860
+ background-color: transparent;
861
+ }
859
862
 
860
863
  .p-editor-container .p-editor-toolbar {
861
864
  background: #ffffff;
@@ -2378,7 +2381,6 @@ p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
2378
2381
  background: #ffffff;
2379
2382
  color: rgba(0, 0, 0, 0.87);
2380
2383
  transition: none;
2381
- outline-color: transparent;
2382
2384
  }
2383
2385
  .p-datatable .p-datatable-tbody > tr > td {
2384
2386
  text-align: left;
@@ -2417,6 +2419,10 @@ p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
2417
2419
  .p-datatable .p-datatable-tbody > tr > td .p-row-editor-save {
2418
2420
  margin-right: 0.5rem;
2419
2421
  }
2422
+ .p-datatable .p-datatable-tbody > tr:focus {
2423
+ outline: 0.15rem solid transparent;
2424
+ outline-offset: 0.15rem;
2425
+ }
2420
2426
  .p-datatable .p-datatable-tbody > tr.p-highlight {
2421
2427
  background: rgba(63, 81, 181, 0.12);
2422
2428
  color: #3F51B5;
@@ -3462,7 +3468,6 @@ p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
3462
3468
  background: #ffffff;
3463
3469
  color: rgba(0, 0, 0, 0.87);
3464
3470
  transition: none;
3465
- outline-color: transparent;
3466
3471
  }
3467
3472
  .p-treetable .p-treetable-tbody > tr > td {
3468
3473
  text-align: left;
@@ -3496,6 +3501,10 @@ p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
3496
3501
  .p-treetable .p-treetable-tbody > tr > td p-treetablecheckbox .p-checkbox .p-indeterminate .p-checkbox-icon {
3497
3502
  color: rgba(0, 0, 0, 0.87);
3498
3503
  }
3504
+ .p-treetable .p-treetable-tbody > tr:focus {
3505
+ outline: 0.15rem solid transparent;
3506
+ outline-offset: -0.15rem;
3507
+ }
3499
3508
  .p-treetable .p-treetable-tbody > tr.p-highlight {
3500
3509
  background: rgba(63, 81, 181, 0.12);
3501
3510
  color: #3F51B5;
@@ -856,6 +856,9 @@ p-dropdown.ng-dirty.ng-invalid > .p-dropdown {
856
856
  .p-input-filled .p-dropdown:not(.p-disabled).p-focus {
857
857
  background-color: rgba(255, 255, 255, 0.1);
858
858
  }
859
+ .p-input-filled .p-dropdown:not(.p-disabled).p-focus .p-inputtext {
860
+ background-color: transparent;
861
+ }
859
862
 
860
863
  .p-editor-container .p-editor-toolbar {
861
864
  background: #1e1e1e;
@@ -2378,7 +2381,6 @@ p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
2378
2381
  background: #1e1e1e;
2379
2382
  color: rgba(255, 255, 255, 0.87);
2380
2383
  transition: none;
2381
- outline-color: transparent;
2382
2384
  }
2383
2385
  .p-datatable .p-datatable-tbody > tr > td {
2384
2386
  text-align: left;
@@ -2417,6 +2419,10 @@ p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
2417
2419
  .p-datatable .p-datatable-tbody > tr > td .p-row-editor-save {
2418
2420
  margin-right: 0.5rem;
2419
2421
  }
2422
+ .p-datatable .p-datatable-tbody > tr:focus {
2423
+ outline: 0.15rem solid transparent;
2424
+ outline-offset: 0.15rem;
2425
+ }
2420
2426
  .p-datatable .p-datatable-tbody > tr.p-highlight {
2421
2427
  background: rgba(206, 147, 216, 0.16);
2422
2428
  color: #CE93D8;
@@ -3462,7 +3468,6 @@ p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
3462
3468
  background: #1e1e1e;
3463
3469
  color: rgba(255, 255, 255, 0.87);
3464
3470
  transition: none;
3465
- outline-color: transparent;
3466
3471
  }
3467
3472
  .p-treetable .p-treetable-tbody > tr > td {
3468
3473
  text-align: left;
@@ -3496,6 +3501,10 @@ p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
3496
3501
  .p-treetable .p-treetable-tbody > tr > td p-treetablecheckbox .p-checkbox .p-indeterminate .p-checkbox-icon {
3497
3502
  color: rgba(255, 255, 255, 0.87);
3498
3503
  }
3504
+ .p-treetable .p-treetable-tbody > tr:focus {
3505
+ outline: 0.15rem solid transparent;
3506
+ outline-offset: -0.15rem;
3507
+ }
3499
3508
  .p-treetable .p-treetable-tbody > tr.p-highlight {
3500
3509
  background: rgba(206, 147, 216, 0.16);
3501
3510
  color: #CE93D8;
@@ -856,6 +856,9 @@ p-dropdown.ng-dirty.ng-invalid > .p-dropdown {
856
856
  .p-input-filled .p-dropdown:not(.p-disabled).p-focus {
857
857
  background-color: rgba(255, 255, 255, 0.1);
858
858
  }
859
+ .p-input-filled .p-dropdown:not(.p-disabled).p-focus .p-inputtext {
860
+ background-color: transparent;
861
+ }
859
862
 
860
863
  .p-editor-container .p-editor-toolbar {
861
864
  background: #1e1e1e;
@@ -2378,7 +2381,6 @@ p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
2378
2381
  background: #1e1e1e;
2379
2382
  color: rgba(255, 255, 255, 0.87);
2380
2383
  transition: none;
2381
- outline-color: transparent;
2382
2384
  }
2383
2385
  .p-datatable .p-datatable-tbody > tr > td {
2384
2386
  text-align: left;
@@ -2417,6 +2419,10 @@ p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
2417
2419
  .p-datatable .p-datatable-tbody > tr > td .p-row-editor-save {
2418
2420
  margin-right: 0.5rem;
2419
2421
  }
2422
+ .p-datatable .p-datatable-tbody > tr:focus {
2423
+ outline: 0.15rem solid transparent;
2424
+ outline-offset: 0.15rem;
2425
+ }
2420
2426
  .p-datatable .p-datatable-tbody > tr.p-highlight {
2421
2427
  background: rgba(159, 168, 218, 0.16);
2422
2428
  color: #9FA8DA;
@@ -3462,7 +3468,6 @@ p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
3462
3468
  background: #1e1e1e;
3463
3469
  color: rgba(255, 255, 255, 0.87);
3464
3470
  transition: none;
3465
- outline-color: transparent;
3466
3471
  }
3467
3472
  .p-treetable .p-treetable-tbody > tr > td {
3468
3473
  text-align: left;
@@ -3496,6 +3501,10 @@ p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
3496
3501
  .p-treetable .p-treetable-tbody > tr > td p-treetablecheckbox .p-checkbox .p-indeterminate .p-checkbox-icon {
3497
3502
  color: rgba(255, 255, 255, 0.87);
3498
3503
  }
3504
+ .p-treetable .p-treetable-tbody > tr:focus {
3505
+ outline: 0.15rem solid transparent;
3506
+ outline-offset: -0.15rem;
3507
+ }
3499
3508
  .p-treetable .p-treetable-tbody > tr.p-highlight {
3500
3509
  background: rgba(159, 168, 218, 0.16);
3501
3510
  color: #9FA8DA;
@@ -38,7 +38,7 @@
38
38
  --surface-section:#ffffff;
39
39
  --surface-card:#ffffff;
40
40
  --surface-overlay:#ffffff;
41
- --surface-border:#rgba(0,0,0,.12);
41
+ --surface-border:rgba(0,0,0,.12);
42
42
  --surface-hover:rgba(0,0,0,.04);
43
43
  --maskbg: rgba(0, 0, 0, 0.32);
44
44
  --focus-ring: none;
@@ -856,6 +856,9 @@ p-dropdown.ng-dirty.ng-invalid > .p-dropdown {
856
856
  .p-input-filled .p-dropdown:not(.p-disabled).p-focus {
857
857
  background-color: #dcdcdc;
858
858
  }
859
+ .p-input-filled .p-dropdown:not(.p-disabled).p-focus .p-inputtext {
860
+ background-color: transparent;
861
+ }
859
862
 
860
863
  .p-editor-container .p-editor-toolbar {
861
864
  background: #ffffff;
@@ -2378,7 +2381,6 @@ p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
2378
2381
  background: #ffffff;
2379
2382
  color: rgba(0, 0, 0, 0.87);
2380
2383
  transition: none;
2381
- outline-color: transparent;
2382
2384
  }
2383
2385
  .p-datatable .p-datatable-tbody > tr > td {
2384
2386
  text-align: left;
@@ -2417,6 +2419,10 @@ p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
2417
2419
  .p-datatable .p-datatable-tbody > tr > td .p-row-editor-save {
2418
2420
  margin-right: 0.5rem;
2419
2421
  }
2422
+ .p-datatable .p-datatable-tbody > tr:focus {
2423
+ outline: 0.15rem solid transparent;
2424
+ outline-offset: 0.15rem;
2425
+ }
2420
2426
  .p-datatable .p-datatable-tbody > tr.p-highlight {
2421
2427
  background: rgba(103, 58, 183, 0.12);
2422
2428
  color: #673AB7;
@@ -3462,7 +3468,6 @@ p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
3462
3468
  background: #ffffff;
3463
3469
  color: rgba(0, 0, 0, 0.87);
3464
3470
  transition: none;
3465
- outline-color: transparent;
3466
3471
  }
3467
3472
  .p-treetable .p-treetable-tbody > tr > td {
3468
3473
  text-align: left;
@@ -3496,6 +3501,10 @@ p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
3496
3501
  .p-treetable .p-treetable-tbody > tr > td p-treetablecheckbox .p-checkbox .p-indeterminate .p-checkbox-icon {
3497
3502
  color: rgba(0, 0, 0, 0.87);
3498
3503
  }
3504
+ .p-treetable .p-treetable-tbody > tr:focus {
3505
+ outline: 0.15rem solid transparent;
3506
+ outline-offset: -0.15rem;
3507
+ }
3499
3508
  .p-treetable .p-treetable-tbody > tr.p-highlight {
3500
3509
  background: rgba(103, 58, 183, 0.12);
3501
3510
  color: #673AB7;
@@ -38,7 +38,7 @@
38
38
  --surface-section:#ffffff;
39
39
  --surface-card:#ffffff;
40
40
  --surface-overlay:#ffffff;
41
- --surface-border:#rgba(0,0,0,.12);
41
+ --surface-border:rgba(0,0,0,.12);
42
42
  --surface-hover:rgba(0,0,0,.04);
43
43
  --maskbg: rgba(0, 0, 0, 0.32);
44
44
  --focus-ring: none;
@@ -856,6 +856,9 @@ p-dropdown.ng-dirty.ng-invalid > .p-dropdown {
856
856
  .p-input-filled .p-dropdown:not(.p-disabled).p-focus {
857
857
  background-color: #dcdcdc;
858
858
  }
859
+ .p-input-filled .p-dropdown:not(.p-disabled).p-focus .p-inputtext {
860
+ background-color: transparent;
861
+ }
859
862
 
860
863
  .p-editor-container .p-editor-toolbar {
861
864
  background: #ffffff;
@@ -2378,7 +2381,6 @@ p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
2378
2381
  background: #ffffff;
2379
2382
  color: rgba(0, 0, 0, 0.87);
2380
2383
  transition: none;
2381
- outline-color: transparent;
2382
2384
  }
2383
2385
  .p-datatable .p-datatable-tbody > tr > td {
2384
2386
  text-align: left;
@@ -2417,6 +2419,10 @@ p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
2417
2419
  .p-datatable .p-datatable-tbody > tr > td .p-row-editor-save {
2418
2420
  margin-right: 0.5rem;
2419
2421
  }
2422
+ .p-datatable .p-datatable-tbody > tr:focus {
2423
+ outline: 0.15rem solid transparent;
2424
+ outline-offset: 0.15rem;
2425
+ }
2420
2426
  .p-datatable .p-datatable-tbody > tr.p-highlight {
2421
2427
  background: rgba(63, 81, 181, 0.12);
2422
2428
  color: #3F51B5;
@@ -3462,7 +3468,6 @@ p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
3462
3468
  background: #ffffff;
3463
3469
  color: rgba(0, 0, 0, 0.87);
3464
3470
  transition: none;
3465
- outline-color: transparent;
3466
3471
  }
3467
3472
  .p-treetable .p-treetable-tbody > tr > td {
3468
3473
  text-align: left;
@@ -3496,6 +3501,10 @@ p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
3496
3501
  .p-treetable .p-treetable-tbody > tr > td p-treetablecheckbox .p-checkbox .p-indeterminate .p-checkbox-icon {
3497
3502
  color: rgba(0, 0, 0, 0.87);
3498
3503
  }
3504
+ .p-treetable .p-treetable-tbody > tr:focus {
3505
+ outline: 0.15rem solid transparent;
3506
+ outline-offset: -0.15rem;
3507
+ }
3499
3508
  .p-treetable .p-treetable-tbody > tr.p-highlight {
3500
3509
  background: rgba(63, 81, 181, 0.12);
3501
3510
  color: #3F51B5;