aril 0.0.67 → 0.0.69

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 (304) hide show
  1. package/README.md +48 -48
  2. package/boot/host/src/bootstrap.d.ts +3 -1
  3. package/esm2022/boot/config/apps/src/apps.service.mjs +2 -2
  4. package/esm2022/boot/host/src/app.component.mjs +3 -1
  5. package/esm2022/boot/host/src/bootstrap.mjs +4 -2
  6. package/esm2022/boot/index.mjs +1 -1
  7. package/esm2022/boot/mfe/index.mjs +1 -1
  8. package/esm2022/boot/mfe/src/loadStyles.mjs +12 -2
  9. package/esm2022/http/src/httpClient.mjs +1 -1
  10. package/esm2022/i18n/index.mjs +1 -1
  11. package/esm2022/i18n/src/folder-name-token.mjs +1 -1
  12. package/esm2022/i18n/src/i18n.module.mjs +1 -1
  13. package/esm2022/i18n/src/loader.mjs +1 -1
  14. package/esm2022/i18n/src/provideI18n.mjs +1 -1
  15. package/esm2022/i18n/src/provideScope.mjs +1 -1
  16. package/esm2022/keycloak/index.mjs +1 -1
  17. package/esm2022/keycloak/src/auth.guard.mjs +1 -1
  18. package/esm2022/public-api.mjs +1 -1
  19. package/esm2022/theme/index.mjs +1 -1
  20. package/esm2022/theme/layout/app/breadcrumb/app.breadcrumb.component.mjs +3 -3
  21. package/esm2022/theme/layout/app/config/app.config.component.mjs +3 -3
  22. package/esm2022/theme/layout/app/layout/app.layout.component.mjs +3 -3
  23. package/esm2022/theme/layout/app/menu/app.menu.component.mjs +1 -1
  24. package/esm2022/theme/layout/app/sidebar/app.sidebar.component.mjs +3 -3
  25. package/esm2022/theme/layout/app/topbar/app.topbar.component.mjs +45 -4
  26. package/esm2022/theme/layout/service/app.menu.service.mjs +8 -8
  27. package/esm2022/theme/layout/service/menuchangeevent.mjs +1 -1
  28. package/esm2022/ui/badge/index.mjs +1 -1
  29. package/esm2022/ui/badge/src/badge.component.mjs +3 -3
  30. package/esm2022/ui/button/index.mjs +1 -1
  31. package/esm2022/ui/button/src/split-button.component.mjs +3 -3
  32. package/esm2022/ui/calendar/index.mjs +1 -1
  33. package/esm2022/ui/calendar/src/calendar.component.mjs +4 -3
  34. package/esm2022/ui/checkbox/index.mjs +1 -1
  35. package/esm2022/ui/checkbox/src/check-box.component.mjs +3 -3
  36. package/esm2022/ui/checkbox/src/tri-state-checkbox.component.mjs +3 -3
  37. package/esm2022/ui/dxField/index.mjs +1 -1
  38. package/esm2022/ui/field/index.mjs +1 -1
  39. package/esm2022/ui/fileUpload/index.mjs +1 -1
  40. package/esm2022/ui/form/index.mjs +1 -1
  41. package/esm2022/ui/form/src/form-submit-button.component.mjs +3 -3
  42. package/esm2022/ui/form/src/form.component.mjs +1 -1
  43. package/esm2022/ui/index.mjs +1 -1
  44. package/esm2022/ui/lib/index.mjs +1 -1
  45. package/esm2022/ui/lib/src/form/form-error-message.component.mjs +9 -9
  46. package/esm2022/ui/lib/src/form/form-error-message.directive.mjs +1 -1
  47. package/esm2022/ui/lib/src/form/form-field-builder.mjs +1 -1
  48. package/esm2022/ui/lib/src/form/form-validation.mjs +1 -1
  49. package/esm2022/ui/lib/src/grid/flex-grid.directive.mjs +1 -1
  50. package/esm2022/ui/lib/src/input/baseInput.mjs +1 -1
  51. package/esm2022/ui/lib/src/input/common-input-validators.service.mjs +1 -1
  52. package/esm2022/ui/lib/src/input/dx-input-error-message.pipe.mjs +1 -1
  53. package/esm2022/ui/lib/src/input/input-disabled.directive.mjs +1 -1
  54. package/esm2022/ui/lib/src/input/input-error-message.pipe.mjs +1 -1
  55. package/esm2022/ui/lib/src/input/input-transforms.mjs +1 -1
  56. package/esm2022/ui/lib/src/input/value-accessor.directive.mjs +1 -1
  57. package/esm2022/ui/mask/index.mjs +1 -1
  58. package/esm2022/ui/mask/src/mask.component.mjs +3 -3
  59. package/esm2022/ui/number/index.mjs +1 -1
  60. package/esm2022/ui/number/src/number.component.mjs +4 -3
  61. package/esm2022/ui/overlayPanel/index.mjs +1 -1
  62. package/esm2022/ui/overlayPanel/src/overlay-panel.component.mjs +3 -3
  63. package/esm2022/ui/panel/index.mjs +1 -1
  64. package/esm2022/ui/panel/src/panel.component.mjs +3 -3
  65. package/esm2022/ui/password/index.mjs +1 -1
  66. package/esm2022/ui/password/src/password.component.mjs +3 -3
  67. package/esm2022/ui/radioButton/index.mjs +1 -1
  68. package/esm2022/ui/radioButton/src/radio-button.component.mjs +3 -3
  69. package/esm2022/ui/selectBox/index.mjs +1 -1
  70. package/esm2022/ui/selectBox/src/select-box.component.mjs +4 -4
  71. package/esm2022/ui/switch/index.mjs +1 -1
  72. package/esm2022/ui/switch/src/switch.component.mjs +3 -3
  73. package/esm2022/ui/table/src/i18n.mjs +1 -1
  74. package/esm2022/ui/table/src/table.component.mjs +4 -8
  75. package/esm2022/ui/tagBox/index.mjs +1 -1
  76. package/esm2022/ui/tagBox/src/tag-box.component.mjs +3 -3
  77. package/esm2022/ui/text/index.mjs +1 -1
  78. package/esm2022/ui/text/src/text.component.mjs +3 -3
  79. package/esm2022/ui/textArea/index.mjs +1 -1
  80. package/esm2022/ui/textArea/src/text-area.component.mjs +3 -3
  81. package/esm2022/ui/tree/index.mjs +1 -1
  82. package/esm2022/ui/tree/src/tree.component.mjs +3 -3
  83. package/esm2022/ui/treeTable/index.mjs +1 -1
  84. package/esm2022/ui/treeTable/src/tree-table.component.mjs +3 -3
  85. package/esm2022/ui/value/index.mjs +1 -1
  86. package/esm2022/util/block/index.mjs +1 -1
  87. package/esm2022/util/custom_pages/index.mjs +1 -1
  88. package/esm2022/util/index.mjs +1 -1
  89. package/esm2022/util/init-event/index.mjs +1 -1
  90. package/esm2022/util/init-event/src/init-event.directive.mjs +1 -1
  91. package/esm2022/util/lib/index.mjs +1 -1
  92. package/esm2022/util/lib/src/interfaces.mjs +1 -1
  93. package/esm2022/util/lib/src/module-router.mjs +1 -1
  94. package/esm2022/util/lib/src/types.mjs +1 -1
  95. package/esm2022/util/loaders/index.mjs +1 -1
  96. package/esm2022/util/loaders/script/script.loader.service.mjs +1 -1
  97. package/esm2022/util/loaders/style/style.loader.service.mjs +1 -1
  98. package/esm2022/util/primitive-extensions/index.mjs +1 -1
  99. package/esm2022/util/primitive-extensions/src/boolean.extensions.mjs +1 -1
  100. package/esm2022/util/primitive-extensions/src/date.extensions.mjs +1 -1
  101. package/esm2022/util/primitive-extensions/src/number.extensions.mjs +1 -1
  102. package/esm2022/util/primitive-extensions/src/string.extensions.mjs +1 -1
  103. package/esm2022/util/pub-sub/index.mjs +1 -1
  104. package/fesm2022/aril-boot-config-apps.mjs +1 -1
  105. package/fesm2022/aril-boot-config-apps.mjs.map +1 -1
  106. package/fesm2022/aril-boot-host.mjs +5 -2
  107. package/fesm2022/aril-boot-host.mjs.map +1 -1
  108. package/fesm2022/{aril-boot-mfe-app.component-56mRBcx9.mjs → aril-boot-mfe-app.component-LEOxZrWW.mjs} +2 -2
  109. package/fesm2022/{aril-boot-mfe-app.component-56mRBcx9.mjs.map → aril-boot-mfe-app.component-LEOxZrWW.mjs.map} +1 -1
  110. package/fesm2022/{aril-boot-mfe-aril-boot-mfe-oBeQubOm.mjs → aril-boot-mfe-aril-boot-mfe-WTaS-jzb.mjs} +13 -3
  111. package/fesm2022/aril-boot-mfe-aril-boot-mfe-WTaS-jzb.mjs.map +1 -0
  112. package/fesm2022/aril-boot-mfe.mjs +1 -1
  113. package/fesm2022/aril-boot.mjs.map +1 -1
  114. package/fesm2022/aril-http.mjs.map +1 -1
  115. package/fesm2022/aril-i18n.mjs.map +1 -1
  116. package/fesm2022/aril-keycloak.mjs.map +1 -1
  117. package/fesm2022/aril-theme-layout.mjs +57 -17
  118. package/fesm2022/aril-theme-layout.mjs.map +1 -1
  119. package/fesm2022/aril-theme.mjs.map +1 -1
  120. package/fesm2022/aril-ui-badge.mjs +2 -2
  121. package/fesm2022/aril-ui-badge.mjs.map +1 -1
  122. package/fesm2022/aril-ui-button.mjs +2 -2
  123. package/fesm2022/aril-ui-button.mjs.map +1 -1
  124. package/fesm2022/aril-ui-calendar.mjs +3 -2
  125. package/fesm2022/aril-ui-calendar.mjs.map +1 -1
  126. package/fesm2022/aril-ui-checkbox.mjs +4 -4
  127. package/fesm2022/aril-ui-checkbox.mjs.map +1 -1
  128. package/fesm2022/aril-ui-form.mjs +2 -2
  129. package/fesm2022/aril-ui-form.mjs.map +1 -1
  130. package/fesm2022/aril-ui-lib.mjs +8 -8
  131. package/fesm2022/aril-ui-lib.mjs.map +1 -1
  132. package/fesm2022/aril-ui-mask.mjs +2 -2
  133. package/fesm2022/aril-ui-mask.mjs.map +1 -1
  134. package/fesm2022/aril-ui-number.mjs +3 -2
  135. package/fesm2022/aril-ui-number.mjs.map +1 -1
  136. package/fesm2022/aril-ui-overlayPanel.mjs +2 -2
  137. package/fesm2022/aril-ui-overlayPanel.mjs.map +1 -1
  138. package/fesm2022/aril-ui-panel.mjs +2 -2
  139. package/fesm2022/aril-ui-panel.mjs.map +1 -1
  140. package/fesm2022/aril-ui-password.mjs +2 -2
  141. package/fesm2022/aril-ui-password.mjs.map +1 -1
  142. package/fesm2022/aril-ui-radioButton.mjs +2 -2
  143. package/fesm2022/aril-ui-radioButton.mjs.map +1 -1
  144. package/fesm2022/aril-ui-selectBox.mjs +3 -3
  145. package/fesm2022/aril-ui-selectBox.mjs.map +1 -1
  146. package/fesm2022/aril-ui-switch.mjs +2 -2
  147. package/fesm2022/aril-ui-switch.mjs.map +1 -1
  148. package/fesm2022/aril-ui-table.mjs +3 -7
  149. package/fesm2022/aril-ui-table.mjs.map +1 -1
  150. package/fesm2022/aril-ui-tagBox.mjs +2 -2
  151. package/fesm2022/aril-ui-tagBox.mjs.map +1 -1
  152. package/fesm2022/aril-ui-text.mjs +2 -2
  153. package/fesm2022/aril-ui-text.mjs.map +1 -1
  154. package/fesm2022/aril-ui-textArea.mjs +2 -2
  155. package/fesm2022/aril-ui-textArea.mjs.map +1 -1
  156. package/fesm2022/aril-ui-tree.mjs +2 -2
  157. package/fesm2022/aril-ui-tree.mjs.map +1 -1
  158. package/fesm2022/aril-ui-treeTable.mjs +2 -2
  159. package/fesm2022/aril-ui-treeTable.mjs.map +1 -1
  160. package/fesm2022/aril-ui.mjs.map +1 -1
  161. package/fesm2022/aril-util-init-event.mjs.map +1 -1
  162. package/fesm2022/aril-util-lib.mjs.map +1 -1
  163. package/fesm2022/aril-util-loaders.mjs.map +1 -1
  164. package/fesm2022/aril-util-primitive-extensions.mjs.map +1 -1
  165. package/fesm2022/aril-util.mjs.map +1 -1
  166. package/fesm2022/aril.mjs +15 -2
  167. package/fesm2022/aril.mjs.map +1 -1
  168. package/package.json +37 -37
  169. package/styles/ui/ui.common.scss +24 -24
  170. package/theme/index.ts +1 -1
  171. package/theme/layout/app/breadcrumb/app.breadcrumb.component.html +1 -1
  172. package/theme/layout/app/config/app.config.component.html +142 -142
  173. package/theme/layout/app/config/app.config.component.ts +143 -143
  174. package/theme/layout/app/layout/app.layout.component.html +2 -3
  175. package/theme/layout/app/layout/app.layout.component.ts +172 -172
  176. package/theme/layout/app/menu/app.menu.component.ts +2 -2
  177. package/theme/layout/app/sidebar/app.sidebar.component.html +2 -23
  178. package/theme/layout/app/sidebar/app.sidebar.component.ts +44 -44
  179. package/theme/layout/app/topbar/app.topbar.component.d.ts +2 -0
  180. package/theme/layout/app/topbar/app.topbar.component.html +39 -31
  181. package/theme/layout/app/topbar/app.topbar.component.ts +42 -2
  182. package/theme/layout/ng-package.json +6 -6
  183. package/theme/layout/service/app.menu.service.ts +7 -7
  184. package/theme/layout/service/menuchangeevent.ts +4 -4
  185. package/theme/ng-package.json +6 -6
  186. package/theme/styles/layout/_animation.scss +53 -53
  187. package/theme/styles/layout/_breadcrumb.scss +21 -21
  188. package/theme/styles/layout/_config.scss +42 -42
  189. package/theme/styles/layout/_content.scss +3 -3
  190. package/theme/styles/layout/_fonts.scss +40 -40
  191. package/theme/styles/layout/_layout_dark.scss +5 -5
  192. package/theme/styles/layout/_layout_dim.scss +5 -5
  193. package/theme/styles/layout/_layout_light.scss +5 -5
  194. package/theme/styles/layout/_main.scss +28 -28
  195. package/theme/styles/layout/_profile.scss +10 -10
  196. package/theme/styles/layout/_responsive.scss +115 -111
  197. package/theme/styles/layout/_sidebar_drawer.scss +234 -234
  198. package/theme/styles/layout/_sidebar_horizontal.scss +163 -163
  199. package/theme/styles/layout/_sidebar_reveal.scss +201 -201
  200. package/theme/styles/layout/_sidebar_slim.scss +144 -144
  201. package/theme/styles/layout/_sidebar_slim_plus.scss +7 -4
  202. package/theme/styles/layout/_sidebar_vertical.scss +153 -153
  203. package/theme/styles/layout/_topbar.scss +26 -18
  204. package/theme/styles/layout/_typography.scss +68 -68
  205. package/theme/styles/layout/_utils.scss +24 -24
  206. package/theme/styles/layout/layout.scss +24 -24
  207. package/theme/styles/layout/menutheme/_colorscheme.scss +11 -11
  208. package/theme/styles/layout/menutheme/_menutheme.scss +3 -3
  209. package/theme/styles/layout/menutheme/_transparent.scss +26 -26
  210. package/theme/styles/layout/preloading.scss +84 -84
  211. package/theme/styles/theme/base/_colors.scss +17 -17
  212. package/theme/styles/theme/base/_common.scss +76 -76
  213. package/theme/styles/theme/base/_components.scss +106 -106
  214. package/theme/styles/theme/base/_mixins.scss +337 -337
  215. package/theme/styles/theme/base/components/button/_button.scss +576 -576
  216. package/theme/styles/theme/base/components/button/_speeddial.scss +96 -96
  217. package/theme/styles/theme/base/components/button/_splitbutton.scss +348 -348
  218. package/theme/styles/theme/base/components/data/_carousel.scss +37 -37
  219. package/theme/styles/theme/base/components/data/_datatable.scss +338 -338
  220. package/theme/styles/theme/base/components/data/_dataview.scss +46 -46
  221. package/theme/styles/theme/base/components/data/_filter.scss +137 -137
  222. package/theme/styles/theme/base/components/data/_orderlist.scss +114 -114
  223. package/theme/styles/theme/base/components/data/_organizationchart.scss +50 -50
  224. package/theme/styles/theme/base/components/data/_paginator.scss +92 -92
  225. package/theme/styles/theme/base/components/data/_picklist.scss +114 -114
  226. package/theme/styles/theme/base/components/data/_timeline.scss +35 -35
  227. package/theme/styles/theme/base/components/data/_tree.scss +150 -150
  228. package/theme/styles/theme/base/components/data/_treetable.scss +255 -255
  229. package/theme/styles/theme/base/components/data/_virtualscroller.scss +28 -28
  230. package/theme/styles/theme/base/components/file/_fileupload.scss +64 -64
  231. package/theme/styles/theme/base/components/input/_autocomplete.scss +136 -136
  232. package/theme/styles/theme/base/components/input/_calendar.scss +267 -267
  233. package/theme/styles/theme/base/components/input/_cascadeselect.scss +135 -135
  234. package/theme/styles/theme/base/components/input/_checkbox.scss +94 -94
  235. package/theme/styles/theme/base/components/input/_chips.scss +65 -65
  236. package/theme/styles/theme/base/components/input/_colorpicker.scss +19 -19
  237. package/theme/styles/theme/base/components/input/_dropdown.scss +151 -151
  238. package/theme/styles/theme/base/components/input/_editor.scss +122 -122
  239. package/theme/styles/theme/base/components/input/_inputgroup.scss +75 -75
  240. package/theme/styles/theme/base/components/input/_inputmask.scss +16 -16
  241. package/theme/styles/theme/base/components/input/_inputnumber.scss +28 -28
  242. package/theme/styles/theme/base/components/input/_inputswitch.scss +60 -60
  243. package/theme/styles/theme/base/components/input/_inputtext.scss +100 -100
  244. package/theme/styles/theme/base/components/input/_listbox.scss +97 -97
  245. package/theme/styles/theme/base/components/input/_multiselect.scss +177 -177
  246. package/theme/styles/theme/base/components/input/_password.scss +52 -52
  247. package/theme/styles/theme/base/components/input/_radiobutton.scss +78 -78
  248. package/theme/styles/theme/base/components/input/_rating.scss +60 -60
  249. package/theme/styles/theme/base/components/input/_selectbutton.scss +50 -50
  250. package/theme/styles/theme/base/components/input/_slider.scss +75 -75
  251. package/theme/styles/theme/base/components/input/_togglebutton.scss +48 -48
  252. package/theme/styles/theme/base/components/input/_treeselect.scss +139 -139
  253. package/theme/styles/theme/base/components/menu/_breadcrumb.scss +42 -42
  254. package/theme/styles/theme/base/components/menu/_contextmenu.scss +39 -39
  255. package/theme/styles/theme/base/components/menu/_dock.scss +95 -95
  256. package/theme/styles/theme/base/components/menu/_megamenu.scss +55 -55
  257. package/theme/styles/theme/base/components/menu/_menu.scss +37 -37
  258. package/theme/styles/theme/base/components/menu/_menubar.scss +140 -140
  259. package/theme/styles/theme/base/components/menu/_panelmenu.scss +153 -153
  260. package/theme/styles/theme/base/components/menu/_slidemenu.scss +59 -59
  261. package/theme/styles/theme/base/components/menu/_steps.scss +56 -56
  262. package/theme/styles/theme/base/components/menu/_tabmenu.scss +73 -73
  263. package/theme/styles/theme/base/components/menu/_tieredmenu.scss +43 -43
  264. package/theme/styles/theme/base/components/messages/_inlinemessage.scss +69 -69
  265. package/theme/styles/theme/base/components/messages/_message.scss +107 -107
  266. package/theme/styles/theme/base/components/messages/_toast.scss +99 -99
  267. package/theme/styles/theme/base/components/misc/_avatar.scss +30 -30
  268. package/theme/styles/theme/base/components/misc/_badge.scss +48 -48
  269. package/theme/styles/theme/base/components/misc/_chip.scss +42 -42
  270. package/theme/styles/theme/base/components/misc/_inplace.scss +16 -16
  271. package/theme/styles/theme/base/components/misc/_progressbar.scss +17 -17
  272. package/theme/styles/theme/base/components/misc/_scrolltop.scss +25 -25
  273. package/theme/styles/theme/base/components/misc/_skeleton.scss +8 -8
  274. package/theme/styles/theme/base/components/misc/_tag.scss +40 -40
  275. package/theme/styles/theme/base/components/misc/_terminal.scss +12 -12
  276. package/theme/styles/theme/base/components/multimedia/_galleria.scss +155 -155
  277. package/theme/styles/theme/base/components/multimedia/_image.scss +49 -49
  278. package/theme/styles/theme/base/components/overlay/_confirmpopup.scss +70 -70
  279. package/theme/styles/theme/base/components/overlay/_dialog.scss +69 -69
  280. package/theme/styles/theme/base/components/overlay/_overlaypanel.scss +62 -62
  281. package/theme/styles/theme/base/components/overlay/_sidebar.scss +27 -27
  282. package/theme/styles/theme/base/components/overlay/_tooltip.scss +33 -33
  283. package/theme/styles/theme/base/components/panel/_accordion.scss +119 -119
  284. package/theme/styles/theme/base/components/panel/_card.scss +30 -30
  285. package/theme/styles/theme/base/components/panel/_divider.scss +31 -31
  286. package/theme/styles/theme/base/components/panel/_fieldset.scss +47 -47
  287. package/theme/styles/theme/base/components/panel/_scrollpanel.scss +6 -6
  288. package/theme/styles/theme/base/components/panel/_splitter.scss +19 -19
  289. package/theme/styles/theme/base/components/panel/_tabview.scss +82 -82
  290. package/theme/styles/theme/base/components/panel/_toolbar.scss +11 -11
  291. package/theme/styles/theme/dark/_extensions.scss +134 -134
  292. package/theme/styles/theme/dark/_variables.scss +918 -918
  293. package/theme/styles/theme/dark/blue/theme.scss +14 -14
  294. package/theme/styles/theme/dark/indigo/theme.scss +14 -14
  295. package/theme/styles/theme/light/_extensions.scss +116 -116
  296. package/theme/styles/theme/light/_variables.scss +6 -5
  297. package/theme/styles/theme/light/blue/theme.scss +14 -14
  298. package/theme/styles/theme/light/indigo/theme.scss +14 -14
  299. package/theme/styles/theme/light/lena/theme.scss +14 -0
  300. package/theme/styles/theme/light/thor/theme.scss +14 -0
  301. package/theme/styles/theme/light/yeap/theme.scss +14 -0
  302. package/ui/calendar/src/calendar.component.d.ts +2 -1
  303. package/ui/number/src/number.component.d.ts +2 -1
  304. package/fesm2022/aril-boot-mfe-aril-boot-mfe-oBeQubOm.mjs.map +0 -1
@@ -1,338 +1,338 @@
1
- .p-datatable {
2
- .p-paginator-top {
3
- border-width: $tableTopPaginatorBorderWidth;
4
- border-radius: 0;
5
- }
6
-
7
- .p-paginator-bottom {
8
- border-width: $tableBottomPaginatorBorderWidth;
9
- border-radius: 0;
10
- }
11
-
12
- .p-datatable-header {
13
- background: $tableHeaderBg;
14
- color: $tableHeaderTextColor;
15
- border: $tableHeaderBorder;
16
- border-width: $tableHeaderBorderWidth;
17
- padding: $tableHeaderPadding;
18
- font-weight: $tableHeaderFontWeight;
19
- }
20
-
21
- .p-datatable-footer {
22
- background: $tableFooterBg;
23
- color: $tableFooterTextColor;
24
- border: $tableFooterBorder;
25
- border-width: $tableFooterBorderWidth;
26
- padding: $tableFooterPadding;
27
- font-weight: $tableFooterFontWeight;
28
- }
29
-
30
- .p-datatable-thead > tr > th {
31
- text-align: $tableCellContentAlignment;
32
- padding: $tableHeaderCellPadding;
33
- border: $tableHeaderCellBorder;
34
- border-width: $tableHeaderCellBorderWidth;
35
- font-weight: $tableHeaderCellFontWeight;
36
- color: $tableHeaderCellTextColor;
37
- background: $tableHeaderCellBg;
38
- transition: $listItemTransition;
39
- }
40
-
41
- .p-datatable-tfoot > tr > td {
42
- text-align: $tableCellContentAlignment;
43
- padding: $tableFooterCellPadding;
44
- border: $tableFooterCellBorder;
45
- border-width: $tableFooterCellBorderWidth;
46
- font-weight: $tableFooterCellFontWeight;
47
- color: $tableFooterCellTextColor;
48
- background: $tableFooterCellBg;
49
- }
50
-
51
- .p-sortable-column {
52
- .p-sortable-column-icon {
53
- color: $tableHeaderCellIconColor;
54
- margin-left: $inlineSpacing;
55
- }
56
-
57
- .p-sortable-column-badge {
58
- border-radius: 50%;
59
- height: $tableSortableColumnBadgeSize;
60
- min-width: $tableSortableColumnBadgeSize;
61
- line-height: $tableSortableColumnBadgeSize;
62
- color: $highlightTextColor;
63
- background: $highlightBg;
64
- margin-left: $inlineSpacing;
65
- }
66
-
67
- &:not(.p-highlight):hover {
68
- background: $tableHeaderCellHoverBg;
69
- color: $tableHeaderCellTextHoverColor;
70
-
71
- .p-sortable-column-icon {
72
- color: $tableHeaderCellIconHoverColor;
73
- }
74
- }
75
-
76
- &.p-highlight {
77
- background: $tableHeaderCellHighlightBg;
78
- color: $tableHeaderCellHighlightTextColor;
79
-
80
- .p-sortable-column-icon {
81
- color: $tableHeaderCellHighlightTextColor;
82
- }
83
-
84
- &:hover {
85
- background: $tableHeaderCellHighlightHoverBg;
86
- color: $tableHeaderCellHighlightTextColor;
87
-
88
- .p-sortable-column-icon {
89
- color: $tableHeaderCellHighlightTextColor;
90
- }
91
- }
92
- }
93
-
94
- &:focus-visible {
95
- box-shadow: $inputListItemFocusShadow;
96
- outline: 0 none;
97
- }
98
- }
99
-
100
- .p-datatable-tbody {
101
- > tr {
102
- background: $tableBodyRowBg;
103
- color: $tableBodyRowTextColor;
104
- transition: $listItemTransition;
105
-
106
- > td {
107
- text-align: $tableCellContentAlignment;
108
- border: $tableBodyCellBorder;
109
- border-width: $tableBodyCellBorderWidth;
110
- padding: $tableBodyCellPadding;
111
-
112
- .p-row-toggler,
113
- .p-row-editor-init,
114
- .p-row-editor-save,
115
- .p-row-editor-cancel {
116
- @include action-icon();
117
- }
118
-
119
- .p-row-editor-save {
120
- margin-right: $inlineSpacing;
121
- }
122
- }
123
-
124
- &:focus-visible {
125
- outline: 0.15rem solid $focusOutlineColor;
126
- outline-offset: -0.15rem;
127
- }
128
-
129
- &.p-highlight {
130
- background: $highlightBg;
131
- color: $highlightTextColor;
132
- }
133
-
134
- &.p-datatable-dragpoint-top > td {
135
- box-shadow: inset 0 2px 0 0 $highlightBg;
136
- }
137
-
138
- &.p-datatable-dragpoint-bottom > td {
139
- box-shadow: inset 0 -2px 0 0 $highlightBg;
140
- }
141
- }
142
- }
143
-
144
- &.p-datatable-hoverable-rows {
145
- .p-datatable-tbody > tr:not(.p-highlight):hover {
146
- background: $tableBodyRowHoverBg;
147
- color: $tableBodyRowTextHoverColor;
148
- }
149
- }
150
-
151
- .p-column-resizer-helper {
152
- background: $tableResizerHelperBg;
153
- }
154
-
155
- .p-datatable-scrollable-header,
156
- .p-datatable-scrollable-footer {
157
- background: $panelHeaderBg;
158
- }
159
-
160
- &.p-datatable-scrollable > .p-datatable-wrapper > .p-datatable-table,
161
- &.p-datatable-scrollable > .p-datatable-wrapper > .p-scroller-viewport > .p-scroller > .p-datatable-table {
162
- > .p-datatable-thead,
163
- > .p-datatable-tfoot {
164
- background-color: $tableHeaderCellBg;
165
- }
166
- }
167
-
168
- .p-datatable-loading-icon {
169
- font-size: $loadingIconFontSize;
170
- }
171
-
172
- &.p-datatable-gridlines {
173
- .p-datatable-header {
174
- border-width: 1px 1px 0 1px;
175
- }
176
-
177
- .p-datatable-footer {
178
- border-width: 0 1px 1px 1px;
179
- }
180
-
181
- .p-paginator-top {
182
- border-width: 0 1px 0 1px;
183
- }
184
-
185
- .p-paginator-bottom {
186
- border-width: 0 1px 1px 1px;
187
- }
188
-
189
- .p-datatable-thead {
190
- > tr {
191
- > th {
192
- border-width: 1px 0 1px 1px;
193
-
194
- &:last-child {
195
- border-width: 1px;
196
- }
197
- }
198
- }
199
- }
200
-
201
- .p-datatable-tbody {
202
- > tr {
203
- > td {
204
- border-width: 1px 0 0 1px;
205
-
206
- &:last-child {
207
- border-width: 1px 1px 0 1px;
208
- }
209
- }
210
-
211
- &:last-child {
212
- > td {
213
- border-width: 1px 0 1px 1px;
214
-
215
- &:last-child {
216
- border-width: 1px;
217
- }
218
- }
219
- }
220
- }
221
- }
222
-
223
- .p-datatable-tfoot {
224
- > tr {
225
- > td {
226
- border-width: 1px 0 1px 1px;
227
-
228
- &:last-child {
229
- border-width: 1px 1px 1px 1px;
230
- }
231
- }
232
- }
233
- }
234
-
235
- .p-datatable-thead + .p-datatable-tfoot {
236
- > tr {
237
- > td {
238
- border-width: 0 0 1px 1px;
239
-
240
- &:last-child {
241
- border-width: 0 1px 1px 1px;
242
- }
243
- }
244
- }
245
- }
246
-
247
- &:has(.p-datatable-thead):has(.p-datatable-tbody) .p-datatable-tbody {
248
- > tr {
249
- > td {
250
- border-width: 0 0 1px 1px;
251
-
252
- &:last-child {
253
- border-width: 0 1px 1px 1px;
254
- }
255
- }
256
- }
257
- }
258
-
259
- &:has(.p-datatable-tbody):has(.p-datatable-tfoot) .p-datatable-tbody {
260
- > tr {
261
- &:last-child {
262
- > td {
263
- border-width: 0 0 0 1px;
264
-
265
- &:last-child {
266
- border-width: 0 1px 0 1px;
267
- }
268
- }
269
- }
270
- }
271
- }
272
- }
273
-
274
- &.p-datatable-striped {
275
- .p-datatable-tbody {
276
- > tr:nth-child(even) {
277
- background: $tableBodyRowEvenBg;
278
-
279
- &.p-highlight {
280
- background: $highlightBg;
281
- color: $highlightTextColor;
282
-
283
- .p-row-toggler {
284
- color: $highlightTextColor;
285
-
286
- &:hover {
287
- color: $highlightTextColor;
288
- }
289
- }
290
- }
291
- }
292
- }
293
- }
294
-
295
- &.p-datatable-sm {
296
- .p-datatable-header {
297
- @include scaledPadding($tableHeaderPadding, $tableScaleSM);
298
- }
299
-
300
- .p-datatable-thead > tr > th {
301
- @include scaledPadding($tableHeaderCellPadding, $tableScaleSM);
302
- }
303
-
304
- .p-datatable-tbody > tr > td {
305
- @include scaledPadding($tableBodyCellPadding, $tableScaleSM);
306
- }
307
-
308
- .p-datatable-tfoot > tr > td {
309
- @include scaledPadding($tableFooterPadding, $tableScaleSM);
310
- }
311
-
312
- .p-datatable-footer {
313
- @include scaledPadding($tableFooterPadding, $tableScaleSM);
314
- }
315
- }
316
-
317
- &.p-datatable-lg {
318
- .p-datatable-header {
319
- @include scaledPadding($tableHeaderPadding, $tableScaleLG);
320
- }
321
-
322
- .p-datatable-thead > tr > th {
323
- @include scaledPadding($tableHeaderCellPadding, $tableScaleLG);
324
- }
325
-
326
- .p-datatable-tbody > tr > td {
327
- @include scaledPadding($tableBodyCellPadding, $tableScaleLG);
328
- }
329
-
330
- .p-datatable-tfoot > tr > td {
331
- @include scaledPadding($tableFooterPadding, $tableScaleLG);
332
- }
333
-
334
- .p-datatable-footer {
335
- @include scaledPadding($tableFooterPadding, $tableScaleLG);
336
- }
337
- }
338
- }
1
+ .p-datatable {
2
+ .p-paginator-top {
3
+ border-width: $tableTopPaginatorBorderWidth;
4
+ border-radius: 0;
5
+ }
6
+
7
+ .p-paginator-bottom {
8
+ border-width: $tableBottomPaginatorBorderWidth;
9
+ border-radius: 0;
10
+ }
11
+
12
+ .p-datatable-header {
13
+ background: $tableHeaderBg;
14
+ color: $tableHeaderTextColor;
15
+ border: $tableHeaderBorder;
16
+ border-width: $tableHeaderBorderWidth;
17
+ padding: $tableHeaderPadding;
18
+ font-weight: $tableHeaderFontWeight;
19
+ }
20
+
21
+ .p-datatable-footer {
22
+ background: $tableFooterBg;
23
+ color: $tableFooterTextColor;
24
+ border: $tableFooterBorder;
25
+ border-width: $tableFooterBorderWidth;
26
+ padding: $tableFooterPadding;
27
+ font-weight: $tableFooterFontWeight;
28
+ }
29
+
30
+ .p-datatable-thead > tr > th {
31
+ text-align: $tableCellContentAlignment;
32
+ padding: $tableHeaderCellPadding;
33
+ border: $tableHeaderCellBorder;
34
+ border-width: $tableHeaderCellBorderWidth;
35
+ font-weight: $tableHeaderCellFontWeight;
36
+ color: $tableHeaderCellTextColor;
37
+ background: $tableHeaderCellBg;
38
+ transition: $listItemTransition;
39
+ }
40
+
41
+ .p-datatable-tfoot > tr > td {
42
+ text-align: $tableCellContentAlignment;
43
+ padding: $tableFooterCellPadding;
44
+ border: $tableFooterCellBorder;
45
+ border-width: $tableFooterCellBorderWidth;
46
+ font-weight: $tableFooterCellFontWeight;
47
+ color: $tableFooterCellTextColor;
48
+ background: $tableFooterCellBg;
49
+ }
50
+
51
+ .p-sortable-column {
52
+ .p-sortable-column-icon {
53
+ color: $tableHeaderCellIconColor;
54
+ margin-left: $inlineSpacing;
55
+ }
56
+
57
+ .p-sortable-column-badge {
58
+ border-radius: 50%;
59
+ height: $tableSortableColumnBadgeSize;
60
+ min-width: $tableSortableColumnBadgeSize;
61
+ line-height: $tableSortableColumnBadgeSize;
62
+ color: $highlightTextColor;
63
+ background: $highlightBg;
64
+ margin-left: $inlineSpacing;
65
+ }
66
+
67
+ &:not(.p-highlight):hover {
68
+ background: $tableHeaderCellHoverBg;
69
+ color: $tableHeaderCellTextHoverColor;
70
+
71
+ .p-sortable-column-icon {
72
+ color: $tableHeaderCellIconHoverColor;
73
+ }
74
+ }
75
+
76
+ &.p-highlight {
77
+ background: $tableHeaderCellHighlightBg;
78
+ color: $tableHeaderCellHighlightTextColor;
79
+
80
+ .p-sortable-column-icon {
81
+ color: $tableHeaderCellHighlightTextColor;
82
+ }
83
+
84
+ &:hover {
85
+ background: $tableHeaderCellHighlightHoverBg;
86
+ color: $tableHeaderCellHighlightTextColor;
87
+
88
+ .p-sortable-column-icon {
89
+ color: $tableHeaderCellHighlightTextColor;
90
+ }
91
+ }
92
+ }
93
+
94
+ &:focus-visible {
95
+ box-shadow: $inputListItemFocusShadow;
96
+ outline: 0 none;
97
+ }
98
+ }
99
+
100
+ .p-datatable-tbody {
101
+ > tr {
102
+ background: $tableBodyRowBg;
103
+ color: $tableBodyRowTextColor;
104
+ transition: $listItemTransition;
105
+
106
+ > td {
107
+ text-align: $tableCellContentAlignment;
108
+ border: $tableBodyCellBorder;
109
+ border-width: $tableBodyCellBorderWidth;
110
+ padding: $tableBodyCellPadding;
111
+
112
+ .p-row-toggler,
113
+ .p-row-editor-init,
114
+ .p-row-editor-save,
115
+ .p-row-editor-cancel {
116
+ @include action-icon();
117
+ }
118
+
119
+ .p-row-editor-save {
120
+ margin-right: $inlineSpacing;
121
+ }
122
+ }
123
+
124
+ &:focus-visible {
125
+ outline: 0.15rem solid $focusOutlineColor;
126
+ outline-offset: -0.15rem;
127
+ }
128
+
129
+ &.p-highlight {
130
+ background: $highlightBg;
131
+ color: $highlightTextColor;
132
+ }
133
+
134
+ &.p-datatable-dragpoint-top > td {
135
+ box-shadow: inset 0 2px 0 0 $highlightBg;
136
+ }
137
+
138
+ &.p-datatable-dragpoint-bottom > td {
139
+ box-shadow: inset 0 -2px 0 0 $highlightBg;
140
+ }
141
+ }
142
+ }
143
+
144
+ &.p-datatable-hoverable-rows {
145
+ .p-datatable-tbody > tr:not(.p-highlight):hover {
146
+ background: $tableBodyRowHoverBg;
147
+ color: $tableBodyRowTextHoverColor;
148
+ }
149
+ }
150
+
151
+ .p-column-resizer-helper {
152
+ background: $tableResizerHelperBg;
153
+ }
154
+
155
+ .p-datatable-scrollable-header,
156
+ .p-datatable-scrollable-footer {
157
+ background: $panelHeaderBg;
158
+ }
159
+
160
+ &.p-datatable-scrollable > .p-datatable-wrapper > .p-datatable-table,
161
+ &.p-datatable-scrollable > .p-datatable-wrapper > .p-scroller-viewport > .p-scroller > .p-datatable-table {
162
+ > .p-datatable-thead,
163
+ > .p-datatable-tfoot {
164
+ background-color: $tableHeaderCellBg;
165
+ }
166
+ }
167
+
168
+ .p-datatable-loading-icon {
169
+ font-size: $loadingIconFontSize;
170
+ }
171
+
172
+ &.p-datatable-gridlines {
173
+ .p-datatable-header {
174
+ border-width: 1px 1px 0 1px;
175
+ }
176
+
177
+ .p-datatable-footer {
178
+ border-width: 0 1px 1px 1px;
179
+ }
180
+
181
+ .p-paginator-top {
182
+ border-width: 0 1px 0 1px;
183
+ }
184
+
185
+ .p-paginator-bottom {
186
+ border-width: 0 1px 1px 1px;
187
+ }
188
+
189
+ .p-datatable-thead {
190
+ > tr {
191
+ > th {
192
+ border-width: 1px 0 1px 1px;
193
+
194
+ &:last-child {
195
+ border-width: 1px;
196
+ }
197
+ }
198
+ }
199
+ }
200
+
201
+ .p-datatable-tbody {
202
+ > tr {
203
+ > td {
204
+ border-width: 1px 0 0 1px;
205
+
206
+ &:last-child {
207
+ border-width: 1px 1px 0 1px;
208
+ }
209
+ }
210
+
211
+ &:last-child {
212
+ > td {
213
+ border-width: 1px 0 1px 1px;
214
+
215
+ &:last-child {
216
+ border-width: 1px;
217
+ }
218
+ }
219
+ }
220
+ }
221
+ }
222
+
223
+ .p-datatable-tfoot {
224
+ > tr {
225
+ > td {
226
+ border-width: 1px 0 1px 1px;
227
+
228
+ &:last-child {
229
+ border-width: 1px 1px 1px 1px;
230
+ }
231
+ }
232
+ }
233
+ }
234
+
235
+ .p-datatable-thead + .p-datatable-tfoot {
236
+ > tr {
237
+ > td {
238
+ border-width: 0 0 1px 1px;
239
+
240
+ &:last-child {
241
+ border-width: 0 1px 1px 1px;
242
+ }
243
+ }
244
+ }
245
+ }
246
+
247
+ &:has(.p-datatable-thead):has(.p-datatable-tbody) .p-datatable-tbody {
248
+ > tr {
249
+ > td {
250
+ border-width: 0 0 1px 1px;
251
+
252
+ &:last-child {
253
+ border-width: 0 1px 1px 1px;
254
+ }
255
+ }
256
+ }
257
+ }
258
+
259
+ &:has(.p-datatable-tbody):has(.p-datatable-tfoot) .p-datatable-tbody {
260
+ > tr {
261
+ &:last-child {
262
+ > td {
263
+ border-width: 0 0 0 1px;
264
+
265
+ &:last-child {
266
+ border-width: 0 1px 0 1px;
267
+ }
268
+ }
269
+ }
270
+ }
271
+ }
272
+ }
273
+
274
+ &.p-datatable-striped {
275
+ .p-datatable-tbody {
276
+ > tr:nth-child(even) {
277
+ background: $tableBodyRowEvenBg;
278
+
279
+ &.p-highlight {
280
+ background: $highlightBg;
281
+ color: $highlightTextColor;
282
+
283
+ .p-row-toggler {
284
+ color: $highlightTextColor;
285
+
286
+ &:hover {
287
+ color: $highlightTextColor;
288
+ }
289
+ }
290
+ }
291
+ }
292
+ }
293
+ }
294
+
295
+ &.p-datatable-sm {
296
+ .p-datatable-header {
297
+ @include scaledPadding($tableHeaderPadding, $tableScaleSM);
298
+ }
299
+
300
+ .p-datatable-thead > tr > th {
301
+ @include scaledPadding($tableHeaderCellPadding, $tableScaleSM);
302
+ }
303
+
304
+ .p-datatable-tbody > tr > td {
305
+ @include scaledPadding($tableBodyCellPadding, $tableScaleSM);
306
+ }
307
+
308
+ .p-datatable-tfoot > tr > td {
309
+ @include scaledPadding($tableFooterPadding, $tableScaleSM);
310
+ }
311
+
312
+ .p-datatable-footer {
313
+ @include scaledPadding($tableFooterPadding, $tableScaleSM);
314
+ }
315
+ }
316
+
317
+ &.p-datatable-lg {
318
+ .p-datatable-header {
319
+ @include scaledPadding($tableHeaderPadding, $tableScaleLG);
320
+ }
321
+
322
+ .p-datatable-thead > tr > th {
323
+ @include scaledPadding($tableHeaderCellPadding, $tableScaleLG);
324
+ }
325
+
326
+ .p-datatable-tbody > tr > td {
327
+ @include scaledPadding($tableBodyCellPadding, $tableScaleLG);
328
+ }
329
+
330
+ .p-datatable-tfoot > tr > td {
331
+ @include scaledPadding($tableFooterPadding, $tableScaleLG);
332
+ }
333
+
334
+ .p-datatable-footer {
335
+ @include scaledPadding($tableFooterPadding, $tableScaleLG);
336
+ }
337
+ }
338
+ }