spiderly 0.0.2

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 (302) hide show
  1. package/README.md +3 -0
  2. package/esm2022/lib/components/auth/auth.module.mjs +65 -0
  3. package/esm2022/lib/components/auth/login/login.component.mjs +60 -0
  4. package/esm2022/lib/components/auth/partials/auth.component.mjs +53 -0
  5. package/esm2022/lib/components/auth/partials/login-verification.component.mjs +39 -0
  6. package/esm2022/lib/components/auth/partials/registration-verification.component.mjs +37 -0
  7. package/esm2022/lib/components/auth/partials/verification-wrapper.component.mjs +74 -0
  8. package/esm2022/lib/components/auth/registration/registration.component.mjs +59 -0
  9. package/esm2022/lib/components/base-details/role-base-details.component.mjs +171 -0
  10. package/esm2022/lib/components/base-form/base-form copy.mjs +247 -0
  11. package/esm2022/lib/components/card-skeleton/card-skeleton.component.mjs +25 -0
  12. package/esm2022/lib/components/footer/footer.component.mjs +16 -0
  13. package/esm2022/lib/components/index-card/index-card.component.mjs +57 -0
  14. package/esm2022/lib/components/info-card/info-card.component.mjs +29 -0
  15. package/esm2022/lib/components/layout/layout-base.component.mjs +120 -0
  16. package/esm2022/lib/components/layout/sidebar/menuitem.component.mjs +161 -0
  17. package/esm2022/lib/components/layout/sidebar/sidebar-menu.component.mjs +34 -0
  18. package/esm2022/lib/components/layout/sidebar/sidebar-menu.service.mjs +26 -0
  19. package/esm2022/lib/components/layout/sidebar/sidebar.component.mjs +21 -0
  20. package/esm2022/lib/components/layout/topbar/topbar.component.mjs +115 -0
  21. package/esm2022/lib/components/not-found/not-found.component.mjs +20 -0
  22. package/esm2022/lib/components/required/required.component.mjs +12 -0
  23. package/esm2022/lib/components/spiderly-buttons/google-button/google-button.component.mjs +43 -0
  24. package/esm2022/lib/components/spiderly-buttons/return-button/return-button.component.mjs +37 -0
  25. package/esm2022/lib/components/spiderly-buttons/spiderly-button/spiderly-button.component.mjs +20 -0
  26. package/esm2022/lib/components/spiderly-buttons/spiderly-button-base/spiderly-button-base.mjs +68 -0
  27. package/esm2022/lib/components/spiderly-buttons/spiderly-split-button/spiderly-split-button.component.mjs +22 -0
  28. package/esm2022/lib/components/spiderly-data-table/spiderly-data-table.component.mjs +502 -0
  29. package/esm2022/lib/components/spiderly-delete-dialog/spiderly-delete-confirmation.component.mjs +42 -0
  30. package/esm2022/lib/components/spiderly-form-control/spiderly-form-control.mjs +36 -0
  31. package/esm2022/lib/components/spiderly-panels/panel-body/panel-body.component.mjs +19 -0
  32. package/esm2022/lib/components/spiderly-panels/panel-footer/panel-footer.component.mjs +14 -0
  33. package/esm2022/lib/components/spiderly-panels/panel-header/panel-header.component.mjs +49 -0
  34. package/esm2022/lib/components/spiderly-panels/spiderly-card/spiderly-card.component.mjs +20 -0
  35. package/esm2022/lib/components/spiderly-panels/spiderly-panel/spiderly-panel.component.mjs +63 -0
  36. package/esm2022/lib/components/spiderly-panels/spiderly-panels.module.mjs +49 -0
  37. package/esm2022/lib/controls/base-autocomplete-control.mjs +18 -0
  38. package/esm2022/lib/controls/base-control.mjs +62 -0
  39. package/esm2022/lib/controls/base-dropdown-control.mjs +37 -0
  40. package/esm2022/lib/controls/spiderly-autocomplete/spiderly-autocomplete.component.mjs +60 -0
  41. package/esm2022/lib/controls/spiderly-calendar/spiderly-calendar.component.mjs +39 -0
  42. package/esm2022/lib/controls/spiderly-checkbox/spiderly-checkbox.component.mjs +45 -0
  43. package/esm2022/lib/controls/spiderly-colorpick/spiderly-colorpick.component.mjs +40 -0
  44. package/esm2022/lib/controls/spiderly-controls.module.mjs +112 -0
  45. package/esm2022/lib/controls/spiderly-dropdown/spiderly-dropdown.component.mjs +40 -0
  46. package/esm2022/lib/controls/spiderly-editor/spiderly-editor.component.mjs +59 -0
  47. package/esm2022/lib/controls/spiderly-file/spiderly-file.component.mjs +106 -0
  48. package/esm2022/lib/controls/spiderly-multiautocomplete/spiderly-multiautocomplete.component.mjs +38 -0
  49. package/esm2022/lib/controls/spiderly-multiselect/spiderly-multiselect.component.mjs +34 -0
  50. package/esm2022/lib/controls/spiderly-number/spiderly-number.component.mjs +44 -0
  51. package/esm2022/lib/controls/spiderly-password/spiderly-password.component.mjs +37 -0
  52. package/esm2022/lib/controls/spiderly-textarea/spiderly-textarea.component.mjs +34 -0
  53. package/esm2022/lib/controls/spiderly-textbox/spiderly-textbox.component.mjs +45 -0
  54. package/esm2022/lib/entities/base-entity.mjs +18 -0
  55. package/esm2022/lib/entities/codebook.mjs +10 -0
  56. package/esm2022/lib/entities/init-company-auth-dialog-details.mjs +9 -0
  57. package/esm2022/lib/entities/init-top-bar-data.mjs +12 -0
  58. package/esm2022/lib/entities/is-authorized-for-save-event.mjs +9 -0
  59. package/esm2022/lib/entities/last-menu-icon-index-clicked.mjs +8 -0
  60. package/esm2022/lib/entities/lazy-load-selected-ids-result.mjs +11 -0
  61. package/esm2022/lib/entities/menuchangeevent.mjs +3 -0
  62. package/esm2022/lib/entities/mime-type.mjs +15 -0
  63. package/esm2022/lib/entities/namebook.mjs +9 -0
  64. package/esm2022/lib/entities/primeng-option.mjs +9 -0
  65. package/esm2022/lib/entities/security-entities.mjs +169 -0
  66. package/esm2022/lib/entities/simple-save-result.mjs +9 -0
  67. package/esm2022/lib/entities/spiderly-button.mjs +11 -0
  68. package/esm2022/lib/entities/table-filter-context.mjs +3 -0
  69. package/esm2022/lib/entities/table-filter-sort-meta.mjs +3 -0
  70. package/esm2022/lib/entities/table-filter.mjs +15 -0
  71. package/esm2022/lib/entities/table-response.mjs +3 -0
  72. package/esm2022/lib/enums/security-enums.mjs +26 -0
  73. package/esm2022/lib/enums/verification-type-codes.mjs +6 -0
  74. package/esm2022/lib/guards/auth.guard.mjs +40 -0
  75. package/esm2022/lib/guards/not-auth.guard.mjs +32 -0
  76. package/esm2022/lib/handlers/spiderly-error-handler.mjs +30 -0
  77. package/esm2022/lib/handlers/spiderly-transloco-fallback-strategy.mjs +24 -0
  78. package/esm2022/lib/interceptors/http-loading.interceptor.mjs +27 -0
  79. package/esm2022/lib/interceptors/json-parser.interceptor.mjs +47 -0
  80. package/esm2022/lib/interceptors/jwt.interceptor.mjs +27 -0
  81. package/esm2022/lib/interceptors/unauthorized.interceptor.mjs +64 -0
  82. package/esm2022/lib/modules/core.module.mjs +140 -0
  83. package/esm2022/lib/modules/primeng.module.mjs +278 -0
  84. package/esm2022/lib/modules/spiderly-transloco.module.mjs +44 -0
  85. package/esm2022/lib/services/api.service.security.mjs +86 -0
  86. package/esm2022/lib/services/app-initializer.mjs +6 -0
  87. package/esm2022/lib/services/app-layout-base.service.mjs +132 -0
  88. package/esm2022/lib/services/auth-base.service.mjs +220 -0
  89. package/esm2022/lib/services/base-form.service.mjs +124 -0
  90. package/esm2022/lib/services/config-base.service.mjs +33 -0
  91. package/esm2022/lib/services/helper-functions.mjs +229 -0
  92. package/esm2022/lib/services/spiderly-message.service.mjs +64 -0
  93. package/esm2022/lib/services/spiderly-transloco-loader.mjs +20 -0
  94. package/esm2022/lib/services/translate-labels-abstract.service.mjs +15 -0
  95. package/esm2022/lib/services/validator-abstract.service.mjs +51 -0
  96. package/esm2022/public-api.mjs +94 -0
  97. package/esm2022/spiderly.mjs +5 -0
  98. package/fesm2022/spiderly.mjs +4807 -0
  99. package/fesm2022/spiderly.mjs.map +1 -0
  100. package/index.d.ts +5 -0
  101. package/lib/components/auth/auth.module.d.ts +17 -0
  102. package/lib/components/auth/login/login.component.d.ts +35 -0
  103. package/lib/components/auth/partials/auth.component.d.ts +21 -0
  104. package/lib/components/auth/partials/login-verification.component.d.ts +18 -0
  105. package/lib/components/auth/partials/registration-verification.component.d.ts +17 -0
  106. package/lib/components/auth/partials/verification-wrapper.component.d.ts +31 -0
  107. package/lib/components/auth/registration/registration.component.d.ts +34 -0
  108. package/lib/components/base-details/role-base-details.component.d.ts +50 -0
  109. package/lib/components/base-form/base-form copy.d.ts +54 -0
  110. package/lib/components/card-skeleton/card-skeleton.component.d.ts +12 -0
  111. package/lib/components/footer/footer.component.d.ts +9 -0
  112. package/lib/components/index-card/index-card.component.d.ts +22 -0
  113. package/lib/components/info-card/info-card.component.d.ts +11 -0
  114. package/lib/components/layout/layout-base.component.d.ts +37 -0
  115. package/lib/components/layout/sidebar/menuitem.component.d.ts +43 -0
  116. package/lib/components/layout/sidebar/sidebar-menu.component.d.ts +23 -0
  117. package/lib/components/layout/sidebar/sidebar-menu.service.d.ts +12 -0
  118. package/lib/components/layout/sidebar/sidebar.component.d.ts +11 -0
  119. package/lib/components/layout/topbar/topbar.component.d.ts +45 -0
  120. package/lib/components/not-found/not-found.component.d.ts +9 -0
  121. package/lib/components/required/required.component.d.ts +6 -0
  122. package/lib/components/spiderly-buttons/google-button/google-button.component.d.ts +17 -0
  123. package/lib/components/spiderly-buttons/return-button/return-button.component.d.ts +10 -0
  124. package/lib/components/spiderly-buttons/spiderly-button/spiderly-button.component.d.ts +6 -0
  125. package/lib/components/spiderly-buttons/spiderly-button-base/spiderly-button-base.d.ts +27 -0
  126. package/lib/components/spiderly-buttons/spiderly-split-button/spiderly-split-button.component.d.ts +8 -0
  127. package/lib/components/spiderly-data-table/spiderly-data-table.component.d.ts +157 -0
  128. package/lib/components/spiderly-delete-dialog/spiderly-delete-confirmation.component.d.ts +11 -0
  129. package/lib/components/spiderly-form-control/spiderly-form-control.d.ts +37 -0
  130. package/lib/components/spiderly-panels/panel-body/panel-body.component.d.ts +9 -0
  131. package/lib/components/spiderly-panels/panel-footer/panel-footer.component.d.ts +8 -0
  132. package/lib/components/spiderly-panels/panel-header/panel-header.component.d.ts +29 -0
  133. package/lib/components/spiderly-panels/spiderly-card/spiderly-card.component.d.ts +10 -0
  134. package/lib/components/spiderly-panels/spiderly-panel/spiderly-panel.component.d.ts +25 -0
  135. package/lib/components/spiderly-panels/spiderly-panels.module.d.ts +13 -0
  136. package/lib/controls/base-autocomplete-control.d.ts +9 -0
  137. package/lib/controls/base-control.d.ts +23 -0
  138. package/lib/controls/base-dropdown-control.d.ts +18 -0
  139. package/lib/controls/spiderly-autocomplete/spiderly-autocomplete.component.d.ts +18 -0
  140. package/lib/controls/spiderly-calendar/spiderly-calendar.component.d.ts +13 -0
  141. package/lib/controls/spiderly-checkbox/spiderly-checkbox.component.d.ts +14 -0
  142. package/lib/controls/spiderly-colorpick/spiderly-colorpick.component.d.ts +11 -0
  143. package/lib/controls/spiderly-controls.module.d.ts +22 -0
  144. package/lib/controls/spiderly-dropdown/spiderly-dropdown.component.d.ts +14 -0
  145. package/lib/controls/spiderly-editor/spiderly-editor.component.d.ts +16 -0
  146. package/lib/controls/spiderly-file/spiderly-file.component.d.ts +36 -0
  147. package/lib/controls/spiderly-multiautocomplete/spiderly-multiautocomplete.component.d.ts +13 -0
  148. package/lib/controls/spiderly-multiselect/spiderly-multiselect.component.d.ts +11 -0
  149. package/lib/controls/spiderly-number/spiderly-number.component.d.ts +15 -0
  150. package/lib/controls/spiderly-password/spiderly-password.component.d.ts +12 -0
  151. package/lib/controls/spiderly-textarea/spiderly-textarea.component.d.ts +11 -0
  152. package/lib/controls/spiderly-textbox/spiderly-textbox.component.d.ts +15 -0
  153. package/lib/entities/base-entity.d.ts +14 -0
  154. package/lib/entities/codebook.d.ts +9 -0
  155. package/lib/entities/init-company-auth-dialog-details.d.ts +9 -0
  156. package/lib/entities/init-top-bar-data.d.ts +16 -0
  157. package/lib/entities/is-authorized-for-save-event.d.ts +9 -0
  158. package/lib/entities/last-menu-icon-index-clicked.d.ts +7 -0
  159. package/lib/entities/lazy-load-selected-ids-result.d.ts +9 -0
  160. package/lib/entities/menuchangeevent.d.ts +4 -0
  161. package/lib/entities/mime-type.d.ts +11 -0
  162. package/lib/entities/namebook.d.ts +9 -0
  163. package/lib/entities/primeng-option.d.ts +9 -0
  164. package/lib/entities/security-entities.d.ts +211 -0
  165. package/lib/entities/simple-save-result.d.ts +7 -0
  166. package/lib/entities/spiderly-button.d.ts +13 -0
  167. package/lib/entities/table-filter-context.d.ts +5 -0
  168. package/lib/entities/table-filter-sort-meta.d.ts +4 -0
  169. package/lib/entities/table-filter.d.ts +23 -0
  170. package/lib/entities/table-response.d.ts +4 -0
  171. package/lib/enums/security-enums.d.ts +22 -0
  172. package/lib/enums/verification-type-codes.d.ts +4 -0
  173. package/lib/guards/auth.guard.d.ts +15 -0
  174. package/lib/guards/not-auth.guard.d.ts +12 -0
  175. package/lib/handlers/spiderly-error-handler.d.ts +14 -0
  176. package/lib/handlers/spiderly-transloco-fallback-strategy.d.ts +13 -0
  177. package/lib/interceptors/http-loading.interceptor.d.ts +11 -0
  178. package/lib/interceptors/json-parser.interceptor.d.ts +11 -0
  179. package/lib/interceptors/jwt.interceptor.d.ts +11 -0
  180. package/lib/interceptors/unauthorized.interceptor.d.ts +16 -0
  181. package/lib/modules/core.module.d.ts +13 -0
  182. package/lib/modules/primeng.module.d.ts +42 -0
  183. package/lib/modules/spiderly-transloco.module.d.ts +9 -0
  184. package/lib/services/api.service.security.d.ts +35 -0
  185. package/lib/services/app-initializer.d.ts +4 -0
  186. package/lib/services/app-layout-base.service.d.ts +60 -0
  187. package/lib/services/auth-base.service.d.ts +55 -0
  188. package/lib/services/base-form.service.d.ts +27 -0
  189. package/lib/services/config-base.service.d.ts +24 -0
  190. package/lib/services/helper-functions.d.ts +37 -0
  191. package/lib/services/spiderly-message.service.d.ts +17 -0
  192. package/lib/services/spiderly-transloco-loader.d.ts +10 -0
  193. package/lib/services/translate-labels-abstract.service.d.ts +7 -0
  194. package/lib/services/validator-abstract.service.d.ts +13 -0
  195. package/package.json +60 -0
  196. package/public-api.d.ts +90 -0
  197. package/styles/components/spiderly-data-table/spiderly-data-table.component.scss +34 -0
  198. package/styles/components/spiderly-panels/panel-footer/panel-footer.component.scss +10 -0
  199. package/styles/styles/layout/_config.scss +42 -0
  200. package/styles/styles/layout/_content.scss +12 -0
  201. package/styles/styles/layout/_footer.scss +9 -0
  202. package/styles/styles/layout/_main.scss +28 -0
  203. package/styles/styles/layout/_menu.scss +135 -0
  204. package/styles/styles/layout/_mixins.scss +13 -0
  205. package/styles/styles/layout/_preloading.scss +47 -0
  206. package/styles/styles/layout/_responsive.scss +100 -0
  207. package/styles/styles/layout/_spiderly-controls.scss +12 -0
  208. package/styles/styles/layout/_topbar.scss +231 -0
  209. package/styles/styles/layout/_typography.scss +63 -0
  210. package/styles/styles/layout/_utils.scss +20 -0
  211. package/styles/styles/layout/_variables.scss +903 -0
  212. package/styles/styles/layout/layout.scss +13 -0
  213. package/styles/styles/shared.scss +519 -0
  214. package/styles/styles/styles.scss +6 -0
  215. package/styles/styles/theme/base/_colors.scss +18 -0
  216. package/styles/styles/theme/base/_common.scss +75 -0
  217. package/styles/styles/theme/base/_components.scss +106 -0
  218. package/styles/styles/theme/base/_mixins.scss +343 -0
  219. package/styles/styles/theme/base/components/button/_button.scss +564 -0
  220. package/styles/styles/theme/base/components/button/_speeddial.scss +96 -0
  221. package/styles/styles/theme/base/components/button/_splitbutton.scss +381 -0
  222. package/styles/styles/theme/base/components/data/_carousel.scss +37 -0
  223. package/styles/styles/theme/base/components/data/_datatable.scss +338 -0
  224. package/styles/styles/theme/base/components/data/_dataview.scss +55 -0
  225. package/styles/styles/theme/base/components/data/_filter.scss +138 -0
  226. package/styles/styles/theme/base/components/data/_orderlist.scss +103 -0
  227. package/styles/styles/theme/base/components/data/_organizationchart.scss +50 -0
  228. package/styles/styles/theme/base/components/data/_paginator.scss +92 -0
  229. package/styles/styles/theme/base/components/data/_picklist.scss +103 -0
  230. package/styles/styles/theme/base/components/data/_timeline.scss +81 -0
  231. package/styles/styles/theme/base/components/data/_tree.scss +149 -0
  232. package/styles/styles/theme/base/components/data/_treetable.scss +256 -0
  233. package/styles/styles/theme/base/components/data/_virtualscroller.scss +28 -0
  234. package/styles/styles/theme/base/components/file/_fileupload.scss +64 -0
  235. package/styles/styles/theme/base/components/input/_autocomplete.scss +118 -0
  236. package/styles/styles/theme/base/components/input/_calendar.scss +263 -0
  237. package/styles/styles/theme/base/components/input/_cascadeselect.scss +130 -0
  238. package/styles/styles/theme/base/components/input/_checkbox.scss +90 -0
  239. package/styles/styles/theme/base/components/input/_chips.scss +55 -0
  240. package/styles/styles/theme/base/components/input/_colorpicker.scss +26 -0
  241. package/styles/styles/theme/base/components/input/_dropdown.scss +152 -0
  242. package/styles/styles/theme/base/components/input/_editor.scss +122 -0
  243. package/styles/styles/theme/base/components/input/_inputgroup.scss +75 -0
  244. package/styles/styles/theme/base/components/input/_inputmask.scss +16 -0
  245. package/styles/styles/theme/base/components/input/_inputnumber.scss +28 -0
  246. package/styles/styles/theme/base/components/input/_inputswitch.scss +60 -0
  247. package/styles/styles/theme/base/components/input/_inputtext.scss +100 -0
  248. package/styles/styles/theme/base/components/input/_listbox.scss +82 -0
  249. package/styles/styles/theme/base/components/input/_multiselect.scss +173 -0
  250. package/styles/styles/theme/base/components/input/_password.scss +52 -0
  251. package/styles/styles/theme/base/components/input/_radiobutton.scss +78 -0
  252. package/styles/styles/theme/base/components/input/_rating.scss +55 -0
  253. package/styles/styles/theme/base/components/input/_selectbutton.scss +50 -0
  254. package/styles/styles/theme/base/components/input/_slider.scss +71 -0
  255. package/styles/styles/theme/base/components/input/_togglebutton.scss +48 -0
  256. package/styles/styles/theme/base/components/input/_treeselect.scss +139 -0
  257. package/styles/styles/theme/base/components/menu/_breadcrumb.scss +42 -0
  258. package/styles/styles/theme/base/components/menu/_contextmenu.scss +39 -0
  259. package/styles/styles/theme/base/components/menu/_dock.scss +95 -0
  260. package/styles/styles/theme/base/components/menu/_megamenu.scss +55 -0
  261. package/styles/styles/theme/base/components/menu/_menu.scss +37 -0
  262. package/styles/styles/theme/base/components/menu/_menubar.scss +141 -0
  263. package/styles/styles/theme/base/components/menu/_panelmenu.scss +153 -0
  264. package/styles/styles/theme/base/components/menu/_slidemenu.scss +59 -0
  265. package/styles/styles/theme/base/components/menu/_steps.scss +56 -0
  266. package/styles/styles/theme/base/components/menu/_tabmenu.scss +74 -0
  267. package/styles/styles/theme/base/components/menu/_tieredmenu.scss +43 -0
  268. package/styles/styles/theme/base/components/messages/_inlinemessage.scss +69 -0
  269. package/styles/styles/theme/base/components/messages/_message.scss +107 -0
  270. package/styles/styles/theme/base/components/messages/_toast.scss +103 -0
  271. package/styles/styles/theme/base/components/misc/_avatar.scss +30 -0
  272. package/styles/styles/theme/base/components/misc/_badge.scss +48 -0
  273. package/styles/styles/theme/base/components/misc/_blockui.scss +0 -0
  274. package/styles/styles/theme/base/components/misc/_chip.scss +42 -0
  275. package/styles/styles/theme/base/components/misc/_inplace.scss +17 -0
  276. package/styles/styles/theme/base/components/misc/_progressbar.scss +17 -0
  277. package/styles/styles/theme/base/components/misc/_scrolltop.scss +25 -0
  278. package/styles/styles/theme/base/components/misc/_skeleton.scss +8 -0
  279. package/styles/styles/theme/base/components/misc/_tag.scss +40 -0
  280. package/styles/styles/theme/base/components/misc/_terminal.scss +12 -0
  281. package/styles/styles/theme/base/components/multimedia/_galleria.scss +155 -0
  282. package/styles/styles/theme/base/components/multimedia/_image.scss +49 -0
  283. package/styles/styles/theme/base/components/overlay/_confirmpopup.scss +72 -0
  284. package/styles/styles/theme/base/components/overlay/_dialog.scss +73 -0
  285. package/styles/styles/theme/base/components/overlay/_overlaypanel.scss +64 -0
  286. package/styles/styles/theme/base/components/overlay/_sidebar.scss +27 -0
  287. package/styles/styles/theme/base/components/overlay/_tooltip.scss +33 -0
  288. package/styles/styles/theme/base/components/panel/_accordion.scss +119 -0
  289. package/styles/styles/theme/base/components/panel/_card.scss +30 -0
  290. package/styles/styles/theme/base/components/panel/_divider.scss +31 -0
  291. package/styles/styles/theme/base/components/panel/_fieldset.scss +47 -0
  292. package/styles/styles/theme/base/components/panel/_panel.scss +58 -0
  293. package/styles/styles/theme/base/components/panel/_scrollpanel.scss +6 -0
  294. package/styles/styles/theme/base/components/panel/_splitter.scss +19 -0
  295. package/styles/styles/theme/base/components/panel/_tabview.scss +82 -0
  296. package/styles/styles/theme/base/components/panel/_toolbar.scss +11 -0
  297. package/styles/styles/theme/saga/_extensions.scss +27 -0
  298. package/styles/styles/theme/saga/_variables.scss +1 -0
  299. package/styles/styles/theme/saga/saga-blue/_extensions.scss +2 -0
  300. package/styles/styles/theme/saga/saga-blue/_fonts.scss +1 -0
  301. package/styles/styles/theme/saga/saga-blue/_variables.scss +1 -0
  302. package/styles/styles/theme/saga/saga-blue/theme.scss +4 -0
@@ -0,0 +1,64 @@
1
+ .p-fileupload {
2
+ .p-fileupload-buttonbar {
3
+ background: $panelHeaderBg;
4
+ padding: $panelHeaderPadding;
5
+ border: $panelHeaderBorder;
6
+ color: $panelHeaderTextColor;
7
+ border-bottom: 0 none;
8
+ border-top-right-radius: $borderRadius;
9
+ border-top-left-radius: $borderRadius;
10
+
11
+ .p-button {
12
+ margin-right: $inlineSpacing;
13
+
14
+ &.p-fileupload-choose.p-focus {
15
+ @include focused();
16
+ }
17
+ }
18
+ }
19
+
20
+ .p-fileupload-content {
21
+ background: $panelContentBg;
22
+ padding: $fileUploadContentPadding;
23
+ border: $panelContentBorder;
24
+ color: $panelContentTextColor;
25
+ border-bottom-right-radius: $borderRadius;
26
+ border-bottom-left-radius: $borderRadius;
27
+
28
+ &.p-fileupload-highlight {
29
+ border-color: 1px dashed var(--primary-color);
30
+ border-style: dashed;
31
+ background-color: var(--highlight-bg);
32
+ }
33
+ }
34
+
35
+ .p-progressbar {
36
+ height: $fileUploadProgressBarHeight;
37
+ }
38
+
39
+ .p-fileupload-row {
40
+ > div {
41
+ padding: $tableBodyCellPadding;
42
+ }
43
+ }
44
+
45
+ &.p-fileupload-advanced {
46
+ .p-message {
47
+ margin-top: 0;
48
+ }
49
+ }
50
+ }
51
+
52
+ .p-fileupload-choose {
53
+ &:not(.p-disabled):hover {
54
+ background: var(--primary-dark-color);
55
+ color: $buttonTextHoverColor;
56
+ border-color: var(--primary-dark-color);
57
+ }
58
+
59
+ &:not(.p-disabled):active {
60
+ background: var(--primary-darker-color);
61
+ color: $buttonTextActiveColor;
62
+ border-color: var(--primary-darker-color);
63
+ }
64
+ }
@@ -0,0 +1,118 @@
1
+ @use 'sass:math';
2
+
3
+ .p-autocomplete {
4
+ .p-autocomplete-loader {
5
+ right: nth($inputPadding, 2);
6
+ }
7
+
8
+ &.p-autocomplete-dd {
9
+ .p-autocomplete-loader {
10
+ right: nth($inputPadding, 2) + $buttonIconOnlyWidth;
11
+ }
12
+ }
13
+
14
+ .p-autocomplete-multiple-container {
15
+ padding: math.div(nth($inputPadding, 1), 2) nth($inputPadding, 2);
16
+ gap: $inlineSpacing;
17
+
18
+ &:not(.p-disabled):hover {
19
+ border-color: var(--primary-color);
20
+ }
21
+
22
+ &:not(.p-disabled).p-focus {
23
+ @include focused-input();
24
+ }
25
+
26
+ .p-autocomplete-input-token {
27
+ padding: math.div(nth($inputPadding, 1), 2) 0;
28
+
29
+ input {
30
+ font-family: var(--font-family);
31
+ font-feature-settings: var(--font-feature-settings, normal);
32
+ font-size: $inputTextFontSize;
33
+ color: $textColor;
34
+ padding: 0;
35
+ margin: 0;
36
+ }
37
+ }
38
+
39
+ .p-autocomplete-token {
40
+ padding: math.div(nth($inputPadding, 1), 2) nth($inputPadding, 2);
41
+ background: var(--highlight-bg);
42
+ color: $highlightTextColor;
43
+ border-radius: $borderRadius;
44
+
45
+ .p-autocomplete-token-icon {
46
+ margin-left: $inlineSpacing;
47
+ }
48
+ }
49
+ }
50
+ }
51
+
52
+ p-autocomplete.ng-dirty.ng-invalid > .p-autocomplete > .p-inputtext {
53
+ @include invalid-input();
54
+ }
55
+
56
+ .p-autocomplete-panel {
57
+ background: $inputOverlayBg;
58
+ color: $inputListTextColor;
59
+ border: $inputOverlayBorder;
60
+ border-radius: $borderRadius;
61
+ box-shadow: $inputOverlayShadow;
62
+
63
+ .p-autocomplete-items {
64
+ padding: $inputListPadding;
65
+
66
+ .p-autocomplete-item {
67
+ margin: $inputListItemMargin;
68
+ padding: $inputListItemPadding;
69
+ border: $inputListItemBorder;
70
+ color: $inputListItemTextColor;
71
+ background: $inputListItemBg;
72
+ transition: $listItemTransition;
73
+ border-radius: $inputListItemBorderRadius;
74
+
75
+ &:hover {
76
+ color: $inputListItemTextHoverColor;
77
+ background: $inputListItemHoverBg;
78
+ }
79
+
80
+ &.p-highlight {
81
+ color: $highlightTextColor;
82
+ background: var(--highlight-bg);
83
+ }
84
+ }
85
+
86
+ .p-autocomplete-empty-message {
87
+ padding: $inputListItemPadding;
88
+ color: $inputListItemTextColor;
89
+ background: $inputListItemBg;
90
+ }
91
+
92
+ .p-autocomplete-item-group {
93
+ margin: $submenuHeaderMargin;
94
+ padding: $submenuHeaderPadding;
95
+ color: $submenuHeaderTextColor;
96
+ background: $submenuHeaderBg;
97
+ font-weight: $submenuHeaderFontWeight;
98
+ }
99
+ }
100
+ }
101
+
102
+ p-autocomplete.p-autocomplete-clearable {
103
+ .p-inputtext {
104
+ padding-right: nth($inputPadding, 2) * 2 + $primeIconFontSize;
105
+ }
106
+
107
+ .p-autocomplete-clear-icon {
108
+ color: $inputIconColor;
109
+ right: nth($inputPadding, 2);
110
+ }
111
+ }
112
+
113
+ p-autocomplete.p-autocomplete-clearable .p-autocomplete-dd {
114
+ .p-autocomplete-clear-icon {
115
+ color: $inputIconColor;
116
+ right: $buttonIconOnlyWidth + nth($inputPadding, 2);
117
+ }
118
+ }
@@ -0,0 +1,263 @@
1
+ p-calendar.ng-dirty.ng-invalid > .p-calendar > .p-inputtext {
2
+ @include invalid-input();
3
+ }
4
+
5
+ .p-datepicker {
6
+ padding: $calendarPadding;
7
+ background: $calendarInlineBg;
8
+ color: $calendarTextColor;
9
+ border: $calendarBorder;
10
+ border-radius: $borderRadius;
11
+
12
+ &:not(.p-datepicker-inline) {
13
+ background: $calendarBg;
14
+ border: $calendarOverlayBorder;
15
+ box-shadow: $inputOverlayShadow;
16
+
17
+ .p-datepicker-header {
18
+ background: $calendarHeaderBg;
19
+ }
20
+ }
21
+
22
+ .p-datepicker-header {
23
+ padding: $calendarHeaderPadding;
24
+ color: $calendarHeaderTextColor;
25
+ background: $calendarInlineHeaderBg;
26
+ font-weight: $calendarHeaderFontWeight;
27
+ margin: $inputListHeaderMargin;
28
+ border-bottom: $calendarHeaderBorder;
29
+ border-top-right-radius: $borderRadius;
30
+ border-top-left-radius: $borderRadius;
31
+
32
+ .p-datepicker-prev,
33
+ .p-datepicker-next {
34
+ @include action-icon();
35
+ }
36
+
37
+ .p-datepicker-title {
38
+ line-height: $actionIconHeight;
39
+
40
+ .p-datepicker-year,
41
+ .p-datepicker-month {
42
+ color: $calendarHeaderTextColor;
43
+ transition: $actionIconTransition;
44
+ font-weight: $calendarHeaderFontWeight;
45
+ padding: $calendarHeaderCellPadding;
46
+
47
+ &:enabled:hover {
48
+ color: var(--primary-color);
49
+ }
50
+ }
51
+
52
+ .p-datepicker-month {
53
+ margin-right: $inlineSpacing;
54
+ }
55
+ }
56
+ }
57
+
58
+ table {
59
+ font-size: $fontSize;
60
+ margin: $calendarTableMargin;
61
+
62
+ th {
63
+ padding: $calendarHeaderCellPadding;
64
+
65
+ > span {
66
+ width: $calendarCellDateWidth;
67
+ height: $calendarCellDateHeight;
68
+ }
69
+ }
70
+
71
+ td {
72
+ padding: $calendarCellDatePadding;
73
+
74
+ > span {
75
+ width: $calendarCellDateWidth;
76
+ height: $calendarCellDateHeight;
77
+ border-radius: $calendarCellDateBorderRadius;
78
+ transition: $listItemTransition;
79
+ border: $calendarCellDateBorder;
80
+
81
+ &.p-highlight {
82
+ color: $highlightTextColor;
83
+ background: var(--highlight-bg);
84
+ }
85
+
86
+ &:focus {
87
+ @include focused();
88
+ }
89
+ }
90
+
91
+ &.p-datepicker-today {
92
+ > span {
93
+ background: $calendarCellDateTodayBg;
94
+ color: $calendarCellDateTodayTextColor;
95
+ border-color: $calendarCellDateTodayBorderColor;
96
+
97
+ &.p-highlight {
98
+ color: $highlightTextColor;
99
+ background: var(--highlight-bg);
100
+ }
101
+ }
102
+ }
103
+ }
104
+ }
105
+
106
+ .p-datepicker-buttonbar {
107
+ padding: $calendarButtonBarPadding;
108
+ border-top: $divider;
109
+
110
+ .p-button {
111
+ width: auto;
112
+ }
113
+ }
114
+
115
+ .p-timepicker {
116
+ border-top: $divider;
117
+ padding: $calendarTimePickerPadding;
118
+
119
+ button {
120
+ @include action-icon();
121
+
122
+ &:last-child {
123
+ margin-top: .2em;
124
+ }
125
+ }
126
+
127
+ span {
128
+ font-size: $calendarTimePickerTimeFontSize;
129
+ }
130
+
131
+ > div {
132
+ padding: $calendarTimePickerElementPadding;
133
+ }
134
+ }
135
+
136
+ &.p-datepicker-timeonly {
137
+ .p-timepicker {
138
+ border-top: 0 none;
139
+ }
140
+ }
141
+
142
+ .p-monthpicker {
143
+ margin: $calendarTableMargin;
144
+
145
+ .p-monthpicker-month {
146
+ padding: $calendarCellDatePadding;
147
+ transition: $listItemTransition;
148
+ border-radius: $borderRadius;
149
+
150
+ &.p-highlight {
151
+ color: $highlightTextColor;
152
+ background: var(--highlight-bg);
153
+ }
154
+ }
155
+ }
156
+
157
+ .p-yearpicker {
158
+ margin: $calendarTableMargin;
159
+
160
+ .p-yearpicker-year {
161
+ padding: $calendarCellDatePadding;
162
+ transition: $listItemTransition;
163
+ border-radius: $borderRadius;
164
+
165
+ &.p-highlight {
166
+ color: $highlightTextColor;
167
+ background: var(--highlight-bg);
168
+ }
169
+ }
170
+ }
171
+
172
+ &.p-datepicker-multiple-month {
173
+ .p-datepicker-group {
174
+ border-left: $divider;
175
+ padding-right: $calendarPadding;
176
+ padding-left: $calendarPadding;
177
+ padding-top: 0;
178
+ padding-bottom: 0;
179
+
180
+ &:first-child {
181
+ padding-left: 0;
182
+ border-left: 0 none;
183
+ }
184
+
185
+ &:last-child {
186
+ padding-right: 0;
187
+ }
188
+ }
189
+ }
190
+
191
+ &:not(.p-disabled) {
192
+ table {
193
+ td {
194
+ span:not(.p-highlight):not(.p-disabled) {
195
+ &:hover {
196
+ background: $calendarCellDateHoverBg;
197
+ }
198
+
199
+ &:focus {
200
+ @include focused();
201
+ }
202
+ }
203
+ }
204
+ }
205
+
206
+ .p-monthpicker {
207
+ .p-monthpicker-month {
208
+ &:not(.p-disabled) {
209
+ &:not(.p-highlight):hover {
210
+ background: $calendarCellDateHoverBg;
211
+ }
212
+
213
+ &:focus {
214
+ @include focused();
215
+ }
216
+ }
217
+ }
218
+ }
219
+
220
+ .p-yearpicker {
221
+ .p-yearpicker-year {
222
+ &:not(.p-disabled) {
223
+ &:not(.p-highlight):hover {
224
+ background: $calendarCellDateHoverBg;
225
+ }
226
+
227
+ &:focus {
228
+ @include focused();
229
+ }
230
+ }
231
+ }
232
+ }
233
+ }
234
+
235
+ }
236
+
237
+ p-calendar.p-calendar-clearable {
238
+ .p-inputtext {
239
+ padding-right: nth($inputPadding, 2) * 2 + $primeIconFontSize;
240
+ }
241
+
242
+ .p-calendar-clear-icon {
243
+ color: $inputIconColor;
244
+ right: nth($inputPadding, 2);
245
+ }
246
+ }
247
+
248
+ p-calendar.p-calendar-clearable .p-calendar-w-btn {
249
+ .p-calendar-clear-icon {
250
+ color: $inputIconColor;
251
+ right: $buttonIconOnlyWidth + nth($inputPadding, 2);
252
+ }
253
+ }
254
+
255
+ @media screen and (max-width: $calendarBreakpoint) {
256
+ .p-datepicker {
257
+ table {
258
+ th, td {
259
+ padding: $calendarCellDatePaddingSM;
260
+ }
261
+ }
262
+ }
263
+ }
@@ -0,0 +1,130 @@
1
+ @use 'sass:math';
2
+
3
+ .p-cascadeselect {
4
+ background: $inputBg;
5
+ border: $inputBorder;
6
+ transition: $formElementTransition;
7
+ border-radius: $borderRadius;
8
+
9
+ &:not(.p-disabled):hover {
10
+ border-color: var(--primary-color);
11
+ }
12
+
13
+ &:not(.p-disabled).p-focus {
14
+ @include focused-input();
15
+ }
16
+
17
+ .p-cascadeselect-label {
18
+ background: transparent;
19
+ border: 0 none;
20
+ padding: $inputPadding;
21
+
22
+ &.p-placeholder {
23
+ color: $inputPlaceholderTextColor;
24
+ }
25
+
26
+ &:enabled:focus {
27
+ outline: 0 none;
28
+ box-shadow: none;
29
+ }
30
+ }
31
+
32
+ .p-cascadeselect-trigger {
33
+ background: transparent;
34
+ color: $inputIconColor;
35
+ width: $inputGroupAddOnMinWidth;
36
+ border-top-right-radius: $borderRadius;
37
+ border-bottom-right-radius: $borderRadius;
38
+ }
39
+ }
40
+
41
+ .p-cascadeselect-panel {
42
+ background: $inputOverlayBg;
43
+ color: $inputListTextColor;
44
+ border: $inputOverlayBorder;
45
+ border-radius: $borderRadius;
46
+ box-shadow: $inputOverlayShadow;
47
+
48
+ .p-cascadeselect-items {
49
+ padding: $inputListPadding;
50
+
51
+ .p-cascadeselect-item {
52
+ margin: $inputListItemMargin;
53
+ border: $inputListItemBorder;
54
+ color: $inputListItemTextColor;
55
+ background: $inputListItemBg;
56
+ transition: $listItemTransition;
57
+ border-radius: $inputListItemBorderRadius;
58
+
59
+ .p-cascadeselect-item-content {
60
+ padding: $inputListItemPadding;
61
+
62
+ &:focus {
63
+ @include focused-listitem();
64
+ }
65
+ }
66
+
67
+ &.p-highlight {
68
+ color: $highlightTextColor;
69
+ background: var(--highlight-bg);
70
+ }
71
+
72
+ &:not(.p-highlight):not(.p-disabled):hover {
73
+ color: $inputListItemTextHoverColor;
74
+ background: $inputListItemHoverBg;
75
+ }
76
+
77
+ .p-cascadeselect-group-icon {
78
+ font-size: $menuitemSubmenuIconFontSize;
79
+ }
80
+
81
+ .p-icon {
82
+ width: $menuitemSubmenuIconFontSize;
83
+ height: $menuitemSubmenuIconFontSize;
84
+ }
85
+ }
86
+ }
87
+ }
88
+
89
+ p-cascadeselect.ng-dirty.ng-invalid > .p-cascadeselect {
90
+ @include invalid-input();
91
+ }
92
+
93
+ .p-input-filled {
94
+ .p-cascadeselect {
95
+ background: $inputFilledBg;
96
+
97
+ &:not(.p-disabled):hover {
98
+ background-color: $inputFilledHoverBg;
99
+ }
100
+
101
+ &:not(.p-disabled).p-focus {
102
+ background-color: $inputFilledFocusBg;
103
+ }
104
+ }
105
+ }
106
+
107
+ p-cascadeselect.p-cascadeselect-clearable {
108
+ .p-cascadeselect-label {
109
+ padding-right: nth($inputPadding, 2);
110
+ }
111
+
112
+ .p-cascadeselect-clear-icon {
113
+ color: $inputIconColor;
114
+ right: $inputGroupAddOnMinWidth;
115
+ }
116
+ }
117
+
118
+ .p-overlay-modal {
119
+ .p-cascadeselect-sublist {
120
+ .p-cascadeselect-panel {
121
+ box-shadow: none;
122
+ border-radius: 0;
123
+ padding: math.div($inlineSpacing, 2) 0 math.div($inlineSpacing, 2) $inlineSpacing;
124
+ }
125
+ }
126
+
127
+ .p-cascadeselect-item-active > .p-cascadeselect-item-content .p-cascadeselect-group-icon {
128
+ transform: rotate(90deg);
129
+ }
130
+ }
@@ -0,0 +1,90 @@
1
+ .p-checkbox {
2
+ width: $checkboxWidth;
3
+ height: $checkboxHeight;
4
+
5
+ .p-checkbox-box {
6
+ border: $checkboxBorder;
7
+ background: $inputBg;
8
+ width: $checkboxWidth;
9
+ height: $checkboxHeight;
10
+ color: $textColor;
11
+ border-radius: $borderRadius;
12
+ transition: $formElementTransition;
13
+
14
+ .p-checkbox-icon {
15
+ transition-duration: $transitionDuration;
16
+ color: $checkboxIconActiveColor;
17
+ font-size: $checkboxIconFontSize;
18
+ }
19
+
20
+ .p-icon {
21
+ width: $checkboxIconFontSize;
22
+ height: $checkboxIconFontSize;
23
+ }
24
+
25
+ &.p-highlight {
26
+ border-color: var(--primary-color);
27
+ background: var(--primary-color);
28
+ }
29
+ }
30
+
31
+ &:not(.p-checkbox-disabled) {
32
+ .p-checkbox-box {
33
+ &:hover {
34
+ border-color: var(--primary-color);
35
+ }
36
+
37
+ &.p-focus {
38
+ @include focused-input();
39
+ }
40
+
41
+ &.p-highlight:hover {
42
+ border-color: var(--primary-darker-color);
43
+ background: var(--primary-darker-color);
44
+ color: $checkboxIconActiveHoverColor;
45
+ }
46
+ }
47
+ }
48
+ }
49
+
50
+ p-checkbox.ng-dirty.ng-invalid > .p-checkbox > .p-checkbox-box {
51
+ @include invalid-input();
52
+ }
53
+
54
+ .p-input-filled {
55
+ .p-checkbox {
56
+ .p-checkbox-box {
57
+ background-color: $inputFilledBg;
58
+
59
+ &.p-highlight {
60
+ background: var(--primary-color);
61
+ }
62
+ }
63
+
64
+ &:not(.p-checkbox-disabled) {
65
+ .p-checkbox-box {
66
+ &:hover {
67
+ background-color: $inputFilledHoverBg;
68
+ }
69
+
70
+ &.p-highlight:hover {
71
+ background: var(--primary-darker-color);
72
+ }
73
+ }
74
+ }
75
+ }
76
+ }
77
+
78
+ .p-checkbox-label {
79
+ margin-left: $inlineSpacing;
80
+ }
81
+
82
+ @if (var(--highlight-bg) == var(--primary-color)) {
83
+ .p-highlight {
84
+ .p-checkbox {
85
+ .p-checkbox-box {
86
+ border-color: $checkboxIconActiveColor;
87
+ }
88
+ }
89
+ }
90
+ }
@@ -0,0 +1,55 @@
1
+ @use 'sass:math';
2
+
3
+ .p-chips {
4
+ .p-chips-multiple-container {
5
+ padding: math.div(nth($inputPadding, 1), 2) nth($inputPadding, 2);
6
+ gap: $inlineSpacing;
7
+
8
+ &:not(.p-disabled):hover {
9
+ border-color: var(--primary-color);
10
+ }
11
+
12
+ &:not(.p-disabled).p-focus {
13
+ @include focused-input();
14
+ }
15
+
16
+ .p-chips-token {
17
+ padding: math.div(nth($inputPadding, 1), 2) nth($inputPadding, 2);
18
+ background: var(--highlight-bg);
19
+ color: $highlightTextColor;
20
+ border-radius: $borderRadius;
21
+
22
+ .p-chips-token-icon {
23
+ margin-left: $inlineSpacing;
24
+ }
25
+ }
26
+
27
+ .p-chips-input-token {
28
+ padding: math.div(nth($inputPadding, 1), 2) 0;
29
+
30
+ input {
31
+ font-family: var(--font-family);
32
+ font-feature-settings: var(--font-feature-settings, normal);
33
+ font-size: $inputTextFontSize;
34
+ color: $textColor;
35
+ padding: 0;
36
+ margin: 0;
37
+ }
38
+ }
39
+ }
40
+ }
41
+
42
+ p-chips.ng-dirty.ng-invalid > .p-chips > .p-inputtext {
43
+ @include invalid-input();
44
+ }
45
+
46
+ p-chips.p-chips-clearable {
47
+ .p-inputtext {
48
+ padding-right: nth($inputPadding, 2) + $primeIconFontSize;
49
+ }
50
+
51
+ .p-chips-clear-icon {
52
+ color: $inputIconColor;
53
+ right: nth($inputPadding, 2);
54
+ }
55
+ }