aril 0.0.21 → 0.0.22

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 (269) hide show
  1. package/README.md +48 -48
  2. package/esm2022/http/index.mjs +1 -1
  3. package/esm2022/http/lib/interfaces.mjs +1 -1
  4. package/esm2022/http/src/httpClient.mjs +1 -1
  5. package/esm2022/http/src/serviceStateMethods.mjs +1 -1
  6. package/esm2022/i18n/index.mjs +1 -1
  7. package/esm2022/theme/layout/app/breadcrumb/app.breadcrumb.component.mjs +3 -3
  8. package/esm2022/theme/layout/app/config/app.config.component.mjs +3 -3
  9. package/esm2022/theme/layout/app/layout/app.layout.component.mjs +3 -3
  10. package/esm2022/theme/layout/app/menu/app.menu.component.mjs +137 -137
  11. package/esm2022/theme/layout/app/profileSidebar/app.profilesidebar.component.mjs +3 -3
  12. package/esm2022/theme/layout/app/sidebar/app.sidebar.component.mjs +3 -3
  13. package/esm2022/theme/layout/app/topbar/app.topbar.component.mjs +3 -3
  14. package/esm2022/theme/layout/index.mjs +1 -1
  15. package/esm2022/theme/layout/service/app.menu.service.mjs +1 -1
  16. package/esm2022/theme/layout/service/menuchangeevent.mjs +1 -1
  17. package/esm2022/ui/badge/index.mjs +1 -1
  18. package/esm2022/ui/badge/src/badge.component.mjs +3 -3
  19. package/esm2022/ui/button/index.mjs +1 -1
  20. package/esm2022/ui/button/src/button.component.mjs +3 -3
  21. package/esm2022/ui/button/src/split-button.component.mjs +3 -3
  22. package/esm2022/ui/calendar/index.mjs +1 -1
  23. package/esm2022/ui/calendar/src/calendar.component.mjs +7 -6
  24. package/esm2022/ui/checkbox/index.mjs +1 -1
  25. package/esm2022/ui/checkbox/src/check-box.component.mjs +3 -3
  26. package/esm2022/ui/checkbox/src/tri-state-checkbox.component.mjs +3 -3
  27. package/esm2022/ui/dxField/index.mjs +1 -1
  28. package/esm2022/ui/dxField/src/dx-field.component.mjs +3 -3
  29. package/esm2022/ui/field/index.mjs +1 -1
  30. package/esm2022/ui/field/src/field.component.mjs +3 -3
  31. package/esm2022/ui/fileUpload/index.mjs +1 -1
  32. package/esm2022/ui/fileUpload/src/file-upload.component.mjs +3 -3
  33. package/esm2022/ui/form/index.mjs +1 -1
  34. package/esm2022/ui/form/src/form-submit-button.component.mjs +3 -3
  35. package/esm2022/ui/lib/index.mjs +1 -1
  36. package/esm2022/ui/lib/src/form/form-error-message.component.mjs +9 -9
  37. package/esm2022/ui/lib/src/form/form-error-message.directive.mjs +1 -1
  38. package/esm2022/ui/lib/src/form/form-field-builder.mjs +2 -2
  39. package/esm2022/ui/lib/src/form/form-validation.mjs +1 -1
  40. package/esm2022/ui/lib/src/grid/flex-grid.directive.mjs +1 -1
  41. package/esm2022/ui/lib/src/input/baseInput.mjs +1 -1
  42. package/esm2022/ui/lib/src/input/common-input-validators.service.mjs +1 -1
  43. package/esm2022/ui/lib/src/input/dx-input-error-message.pipe.mjs +1 -1
  44. package/esm2022/ui/lib/src/input/input-disabled.directive.mjs +1 -1
  45. package/esm2022/ui/lib/src/input/input-error-message.pipe.mjs +1 -1
  46. package/esm2022/ui/lib/src/input/input-transforms.mjs +1 -1
  47. package/esm2022/ui/lib/src/input/value-accessor.directive.mjs +1 -1
  48. package/esm2022/ui/mask/index.mjs +1 -1
  49. package/esm2022/ui/mask/src/mask.component.mjs +3 -3
  50. package/esm2022/ui/number/index.mjs +1 -1
  51. package/esm2022/ui/number/src/number.component.mjs +3 -3
  52. package/esm2022/ui/overlayPanel/index.mjs +1 -1
  53. package/esm2022/ui/overlayPanel/src/overlay-panel.component.mjs +3 -3
  54. package/esm2022/ui/panel/index.mjs +1 -1
  55. package/esm2022/ui/panel/src/panel.component.mjs +3 -3
  56. package/esm2022/ui/password/index.mjs +1 -1
  57. package/esm2022/ui/password/src/password.component.mjs +3 -3
  58. package/esm2022/ui/radioButton/index.mjs +1 -1
  59. package/esm2022/ui/radioButton/src/radio-button.component.mjs +3 -3
  60. package/esm2022/ui/selectBox/index.mjs +1 -1
  61. package/esm2022/ui/switch/index.mjs +1 -1
  62. package/esm2022/ui/switch/src/switch.component.mjs +3 -3
  63. package/esm2022/ui/table/src/i18n.mjs +1 -1
  64. package/esm2022/ui/table/src/table.component.mjs +3 -3
  65. package/esm2022/ui/tagBox/index.mjs +1 -1
  66. package/esm2022/ui/tagBox/src/tag-box.component.mjs +3 -3
  67. package/esm2022/ui/text/index.mjs +1 -1
  68. package/esm2022/ui/text/src/text.component.mjs +3 -3
  69. package/esm2022/ui/textArea/index.mjs +1 -1
  70. package/esm2022/ui/textArea/src/text-area.component.mjs +3 -3
  71. package/esm2022/ui/tree/index.mjs +1 -1
  72. package/esm2022/ui/treeTable/index.mjs +1 -1
  73. package/esm2022/ui/treeTable/src/tree-table.component.mjs +3 -3
  74. package/esm2022/ui/value/index.mjs +1 -1
  75. package/esm2022/ui/value/src/value.component.mjs +3 -3
  76. package/esm2022/util/init-event/index.mjs +1 -1
  77. package/esm2022/util/init-event/src/init-event.directive.mjs +1 -1
  78. package/esm2022/util/lib/index.mjs +1 -1
  79. package/esm2022/util/lib/src/interfaces.mjs +1 -1
  80. package/esm2022/util/lib/src/types.mjs +1 -1
  81. package/esm2022/util/primitive-extensions/index.mjs +1 -1
  82. package/esm2022/util/primitive-extensions/src/boolean.extensions.mjs +1 -1
  83. package/esm2022/util/primitive-extensions/src/number.extensions.mjs +1 -1
  84. package/esm2022/util/primitive-extensions/src/string.extensions.mjs +1 -1
  85. package/esm2022/util/pub-sub/index.mjs +1 -1
  86. package/esm2022/util/pub-sub/src/pub-sub.service.mjs +1 -1
  87. package/fesm2022/aril-http.mjs.map +1 -1
  88. package/fesm2022/aril-theme-layout.mjs +148 -148
  89. package/fesm2022/aril-theme-layout.mjs.map +1 -1
  90. package/fesm2022/aril-ui-badge.mjs +2 -2
  91. package/fesm2022/aril-ui-badge.mjs.map +1 -1
  92. package/fesm2022/aril-ui-button.mjs +4 -4
  93. package/fesm2022/aril-ui-button.mjs.map +1 -1
  94. package/fesm2022/aril-ui-calendar.mjs +6 -5
  95. package/fesm2022/aril-ui-calendar.mjs.map +1 -1
  96. package/fesm2022/aril-ui-checkbox.mjs +4 -4
  97. package/fesm2022/aril-ui-checkbox.mjs.map +1 -1
  98. package/fesm2022/aril-ui-dxField.mjs +2 -2
  99. package/fesm2022/aril-ui-dxField.mjs.map +1 -1
  100. package/fesm2022/aril-ui-field.mjs +2 -2
  101. package/fesm2022/aril-ui-field.mjs.map +1 -1
  102. package/fesm2022/aril-ui-fileUpload.mjs +2 -2
  103. package/fesm2022/aril-ui-fileUpload.mjs.map +1 -1
  104. package/fesm2022/aril-ui-form.mjs +2 -2
  105. package/fesm2022/aril-ui-form.mjs.map +1 -1
  106. package/fesm2022/aril-ui-lib.mjs +9 -9
  107. package/fesm2022/aril-ui-lib.mjs.map +1 -1
  108. package/fesm2022/aril-ui-mask.mjs +2 -2
  109. package/fesm2022/aril-ui-mask.mjs.map +1 -1
  110. package/fesm2022/aril-ui-number.mjs +2 -2
  111. package/fesm2022/aril-ui-number.mjs.map +1 -1
  112. package/fesm2022/aril-ui-overlayPanel.mjs +2 -2
  113. package/fesm2022/aril-ui-overlayPanel.mjs.map +1 -1
  114. package/fesm2022/aril-ui-panel.mjs +2 -2
  115. package/fesm2022/aril-ui-panel.mjs.map +1 -1
  116. package/fesm2022/aril-ui-password.mjs +2 -2
  117. package/fesm2022/aril-ui-password.mjs.map +1 -1
  118. package/fesm2022/aril-ui-radioButton.mjs +2 -2
  119. package/fesm2022/aril-ui-radioButton.mjs.map +1 -1
  120. package/fesm2022/aril-ui-switch.mjs +2 -2
  121. package/fesm2022/aril-ui-switch.mjs.map +1 -1
  122. package/fesm2022/aril-ui-table.mjs +2 -2
  123. package/fesm2022/aril-ui-table.mjs.map +1 -1
  124. package/fesm2022/aril-ui-tagBox.mjs +2 -2
  125. package/fesm2022/aril-ui-tagBox.mjs.map +1 -1
  126. package/fesm2022/aril-ui-text.mjs +2 -2
  127. package/fesm2022/aril-ui-text.mjs.map +1 -1
  128. package/fesm2022/aril-ui-textArea.mjs +2 -2
  129. package/fesm2022/aril-ui-textArea.mjs.map +1 -1
  130. package/fesm2022/aril-ui-treeTable.mjs +2 -2
  131. package/fesm2022/aril-ui-treeTable.mjs.map +1 -1
  132. package/fesm2022/aril-ui-value.mjs +2 -2
  133. package/fesm2022/aril-ui-value.mjs.map +1 -1
  134. package/fesm2022/aril-util-init-event.mjs.map +1 -1
  135. package/fesm2022/aril-util-lib.mjs.map +1 -1
  136. package/fesm2022/aril-util-primitive-extensions.mjs.map +1 -1
  137. package/fesm2022/aril-util-pub-sub.mjs.map +1 -1
  138. package/package.json +1 -1
  139. package/theme/layout/app/breadcrumb/app.breadcrumb.component.html +10 -10
  140. package/theme/layout/app/breadcrumb/app.breadcrumb.component.ts +50 -50
  141. package/theme/layout/app/config/app.config.component.html +142 -142
  142. package/theme/layout/app/config/app.config.component.ts +143 -143
  143. package/theme/layout/app/layout/app.layout.component.html +19 -19
  144. package/theme/layout/app/layout/app.layout.component.ts +170 -170
  145. package/theme/layout/app/menu/app.menu.component.html +9 -9
  146. package/theme/layout/app/menu/app.menu.component.ts +356 -356
  147. package/theme/layout/app/profileSidebar/app.profilesidebar.component.html +152 -152
  148. package/theme/layout/app/profileSidebar/app.profilesidebar.component.ts +24 -24
  149. package/theme/layout/app/sidebar/app.sidebar.component.html +45 -45
  150. package/theme/layout/app/sidebar/app.sidebar.component.ts +44 -44
  151. package/theme/layout/app/topbar/app.topbar.component.html +37 -37
  152. package/theme/layout/app/topbar/app.topbar.component.ts +28 -28
  153. package/theme/layout/index.ts +3 -3
  154. package/theme/layout/ng-package.json +6 -6
  155. package/theme/layout/service/app.menu.service.ts +57 -57
  156. package/theme/layout/service/menuchangeevent.ts +4 -4
  157. package/theme/styles/layout/_animation.scss +53 -53
  158. package/theme/styles/layout/_breadcrumb.scss +21 -21
  159. package/theme/styles/layout/_config.scss +42 -42
  160. package/theme/styles/layout/_content.scss +3 -3
  161. package/theme/styles/layout/_fonts.scss +40 -40
  162. package/theme/styles/layout/_layout_dark.scss +5 -5
  163. package/theme/styles/layout/_layout_dim.scss +5 -5
  164. package/theme/styles/layout/_layout_light.scss +5 -5
  165. package/theme/styles/layout/_main.scss +28 -28
  166. package/theme/styles/layout/_profile.scss +10 -10
  167. package/theme/styles/layout/_responsive.scss +111 -111
  168. package/theme/styles/layout/_sidebar_drawer.scss +234 -234
  169. package/theme/styles/layout/_sidebar_horizontal.scss +163 -163
  170. package/theme/styles/layout/_sidebar_reveal.scss +201 -201
  171. package/theme/styles/layout/_sidebar_slim.scss +144 -144
  172. package/theme/styles/layout/_sidebar_slim_plus.scss +162 -162
  173. package/theme/styles/layout/_sidebar_vertical.scss +153 -153
  174. package/theme/styles/layout/_topbar.scss +78 -78
  175. package/theme/styles/layout/_typography.scss +68 -68
  176. package/theme/styles/layout/_utils.scss +24 -24
  177. package/theme/styles/layout/layout.scss +24 -24
  178. package/theme/styles/layout/menutheme/_colorscheme.scss +11 -11
  179. package/theme/styles/layout/menutheme/_menutheme.scss +3 -3
  180. package/theme/styles/layout/menutheme/_primarycolor.scss +16 -16
  181. package/theme/styles/layout/menutheme/_transparent.scss +26 -26
  182. package/theme/styles/layout/preloading.scss +84 -84
  183. package/theme/styles/theme/base/_colors.scss +17 -17
  184. package/theme/styles/theme/base/_common.scss +76 -76
  185. package/theme/styles/theme/base/_components.scss +106 -106
  186. package/theme/styles/theme/base/_mixins.scss +337 -337
  187. package/theme/styles/theme/base/components/button/_button.scss +576 -576
  188. package/theme/styles/theme/base/components/button/_speeddial.scss +96 -96
  189. package/theme/styles/theme/base/components/button/_splitbutton.scss +348 -348
  190. package/theme/styles/theme/base/components/data/_carousel.scss +37 -37
  191. package/theme/styles/theme/base/components/data/_datatable.scss +338 -338
  192. package/theme/styles/theme/base/components/data/_dataview.scss +46 -46
  193. package/theme/styles/theme/base/components/data/_filter.scss +137 -137
  194. package/theme/styles/theme/base/components/data/_orderlist.scss +114 -114
  195. package/theme/styles/theme/base/components/data/_organizationchart.scss +50 -50
  196. package/theme/styles/theme/base/components/data/_picklist.scss +114 -114
  197. package/theme/styles/theme/base/components/data/_timeline.scss +35 -35
  198. package/theme/styles/theme/base/components/data/_tree.scss +150 -150
  199. package/theme/styles/theme/base/components/data/_treetable.scss +255 -255
  200. package/theme/styles/theme/base/components/data/_virtualscroller.scss +28 -28
  201. package/theme/styles/theme/base/components/file/_fileupload.scss +64 -64
  202. package/theme/styles/theme/base/components/input/_autocomplete.scss +136 -136
  203. package/theme/styles/theme/base/components/input/_calendar.scss +267 -267
  204. package/theme/styles/theme/base/components/input/_cascadeselect.scss +135 -135
  205. package/theme/styles/theme/base/components/input/_checkbox.scss +94 -94
  206. package/theme/styles/theme/base/components/input/_chips.scss +65 -65
  207. package/theme/styles/theme/base/components/input/_colorpicker.scss +19 -19
  208. package/theme/styles/theme/base/components/input/_dropdown.scss +151 -151
  209. package/theme/styles/theme/base/components/input/_editor.scss +122 -122
  210. package/theme/styles/theme/base/components/input/_inputgroup.scss +75 -75
  211. package/theme/styles/theme/base/components/input/_inputmask.scss +16 -16
  212. package/theme/styles/theme/base/components/input/_inputnumber.scss +28 -28
  213. package/theme/styles/theme/base/components/input/_inputswitch.scss +60 -60
  214. package/theme/styles/theme/base/components/input/_inputtext.scss +100 -100
  215. package/theme/styles/theme/base/components/input/_listbox.scss +97 -97
  216. package/theme/styles/theme/base/components/input/_multiselect.scss +177 -177
  217. package/theme/styles/theme/base/components/input/_password.scss +52 -52
  218. package/theme/styles/theme/base/components/input/_radiobutton.scss +78 -78
  219. package/theme/styles/theme/base/components/input/_rating.scss +60 -60
  220. package/theme/styles/theme/base/components/input/_selectbutton.scss +50 -50
  221. package/theme/styles/theme/base/components/input/_slider.scss +75 -75
  222. package/theme/styles/theme/base/components/input/_togglebutton.scss +48 -48
  223. package/theme/styles/theme/base/components/input/_treeselect.scss +139 -139
  224. package/theme/styles/theme/base/components/menu/_breadcrumb.scss +42 -42
  225. package/theme/styles/theme/base/components/menu/_contextmenu.scss +39 -39
  226. package/theme/styles/theme/base/components/menu/_dock.scss +95 -95
  227. package/theme/styles/theme/base/components/menu/_megamenu.scss +55 -55
  228. package/theme/styles/theme/base/components/menu/_menu.scss +37 -37
  229. package/theme/styles/theme/base/components/menu/_menubar.scss +140 -140
  230. package/theme/styles/theme/base/components/menu/_panelmenu.scss +153 -153
  231. package/theme/styles/theme/base/components/menu/_slidemenu.scss +59 -59
  232. package/theme/styles/theme/base/components/menu/_steps.scss +56 -56
  233. package/theme/styles/theme/base/components/menu/_tabmenu.scss +73 -73
  234. package/theme/styles/theme/base/components/menu/_tieredmenu.scss +43 -43
  235. package/theme/styles/theme/base/components/messages/_inlinemessage.scss +69 -69
  236. package/theme/styles/theme/base/components/messages/_message.scss +107 -107
  237. package/theme/styles/theme/base/components/messages/_toast.scss +99 -99
  238. package/theme/styles/theme/base/components/misc/_avatar.scss +30 -30
  239. package/theme/styles/theme/base/components/misc/_badge.scss +48 -48
  240. package/theme/styles/theme/base/components/misc/_chip.scss +42 -42
  241. package/theme/styles/theme/base/components/misc/_inplace.scss +16 -16
  242. package/theme/styles/theme/base/components/misc/_progressbar.scss +17 -17
  243. package/theme/styles/theme/base/components/misc/_scrolltop.scss +25 -25
  244. package/theme/styles/theme/base/components/misc/_skeleton.scss +8 -8
  245. package/theme/styles/theme/base/components/misc/_tag.scss +40 -40
  246. package/theme/styles/theme/base/components/misc/_terminal.scss +12 -12
  247. package/theme/styles/theme/base/components/multimedia/_galleria.scss +155 -155
  248. package/theme/styles/theme/base/components/multimedia/_image.scss +49 -49
  249. package/theme/styles/theme/base/components/overlay/_confirmpopup.scss +70 -70
  250. package/theme/styles/theme/base/components/overlay/_dialog.scss +69 -69
  251. package/theme/styles/theme/base/components/overlay/_overlaypanel.scss +62 -62
  252. package/theme/styles/theme/base/components/overlay/_sidebar.scss +27 -27
  253. package/theme/styles/theme/base/components/overlay/_tooltip.scss +33 -33
  254. package/theme/styles/theme/base/components/panel/_accordion.scss +119 -119
  255. package/theme/styles/theme/base/components/panel/_card.scss +30 -30
  256. package/theme/styles/theme/base/components/panel/_divider.scss +31 -31
  257. package/theme/styles/theme/base/components/panel/_fieldset.scss +47 -47
  258. package/theme/styles/theme/base/components/panel/_panel.scss +63 -63
  259. package/theme/styles/theme/base/components/panel/_scrollpanel.scss +6 -6
  260. package/theme/styles/theme/base/components/panel/_splitter.scss +19 -19
  261. package/theme/styles/theme/base/components/panel/_tabview.scss +82 -82
  262. package/theme/styles/theme/base/components/panel/_toolbar.scss +11 -11
  263. package/theme/styles/theme/dark/_extensions.scss +134 -134
  264. package/theme/styles/theme/dark/blue/theme.scss +14 -14
  265. package/theme/styles/theme/dark/indigo/theme.scss +14 -14
  266. package/theme/styles/theme/light/_extensions.scss +116 -116
  267. package/theme/styles/theme/light/blue/theme.scss +14 -14
  268. package/theme/styles/theme/light/indigo/theme.scss +14 -14
  269. package/ui/calendar/src/calendar.component.d.ts +1 -1
@@ -1,134 +1,134 @@
1
- @mixin focused-ring($ring-color) {
2
- box-shadow:
3
- 0 0 0 2px #1c2127,
4
- 0 0 0 4px $ring-color,
5
- 0 1px 2px 0 rgba(0, 0, 0, 0);
6
- }
7
-
8
- @layer primevue {
9
- .p-button-label {
10
- font-weight: 500;
11
- }
12
-
13
- .p-accordion {
14
- .p-accordion-header {
15
- .p-accordion-header-link {
16
- transition:
17
- background-color $transitionDuration,
18
- border-color $transitionDuration,
19
- box-shadow $transitionDuration;
20
- }
21
- }
22
- }
23
-
24
- .p-tabview {
25
- .p-tabview-nav {
26
- li {
27
- .p-tabview-nav-link {
28
- transition:
29
- background-color $transitionDuration,
30
- border-color $transitionDuration,
31
- box-shadow $transitionDuration;
32
- }
33
- }
34
- }
35
- }
36
-
37
- .p-carousel {
38
- .p-carousel-indicators .p-carousel-indicator.p-highlight button {
39
- background-color: $primaryColor;
40
- }
41
- }
42
-
43
- .p-galleria {
44
- .p-galleria-indicators .p-galleria-indicator.p-highlight button {
45
- background-color: $primaryColor;
46
- }
47
- }
48
-
49
- .p-button {
50
- &:focus {
51
- @include focused-ring(rgba($buttonBg, 0.7));
52
- }
53
-
54
- &.p-button-secondary:enabled:focus {
55
- @include focused-ring(rgba($secondaryButtonBg, 0.7));
56
- }
57
-
58
- &.p-button-success:enabled:focus {
59
- @include focused-ring(rgba($successButtonBg, 0.7));
60
- }
61
-
62
- &.p-button-info:enabled:focus {
63
- @include focused-ring(rgba($infoButtonBg, 0.7));
64
- }
65
-
66
- &.p-button-warning:enabled:focus {
67
- @include focused-ring(rgba($warningButtonBg, 0.7));
68
- }
69
-
70
- &.p-button-help:enabled:focus {
71
- @include focused-ring(rgba($helpButtonBg, 0.7));
72
- }
73
-
74
- &.p-button-danger:enabled:focus {
75
- @include focused-ring(rgba($dangerButtonBg, 0.7));
76
- }
77
- }
78
-
79
- .p-datatable {
80
- .p-datatable-tbody {
81
- > tr {
82
- &.p-datatable-dragpoint-top > td {
83
- box-shadow: inset 0 2px 0 0 $primaryColor;
84
- }
85
-
86
- &.p-datatable-dragpoint-bottom > td {
87
- box-shadow: inset 0 -2px 0 0 $primaryColor;
88
- }
89
- }
90
- }
91
- }
92
-
93
- .p-speeddial-item {
94
- &.p-focus > .p-speeddial-action {
95
- @include focused-ring(rgba($buttonBg, 0.7));
96
- }
97
- }
98
-
99
- .p-toast-message {
100
- backdrop-filter: blur(10px);
101
- }
102
-
103
- .p-message {
104
- .p-message-close {
105
- &:hover {
106
- background: rgba(255, 255, 255, 0.1);
107
- }
108
- }
109
- }
110
-
111
- .p-toast {
112
- .p-toast-message {
113
- .p-toast-icon-close {
114
- &:hover {
115
- background: rgba(255, 255, 255, 0.1);
116
- }
117
- }
118
- }
119
- }
120
-
121
- .p-inline-message-text {
122
- font-weight: 500;
123
- }
124
-
125
- .p-picklist-buttons .p-button,
126
- .p-orderlist-controls .p-button {
127
- transition:
128
- opacity $transitionDuration,
129
- background-color $transitionDuration,
130
- color $transitionDuration,
131
- border-color $transitionDuration,
132
- box-shadow $transitionDuration;
133
- }
134
- }
1
+ @mixin focused-ring($ring-color) {
2
+ box-shadow:
3
+ 0 0 0 2px #1c2127,
4
+ 0 0 0 4px $ring-color,
5
+ 0 1px 2px 0 rgba(0, 0, 0, 0);
6
+ }
7
+
8
+ @layer primevue {
9
+ .p-button-label {
10
+ font-weight: 500;
11
+ }
12
+
13
+ .p-accordion {
14
+ .p-accordion-header {
15
+ .p-accordion-header-link {
16
+ transition:
17
+ background-color $transitionDuration,
18
+ border-color $transitionDuration,
19
+ box-shadow $transitionDuration;
20
+ }
21
+ }
22
+ }
23
+
24
+ .p-tabview {
25
+ .p-tabview-nav {
26
+ li {
27
+ .p-tabview-nav-link {
28
+ transition:
29
+ background-color $transitionDuration,
30
+ border-color $transitionDuration,
31
+ box-shadow $transitionDuration;
32
+ }
33
+ }
34
+ }
35
+ }
36
+
37
+ .p-carousel {
38
+ .p-carousel-indicators .p-carousel-indicator.p-highlight button {
39
+ background-color: $primaryColor;
40
+ }
41
+ }
42
+
43
+ .p-galleria {
44
+ .p-galleria-indicators .p-galleria-indicator.p-highlight button {
45
+ background-color: $primaryColor;
46
+ }
47
+ }
48
+
49
+ .p-button {
50
+ &:focus {
51
+ @include focused-ring(rgba($buttonBg, 0.7));
52
+ }
53
+
54
+ &.p-button-secondary:enabled:focus {
55
+ @include focused-ring(rgba($secondaryButtonBg, 0.7));
56
+ }
57
+
58
+ &.p-button-success:enabled:focus {
59
+ @include focused-ring(rgba($successButtonBg, 0.7));
60
+ }
61
+
62
+ &.p-button-info:enabled:focus {
63
+ @include focused-ring(rgba($infoButtonBg, 0.7));
64
+ }
65
+
66
+ &.p-button-warning:enabled:focus {
67
+ @include focused-ring(rgba($warningButtonBg, 0.7));
68
+ }
69
+
70
+ &.p-button-help:enabled:focus {
71
+ @include focused-ring(rgba($helpButtonBg, 0.7));
72
+ }
73
+
74
+ &.p-button-danger:enabled:focus {
75
+ @include focused-ring(rgba($dangerButtonBg, 0.7));
76
+ }
77
+ }
78
+
79
+ .p-datatable {
80
+ .p-datatable-tbody {
81
+ > tr {
82
+ &.p-datatable-dragpoint-top > td {
83
+ box-shadow: inset 0 2px 0 0 $primaryColor;
84
+ }
85
+
86
+ &.p-datatable-dragpoint-bottom > td {
87
+ box-shadow: inset 0 -2px 0 0 $primaryColor;
88
+ }
89
+ }
90
+ }
91
+ }
92
+
93
+ .p-speeddial-item {
94
+ &.p-focus > .p-speeddial-action {
95
+ @include focused-ring(rgba($buttonBg, 0.7));
96
+ }
97
+ }
98
+
99
+ .p-toast-message {
100
+ backdrop-filter: blur(10px);
101
+ }
102
+
103
+ .p-message {
104
+ .p-message-close {
105
+ &:hover {
106
+ background: rgba(255, 255, 255, 0.1);
107
+ }
108
+ }
109
+ }
110
+
111
+ .p-toast {
112
+ .p-toast-message {
113
+ .p-toast-icon-close {
114
+ &:hover {
115
+ background: rgba(255, 255, 255, 0.1);
116
+ }
117
+ }
118
+ }
119
+ }
120
+
121
+ .p-inline-message-text {
122
+ font-weight: 500;
123
+ }
124
+
125
+ .p-picklist-buttons .p-button,
126
+ .p-orderlist-controls .p-button {
127
+ transition:
128
+ opacity $transitionDuration,
129
+ background-color $transitionDuration,
130
+ color $transitionDuration,
131
+ border-color $transitionDuration,
132
+ box-shadow $transitionDuration;
133
+ }
134
+ }
@@ -1,14 +1,14 @@
1
- $primaryColor: #818cf8 !default;
2
- $primaryLightColor: #a5b4fc !default;
3
- $primaryLighterColor: #c7d2fe !default;
4
- $primaryLightestColor: rgba(129, 140, 248, 0.2) !default;
5
- $primaryTextColor: #030712 !default;
6
- $primary500: #6366f1 !default;
7
-
8
- $highlightBg: rgba(129, 140, 248, 0.16) !default;
9
- $highlightTextColor: rgba(255, 255, 255, 0.87) !default;
10
- $highlightFocusBg: rgba($primaryColor, 0.24) !default;
11
-
12
- @import '../_variables';
13
- @import '../../base/_components';
14
- @import '../_extensions';
1
+ $primaryColor: #818cf8 !default;
2
+ $primaryLightColor: #a5b4fc !default;
3
+ $primaryLighterColor: #c7d2fe !default;
4
+ $primaryLightestColor: rgba(129, 140, 248, 0.2) !default;
5
+ $primaryTextColor: #030712 !default;
6
+ $primary500: #6366f1 !default;
7
+
8
+ $highlightBg: rgba(129, 140, 248, 0.16) !default;
9
+ $highlightTextColor: rgba(255, 255, 255, 0.87) !default;
10
+ $highlightFocusBg: rgba($primaryColor, 0.24) !default;
11
+
12
+ @import '../_variables';
13
+ @import '../../base/_components';
14
+ @import '../_extensions';
@@ -1,14 +1,14 @@
1
- $primaryColor: #818cf8 !default;
2
- $primaryLightColor: #a5b4fc !default;
3
- $primaryLighterColor: #c7d2fe !default;
4
- $primaryLightestColor: rgba(129, 140, 248, 0.2) !default;
5
- $primaryTextColor: #030712 !default;
6
- $primary500: #6366f1 !default;
7
-
8
- $highlightBg: rgba(129, 140, 248, 0.16) !default;
9
- $highlightTextColor: rgba(255, 255, 255, 0.87) !default;
10
- $highlightFocusBg: rgba($primaryColor, 0.24) !default;
11
-
12
- @import '../_variables';
13
- @import '../../base/_components';
14
- @import '../_extensions';
1
+ $primaryColor: #818cf8 !default;
2
+ $primaryLightColor: #a5b4fc !default;
3
+ $primaryLighterColor: #c7d2fe !default;
4
+ $primaryLightestColor: rgba(129, 140, 248, 0.2) !default;
5
+ $primaryTextColor: #030712 !default;
6
+ $primary500: #6366f1 !default;
7
+
8
+ $highlightBg: rgba(129, 140, 248, 0.16) !default;
9
+ $highlightTextColor: rgba(255, 255, 255, 0.87) !default;
10
+ $highlightFocusBg: rgba($primaryColor, 0.24) !default;
11
+
12
+ @import '../_variables';
13
+ @import '../../base/_components';
14
+ @import '../_extensions';
@@ -1,116 +1,116 @@
1
- @mixin focused-ring($ring-color) {
2
- box-shadow:
3
- 0 0 0 2px #ffffff,
4
- 0 0 0 4px $ring-color,
5
- 0 1px 2px 0 rgba(0, 0, 0, 1);
6
- }
7
-
8
- @layer primevue {
9
- .p-button-label {
10
- font-weight: 500;
11
- }
12
-
13
- .p-accordion {
14
- .p-accordion-header {
15
- .p-accordion-header-link {
16
- transition:
17
- background-color $transitionDuration,
18
- border-color $transitionDuration,
19
- box-shadow $transitionDuration;
20
- }
21
- }
22
- }
23
-
24
- .p-tabview {
25
- .p-tabview-nav {
26
- li {
27
- .p-tabview-nav-link {
28
- transition:
29
- background-color $transitionDuration,
30
- border-color $transitionDuration,
31
- box-shadow $transitionDuration;
32
- }
33
- }
34
- }
35
- }
36
-
37
- .p-carousel {
38
- .p-carousel-indicators .p-carousel-indicator.p-highlight button {
39
- background-color: $primaryColor;
40
- }
41
- }
42
-
43
- .p-galleria {
44
- .p-galleria-indicators .p-galleria-indicator.p-highlight button {
45
- background-color: $primaryColor;
46
- }
47
- }
48
-
49
- .p-button {
50
- &:focus {
51
- @include focused-ring(scale-color($buttonBg, $lightness: 50%));
52
- }
53
-
54
- &.p-button-secondary:enabled:focus {
55
- @include focused-ring(scale-color($secondaryButtonBg, $lightness: 50%));
56
- }
57
-
58
- &.p-button-success:enabled:focus {
59
- @include focused-ring(scale-color($successButtonBg, $lightness: 50%));
60
- }
61
-
62
- &.p-button-info:enabled:focus {
63
- @include focused-ring(scale-color($infoButtonBg, $lightness: 50%));
64
- }
65
-
66
- &.p-button-warning:enabled:focus {
67
- @include focused-ring(scale-color($warningButtonBg, $lightness: 50%));
68
- }
69
-
70
- &.p-button-help:enabled:focus {
71
- @include focused-ring(scale-color($helpButtonBg, $lightness: 50%));
72
- }
73
-
74
- &.p-button-danger:enabled:focus {
75
- @include focused-ring(scale-color($dangerButtonBg, $lightness: 50%));
76
- }
77
- }
78
-
79
- .p-datatable {
80
- .p-datatable-tbody {
81
- > tr {
82
- &.p-datatable-dragpoint-top > td {
83
- box-shadow: inset 0 2px 0 0 $primaryColor;
84
- }
85
-
86
- &.p-datatable-dragpoint-bottom > td {
87
- box-shadow: inset 0 -2px 0 0 $primaryColor;
88
- }
89
- }
90
- }
91
- }
92
-
93
- .p-speeddial-item {
94
- &.p-focus > .p-speeddial-action {
95
- @include focused-ring(scale-color($buttonBg, $lightness: 50%));
96
- }
97
- }
98
-
99
- .p-toast-message {
100
- backdrop-filter: blur(10px);
101
- }
102
-
103
- .p-inline-message-text {
104
- font-weight: 500;
105
- }
106
-
107
- .p-picklist-buttons .p-button,
108
- .p-orderlist-controls .p-button {
109
- transition:
110
- opacity $transitionDuration,
111
- background-color $transitionDuration,
112
- color $transitionDuration,
113
- border-color $transitionDuration,
114
- box-shadow $transitionDuration;
115
- }
116
- }
1
+ @mixin focused-ring($ring-color) {
2
+ box-shadow:
3
+ 0 0 0 2px #ffffff,
4
+ 0 0 0 4px $ring-color,
5
+ 0 1px 2px 0 rgba(0, 0, 0, 1);
6
+ }
7
+
8
+ @layer primevue {
9
+ .p-button-label {
10
+ font-weight: 500;
11
+ }
12
+
13
+ .p-accordion {
14
+ .p-accordion-header {
15
+ .p-accordion-header-link {
16
+ transition:
17
+ background-color $transitionDuration,
18
+ border-color $transitionDuration,
19
+ box-shadow $transitionDuration;
20
+ }
21
+ }
22
+ }
23
+
24
+ .p-tabview {
25
+ .p-tabview-nav {
26
+ li {
27
+ .p-tabview-nav-link {
28
+ transition:
29
+ background-color $transitionDuration,
30
+ border-color $transitionDuration,
31
+ box-shadow $transitionDuration;
32
+ }
33
+ }
34
+ }
35
+ }
36
+
37
+ .p-carousel {
38
+ .p-carousel-indicators .p-carousel-indicator.p-highlight button {
39
+ background-color: $primaryColor;
40
+ }
41
+ }
42
+
43
+ .p-galleria {
44
+ .p-galleria-indicators .p-galleria-indicator.p-highlight button {
45
+ background-color: $primaryColor;
46
+ }
47
+ }
48
+
49
+ .p-button {
50
+ &:focus {
51
+ @include focused-ring(scale-color($buttonBg, $lightness: 50%));
52
+ }
53
+
54
+ &.p-button-secondary:enabled:focus {
55
+ @include focused-ring(scale-color($secondaryButtonBg, $lightness: 50%));
56
+ }
57
+
58
+ &.p-button-success:enabled:focus {
59
+ @include focused-ring(scale-color($successButtonBg, $lightness: 50%));
60
+ }
61
+
62
+ &.p-button-info:enabled:focus {
63
+ @include focused-ring(scale-color($infoButtonBg, $lightness: 50%));
64
+ }
65
+
66
+ &.p-button-warning:enabled:focus {
67
+ @include focused-ring(scale-color($warningButtonBg, $lightness: 50%));
68
+ }
69
+
70
+ &.p-button-help:enabled:focus {
71
+ @include focused-ring(scale-color($helpButtonBg, $lightness: 50%));
72
+ }
73
+
74
+ &.p-button-danger:enabled:focus {
75
+ @include focused-ring(scale-color($dangerButtonBg, $lightness: 50%));
76
+ }
77
+ }
78
+
79
+ .p-datatable {
80
+ .p-datatable-tbody {
81
+ > tr {
82
+ &.p-datatable-dragpoint-top > td {
83
+ box-shadow: inset 0 2px 0 0 $primaryColor;
84
+ }
85
+
86
+ &.p-datatable-dragpoint-bottom > td {
87
+ box-shadow: inset 0 -2px 0 0 $primaryColor;
88
+ }
89
+ }
90
+ }
91
+ }
92
+
93
+ .p-speeddial-item {
94
+ &.p-focus > .p-speeddial-action {
95
+ @include focused-ring(scale-color($buttonBg, $lightness: 50%));
96
+ }
97
+ }
98
+
99
+ .p-toast-message {
100
+ backdrop-filter: blur(10px);
101
+ }
102
+
103
+ .p-inline-message-text {
104
+ font-weight: 500;
105
+ }
106
+
107
+ .p-picklist-buttons .p-button,
108
+ .p-orderlist-controls .p-button {
109
+ transition:
110
+ opacity $transitionDuration,
111
+ background-color $transitionDuration,
112
+ color $transitionDuration,
113
+ border-color $transitionDuration,
114
+ box-shadow $transitionDuration;
115
+ }
116
+ }
@@ -1,14 +1,14 @@
1
- $primaryColor: #3b82f6 !default;
2
- $primaryLightColor: #bfdbfe !default;
3
- $primaryDarkColor: #2563eb !default;
4
- $primaryDarkerColor: #1d4ed8 !default;
5
- $primaryTextColor: #ffffff !default;
6
- $primary500: #3b82f6 !default;
7
-
8
- $highlightBg: #eff6ff !default;
9
- $highlightTextColor: $primaryDarkerColor !default;
10
- $highlightFocusBg: rgba($primaryColor, 0.24) !default;
11
-
12
- @import '../_variables';
13
- @import '../../base/_components';
14
- @import '../_extensions';
1
+ $primaryColor: #3b82f6 !default;
2
+ $primaryLightColor: #bfdbfe !default;
3
+ $primaryDarkColor: #2563eb !default;
4
+ $primaryDarkerColor: #1d4ed8 !default;
5
+ $primaryTextColor: #ffffff !default;
6
+ $primary500: #3b82f6 !default;
7
+
8
+ $highlightBg: #eff6ff !default;
9
+ $highlightTextColor: $primaryDarkerColor !default;
10
+ $highlightFocusBg: rgba($primaryColor, 0.24) !default;
11
+
12
+ @import '../_variables';
13
+ @import '../../base/_components';
14
+ @import '../_extensions';
@@ -1,14 +1,14 @@
1
- $primaryColor: #6366f1 !default;
2
- $primaryLightColor: #c7d2fe !default;
3
- $primaryDarkColor: #4f46e5 !default;
4
- $primaryDarkerColor: #4338ca !default;
5
- $primaryTextColor: #ffffff !default;
6
- $primary500: #6366f1 !default;
7
-
8
- $highlightBg: #eef2ff !default;
9
- $highlightTextColor: $primaryDarkerColor !default;
10
- $highlightFocusBg: rgba($primaryColor, 0.24) !default;
11
-
12
- @import '../_variables';
13
- @import '../../base/_components';
14
- @import '../_extensions';
1
+ $primaryColor: #6366f1 !default;
2
+ $primaryLightColor: #c7d2fe !default;
3
+ $primaryDarkColor: #4f46e5 !default;
4
+ $primaryDarkerColor: #4338ca !default;
5
+ $primaryTextColor: #ffffff !default;
6
+ $primary500: #6366f1 !default;
7
+
8
+ $highlightBg: #eef2ff !default;
9
+ $highlightTextColor: $primaryDarkerColor !default;
10
+ $highlightFocusBg: rgba($primaryColor, 0.24) !default;
11
+
12
+ @import '../_variables';
13
+ @import '../../base/_components';
14
+ @import '../_extensions';
@@ -32,6 +32,6 @@ export declare class CalendarComponent extends BaseInputComponent implements OnI
32
32
  _dateFormat: import("@angular/core").Signal<"MM/yy" | "yy" | "dd/MM/yy">;
33
33
  setLocale(): void;
34
34
  static ɵfac: i0.ɵɵFactoryDeclaration<CalendarComponent, never>;
35
- static ɵcmp: i0.ɵɵComponentDeclaration<CalendarComponent, "aril-calendar[ngModel], aril-calendar[formControl], aril-calendar[formControlName]", never, { "minDate": { "alias": "minDate"; "required": false; "isSignal": true; }; "maxDate": { "alias": "maxDate"; "required": false; "isSignal": true; }; "inline": { "alias": "inline"; "required": false; "isSignal": true; }; "showIcon": { "alias": "showIcon"; "required": false; "isSignal": true; }; "showTime": { "alias": "showTime"; "required": false; "isSignal": true; }; "showWeek": { "alias": "showWeek"; "required": false; "isSignal": true; }; "showSeconds": { "alias": "showSeconds"; "required": false; "isSignal": true; }; "disabledDates": { "alias": "disabledDates"; "required": false; "isSignal": true; }; "view": { "alias": "view"; "required": false; "isSignal": true; }; "selectionMode": { "alias": "selectionMode"; "required": false; "isSignal": true; }; "tabindex": { "alias": "tabindex"; "required": false; "isSignal": true; }; }, {}, never, ["[calendarHeader]", "[calendarFooter]"], true, [{ directive: typeof i1.ValueAccessorDirective; inputs: {}; outputs: {}; }]>;
35
+ static ɵcmp: i0.ɵɵComponentDeclaration<CalendarComponent, "aril-calendar[ngModel], aril-calendar[formControl], aril-calendar[formControlName]", never, { "minDate": { "alias": "minDate"; "required": false; "isSignal": true; }; "maxDate": { "alias": "maxDate"; "required": false; "isSignal": true; }; "inline": { "alias": "inline"; "required": false; "isSignal": true; }; "showIcon": { "alias": "showIcon"; "required": false; "isSignal": true; }; "showTime": { "alias": "showTime"; "required": false; "isSignal": true; }; "showWeek": { "alias": "showWeek"; "required": false; "isSignal": true; }; "showSeconds": { "alias": "showSeconds"; "required": false; "isSignal": true; }; "disabledDates": { "alias": "disabledDates"; "required": false; "isSignal": true; }; "view": { "alias": "view"; "required": false; "isSignal": true; }; "selectionMode": { "alias": "selectionMode"; "required": false; "isSignal": true; }; "tabindex": { "alias": "tabindex"; "required": false; "isSignal": true; }; }, {}, never, ["[header]", "[footer]"], true, [{ directive: typeof i1.ValueAccessorDirective; inputs: {}; outputs: {}; }]>;
36
36
  }
37
37
  export {};