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,26 @@
1
+ .p-colorpicker-preview,
2
+ .p-fluid .p-colorpicker-preview.p-inputtext {
3
+ // width: $colorPickerPreviewWidth;
4
+ // height: $colorPickerPreviewHeight;
5
+ width: 3rem;
6
+ height: 100%;
7
+ // position: absolute;
8
+ }
9
+
10
+ .p-colorpicker-panel {
11
+ background: $colorPickerBg;
12
+ border: $colorPickerBorder;
13
+
14
+ .p-colorpicker-color-handle,
15
+ .p-colorpicker-hue-handle {
16
+ border-color: $colorPickerHandleColor;
17
+ }
18
+ }
19
+
20
+ .p-colorpicker-overlay-panel {
21
+ box-shadow: $inputOverlayShadow;
22
+ }
23
+
24
+ // .p-colorpicker{
25
+ // width: 100%;
26
+ // }
@@ -0,0 +1,152 @@
1
+ p-dropdown.ng-dirty.ng-invalid > .p-dropdown { //zakomentarisano u donjem delu je bilo, ispravno ovako
2
+ @include invalid-input();
3
+ }
4
+
5
+ .p-dropdown {
6
+ background: $inputBg;
7
+ border: $inputBorder;
8
+ transition: $formElementTransition;
9
+ border-radius: $borderRadius;
10
+
11
+ &:not(.p-disabled):hover {
12
+ border-color: var(--primary-color);
13
+ }
14
+
15
+ &:not(.p-disabled).p-focus {
16
+ @include focused-input();
17
+ }
18
+
19
+ &.p-dropdown-clearable {
20
+ .p-dropdown-label {
21
+ padding-right: nth($inputPadding, 2) + $primeIconFontSize;
22
+ }
23
+ }
24
+
25
+ .p-dropdown-label {
26
+ background: transparent;
27
+ border: 0 none;
28
+
29
+ &.p-placeholder {
30
+ color: $inputPlaceholderTextColor;
31
+ }
32
+
33
+ &:focus,
34
+ &:enabled:focus {
35
+ outline: 0 none;
36
+ box-shadow: none;
37
+ }
38
+ }
39
+
40
+ .p-dropdown-trigger {
41
+ background: transparent;
42
+ color: $inputIconColor;
43
+ width: $inputGroupAddOnMinWidth;
44
+ border-top-right-radius: $borderRadius;
45
+ border-bottom-right-radius: $borderRadius;
46
+ }
47
+
48
+ .p-dropdown-clear-icon {
49
+ color: $inputIconColor;
50
+ right: $inputGroupAddOnMinWidth;
51
+ }
52
+
53
+ // &.p-invalid.p-component {
54
+ // @include invalid-input();
55
+ // background: #000;
56
+ // }
57
+ }
58
+
59
+ .p-dropdown-panel {
60
+ background: $inputOverlayBg;
61
+ color: $inputListTextColor;
62
+ border: $inputOverlayBorder;
63
+ border-radius: $borderRadius;
64
+ box-shadow: $inputOverlayShadow;
65
+
66
+ .p-dropdown-header {
67
+ padding: $inputListHeaderPadding;
68
+ border-bottom: $inputListHeaderBorder;
69
+ color: $inputListHeaderTextColor;
70
+ background: $inputOverlayHeaderBg;
71
+ margin: $inputListHeaderMargin;
72
+ border-top-right-radius: $borderRadius;
73
+ border-top-left-radius: $borderRadius;
74
+
75
+ .p-dropdown-filter {
76
+ padding-right: nth($inputPadding, 2) + $primeIconFontSize;
77
+ margin-right: -1 * (nth($inputPadding, 2) + $primeIconFontSize);
78
+ }
79
+
80
+ .p-dropdown-filter-icon {
81
+ right: nth($inputPadding, 2);
82
+ color: $inputIconColor;
83
+ }
84
+ }
85
+
86
+ .p-dropdown-items {
87
+ padding: $inputListPadding;
88
+
89
+ .p-dropdown-item {
90
+ margin: $inputListItemMargin;
91
+ padding: $inputListItemPadding;
92
+ border: $inputListItemBorder;
93
+ color: $inputListItemTextColor;
94
+ background: $inputListItemBg;
95
+ transition: $listItemTransition;
96
+ border-radius: $inputListItemBorderRadius;
97
+
98
+ &.p-highlight {
99
+ color: $highlightTextColor;
100
+ background: var(--highlight-bg) !important;
101
+
102
+ &.p-focus {
103
+ background: $highlightFocusBg;
104
+ }
105
+ }
106
+
107
+ &:not(.p-highlight):not(.p-disabled) {
108
+ &.p-focus {
109
+ color: $inputListItemTextFocusColor;
110
+ background: $inputListItemFocusBg;
111
+ }
112
+
113
+ &:hover {
114
+ color: $inputListItemTextHoverColor;
115
+ background: $inputListItemHoverBg;
116
+ }
117
+ }
118
+ }
119
+
120
+ .p-dropdown-item-group {
121
+ margin: $submenuHeaderMargin;
122
+ padding: $submenuHeaderPadding;
123
+ color: $submenuHeaderTextColor;
124
+ background: $submenuHeaderBg;
125
+ font-weight: $submenuHeaderFontWeight;
126
+ }
127
+
128
+ .p-dropdown-empty-message {
129
+ padding: $inputListItemPadding;
130
+ color: $inputListItemTextColor;
131
+ background: $inputListItemBg;
132
+ }
133
+ }
134
+ }
135
+
136
+ .p-input-filled {
137
+ .p-dropdown {
138
+ background: $inputFilledBg;
139
+
140
+ &:not(.p-disabled):hover {
141
+ background-color: $inputFilledHoverBg;
142
+ }
143
+
144
+ &:not(.p-disabled).p-focus {
145
+ background-color: $inputFilledFocusBg;
146
+
147
+ .p-inputtext {
148
+ background-color: transparent;
149
+ }
150
+ }
151
+ }
152
+ }
@@ -0,0 +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: var(--primary-color);
109
+
110
+ .ql-stroke {
111
+ stroke: var(--primary-color);
112
+ }
113
+
114
+ .ql-fill {
115
+ fill: var(--primary-color);
116
+ }
117
+
118
+ .ql-picker-label {
119
+ color: var(--primary-color);
120
+ }
121
+ }
122
+ }
@@ -0,0 +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
+ }
@@ -0,0 +1,16 @@
1
+ @use 'sass:math';
2
+
3
+ p-inputmask.ng-dirty.ng-invalid > .p-inputtext {
4
+ @include invalid-input();
5
+ }
6
+
7
+ p-inputmask.p-inputmask-clearable {
8
+ .p-inputtext {
9
+ padding-right: nth($inputPadding, 2) * 2 + $primeIconFontSize;
10
+ }
11
+
12
+ .p-inputmask-clear-icon {
13
+ color: $inputIconColor;
14
+ right: nth($inputPadding, 2);
15
+ }
16
+ }
@@ -0,0 +1,28 @@
1
+ p-inputnumber.ng-dirty.ng-invalid > .p-inputnumber > .p-inputtext {
2
+ @include invalid-input();
3
+ }
4
+
5
+ p-inputnumber.p-inputnumber-clearable {
6
+ .p-inputnumber-input {
7
+ padding-right: nth($inputPadding, 2) * 2 + $primeIconFontSize;
8
+ }
9
+
10
+ .p-inputnumber-clear-icon {
11
+ color: $inputIconColor;
12
+ right: nth($inputPadding, 2);
13
+ }
14
+ }
15
+
16
+ p-inputnumber.p-inputnumber-clearable {
17
+ .p-inputnumber-buttons-stacked{
18
+ .p-inputnumber-clear-icon {
19
+ right: $buttonIconOnlyWidth + nth($inputPadding, 2);
20
+ }
21
+ }
22
+
23
+ .p-inputnumber-buttons-horizontal{
24
+ .p-inputnumber-clear-icon {
25
+ right: $buttonIconOnlyWidth + nth($inputPadding, 2);
26
+ }
27
+ }
28
+ }
@@ -0,0 +1,60 @@
1
+ @use 'sass:math';
2
+
3
+ .p-inputswitch {
4
+ width: $inputSwitchWidth;
5
+ height: $inputSwitchHeight;
6
+
7
+ .p-inputswitch-slider {
8
+ background: $inputSwitchSliderOffBg;
9
+ transition: $formElementTransition;
10
+ border-radius: $inputSwitchBorderRadius;
11
+
12
+ &:before {
13
+ background: $inputSwitchHandleOffBg;
14
+ width: $inputSwitchHandleWidth;
15
+ height: $inputSwitchHandleHeight;
16
+ left: $inputSwitchSliderPadding;
17
+ margin-top: math.div(-1 * $inputSwitchHandleHeight, 2);
18
+ border-radius: $inputSwitchHandleBorderRadius;
19
+ transition-duration: $transitionDuration;
20
+ }
21
+ }
22
+
23
+ &.p-inputswitch-checked {
24
+ .p-inputswitch-slider:before {
25
+ transform: translateX($inputSwitchHandleWidth);
26
+ }
27
+ }
28
+
29
+ &.p-focus {
30
+ .p-inputswitch-slider {
31
+ @include focused();
32
+ }
33
+ }
34
+
35
+ &:not(.p-disabled):hover {
36
+ .p-inputswitch-slider {
37
+ background: $inputSwitchSliderOffHoverBg;
38
+ }
39
+ }
40
+
41
+ &.p-inputswitch-checked {
42
+ .p-inputswitch-slider {
43
+ background: var(--primary-color);
44
+
45
+ &:before {
46
+ background: $inputSwitchHandleOnBg;
47
+ }
48
+ }
49
+
50
+ &:not(.p-disabled):hover {
51
+ .p-inputswitch-slider {
52
+ background: var(--primary-dark-color);
53
+ }
54
+ }
55
+ }
56
+ }
57
+
58
+ p-inputswitch.ng-dirty.ng-invalid > .p-inputswitch {
59
+ @include invalid-input();
60
+ }
@@ -0,0 +1,100 @@
1
+ .p-inputtext {
2
+ font-family: var(--font-family);
3
+ font-feature-settings: var(--font-feature-settings, normal);
4
+ font-size: $inputTextFontSize;
5
+ color: $inputTextColor;
6
+ background: $inputBg;
7
+ padding: $inputPadding;
8
+ border: $inputBorder;
9
+ transition: $formElementTransition;
10
+ appearance: none;
11
+ border-radius: $borderRadius;
12
+
13
+ &:enabled:hover {
14
+ border-color: var(--primary-color);
15
+ }
16
+
17
+ &:enabled:focus {
18
+ @include focused-input();
19
+ }
20
+
21
+ &.ng-dirty.ng-invalid {
22
+ @include invalid-input();
23
+ }
24
+
25
+ &.p-inputtext-sm {
26
+ @include scaledFontSize($inputTextFontSize, $scaleSM);
27
+ @include scaledPadding($inputPadding, $scaleSM);
28
+ }
29
+
30
+ &.p-inputtext-lg {
31
+ @include scaledFontSize($inputTextFontSize, $scaleLG);
32
+ @include scaledPadding($inputPadding, $scaleLG);
33
+ }
34
+ }
35
+
36
+ .p-float-label > label {
37
+ left: nth($inputPadding, 2);
38
+ color: $inputPlaceholderTextColor;
39
+ transition-duration: $transitionDuration;
40
+ }
41
+
42
+ .p-float-label > .ng-invalid.ng-dirty + label {
43
+ color: $inputErrorBorderColor;
44
+ }
45
+
46
+ .p-input-icon-left > .p-icon-wrapper.p-icon,
47
+ .p-input-icon-left > i:first-of-type {
48
+ left: nth($inputPadding, 2);
49
+ color: $inputIconColor;
50
+ }
51
+
52
+ .p-input-icon-left > .p-inputtext {
53
+ padding-left: nth($inputPadding, 2) * 2 + $primeIconFontSize;
54
+ }
55
+
56
+ .p-input-icon-left.p-float-label > label {
57
+ left: nth($inputPadding, 2) * 2 + $primeIconFontSize;
58
+ }
59
+
60
+ .p-input-icon-right > .p-icon-wrapper,
61
+ .p-input-icon-right > i:last-of-type {
62
+ right: nth($inputPadding, 2);
63
+ color: $inputIconColor;
64
+ }
65
+
66
+ .p-input-icon-right > .p-inputtext {
67
+ padding-right: nth($inputPadding, 2) * 2 + $primeIconFontSize;
68
+ }
69
+
70
+ @include placeholder {
71
+ color: $inputPlaceholderTextColor
72
+ };
73
+
74
+ .p-input-filled {
75
+ .p-inputtext {
76
+ background-color: $inputFilledBg;
77
+
78
+ &:enabled:hover {
79
+ background-color: $inputFilledHoverBg;
80
+ }
81
+
82
+ &:enabled:focus {
83
+ background-color: $inputFilledFocusBg;
84
+ }
85
+ }
86
+ }
87
+
88
+ .p-inputtext-sm {
89
+ .p-inputtext {
90
+ @include scaledFontSize($inputTextFontSize, $scaleSM);
91
+ @include scaledPadding($inputPadding, $scaleSM);
92
+ }
93
+ }
94
+
95
+ .p-inputtext-lg {
96
+ .p-inputtext {
97
+ @include scaledFontSize($inputTextFontSize, $scaleLG);
98
+ @include scaledPadding($inputPadding, $scaleLG);
99
+ }
100
+ }
@@ -0,0 +1,82 @@
1
+ .p-listbox {
2
+ background: $inputListBg;
3
+ color: $inputListTextColor;
4
+ border: $inputListBorder;
5
+ border-radius: $borderRadius;
6
+
7
+ .p-listbox-header {
8
+ padding: $inputListHeaderPadding;
9
+ border-bottom: $inputListHeaderBorder;
10
+ color: $inputListHeaderTextColor;
11
+ background: $inputListHeaderBg;
12
+ margin: $inputListHeaderMargin;
13
+ border-top-right-radius: $borderRadius;
14
+ border-top-left-radius: $borderRadius;
15
+
16
+ .p-listbox-filter {
17
+ padding-right: nth($inputPadding, 2) + $primeIconFontSize;
18
+ }
19
+
20
+ .p-listbox-filter-icon {
21
+ right: nth($inputPadding, 2);
22
+ color: $inputIconColor;
23
+ }
24
+
25
+ .p-checkbox {
26
+ margin-right: $inlineSpacing;
27
+ }
28
+ }
29
+
30
+ .p-listbox-list {
31
+ padding: $inputListPadding;
32
+
33
+ .p-listbox-item {
34
+ margin: $inputListItemMargin;
35
+ padding: $inputListItemPadding;
36
+ border: $inputListItemBorder;
37
+ color: $inputListItemTextColor;
38
+ transition: $listItemTransition;
39
+ border-radius: $inputListItemBorderRadius;
40
+
41
+ &.p-highlight {
42
+ color: $highlightTextColor;
43
+ background: var(--highlight-bg);
44
+ }
45
+
46
+ &:focus {
47
+ @include focused-listitem();
48
+ }
49
+
50
+ .p-checkbox {
51
+ margin-right: $inlineSpacing;
52
+ }
53
+ }
54
+
55
+ .p-listbox-item-group {
56
+ margin: $submenuHeaderMargin;
57
+ padding: $submenuHeaderPadding;
58
+ color: $submenuHeaderTextColor;
59
+ background: $submenuHeaderBg;
60
+ font-weight: $submenuHeaderFontWeight;
61
+ }
62
+
63
+ .p-listbox-empty-message {
64
+ padding: $inputListItemPadding;
65
+ color: $inputListItemTextColor;
66
+ background: $inputListItemBg;
67
+ }
68
+ }
69
+
70
+ &:not(.p-disabled) {
71
+ .p-listbox-item {
72
+ &:not(.p-highlight):not(.p-disabled):hover {
73
+ color: $inputListItemTextHoverColor;
74
+ background: $inputListItemHoverBg;
75
+ }
76
+ }
77
+ }
78
+ }
79
+
80
+ p-listbox.ng-dirty.ng-invalid > .p-listbox {
81
+ @include invalid-input();
82
+ }