primeng 17.14.1 → 17.16.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 (266) hide show
  1. package/api/megamenuitem.d.ts +4 -0
  2. package/api/primengconfig.d.ts +1 -1
  3. package/api/treenode.d.ts +4 -0
  4. package/autocomplete/autocomplete.d.ts +17 -2
  5. package/badge/badge.d.ts +2 -2
  6. package/breadcrumb/breadcrumb.interface.d.ts +11 -0
  7. package/calendar/calendar.d.ts +13 -2
  8. package/card/card.d.ts +5 -2
  9. package/cascadeselect/cascadeselect.d.ts +19 -1
  10. package/cascadeselect/cascadeselect.interface.d.ts +4 -0
  11. package/checkbox/checkbox.d.ts +11 -4
  12. package/chips/chips.d.ts +9 -2
  13. package/dom/domhandler.d.ts +2 -2
  14. package/dropdown/dropdown.d.ts +31 -3
  15. package/dropdown/dropdown.interface.d.ts +1 -1
  16. package/esm2022/api/filterservice.mjs +6 -1
  17. package/esm2022/api/megamenuitem.mjs +1 -1
  18. package/esm2022/api/primengconfig.mjs +3 -3
  19. package/esm2022/api/treenode.mjs +1 -1
  20. package/esm2022/autocomplete/autocomplete.mjs +34 -12
  21. package/esm2022/badge/badge.mjs +3 -3
  22. package/esm2022/breadcrumb/breadcrumb.interface.mjs +1 -1
  23. package/esm2022/breadcrumb/breadcrumb.mjs +1 -1
  24. package/esm2022/calendar/calendar.mjs +65 -9
  25. package/esm2022/card/card.mjs +11 -5
  26. package/esm2022/cascadeselect/cascadeselect.interface.mjs +1 -1
  27. package/esm2022/cascadeselect/cascadeselect.mjs +61 -12
  28. package/esm2022/checkbox/checkbox.mjs +44 -13
  29. package/esm2022/chips/chips.mjs +20 -10
  30. package/esm2022/colorpicker/colorpicker.mjs +2 -1
  31. package/esm2022/confirmpopup/confirmpopup.mjs +2 -2
  32. package/esm2022/dialog/dialog.mjs +2 -2
  33. package/esm2022/divider/divider.mjs +2 -2
  34. package/esm2022/dom/domhandler.mjs +5 -3
  35. package/esm2022/dropdown/dropdown.interface.mjs +1 -1
  36. package/esm2022/dropdown/dropdown.mjs +106 -26
  37. package/esm2022/dynamicdialog/dynamicdialog.mjs +3 -3
  38. package/esm2022/editor/editor.mjs +2 -4
  39. package/esm2022/fileupload/fileupload.mjs +128 -110
  40. package/esm2022/icons/blank/blank.mjs +25 -0
  41. package/esm2022/icons/blank/primeng-icons-blank.mjs +5 -0
  42. package/esm2022/icons/blank/public_api.mjs +2 -0
  43. package/esm2022/inputmask/inputmask.mjs +31 -13
  44. package/esm2022/inputnumber/inputnumber.mjs +13 -4
  45. package/esm2022/inputotp/inputotp.mjs +3 -3
  46. package/esm2022/inputtext/inputtext.mjs +22 -7
  47. package/esm2022/inputtextarea/inputtextarea.mjs +17 -6
  48. package/esm2022/keyfilter/keyfilter.mjs +14 -13
  49. package/esm2022/megamenu/megamenu.interface.mjs +1 -1
  50. package/esm2022/megamenu/megamenu.mjs +2 -2
  51. package/esm2022/menu/menu.mjs +18 -5
  52. package/esm2022/menubar/menubar.interface.mjs +1 -1
  53. package/esm2022/menubar/menubar.mjs +3 -6
  54. package/esm2022/multiselect/multiselect.interface.mjs +1 -1
  55. package/esm2022/multiselect/multiselect.mjs +155 -44
  56. package/esm2022/organizationchart/organizationchart.mjs +43 -27
  57. package/esm2022/overlaypanel/overlaypanel.mjs +2 -2
  58. package/esm2022/paginator/paginator.mjs +3 -3
  59. package/esm2022/panelmenu/panelmenu.interface.mjs +1 -1
  60. package/esm2022/panelmenu/panelmenu.mjs +51 -41
  61. package/esm2022/password/password.mjs +22 -5
  62. package/esm2022/radiobutton/radiobutton.mjs +32 -10
  63. package/esm2022/scroller/scroller.mjs +4 -4
  64. package/esm2022/speeddial/speeddial.mjs +6 -8
  65. package/esm2022/splitbutton/splitbutton.mjs +13 -13
  66. package/esm2022/stepper/stepper.mjs +1 -9
  67. package/esm2022/table/columnfilter.interface.mjs +1 -1
  68. package/esm2022/table/table.mjs +59 -18
  69. package/esm2022/tieredmenu/tieredmenu.mjs +19 -12
  70. package/esm2022/timeline/timeline.mjs +2 -2
  71. package/esm2022/tree/tree.mjs +157 -115
  72. package/esm2022/treeselect/treeselect.mjs +16 -8
  73. package/esm2022/treetable/treetable.mjs +8 -6
  74. package/esm2022/tristatecheckbox/tristatecheckbox.mjs +20 -10
  75. package/fesm2022/primeng-api.mjs +7 -2
  76. package/fesm2022/primeng-api.mjs.map +1 -1
  77. package/fesm2022/primeng-autocomplete.mjs +33 -11
  78. package/fesm2022/primeng-autocomplete.mjs.map +1 -1
  79. package/fesm2022/primeng-badge.mjs +2 -2
  80. package/fesm2022/primeng-badge.mjs.map +1 -1
  81. package/fesm2022/primeng-breadcrumb.mjs.map +1 -1
  82. package/fesm2022/primeng-calendar.mjs +64 -8
  83. package/fesm2022/primeng-calendar.mjs.map +1 -1
  84. package/fesm2022/primeng-card.mjs +10 -4
  85. package/fesm2022/primeng-card.mjs.map +1 -1
  86. package/fesm2022/primeng-cascadeselect.mjs +60 -11
  87. package/fesm2022/primeng-cascadeselect.mjs.map +1 -1
  88. package/fesm2022/primeng-checkbox.mjs +43 -12
  89. package/fesm2022/primeng-checkbox.mjs.map +1 -1
  90. package/fesm2022/primeng-chips.mjs +19 -9
  91. package/fesm2022/primeng-chips.mjs.map +1 -1
  92. package/fesm2022/primeng-colorpicker.mjs +1 -0
  93. package/fesm2022/primeng-colorpicker.mjs.map +1 -1
  94. package/fesm2022/primeng-confirmpopup.mjs +1 -1
  95. package/fesm2022/primeng-confirmpopup.mjs.map +1 -1
  96. package/fesm2022/primeng-dialog.mjs +1 -1
  97. package/fesm2022/primeng-dialog.mjs.map +1 -1
  98. package/fesm2022/primeng-divider.mjs +2 -2
  99. package/fesm2022/primeng-divider.mjs.map +1 -1
  100. package/fesm2022/primeng-dom.mjs +4 -2
  101. package/fesm2022/primeng-dom.mjs.map +1 -1
  102. package/fesm2022/primeng-dropdown.mjs +105 -25
  103. package/fesm2022/primeng-dropdown.mjs.map +1 -1
  104. package/fesm2022/primeng-dynamicdialog.mjs +2 -2
  105. package/fesm2022/primeng-dynamicdialog.mjs.map +1 -1
  106. package/fesm2022/primeng-editor.mjs +1 -3
  107. package/fesm2022/primeng-editor.mjs.map +1 -1
  108. package/fesm2022/primeng-fileupload.mjs +127 -109
  109. package/fesm2022/primeng-fileupload.mjs.map +1 -1
  110. package/fesm2022/primeng-icons-blank.mjs +32 -0
  111. package/fesm2022/primeng-icons-blank.mjs.map +1 -0
  112. package/fesm2022/primeng-inputmask.mjs +30 -12
  113. package/fesm2022/primeng-inputmask.mjs.map +1 -1
  114. package/fesm2022/primeng-inputnumber.mjs +12 -3
  115. package/fesm2022/primeng-inputnumber.mjs.map +1 -1
  116. package/fesm2022/primeng-inputotp.mjs +2 -2
  117. package/fesm2022/primeng-inputotp.mjs.map +1 -1
  118. package/fesm2022/primeng-inputtext.mjs +21 -6
  119. package/fesm2022/primeng-inputtext.mjs.map +1 -1
  120. package/fesm2022/primeng-inputtextarea.mjs +16 -5
  121. package/fesm2022/primeng-inputtextarea.mjs.map +1 -1
  122. package/fesm2022/primeng-keyfilter.mjs +13 -12
  123. package/fesm2022/primeng-keyfilter.mjs.map +1 -1
  124. package/fesm2022/primeng-megamenu.mjs +1 -1
  125. package/fesm2022/primeng-megamenu.mjs.map +1 -1
  126. package/fesm2022/primeng-menu.mjs +17 -4
  127. package/fesm2022/primeng-menu.mjs.map +1 -1
  128. package/fesm2022/primeng-menubar.mjs +2 -5
  129. package/fesm2022/primeng-menubar.mjs.map +1 -1
  130. package/fesm2022/primeng-multiselect.mjs +154 -43
  131. package/fesm2022/primeng-multiselect.mjs.map +1 -1
  132. package/fesm2022/primeng-organizationchart.mjs +42 -26
  133. package/fesm2022/primeng-organizationchart.mjs.map +1 -1
  134. package/fesm2022/primeng-overlaypanel.mjs +1 -1
  135. package/fesm2022/primeng-overlaypanel.mjs.map +1 -1
  136. package/fesm2022/primeng-paginator.mjs +2 -2
  137. package/fesm2022/primeng-paginator.mjs.map +1 -1
  138. package/fesm2022/primeng-panelmenu.mjs +50 -40
  139. package/fesm2022/primeng-panelmenu.mjs.map +1 -1
  140. package/fesm2022/primeng-password.mjs +21 -4
  141. package/fesm2022/primeng-password.mjs.map +1 -1
  142. package/fesm2022/primeng-radiobutton.mjs +31 -9
  143. package/fesm2022/primeng-radiobutton.mjs.map +1 -1
  144. package/fesm2022/primeng-scroller.mjs +3 -3
  145. package/fesm2022/primeng-scroller.mjs.map +1 -1
  146. package/fesm2022/primeng-speeddial.mjs +5 -7
  147. package/fesm2022/primeng-speeddial.mjs.map +1 -1
  148. package/fesm2022/primeng-splitbutton.mjs +12 -12
  149. package/fesm2022/primeng-splitbutton.mjs.map +1 -1
  150. package/fesm2022/primeng-stepper.mjs +0 -8
  151. package/fesm2022/primeng-stepper.mjs.map +1 -1
  152. package/fesm2022/primeng-table.mjs +58 -17
  153. package/fesm2022/primeng-table.mjs.map +1 -1
  154. package/fesm2022/primeng-tieredmenu.mjs +18 -11
  155. package/fesm2022/primeng-tieredmenu.mjs.map +1 -1
  156. package/fesm2022/primeng-timeline.mjs +2 -2
  157. package/fesm2022/primeng-timeline.mjs.map +1 -1
  158. package/fesm2022/primeng-tree.mjs +156 -114
  159. package/fesm2022/primeng-tree.mjs.map +1 -1
  160. package/fesm2022/primeng-treeselect.mjs +15 -7
  161. package/fesm2022/primeng-treeselect.mjs.map +1 -1
  162. package/fesm2022/primeng-treetable.mjs +7 -5
  163. package/fesm2022/primeng-treetable.mjs.map +1 -1
  164. package/fesm2022/primeng-tristatecheckbox.mjs +19 -9
  165. package/fesm2022/primeng-tristatecheckbox.mjs.map +1 -1
  166. package/fileupload/fileupload.d.ts +11 -10
  167. package/icons/blank/blank.d.ts +6 -0
  168. package/icons/blank/index.d.ts +5 -0
  169. package/icons/blank/public_api.d.ts +1 -0
  170. package/inputmask/inputmask.d.ts +13 -3
  171. package/inputnumber/inputnumber.d.ts +6 -1
  172. package/inputotp/inputotp.d.ts +1 -1
  173. package/inputtext/inputtext.d.ts +14 -3
  174. package/inputtextarea/inputtextarea.d.ts +10 -3
  175. package/keyfilter/keyfilter.d.ts +1 -1
  176. package/megamenu/megamenu.interface.d.ts +12 -0
  177. package/menu/menu.d.ts +1 -0
  178. package/menubar/menubar.interface.d.ts +17 -0
  179. package/multiselect/multiselect.d.ts +30 -3
  180. package/multiselect/multiselect.interface.d.ts +28 -0
  181. package/organizationchart/organizationchart.d.ts +10 -2
  182. package/package.json +198 -192
  183. package/paginator/paginator.d.ts +4 -4
  184. package/panelmenu/panelmenu.d.ts +1 -0
  185. package/panelmenu/panelmenu.interface.d.ts +12 -0
  186. package/password/password.d.ts +12 -2
  187. package/radiobutton/radiobutton.d.ts +9 -2
  188. package/resources/components/divider/divider.css +1 -1
  189. package/resources/components/speeddial/speeddial.css +8 -0
  190. package/resources/components/timeline/timeline.css +2 -0
  191. package/resources/themes/arya-blue/theme.css +117 -1
  192. package/resources/themes/arya-green/theme.css +117 -1
  193. package/resources/themes/arya-orange/theme.css +117 -1
  194. package/resources/themes/arya-purple/theme.css +117 -1
  195. package/resources/themes/aura-dark-amber/theme.css +118 -2
  196. package/resources/themes/aura-dark-blue/theme.css +118 -2
  197. package/resources/themes/aura-dark-cyan/theme.css +118 -2
  198. package/resources/themes/aura-dark-green/theme.css +118 -2
  199. package/resources/themes/aura-dark-indigo/theme.css +118 -2
  200. package/resources/themes/aura-dark-lime/theme.css +118 -2
  201. package/resources/themes/aura-dark-noir/theme.css +118 -2
  202. package/resources/themes/aura-dark-pink/theme.css +118 -2
  203. package/resources/themes/aura-dark-purple/theme.css +118 -2
  204. package/resources/themes/aura-dark-teal/theme.css +118 -2
  205. package/resources/themes/aura-light-amber/theme.css +118 -2
  206. package/resources/themes/aura-light-blue/theme.css +118 -2
  207. package/resources/themes/aura-light-cyan/theme.css +118 -2
  208. package/resources/themes/aura-light-green/theme.css +118 -2
  209. package/resources/themes/aura-light-indigo/theme.css +118 -2
  210. package/resources/themes/aura-light-lime/theme.css +118 -2
  211. package/resources/themes/aura-light-noir/theme.css +118 -2
  212. package/resources/themes/aura-light-pink/theme.css +118 -2
  213. package/resources/themes/aura-light-purple/theme.css +118 -2
  214. package/resources/themes/aura-light-teal/theme.css +118 -2
  215. package/resources/themes/bootstrap4-dark-blue/theme.css +117 -1
  216. package/resources/themes/bootstrap4-dark-purple/theme.css +117 -1
  217. package/resources/themes/bootstrap4-light-blue/theme.css +117 -1
  218. package/resources/themes/bootstrap4-light-purple/theme.css +117 -1
  219. package/resources/themes/fluent-light/theme.css +117 -1
  220. package/resources/themes/lara-dark-blue/theme.css +117 -1
  221. package/resources/themes/lara-dark-indigo/theme.css +117 -1
  222. package/resources/themes/lara-dark-purple/theme.css +117 -1
  223. package/resources/themes/lara-dark-teal/theme.css +117 -1
  224. package/resources/themes/lara-light-blue/theme.css +117 -1
  225. package/resources/themes/lara-light-indigo/theme.css +117 -1
  226. package/resources/themes/lara-light-purple/theme.css +117 -1
  227. package/resources/themes/lara-light-teal/theme.css +117 -1
  228. package/resources/themes/luna-amber/theme.css +117 -1
  229. package/resources/themes/luna-blue/theme.css +117 -1
  230. package/resources/themes/luna-green/theme.css +117 -1
  231. package/resources/themes/luna-pink/theme.css +117 -1
  232. package/resources/themes/md-dark-deeppurple/theme.css +131 -4
  233. package/resources/themes/md-dark-indigo/theme.css +131 -4
  234. package/resources/themes/md-light-deeppurple/theme.css +131 -4
  235. package/resources/themes/md-light-indigo/theme.css +131 -4
  236. package/resources/themes/mdc-dark-deeppurple/theme.css +131 -4
  237. package/resources/themes/mdc-dark-indigo/theme.css +131 -4
  238. package/resources/themes/mdc-light-deeppurple/theme.css +131 -4
  239. package/resources/themes/mdc-light-indigo/theme.css +131 -4
  240. package/resources/themes/mira/theme.css +117 -1
  241. package/resources/themes/nano/theme.css +117 -1
  242. package/resources/themes/nova/theme.css +117 -1
  243. package/resources/themes/nova-accent/theme.css +117 -1
  244. package/resources/themes/nova-alt/theme.css +117 -1
  245. package/resources/themes/rhea/theme.css +117 -1
  246. package/resources/themes/saga-blue/theme.css +117 -1
  247. package/resources/themes/saga-green/theme.css +117 -1
  248. package/resources/themes/saga-orange/theme.css +117 -1
  249. package/resources/themes/saga-purple/theme.css +117 -1
  250. package/resources/themes/soho-dark/theme.css +117 -1
  251. package/resources/themes/soho-light/theme.css +117 -1
  252. package/resources/themes/tailwind-light/theme.css +117 -1
  253. package/resources/themes/vela-blue/theme.css +117 -1
  254. package/resources/themes/vela-green/theme.css +117 -1
  255. package/resources/themes/vela-orange/theme.css +117 -1
  256. package/resources/themes/vela-purple/theme.css +117 -1
  257. package/resources/themes/viva-dark/theme.css +117 -1
  258. package/resources/themes/viva-light/theme.css +117 -1
  259. package/stepper/stepper.d.ts +0 -8
  260. package/table/columnfilter.interface.d.ts +213 -1
  261. package/table/table.d.ts +9 -5
  262. package/tieredmenu/tieredmenu.d.ts +4 -3
  263. package/tree/tree.d.ts +9 -2
  264. package/treeselect/treeselect.d.ts +9 -3
  265. package/treetable/treetable.d.ts +2 -1
  266. package/tristatecheckbox/tristatecheckbox.d.ts +9 -3
@@ -1,5 +1,5 @@
1
1
  import { AfterContentInit, ChangeDetectorRef, ElementRef, EventEmitter, OnChanges, OnInit, QueryList, SimpleChanges, TemplateRef } from '@angular/core';
2
- import { PrimeNGConfig, SelectItem } from 'primeng/api';
2
+ import { Aria, PrimeNGConfig, SelectItem } from 'primeng/api';
3
3
  import { DropdownChangeEvent } from 'primeng/dropdown';
4
4
  import { Nullable } from 'primeng/ts-helpers';
5
5
  import { PaginatorState } from './paginator.interface';
@@ -162,8 +162,8 @@ export declare class Paginator implements OnInit, AfterContentInit, OnChanges {
162
162
  _page: number;
163
163
  constructor(cd: ChangeDetectorRef, config: PrimeNGConfig);
164
164
  ngOnInit(): void;
165
- getAriaLabel(labelType: any): any;
166
- getPageAriaLabel(value: any): string;
165
+ getAriaLabel(labelType: keyof Aria): string | undefined;
166
+ getPageAriaLabel(value: number): string | undefined;
167
167
  getLocalization(digit: number): string;
168
168
  ngAfterContentInit(): void;
169
169
  ngOnChanges(simpleChange: SimpleChanges): void;
@@ -171,7 +171,7 @@ export declare class Paginator implements OnInit, AfterContentInit, OnChanges {
171
171
  isFirstPage(): boolean;
172
172
  isLastPage(): boolean;
173
173
  getPageCount(): number;
174
- calculatePageLinkBoundaries(): number[];
174
+ calculatePageLinkBoundaries(): [number, number];
175
175
  updatePageLinks(): void;
176
176
  changePage(p: number): void;
177
177
  updateFirst(): void;
@@ -171,6 +171,7 @@ export declare class PanelMenu implements AfterContentInit {
171
171
  templates: QueryList<PrimeTemplate> | undefined;
172
172
  containerViewChild: ElementRef | undefined;
173
173
  submenuIconTemplate: TemplateRef<any> | undefined;
174
+ headerContentTemplate: TemplateRef<any> | undefined;
174
175
  itemTemplate: TemplateRef<any> | undefined;
175
176
  animating: boolean | undefined;
176
177
  activeItem: import("@angular/core").WritableSignal<any>;
@@ -1,9 +1,21 @@
1
1
  import { TemplateRef } from '@angular/core';
2
+ import { MenuItem } from 'primeng/api';
2
3
  /**
3
4
  * Defines valid templates in PanelMenu.
4
5
  * @group Templates
5
6
  */
6
7
  export interface PanelMenuTemplates {
8
+ /**
9
+ * Custom item template.
10
+ */
11
+ item(context: {
12
+ /**
13
+ * Item instance.
14
+ */
15
+ $implicit: MenuItem;
16
+ }): TemplateRef<{
17
+ $implicit: MenuItem;
18
+ }>;
7
19
  /**
8
20
  * Custom template of submenuicon.
9
21
  */
@@ -56,6 +56,11 @@ export declare class PasswordDirective implements OnDestroy, DoCheck {
56
56
  * @group Props
57
57
  */
58
58
  set showPassword(show: boolean);
59
+ /**
60
+ * Specifies the input variant of the component.
61
+ * @group Props
62
+ */
63
+ variant: 'filled' | 'outlined';
59
64
  panel: Nullable<HTMLDivElement>;
60
65
  meter: Nullable<Meter>;
61
66
  info: Nullable<HTMLDivElement>;
@@ -82,7 +87,7 @@ export declare class PasswordDirective implements OnDestroy, DoCheck {
82
87
  onWindowResize(): void;
83
88
  ngOnDestroy(): void;
84
89
  static ɵfac: i0.ɵɵFactoryDeclaration<PasswordDirective, never>;
85
- static ɵdir: i0.ɵɵDirectiveDeclaration<PasswordDirective, "[pPassword]", never, { "promptLabel": { "alias": "promptLabel"; "required": false; }; "weakLabel": { "alias": "weakLabel"; "required": false; }; "mediumLabel": { "alias": "mediumLabel"; "required": false; }; "strongLabel": { "alias": "strongLabel"; "required": false; }; "feedback": { "alias": "feedback"; "required": false; }; "showPassword": { "alias": "showPassword"; "required": false; }; }, {}, never, never, false, never>;
90
+ static ɵdir: i0.ɵɵDirectiveDeclaration<PasswordDirective, "[pPassword]", never, { "promptLabel": { "alias": "promptLabel"; "required": false; }; "weakLabel": { "alias": "weakLabel"; "required": false; }; "mediumLabel": { "alias": "mediumLabel"; "required": false; }; "strongLabel": { "alias": "strongLabel"; "required": false; }; "feedback": { "alias": "feedback"; "required": false; }; "showPassword": { "alias": "showPassword"; "required": false; }; "variant": { "alias": "variant"; "required": false; }; }, {}, never, never, false, never>;
86
91
  static ngAcceptInputType_feedback: unknown;
87
92
  }
88
93
  type Mapper<T, G> = (item: T, ...args: any[]) => G;
@@ -233,6 +238,11 @@ export declare class Password implements AfterContentInit, OnInit {
233
238
  * @group Props
234
239
  */
235
240
  autofocus: boolean | undefined;
241
+ /**
242
+ * Specifies the input variant of the component.
243
+ * @group Props
244
+ */
245
+ variant: 'filled' | 'outlined';
236
246
  /**
237
247
  * Callback to invoke when the component receives focus.
238
248
  * @param {Event} event - Browser event.
@@ -315,7 +325,7 @@ export declare class Password implements AfterContentInit, OnInit {
315
325
  clear(): void;
316
326
  ngOnDestroy(): void;
317
327
  static ɵfac: i0.ɵɵFactoryDeclaration<Password, never>;
318
- static ɵcmp: i0.ɵɵComponentDeclaration<Password, "p-password", never, { "ariaLabel": { "alias": "ariaLabel"; "required": false; }; "ariaLabelledBy": { "alias": "ariaLabelledBy"; "required": false; }; "label": { "alias": "label"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "promptLabel": { "alias": "promptLabel"; "required": false; }; "mediumRegex": { "alias": "mediumRegex"; "required": false; }; "strongRegex": { "alias": "strongRegex"; "required": false; }; "weakLabel": { "alias": "weakLabel"; "required": false; }; "mediumLabel": { "alias": "mediumLabel"; "required": false; }; "maxLength": { "alias": "maxLength"; "required": false; }; "strongLabel": { "alias": "strongLabel"; "required": false; }; "inputId": { "alias": "inputId"; "required": false; }; "feedback": { "alias": "feedback"; "required": false; }; "appendTo": { "alias": "appendTo"; "required": false; }; "toggleMask": { "alias": "toggleMask"; "required": false; }; "inputStyleClass": { "alias": "inputStyleClass"; "required": false; }; "styleClass": { "alias": "styleClass"; "required": false; }; "style": { "alias": "style"; "required": false; }; "inputStyle": { "alias": "inputStyle"; "required": false; }; "showTransitionOptions": { "alias": "showTransitionOptions"; "required": false; }; "hideTransitionOptions": { "alias": "hideTransitionOptions"; "required": false; }; "autocomplete": { "alias": "autocomplete"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "showClear": { "alias": "showClear"; "required": false; }; "autofocus": { "alias": "autofocus"; "required": false; }; }, { "onFocus": "onFocus"; "onBlur": "onBlur"; "onClear": "onClear"; }, ["templates"], never, false, never>;
328
+ static ɵcmp: i0.ɵɵComponentDeclaration<Password, "p-password", never, { "ariaLabel": { "alias": "ariaLabel"; "required": false; }; "ariaLabelledBy": { "alias": "ariaLabelledBy"; "required": false; }; "label": { "alias": "label"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "promptLabel": { "alias": "promptLabel"; "required": false; }; "mediumRegex": { "alias": "mediumRegex"; "required": false; }; "strongRegex": { "alias": "strongRegex"; "required": false; }; "weakLabel": { "alias": "weakLabel"; "required": false; }; "mediumLabel": { "alias": "mediumLabel"; "required": false; }; "maxLength": { "alias": "maxLength"; "required": false; }; "strongLabel": { "alias": "strongLabel"; "required": false; }; "inputId": { "alias": "inputId"; "required": false; }; "feedback": { "alias": "feedback"; "required": false; }; "appendTo": { "alias": "appendTo"; "required": false; }; "toggleMask": { "alias": "toggleMask"; "required": false; }; "inputStyleClass": { "alias": "inputStyleClass"; "required": false; }; "styleClass": { "alias": "styleClass"; "required": false; }; "style": { "alias": "style"; "required": false; }; "inputStyle": { "alias": "inputStyle"; "required": false; }; "showTransitionOptions": { "alias": "showTransitionOptions"; "required": false; }; "hideTransitionOptions": { "alias": "hideTransitionOptions"; "required": false; }; "autocomplete": { "alias": "autocomplete"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "showClear": { "alias": "showClear"; "required": false; }; "autofocus": { "alias": "autofocus"; "required": false; }; "variant": { "alias": "variant"; "required": false; }; }, { "onFocus": "onFocus"; "onBlur": "onBlur"; "onClear": "onClear"; }, ["templates"], never, false, never>;
319
329
  static ngAcceptInputType_disabled: unknown;
320
330
  static ngAcceptInputType_maxLength: unknown;
321
331
  static ngAcceptInputType_feedback: unknown;
@@ -2,6 +2,7 @@ import { ChangeDetectorRef, ElementRef, EventEmitter, Injector, OnDestroy, OnIni
2
2
  import { ControlValueAccessor, NgControl } from '@angular/forms';
3
3
  import { Nullable } from 'primeng/ts-helpers';
4
4
  import { RadioButtonClickEvent } from './radiobutton.interface';
5
+ import { PrimeNGConfig } from 'primeng/api';
5
6
  import * as i0 from "@angular/core";
6
7
  import * as i1 from "@angular/common";
7
8
  import * as i2 from "primeng/autofocus";
@@ -23,6 +24,7 @@ export declare class RadioButton implements ControlValueAccessor, OnInit, OnDest
23
24
  cd: ChangeDetectorRef;
24
25
  private injector;
25
26
  private registry;
27
+ config: PrimeNGConfig;
26
28
  /**
27
29
  * Value of the radiobutton.
28
30
  * @group Props
@@ -48,6 +50,11 @@ export declare class RadioButton implements ControlValueAccessor, OnInit, OnDest
48
50
  * @group Props
49
51
  */
50
52
  label: string | undefined;
53
+ /**
54
+ * Specifies the input variant of the component.
55
+ * @group Props
56
+ */
57
+ variant: 'filled' | 'outlined';
51
58
  /**
52
59
  * Index of the element in tabbing order.
53
60
  * @group Props
@@ -114,7 +121,7 @@ export declare class RadioButton implements ControlValueAccessor, OnInit, OnDest
114
121
  checked: Nullable<boolean>;
115
122
  focused: Nullable<boolean>;
116
123
  control: Nullable<NgControl>;
117
- constructor(cd: ChangeDetectorRef, injector: Injector, registry: RadioControlRegistry);
124
+ constructor(cd: ChangeDetectorRef, injector: Injector, registry: RadioControlRegistry, config: PrimeNGConfig);
118
125
  ngOnInit(): void;
119
126
  handleClick(event: Event, radioButton: HTMLElement, focus: boolean): void;
120
127
  select(event: Event): void;
@@ -133,7 +140,7 @@ export declare class RadioButton implements ControlValueAccessor, OnInit, OnDest
133
140
  private checkName;
134
141
  private throwNameError;
135
142
  static ɵfac: i0.ɵɵFactoryDeclaration<RadioButton, never>;
136
- static ɵcmp: i0.ɵɵComponentDeclaration<RadioButton, "p-radioButton", never, { "value": { "alias": "value"; "required": false; }; "formControlName": { "alias": "formControlName"; "required": false; }; "name": { "alias": "name"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "label": { "alias": "label"; "required": false; }; "tabindex": { "alias": "tabindex"; "required": false; }; "inputId": { "alias": "inputId"; "required": false; }; "ariaLabelledBy": { "alias": "ariaLabelledBy"; "required": false; }; "ariaLabel": { "alias": "ariaLabel"; "required": false; }; "style": { "alias": "style"; "required": false; }; "styleClass": { "alias": "styleClass"; "required": false; }; "labelStyleClass": { "alias": "labelStyleClass"; "required": false; }; "autofocus": { "alias": "autofocus"; "required": false; }; }, { "onClick": "onClick"; "onFocus": "onFocus"; "onBlur": "onBlur"; }, never, never, false, never>;
143
+ static ɵcmp: i0.ɵɵComponentDeclaration<RadioButton, "p-radioButton", never, { "value": { "alias": "value"; "required": false; }; "formControlName": { "alias": "formControlName"; "required": false; }; "name": { "alias": "name"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "label": { "alias": "label"; "required": false; }; "variant": { "alias": "variant"; "required": false; }; "tabindex": { "alias": "tabindex"; "required": false; }; "inputId": { "alias": "inputId"; "required": false; }; "ariaLabelledBy": { "alias": "ariaLabelledBy"; "required": false; }; "ariaLabel": { "alias": "ariaLabel"; "required": false; }; "style": { "alias": "style"; "required": false; }; "styleClass": { "alias": "styleClass"; "required": false; }; "labelStyleClass": { "alias": "labelStyleClass"; "required": false; }; "autofocus": { "alias": "autofocus"; "required": false; }; }, { "onClick": "onClick"; "onFocus": "onFocus"; "onBlur": "onBlur"; }, never, never, false, never>;
137
144
  static ngAcceptInputType_disabled: unknown;
138
145
  static ngAcceptInputType_tabindex: unknown;
139
146
  static ngAcceptInputType_autofocus: unknown;
@@ -80,7 +80,7 @@
80
80
  border-top-style: dotted;
81
81
  }
82
82
 
83
- .p-divider-dotted.p-divider-horizontal:before {
83
+ .p-divider-dotted.p-divider-vertical:before {
84
84
  border-left-style: dotted;
85
85
  }
86
86
  }
@@ -5,6 +5,14 @@
5
5
  z-index: 1;
6
6
  }
7
7
 
8
+ .p-speeddial:not(.p-speeddial-opened) {
9
+ pointer-events: none;
10
+ }
11
+
12
+ .p-speeddial:not(.p-speeddial-opened) .p-speeddial-button {
13
+ pointer-events: auto;
14
+ }
15
+
8
16
  .p-speeddial-list {
9
17
  margin: 0;
10
18
  padding: 0;
@@ -58,11 +58,13 @@
58
58
  .p-timeline-event-opposite {
59
59
  flex: 1;
60
60
  padding: 0 1rem;
61
+ min-width: 100px;
61
62
  }
62
63
 
63
64
  .p-timeline-event-content {
64
65
  flex: 1;
65
66
  padding: 0 1rem;
67
+ min-width: 100px;
66
68
  }
67
69
 
68
70
  .p-timeline-event-separator {
@@ -735,6 +735,15 @@
735
735
  .p-cascadeselect.p-invalid.p-component {
736
736
  border-color: #ef9a9a;
737
737
  }
738
+ .p-cascadeselect.p-variant-filled {
739
+ background-color: #383838;
740
+ }
741
+ .p-cascadeselect.p-variant-filled:enabled:hover {
742
+ background-color: #383838;
743
+ }
744
+ .p-cascadeselect.p-variant-filled:enabled:focus {
745
+ background-color: #383838;
746
+ }
738
747
 
739
748
  .p-cascadeselect-panel {
740
749
  background: #1e1e1e;
@@ -851,6 +860,18 @@
851
860
  background: #2396f2;
852
861
  color: #212529;
853
862
  }
863
+ .p-checkbox.p-variant-filled .p-checkbox-box {
864
+ background-color: #383838;
865
+ }
866
+ .p-checkbox.p-variant-filled .p-checkbox-box.p-highlight {
867
+ background: #64B5F6;
868
+ }
869
+ .p-checkbox.p-variant-filled:not(.p-checkbox-disabled) .p-checkbox-box:hover {
870
+ background-color: #383838;
871
+ }
872
+ .p-checkbox.p-variant-filled:not(.p-checkbox-disabled) .p-checkbox-box.p-highlight:hover {
873
+ background: #2396f2;
874
+ }
854
875
 
855
876
  p-checkbox.ng-dirty.ng-invalid > .p-checkbox > .p-checkbox-box {
856
877
  border-color: #ef9a9a;
@@ -990,6 +1011,15 @@
990
1011
  .p-dropdown.p-invalid.p-component {
991
1012
  border-color: #ef9a9a;
992
1013
  }
1014
+ .p-dropdown.p-variant-filled {
1015
+ background-color: #383838;
1016
+ }
1017
+ .p-dropdown.p-variant-filled:enabled:hover {
1018
+ background-color: #383838;
1019
+ }
1020
+ .p-dropdown.p-variant-filled:enabled:focus {
1021
+ background-color: #383838;
1022
+ }
993
1023
 
994
1024
  .p-dropdown-panel {
995
1025
  background: #1e1e1e;
@@ -1173,6 +1203,16 @@
1173
1203
  right: 0.5rem;
1174
1204
  }
1175
1205
 
1206
+ .p-inputmask.p-variant-filled {
1207
+ background-color: #383838;
1208
+ }
1209
+ .p-inputmask.p-variant-filled:enabled:hover {
1210
+ background-color: #383838;
1211
+ }
1212
+ .p-inputmask.p-variant-filled:enabled:focus {
1213
+ background-color: #383838;
1214
+ }
1215
+
1176
1216
  p-inputnumber.ng-dirty.ng-invalid > .p-inputnumber > .p-inputtext {
1177
1217
  border-color: #ef9a9a;
1178
1218
  }
@@ -1192,6 +1232,16 @@
1192
1232
  right: 2.857rem;
1193
1233
  }
1194
1234
 
1235
+ p-inputnumber.p-inputnumber.p-variant-filled > .p-inputnumber-input {
1236
+ background-color: #383838;
1237
+ }
1238
+ p-inputnumber.p-inputnumber.p-variant-filled > .p-inputnumber-input:enabled:hover {
1239
+ background-color: #383838;
1240
+ }
1241
+ p-inputnumber.p-inputnumber.p-variant-filled > .p-inputnumber-input:enabled:focus {
1242
+ background-color: #383838;
1243
+ }
1244
+
1195
1245
  .p-inputotp {
1196
1246
  display: flex;
1197
1247
  align-items: center;
@@ -1270,6 +1320,15 @@
1270
1320
  .p-inputtext.ng-dirty.ng-invalid {
1271
1321
  border-color: #ef9a9a;
1272
1322
  }
1323
+ .p-inputtext.p-variant-filled {
1324
+ background-color: #383838;
1325
+ }
1326
+ .p-inputtext.p-variant-filled:enabled:hover {
1327
+ background-color: #383838;
1328
+ }
1329
+ .p-inputtext.p-variant-filled:enabled:focus {
1330
+ background-color: #383838;
1331
+ }
1273
1332
  .p-inputtext.p-inputtext-sm {
1274
1333
  font-size: 0.875rem;
1275
1334
  padding: 0.4375rem 0.4375rem;
@@ -1486,8 +1545,17 @@
1486
1545
  border-top-right-radius: 3px;
1487
1546
  border-bottom-right-radius: 3px;
1488
1547
  }
1548
+ .p-multiselect.p-variant-filled {
1549
+ background: #383838;
1550
+ }
1551
+ .p-multiselect.p-variant-filled:not(.p-disabled):hover {
1552
+ background-color: #383838;
1553
+ }
1554
+ .p-multiselect.p-variant-filled:not(.p-disabled).p-focus {
1555
+ background-color: #383838;
1556
+ }
1489
1557
 
1490
- .p-inputwrapper-filled.p-multiselect.p-multiselect-chip .p-multiselect-label {
1558
+ .p-inputwrapper-filled .p-multiselect.p-multiselect-chip .p-multiselect-label {
1491
1559
  padding: 0.25rem 0.5rem;
1492
1560
  }
1493
1561
 
@@ -1685,6 +1753,18 @@
1685
1753
  background: #2396f2;
1686
1754
  color: #212529;
1687
1755
  }
1756
+ .p-radiobutton.p-variant-filled .p-radiobutton-box {
1757
+ background-color: #383838;
1758
+ }
1759
+ .p-radiobutton.p-variant-filled .p-radiobutton-box:not(.p-disabled):hover {
1760
+ background-color: #383838;
1761
+ }
1762
+ .p-radiobutton.p-variant-filled .p-radiobutton-box.p-highlight {
1763
+ background: #64B5F6;
1764
+ }
1765
+ .p-radiobutton.p-variant-filled .p-radiobutton-box.p-highlight:not(.p-disabled):hover {
1766
+ background: #2396f2;
1767
+ }
1688
1768
 
1689
1769
  p-radiobutton.ng-dirty.ng-invalid > .p-radiobutton > .p-radiobutton-box {
1690
1770
  border-color: #ef9a9a;
@@ -1799,9 +1879,12 @@
1799
1879
  margin-left: -0.5715rem;
1800
1880
  }
1801
1881
  .p-slider.p-slider-vertical {
1882
+ height: 100%;
1802
1883
  width: 0.286rem;
1803
1884
  }
1804
1885
  .p-slider.p-slider-vertical .p-slider-handle {
1886
+ height: 1.143rem;
1887
+ width: 1.143rem;
1805
1888
  margin-left: -0.5715rem;
1806
1889
  margin-bottom: -0.5715rem;
1807
1890
  }
@@ -1916,6 +1999,15 @@
1916
1999
  border-top-right-radius: 3px;
1917
2000
  border-bottom-right-radius: 3px;
1918
2001
  }
2002
+ .p-treeselect.p-variant-filled {
2003
+ background-color: #383838;
2004
+ }
2005
+ .p-treeselect.p-variant-filled:enabled:hover {
2006
+ background-color: #383838;
2007
+ }
2008
+ .p-treeselect.p-variant-filled:enabled:focus {
2009
+ background-color: #383838;
2010
+ }
1919
2011
 
1920
2012
  p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
1921
2013
  border-color: #ef9a9a;
@@ -3419,6 +3511,18 @@
3419
3511
  .p-tree .p-tree-container .p-treenode .p-treenode-content .p-checkbox .p-indeterminate .p-checkbox-icon {
3420
3512
  color: rgba(255, 255, 255, 0.87);
3421
3513
  }
3514
+ .p-tree .p-tree-container .p-treenode .p-treenode-content .p-checkbox.p-variant-filled .p-checkbox-box {
3515
+ background-color: #383838;
3516
+ }
3517
+ .p-tree .p-tree-container .p-treenode .p-treenode-content .p-checkbox.p-variant-filled .p-checkbox-box.p-highlight {
3518
+ background: #64B5F6;
3519
+ }
3520
+ .p-tree .p-tree-container .p-treenode .p-treenode-content .p-checkbox.p-variant-filled:not(.p-disabled) .p-checkbox-box:hover {
3521
+ background-color: #383838;
3522
+ }
3523
+ .p-tree .p-tree-container .p-treenode .p-treenode-content .p-checkbox.p-variant-filled:not(.p-disabled) .p-checkbox-box.p-highlight:hover {
3524
+ background: #2396f2;
3525
+ }
3422
3526
  .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight {
3423
3527
  background: rgba(100, 181, 246, 0.16);
3424
3528
  color: rgba(255, 255, 255, 0.87);
@@ -3616,6 +3720,18 @@
3616
3720
  .p-treetable .p-treetable-tbody > tr > td p-treetablecheckbox .p-checkbox .p-indeterminate .p-checkbox-icon {
3617
3721
  color: rgba(255, 255, 255, 0.87);
3618
3722
  }
3723
+ .p-treetable .p-treetable-tbody > tr > td p-treetablecheckbox .p-checkbox.p-variant-filled .p-checkbox-box {
3724
+ background-color: #383838;
3725
+ }
3726
+ .p-treetable .p-treetable-tbody > tr > td p-treetablecheckbox .p-checkbox.p-variant-filled .p-checkbox-box.p-highlight {
3727
+ background: #64B5F6;
3728
+ }
3729
+ .p-treetable .p-treetable-tbody > tr > td p-treetablecheckbox .p-checkbox.p-variant-filled:not(.p-disabled) .p-checkbox-box:hover {
3730
+ background-color: #383838;
3731
+ }
3732
+ .p-treetable .p-treetable-tbody > tr > td p-treetablecheckbox .p-checkbox.p-variant-filled:not(.p-disabled) .p-checkbox-box.p-highlight:hover {
3733
+ background: #2396f2;
3734
+ }
3619
3735
  .p-treetable .p-treetable-tbody > tr:focus-visible {
3620
3736
  outline: 0.15rem solid #93cbf9;
3621
3737
  outline-offset: -0.15rem;
@@ -735,6 +735,15 @@
735
735
  .p-cascadeselect.p-invalid.p-component {
736
736
  border-color: #ef9a9a;
737
737
  }
738
+ .p-cascadeselect.p-variant-filled {
739
+ background-color: #383838;
740
+ }
741
+ .p-cascadeselect.p-variant-filled:enabled:hover {
742
+ background-color: #383838;
743
+ }
744
+ .p-cascadeselect.p-variant-filled:enabled:focus {
745
+ background-color: #383838;
746
+ }
738
747
 
739
748
  .p-cascadeselect-panel {
740
749
  background: #1e1e1e;
@@ -851,6 +860,18 @@
851
860
  background: #54b358;
852
861
  color: #212529;
853
862
  }
863
+ .p-checkbox.p-variant-filled .p-checkbox-box {
864
+ background-color: #383838;
865
+ }
866
+ .p-checkbox.p-variant-filled .p-checkbox-box.p-highlight {
867
+ background: #81C784;
868
+ }
869
+ .p-checkbox.p-variant-filled:not(.p-checkbox-disabled) .p-checkbox-box:hover {
870
+ background-color: #383838;
871
+ }
872
+ .p-checkbox.p-variant-filled:not(.p-checkbox-disabled) .p-checkbox-box.p-highlight:hover {
873
+ background: #54b358;
874
+ }
854
875
 
855
876
  p-checkbox.ng-dirty.ng-invalid > .p-checkbox > .p-checkbox-box {
856
877
  border-color: #ef9a9a;
@@ -990,6 +1011,15 @@
990
1011
  .p-dropdown.p-invalid.p-component {
991
1012
  border-color: #ef9a9a;
992
1013
  }
1014
+ .p-dropdown.p-variant-filled {
1015
+ background-color: #383838;
1016
+ }
1017
+ .p-dropdown.p-variant-filled:enabled:hover {
1018
+ background-color: #383838;
1019
+ }
1020
+ .p-dropdown.p-variant-filled:enabled:focus {
1021
+ background-color: #383838;
1022
+ }
993
1023
 
994
1024
  .p-dropdown-panel {
995
1025
  background: #1e1e1e;
@@ -1173,6 +1203,16 @@
1173
1203
  right: 0.5rem;
1174
1204
  }
1175
1205
 
1206
+ .p-inputmask.p-variant-filled {
1207
+ background-color: #383838;
1208
+ }
1209
+ .p-inputmask.p-variant-filled:enabled:hover {
1210
+ background-color: #383838;
1211
+ }
1212
+ .p-inputmask.p-variant-filled:enabled:focus {
1213
+ background-color: #383838;
1214
+ }
1215
+
1176
1216
  p-inputnumber.ng-dirty.ng-invalid > .p-inputnumber > .p-inputtext {
1177
1217
  border-color: #ef9a9a;
1178
1218
  }
@@ -1192,6 +1232,16 @@
1192
1232
  right: 2.857rem;
1193
1233
  }
1194
1234
 
1235
+ p-inputnumber.p-inputnumber.p-variant-filled > .p-inputnumber-input {
1236
+ background-color: #383838;
1237
+ }
1238
+ p-inputnumber.p-inputnumber.p-variant-filled > .p-inputnumber-input:enabled:hover {
1239
+ background-color: #383838;
1240
+ }
1241
+ p-inputnumber.p-inputnumber.p-variant-filled > .p-inputnumber-input:enabled:focus {
1242
+ background-color: #383838;
1243
+ }
1244
+
1195
1245
  .p-inputotp {
1196
1246
  display: flex;
1197
1247
  align-items: center;
@@ -1270,6 +1320,15 @@
1270
1320
  .p-inputtext.ng-dirty.ng-invalid {
1271
1321
  border-color: #ef9a9a;
1272
1322
  }
1323
+ .p-inputtext.p-variant-filled {
1324
+ background-color: #383838;
1325
+ }
1326
+ .p-inputtext.p-variant-filled:enabled:hover {
1327
+ background-color: #383838;
1328
+ }
1329
+ .p-inputtext.p-variant-filled:enabled:focus {
1330
+ background-color: #383838;
1331
+ }
1273
1332
  .p-inputtext.p-inputtext-sm {
1274
1333
  font-size: 0.875rem;
1275
1334
  padding: 0.4375rem 0.4375rem;
@@ -1486,8 +1545,17 @@
1486
1545
  border-top-right-radius: 3px;
1487
1546
  border-bottom-right-radius: 3px;
1488
1547
  }
1548
+ .p-multiselect.p-variant-filled {
1549
+ background: #383838;
1550
+ }
1551
+ .p-multiselect.p-variant-filled:not(.p-disabled):hover {
1552
+ background-color: #383838;
1553
+ }
1554
+ .p-multiselect.p-variant-filled:not(.p-disabled).p-focus {
1555
+ background-color: #383838;
1556
+ }
1489
1557
 
1490
- .p-inputwrapper-filled.p-multiselect.p-multiselect-chip .p-multiselect-label {
1558
+ .p-inputwrapper-filled .p-multiselect.p-multiselect-chip .p-multiselect-label {
1491
1559
  padding: 0.25rem 0.5rem;
1492
1560
  }
1493
1561
 
@@ -1685,6 +1753,18 @@
1685
1753
  background: #54b358;
1686
1754
  color: #212529;
1687
1755
  }
1756
+ .p-radiobutton.p-variant-filled .p-radiobutton-box {
1757
+ background-color: #383838;
1758
+ }
1759
+ .p-radiobutton.p-variant-filled .p-radiobutton-box:not(.p-disabled):hover {
1760
+ background-color: #383838;
1761
+ }
1762
+ .p-radiobutton.p-variant-filled .p-radiobutton-box.p-highlight {
1763
+ background: #81C784;
1764
+ }
1765
+ .p-radiobutton.p-variant-filled .p-radiobutton-box.p-highlight:not(.p-disabled):hover {
1766
+ background: #54b358;
1767
+ }
1688
1768
 
1689
1769
  p-radiobutton.ng-dirty.ng-invalid > .p-radiobutton > .p-radiobutton-box {
1690
1770
  border-color: #ef9a9a;
@@ -1799,9 +1879,12 @@
1799
1879
  margin-left: -0.5715rem;
1800
1880
  }
1801
1881
  .p-slider.p-slider-vertical {
1882
+ height: 100%;
1802
1883
  width: 0.286rem;
1803
1884
  }
1804
1885
  .p-slider.p-slider-vertical .p-slider-handle {
1886
+ height: 1.143rem;
1887
+ width: 1.143rem;
1805
1888
  margin-left: -0.5715rem;
1806
1889
  margin-bottom: -0.5715rem;
1807
1890
  }
@@ -1916,6 +1999,15 @@
1916
1999
  border-top-right-radius: 3px;
1917
2000
  border-bottom-right-radius: 3px;
1918
2001
  }
2002
+ .p-treeselect.p-variant-filled {
2003
+ background-color: #383838;
2004
+ }
2005
+ .p-treeselect.p-variant-filled:enabled:hover {
2006
+ background-color: #383838;
2007
+ }
2008
+ .p-treeselect.p-variant-filled:enabled:focus {
2009
+ background-color: #383838;
2010
+ }
1919
2011
 
1920
2012
  p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
1921
2013
  border-color: #ef9a9a;
@@ -3419,6 +3511,18 @@
3419
3511
  .p-tree .p-tree-container .p-treenode .p-treenode-content .p-checkbox .p-indeterminate .p-checkbox-icon {
3420
3512
  color: rgba(255, 255, 255, 0.87);
3421
3513
  }
3514
+ .p-tree .p-tree-container .p-treenode .p-treenode-content .p-checkbox.p-variant-filled .p-checkbox-box {
3515
+ background-color: #383838;
3516
+ }
3517
+ .p-tree .p-tree-container .p-treenode .p-treenode-content .p-checkbox.p-variant-filled .p-checkbox-box.p-highlight {
3518
+ background: #81C784;
3519
+ }
3520
+ .p-tree .p-tree-container .p-treenode .p-treenode-content .p-checkbox.p-variant-filled:not(.p-disabled) .p-checkbox-box:hover {
3521
+ background-color: #383838;
3522
+ }
3523
+ .p-tree .p-tree-container .p-treenode .p-treenode-content .p-checkbox.p-variant-filled:not(.p-disabled) .p-checkbox-box.p-highlight:hover {
3524
+ background: #54b358;
3525
+ }
3422
3526
  .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight {
3423
3527
  background: rgba(129, 199, 132, 0.16);
3424
3528
  color: rgba(255, 255, 255, 0.87);
@@ -3616,6 +3720,18 @@
3616
3720
  .p-treetable .p-treetable-tbody > tr > td p-treetablecheckbox .p-checkbox .p-indeterminate .p-checkbox-icon {
3617
3721
  color: rgba(255, 255, 255, 0.87);
3618
3722
  }
3723
+ .p-treetable .p-treetable-tbody > tr > td p-treetablecheckbox .p-checkbox.p-variant-filled .p-checkbox-box {
3724
+ background-color: #383838;
3725
+ }
3726
+ .p-treetable .p-treetable-tbody > tr > td p-treetablecheckbox .p-checkbox.p-variant-filled .p-checkbox-box.p-highlight {
3727
+ background: #81C784;
3728
+ }
3729
+ .p-treetable .p-treetable-tbody > tr > td p-treetablecheckbox .p-checkbox.p-variant-filled:not(.p-disabled) .p-checkbox-box:hover {
3730
+ background-color: #383838;
3731
+ }
3732
+ .p-treetable .p-treetable-tbody > tr > td p-treetablecheckbox .p-checkbox.p-variant-filled:not(.p-disabled) .p-checkbox-box.p-highlight:hover {
3733
+ background: #54b358;
3734
+ }
3619
3735
  .p-treetable .p-treetable-tbody > tr:focus-visible {
3620
3736
  outline: 0.15rem solid #a7d8a9;
3621
3737
  outline-offset: -0.15rem;