aril 0.0.7 → 0.0.9

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 (339) hide show
  1. package/README.md +48 -48
  2. package/aril-0.0.9.tgz +0 -0
  3. package/esm2022/http/index.mjs +1 -1
  4. package/esm2022/http/lib/enums.mjs +6 -6
  5. package/esm2022/http/lib/interfaces.mjs +10 -31
  6. package/esm2022/http/src/httpClient.mjs +3 -3
  7. package/esm2022/http/src/serviceBase.mjs +25 -27
  8. package/esm2022/http/src/serviceStateMethods.mjs +4 -7
  9. package/esm2022/i18n/aril-i18n.mjs +5 -0
  10. package/esm2022/i18n/index.mjs +6 -0
  11. package/esm2022/i18n/src/file-url-token.mjs +3 -0
  12. package/esm2022/i18n/src/i18n.module.mjs +17 -0
  13. package/esm2022/i18n/src/loader.mjs +20 -0
  14. package/esm2022/i18n/src/provideI18n.mjs +16 -0
  15. package/esm2022/i18n/src/provideScope.mjs +18 -0
  16. package/esm2022/public-api.mjs +2 -2
  17. package/esm2022/theme/layout/app/breadcrumb/app.breadcrumb.component.mjs +3 -3
  18. package/esm2022/theme/layout/app/config/app.config.component.mjs +12 -14
  19. package/esm2022/theme/layout/app/layout/app.layout.component.mjs +15 -9
  20. package/esm2022/theme/layout/app/menu/app.menu.component.mjs +148 -166
  21. package/esm2022/theme/layout/app/profileSidebar/app.profilesidebar.component.mjs +3 -3
  22. package/esm2022/theme/layout/app/sidebar/app.sidebar.component.mjs +4 -4
  23. package/esm2022/theme/layout/app/topbar/app.topbar.component.mjs +4 -4
  24. package/esm2022/theme/layout/index.mjs +1 -1
  25. package/esm2022/theme/layout/service/app.layout.service.mjs +10 -15
  26. package/esm2022/theme/layout/service/app.menu.service.mjs +1 -1
  27. package/esm2022/theme/layout/service/menuchangeevent.mjs +1 -1
  28. package/esm2022/ui/badge/index.mjs +1 -1
  29. package/esm2022/ui/badge/src/badge.component.mjs +3 -3
  30. package/esm2022/ui/button/index.mjs +1 -1
  31. package/esm2022/ui/button/src/button.component.mjs +4 -4
  32. package/esm2022/ui/button/src/split-button.component.mjs +3 -3
  33. package/esm2022/ui/calendar/index.mjs +1 -1
  34. package/esm2022/ui/calendar/src/calendar.component.mjs +27 -14
  35. package/esm2022/ui/checkbox/index.mjs +1 -1
  36. package/esm2022/ui/checkbox/src/check-box.component.mjs +4 -4
  37. package/esm2022/ui/checkbox/src/tri-state-checkbox.component.mjs +4 -4
  38. package/esm2022/ui/dxField/index.mjs +1 -1
  39. package/esm2022/ui/dxField/src/dx-field.component.mjs +5 -5
  40. package/esm2022/ui/field/index.mjs +1 -1
  41. package/esm2022/ui/field/src/field.component.mjs +11 -9
  42. package/esm2022/ui/fileUpload/index.mjs +1 -1
  43. package/esm2022/ui/fileUpload/src/file-upload.component.mjs +12 -12
  44. package/esm2022/ui/form/index.mjs +7 -7
  45. package/esm2022/ui/form/src/form-submit-button.component.mjs +22 -27
  46. package/esm2022/ui/form/src/form.component.mjs +2 -2
  47. package/esm2022/ui/index.mjs +2 -2
  48. package/esm2022/ui/lib/index.mjs +1 -1
  49. package/esm2022/ui/lib/src/form/form-error-message.component.mjs +9 -9
  50. package/esm2022/ui/lib/src/form/form-error-message.directive.mjs +1 -1
  51. package/esm2022/ui/lib/src/form/form-field-builder.mjs +4 -4
  52. package/esm2022/ui/lib/src/form/form-validation.mjs +3 -3
  53. package/esm2022/ui/lib/src/grid/flex-grid.directive.mjs +2 -2
  54. package/esm2022/ui/lib/src/input/baseInput.mjs +4 -4
  55. package/esm2022/ui/lib/src/input/common-input-validators.service.mjs +6 -6
  56. package/esm2022/ui/lib/src/input/dx-input-error-message.pipe.mjs +3 -3
  57. package/esm2022/ui/lib/src/input/input-disabled.directive.mjs +1 -1
  58. package/esm2022/ui/lib/src/input/input-error-message.pipe.mjs +3 -2
  59. package/esm2022/ui/lib/src/input/input-transforms.mjs +1 -1
  60. package/esm2022/ui/lib/src/input/value-accessor.directive.mjs +12 -6
  61. package/esm2022/ui/mask/index.mjs +1 -1
  62. package/esm2022/ui/mask/src/mask.component.mjs +8 -8
  63. package/esm2022/ui/number/index.mjs +1 -1
  64. package/esm2022/ui/number/src/number.component.mjs +10 -10
  65. package/esm2022/ui/overlayPanel/index.mjs +1 -1
  66. package/esm2022/ui/overlayPanel/src/overlay-panel.component.mjs +4 -7
  67. package/esm2022/ui/panel/index.mjs +1 -1
  68. package/esm2022/ui/panel/src/panel.component.mjs +3 -3
  69. package/esm2022/ui/password/index.mjs +1 -1
  70. package/esm2022/ui/password/src/password.component.mjs +7 -7
  71. package/esm2022/ui/radioButton/index.mjs +1 -1
  72. package/esm2022/ui/radioButton/src/radio-button.component.mjs +8 -8
  73. package/esm2022/ui/selectBox/index.mjs +1 -1
  74. package/esm2022/ui/selectBox/src/select-box.component.mjs +8 -8
  75. package/esm2022/ui/switch/index.mjs +1 -1
  76. package/esm2022/ui/switch/src/switch.component.mjs +7 -7
  77. package/esm2022/ui/table/index.mjs +3 -5
  78. package/esm2022/ui/table/src/i18n.mjs +53 -90
  79. package/esm2022/ui/table/src/table-column.component.mjs +4 -8
  80. package/esm2022/ui/table/src/table.component.mjs +13 -10
  81. package/esm2022/ui/tagBox/index.mjs +1 -1
  82. package/esm2022/ui/tagBox/src/tag-box.component.mjs +13 -13
  83. package/esm2022/ui/text/index.mjs +1 -1
  84. package/esm2022/ui/text/src/text.component.mjs +5 -5
  85. package/esm2022/ui/textArea/index.mjs +1 -1
  86. package/esm2022/ui/textArea/src/text-area.component.mjs +4 -4
  87. package/esm2022/ui/tree/index.mjs +1 -1
  88. package/esm2022/ui/tree/src/tree.component.mjs +5 -5
  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/ui/value/src/value.component.mjs +13 -13
  93. package/esm2022/util/index.mjs +2 -2
  94. package/esm2022/util/init-event/index.mjs +1 -1
  95. package/esm2022/util/init-event/src/init-event.directive.mjs +1 -1
  96. package/esm2022/util/lib/index.mjs +2 -1
  97. package/esm2022/util/lib/src/interfaces.mjs +1 -1
  98. package/esm2022/util/lib/src/module-router.mjs +16 -0
  99. package/esm2022/util/lib/src/types.mjs +1 -1
  100. package/esm2022/util/primitive-extensions/index.mjs +5 -5
  101. package/esm2022/util/primitive-extensions/src/boolean.extensions.mjs +1 -1
  102. package/esm2022/util/primitive-extensions/src/date.extensions.mjs +68 -47
  103. package/esm2022/util/primitive-extensions/src/number.extensions.mjs +13 -7
  104. package/esm2022/util/primitive-extensions/src/string.extensions.mjs +4 -4
  105. package/esm2022/util/pub-sub/index.mjs +1 -1
  106. package/esm2022/util/pub-sub/src/pub-sub.service.mjs +7 -5
  107. package/fesm2022/aril-http.mjs +39 -63
  108. package/fesm2022/aril-http.mjs.map +1 -1
  109. package/fesm2022/aril-i18n.mjs +72 -0
  110. package/fesm2022/aril-i18n.mjs.map +1 -0
  111. package/fesm2022/aril-theme-layout.mjs +190 -209
  112. package/fesm2022/aril-theme-layout.mjs.map +1 -1
  113. package/fesm2022/aril-ui-badge.mjs +2 -2
  114. package/fesm2022/aril-ui-badge.mjs.map +1 -1
  115. package/fesm2022/aril-ui-button.mjs +5 -5
  116. package/fesm2022/aril-ui-button.mjs.map +1 -1
  117. package/fesm2022/aril-ui-calendar.mjs +25 -12
  118. package/fesm2022/aril-ui-calendar.mjs.map +1 -1
  119. package/fesm2022/aril-ui-checkbox.mjs +5 -5
  120. package/fesm2022/aril-ui-checkbox.mjs.map +1 -1
  121. package/fesm2022/aril-ui-dxField.mjs +4 -4
  122. package/fesm2022/aril-ui-dxField.mjs.map +1 -1
  123. package/fesm2022/aril-ui-field.mjs +9 -7
  124. package/fesm2022/aril-ui-field.mjs.map +1 -1
  125. package/fesm2022/aril-ui-fileUpload.mjs +11 -11
  126. package/fesm2022/aril-ui-fileUpload.mjs.map +1 -1
  127. package/fesm2022/aril-ui-form.mjs +28 -34
  128. package/fesm2022/aril-ui-form.mjs.map +1 -1
  129. package/fesm2022/aril-ui-lib.mjs +30 -23
  130. package/fesm2022/aril-ui-lib.mjs.map +1 -1
  131. package/fesm2022/aril-ui-mask.mjs +8 -8
  132. package/fesm2022/aril-ui-mask.mjs.map +1 -1
  133. package/fesm2022/aril-ui-number.mjs +10 -10
  134. package/fesm2022/aril-ui-number.mjs.map +1 -1
  135. package/fesm2022/aril-ui-overlayPanel.mjs +2 -5
  136. package/fesm2022/aril-ui-overlayPanel.mjs.map +1 -1
  137. package/fesm2022/aril-ui-panel.mjs +2 -2
  138. package/fesm2022/aril-ui-panel.mjs.map +1 -1
  139. package/fesm2022/aril-ui-password.mjs +7 -7
  140. package/fesm2022/aril-ui-password.mjs.map +1 -1
  141. package/fesm2022/aril-ui-radioButton.mjs +7 -7
  142. package/fesm2022/aril-ui-radioButton.mjs.map +1 -1
  143. package/fesm2022/aril-ui-selectBox.mjs +5 -5
  144. package/fesm2022/aril-ui-selectBox.mjs.map +1 -1
  145. package/fesm2022/aril-ui-switch.mjs +7 -7
  146. package/fesm2022/aril-ui-switch.mjs.map +1 -1
  147. package/fesm2022/aril-ui-table.mjs +66 -105
  148. package/fesm2022/aril-ui-table.mjs.map +1 -1
  149. package/fesm2022/aril-ui-tagBox.mjs +11 -11
  150. package/fesm2022/aril-ui-tagBox.mjs.map +1 -1
  151. package/fesm2022/aril-ui-text.mjs +4 -4
  152. package/fesm2022/aril-ui-text.mjs.map +1 -1
  153. package/fesm2022/aril-ui-textArea.mjs +3 -3
  154. package/fesm2022/aril-ui-textArea.mjs.map +1 -1
  155. package/fesm2022/aril-ui-tree.mjs +3 -3
  156. package/fesm2022/aril-ui-tree.mjs.map +1 -1
  157. package/fesm2022/aril-ui-treeTable.mjs +2 -2
  158. package/fesm2022/aril-ui-treeTable.mjs.map +1 -1
  159. package/fesm2022/aril-ui-value.mjs +11 -11
  160. package/fesm2022/aril-ui-value.mjs.map +1 -1
  161. package/fesm2022/aril-ui.mjs +1 -1
  162. package/fesm2022/aril-ui.mjs.map +1 -1
  163. package/fesm2022/aril-util-init-event.mjs.map +1 -1
  164. package/fesm2022/aril-util-lib.mjs +19 -0
  165. package/fesm2022/aril-util-lib.mjs.map +1 -1
  166. package/fesm2022/aril-util-primitive-extensions.mjs +82 -55
  167. package/fesm2022/aril-util-primitive-extensions.mjs.map +1 -1
  168. package/fesm2022/aril-util-pub-sub.mjs +6 -4
  169. package/fesm2022/aril-util-pub-sub.mjs.map +1 -1
  170. package/fesm2022/aril-util.mjs +1 -1
  171. package/fesm2022/aril-util.mjs.map +1 -1
  172. package/fesm2022/aril.mjs +1 -1
  173. package/fesm2022/aril.mjs.map +1 -1
  174. package/http/lib/enums.d.ts +5 -5
  175. package/http/lib/interfaces.d.ts +9 -31
  176. package/http/src/httpClient.d.ts +3 -3
  177. package/http/src/serviceBase.d.ts +2 -1
  178. package/http/src/serviceStateMethods.d.ts +2 -3
  179. package/i18n/index.d.ts +5 -0
  180. package/i18n/src/file-url-token.d.ts +2 -0
  181. package/i18n/src/i18n.module.d.ts +7 -0
  182. package/i18n/src/loader.d.ts +9 -0
  183. package/i18n/src/provideI18n.d.ts +2 -0
  184. package/i18n/src/provideScope.d.ts +9 -0
  185. package/package.json +13 -7
  186. package/styles/ui/ui.common.scss +8 -8
  187. package/theme/layout/app/breadcrumb/app.breadcrumb.component.ts +2 -4
  188. package/theme/layout/app/config/app.config.component.html +13 -62
  189. package/theme/layout/app/config/app.config.component.ts +12 -21
  190. package/theme/layout/app/layout/app.layout.component.ts +39 -52
  191. package/theme/layout/app/menu/app.menu.component.ts +147 -121
  192. package/theme/layout/app/profileSidebar/app.profilesidebar.component.html +5 -18
  193. package/theme/layout/app/profileSidebar/app.profilesidebar.component.ts +2 -3
  194. package/theme/layout/app/sidebar/app.sidebar.component.html +9 -31
  195. package/theme/layout/app/sidebar/app.sidebar.component.ts +6 -3
  196. package/theme/layout/app/topbar/app.topbar.component.html +1 -5
  197. package/theme/layout/app/topbar/app.topbar.component.ts +4 -5
  198. package/theme/layout/index.ts +1 -1
  199. package/theme/layout/ng-package.json +6 -6
  200. package/theme/layout/service/app.layout.service.ts +12 -31
  201. package/theme/layout/service/app.menu.service.ts +0 -1
  202. package/theme/layout/service/menuchangeevent.ts +1 -1
  203. package/theme/styles/layout/_animation.scss +53 -53
  204. package/theme/styles/layout/_breadcrumb.scss +21 -21
  205. package/theme/styles/layout/_config.scss +42 -42
  206. package/theme/styles/layout/_content.scss +3 -3
  207. package/theme/styles/layout/_fonts.scss +40 -36
  208. package/theme/styles/layout/_layout_dark.scss +5 -5
  209. package/theme/styles/layout/_layout_dim.scss +5 -5
  210. package/theme/styles/layout/_layout_light.scss +5 -5
  211. package/theme/styles/layout/_main.scss +28 -28
  212. package/theme/styles/layout/_profile.scss +10 -10
  213. package/theme/styles/layout/_responsive.scss +111 -113
  214. package/theme/styles/layout/_sidebar_drawer.scss +234 -236
  215. package/theme/styles/layout/_sidebar_horizontal.scss +163 -163
  216. package/theme/styles/layout/_sidebar_reveal.scss +201 -203
  217. package/theme/styles/layout/_sidebar_slim.scss +144 -145
  218. package/theme/styles/layout/_sidebar_slim_plus.scss +162 -163
  219. package/theme/styles/layout/_sidebar_vertical.scss +153 -153
  220. package/theme/styles/layout/_topbar.scss +78 -78
  221. package/theme/styles/layout/_typography.scss +68 -63
  222. package/theme/styles/layout/_utils.scss +24 -24
  223. package/theme/styles/layout/layout.scss +24 -24
  224. package/theme/styles/layout/menutheme/_colorscheme.scss +11 -11
  225. package/theme/styles/layout/menutheme/_menutheme.scss +3 -3
  226. package/theme/styles/layout/menutheme/_primarycolor.scss +16 -16
  227. package/theme/styles/layout/menutheme/_transparent.scss +26 -26
  228. package/theme/styles/layout/preloading.scss +84 -84
  229. package/theme/styles/theme/base/_colors.scss +14 -15
  230. package/theme/styles/theme/base/_common.scss +39 -38
  231. package/theme/styles/theme/base/_components.scss +97 -97
  232. package/theme/styles/theme/base/_mixins.scss +281 -281
  233. package/theme/styles/theme/base/components/button/_button.scss +535 -535
  234. package/theme/styles/theme/base/components/button/_speeddial.scss +60 -60
  235. package/theme/styles/theme/base/components/button/_splitbutton.scss +328 -334
  236. package/theme/styles/theme/base/components/data/_carousel.scss +31 -31
  237. package/theme/styles/theme/base/components/data/_datatable.scss +336 -336
  238. package/theme/styles/theme/base/components/data/_dataview.scss +38 -38
  239. package/theme/styles/theme/base/components/data/_filter.scss +124 -125
  240. package/theme/styles/theme/base/components/data/_organizationchart.scss +48 -48
  241. package/theme/styles/theme/base/components/data/_paginator.scss +78 -78
  242. package/theme/styles/theme/base/components/data/_timeline.scss +33 -36
  243. package/theme/styles/theme/base/components/data/_treetable.scss +253 -254
  244. package/theme/styles/theme/base/components/data/_virtualscroller.scss +24 -24
  245. package/theme/styles/theme/base/components/file/_fileupload.scss +51 -51
  246. package/theme/styles/theme/base/components/input/_autocomplete.scss +120 -120
  247. package/theme/styles/theme/base/components/input/_calendar.scss +250 -250
  248. package/theme/styles/theme/base/components/input/_cascadeselect.scss +117 -118
  249. package/theme/styles/theme/base/components/input/_checkbox.scss +71 -71
  250. package/theme/styles/theme/base/components/input/_chips.scss +49 -49
  251. package/theme/styles/theme/base/components/input/_colorpicker.scss +11 -11
  252. package/theme/styles/theme/base/components/input/_dropdown.scss +141 -141
  253. package/theme/styles/theme/base/components/input/_editor.scss +120 -120
  254. package/theme/styles/theme/base/components/input/_inputgroup.scss +42 -42
  255. package/theme/styles/theme/base/components/input/_inputmask.scss +10 -10
  256. package/theme/styles/theme/base/components/input/_inputnumber.scss +21 -21
  257. package/theme/styles/theme/base/components/input/_inputswitch.scss +54 -54
  258. package/theme/styles/theme/base/components/input/_inputtext.scss +62 -62
  259. package/theme/styles/theme/base/components/input/_listbox.scss +80 -80
  260. package/theme/styles/theme/base/components/input/_multiselect.scss +158 -160
  261. package/theme/styles/theme/base/components/input/_password.scss +42 -42
  262. package/theme/styles/theme/base/components/input/_radiobutton.scss +57 -57
  263. package/theme/styles/theme/base/components/input/_rating.scss +53 -53
  264. package/theme/styles/theme/base/components/input/_selectbutton.scss +46 -46
  265. package/theme/styles/theme/base/components/input/_slider.scss +59 -55
  266. package/theme/styles/theme/base/components/input/_togglebutton.scss +44 -44
  267. package/theme/styles/theme/base/components/input/_treeselect.scss +119 -119
  268. package/theme/styles/theme/base/components/menu/_breadcrumb.scss +33 -33
  269. package/theme/styles/theme/base/components/menu/_contextmenu.scss +31 -31
  270. package/theme/styles/theme/base/components/menu/_dock.scss +80 -80
  271. package/theme/styles/theme/base/components/menu/_megamenu.scss +54 -54
  272. package/theme/styles/theme/base/components/menu/_menu.scss +30 -30
  273. package/theme/styles/theme/base/components/menu/_menubar.scss +136 -137
  274. package/theme/styles/theme/base/components/menu/_panelmenu.scss +151 -151
  275. package/theme/styles/theme/base/components/menu/_slidemenu.scss +57 -57
  276. package/theme/styles/theme/base/components/menu/_steps.scss +46 -46
  277. package/theme/styles/theme/base/components/menu/_tabmenu.scss +60 -61
  278. package/theme/styles/theme/base/components/menu/_tieredmenu.scss +34 -34
  279. package/theme/styles/theme/base/components/messages/_inlinemessage.scss +55 -55
  280. package/theme/styles/theme/base/components/messages/_message.scss +105 -105
  281. package/theme/styles/theme/base/components/messages/_toast.scss +97 -98
  282. package/theme/styles/theme/base/components/misc/_avatar.scss +22 -22
  283. package/theme/styles/theme/base/components/misc/_badge.scss +40 -40
  284. package/theme/styles/theme/base/components/misc/_chip.scss +39 -39
  285. package/theme/styles/theme/base/components/misc/_inplace.scss +12 -13
  286. package/theme/styles/theme/base/components/misc/_progressbar.scss +13 -13
  287. package/theme/styles/theme/base/components/misc/_scrolltop.scss +20 -20
  288. package/theme/styles/theme/base/components/misc/_skeleton.scss +6 -6
  289. package/theme/styles/theme/base/components/misc/_tag.scss +31 -31
  290. package/theme/styles/theme/base/components/misc/_terminal.scss +1 -1
  291. package/theme/styles/theme/base/components/multimedia/_galleria.scss +150 -150
  292. package/theme/styles/theme/base/components/multimedia/_image.scss +35 -35
  293. package/theme/styles/theme/base/components/overlay/_confirmpopup.scss +57 -59
  294. package/theme/styles/theme/base/components/overlay/_dialog.scss +56 -56
  295. package/theme/styles/theme/base/components/overlay/_overlaypanel.scss +58 -60
  296. package/theme/styles/theme/base/components/overlay/_sidebar.scss +20 -20
  297. package/theme/styles/theme/base/components/overlay/_tooltip.scss +27 -27
  298. package/theme/styles/theme/base/components/panel/_accordion.scss +104 -104
  299. package/theme/styles/theme/base/components/panel/_card.scss +23 -23
  300. package/theme/styles/theme/base/components/panel/_divider.scss +24 -24
  301. package/theme/styles/theme/base/components/panel/_fieldset.scss +38 -38
  302. package/theme/styles/theme/base/components/panel/_panel.scss +61 -61
  303. package/theme/styles/theme/base/components/panel/_scrollpanel.scss +5 -5
  304. package/theme/styles/theme/base/components/panel/_splitter.scss +15 -15
  305. package/theme/styles/theme/base/components/panel/_tabview.scss +68 -68
  306. package/theme/styles/theme/base/components/panel/_toolbar.scss +8 -8
  307. package/theme/styles/theme/dark/_extensions.scss +134 -120
  308. package/theme/styles/theme/dark/_variables.scss +918 -896
  309. package/theme/styles/theme/dark/blue/theme.scss +14 -14
  310. package/theme/styles/theme/dark/indigo/theme.scss +14 -14
  311. package/theme/styles/theme/light/_extensions.scss +116 -102
  312. package/theme/styles/theme/light/_variables.scss +911 -898
  313. package/theme/styles/theme/light/blue/theme.scss +14 -14
  314. package/theme/styles/theme/light/indigo/theme.scss +14 -14
  315. package/ui/button/src/button.component.d.ts +1 -1
  316. package/ui/calendar/src/calendar.component.d.ts +1 -1
  317. package/ui/form/index.d.ts +4 -4
  318. package/ui/form/src/form-submit-button.component.d.ts +5 -5
  319. package/ui/lib/src/form/form-validation.d.ts +1 -1
  320. package/ui/lib/src/input/baseInput.d.ts +2 -2
  321. package/ui/lib/src/input/common-input-validators.service.d.ts +3 -3
  322. package/ui/lib/src/input/dx-input-error-message.pipe.d.ts +2 -2
  323. package/ui/lib/src/input/input-transforms.d.ts +1 -1
  324. package/ui/mask/src/mask.component.d.ts +3 -3
  325. package/ui/number/src/number.component.d.ts +4 -4
  326. package/ui/overlayPanel/src/overlay-panel.component.d.ts +1 -1
  327. package/ui/password/src/password.component.d.ts +3 -3
  328. package/ui/selectBox/src/select-box.component.d.ts +2 -2
  329. package/ui/switch/src/switch.component.d.ts +3 -3
  330. package/ui/table/index.d.ts +0 -1
  331. package/ui/table/src/table-column.component.d.ts +1 -1
  332. package/ui/table/src/table.component.d.ts +4 -3
  333. package/ui/tree/src/tree.component.d.ts +1 -1
  334. package/ui/value/src/value.component.d.ts +2 -2
  335. package/util/lib/index.d.ts +1 -0
  336. package/util/lib/src/module-router.d.ts +5 -0
  337. package/util/lib/src/types.d.ts +2 -2
  338. package/util/primitive-extensions/index.d.ts +4 -4
  339. package/aril-0.0.7.tgz +0 -0
@@ -1,354 +1,348 @@
1
1
  .p-splitbutton {
2
- border-radius: $borderRadius;
3
-
4
- &.p-button-outlined {
5
- > .p-button {
6
- background-color: transparent;
7
- color: $buttonBg;
8
- border: $outlinedButtonBorder;
9
-
10
- &:not(:disabled):hover {
11
- background: rgba($buttonBg, $textButtonHoverBgOpacity);
12
- color: $buttonBg;
13
- }
14
-
15
- &:not(:disabled):active {
16
- background: rgba($buttonBg, $textButtonActiveBgOpacity);
17
- color: $buttonBg;
18
- }
19
- }
20
-
21
- &.p-button-plain {
22
- > .p-button {
23
- color: $plainButtonTextColor;
24
- border-color: $plainButtonTextColor;
25
-
26
- &:not(:disabled):hover {
27
- background: $plainButtonHoverBgColor;
28
- color: $plainButtonTextColor;
29
- }
30
-
31
- &:not(:disabled):active {
32
- background: $plainButtonActiveBgColor;
33
- color: $plainButtonTextColor;
34
- }
35
- }
36
- }
37
- }
38
-
39
- &.p-button-text {
40
- > .p-button {
41
- background-color: transparent;
42
- color: $buttonBg;
43
- border-color: transparent;
44
-
45
- &:not(:disabled):hover {
46
- background: rgba($buttonBg, $textButtonHoverBgOpacity);
47
- color: $buttonBg;
48
- border-color: transparent;
49
- }
50
-
51
- &:not(:disabled):active {
52
- background: rgba($buttonBg, $textButtonActiveBgOpacity);
53
- color: $buttonBg;
54
- border-color: transparent;
55
- }
56
- }
57
-
58
- &.p-button-plain {
59
- > .p-button {
60
- color: $plainButtonTextColor;
61
-
62
- &:not(:disabled):hover {
63
- background: $plainButtonHoverBgColor;
64
- color: $plainButtonTextColor;
65
- }
66
-
67
- &:not(:disabled):active {
68
- background: $plainButtonActiveBgColor;
69
- color: $plainButtonTextColor;
70
- }
71
- }
72
- }
73
- }
74
-
75
- &.p-button-raised {
76
- box-shadow: $raisedButtonShadow;
77
- }
78
-
79
- &.p-button-rounded {
80
- border-radius: $roundedButtonBorderRadius;
81
-
82
- > .p-button {
83
- border-radius: $roundedButtonBorderRadius;
84
- }
85
- }
86
-
87
- &.p-button-sm {
88
- > .p-button {
89
- @include scaledFontSize($fontSize, $scaleSM);
90
- @include scaledPadding($buttonPadding, $scaleSM);
91
-
92
- .p-button-icon {
93
- @include scaledFontSize($primeIconFontSize, $scaleSM);
94
- }
95
- }
96
- }
97
-
98
- &.p-button-lg {
99
- > .p-button {
100
- @include scaledFontSize($fontSize, $scaleLG);
101
- @include scaledPadding($buttonPadding, $scaleLG);
102
-
103
- .p-button-icon {
104
- @include scaledFontSize($primeIconFontSize, $scaleLG);
105
- }
106
- }
107
- }
2
+ border-radius: $borderRadius;
3
+
4
+ &.p-button-outlined {
5
+ > .p-button {
6
+ background-color: transparent;
7
+ color: $buttonBg;
8
+ border: $outlinedButtonBorder;
9
+
10
+ &:not(:disabled):hover {
11
+ background: rgba($buttonBg, $textButtonHoverBgOpacity);
12
+ color: $buttonBg;
13
+ }
14
+
15
+ &:not(:disabled):active {
16
+ background: rgba($buttonBg, $textButtonActiveBgOpacity);
17
+ color: $buttonBg;
18
+ }
19
+ }
20
+
21
+ &.p-button-plain {
22
+ > .p-button {
23
+ color: $plainButtonTextColor;
24
+ border-color: $plainButtonTextColor;
25
+
26
+ &:not(:disabled):hover {
27
+ background: $plainButtonHoverBgColor;
28
+ color: $plainButtonTextColor;
29
+ }
30
+
31
+ &:not(:disabled):active {
32
+ background: $plainButtonActiveBgColor;
33
+ color: $plainButtonTextColor;
34
+ }
35
+ }
36
+ }
37
+ }
38
+
39
+ &.p-button-text {
40
+ > .p-button {
41
+ background-color: transparent;
42
+ color: $buttonBg;
43
+ border-color: transparent;
44
+
45
+ &:not(:disabled):hover {
46
+ background: rgba($buttonBg, $textButtonHoverBgOpacity);
47
+ color: $buttonBg;
48
+ border-color: transparent;
49
+ }
50
+
51
+ &:not(:disabled):active {
52
+ background: rgba($buttonBg, $textButtonActiveBgOpacity);
53
+ color: $buttonBg;
54
+ border-color: transparent;
55
+ }
56
+ }
57
+
58
+ &.p-button-plain {
59
+ > .p-button {
60
+ color: $plainButtonTextColor;
61
+
62
+ &:not(:disabled):hover {
63
+ background: $plainButtonHoverBgColor;
64
+ color: $plainButtonTextColor;
65
+ }
66
+
67
+ &:not(:disabled):active {
68
+ background: $plainButtonActiveBgColor;
69
+ color: $plainButtonTextColor;
70
+ }
71
+ }
72
+ }
73
+ }
74
+
75
+ &.p-button-raised {
76
+ box-shadow: $raisedButtonShadow;
77
+ }
78
+
79
+ &.p-button-rounded {
80
+ border-radius: $roundedButtonBorderRadius;
81
+
82
+ > .p-button {
83
+ border-radius: $roundedButtonBorderRadius;
84
+ }
85
+ }
86
+
87
+ &.p-button-sm {
88
+ > .p-button {
89
+ @include scaledFontSize($fontSize, $scaleSM);
90
+ @include scaledPadding($buttonPadding, $scaleSM);
91
+
92
+ .p-button-icon {
93
+ @include scaledFontSize($primeIconFontSize, $scaleSM);
94
+ }
95
+ }
96
+ }
97
+
98
+ &.p-button-lg {
99
+ > .p-button {
100
+ @include scaledFontSize($fontSize, $scaleLG);
101
+ @include scaledPadding($buttonPadding, $scaleLG);
102
+
103
+ .p-button-icon {
104
+ @include scaledFontSize($primeIconFontSize, $scaleLG);
105
+ }
106
+ }
107
+ }
108
108
  }
109
109
 
110
110
  .p-splitbutton.p-button-secondary {
111
- &.p-button-outlined {
112
- > .p-button {
113
- background-color: transparent;
114
- color: $secondaryButtonBg;
115
- border: $outlinedButtonBorder;
116
-
117
- &:not(:disabled):hover {
118
- background: rgba($secondaryButtonBg, $textButtonHoverBgOpacity);
119
- color: $secondaryButtonBg;
120
- }
121
-
122
- &:not(:disabled):active {
123
- background: rgba(
124
- $secondaryButtonBg,
125
- $textButtonActiveBgOpacity
126
- );
127
- color: $secondaryButtonBg;
128
- }
129
- }
130
- }
131
-
132
- &.p-button-text {
133
- > .p-button {
134
- background-color: transparent;
135
- color: $secondaryButtonBg;
136
- border-color: transparent;
137
-
138
- &:not(:disabled):hover {
139
- background: rgba($secondaryButtonBg, $textButtonHoverBgOpacity);
140
- border-color: transparent;
141
- color: $secondaryButtonBg;
142
- }
143
-
144
- &:not(:disabled):active {
145
- background: rgba(
146
- $secondaryButtonBg,
147
- $textButtonActiveBgOpacity
148
- );
149
- border-color: transparent;
150
- color: $secondaryButtonBg;
151
- }
152
- }
153
- }
111
+ &.p-button-outlined {
112
+ > .p-button {
113
+ background-color: transparent;
114
+ color: $secondaryButtonBg;
115
+ border: $outlinedButtonBorder;
116
+
117
+ &:not(:disabled):hover {
118
+ background: rgba($secondaryButtonBg, $textButtonHoverBgOpacity);
119
+ color: $secondaryButtonBg;
120
+ }
121
+
122
+ &:not(:disabled):active {
123
+ background: rgba($secondaryButtonBg, $textButtonActiveBgOpacity);
124
+ color: $secondaryButtonBg;
125
+ }
126
+ }
127
+ }
128
+
129
+ &.p-button-text {
130
+ > .p-button {
131
+ background-color: transparent;
132
+ color: $secondaryButtonBg;
133
+ border-color: transparent;
134
+
135
+ &:not(:disabled):hover {
136
+ background: rgba($secondaryButtonBg, $textButtonHoverBgOpacity);
137
+ border-color: transparent;
138
+ color: $secondaryButtonBg;
139
+ }
140
+
141
+ &:not(:disabled):active {
142
+ background: rgba($secondaryButtonBg, $textButtonActiveBgOpacity);
143
+ border-color: transparent;
144
+ color: $secondaryButtonBg;
145
+ }
146
+ }
147
+ }
154
148
  }
155
149
 
156
150
  .p-splitbutton.p-button-info {
157
- &.p-button-outlined {
158
- > .p-button {
159
- background-color: transparent;
160
- color: $infoButtonBg;
161
- border: $outlinedButtonBorder;
162
-
163
- &:not(:disabled):hover {
164
- background: rgba($infoButtonBg, $textButtonHoverBgOpacity);
165
- color: $infoButtonBg;
166
- }
167
-
168
- &:not(:disabled):active {
169
- background: rgba($infoButtonBg, $textButtonActiveBgOpacity);
170
- color: $infoButtonBg;
171
- }
172
- }
173
- }
174
-
175
- &.p-button-text {
176
- > .p-button {
177
- background-color: transparent;
178
- color: $infoButtonBg;
179
- border-color: transparent;
180
-
181
- &:not(:disabled):hover {
182
- background: rgba($infoButtonBg, $textButtonHoverBgOpacity);
183
- border-color: transparent;
184
- color: $infoButtonBg;
185
- }
186
-
187
- &:not(:disabled):active {
188
- background: rgba($infoButtonBg, $textButtonActiveBgOpacity);
189
- border-color: transparent;
190
- color: $infoButtonBg;
191
- }
192
- }
193
- }
151
+ &.p-button-outlined {
152
+ > .p-button {
153
+ background-color: transparent;
154
+ color: $infoButtonBg;
155
+ border: $outlinedButtonBorder;
156
+
157
+ &:not(:disabled):hover {
158
+ background: rgba($infoButtonBg, $textButtonHoverBgOpacity);
159
+ color: $infoButtonBg;
160
+ }
161
+
162
+ &:not(:disabled):active {
163
+ background: rgba($infoButtonBg, $textButtonActiveBgOpacity);
164
+ color: $infoButtonBg;
165
+ }
166
+ }
167
+ }
168
+
169
+ &.p-button-text {
170
+ > .p-button {
171
+ background-color: transparent;
172
+ color: $infoButtonBg;
173
+ border-color: transparent;
174
+
175
+ &:not(:disabled):hover {
176
+ background: rgba($infoButtonBg, $textButtonHoverBgOpacity);
177
+ border-color: transparent;
178
+ color: $infoButtonBg;
179
+ }
180
+
181
+ &:not(:disabled):active {
182
+ background: rgba($infoButtonBg, $textButtonActiveBgOpacity);
183
+ border-color: transparent;
184
+ color: $infoButtonBg;
185
+ }
186
+ }
187
+ }
194
188
  }
195
189
 
196
190
  .p-splitbutton.p-button-success {
197
- &.p-button-outlined {
198
- > .p-button {
199
- background-color: transparent;
200
- color: $successButtonBg;
201
- border: $outlinedButtonBorder;
202
-
203
- &:not(:disabled):hover {
204
- background: rgba($successButtonBg, $textButtonHoverBgOpacity);
205
- color: $successButtonBg;
206
- }
207
-
208
- &:not(:disabled):active {
209
- background: rgba($successButtonBg, $textButtonActiveBgOpacity);
210
- color: $successButtonBg;
211
- }
212
- }
213
- }
214
-
215
- &.p-button-text {
216
- > .p-button {
217
- background-color: transparent;
218
- color: $successButtonBg;
219
- border-color: transparent;
220
-
221
- &:not(:disabled):hover {
222
- background: rgba($successButtonBg, $textButtonHoverBgOpacity);
223
- border-color: transparent;
224
- color: $successButtonBg;
225
- }
226
-
227
- &:not(:disabled):active {
228
- background: rgba($successButtonBg, $textButtonActiveBgOpacity);
229
- border-color: transparent;
230
- color: $successButtonBg;
231
- }
232
- }
233
- }
191
+ &.p-button-outlined {
192
+ > .p-button {
193
+ background-color: transparent;
194
+ color: $successButtonBg;
195
+ border: $outlinedButtonBorder;
196
+
197
+ &:not(:disabled):hover {
198
+ background: rgba($successButtonBg, $textButtonHoverBgOpacity);
199
+ color: $successButtonBg;
200
+ }
201
+
202
+ &:not(:disabled):active {
203
+ background: rgba($successButtonBg, $textButtonActiveBgOpacity);
204
+ color: $successButtonBg;
205
+ }
206
+ }
207
+ }
208
+
209
+ &.p-button-text {
210
+ > .p-button {
211
+ background-color: transparent;
212
+ color: $successButtonBg;
213
+ border-color: transparent;
214
+
215
+ &:not(:disabled):hover {
216
+ background: rgba($successButtonBg, $textButtonHoverBgOpacity);
217
+ border-color: transparent;
218
+ color: $successButtonBg;
219
+ }
220
+
221
+ &:not(:disabled):active {
222
+ background: rgba($successButtonBg, $textButtonActiveBgOpacity);
223
+ border-color: transparent;
224
+ color: $successButtonBg;
225
+ }
226
+ }
227
+ }
234
228
  }
235
229
 
236
230
  .p-splitbutton.p-button-warning {
237
- &.p-button-outlined {
238
- > .p-button {
239
- background-color: transparent;
240
- color: $warningButtonBg;
241
- border: $outlinedButtonBorder;
242
-
243
- &:not(:disabled):hover {
244
- background: rgba($warningButtonBg, $textButtonHoverBgOpacity);
245
- color: $warningButtonBg;
246
- }
247
-
248
- &:not(:disabled):active {
249
- background: rgba($warningButtonBg, $textButtonActiveBgOpacity);
250
- color: $warningButtonBg;
251
- }
252
- }
253
- }
254
-
255
- &.p-button-text {
256
- > .p-button {
257
- background-color: transparent;
258
- color: $warningButtonBg;
259
- border-color: transparent;
260
-
261
- &:not(:disabled):hover {
262
- background: rgba($warningButtonBg, $textButtonHoverBgOpacity);
263
- border-color: transparent;
264
- color: $warningButtonBg;
265
- }
266
-
267
- &:not(:disabled):active {
268
- background: rgba($warningButtonBg, $textButtonActiveBgOpacity);
269
- border-color: transparent;
270
- color: $warningButtonBg;
271
- }
272
- }
273
- }
231
+ &.p-button-outlined {
232
+ > .p-button {
233
+ background-color: transparent;
234
+ color: $warningButtonBg;
235
+ border: $outlinedButtonBorder;
236
+
237
+ &:not(:disabled):hover {
238
+ background: rgba($warningButtonBg, $textButtonHoverBgOpacity);
239
+ color: $warningButtonBg;
240
+ }
241
+
242
+ &:not(:disabled):active {
243
+ background: rgba($warningButtonBg, $textButtonActiveBgOpacity);
244
+ color: $warningButtonBg;
245
+ }
246
+ }
247
+ }
248
+
249
+ &.p-button-text {
250
+ > .p-button {
251
+ background-color: transparent;
252
+ color: $warningButtonBg;
253
+ border-color: transparent;
254
+
255
+ &:not(:disabled):hover {
256
+ background: rgba($warningButtonBg, $textButtonHoverBgOpacity);
257
+ border-color: transparent;
258
+ color: $warningButtonBg;
259
+ }
260
+
261
+ &:not(:disabled):active {
262
+ background: rgba($warningButtonBg, $textButtonActiveBgOpacity);
263
+ border-color: transparent;
264
+ color: $warningButtonBg;
265
+ }
266
+ }
267
+ }
274
268
  }
275
269
 
276
270
  .p-splitbutton.p-button-help {
277
- &.p-button-outlined {
278
- > .p-button {
279
- background-color: transparent;
280
- color: $helpButtonBg;
281
- border: $outlinedButtonBorder;
282
-
283
- &:not(:disabled):hover {
284
- background: rgba($helpButtonBg, $textButtonHoverBgOpacity);
285
- color: $helpButtonBg;
286
- }
287
-
288
- &:not(:disabled):active {
289
- background: rgba($helpButtonBg, $textButtonActiveBgOpacity);
290
- color: $helpButtonBg;
291
- }
292
- }
293
- }
294
-
295
- &.p-button-text {
296
- > .p-button {
297
- background-color: transparent;
298
- color: $helpButtonBg;
299
- border-color: transparent;
300
-
301
- &:not(:disabled):hover {
302
- background: rgba($helpButtonBg, $textButtonHoverBgOpacity);
303
- border-color: transparent;
304
- color: $helpButtonBg;
305
- }
306
-
307
- &:not(:disabled):active {
308
- background: rgba($helpButtonBg, $textButtonActiveBgOpacity);
309
- border-color: transparent;
310
- color: $helpButtonBg;
311
- }
312
- }
313
- }
271
+ &.p-button-outlined {
272
+ > .p-button {
273
+ background-color: transparent;
274
+ color: $helpButtonBg;
275
+ border: $outlinedButtonBorder;
276
+
277
+ &:not(:disabled):hover {
278
+ background: rgba($helpButtonBg, $textButtonHoverBgOpacity);
279
+ color: $helpButtonBg;
280
+ }
281
+
282
+ &:not(:disabled):active {
283
+ background: rgba($helpButtonBg, $textButtonActiveBgOpacity);
284
+ color: $helpButtonBg;
285
+ }
286
+ }
287
+ }
288
+
289
+ &.p-button-text {
290
+ > .p-button {
291
+ background-color: transparent;
292
+ color: $helpButtonBg;
293
+ border-color: transparent;
294
+
295
+ &:not(:disabled):hover {
296
+ background: rgba($helpButtonBg, $textButtonHoverBgOpacity);
297
+ border-color: transparent;
298
+ color: $helpButtonBg;
299
+ }
300
+
301
+ &:not(:disabled):active {
302
+ background: rgba($helpButtonBg, $textButtonActiveBgOpacity);
303
+ border-color: transparent;
304
+ color: $helpButtonBg;
305
+ }
306
+ }
307
+ }
314
308
  }
315
309
 
316
310
  .p-splitbutton.p-button-danger {
317
- &.p-button-outlined {
318
- > .p-button {
319
- background-color: transparent;
320
- color: $dangerButtonBg;
321
- border: $outlinedButtonBorder;
322
-
323
- &:not(:disabled):hover {
324
- background: rgba($dangerButtonBg, $textButtonHoverBgOpacity);
325
- color: $dangerButtonBg;
326
- }
327
-
328
- &:not(:disabled):active {
329
- background: rgba($dangerButtonBg, $textButtonActiveBgOpacity);
330
- color: $dangerButtonBg;
331
- }
332
- }
333
- }
334
-
335
- &.p-button-text {
336
- > .p-button {
337
- background-color: transparent;
338
- color: $dangerButtonBg;
339
- border-color: transparent;
340
-
341
- &:not(:disabled):hover {
342
- background: rgba($dangerButtonBg, $textButtonHoverBgOpacity);
343
- border-color: transparent;
344
- color: $dangerButtonBg;
345
- }
346
-
347
- &:not(:disabled):active {
348
- background: rgba($dangerButtonBg, $textButtonActiveBgOpacity);
349
- border-color: transparent;
350
- color: $dangerButtonBg;
351
- }
352
- }
353
- }
311
+ &.p-button-outlined {
312
+ > .p-button {
313
+ background-color: transparent;
314
+ color: $dangerButtonBg;
315
+ border: $outlinedButtonBorder;
316
+
317
+ &:not(:disabled):hover {
318
+ background: rgba($dangerButtonBg, $textButtonHoverBgOpacity);
319
+ color: $dangerButtonBg;
320
+ }
321
+
322
+ &:not(:disabled):active {
323
+ background: rgba($dangerButtonBg, $textButtonActiveBgOpacity);
324
+ color: $dangerButtonBg;
325
+ }
326
+ }
327
+ }
328
+
329
+ &.p-button-text {
330
+ > .p-button {
331
+ background-color: transparent;
332
+ color: $dangerButtonBg;
333
+ border-color: transparent;
334
+
335
+ &:not(:disabled):hover {
336
+ background: rgba($dangerButtonBg, $textButtonHoverBgOpacity);
337
+ border-color: transparent;
338
+ color: $dangerButtonBg;
339
+ }
340
+
341
+ &:not(:disabled):active {
342
+ background: rgba($dangerButtonBg, $textButtonActiveBgOpacity);
343
+ border-color: transparent;
344
+ color: $dangerButtonBg;
345
+ }
346
+ }
347
+ }
354
348
  }