aril 0.0.65 → 0.0.67

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 (324) hide show
  1. package/README.md +48 -48
  2. package/boot/config/apps/src/apps.service.d.ts +0 -1
  3. package/boot/config/apps/src/interfaces.d.ts +2 -1
  4. package/esm2022/boot/config/apps/src/apps.service.mjs +14 -8
  5. package/esm2022/boot/config/apps/src/interfaces.mjs +1 -2
  6. package/esm2022/boot/index.mjs +1 -1
  7. package/esm2022/boot/mfe/index.mjs +1 -1
  8. package/esm2022/boot/mfe/src/app.component.mjs +8 -1
  9. package/esm2022/boot/mfe/src/loadStyles.mjs +11 -2
  10. package/esm2022/http/lib/enums.mjs +2 -1
  11. package/esm2022/http/lib/interfaces.mjs +1 -1
  12. package/esm2022/http/src/httpClient.mjs +1 -1
  13. package/esm2022/http/src/serviceBase.mjs +7 -1
  14. package/esm2022/http/src/serviceStateMethods.mjs +22 -17
  15. package/esm2022/i18n/index.mjs +1 -1
  16. package/esm2022/i18n/src/folder-name-token.mjs +1 -1
  17. package/esm2022/i18n/src/i18n.module.mjs +1 -1
  18. package/esm2022/i18n/src/loader.mjs +1 -1
  19. package/esm2022/i18n/src/provideI18n.mjs +1 -1
  20. package/esm2022/i18n/src/provideScope.mjs +1 -1
  21. package/esm2022/keycloak/index.mjs +1 -1
  22. package/esm2022/keycloak/src/auth.guard.mjs +1 -1
  23. package/esm2022/keycloak/src/keycloak.manager.mjs +11 -8
  24. package/esm2022/public-api.mjs +1 -1
  25. package/esm2022/theme/index.mjs +1 -1
  26. package/esm2022/theme/layout/app/config/app.config.component.mjs +3 -3
  27. package/esm2022/theme/layout/app/layout/app.layout.component.mjs +5 -4
  28. package/esm2022/theme/layout/app/layout/mfe.layout.component.mjs +9 -13
  29. package/esm2022/theme/layout/app/menu/app.menu.component.mjs +26 -13
  30. package/esm2022/theme/layout/app/profileSidebar/app.profilesidebar.component.mjs +1 -2
  31. package/esm2022/theme/layout/app/sidebar/app.sidebar.component.mjs +1 -1
  32. package/esm2022/theme/layout/service/app.layout.service.mjs +3 -2
  33. package/esm2022/theme/layout/service/app.menu.service.mjs +14 -3
  34. package/esm2022/theme/layout/service/menuchangeevent.mjs +1 -1
  35. package/esm2022/ui/badge/index.mjs +1 -1
  36. package/esm2022/ui/badge/src/badge.component.mjs +3 -3
  37. package/esm2022/ui/button/index.mjs +1 -1
  38. package/esm2022/ui/button/src/split-button.component.mjs +3 -3
  39. package/esm2022/ui/calendar/index.mjs +1 -1
  40. package/esm2022/ui/calendar/src/calendar.component.mjs +2 -2
  41. package/esm2022/ui/checkbox/index.mjs +1 -1
  42. package/esm2022/ui/checkbox/src/check-box.component.mjs +3 -3
  43. package/esm2022/ui/checkbox/src/tri-state-checkbox.component.mjs +3 -3
  44. package/esm2022/ui/dxField/index.mjs +1 -1
  45. package/esm2022/ui/field/index.mjs +1 -1
  46. package/esm2022/ui/fileUpload/index.mjs +1 -1
  47. package/esm2022/ui/fileUpload/src/file-upload.component.mjs +7 -3
  48. package/esm2022/ui/form/index.mjs +1 -1
  49. package/esm2022/ui/form/src/form-submit-button.component.mjs +3 -3
  50. package/esm2022/ui/form/src/form.component.mjs +1 -1
  51. package/esm2022/ui/index.mjs +1 -1
  52. package/esm2022/ui/lib/index.mjs +1 -1
  53. package/esm2022/ui/lib/src/form/form-error-message.component.mjs +9 -9
  54. package/esm2022/ui/lib/src/form/form-error-message.directive.mjs +1 -1
  55. package/esm2022/ui/lib/src/form/form-field-builder.mjs +1 -1
  56. package/esm2022/ui/lib/src/form/form-validation.mjs +1 -1
  57. package/esm2022/ui/lib/src/grid/flex-grid.directive.mjs +1 -1
  58. package/esm2022/ui/lib/src/input/baseInput.mjs +1 -1
  59. package/esm2022/ui/lib/src/input/common-input-validators.service.mjs +1 -1
  60. package/esm2022/ui/lib/src/input/dx-input-error-message.pipe.mjs +1 -1
  61. package/esm2022/ui/lib/src/input/input-disabled.directive.mjs +1 -1
  62. package/esm2022/ui/lib/src/input/input-error-message.pipe.mjs +1 -1
  63. package/esm2022/ui/lib/src/input/input-transforms.mjs +1 -1
  64. package/esm2022/ui/lib/src/input/value-accessor.directive.mjs +1 -1
  65. package/esm2022/ui/mask/index.mjs +1 -1
  66. package/esm2022/ui/mask/src/mask.component.mjs +3 -3
  67. package/esm2022/ui/number/index.mjs +1 -1
  68. package/esm2022/ui/number/src/number.component.mjs +3 -3
  69. package/esm2022/ui/overlayPanel/index.mjs +1 -1
  70. package/esm2022/ui/overlayPanel/src/overlay-panel.component.mjs +3 -3
  71. package/esm2022/ui/panel/index.mjs +1 -1
  72. package/esm2022/ui/panel/src/panel.component.mjs +1 -1
  73. package/esm2022/ui/password/index.mjs +1 -1
  74. package/esm2022/ui/password/src/password.component.mjs +3 -3
  75. package/esm2022/ui/radioButton/index.mjs +1 -1
  76. package/esm2022/ui/radioButton/src/radio-button.component.mjs +3 -3
  77. package/esm2022/ui/selectBox/index.mjs +1 -1
  78. package/esm2022/ui/switch/index.mjs +1 -1
  79. package/esm2022/ui/switch/src/switch.component.mjs +3 -3
  80. package/esm2022/ui/table/src/i18n.mjs +1 -1
  81. package/esm2022/ui/tagBox/index.mjs +1 -1
  82. package/esm2022/ui/tagBox/src/tag-box.component.mjs +3 -3
  83. package/esm2022/ui/text/index.mjs +1 -1
  84. package/esm2022/ui/text/src/text.component.mjs +3 -3
  85. package/esm2022/ui/textArea/index.mjs +1 -1
  86. package/esm2022/ui/textArea/src/text-area.component.mjs +3 -3
  87. package/esm2022/ui/tree/index.mjs +1 -1
  88. package/esm2022/ui/tree/src/tree.component.mjs +3 -3
  89. package/esm2022/ui/treeTable/index.mjs +1 -1
  90. package/esm2022/ui/treeTable/src/tree-table.component.mjs +3 -3
  91. package/esm2022/ui/value/index.mjs +1 -1
  92. package/esm2022/util/block/index.mjs +1 -1
  93. package/esm2022/util/custom_pages/index.mjs +1 -1
  94. package/esm2022/util/index.mjs +1 -1
  95. package/esm2022/util/init-event/index.mjs +1 -1
  96. package/esm2022/util/init-event/src/init-event.directive.mjs +1 -1
  97. package/esm2022/util/lib/index.mjs +1 -1
  98. package/esm2022/util/lib/src/interfaces.mjs +1 -1
  99. package/esm2022/util/lib/src/module-router.mjs +1 -1
  100. package/esm2022/util/lib/src/types.mjs +1 -1
  101. package/esm2022/util/loaders/index.mjs +1 -1
  102. package/esm2022/util/loaders/script/script.loader.service.mjs +1 -1
  103. package/esm2022/util/loaders/style/style.loader.service.mjs +1 -1
  104. package/esm2022/util/primitive-extensions/index.mjs +1 -1
  105. package/esm2022/util/primitive-extensions/src/boolean.extensions.mjs +1 -1
  106. package/esm2022/util/primitive-extensions/src/date.extensions.mjs +1 -1
  107. package/esm2022/util/primitive-extensions/src/number.extensions.mjs +1 -1
  108. package/esm2022/util/primitive-extensions/src/string.extensions.mjs +1 -1
  109. package/esm2022/util/pub-sub/index.mjs +1 -1
  110. package/esm2022/util/unwrap/aril-util-unwrap.mjs +5 -0
  111. package/esm2022/util/unwrap/index.mjs +2 -0
  112. package/esm2022/util/unwrap/src/unwrap-tag.directive.mjs +24 -0
  113. package/fesm2022/{aril-app.component-c363Er6g.mjs → aril-app.component-dmR7mr2v.mjs} +8 -1
  114. package/fesm2022/aril-app.component-dmR7mr2v.mjs.map +1 -0
  115. package/fesm2022/aril-boot-config-apps.mjs +13 -8
  116. package/fesm2022/aril-boot-config-apps.mjs.map +1 -1
  117. package/fesm2022/{aril-boot-mfe-app.component-WWRmTfs5.mjs → aril-boot-mfe-app.component-56mRBcx9.mjs} +10 -2
  118. package/fesm2022/aril-boot-mfe-app.component-56mRBcx9.mjs.map +1 -0
  119. package/fesm2022/{aril-boot-mfe-aril-boot-mfe-PwAGdNZE.mjs → aril-boot-mfe-aril-boot-mfe-oBeQubOm.mjs} +12 -3
  120. package/fesm2022/aril-boot-mfe-aril-boot-mfe-oBeQubOm.mjs.map +1 -0
  121. package/fesm2022/aril-boot-mfe.mjs +2 -1
  122. package/fesm2022/aril-boot-mfe.mjs.map +1 -1
  123. package/fesm2022/aril-boot.mjs.map +1 -1
  124. package/fesm2022/aril-http.mjs +28 -16
  125. package/fesm2022/aril-http.mjs.map +1 -1
  126. package/fesm2022/aril-i18n.mjs.map +1 -1
  127. package/fesm2022/aril-keycloak.mjs +10 -8
  128. package/fesm2022/aril-keycloak.mjs.map +1 -1
  129. package/fesm2022/aril-theme-layout.mjs +54 -33
  130. package/fesm2022/aril-theme-layout.mjs.map +1 -1
  131. package/fesm2022/aril-theme.mjs.map +1 -1
  132. package/fesm2022/aril-ui-badge.mjs +2 -2
  133. package/fesm2022/aril-ui-badge.mjs.map +1 -1
  134. package/fesm2022/aril-ui-button.mjs +2 -2
  135. package/fesm2022/aril-ui-button.mjs.map +1 -1
  136. package/fesm2022/aril-ui-calendar.mjs +1 -1
  137. package/fesm2022/aril-ui-calendar.mjs.map +1 -1
  138. package/fesm2022/aril-ui-checkbox.mjs +4 -4
  139. package/fesm2022/aril-ui-checkbox.mjs.map +1 -1
  140. package/fesm2022/aril-ui-fileUpload.mjs +6 -2
  141. package/fesm2022/aril-ui-fileUpload.mjs.map +1 -1
  142. package/fesm2022/aril-ui-form.mjs +2 -2
  143. package/fesm2022/aril-ui-form.mjs.map +1 -1
  144. package/fesm2022/aril-ui-lib.mjs +8 -8
  145. package/fesm2022/aril-ui-lib.mjs.map +1 -1
  146. package/fesm2022/aril-ui-mask.mjs +2 -2
  147. package/fesm2022/aril-ui-mask.mjs.map +1 -1
  148. package/fesm2022/aril-ui-number.mjs +2 -2
  149. package/fesm2022/aril-ui-number.mjs.map +1 -1
  150. package/fesm2022/aril-ui-overlayPanel.mjs +2 -2
  151. package/fesm2022/aril-ui-overlayPanel.mjs.map +1 -1
  152. package/fesm2022/aril-ui-panel.mjs.map +1 -1
  153. package/fesm2022/aril-ui-password.mjs +2 -2
  154. package/fesm2022/aril-ui-password.mjs.map +1 -1
  155. package/fesm2022/aril-ui-radioButton.mjs +2 -2
  156. package/fesm2022/aril-ui-radioButton.mjs.map +1 -1
  157. package/fesm2022/aril-ui-switch.mjs +2 -2
  158. package/fesm2022/aril-ui-switch.mjs.map +1 -1
  159. package/fesm2022/aril-ui-table.mjs.map +1 -1
  160. package/fesm2022/aril-ui-tagBox.mjs +2 -2
  161. package/fesm2022/aril-ui-tagBox.mjs.map +1 -1
  162. package/fesm2022/aril-ui-text.mjs +2 -2
  163. package/fesm2022/aril-ui-text.mjs.map +1 -1
  164. package/fesm2022/aril-ui-textArea.mjs +2 -2
  165. package/fesm2022/aril-ui-textArea.mjs.map +1 -1
  166. package/fesm2022/aril-ui-tree.mjs +2 -2
  167. package/fesm2022/aril-ui-tree.mjs.map +1 -1
  168. package/fesm2022/aril-ui-treeTable.mjs +2 -2
  169. package/fesm2022/aril-ui-treeTable.mjs.map +1 -1
  170. package/fesm2022/aril-ui.mjs.map +1 -1
  171. package/fesm2022/aril-util-init-event.mjs.map +1 -1
  172. package/fesm2022/aril-util-lib.mjs.map +1 -1
  173. package/fesm2022/aril-util-loaders.mjs.map +1 -1
  174. package/fesm2022/aril-util-primitive-extensions.mjs.map +1 -1
  175. package/fesm2022/aril-util-unwrap.mjs +31 -0
  176. package/fesm2022/aril-util-unwrap.mjs.map +1 -0
  177. package/fesm2022/aril-util.mjs.map +1 -1
  178. package/fesm2022/aril.mjs +11 -3
  179. package/fesm2022/aril.mjs.map +1 -1
  180. package/http/lib/enums.d.ts +1 -0
  181. package/http/lib/interfaces.d.ts +5 -0
  182. package/keycloak/src/keycloak.manager.d.ts +3 -1
  183. package/package.json +125 -119
  184. package/styles/ui/ui.common.scss +24 -24
  185. package/theme/index.ts +1 -1
  186. package/theme/layout/app/config/app.config.component.html +142 -142
  187. package/theme/layout/app/config/app.config.component.ts +143 -143
  188. package/theme/layout/app/layout/app.layout.component.html +1 -1
  189. package/theme/layout/app/layout/app.layout.component.ts +172 -172
  190. package/theme/layout/app/layout/mfe.layout.component.d.ts +2 -3
  191. package/theme/layout/app/layout/mfe.layout.component.ts +8 -13
  192. package/theme/layout/app/menu/app.menu.component.d.ts +4 -3
  193. package/theme/layout/app/menu/app.menu.component.html +1 -1
  194. package/theme/layout/app/menu/app.menu.component.ts +19 -15
  195. package/theme/layout/app/menu/app.sub.menu.component.html +7 -13
  196. package/theme/layout/app/profileSidebar/app.profilesidebar.component.d.ts +1 -1
  197. package/theme/layout/app/profileSidebar/app.profilesidebar.component.ts +3 -3
  198. package/theme/layout/app/sidebar/app.sidebar.component.ts +44 -44
  199. package/theme/layout/ng-package.json +6 -6
  200. package/theme/layout/service/app.layout.service.d.ts +1 -0
  201. package/theme/layout/service/app.layout.service.ts +3 -1
  202. package/theme/layout/service/app.menu.service.d.ts +1 -0
  203. package/theme/layout/service/app.menu.service.ts +15 -2
  204. package/theme/layout/service/menuchangeevent.ts +4 -4
  205. package/theme/ng-package.json +6 -6
  206. package/theme/styles/layout/_animation.scss +53 -53
  207. package/theme/styles/layout/_breadcrumb.scss +21 -21
  208. package/theme/styles/layout/_config.scss +42 -42
  209. package/theme/styles/layout/_content.scss +3 -3
  210. package/theme/styles/layout/_fonts.scss +40 -40
  211. package/theme/styles/layout/_layout_dark.scss +5 -5
  212. package/theme/styles/layout/_layout_dim.scss +5 -5
  213. package/theme/styles/layout/_layout_light.scss +5 -5
  214. package/theme/styles/layout/_main.scss +28 -28
  215. package/theme/styles/layout/_profile.scss +10 -10
  216. package/theme/styles/layout/_responsive.scss +111 -111
  217. package/theme/styles/layout/_sidebar_drawer.scss +234 -234
  218. package/theme/styles/layout/_sidebar_horizontal.scss +163 -163
  219. package/theme/styles/layout/_sidebar_reveal.scss +201 -201
  220. package/theme/styles/layout/_sidebar_slim.scss +144 -144
  221. package/theme/styles/layout/_sidebar_slim_plus.scss +2 -2
  222. package/theme/styles/layout/_sidebar_vertical.scss +153 -153
  223. package/theme/styles/layout/_typography.scss +68 -68
  224. package/theme/styles/layout/_utils.scss +24 -24
  225. package/theme/styles/layout/layout.scss +24 -24
  226. package/theme/styles/layout/menutheme/_colorscheme.scss +11 -11
  227. package/theme/styles/layout/menutheme/_menutheme.scss +3 -3
  228. package/theme/styles/layout/menutheme/_transparent.scss +26 -26
  229. package/theme/styles/layout/preloading.scss +84 -84
  230. package/theme/styles/theme/base/_colors.scss +17 -17
  231. package/theme/styles/theme/base/_common.scss +76 -76
  232. package/theme/styles/theme/base/_components.scss +106 -106
  233. package/theme/styles/theme/base/_mixins.scss +337 -337
  234. package/theme/styles/theme/base/components/button/_button.scss +576 -576
  235. package/theme/styles/theme/base/components/button/_speeddial.scss +96 -96
  236. package/theme/styles/theme/base/components/button/_splitbutton.scss +348 -348
  237. package/theme/styles/theme/base/components/data/_carousel.scss +37 -37
  238. package/theme/styles/theme/base/components/data/_datatable.scss +338 -338
  239. package/theme/styles/theme/base/components/data/_dataview.scss +46 -46
  240. package/theme/styles/theme/base/components/data/_filter.scss +137 -137
  241. package/theme/styles/theme/base/components/data/_orderlist.scss +114 -114
  242. package/theme/styles/theme/base/components/data/_organizationchart.scss +50 -50
  243. package/theme/styles/theme/base/components/data/_paginator.scss +92 -92
  244. package/theme/styles/theme/base/components/data/_picklist.scss +114 -114
  245. package/theme/styles/theme/base/components/data/_timeline.scss +35 -35
  246. package/theme/styles/theme/base/components/data/_tree.scss +150 -150
  247. package/theme/styles/theme/base/components/data/_treetable.scss +255 -255
  248. package/theme/styles/theme/base/components/data/_virtualscroller.scss +28 -28
  249. package/theme/styles/theme/base/components/file/_fileupload.scss +64 -64
  250. package/theme/styles/theme/base/components/input/_autocomplete.scss +136 -136
  251. package/theme/styles/theme/base/components/input/_calendar.scss +267 -267
  252. package/theme/styles/theme/base/components/input/_cascadeselect.scss +135 -135
  253. package/theme/styles/theme/base/components/input/_checkbox.scss +94 -94
  254. package/theme/styles/theme/base/components/input/_chips.scss +65 -65
  255. package/theme/styles/theme/base/components/input/_colorpicker.scss +19 -19
  256. package/theme/styles/theme/base/components/input/_dropdown.scss +151 -151
  257. package/theme/styles/theme/base/components/input/_editor.scss +122 -122
  258. package/theme/styles/theme/base/components/input/_inputgroup.scss +75 -75
  259. package/theme/styles/theme/base/components/input/_inputmask.scss +16 -16
  260. package/theme/styles/theme/base/components/input/_inputnumber.scss +28 -28
  261. package/theme/styles/theme/base/components/input/_inputswitch.scss +60 -60
  262. package/theme/styles/theme/base/components/input/_inputtext.scss +100 -100
  263. package/theme/styles/theme/base/components/input/_listbox.scss +97 -97
  264. package/theme/styles/theme/base/components/input/_multiselect.scss +177 -177
  265. package/theme/styles/theme/base/components/input/_password.scss +52 -52
  266. package/theme/styles/theme/base/components/input/_radiobutton.scss +78 -78
  267. package/theme/styles/theme/base/components/input/_rating.scss +60 -60
  268. package/theme/styles/theme/base/components/input/_selectbutton.scss +50 -50
  269. package/theme/styles/theme/base/components/input/_slider.scss +75 -75
  270. package/theme/styles/theme/base/components/input/_togglebutton.scss +48 -48
  271. package/theme/styles/theme/base/components/input/_treeselect.scss +139 -139
  272. package/theme/styles/theme/base/components/menu/_breadcrumb.scss +42 -42
  273. package/theme/styles/theme/base/components/menu/_contextmenu.scss +39 -39
  274. package/theme/styles/theme/base/components/menu/_dock.scss +95 -95
  275. package/theme/styles/theme/base/components/menu/_megamenu.scss +55 -55
  276. package/theme/styles/theme/base/components/menu/_menu.scss +37 -37
  277. package/theme/styles/theme/base/components/menu/_menubar.scss +140 -140
  278. package/theme/styles/theme/base/components/menu/_panelmenu.scss +153 -153
  279. package/theme/styles/theme/base/components/menu/_slidemenu.scss +59 -59
  280. package/theme/styles/theme/base/components/menu/_steps.scss +56 -56
  281. package/theme/styles/theme/base/components/menu/_tabmenu.scss +73 -73
  282. package/theme/styles/theme/base/components/menu/_tieredmenu.scss +43 -43
  283. package/theme/styles/theme/base/components/messages/_inlinemessage.scss +69 -69
  284. package/theme/styles/theme/base/components/messages/_message.scss +107 -107
  285. package/theme/styles/theme/base/components/messages/_toast.scss +99 -99
  286. package/theme/styles/theme/base/components/misc/_avatar.scss +30 -30
  287. package/theme/styles/theme/base/components/misc/_badge.scss +48 -48
  288. package/theme/styles/theme/base/components/misc/_chip.scss +42 -42
  289. package/theme/styles/theme/base/components/misc/_inplace.scss +16 -16
  290. package/theme/styles/theme/base/components/misc/_progressbar.scss +17 -17
  291. package/theme/styles/theme/base/components/misc/_scrolltop.scss +25 -25
  292. package/theme/styles/theme/base/components/misc/_skeleton.scss +8 -8
  293. package/theme/styles/theme/base/components/misc/_tag.scss +40 -40
  294. package/theme/styles/theme/base/components/misc/_terminal.scss +12 -12
  295. package/theme/styles/theme/base/components/multimedia/_galleria.scss +155 -155
  296. package/theme/styles/theme/base/components/multimedia/_image.scss +49 -49
  297. package/theme/styles/theme/base/components/overlay/_confirmpopup.scss +70 -70
  298. package/theme/styles/theme/base/components/overlay/_dialog.scss +69 -69
  299. package/theme/styles/theme/base/components/overlay/_overlaypanel.scss +62 -62
  300. package/theme/styles/theme/base/components/overlay/_sidebar.scss +27 -27
  301. package/theme/styles/theme/base/components/overlay/_tooltip.scss +33 -33
  302. package/theme/styles/theme/base/components/panel/_accordion.scss +119 -119
  303. package/theme/styles/theme/base/components/panel/_card.scss +30 -30
  304. package/theme/styles/theme/base/components/panel/_divider.scss +31 -31
  305. package/theme/styles/theme/base/components/panel/_fieldset.scss +47 -47
  306. package/theme/styles/theme/base/components/panel/_scrollpanel.scss +6 -6
  307. package/theme/styles/theme/base/components/panel/_splitter.scss +19 -19
  308. package/theme/styles/theme/base/components/panel/_tabview.scss +82 -82
  309. package/theme/styles/theme/base/components/panel/_toolbar.scss +11 -11
  310. package/theme/styles/theme/dark/_extensions.scss +134 -134
  311. package/theme/styles/theme/dark/_variables.scss +918 -918
  312. package/theme/styles/theme/dark/blue/theme.scss +14 -14
  313. package/theme/styles/theme/dark/indigo/theme.scss +14 -14
  314. package/theme/styles/theme/dark/orange/theme.scss +14 -0
  315. package/theme/styles/theme/light/_extensions.scss +116 -116
  316. package/theme/styles/theme/light/blue/theme.scss +14 -14
  317. package/theme/styles/theme/light/indigo/theme.scss +14 -14
  318. package/theme/styles/theme/light/orange/theme.scss +14 -0
  319. package/ui/fileUpload/src/file-upload.component.d.ts +3 -1
  320. package/util/unwrap/index.d.ts +1 -0
  321. package/util/unwrap/src/unwrap-tag.directive.d.ts +9 -0
  322. package/fesm2022/aril-app.component-c363Er6g.mjs.map +0 -1
  323. package/fesm2022/aril-boot-mfe-app.component-WWRmTfs5.mjs.map +0 -1
  324. package/fesm2022/aril-boot-mfe-aril-boot-mfe-PwAGdNZE.mjs.map +0 -1
@@ -1,151 +1,151 @@
1
- .p-dropdown {
2
- background: $inputBg;
3
- border: $inputBorder;
4
- transition: $formElementTransition;
5
- border-radius: $borderRadius;
6
-
7
- &:not(.p-disabled):hover {
8
- border-color: $inputHoverBorderColor;
9
- }
10
-
11
- &:not(.p-disabled).p-focus {
12
- @include focused-input();
13
- }
14
-
15
- &.p-dropdown-clearable {
16
- .p-dropdown-label {
17
- padding-right: nth($inputPadding, 2) + $primeIconFontSize;
18
- }
19
- }
20
-
21
- .p-dropdown-label {
22
- background: transparent;
23
- border: 0 none;
24
-
25
- &.p-placeholder {
26
- color: $inputPlaceholderTextColor;
27
- }
28
-
29
- &:focus,
30
- &:enabled:focus {
31
- outline: 0 none;
32
- box-shadow: none;
33
- }
34
- }
35
-
36
- .p-dropdown-trigger {
37
- background: transparent;
38
- color: $inputIconColor;
39
- width: $inputGroupAddOnMinWidth;
40
- border-top-right-radius: $borderRadius;
41
- border-bottom-right-radius: $borderRadius;
42
- }
43
-
44
- .p-dropdown-clear-icon {
45
- color: $inputIconColor;
46
- right: $inputGroupAddOnMinWidth;
47
- }
48
-
49
- &.p-invalid.p-component {
50
- @include invalid-input();
51
- }
52
- }
53
-
54
- .p-dropdown-panel {
55
- background: $inputOverlayBg;
56
- color: $inputListTextColor;
57
- border: $inputOverlayBorder;
58
- border-radius: $borderRadius;
59
- box-shadow: $inputOverlayShadow;
60
-
61
- .p-dropdown-header {
62
- padding: $inputListHeaderPadding;
63
- border-bottom: $inputListHeaderBorder;
64
- color: $inputListHeaderTextColor;
65
- background: $inputOverlayHeaderBg;
66
- margin: $inputListHeaderMargin;
67
- border-top-right-radius: $borderRadius;
68
- border-top-left-radius: $borderRadius;
69
-
70
- .p-dropdown-filter {
71
- padding-right: nth($inputPadding, 2) + $primeIconFontSize;
72
- margin-right: -1 * (nth($inputPadding, 2) + $primeIconFontSize);
73
- }
74
-
75
- .p-dropdown-filter-icon {
76
- right: nth($inputPadding, 2);
77
- color: $inputIconColor;
78
- }
79
- }
80
-
81
- .p-dropdown-items {
82
- padding: $inputListPadding;
83
-
84
- .p-dropdown-item {
85
- margin: $inputListItemMargin;
86
- padding: $inputListItemPadding;
87
- border: $inputListItemBorder;
88
- color: $inputListItemTextColor;
89
- background: $inputListItemBg;
90
- transition: $listItemTransition;
91
- border-radius: $inputListItemBorderRadius;
92
-
93
- &.p-highlight {
94
- color: $highlightTextColor;
95
- background: $highlightBg;
96
-
97
- &.p-focus {
98
- background: $highlightFocusBg;
99
- }
100
- }
101
-
102
- &:not(.p-highlight):not(.p-disabled) {
103
- &.p-focus {
104
- color: $inputListItemTextFocusColor;
105
- background: $inputListItemFocusBg;
106
- }
107
-
108
- &:hover {
109
- color: $inputListItemTextHoverColor;
110
- background: $inputListItemHoverBg;
111
- }
112
- }
113
- }
114
-
115
- .p-dropdown-item-group {
116
- margin: $submenuHeaderMargin;
117
- padding: $submenuHeaderPadding;
118
- color: $submenuHeaderTextColor;
119
- background: $submenuHeaderBg;
120
- font-weight: $submenuHeaderFontWeight;
121
- }
122
-
123
- .p-dropdown-empty-message {
124
- padding: $inputListItemPadding;
125
- color: $inputListItemTextColor;
126
- background: $inputListItemBg;
127
- }
128
- }
129
- }
130
-
131
- .p-input-filled {
132
- .p-dropdown {
133
- background: $inputFilledBg;
134
-
135
- &:not(.p-disabled):hover {
136
- background-color: $inputFilledHoverBg;
137
- }
138
-
139
- &:not(.p-disabled).p-focus {
140
- background-color: $inputFilledFocusBg;
141
-
142
- .p-inputtext {
143
- background-color: transparent;
144
- }
145
- }
146
- }
147
- }
148
-
149
- p-dropdown.ng-dirty.ng-invalid > .p-dropdown {
150
- @include invalid-input();
151
- }
1
+ .p-dropdown {
2
+ background: $inputBg;
3
+ border: $inputBorder;
4
+ transition: $formElementTransition;
5
+ border-radius: $borderRadius;
6
+
7
+ &:not(.p-disabled):hover {
8
+ border-color: $inputHoverBorderColor;
9
+ }
10
+
11
+ &:not(.p-disabled).p-focus {
12
+ @include focused-input();
13
+ }
14
+
15
+ &.p-dropdown-clearable {
16
+ .p-dropdown-label {
17
+ padding-right: nth($inputPadding, 2) + $primeIconFontSize;
18
+ }
19
+ }
20
+
21
+ .p-dropdown-label {
22
+ background: transparent;
23
+ border: 0 none;
24
+
25
+ &.p-placeholder {
26
+ color: $inputPlaceholderTextColor;
27
+ }
28
+
29
+ &:focus,
30
+ &:enabled:focus {
31
+ outline: 0 none;
32
+ box-shadow: none;
33
+ }
34
+ }
35
+
36
+ .p-dropdown-trigger {
37
+ background: transparent;
38
+ color: $inputIconColor;
39
+ width: $inputGroupAddOnMinWidth;
40
+ border-top-right-radius: $borderRadius;
41
+ border-bottom-right-radius: $borderRadius;
42
+ }
43
+
44
+ .p-dropdown-clear-icon {
45
+ color: $inputIconColor;
46
+ right: $inputGroupAddOnMinWidth;
47
+ }
48
+
49
+ &.p-invalid.p-component {
50
+ @include invalid-input();
51
+ }
52
+ }
53
+
54
+ .p-dropdown-panel {
55
+ background: $inputOverlayBg;
56
+ color: $inputListTextColor;
57
+ border: $inputOverlayBorder;
58
+ border-radius: $borderRadius;
59
+ box-shadow: $inputOverlayShadow;
60
+
61
+ .p-dropdown-header {
62
+ padding: $inputListHeaderPadding;
63
+ border-bottom: $inputListHeaderBorder;
64
+ color: $inputListHeaderTextColor;
65
+ background: $inputOverlayHeaderBg;
66
+ margin: $inputListHeaderMargin;
67
+ border-top-right-radius: $borderRadius;
68
+ border-top-left-radius: $borderRadius;
69
+
70
+ .p-dropdown-filter {
71
+ padding-right: nth($inputPadding, 2) + $primeIconFontSize;
72
+ margin-right: -1 * (nth($inputPadding, 2) + $primeIconFontSize);
73
+ }
74
+
75
+ .p-dropdown-filter-icon {
76
+ right: nth($inputPadding, 2);
77
+ color: $inputIconColor;
78
+ }
79
+ }
80
+
81
+ .p-dropdown-items {
82
+ padding: $inputListPadding;
83
+
84
+ .p-dropdown-item {
85
+ margin: $inputListItemMargin;
86
+ padding: $inputListItemPadding;
87
+ border: $inputListItemBorder;
88
+ color: $inputListItemTextColor;
89
+ background: $inputListItemBg;
90
+ transition: $listItemTransition;
91
+ border-radius: $inputListItemBorderRadius;
92
+
93
+ &.p-highlight {
94
+ color: $highlightTextColor;
95
+ background: $highlightBg;
96
+
97
+ &.p-focus {
98
+ background: $highlightFocusBg;
99
+ }
100
+ }
101
+
102
+ &:not(.p-highlight):not(.p-disabled) {
103
+ &.p-focus {
104
+ color: $inputListItemTextFocusColor;
105
+ background: $inputListItemFocusBg;
106
+ }
107
+
108
+ &:hover {
109
+ color: $inputListItemTextHoverColor;
110
+ background: $inputListItemHoverBg;
111
+ }
112
+ }
113
+ }
114
+
115
+ .p-dropdown-item-group {
116
+ margin: $submenuHeaderMargin;
117
+ padding: $submenuHeaderPadding;
118
+ color: $submenuHeaderTextColor;
119
+ background: $submenuHeaderBg;
120
+ font-weight: $submenuHeaderFontWeight;
121
+ }
122
+
123
+ .p-dropdown-empty-message {
124
+ padding: $inputListItemPadding;
125
+ color: $inputListItemTextColor;
126
+ background: $inputListItemBg;
127
+ }
128
+ }
129
+ }
130
+
131
+ .p-input-filled {
132
+ .p-dropdown {
133
+ background: $inputFilledBg;
134
+
135
+ &:not(.p-disabled):hover {
136
+ background-color: $inputFilledHoverBg;
137
+ }
138
+
139
+ &:not(.p-disabled).p-focus {
140
+ background-color: $inputFilledFocusBg;
141
+
142
+ .p-inputtext {
143
+ background-color: transparent;
144
+ }
145
+ }
146
+ }
147
+ }
148
+
149
+ p-dropdown.ng-dirty.ng-invalid > .p-dropdown {
150
+ @include invalid-input();
151
+ }
@@ -1,122 +1,122 @@
1
- .p-editor-container {
2
- .p-editor-toolbar {
3
- background: $editorToolbarBg;
4
- border-top-right-radius: $borderRadius;
5
- border-top-left-radius: $borderRadius;
6
-
7
- &.ql-snow {
8
- border: $editorToolbarBorder;
9
-
10
- .ql-stroke {
11
- stroke: $editorToolbarIconColor;
12
- }
13
-
14
- .ql-fill {
15
- fill: $editorToolbarIconColor;
16
- }
17
-
18
- .ql-picker {
19
- .ql-picker-label {
20
- border: 0 none;
21
- color: $editorToolbarIconColor;
22
-
23
- &:hover {
24
- color: $editorToolbarIconHoverColor;
25
-
26
- .ql-stroke {
27
- stroke: $editorToolbarIconHoverColor;
28
- }
29
-
30
- .ql-fill {
31
- fill: $editorToolbarIconHoverColor;
32
- }
33
- }
34
- }
35
-
36
- &.ql-expanded {
37
- .ql-picker-label {
38
- color: $editorToolbarIconHoverColor;
39
-
40
- .ql-stroke {
41
- stroke: $editorToolbarIconHoverColor;
42
- }
43
-
44
- .ql-fill {
45
- fill: $editorToolbarIconHoverColor;
46
- }
47
- }
48
-
49
- .ql-picker-options {
50
- background: $inputOverlayBg;
51
- border: $inputOverlayBorder;
52
- box-shadow: $inputOverlayShadow;
53
- border-radius: $borderRadius;
54
- padding: $inputListPadding;
55
-
56
- .ql-picker-item {
57
- color: $inputListItemTextColor;
58
-
59
- &:hover {
60
- color: $inputListItemTextHoverColor;
61
- background: $inputListItemHoverBg;
62
- }
63
- }
64
- }
65
-
66
- &:not(.ql-icon-picker) {
67
- .ql-picker-item {
68
- padding: $inputListItemPadding;
69
- }
70
- }
71
- }
72
- }
73
- }
74
- }
75
-
76
- .p-editor-content {
77
- border-bottom-right-radius: $borderRadius;
78
- border-bottom-left-radius: $borderRadius;
79
-
80
- &.ql-snow {
81
- border: $editorContentBorder;
82
- }
83
-
84
- .ql-editor {
85
- background: $inputBg;
86
- color: $inputTextColor;
87
- border-bottom-right-radius: $borderRadius;
88
- border-bottom-left-radius: $borderRadius;
89
- }
90
- }
91
-
92
- .ql-snow.ql-toolbar button:hover,
93
- .ql-snow.ql-toolbar button:focus {
94
- color: $editorToolbarIconHoverColor;
95
-
96
- .ql-stroke {
97
- stroke: $editorToolbarIconHoverColor;
98
- }
99
-
100
- .ql-fill {
101
- fill: $editorToolbarIconHoverColor;
102
- }
103
- }
104
-
105
- .ql-snow.ql-toolbar button.ql-active,
106
- .ql-snow.ql-toolbar .ql-picker-label.ql-active,
107
- .ql-snow.ql-toolbar .ql-picker-item.ql-selected {
108
- color: $editorIconActiveColor;
109
-
110
- .ql-stroke {
111
- stroke: $editorIconActiveColor;
112
- }
113
-
114
- .ql-fill {
115
- fill: $editorIconActiveColor;
116
- }
117
-
118
- .ql-picker-label {
119
- color: $editorIconActiveColor;
120
- }
121
- }
122
- }
1
+ .p-editor-container {
2
+ .p-editor-toolbar {
3
+ background: $editorToolbarBg;
4
+ border-top-right-radius: $borderRadius;
5
+ border-top-left-radius: $borderRadius;
6
+
7
+ &.ql-snow {
8
+ border: $editorToolbarBorder;
9
+
10
+ .ql-stroke {
11
+ stroke: $editorToolbarIconColor;
12
+ }
13
+
14
+ .ql-fill {
15
+ fill: $editorToolbarIconColor;
16
+ }
17
+
18
+ .ql-picker {
19
+ .ql-picker-label {
20
+ border: 0 none;
21
+ color: $editorToolbarIconColor;
22
+
23
+ &:hover {
24
+ color: $editorToolbarIconHoverColor;
25
+
26
+ .ql-stroke {
27
+ stroke: $editorToolbarIconHoverColor;
28
+ }
29
+
30
+ .ql-fill {
31
+ fill: $editorToolbarIconHoverColor;
32
+ }
33
+ }
34
+ }
35
+
36
+ &.ql-expanded {
37
+ .ql-picker-label {
38
+ color: $editorToolbarIconHoverColor;
39
+
40
+ .ql-stroke {
41
+ stroke: $editorToolbarIconHoverColor;
42
+ }
43
+
44
+ .ql-fill {
45
+ fill: $editorToolbarIconHoverColor;
46
+ }
47
+ }
48
+
49
+ .ql-picker-options {
50
+ background: $inputOverlayBg;
51
+ border: $inputOverlayBorder;
52
+ box-shadow: $inputOverlayShadow;
53
+ border-radius: $borderRadius;
54
+ padding: $inputListPadding;
55
+
56
+ .ql-picker-item {
57
+ color: $inputListItemTextColor;
58
+
59
+ &:hover {
60
+ color: $inputListItemTextHoverColor;
61
+ background: $inputListItemHoverBg;
62
+ }
63
+ }
64
+ }
65
+
66
+ &:not(.ql-icon-picker) {
67
+ .ql-picker-item {
68
+ padding: $inputListItemPadding;
69
+ }
70
+ }
71
+ }
72
+ }
73
+ }
74
+ }
75
+
76
+ .p-editor-content {
77
+ border-bottom-right-radius: $borderRadius;
78
+ border-bottom-left-radius: $borderRadius;
79
+
80
+ &.ql-snow {
81
+ border: $editorContentBorder;
82
+ }
83
+
84
+ .ql-editor {
85
+ background: $inputBg;
86
+ color: $inputTextColor;
87
+ border-bottom-right-radius: $borderRadius;
88
+ border-bottom-left-radius: $borderRadius;
89
+ }
90
+ }
91
+
92
+ .ql-snow.ql-toolbar button:hover,
93
+ .ql-snow.ql-toolbar button:focus {
94
+ color: $editorToolbarIconHoverColor;
95
+
96
+ .ql-stroke {
97
+ stroke: $editorToolbarIconHoverColor;
98
+ }
99
+
100
+ .ql-fill {
101
+ fill: $editorToolbarIconHoverColor;
102
+ }
103
+ }
104
+
105
+ .ql-snow.ql-toolbar button.ql-active,
106
+ .ql-snow.ql-toolbar .ql-picker-label.ql-active,
107
+ .ql-snow.ql-toolbar .ql-picker-item.ql-selected {
108
+ color: $editorIconActiveColor;
109
+
110
+ .ql-stroke {
111
+ stroke: $editorIconActiveColor;
112
+ }
113
+
114
+ .ql-fill {
115
+ fill: $editorIconActiveColor;
116
+ }
117
+
118
+ .ql-picker-label {
119
+ color: $editorIconActiveColor;
120
+ }
121
+ }
122
+ }
@@ -1,75 +1,75 @@
1
- .p-inputgroup-addon {
2
- background: $inputGroupBg;
3
- color: $inputGroupTextColor;
4
- border-top: $inputBorder;
5
- border-left: $inputBorder;
6
- border-bottom: $inputBorder;
7
- padding: $inputPadding;
8
- min-width: $inputGroupAddOnMinWidth;
9
-
10
- &:last-child {
11
- border-right: $inputBorder;
12
- }
13
- }
14
-
15
- .p-inputgroup {
16
- > .p-component,
17
- > .p-element,
18
- > .p-inputwrapper > .p-component > .p-inputtext,
19
- > .p-float-label > .p-component {
20
- border-radius: 0;
21
- margin: 0;
22
-
23
- + .p-inputgroup-addon {
24
- border-left: 0 none;
25
- }
26
-
27
- &:focus {
28
- z-index: 1;
29
-
30
- ~ label {
31
- z-index: 1;
32
- }
33
- }
34
- }
35
- }
36
-
37
- .p-inputgroup-addon:first-child,
38
- .p-inputgroup button:first-child,
39
- .p-inputgroup input:first-child,
40
- .p-inputgroup > .p-inputwrapper:first-child > .p-component,
41
- .p-inputgroup > .p-inputwrapper:first-child > .p-component > .p-inputtext {
42
- border-top-left-radius: $borderRadius;
43
- border-bottom-left-radius: $borderRadius;
44
- }
45
-
46
- .p-inputgroup .p-float-label:first-child input {
47
- border-top-left-radius: $borderRadius;
48
- border-bottom-left-radius: $borderRadius;
49
- }
50
-
51
- .p-inputgroup-addon:last-child,
52
- .p-inputgroup button:last-child,
53
- .p-inputgroup input:last-child,
54
- .p-inputgroup > .p-inputwrapper:last-child > .p-component,
55
- .p-inputgroup > .p-inputwrapper:last-child > .p-component > .p-inputtext {
56
- border-top-right-radius: $borderRadius;
57
- border-bottom-right-radius: $borderRadius;
58
- }
59
-
60
- .p-inputgroup .p-float-label:last-child input {
61
- border-top-right-radius: $borderRadius;
62
- border-bottom-right-radius: $borderRadius;
63
- }
64
-
65
- .p-fluid {
66
- .p-inputgroup {
67
- .p-button {
68
- width: auto;
69
-
70
- &.p-button-icon-only {
71
- width: $buttonIconOnlyWidth;
72
- }
73
- }
74
- }
75
- }
1
+ .p-inputgroup-addon {
2
+ background: $inputGroupBg;
3
+ color: $inputGroupTextColor;
4
+ border-top: $inputBorder;
5
+ border-left: $inputBorder;
6
+ border-bottom: $inputBorder;
7
+ padding: $inputPadding;
8
+ min-width: $inputGroupAddOnMinWidth;
9
+
10
+ &:last-child {
11
+ border-right: $inputBorder;
12
+ }
13
+ }
14
+
15
+ .p-inputgroup {
16
+ > .p-component,
17
+ > .p-element,
18
+ > .p-inputwrapper > .p-component > .p-inputtext,
19
+ > .p-float-label > .p-component {
20
+ border-radius: 0;
21
+ margin: 0;
22
+
23
+ + .p-inputgroup-addon {
24
+ border-left: 0 none;
25
+ }
26
+
27
+ &:focus {
28
+ z-index: 1;
29
+
30
+ ~ label {
31
+ z-index: 1;
32
+ }
33
+ }
34
+ }
35
+ }
36
+
37
+ .p-inputgroup-addon:first-child,
38
+ .p-inputgroup button:first-child,
39
+ .p-inputgroup input:first-child,
40
+ .p-inputgroup > .p-inputwrapper:first-child > .p-component,
41
+ .p-inputgroup > .p-inputwrapper:first-child > .p-component > .p-inputtext {
42
+ border-top-left-radius: $borderRadius;
43
+ border-bottom-left-radius: $borderRadius;
44
+ }
45
+
46
+ .p-inputgroup .p-float-label:first-child input {
47
+ border-top-left-radius: $borderRadius;
48
+ border-bottom-left-radius: $borderRadius;
49
+ }
50
+
51
+ .p-inputgroup-addon:last-child,
52
+ .p-inputgroup button:last-child,
53
+ .p-inputgroup input:last-child,
54
+ .p-inputgroup > .p-inputwrapper:last-child > .p-component,
55
+ .p-inputgroup > .p-inputwrapper:last-child > .p-component > .p-inputtext {
56
+ border-top-right-radius: $borderRadius;
57
+ border-bottom-right-radius: $borderRadius;
58
+ }
59
+
60
+ .p-inputgroup .p-float-label:last-child input {
61
+ border-top-right-radius: $borderRadius;
62
+ border-bottom-right-radius: $borderRadius;
63
+ }
64
+
65
+ .p-fluid {
66
+ .p-inputgroup {
67
+ .p-button {
68
+ width: auto;
69
+
70
+ &.p-button-icon-only {
71
+ width: $buttonIconOnlyWidth;
72
+ }
73
+ }
74
+ }
75
+ }