primevue 2.8.0 → 2.9.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 (455) hide show
  1. package/accordion/accordion.common.js +1 -1
  2. package/accordion/accordion.umd.js +1 -1
  3. package/accordiontab/accordiontab.common.js +3 -3
  4. package/accordiontab/accordiontab.umd.js +3 -3
  5. package/accordiontab/accordiontab.umd.min.js +1 -1
  6. package/api/api.common.js +4 -0
  7. package/api/api.umd.js +4 -0
  8. package/api/api.umd.min.js +1 -1
  9. package/api/filterservice.common.js +4 -0
  10. package/api/filterservice.umd.js +4 -0
  11. package/api/filterservice.umd.min.js +1 -1
  12. package/autocomplete/autocomplete.common.js +8 -4
  13. package/autocomplete/autocomplete.umd.js +8 -4
  14. package/autocomplete/autocomplete.umd.min.js +1 -1
  15. package/avatar/avatar.common.js +1 -1
  16. package/avatar/avatar.umd.js +1 -1
  17. package/avatargroup/avatargroup.common.js +1 -1
  18. package/avatargroup/avatargroup.umd.js +1 -1
  19. package/badge/badge.common.js +1 -1
  20. package/badge/badge.umd.js +1 -1
  21. package/badgedirective/badgedirective.common.js +2 -2
  22. package/badgedirective/badgedirective.umd.js +2 -2
  23. package/badgedirective/badgedirective.umd.min.js +1 -1
  24. package/blockui/blockui.common.js +3 -3
  25. package/blockui/blockui.umd.js +3 -3
  26. package/blockui/blockui.umd.min.js +1 -1
  27. package/breadcrumb/breadcrumb.common.js +2 -2
  28. package/breadcrumb/breadcrumb.umd.js +2 -2
  29. package/breadcrumb/breadcrumbitem.common.js +1 -1
  30. package/breadcrumb/breadcrumbitem.umd.js +1 -1
  31. package/button/button.common.js +3 -3
  32. package/button/button.umd.js +3 -3
  33. package/button/button.umd.min.js +1 -1
  34. package/calendar/Calendar.vue +4 -1
  35. package/calendar/calendar.common.js +10 -7
  36. package/calendar/calendar.umd.js +10 -7
  37. package/calendar/calendar.umd.min.js +1 -1
  38. package/card/card.common.js +1 -1
  39. package/card/card.umd.js +1 -1
  40. package/carousel/carousel.common.js +3 -3
  41. package/carousel/carousel.umd.js +3 -3
  42. package/carousel/carousel.umd.min.js +1 -1
  43. package/cascadeselect/cascadeselect.common.js +8 -4
  44. package/cascadeselect/cascadeselect.umd.js +8 -4
  45. package/cascadeselect/cascadeselect.umd.min.js +1 -1
  46. package/cascadeselect/cascadeselectsub.common.js +7 -3
  47. package/cascadeselect/cascadeselectsub.umd.js +7 -3
  48. package/cascadeselect/cascadeselectsub.umd.min.js +1 -1
  49. package/chart/chart.common.js +1 -1
  50. package/chart/chart.umd.js +1 -1
  51. package/checkbox/checkbox.common.js +5 -1
  52. package/checkbox/checkbox.umd.js +5 -1
  53. package/checkbox/checkbox.umd.min.js +1 -1
  54. package/chip/chip.common.js +1 -1
  55. package/chip/chip.umd.js +1 -1
  56. package/chips/chips.common.js +1 -1
  57. package/chips/chips.umd.js +1 -1
  58. package/colorpicker/colorpicker.common.js +3 -3
  59. package/colorpicker/colorpicker.umd.js +3 -3
  60. package/colorpicker/colorpicker.umd.min.js +1 -1
  61. package/columngroup/columngroup.common.js +1 -1
  62. package/columngroup/columngroup.umd.js +1 -1
  63. package/config/primevue.common.js +8 -0
  64. package/config/primevue.umd.js +8 -0
  65. package/config/primevue.umd.min.js +1 -1
  66. package/confirmationeventbus/confirmationeventbus.common.js +4 -0
  67. package/confirmationeventbus/confirmationeventbus.umd.js +4 -0
  68. package/confirmationeventbus/confirmationeventbus.umd.min.js +1 -1
  69. package/confirmationservice/confirmationservice.common.js +4 -0
  70. package/confirmationservice/confirmationservice.umd.js +4 -0
  71. package/confirmationservice/confirmationservice.umd.min.js +1 -1
  72. package/confirmdialog/confirmdialog.common.js +20 -13
  73. package/confirmdialog/confirmdialog.umd.js +20 -13
  74. package/confirmdialog/confirmdialog.umd.min.js +1 -1
  75. package/confirmpopup/confirmpopup.common.js +8 -4
  76. package/confirmpopup/confirmpopup.umd.js +8 -4
  77. package/confirmpopup/confirmpopup.umd.min.js +1 -1
  78. package/contextmenu/contextmenu.common.js +4 -4
  79. package/contextmenu/contextmenu.umd.js +4 -4
  80. package/contextmenu/contextmenu.umd.min.js +1 -1
  81. package/contextmenu/contextmenusub.common.js +3 -3
  82. package/contextmenu/contextmenusub.umd.js +3 -3
  83. package/contextmenu/contextmenusub.umd.min.js +1 -1
  84. package/contextmenu/demo.html +3 -4
  85. package/datatable/DataTable.d.ts +2 -0
  86. package/datatable/DataTable.vue +30 -13
  87. package/datatable/HeaderCheckbox.vue +7 -4
  88. package/datatable/RowCheckbox.vue +2 -2
  89. package/datatable/RowRadioButton.vue +1 -1
  90. package/datatable/bodycell.common.js +20 -15
  91. package/datatable/bodycell.umd.js +20 -15
  92. package/datatable/bodycell.umd.min.js +1 -1
  93. package/datatable/columnfilter.common.js +16 -11
  94. package/datatable/columnfilter.umd.js +16 -11
  95. package/datatable/columnfilter.umd.min.js +1 -1
  96. package/datatable/datatable.common.js +96 -67
  97. package/datatable/datatable.umd.js +96 -67
  98. package/datatable/datatable.umd.min.js +1 -1
  99. package/datatable/footercell.common.js +7 -3
  100. package/datatable/footercell.umd.js +7 -3
  101. package/datatable/footercell.umd.min.js +1 -1
  102. package/datatable/headercell.common.js +28 -20
  103. package/datatable/headercell.umd.js +28 -20
  104. package/datatable/headercell.umd.min.js +1 -1
  105. package/datatable/headercheckbox.common.js +8 -5
  106. package/datatable/headercheckbox.umd.js +8 -5
  107. package/datatable/headercheckbox.umd.min.js +1 -1
  108. package/datatable/rowcheckbox.common.js +3 -3
  109. package/datatable/rowcheckbox.umd.js +3 -3
  110. package/datatable/rowcheckbox.umd.min.js +1 -1
  111. package/datatable/rowradiobutton.common.js +3 -3
  112. package/datatable/rowradiobutton.umd.js +3 -3
  113. package/datatable/rowradiobutton.umd.min.js +1 -1
  114. package/datatable/tablebody.common.js +21 -16
  115. package/datatable/tablebody.umd.js +21 -16
  116. package/datatable/tablebody.umd.min.js +1 -1
  117. package/datatable/tablefooter.common.js +8 -4
  118. package/datatable/tablefooter.umd.js +8 -4
  119. package/datatable/tablefooter.umd.min.js +1 -1
  120. package/datatable/tableheader.common.js +29 -21
  121. package/datatable/tableheader.umd.js +29 -21
  122. package/datatable/tableheader.umd.min.js +1 -1
  123. package/datatable/tableloadingbody.common.js +1 -1
  124. package/datatable/tableloadingbody.umd.js +1 -1
  125. package/dataview/dataview.common.js +27 -23
  126. package/dataview/dataview.umd.js +27 -23
  127. package/dataview/dataview.umd.min.js +1 -1
  128. package/dataviewlayoutoptions/dataviewlayoutoptions.common.js +1 -1
  129. package/dataviewlayoutoptions/dataviewlayoutoptions.umd.js +1 -1
  130. package/deferredcontent/deferredcontent.common.js +1 -1
  131. package/deferredcontent/deferredcontent.umd.js +1 -1
  132. package/dialog/Dialog.d.ts +1 -0
  133. package/dialog/Dialog.vue +7 -4
  134. package/dialog/dialog.common.js +11 -8
  135. package/dialog/dialog.umd.js +11 -8
  136. package/dialog/dialog.umd.min.js +1 -1
  137. package/divider/divider.common.js +1 -1
  138. package/divider/divider.umd.js +1 -1
  139. package/dock/dock.common.js +2 -2
  140. package/dock/dock.umd.js +2 -2
  141. package/dock/docksub.common.js +1 -1
  142. package/dock/docksub.umd.js +1 -1
  143. package/dropdown/Dropdown.vue +1 -1
  144. package/dropdown/dropdown.common.js +9 -5
  145. package/dropdown/dropdown.umd.js +9 -5
  146. package/dropdown/dropdown.umd.min.js +1 -1
  147. package/editor/editor.common.js +1 -1
  148. package/editor/editor.umd.js +1 -1
  149. package/fieldset/fieldset.common.js +3 -3
  150. package/fieldset/fieldset.umd.js +3 -3
  151. package/fieldset/fieldset.umd.min.js +1 -1
  152. package/fileupload/fileupload.common.js +6 -6
  153. package/fileupload/fileupload.umd.js +6 -6
  154. package/fileupload/fileupload.umd.min.js +1 -1
  155. package/fullcalendar/fullcalendar.common.js +3 -3
  156. package/fullcalendar/fullcalendar.umd.js +3 -3
  157. package/fullcalendar/fullcalendar.umd.min.js +1 -1
  158. package/galleria/galleria.common.js +6 -6
  159. package/galleria/galleria.umd.js +6 -6
  160. package/galleria/galleria.umd.min.js +1 -1
  161. package/galleria/galleriacontent.common.js +5 -5
  162. package/galleria/galleriacontent.umd.js +5 -5
  163. package/galleria/galleriacontent.umd.min.js +1 -1
  164. package/galleria/galleriaitem.common.js +3 -3
  165. package/galleria/galleriaitem.umd.js +3 -3
  166. package/galleria/galleriaitem.umd.min.js +1 -1
  167. package/galleria/galleriathumbnails.common.js +3 -3
  168. package/galleria/galleriathumbnails.umd.js +3 -3
  169. package/galleria/galleriathumbnails.umd.min.js +1 -1
  170. package/imagepreview/imagepreview.common.js +3 -3
  171. package/imagepreview/imagepreview.umd.js +3 -3
  172. package/imagepreview/imagepreview.umd.min.js +1 -1
  173. package/inlinemessage/inlinemessage.common.js +1 -1
  174. package/inlinemessage/inlinemessage.umd.js +1 -1
  175. package/inplace/inplace.common.js +4 -4
  176. package/inplace/inplace.umd.js +4 -4
  177. package/inplace/inplace.umd.min.js +1 -1
  178. package/inputmask/inputmask.common.js +3 -3
  179. package/inputmask/inputmask.umd.js +3 -3
  180. package/inputmask/inputmask.umd.min.js +1 -1
  181. package/inputnumber/inputnumber.common.js +5 -5
  182. package/inputnumber/inputnumber.umd.js +5 -5
  183. package/inputnumber/inputnumber.umd.min.js +1 -1
  184. package/inputswitch/inputswitch.common.js +1 -1
  185. package/inputswitch/inputswitch.umd.js +1 -1
  186. package/inputtext/inputtext.common.js +1 -1
  187. package/inputtext/inputtext.umd.js +1 -1
  188. package/knob/knob.common.js +1 -1
  189. package/knob/knob.umd.js +1 -1
  190. package/listbox/listbox.common.js +7 -3
  191. package/listbox/listbox.umd.js +7 -3
  192. package/listbox/listbox.umd.min.js +1 -1
  193. package/megamenu/megamenu.common.js +3 -3
  194. package/megamenu/megamenu.umd.js +3 -3
  195. package/megamenu/megamenu.umd.min.js +1 -1
  196. package/menu/menu.common.js +4 -4
  197. package/menu/menu.umd.js +4 -4
  198. package/menu/menu.umd.min.js +1 -1
  199. package/menu/menuitem.common.js +3 -3
  200. package/menu/menuitem.umd.js +3 -3
  201. package/menu/menuitem.umd.min.js +1 -1
  202. package/menubar/menubar.common.js +4 -4
  203. package/menubar/menubar.umd.js +4 -4
  204. package/menubar/menubar.umd.min.js +1 -1
  205. package/menubar/menubarsub.common.js +3 -3
  206. package/menubar/menubarsub.umd.js +3 -3
  207. package/menubar/menubarsub.umd.min.js +1 -1
  208. package/message/message.common.js +3 -3
  209. package/message/message.umd.js +3 -3
  210. package/message/message.umd.min.js +1 -1
  211. package/multiselect/multiselect.common.js +7 -3
  212. package/multiselect/multiselect.umd.js +7 -3
  213. package/multiselect/multiselect.umd.min.js +1 -1
  214. package/orderlist/orderlist.common.js +8 -4
  215. package/orderlist/orderlist.umd.js +8 -4
  216. package/orderlist/orderlist.umd.min.js +1 -1
  217. package/organizationchart/organizationchart.common.js +4 -4
  218. package/organizationchart/organizationchart.umd.js +4 -4
  219. package/organizationchart/organizationchart.umd.min.js +1 -1
  220. package/organizationchart/organizationchartnode.common.js +3 -3
  221. package/organizationchart/organizationchartnode.umd.js +3 -3
  222. package/organizationchart/organizationchartnode.umd.min.js +1 -1
  223. package/overlayeventbus/overlayeventbus.common.js +4 -0
  224. package/overlayeventbus/overlayeventbus.umd.js +4 -0
  225. package/overlayeventbus/overlayeventbus.umd.min.js +1 -1
  226. package/overlaypanel/overlaypanel.common.js +3 -3
  227. package/overlaypanel/overlaypanel.umd.js +3 -3
  228. package/overlaypanel/overlaypanel.umd.min.js +1 -1
  229. package/package.json +1 -1
  230. package/paginator/currentpagereport.common.js +1 -1
  231. package/paginator/currentpagereport.umd.js +1 -1
  232. package/paginator/firstpagelink.common.js +3 -3
  233. package/paginator/firstpagelink.umd.js +3 -3
  234. package/paginator/firstpagelink.umd.min.js +1 -1
  235. package/paginator/jumptopagedropdown.common.js +14 -10
  236. package/paginator/jumptopagedropdown.umd.js +14 -10
  237. package/paginator/jumptopagedropdown.umd.min.js +1 -1
  238. package/paginator/jumptopageinput.common.js +6 -6
  239. package/paginator/jumptopageinput.umd.js +6 -6
  240. package/paginator/jumptopageinput.umd.min.js +1 -1
  241. package/paginator/lastpagelink.common.js +3 -3
  242. package/paginator/lastpagelink.umd.js +3 -3
  243. package/paginator/lastpagelink.umd.min.js +1 -1
  244. package/paginator/nextpagelink.common.js +3 -3
  245. package/paginator/nextpagelink.umd.js +3 -3
  246. package/paginator/nextpagelink.umd.min.js +1 -1
  247. package/paginator/pagelinks.common.js +3 -3
  248. package/paginator/pagelinks.umd.js +3 -3
  249. package/paginator/pagelinks.umd.min.js +1 -1
  250. package/paginator/paginator.common.js +26 -22
  251. package/paginator/paginator.umd.js +26 -22
  252. package/paginator/paginator.umd.min.js +1 -1
  253. package/paginator/prevpagelink.common.js +3 -3
  254. package/paginator/prevpagelink.umd.js +3 -3
  255. package/paginator/prevpagelink.umd.min.js +1 -1
  256. package/paginator/rowsperpagedropdown.common.js +14 -10
  257. package/paginator/rowsperpagedropdown.umd.js +14 -10
  258. package/paginator/rowsperpagedropdown.umd.min.js +1 -1
  259. package/panel/panel.common.js +3 -3
  260. package/panel/panel.umd.js +3 -3
  261. package/panel/panel.umd.min.js +1 -1
  262. package/panelmenu/PanelMenuSub.vue +2 -2
  263. package/panelmenu/panelmenu.common.js +9 -9
  264. package/panelmenu/panelmenu.umd.js +9 -9
  265. package/panelmenu/panelmenu.umd.min.js +1 -1
  266. package/panelmenu/panelmenusub.common.js +4 -4
  267. package/panelmenu/panelmenusub.umd.js +4 -4
  268. package/panelmenu/panelmenusub.umd.min.js +1 -1
  269. package/password/password.common.js +4 -4
  270. package/password/password.umd.js +4 -4
  271. package/password/password.umd.min.js +1 -1
  272. package/picklist/picklist.common.js +8 -4
  273. package/picklist/picklist.umd.js +8 -4
  274. package/picklist/picklist.umd.min.js +1 -1
  275. package/progressbar/progressbar.common.js +1 -1
  276. package/progressbar/progressbar.umd.js +1 -1
  277. package/progressspinner/progressspinner.common.js +1 -1
  278. package/progressspinner/progressspinner.umd.js +1 -1
  279. package/radiobutton/radiobutton.common.js +5 -1
  280. package/radiobutton/radiobutton.umd.js +5 -1
  281. package/radiobutton/radiobutton.umd.min.js +1 -1
  282. package/rating/rating.common.js +1 -1
  283. package/rating/rating.umd.js +1 -1
  284. package/resources/themes/arya-blue/theme.css +24 -21
  285. package/resources/themes/arya-green/theme.css +24 -21
  286. package/resources/themes/arya-orange/theme.css +24 -21
  287. package/resources/themes/arya-purple/theme.css +24 -21
  288. package/resources/themes/bootstrap4-dark-blue/theme.css +8 -5
  289. package/resources/themes/bootstrap4-dark-purple/theme.css +8 -5
  290. package/resources/themes/bootstrap4-light-blue/theme.css +8 -5
  291. package/resources/themes/bootstrap4-light-purple/theme.css +8 -5
  292. package/resources/themes/fluent-light/theme.css +24 -21
  293. package/resources/themes/lara-dark-blue/theme.css +356 -353
  294. package/resources/themes/lara-dark-indigo/theme.css +356 -353
  295. package/resources/themes/lara-dark-purple/theme.css +356 -353
  296. package/resources/themes/lara-dark-teal/theme.css +356 -353
  297. package/resources/themes/lara-light-blue/theme.css +24 -21
  298. package/resources/themes/lara-light-indigo/theme.css +24 -21
  299. package/resources/themes/lara-light-purple/theme.css +24 -21
  300. package/resources/themes/lara-light-teal/theme.css +24 -21
  301. package/resources/themes/luna-amber/theme.css +24 -21
  302. package/resources/themes/luna-blue/theme.css +24 -21
  303. package/resources/themes/luna-green/theme.css +24 -21
  304. package/resources/themes/luna-pink/theme.css +24 -21
  305. package/resources/themes/md-dark-deeppurple/theme.css +7 -4
  306. package/resources/themes/md-dark-indigo/theme.css +7 -4
  307. package/resources/themes/md-light-deeppurple/theme.css +7 -4
  308. package/resources/themes/md-light-indigo/theme.css +7 -4
  309. package/resources/themes/mdc-dark-deeppurple/theme.css +7 -4
  310. package/resources/themes/mdc-dark-indigo/theme.css +7 -4
  311. package/resources/themes/mdc-light-deeppurple/theme.css +7 -4
  312. package/resources/themes/mdc-light-indigo/theme.css +7 -4
  313. package/resources/themes/nova/theme.css +24 -21
  314. package/resources/themes/nova-accent/theme.css +24 -21
  315. package/resources/themes/nova-alt/theme.css +24 -21
  316. package/resources/themes/nova-vue/theme.css +24 -21
  317. package/resources/themes/rhea/theme.css +24 -21
  318. package/resources/themes/saga-blue/theme.css +8 -5
  319. package/resources/themes/saga-green/theme.css +8 -5
  320. package/resources/themes/saga-orange/theme.css +8 -5
  321. package/resources/themes/saga-purple/theme.css +8 -5
  322. package/resources/themes/tailwind-light/theme.css +27 -24
  323. package/resources/themes/vela-blue/theme.css +24 -21
  324. package/resources/themes/vela-green/theme.css +24 -21
  325. package/resources/themes/vela-orange/theme.css +24 -21
  326. package/resources/themes/vela-purple/theme.css +24 -21
  327. package/ripple/ripple.common.js +2 -2
  328. package/ripple/ripple.umd.js +2 -2
  329. package/ripple/ripple.umd.min.js +1 -1
  330. package/row/row.common.js +1 -1
  331. package/row/row.umd.js +1 -1
  332. package/scrollpanel/scrollpanel.common.js +3 -3
  333. package/scrollpanel/scrollpanel.umd.js +3 -3
  334. package/scrollpanel/scrollpanel.umd.min.js +1 -1
  335. package/scrolltop/scrolltop.common.js +3 -3
  336. package/scrolltop/scrolltop.umd.js +3 -3
  337. package/scrolltop/scrolltop.umd.min.js +1 -1
  338. package/selectbutton/selectbutton.common.js +7 -3
  339. package/selectbutton/selectbutton.umd.js +7 -3
  340. package/selectbutton/selectbutton.umd.min.js +1 -1
  341. package/sidebar/Sidebar.vue +2 -0
  342. package/sidebar/sidebar.common.js +5 -5
  343. package/sidebar/sidebar.umd.js +5 -5
  344. package/sidebar/sidebar.umd.min.js +1 -1
  345. package/skeleton/skeleton.common.js +1 -1
  346. package/skeleton/skeleton.umd.js +1 -1
  347. package/slider/slider.common.js +3 -3
  348. package/slider/slider.umd.js +3 -3
  349. package/slider/slider.umd.min.js +1 -1
  350. package/speeddial/speeddial.common.js +4 -4
  351. package/speeddial/speeddial.umd.js +4 -4
  352. package/speeddial/speeddial.umd.min.js +1 -1
  353. package/splitbutton/splitbutton.common.js +6 -6
  354. package/splitbutton/splitbutton.umd.js +6 -6
  355. package/splitbutton/splitbutton.umd.min.js +1 -1
  356. package/splitter/splitter.common.js +2 -2
  357. package/splitter/splitter.umd.js +2 -2
  358. package/splitter/splitter.umd.min.js +1 -1
  359. package/steps/Steps.vue +1 -1
  360. package/steps/steps.common.js +3 -3
  361. package/steps/steps.umd.js +3 -3
  362. package/steps/steps.umd.min.js +1 -1
  363. package/styleclass/styleclass.common.js +2 -2
  364. package/styleclass/styleclass.umd.js +2 -2
  365. package/styleclass/styleclass.umd.min.js +1 -1
  366. package/tabmenu/tabmenu.common.js +3 -3
  367. package/tabmenu/tabmenu.umd.js +3 -3
  368. package/tabmenu/tabmenu.umd.min.js +1 -1
  369. package/tabpanel/tabpanel.common.js +1 -1
  370. package/tabpanel/tabpanel.umd.js +1 -1
  371. package/tabview/tabview.common.js +7 -3
  372. package/tabview/tabview.umd.js +7 -3
  373. package/tabview/tabview.umd.min.js +1 -1
  374. package/tag/Tag.vue +1 -1
  375. package/tag/tag.common.js +3 -3
  376. package/tag/tag.umd.js +3 -3
  377. package/tag/tag.umd.min.js +1 -1
  378. package/terminal/terminal.common.js +1 -1
  379. package/terminal/terminal.umd.js +1 -1
  380. package/textarea/textarea.common.js +1 -1
  381. package/textarea/textarea.umd.js +1 -1
  382. package/tieredmenu/tieredmenu.common.js +4 -4
  383. package/tieredmenu/tieredmenu.umd.js +4 -4
  384. package/tieredmenu/tieredmenu.umd.min.js +1 -1
  385. package/tieredmenu/tieredmenusub.common.js +3 -3
  386. package/tieredmenu/tieredmenusub.umd.js +3 -3
  387. package/tieredmenu/tieredmenusub.umd.min.js +1 -1
  388. package/timeline/timeline.common.js +5 -1
  389. package/timeline/timeline.umd.js +5 -1
  390. package/timeline/timeline.umd.min.js +1 -1
  391. package/toast/toast.common.js +4 -4
  392. package/toast/toast.umd.js +4 -4
  393. package/toast/toast.umd.min.js +1 -1
  394. package/toast/toastmessage.common.js +3 -3
  395. package/toast/toastmessage.umd.js +3 -3
  396. package/toast/toastmessage.umd.min.js +1 -1
  397. package/togglebutton/togglebutton.common.js +3 -3
  398. package/togglebutton/togglebutton.umd.js +3 -3
  399. package/togglebutton/togglebutton.umd.min.js +1 -1
  400. package/toolbar/toolbar.common.js +1 -1
  401. package/toolbar/toolbar.umd.js +1 -1
  402. package/tooltip/tooltip.common.js +6 -2
  403. package/tooltip/tooltip.umd.js +6 -2
  404. package/tooltip/tooltip.umd.min.js +1 -1
  405. package/tree/Tree.vue +1 -0
  406. package/tree/tree.common.js +10 -6
  407. package/tree/tree.umd.js +10 -6
  408. package/tree/tree.umd.min.js +1 -1
  409. package/tree/treenode.common.js +3 -3
  410. package/tree/treenode.umd.js +3 -3
  411. package/tree/treenode.umd.min.js +1 -1
  412. package/treetable/TreeTable.d.ts +1 -0
  413. package/treetable/TreeTable.vue +14 -32
  414. package/treetable/TreeTableRow.vue +7 -4
  415. package/treetable/demo.html +3 -3
  416. package/treetable/footercell.common.js +7 -3
  417. package/treetable/footercell.umd.js +7 -3
  418. package/treetable/footercell.umd.min.js +1 -1
  419. package/treetable/headercell.common.js +7 -3
  420. package/treetable/headercell.umd.js +7 -3
  421. package/treetable/headercell.umd.min.js +1 -1
  422. package/treetable/treetable.common.js +51 -53
  423. package/treetable/treetable.umd.js +51 -53
  424. package/treetable/treetable.umd.min.js +1 -1
  425. package/treetable/treetablerow.common.js +12 -5
  426. package/treetable/treetablerow.umd.js +12 -5
  427. package/treetable/treetablerow.umd.min.js +1 -1
  428. package/treetable/treetablerowloader.common.js +13 -6
  429. package/treetable/treetablerowloader.umd.js +13 -6
  430. package/treetable/treetablerowloader.umd.min.js +1 -1
  431. package/tristatecheckbox/tristatecheckbox.common.js +1 -1
  432. package/tristatecheckbox/tristatecheckbox.umd.js +1 -1
  433. package/utils/DomHandler.js +2 -2
  434. package/utils/connectedoverlayscrollhandler.common.js +2 -2
  435. package/utils/connectedoverlayscrollhandler.umd.js +2 -2
  436. package/utils/connectedoverlayscrollhandler.umd.min.js +1 -1
  437. package/utils/domhandler.common.js +2 -2
  438. package/utils/domhandler.umd.js +2 -2
  439. package/utils/domhandler.umd.min.js +1 -1
  440. package/utils/eventbus.common.js +4 -0
  441. package/utils/eventbus.umd.js +4 -0
  442. package/utils/eventbus.umd.min.js +1 -1
  443. package/utils/objectutils.common.js +4 -0
  444. package/utils/objectutils.umd.js +4 -0
  445. package/utils/objectutils.umd.min.js +1 -1
  446. package/utils/utils.common.js +7 -2
  447. package/utils/utils.umd.js +7 -2
  448. package/utils/utils.umd.min.js +1 -1
  449. package/vetur-attributes.json +8 -0
  450. package/vetur-tags.json +3 -1
  451. package/web-types.json +21 -1
  452. package/treetable/BodyCell.vue +0 -162
  453. package/treetable/bodycell.common.js +0 -5596
  454. package/treetable/bodycell.umd.js +0 -5606
  455. package/treetable/bodycell.umd.min.js +0 -1
@@ -570,7 +570,7 @@
570
570
  .p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item .p-cascadeselect-item-content:focus {
571
571
  outline: 0 none;
572
572
  outline-offset: 0;
573
- box-shadow: inset 0 0 0 0.2rem white;
573
+ box-shadow: inset 0 0 0 0.15rem white;
574
574
  }
575
575
  .p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item.p-highlight {
576
576
  color: #212529;
@@ -815,6 +815,9 @@
815
815
  .p-input-filled .p-dropdown:not(.p-disabled).p-focus {
816
816
  background-color: #4b4b4b;
817
817
  }
818
+ .p-input-filled .p-dropdown:not(.p-disabled).p-focus .p-inputtext {
819
+ background-color: transparent;
820
+ }
818
821
 
819
822
  .p-editor-container .p-editor-toolbar {
820
823
  background: #191919;
@@ -1167,7 +1170,7 @@
1167
1170
  .p-listbox .p-listbox-list .p-listbox-item:focus {
1168
1171
  outline: 0 none;
1169
1172
  outline-offset: 0;
1170
- box-shadow: inset 0 0 0 0.2rem white;
1173
+ box-shadow: inset 0 0 0 0.15rem white;
1171
1174
  }
1172
1175
  .p-listbox .p-listbox-list .p-listbox-item-group {
1173
1176
  margin: 0;
@@ -1305,7 +1308,7 @@
1305
1308
  .p-multiselect-panel .p-multiselect-items .p-multiselect-item:focus {
1306
1309
  outline: 0 none;
1307
1310
  outline-offset: 0;
1308
- box-shadow: inset 0 0 0 0.2rem white;
1311
+ box-shadow: inset 0 0 0 0.15rem white;
1309
1312
  }
1310
1313
  .p-multiselect-panel .p-multiselect-items .p-multiselect-item .p-checkbox {
1311
1314
  margin-right: 0.5rem;
@@ -2297,7 +2300,7 @@
2297
2300
  color: #212529;
2298
2301
  }
2299
2302
  .p-datatable .p-sortable-column:focus {
2300
- box-shadow: inset 0 0 0 0.2rem white;
2303
+ box-shadow: inset 0 0 0 0.15rem white;
2301
2304
  outline: 0 none;
2302
2305
  }
2303
2306
  .p-datatable .p-datatable-tbody > tr {
@@ -2346,8 +2349,8 @@
2346
2349
  font-weight: 700;
2347
2350
  }
2348
2351
  .p-datatable .p-datatable-tbody > tr:focus {
2349
- outline: 1px solid white;
2350
- outline-offset: -1px;
2352
+ outline: 0.15rem solid white;
2353
+ outline-offset: -0.15rem;
2351
2354
  }
2352
2355
  .p-datatable .p-datatable-tbody > tr.p-highlight {
2353
2356
  background: #C5E1A5;
@@ -2575,7 +2578,7 @@
2575
2578
  .p-column-filter-overlay .p-column-filter-row-items .p-column-filter-row-item:focus {
2576
2579
  outline: 0 none;
2577
2580
  outline-offset: 0;
2578
- box-shadow: inset 0 0 0 0.2rem white;
2581
+ box-shadow: inset 0 0 0 0.15rem white;
2579
2582
  }
2580
2583
  .p-column-filter-overlay .p-column-filter-row-items .p-column-filter-separator {
2581
2584
  border-top: 1px solid #4b4b4b;
@@ -2938,7 +2941,7 @@
2938
2941
  .p-orderlist .p-orderlist-list .p-orderlist-item:focus {
2939
2942
  outline: 0 none;
2940
2943
  outline-offset: 0;
2941
- box-shadow: inset 0 0 0 0.2rem white;
2944
+ box-shadow: inset 0 0 0 0.15rem white;
2942
2945
  }
2943
2946
  .p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight {
2944
2947
  color: #212529;
@@ -3105,7 +3108,7 @@
3105
3108
  .p-picklist .p-picklist-list .p-picklist-item:focus {
3106
3109
  outline: 0 none;
3107
3110
  outline-offset: 0;
3108
- box-shadow: inset 0 0 0 0.2rem white;
3111
+ box-shadow: inset 0 0 0 0.15rem white;
3109
3112
  }
3110
3113
  .p-picklist .p-picklist-list .p-picklist-item.p-highlight {
3111
3114
  color: #212529;
@@ -3185,7 +3188,7 @@
3185
3188
  .p-tree .p-tree-container .p-treenode .p-treenode-content:focus {
3186
3189
  outline: 0 none;
3187
3190
  outline-offset: 0;
3188
- box-shadow: 0 0 0 0.1rem white;
3191
+ box-shadow: inset 0 0 0 0.15rem white;
3189
3192
  }
3190
3193
  .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight {
3191
3194
  background: #C5E1A5;
@@ -3332,8 +3335,8 @@
3332
3335
  color: #dedede;
3333
3336
  }
3334
3337
  .p-treetable .p-treetable-tbody > tr:focus {
3335
- outline: 1px solid white;
3336
- outline-offset: -1px;
3338
+ outline: 0.15rem solid white;
3339
+ outline-offset: -0.15rem;
3337
3340
  }
3338
3341
  .p-treetable .p-treetable-tbody > tr.p-highlight {
3339
3342
  background: #C5E1A5;
@@ -4024,7 +4027,7 @@
4024
4027
  .p-contextmenu .p-menuitem-link:focus {
4025
4028
  outline: 0 none;
4026
4029
  outline-offset: 0;
4027
- box-shadow: inset 0 0 0 0.2rem white;
4030
+ box-shadow: inset 0 0 0 0.15rem white;
4028
4031
  }
4029
4032
  .p-contextmenu .p-submenu-list {
4030
4033
  padding: 0;
@@ -4150,7 +4153,7 @@
4150
4153
  .p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:focus {
4151
4154
  outline: 0 none;
4152
4155
  outline-offset: 0;
4153
- box-shadow: inset 0 0 0 0.2rem white;
4156
+ box-shadow: inset 0 0 0 0.15rem white;
4154
4157
  }
4155
4158
  .p-megamenu .p-megamenu-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link,
4156
4159
  .p-megamenu .p-megamenu-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link:not(.p-disabled):hover {
@@ -4200,7 +4203,7 @@
4200
4203
  .p-megamenu .p-menuitem-link:focus {
4201
4204
  outline: 0 none;
4202
4205
  outline-offset: 0;
4203
- box-shadow: inset 0 0 0 0.2rem white;
4206
+ box-shadow: inset 0 0 0 0.15rem white;
4204
4207
  }
4205
4208
  .p-megamenu .p-megamenu-panel {
4206
4209
  background: #252525;
@@ -4279,7 +4282,7 @@
4279
4282
  .p-menu .p-menuitem-link:focus {
4280
4283
  outline: 0 none;
4281
4284
  outline-offset: 0;
4282
- box-shadow: inset 0 0 0 0.2rem white;
4285
+ box-shadow: inset 0 0 0 0.15rem white;
4283
4286
  }
4284
4287
  .p-menu.p-menu-overlay {
4285
4288
  background: #252525;
@@ -4339,7 +4342,7 @@
4339
4342
  .p-menubar .p-menuitem-link:focus {
4340
4343
  outline: 0 none;
4341
4344
  outline-offset: 0;
4342
- box-shadow: inset 0 0 0 0.2rem white;
4345
+ box-shadow: inset 0 0 0 0.15rem white;
4343
4346
  }
4344
4347
  .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link {
4345
4348
  padding: 0.857rem;
@@ -4374,7 +4377,7 @@
4374
4377
  .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:focus {
4375
4378
  outline: 0 none;
4376
4379
  outline-offset: 0;
4377
- box-shadow: inset 0 0 0 0.2rem white;
4380
+ box-shadow: inset 0 0 0 0.15rem white;
4378
4381
  }
4379
4382
  .p-menubar .p-menubar-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link,
4380
4383
  .p-menubar .p-menubar-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link:not(.p-disabled):hover {
@@ -4489,7 +4492,7 @@
4489
4492
  .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:focus {
4490
4493
  outline: 0 none;
4491
4494
  outline-offset: 0;
4492
- box-shadow: inset 0 0 0 0.2rem white;
4495
+ box-shadow: inset 0 0 0 0.15rem white;
4493
4496
  }
4494
4497
  .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link > .p-submenu-icon {
4495
4498
  margin-left: auto;
@@ -4622,7 +4625,7 @@
4622
4625
  .p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link:focus {
4623
4626
  outline: 0 none;
4624
4627
  outline-offset: 0;
4625
- box-shadow: inset 0 0 0 0.2rem white;
4628
+ box-shadow: inset 0 0 0 0.15rem white;
4626
4629
  }
4627
4630
  .p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link .p-panelmenu-icon {
4628
4631
  margin-right: 0.5rem;
@@ -4759,7 +4762,7 @@
4759
4762
  .p-tieredmenu .p-menuitem-link:focus {
4760
4763
  outline: 0 none;
4761
4764
  outline-offset: 0;
4762
- box-shadow: inset 0 0 0 0.2rem white;
4765
+ box-shadow: inset 0 0 0 0.15rem white;
4763
4766
  }
4764
4767
  .p-tieredmenu.p-tieredmenu-overlay {
4765
4768
  background: #252525;
@@ -570,7 +570,7 @@
570
570
  .p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item .p-cascadeselect-item-content:focus {
571
571
  outline: 0 none;
572
572
  outline-offset: 0;
573
- box-shadow: inset 0 0 0 0.2rem white;
573
+ box-shadow: inset 0 0 0 0.15rem white;
574
574
  }
575
575
  .p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item.p-highlight {
576
576
  color: #212529;
@@ -815,6 +815,9 @@
815
815
  .p-input-filled .p-dropdown:not(.p-disabled).p-focus {
816
816
  background-color: #4b4b4b;
817
817
  }
818
+ .p-input-filled .p-dropdown:not(.p-disabled).p-focus .p-inputtext {
819
+ background-color: transparent;
820
+ }
818
821
 
819
822
  .p-editor-container .p-editor-toolbar {
820
823
  background: #191919;
@@ -1167,7 +1170,7 @@
1167
1170
  .p-listbox .p-listbox-list .p-listbox-item:focus {
1168
1171
  outline: 0 none;
1169
1172
  outline-offset: 0;
1170
- box-shadow: inset 0 0 0 0.2rem white;
1173
+ box-shadow: inset 0 0 0 0.15rem white;
1171
1174
  }
1172
1175
  .p-listbox .p-listbox-list .p-listbox-item-group {
1173
1176
  margin: 0;
@@ -1305,7 +1308,7 @@
1305
1308
  .p-multiselect-panel .p-multiselect-items .p-multiselect-item:focus {
1306
1309
  outline: 0 none;
1307
1310
  outline-offset: 0;
1308
- box-shadow: inset 0 0 0 0.2rem white;
1311
+ box-shadow: inset 0 0 0 0.15rem white;
1309
1312
  }
1310
1313
  .p-multiselect-panel .p-multiselect-items .p-multiselect-item .p-checkbox {
1311
1314
  margin-right: 0.5rem;
@@ -2297,7 +2300,7 @@
2297
2300
  color: #212529;
2298
2301
  }
2299
2302
  .p-datatable .p-sortable-column:focus {
2300
- box-shadow: inset 0 0 0 0.2rem white;
2303
+ box-shadow: inset 0 0 0 0.15rem white;
2301
2304
  outline: 0 none;
2302
2305
  }
2303
2306
  .p-datatable .p-datatable-tbody > tr {
@@ -2346,8 +2349,8 @@
2346
2349
  font-weight: 700;
2347
2350
  }
2348
2351
  .p-datatable .p-datatable-tbody > tr:focus {
2349
- outline: 1px solid white;
2350
- outline-offset: -1px;
2352
+ outline: 0.15rem solid white;
2353
+ outline-offset: -0.15rem;
2351
2354
  }
2352
2355
  .p-datatable .p-datatable-tbody > tr.p-highlight {
2353
2356
  background: #F48FB1;
@@ -2575,7 +2578,7 @@
2575
2578
  .p-column-filter-overlay .p-column-filter-row-items .p-column-filter-row-item:focus {
2576
2579
  outline: 0 none;
2577
2580
  outline-offset: 0;
2578
- box-shadow: inset 0 0 0 0.2rem white;
2581
+ box-shadow: inset 0 0 0 0.15rem white;
2579
2582
  }
2580
2583
  .p-column-filter-overlay .p-column-filter-row-items .p-column-filter-separator {
2581
2584
  border-top: 1px solid #4b4b4b;
@@ -2938,7 +2941,7 @@
2938
2941
  .p-orderlist .p-orderlist-list .p-orderlist-item:focus {
2939
2942
  outline: 0 none;
2940
2943
  outline-offset: 0;
2941
- box-shadow: inset 0 0 0 0.2rem white;
2944
+ box-shadow: inset 0 0 0 0.15rem white;
2942
2945
  }
2943
2946
  .p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight {
2944
2947
  color: #212529;
@@ -3105,7 +3108,7 @@
3105
3108
  .p-picklist .p-picklist-list .p-picklist-item:focus {
3106
3109
  outline: 0 none;
3107
3110
  outline-offset: 0;
3108
- box-shadow: inset 0 0 0 0.2rem white;
3111
+ box-shadow: inset 0 0 0 0.15rem white;
3109
3112
  }
3110
3113
  .p-picklist .p-picklist-list .p-picklist-item.p-highlight {
3111
3114
  color: #212529;
@@ -3185,7 +3188,7 @@
3185
3188
  .p-tree .p-tree-container .p-treenode .p-treenode-content:focus {
3186
3189
  outline: 0 none;
3187
3190
  outline-offset: 0;
3188
- box-shadow: 0 0 0 0.1rem white;
3191
+ box-shadow: inset 0 0 0 0.15rem white;
3189
3192
  }
3190
3193
  .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight {
3191
3194
  background: #F48FB1;
@@ -3332,8 +3335,8 @@
3332
3335
  color: #dedede;
3333
3336
  }
3334
3337
  .p-treetable .p-treetable-tbody > tr:focus {
3335
- outline: 1px solid white;
3336
- outline-offset: -1px;
3338
+ outline: 0.15rem solid white;
3339
+ outline-offset: -0.15rem;
3337
3340
  }
3338
3341
  .p-treetable .p-treetable-tbody > tr.p-highlight {
3339
3342
  background: #F48FB1;
@@ -4024,7 +4027,7 @@
4024
4027
  .p-contextmenu .p-menuitem-link:focus {
4025
4028
  outline: 0 none;
4026
4029
  outline-offset: 0;
4027
- box-shadow: inset 0 0 0 0.2rem white;
4030
+ box-shadow: inset 0 0 0 0.15rem white;
4028
4031
  }
4029
4032
  .p-contextmenu .p-submenu-list {
4030
4033
  padding: 0;
@@ -4150,7 +4153,7 @@
4150
4153
  .p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:focus {
4151
4154
  outline: 0 none;
4152
4155
  outline-offset: 0;
4153
- box-shadow: inset 0 0 0 0.2rem white;
4156
+ box-shadow: inset 0 0 0 0.15rem white;
4154
4157
  }
4155
4158
  .p-megamenu .p-megamenu-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link,
4156
4159
  .p-megamenu .p-megamenu-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link:not(.p-disabled):hover {
@@ -4200,7 +4203,7 @@
4200
4203
  .p-megamenu .p-menuitem-link:focus {
4201
4204
  outline: 0 none;
4202
4205
  outline-offset: 0;
4203
- box-shadow: inset 0 0 0 0.2rem white;
4206
+ box-shadow: inset 0 0 0 0.15rem white;
4204
4207
  }
4205
4208
  .p-megamenu .p-megamenu-panel {
4206
4209
  background: #252525;
@@ -4279,7 +4282,7 @@
4279
4282
  .p-menu .p-menuitem-link:focus {
4280
4283
  outline: 0 none;
4281
4284
  outline-offset: 0;
4282
- box-shadow: inset 0 0 0 0.2rem white;
4285
+ box-shadow: inset 0 0 0 0.15rem white;
4283
4286
  }
4284
4287
  .p-menu.p-menu-overlay {
4285
4288
  background: #252525;
@@ -4339,7 +4342,7 @@
4339
4342
  .p-menubar .p-menuitem-link:focus {
4340
4343
  outline: 0 none;
4341
4344
  outline-offset: 0;
4342
- box-shadow: inset 0 0 0 0.2rem white;
4345
+ box-shadow: inset 0 0 0 0.15rem white;
4343
4346
  }
4344
4347
  .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link {
4345
4348
  padding: 0.857rem;
@@ -4374,7 +4377,7 @@
4374
4377
  .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:focus {
4375
4378
  outline: 0 none;
4376
4379
  outline-offset: 0;
4377
- box-shadow: inset 0 0 0 0.2rem white;
4380
+ box-shadow: inset 0 0 0 0.15rem white;
4378
4381
  }
4379
4382
  .p-menubar .p-menubar-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link,
4380
4383
  .p-menubar .p-menubar-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link:not(.p-disabled):hover {
@@ -4489,7 +4492,7 @@
4489
4492
  .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:focus {
4490
4493
  outline: 0 none;
4491
4494
  outline-offset: 0;
4492
- box-shadow: inset 0 0 0 0.2rem white;
4495
+ box-shadow: inset 0 0 0 0.15rem white;
4493
4496
  }
4494
4497
  .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link > .p-submenu-icon {
4495
4498
  margin-left: auto;
@@ -4622,7 +4625,7 @@
4622
4625
  .p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link:focus {
4623
4626
  outline: 0 none;
4624
4627
  outline-offset: 0;
4625
- box-shadow: inset 0 0 0 0.2rem white;
4628
+ box-shadow: inset 0 0 0 0.15rem white;
4626
4629
  }
4627
4630
  .p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link .p-panelmenu-icon {
4628
4631
  margin-right: 0.5rem;
@@ -4759,7 +4762,7 @@
4759
4762
  .p-tieredmenu .p-menuitem-link:focus {
4760
4763
  outline: 0 none;
4761
4764
  outline-offset: 0;
4762
- box-shadow: inset 0 0 0 0.2rem white;
4765
+ box-shadow: inset 0 0 0 0.15rem white;
4763
4766
  }
4764
4767
  .p-tieredmenu.p-tieredmenu-overlay {
4765
4768
  background: #252525;
@@ -835,6 +835,9 @@
835
835
  .p-input-filled .p-dropdown:not(.p-disabled).p-focus {
836
836
  background-color: rgba(255, 255, 255, 0.1);
837
837
  }
838
+ .p-input-filled .p-dropdown:not(.p-disabled).p-focus .p-inputtext {
839
+ background-color: transparent;
840
+ }
838
841
 
839
842
  .p-editor-container .p-editor-toolbar {
840
843
  background: #1e1e1e;
@@ -2358,8 +2361,8 @@
2358
2361
  font-weight: 500;
2359
2362
  }
2360
2363
  .p-datatable .p-datatable-tbody > tr:focus {
2361
- outline: 1px solid transparent;
2362
- outline-offset: -1px;
2364
+ outline: 0.15rem solid transparent;
2365
+ outline-offset: -0.15rem;
2363
2366
  }
2364
2367
  .p-datatable .p-datatable-tbody > tr.p-highlight {
2365
2368
  background: rgba(206, 147, 216, 0.16);
@@ -3344,8 +3347,8 @@
3344
3347
  color: rgba(255, 255, 255, 0.87);
3345
3348
  }
3346
3349
  .p-treetable .p-treetable-tbody > tr:focus {
3347
- outline: 1px solid transparent;
3348
- outline-offset: -1px;
3350
+ outline: 0.15rem solid transparent;
3351
+ outline-offset: -0.15rem;
3349
3352
  }
3350
3353
  .p-treetable .p-treetable-tbody > tr.p-highlight {
3351
3354
  background: rgba(206, 147, 216, 0.16);
@@ -835,6 +835,9 @@
835
835
  .p-input-filled .p-dropdown:not(.p-disabled).p-focus {
836
836
  background-color: rgba(255, 255, 255, 0.1);
837
837
  }
838
+ .p-input-filled .p-dropdown:not(.p-disabled).p-focus .p-inputtext {
839
+ background-color: transparent;
840
+ }
838
841
 
839
842
  .p-editor-container .p-editor-toolbar {
840
843
  background: #1e1e1e;
@@ -2358,8 +2361,8 @@
2358
2361
  font-weight: 500;
2359
2362
  }
2360
2363
  .p-datatable .p-datatable-tbody > tr:focus {
2361
- outline: 1px solid transparent;
2362
- outline-offset: -1px;
2364
+ outline: 0.15rem solid transparent;
2365
+ outline-offset: -0.15rem;
2363
2366
  }
2364
2367
  .p-datatable .p-datatable-tbody > tr.p-highlight {
2365
2368
  background: rgba(159, 168, 218, 0.16);
@@ -3344,8 +3347,8 @@
3344
3347
  color: rgba(255, 255, 255, 0.87);
3345
3348
  }
3346
3349
  .p-treetable .p-treetable-tbody > tr:focus {
3347
- outline: 1px solid transparent;
3348
- outline-offset: -1px;
3350
+ outline: 0.15rem solid transparent;
3351
+ outline-offset: -0.15rem;
3349
3352
  }
3350
3353
  .p-treetable .p-treetable-tbody > tr.p-highlight {
3351
3354
  background: rgba(159, 168, 218, 0.16);
@@ -835,6 +835,9 @@
835
835
  .p-input-filled .p-dropdown:not(.p-disabled).p-focus {
836
836
  background-color: #dcdcdc;
837
837
  }
838
+ .p-input-filled .p-dropdown:not(.p-disabled).p-focus .p-inputtext {
839
+ background-color: transparent;
840
+ }
838
841
 
839
842
  .p-editor-container .p-editor-toolbar {
840
843
  background: #ffffff;
@@ -2358,8 +2361,8 @@
2358
2361
  font-weight: 500;
2359
2362
  }
2360
2363
  .p-datatable .p-datatable-tbody > tr:focus {
2361
- outline: 1px solid transparent;
2362
- outline-offset: -1px;
2364
+ outline: 0.15rem solid transparent;
2365
+ outline-offset: -0.15rem;
2363
2366
  }
2364
2367
  .p-datatable .p-datatable-tbody > tr.p-highlight {
2365
2368
  background: rgba(103, 58, 183, 0.12);
@@ -3344,8 +3347,8 @@
3344
3347
  color: rgba(0, 0, 0, 0.87);
3345
3348
  }
3346
3349
  .p-treetable .p-treetable-tbody > tr:focus {
3347
- outline: 1px solid transparent;
3348
- outline-offset: -1px;
3350
+ outline: 0.15rem solid transparent;
3351
+ outline-offset: -0.15rem;
3349
3352
  }
3350
3353
  .p-treetable .p-treetable-tbody > tr.p-highlight {
3351
3354
  background: rgba(103, 58, 183, 0.12);
@@ -835,6 +835,9 @@
835
835
  .p-input-filled .p-dropdown:not(.p-disabled).p-focus {
836
836
  background-color: #dcdcdc;
837
837
  }
838
+ .p-input-filled .p-dropdown:not(.p-disabled).p-focus .p-inputtext {
839
+ background-color: transparent;
840
+ }
838
841
 
839
842
  .p-editor-container .p-editor-toolbar {
840
843
  background: #ffffff;
@@ -2358,8 +2361,8 @@
2358
2361
  font-weight: 500;
2359
2362
  }
2360
2363
  .p-datatable .p-datatable-tbody > tr:focus {
2361
- outline: 1px solid transparent;
2362
- outline-offset: -1px;
2364
+ outline: 0.15rem solid transparent;
2365
+ outline-offset: -0.15rem;
2363
2366
  }
2364
2367
  .p-datatable .p-datatable-tbody > tr.p-highlight {
2365
2368
  background: rgba(63, 81, 181, 0.12);
@@ -3344,8 +3347,8 @@
3344
3347
  color: rgba(0, 0, 0, 0.87);
3345
3348
  }
3346
3349
  .p-treetable .p-treetable-tbody > tr:focus {
3347
- outline: 1px solid transparent;
3348
- outline-offset: -1px;
3350
+ outline: 0.15rem solid transparent;
3351
+ outline-offset: -0.15rem;
3349
3352
  }
3350
3353
  .p-treetable .p-treetable-tbody > tr.p-highlight {
3351
3354
  background: rgba(63, 81, 181, 0.12);
@@ -835,6 +835,9 @@
835
835
  .p-input-filled .p-dropdown:not(.p-disabled).p-focus {
836
836
  background-color: rgba(255, 255, 255, 0.1);
837
837
  }
838
+ .p-input-filled .p-dropdown:not(.p-disabled).p-focus .p-inputtext {
839
+ background-color: transparent;
840
+ }
838
841
 
839
842
  .p-editor-container .p-editor-toolbar {
840
843
  background: #1e1e1e;
@@ -2358,8 +2361,8 @@
2358
2361
  font-weight: 500;
2359
2362
  }
2360
2363
  .p-datatable .p-datatable-tbody > tr:focus {
2361
- outline: 1px solid transparent;
2362
- outline-offset: -1px;
2364
+ outline: 0.15rem solid transparent;
2365
+ outline-offset: -0.15rem;
2363
2366
  }
2364
2367
  .p-datatable .p-datatable-tbody > tr.p-highlight {
2365
2368
  background: rgba(206, 147, 216, 0.16);
@@ -3344,8 +3347,8 @@
3344
3347
  color: rgba(255, 255, 255, 0.87);
3345
3348
  }
3346
3349
  .p-treetable .p-treetable-tbody > tr:focus {
3347
- outline: 1px solid transparent;
3348
- outline-offset: -1px;
3350
+ outline: 0.15rem solid transparent;
3351
+ outline-offset: -0.15rem;
3349
3352
  }
3350
3353
  .p-treetable .p-treetable-tbody > tr.p-highlight {
3351
3354
  background: rgba(206, 147, 216, 0.16);
@@ -835,6 +835,9 @@
835
835
  .p-input-filled .p-dropdown:not(.p-disabled).p-focus {
836
836
  background-color: rgba(255, 255, 255, 0.1);
837
837
  }
838
+ .p-input-filled .p-dropdown:not(.p-disabled).p-focus .p-inputtext {
839
+ background-color: transparent;
840
+ }
838
841
 
839
842
  .p-editor-container .p-editor-toolbar {
840
843
  background: #1e1e1e;
@@ -2358,8 +2361,8 @@
2358
2361
  font-weight: 500;
2359
2362
  }
2360
2363
  .p-datatable .p-datatable-tbody > tr:focus {
2361
- outline: 1px solid transparent;
2362
- outline-offset: -1px;
2364
+ outline: 0.15rem solid transparent;
2365
+ outline-offset: -0.15rem;
2363
2366
  }
2364
2367
  .p-datatable .p-datatable-tbody > tr.p-highlight {
2365
2368
  background: rgba(159, 168, 218, 0.16);
@@ -3344,8 +3347,8 @@
3344
3347
  color: rgba(255, 255, 255, 0.87);
3345
3348
  }
3346
3349
  .p-treetable .p-treetable-tbody > tr:focus {
3347
- outline: 1px solid transparent;
3348
- outline-offset: -1px;
3350
+ outline: 0.15rem solid transparent;
3351
+ outline-offset: -0.15rem;
3349
3352
  }
3350
3353
  .p-treetable .p-treetable-tbody > tr.p-highlight {
3351
3354
  background: rgba(159, 168, 218, 0.16);
@@ -835,6 +835,9 @@
835
835
  .p-input-filled .p-dropdown:not(.p-disabled).p-focus {
836
836
  background-color: #dcdcdc;
837
837
  }
838
+ .p-input-filled .p-dropdown:not(.p-disabled).p-focus .p-inputtext {
839
+ background-color: transparent;
840
+ }
838
841
 
839
842
  .p-editor-container .p-editor-toolbar {
840
843
  background: #ffffff;
@@ -2358,8 +2361,8 @@
2358
2361
  font-weight: 500;
2359
2362
  }
2360
2363
  .p-datatable .p-datatable-tbody > tr:focus {
2361
- outline: 1px solid transparent;
2362
- outline-offset: -1px;
2364
+ outline: 0.15rem solid transparent;
2365
+ outline-offset: -0.15rem;
2363
2366
  }
2364
2367
  .p-datatable .p-datatable-tbody > tr.p-highlight {
2365
2368
  background: rgba(103, 58, 183, 0.12);
@@ -3344,8 +3347,8 @@
3344
3347
  color: rgba(0, 0, 0, 0.87);
3345
3348
  }
3346
3349
  .p-treetable .p-treetable-tbody > tr:focus {
3347
- outline: 1px solid transparent;
3348
- outline-offset: -1px;
3350
+ outline: 0.15rem solid transparent;
3351
+ outline-offset: -0.15rem;
3349
3352
  }
3350
3353
  .p-treetable .p-treetable-tbody > tr.p-highlight {
3351
3354
  background: rgba(103, 58, 183, 0.12);
@@ -835,6 +835,9 @@
835
835
  .p-input-filled .p-dropdown:not(.p-disabled).p-focus {
836
836
  background-color: #dcdcdc;
837
837
  }
838
+ .p-input-filled .p-dropdown:not(.p-disabled).p-focus .p-inputtext {
839
+ background-color: transparent;
840
+ }
838
841
 
839
842
  .p-editor-container .p-editor-toolbar {
840
843
  background: #ffffff;
@@ -2358,8 +2361,8 @@
2358
2361
  font-weight: 500;
2359
2362
  }
2360
2363
  .p-datatable .p-datatable-tbody > tr:focus {
2361
- outline: 1px solid transparent;
2362
- outline-offset: -1px;
2364
+ outline: 0.15rem solid transparent;
2365
+ outline-offset: -0.15rem;
2363
2366
  }
2364
2367
  .p-datatable .p-datatable-tbody > tr.p-highlight {
2365
2368
  background: rgba(63, 81, 181, 0.12);
@@ -3344,8 +3347,8 @@
3344
3347
  color: rgba(0, 0, 0, 0.87);
3345
3348
  }
3346
3349
  .p-treetable .p-treetable-tbody > tr:focus {
3347
- outline: 1px solid transparent;
3348
- outline-offset: -1px;
3350
+ outline: 0.15rem solid transparent;
3351
+ outline-offset: -0.15rem;
3349
3352
  }
3350
3353
  .p-treetable .p-treetable-tbody > tr.p-highlight {
3351
3354
  background: rgba(63, 81, 181, 0.12);