spiderly 19.0.0 → 19.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 (219) hide show
  1. package/fesm2022/spiderly.mjs +1996 -2189
  2. package/fesm2022/spiderly.mjs.map +1 -1
  3. package/lib/components/auth/login/login.component.d.ts +1 -1
  4. package/lib/components/auth/registration/registration.component.d.ts +1 -1
  5. package/lib/components/spiderly-buttons/spiderly-button-base/spiderly-button-base.d.ts +1 -1
  6. package/lib/entities/primeng-option.d.ts +3 -3
  7. package/lib/interceptors/http-loading.interceptor.d.ts +2 -11
  8. package/lib/interceptors/json-parser.interceptor.d.ts +2 -11
  9. package/lib/interceptors/jwt.interceptor.d.ts +2 -11
  10. package/lib/interceptors/unauthorized.interceptor.d.ts +2 -16
  11. package/lib/modules/core.module.d.ts +2 -13
  12. package/lib/modules/primeng.module.d.ts +4 -4
  13. package/lib/modules/spiderly-transloco.module.d.ts +2 -1
  14. package/package.json +15 -16
  15. package/public-api.d.ts +2 -1
  16. package/styles/components/spiderly-data-table/spiderly-data-table.component.scss +15 -0
  17. package/styles/components/spiderly-panels/panel-footer/panel-footer.component.scss +3 -3
  18. package/styles/components/spiderly-panels/spiderly-panel/spiderly-panel.component.scss +11 -0
  19. package/styles/styles/layout/_config.scss +2 -2
  20. package/styles/styles/layout/_content.scss +2 -0
  21. package/styles/styles/layout/_footer.scss +2 -0
  22. package/styles/styles/layout/_main.scss +6 -3
  23. package/styles/styles/layout/_menu.scss +10 -7
  24. package/styles/styles/layout/_mixins.scss +2 -2
  25. package/styles/styles/layout/_preloading.scss +1 -1
  26. package/styles/styles/layout/_responsive.scss +2 -0
  27. package/styles/styles/layout/_spiderly-controls.scss +2 -0
  28. package/styles/styles/layout/_topbar.scss +16 -11
  29. package/styles/styles/layout/_typography.scss +1 -1
  30. package/styles/styles/layout/_utils.scss +1 -1
  31. package/styles/styles/layout/_variables.scss +59 -53
  32. package/styles/styles/layout/layout.scss +13 -13
  33. package/styles/styles/shared.scss +70 -42
  34. package/styles/styles/styles.scss +2 -5
  35. package/esm2022/lib/components/auth/auth.module.mjs +0 -65
  36. package/esm2022/lib/components/auth/login/login.component.mjs +0 -60
  37. package/esm2022/lib/components/auth/partials/auth.component.mjs +0 -53
  38. package/esm2022/lib/components/auth/partials/login-verification.component.mjs +0 -39
  39. package/esm2022/lib/components/auth/partials/registration-verification.component.mjs +0 -37
  40. package/esm2022/lib/components/auth/partials/verification-wrapper.component.mjs +0 -74
  41. package/esm2022/lib/components/auth/registration/registration.component.mjs +0 -59
  42. package/esm2022/lib/components/base-details/role-base-details.component.mjs +0 -171
  43. package/esm2022/lib/components/base-form/base-form copy.mjs +0 -247
  44. package/esm2022/lib/components/card-skeleton/card-skeleton.component.mjs +0 -25
  45. package/esm2022/lib/components/footer/footer.component.mjs +0 -16
  46. package/esm2022/lib/components/index-card/index-card.component.mjs +0 -57
  47. package/esm2022/lib/components/info-card/info-card.component.mjs +0 -29
  48. package/esm2022/lib/components/layout/layout-base.component.mjs +0 -121
  49. package/esm2022/lib/components/layout/sidebar/menuitem.component.mjs +0 -161
  50. package/esm2022/lib/components/layout/sidebar/sidebar-menu.component.mjs +0 -34
  51. package/esm2022/lib/components/layout/sidebar/sidebar-menu.service.mjs +0 -26
  52. package/esm2022/lib/components/layout/sidebar/sidebar.component.mjs +0 -21
  53. package/esm2022/lib/components/layout/topbar/topbar.component.mjs +0 -115
  54. package/esm2022/lib/components/not-found/not-found.component.mjs +0 -20
  55. package/esm2022/lib/components/required/required.component.mjs +0 -12
  56. package/esm2022/lib/components/spiderly-buttons/google-button/google-button.component.mjs +0 -43
  57. package/esm2022/lib/components/spiderly-buttons/return-button/return-button.component.mjs +0 -37
  58. package/esm2022/lib/components/spiderly-buttons/spiderly-button/spiderly-button.component.mjs +0 -20
  59. package/esm2022/lib/components/spiderly-buttons/spiderly-button-base/spiderly-button-base.mjs +0 -68
  60. package/esm2022/lib/components/spiderly-buttons/spiderly-split-button/spiderly-split-button.component.mjs +0 -22
  61. package/esm2022/lib/components/spiderly-data-table/spiderly-data-table.component.mjs +0 -501
  62. package/esm2022/lib/components/spiderly-delete-dialog/spiderly-delete-confirmation.component.mjs +0 -42
  63. package/esm2022/lib/components/spiderly-form-control/spiderly-form-control.mjs +0 -36
  64. package/esm2022/lib/components/spiderly-panels/panel-body/panel-body.component.mjs +0 -19
  65. package/esm2022/lib/components/spiderly-panels/panel-footer/panel-footer.component.mjs +0 -14
  66. package/esm2022/lib/components/spiderly-panels/panel-header/panel-header.component.mjs +0 -49
  67. package/esm2022/lib/components/spiderly-panels/spiderly-card/spiderly-card.component.mjs +0 -20
  68. package/esm2022/lib/components/spiderly-panels/spiderly-panel/spiderly-panel.component.mjs +0 -63
  69. package/esm2022/lib/components/spiderly-panels/spiderly-panels.module.mjs +0 -49
  70. package/esm2022/lib/controls/base-autocomplete-control.mjs +0 -18
  71. package/esm2022/lib/controls/base-control.mjs +0 -62
  72. package/esm2022/lib/controls/base-dropdown-control.mjs +0 -37
  73. package/esm2022/lib/controls/spiderly-autocomplete/spiderly-autocomplete.component.mjs +0 -60
  74. package/esm2022/lib/controls/spiderly-calendar/spiderly-calendar.component.mjs +0 -39
  75. package/esm2022/lib/controls/spiderly-checkbox/spiderly-checkbox.component.mjs +0 -45
  76. package/esm2022/lib/controls/spiderly-colorpick/spiderly-colorpick.component.mjs +0 -40
  77. package/esm2022/lib/controls/spiderly-controls.module.mjs +0 -112
  78. package/esm2022/lib/controls/spiderly-dropdown/spiderly-dropdown.component.mjs +0 -40
  79. package/esm2022/lib/controls/spiderly-editor/spiderly-editor.component.mjs +0 -59
  80. package/esm2022/lib/controls/spiderly-file/spiderly-file.component.mjs +0 -106
  81. package/esm2022/lib/controls/spiderly-multiautocomplete/spiderly-multiautocomplete.component.mjs +0 -38
  82. package/esm2022/lib/controls/spiderly-multiselect/spiderly-multiselect.component.mjs +0 -34
  83. package/esm2022/lib/controls/spiderly-number/spiderly-number.component.mjs +0 -44
  84. package/esm2022/lib/controls/spiderly-password/spiderly-password.component.mjs +0 -37
  85. package/esm2022/lib/controls/spiderly-textarea/spiderly-textarea.component.mjs +0 -34
  86. package/esm2022/lib/controls/spiderly-textbox/spiderly-textbox.component.mjs +0 -45
  87. package/esm2022/lib/entities/base-entity.mjs +0 -18
  88. package/esm2022/lib/entities/codebook.mjs +0 -10
  89. package/esm2022/lib/entities/init-company-auth-dialog-details.mjs +0 -9
  90. package/esm2022/lib/entities/init-top-bar-data.mjs +0 -12
  91. package/esm2022/lib/entities/is-authorized-for-save-event.mjs +0 -9
  92. package/esm2022/lib/entities/last-menu-icon-index-clicked.mjs +0 -8
  93. package/esm2022/lib/entities/lazy-load-selected-ids-result.mjs +0 -11
  94. package/esm2022/lib/entities/menuchangeevent.mjs +0 -3
  95. package/esm2022/lib/entities/mime-type.mjs +0 -15
  96. package/esm2022/lib/entities/namebook.mjs +0 -9
  97. package/esm2022/lib/entities/primeng-option.mjs +0 -9
  98. package/esm2022/lib/entities/security-entities.mjs +0 -169
  99. package/esm2022/lib/entities/simple-save-result.mjs +0 -9
  100. package/esm2022/lib/entities/spiderly-button.mjs +0 -11
  101. package/esm2022/lib/entities/table-filter-context.mjs +0 -3
  102. package/esm2022/lib/entities/table-filter-sort-meta.mjs +0 -3
  103. package/esm2022/lib/entities/table-filter.mjs +0 -15
  104. package/esm2022/lib/entities/table-response.mjs +0 -3
  105. package/esm2022/lib/enums/security-enums.mjs +0 -26
  106. package/esm2022/lib/enums/verification-type-codes.mjs +0 -6
  107. package/esm2022/lib/guards/auth.guard.mjs +0 -40
  108. package/esm2022/lib/guards/not-auth.guard.mjs +0 -32
  109. package/esm2022/lib/handlers/spiderly-error-handler.mjs +0 -30
  110. package/esm2022/lib/handlers/spiderly-transloco-fallback-strategy.mjs +0 -24
  111. package/esm2022/lib/interceptors/http-loading.interceptor.mjs +0 -27
  112. package/esm2022/lib/interceptors/json-parser.interceptor.mjs +0 -47
  113. package/esm2022/lib/interceptors/jwt.interceptor.mjs +0 -27
  114. package/esm2022/lib/interceptors/unauthorized.interceptor.mjs +0 -64
  115. package/esm2022/lib/modules/core.module.mjs +0 -140
  116. package/esm2022/lib/modules/primeng.module.mjs +0 -278
  117. package/esm2022/lib/modules/spiderly-transloco.module.mjs +0 -42
  118. package/esm2022/lib/services/api.service.security.mjs +0 -86
  119. package/esm2022/lib/services/app-initializer.mjs +0 -6
  120. package/esm2022/lib/services/app-layout-base.service.mjs +0 -132
  121. package/esm2022/lib/services/auth-base.service.mjs +0 -220
  122. package/esm2022/lib/services/base-form.service.mjs +0 -124
  123. package/esm2022/lib/services/config-base.service.mjs +0 -33
  124. package/esm2022/lib/services/helper-functions.mjs +0 -229
  125. package/esm2022/lib/services/spiderly-message.service.mjs +0 -64
  126. package/esm2022/lib/services/spiderly-transloco-loader.mjs +0 -20
  127. package/esm2022/lib/services/translate-labels-abstract.service.mjs +0 -15
  128. package/esm2022/lib/services/validator-abstract.service.mjs +0 -51
  129. package/esm2022/public-api.mjs +0 -94
  130. package/esm2022/spiderly.mjs +0 -5
  131. package/lib/components/auth/auth.module.d.ts +0 -17
  132. package/styles/styles/theme/base/_colors.scss +0 -18
  133. package/styles/styles/theme/base/_common.scss +0 -75
  134. package/styles/styles/theme/base/_components.scss +0 -106
  135. package/styles/styles/theme/base/_mixins.scss +0 -343
  136. package/styles/styles/theme/base/components/button/_button.scss +0 -564
  137. package/styles/styles/theme/base/components/button/_speeddial.scss +0 -96
  138. package/styles/styles/theme/base/components/button/_splitbutton.scss +0 -381
  139. package/styles/styles/theme/base/components/data/_carousel.scss +0 -37
  140. package/styles/styles/theme/base/components/data/_datatable.scss +0 -338
  141. package/styles/styles/theme/base/components/data/_dataview.scss +0 -55
  142. package/styles/styles/theme/base/components/data/_filter.scss +0 -138
  143. package/styles/styles/theme/base/components/data/_orderlist.scss +0 -103
  144. package/styles/styles/theme/base/components/data/_organizationchart.scss +0 -50
  145. package/styles/styles/theme/base/components/data/_paginator.scss +0 -92
  146. package/styles/styles/theme/base/components/data/_picklist.scss +0 -103
  147. package/styles/styles/theme/base/components/data/_timeline.scss +0 -81
  148. package/styles/styles/theme/base/components/data/_tree.scss +0 -149
  149. package/styles/styles/theme/base/components/data/_treetable.scss +0 -256
  150. package/styles/styles/theme/base/components/data/_virtualscroller.scss +0 -28
  151. package/styles/styles/theme/base/components/file/_fileupload.scss +0 -64
  152. package/styles/styles/theme/base/components/input/_autocomplete.scss +0 -118
  153. package/styles/styles/theme/base/components/input/_calendar.scss +0 -263
  154. package/styles/styles/theme/base/components/input/_cascadeselect.scss +0 -130
  155. package/styles/styles/theme/base/components/input/_checkbox.scss +0 -90
  156. package/styles/styles/theme/base/components/input/_chips.scss +0 -55
  157. package/styles/styles/theme/base/components/input/_colorpicker.scss +0 -26
  158. package/styles/styles/theme/base/components/input/_dropdown.scss +0 -152
  159. package/styles/styles/theme/base/components/input/_editor.scss +0 -122
  160. package/styles/styles/theme/base/components/input/_inputgroup.scss +0 -75
  161. package/styles/styles/theme/base/components/input/_inputmask.scss +0 -16
  162. package/styles/styles/theme/base/components/input/_inputnumber.scss +0 -28
  163. package/styles/styles/theme/base/components/input/_inputswitch.scss +0 -60
  164. package/styles/styles/theme/base/components/input/_inputtext.scss +0 -100
  165. package/styles/styles/theme/base/components/input/_listbox.scss +0 -82
  166. package/styles/styles/theme/base/components/input/_multiselect.scss +0 -173
  167. package/styles/styles/theme/base/components/input/_password.scss +0 -52
  168. package/styles/styles/theme/base/components/input/_radiobutton.scss +0 -78
  169. package/styles/styles/theme/base/components/input/_rating.scss +0 -55
  170. package/styles/styles/theme/base/components/input/_selectbutton.scss +0 -50
  171. package/styles/styles/theme/base/components/input/_slider.scss +0 -71
  172. package/styles/styles/theme/base/components/input/_togglebutton.scss +0 -48
  173. package/styles/styles/theme/base/components/input/_treeselect.scss +0 -139
  174. package/styles/styles/theme/base/components/menu/_breadcrumb.scss +0 -42
  175. package/styles/styles/theme/base/components/menu/_contextmenu.scss +0 -39
  176. package/styles/styles/theme/base/components/menu/_dock.scss +0 -95
  177. package/styles/styles/theme/base/components/menu/_megamenu.scss +0 -55
  178. package/styles/styles/theme/base/components/menu/_menu.scss +0 -37
  179. package/styles/styles/theme/base/components/menu/_menubar.scss +0 -141
  180. package/styles/styles/theme/base/components/menu/_panelmenu.scss +0 -153
  181. package/styles/styles/theme/base/components/menu/_slidemenu.scss +0 -59
  182. package/styles/styles/theme/base/components/menu/_steps.scss +0 -56
  183. package/styles/styles/theme/base/components/menu/_tabmenu.scss +0 -74
  184. package/styles/styles/theme/base/components/menu/_tieredmenu.scss +0 -43
  185. package/styles/styles/theme/base/components/messages/_inlinemessage.scss +0 -69
  186. package/styles/styles/theme/base/components/messages/_message.scss +0 -107
  187. package/styles/styles/theme/base/components/messages/_toast.scss +0 -103
  188. package/styles/styles/theme/base/components/misc/_avatar.scss +0 -30
  189. package/styles/styles/theme/base/components/misc/_badge.scss +0 -48
  190. package/styles/styles/theme/base/components/misc/_blockui.scss +0 -0
  191. package/styles/styles/theme/base/components/misc/_chip.scss +0 -42
  192. package/styles/styles/theme/base/components/misc/_inplace.scss +0 -17
  193. package/styles/styles/theme/base/components/misc/_progressbar.scss +0 -17
  194. package/styles/styles/theme/base/components/misc/_scrolltop.scss +0 -25
  195. package/styles/styles/theme/base/components/misc/_skeleton.scss +0 -8
  196. package/styles/styles/theme/base/components/misc/_tag.scss +0 -40
  197. package/styles/styles/theme/base/components/misc/_terminal.scss +0 -12
  198. package/styles/styles/theme/base/components/multimedia/_galleria.scss +0 -155
  199. package/styles/styles/theme/base/components/multimedia/_image.scss +0 -49
  200. package/styles/styles/theme/base/components/overlay/_confirmpopup.scss +0 -72
  201. package/styles/styles/theme/base/components/overlay/_dialog.scss +0 -73
  202. package/styles/styles/theme/base/components/overlay/_overlaypanel.scss +0 -64
  203. package/styles/styles/theme/base/components/overlay/_sidebar.scss +0 -27
  204. package/styles/styles/theme/base/components/overlay/_tooltip.scss +0 -33
  205. package/styles/styles/theme/base/components/panel/_accordion.scss +0 -119
  206. package/styles/styles/theme/base/components/panel/_card.scss +0 -30
  207. package/styles/styles/theme/base/components/panel/_divider.scss +0 -31
  208. package/styles/styles/theme/base/components/panel/_fieldset.scss +0 -47
  209. package/styles/styles/theme/base/components/panel/_panel.scss +0 -58
  210. package/styles/styles/theme/base/components/panel/_scrollpanel.scss +0 -6
  211. package/styles/styles/theme/base/components/panel/_splitter.scss +0 -19
  212. package/styles/styles/theme/base/components/panel/_tabview.scss +0 -82
  213. package/styles/styles/theme/base/components/panel/_toolbar.scss +0 -11
  214. package/styles/styles/theme/saga/_extensions.scss +0 -27
  215. package/styles/styles/theme/saga/_variables.scss +0 -1
  216. package/styles/styles/theme/saga/saga-blue/_extensions.scss +0 -2
  217. package/styles/styles/theme/saga/saga-blue/_fonts.scss +0 -1
  218. package/styles/styles/theme/saga/saga-blue/_variables.scss +0 -1
  219. package/styles/styles/theme/saga/saga-blue/theme.scss +0 -4
@@ -1,155 +0,0 @@
1
- .p-galleria {
2
- .p-galleria-close {
3
- margin: $galleriaCloseIconMargin;
4
- background: $galleriaCloseIconBg;
5
- color: $galleriaCloseIconColor;
6
- width: $galleriaCloseIconWidth;
7
- height: $galleriaCloseIconHeight;
8
- transition: $actionIconTransition;
9
- border-radius: $galleriaCloseIconBorderRadius;
10
-
11
- .p-galleria-close-icon {
12
- font-size: $galleriaCloseIconFontSize;
13
- }
14
-
15
- .p-icon-wrapper {
16
- .p-icon {
17
- width: $galleriaCloseIconFontSize;
18
- height: $galleriaCloseIconFontSize;
19
- }
20
- }
21
-
22
- &:hover {
23
- background: $galleriaCloseIconHoverBg;
24
- color: $galleriaCloseIconHoverColor;
25
- }
26
- }
27
-
28
- .p-galleria-item-nav {
29
- background: $galleriaItemNavigatorBg;
30
- color: $galleriaItemNavigatorColor;
31
- width: $galleriaItemNavigatorWidth;
32
- height: $galleriaItemNavigatorHeight;
33
- transition: $actionIconTransition;
34
- border-radius: $galleriaItemNavigatorBorderRadius;
35
- margin: $galleriaItemNavigatorMargin;
36
-
37
- .p-galleria-item-prev-icon,
38
- .p-galleria-item-next-icon {
39
- font-size: $galleriaItemNavigatorFontSize;
40
- }
41
-
42
- .p-icon-wrapper {
43
- .p-icon {
44
- width: $galleriaCloseIconFontSize;
45
- height: $galleriaCloseIconFontSize;
46
- }
47
- }
48
-
49
- &:not(.p-disabled) {
50
- &:hover {
51
- background: $galleriaItemNavigatorHoverBg;
52
- color: $galleriaItemNavigatorHoverColor;
53
- }
54
- }
55
- }
56
-
57
- .p-galleria-caption {
58
- background: $galleriaCaptionBg;
59
- color: $galleriaCaptionTextColor;
60
- padding: $galleriaCaptionPadding;
61
- }
62
-
63
- .p-galleria-indicators {
64
- padding: $galleriaIndicatorsPadding;
65
-
66
- .p-galleria-indicator {
67
- button {
68
- background-color: $galleriaIndicatorBg;
69
- width: $galleriaIndicatorWidth;
70
- height: $galleriaIndicatorHeight;
71
- transition: $actionIconTransition;
72
- border-radius: $galleriaIndicatorBorderRadius;
73
-
74
- &:hover {
75
- background: $galleriaIndicatorHoverBg;
76
- }
77
- }
78
-
79
- &.p-highlight {
80
- button {
81
- background: var(--highlight-bg);
82
- color: $highlightTextColor;
83
- }
84
- }
85
- }
86
- }
87
-
88
- &.p-galleria-indicators-bottom,
89
- &.p-galleria-indicators-top {
90
- .p-galleria-indicator {
91
- margin-right: $inlineSpacing;
92
- }
93
- }
94
-
95
- &.p-galleria-indicators-left,
96
- &.p-galleria-indicators-right {
97
- .p-galleria-indicator {
98
- margin-bottom: $inlineSpacing;
99
- }
100
- }
101
-
102
- &.p-galleria-indicator-onitem {
103
- .p-galleria-indicators {
104
- background: $galleriaIndicatorsBgOnItem;
105
-
106
- .p-galleria-indicator {
107
- button {
108
- background: $galleriaIndicatorBgOnItem;
109
-
110
- &:hover {
111
- background: $galleriaIndicatorHoverBgOnItem;
112
- }
113
- }
114
-
115
- &.p-highlight {
116
- button {
117
- background: var(--highlight-bg);
118
- color: $highlightTextColor;
119
- }
120
- }
121
- }
122
- }
123
- }
124
-
125
- .p-galleria-thumbnail-container {
126
- background: $galleriaThumbnailContainerBg;
127
- padding: $galleriaThumbnailContainerPadding;
128
-
129
- .p-galleria-thumbnail-prev,
130
- .p-galleria-thumbnail-next {
131
- margin: $inlineSpacing;
132
- background-color: $galleriaThumbnailNavigatorBg;
133
- color: $galleriaThumbnailNavigatorColor;
134
- width: $galleriaThumbnailNavigatorWidth;
135
- height: $galleriaThumbnailNavigatorHeight;
136
- transition: $actionIconTransition;
137
- border-radius: $galleriaThumbnailNavigatorBorderRadius;
138
-
139
- &:hover {
140
- background: $galleriaThumbnailNavigatorHoverBg;
141
- color: $galleriaThumbnailNavigatorHoverColor;
142
- }
143
- }
144
-
145
- .p-galleria-thumbnail-item-content {
146
- &:focus-visible {
147
- @include focused();
148
- }
149
- }
150
- }
151
- }
152
-
153
- .p-galleria-mask {
154
- --maskbg: #{$galleriaMaskBg};
155
- }
@@ -1,49 +0,0 @@
1
- .p-image-mask {
2
- --maskbg: #{$imageMaskBg};
3
- }
4
-
5
- .p-image-preview-indicator {
6
- background-color: transparent;
7
- color: $imagePreviewIndicatorColor;
8
- transition: $actionIconTransition;
9
- }
10
-
11
- .p-image-preview-container {
12
- &:hover {
13
- > .p-image-preview-indicator {
14
- background-color: $imagePreviewIndicatorBg;
15
- }
16
- }
17
- }
18
-
19
- .p-image-toolbar {
20
- padding: $imagePreviewToolbarPadding;
21
- }
22
-
23
- .p-image-action.p-link {
24
- color: $imagePreviewActionIconColor;
25
- background-color: $imagePreviewActionIconBg;
26
- width: $imagePreviewActionIconWidth;
27
- height: $imagePreviewActionIconHeight;
28
- border-radius: $imagePreviewActionIconBorderRadius;
29
- transition: $actionIconTransition;
30
- margin-right: $inlineSpacing;
31
-
32
- &:last-child {
33
- margin-right: 0;
34
- }
35
-
36
- &:hover {
37
- color: $imagePreviewActionIconHoverColor;
38
- background-color: $imagePreviewActionIconHoverBg;
39
- }
40
-
41
- i {
42
- font-size: $imagePreviewActionIconFontSize;
43
- }
44
-
45
- .p-icon {
46
- width: $imagePreviewActionIconFontSize;
47
- height: $imagePreviewActionIconFontSize;
48
- }
49
- }
@@ -1,72 +0,0 @@
1
- .p-confirm-popup {
2
- background: $overlayContentBg;
3
- color: $panelContentTextColor;
4
- border: $overlayContentBorder;
5
- border-radius: $borderRadius;
6
- box-shadow: $overlayContainerShadow;
7
-
8
- .p-confirm-popup-content {
9
- padding: $panelContentPadding;
10
- }
11
-
12
- .p-confirm-popup-footer {
13
- text-align: right;
14
- padding: $panelFooterPadding;
15
-
16
- button {
17
- margin: 0 $inlineSpacing 0 0;
18
- width: auto;
19
-
20
- &:last-child {
21
- margin: 0;
22
- }
23
- }
24
- }
25
-
26
- &:after {
27
- border: solid transparent;
28
- border-color: rgba($overlayContentBg, 0);
29
- border-bottom-color: $overlayContentBg;
30
- }
31
-
32
- &:before {
33
- border: solid transparent;
34
-
35
- @if (nth($overlayContentBorder, 2) == 'none') {
36
- border-color: rgba($overlayContentBg, 0);
37
- border-bottom-color: $overlayContentBg;
38
- }
39
- @else {
40
- border-color: rgba(nth($overlayContentBorder, 3), 0);
41
- border-bottom-color: nth($overlayContentBorder, 3);
42
- }
43
- }
44
-
45
- &.p-confirm-popup-flipped {
46
- &:after {
47
- border-top-color: $overlayContentBg;
48
- }
49
-
50
- &:before {
51
- @if (nth($overlayContentBorder, 2) == 'none') {
52
- border-top-color: $overlayContentBg;
53
- }
54
- @else {
55
- border-top-color: nth($overlayContentBorder, 3);
56
- }
57
- }
58
- }
59
-
60
- .p-confirm-popup-icon {
61
- font-size: $primeIconFontSize * 1.5;
62
-
63
- &.p-icon {
64
- width: $primeIconFontSize * 1.5;
65
- height: $primeIconFontSize * 1.5;
66
- }
67
- }
68
-
69
- .p-confirm-popup-message {
70
- margin-left: $inlineSpacing * 2;
71
- }
72
- }
@@ -1,73 +0,0 @@
1
- .p-dialog {
2
- border-radius: $borderRadius;
3
- box-shadow: $overlayContainerShadow;
4
- border: $overlayContentBorder;
5
-
6
- .p-dialog-header {
7
- border-bottom: $dialogHeaderBorder;
8
- background: $dialogHeaderBg;
9
- color: $dialogHeaderTextColor;
10
- padding: $dialogHeaderPadding;
11
- border-top-right-radius: $borderRadius;
12
- border-top-left-radius: $borderRadius;
13
-
14
- .p-dialog-title {
15
- font-weight: $dialogHeaderFontWeight;
16
- font-size: $dialogHeaderFontSize;
17
- }
18
-
19
- .p-dialog-header-icon {
20
- @include action-icon();
21
- margin-right: $inlineSpacing;
22
-
23
- &:last-child {
24
- margin-right: 0;
25
- }
26
- }
27
- }
28
-
29
- .p-dialog-content {
30
- background: $overlayContentBg;
31
- color: $panelContentTextColor;
32
- padding: $dialogContentPadding;
33
-
34
- &:last-of-type {
35
- border-bottom-right-radius: $borderRadius;
36
- border-bottom-left-radius: $borderRadius;
37
- }
38
- }
39
-
40
- .p-dialog-footer {
41
- border-top: $dialogFooterBorder;
42
- background: $overlayContentBg;
43
- color: $panelFooterTextColor;
44
- padding: $dialogFooterPadding;
45
- display: flex;
46
- gap: $inlineSpacing;
47
- justify-content: right;
48
- flex-wrap: wrap;
49
- border-bottom-right-radius: $borderRadius;
50
- border-bottom-left-radius: $borderRadius;
51
-
52
- button {
53
- margin: 0 0 0 0;
54
- width: auto;
55
- }
56
- }
57
-
58
- &.p-confirm-dialog {
59
- .p-confirm-dialog-icon {
60
- font-size: $primeIconFontSize * 2;
61
-
62
- &.p-icon {
63
- width: $primeIconFontSize * 2;
64
- height: $primeIconFontSize * 2;
65
- }
66
- }
67
-
68
- .p-confirm-dialog-message {
69
- margin-left: $inlineSpacing * 2;
70
- }
71
- }
72
- }
73
-
@@ -1,64 +0,0 @@
1
- @use 'sass:math';
2
-
3
- .p-overlaypanel {
4
- background: $overlayContentBg;
5
- color: $panelContentTextColor;
6
- border: $overlayContentBorder;
7
- border-radius: $borderRadius;
8
- box-shadow: $overlayContainerShadow;
9
-
10
- .p-overlaypanel-content {
11
- padding: $panelContentPadding;
12
- }
13
-
14
- .p-overlaypanel-close {
15
- background: var(--primary-color);
16
- color: $buttonTextColor;
17
- width: $actionIconWidth;
18
- height: $actionIconHeight;
19
- transition: $actionIconTransition;
20
- border-radius: $actionIconBorderRadius;
21
- position: absolute;
22
- top: math.div(-1 * $actionIconWidth, 2);
23
- right: math.div(-1 * $actionIconWidth, 2);
24
-
25
- &:enabled:hover {
26
- background: var(--primary-dark-color);
27
- color: $buttonTextHoverColor;
28
- }
29
- }
30
-
31
- &:after {
32
- border: solid transparent;
33
- border-color: rgba($overlayContentBg, 0);
34
- border-bottom-color: $overlayContentBg;
35
- }
36
-
37
- &:before {
38
- border: solid transparent;
39
-
40
- @if (nth($overlayContentBorder, 2) == 'none') {
41
- border-color: rgba($overlayContentBg, 0);
42
- border-bottom-color: scale-color($overlayContentBg, $lightness: -5%);
43
- }
44
- @else {
45
- border-color: rgba(nth($overlayContentBorder, 3), 0);
46
- border-bottom-color: scale-color(nth($overlayContentBorder, 3), $lightness: -5%);
47
- }
48
- }
49
-
50
- &.p-overlaypanel-flipped {
51
- &:after {
52
- border-top-color: $overlayContentBg;
53
- }
54
-
55
- &:before {
56
- @if (nth($overlayContentBorder, 2) == 'none') {
57
- border-top-color: $overlayContentBg;
58
- }
59
- @else {
60
- border-top-color: nth($overlayContentBorder, 3);
61
- }
62
- }
63
- }
64
- }
@@ -1,27 +0,0 @@
1
- .p-sidebar {
2
- background: $overlayContentBg;
3
- color: $panelContentTextColor;
4
- border: $overlayContentBorder;
5
- box-shadow: $overlayContainerShadow;
6
-
7
- .p-sidebar-header {
8
- padding: $panelHeaderPadding;
9
-
10
- .p-sidebar-close,
11
- .p-sidebar-icon {
12
- @include action-icon();
13
- }
14
-
15
- & + .p-sidebar-content {
16
- padding-top: 0;
17
- }
18
- }
19
-
20
- .p-sidebar-content {
21
- padding: $panelContentPadding;
22
- }
23
-
24
- .p-sidebar-footer {
25
- padding: $panelHeaderPadding;
26
- }
27
- }
@@ -1,33 +0,0 @@
1
- .p-tooltip {
2
- .p-tooltip-text {
3
- background: $tooltipBg;
4
- color: $tooltipTextColor;
5
- padding: $tooltipPadding;
6
- box-shadow: $inputOverlayShadow;
7
- border-radius: $borderRadius;
8
- }
9
-
10
- &.p-tooltip-right {
11
- .p-tooltip-arrow {
12
- border-right-color: $tooltipBg;
13
- }
14
- }
15
-
16
- &.p-tooltip-left {
17
- .p-tooltip-arrow {
18
- border-left-color: $tooltipBg;
19
- }
20
- }
21
-
22
- &.p-tooltip-top {
23
- .p-tooltip-arrow {
24
- border-top-color: $tooltipBg;
25
- }
26
- }
27
-
28
- &.p-tooltip-bottom {
29
- .p-tooltip-arrow {
30
- border-bottom-color: $tooltipBg;
31
- }
32
- }
33
- }
@@ -1,119 +0,0 @@
1
- .p-accordion {
2
- .p-accordion-header {
3
- .p-accordion-header-link {
4
- padding: $accordionHeaderPadding;
5
- border: $accordionHeaderBorder;
6
- color: $accordionHeaderTextColor;
7
- background: $accordionHeaderBg;
8
- font-weight: $accordionHeaderFontWeight;
9
- border-radius: $borderRadius;
10
- transition: $listItemTransition;
11
-
12
- .p-accordion-toggle-icon {
13
- margin-right: $inlineSpacing;
14
- }
15
- }
16
-
17
- &:not(.p-disabled) {
18
- .p-accordion-header-link {
19
- &:focus-visible {
20
- @include focused-inset();
21
- }
22
- }
23
- }
24
-
25
- &:not(.p-highlight):not(.p-disabled):hover {
26
- .p-accordion-header-link {
27
- background: $accordionHeaderHoverBg;
28
- border-color: $accordionHeaderHoverBorderColor;
29
- color: $accordionHeaderTextHoverColor;
30
- }
31
- }
32
-
33
- &:not(.p-disabled).p-highlight {
34
- .p-accordion-header-link {
35
- background: $accordionHeaderActiveBg;
36
- border-color: $accordionHeaderActiveBorderColor;
37
- color: $accordionHeaderTextActiveColor;
38
- border-bottom-right-radius: 0;
39
- border-bottom-left-radius: 0;
40
- }
41
-
42
- &:hover {
43
- .p-accordion-header-link {
44
- border-color: $accordionHeaderActiveHoverBorderColor;
45
- background: $accordionHeaderActiveHoverBg;
46
- color: $accordionHeaderTextActiveHoverColor;
47
- }
48
- }
49
- }
50
- }
51
-
52
- .p-accordion-content {
53
- padding: $accordionContentPadding;
54
- border: $accordionContentBorder;
55
- background: $accordionContentBg;
56
- color: $accordionContentTextColor;
57
- border-top: 0;
58
- border-top-right-radius: 0;
59
- border-top-left-radius: 0;
60
- border-bottom-right-radius: $borderRadius;
61
- border-bottom-left-radius: $borderRadius;
62
- }
63
-
64
- p-accordiontab {
65
- .p-accordion-tab {
66
- margin-bottom: $accordionSpacing;
67
- }
68
-
69
- @if $accordionSpacing == 0 {
70
- .p-accordion-header {
71
- .p-accordion-header-link {
72
- border-radius: 0;
73
- }
74
- }
75
-
76
- .p-accordion-content {
77
- border-radius: 0;
78
- }
79
-
80
- &:not(:first-child) {
81
- .p-accordion-header {
82
- .p-accordion-header-link {
83
- border-top: 0 none;
84
- }
85
-
86
- &:not(.p-highlight):not(.p-disabled):hover,
87
- &:not(.p-disabled).p-highlight:hover {
88
- .p-accordion-header-link {
89
- border-top: 0 none;
90
- }
91
- }
92
- }
93
- }
94
-
95
- &:first-child {
96
- .p-accordion-header {
97
- .p-accordion-header-link {
98
- border-top-right-radius: $borderRadius;
99
- border-top-left-radius: $borderRadius;
100
- }
101
- }
102
- }
103
-
104
- &:last-child {
105
- .p-accordion-header:not(.p-highlight) {
106
- .p-accordion-header-link {
107
- border-bottom-right-radius: $borderRadius;
108
- border-bottom-left-radius: $borderRadius;
109
- }
110
- }
111
-
112
- .p-accordion-content {
113
- border-bottom-right-radius: $borderRadius;
114
- border-bottom-left-radius: $borderRadius;
115
- }
116
- }
117
- }
118
- }
119
- }
@@ -1,30 +0,0 @@
1
- .p-card {
2
- background: $panelContentBg;
3
- color: $panelContentTextColor;
4
- box-shadow: $cardShadow;
5
- border-radius: $borderRadius;
6
-
7
- .p-card-body {
8
- padding: $cardBodyPadding;
9
- }
10
-
11
- .p-card-title {
12
- font-size: $cardTitleFontSize;
13
- font-weight: $cardTitleFontWeight;
14
- margin-bottom: $inlineSpacing;
15
- }
16
-
17
- .p-card-subtitle {
18
- font-weight: $cardSubTitleFontWeight;
19
- margin-bottom: $inlineSpacing;
20
- color: $cardSubTitleColor;
21
- }
22
-
23
- .p-card-content {
24
- padding: $cardContentPadding;
25
- }
26
-
27
- .p-card-footer {
28
- padding: $cardFooterPadding;
29
- }
30
- }
@@ -1,31 +0,0 @@
1
- .p-divider {
2
- .p-divider-content {
3
- background-color: $panelContentBg;
4
- }
5
-
6
- &.p-divider-horizontal {
7
- margin: $dividerHorizontalMargin;
8
- padding: $dividerHorizontalPadding;
9
-
10
- &:before {
11
- border-top: $dividerSize $dividerColor;
12
- }
13
-
14
- .p-divider-content {
15
- padding: 0 $inlineSpacing;
16
- }
17
- }
18
-
19
- &.p-divider-vertical {
20
- margin: $dividerVerticalMargin;
21
- padding: $dividerVerticalPadding;
22
-
23
- &:before {
24
- border-left: $dividerSize $dividerColor;
25
- }
26
-
27
- .p-divider-content {
28
- padding: $inlineSpacing 0;
29
- }
30
- }
31
- }
@@ -1,47 +0,0 @@
1
- .p-fieldset {
2
- border: $panelContentBorder;
3
- background: $panelContentBg;
4
- color: $panelContentTextColor;
5
- border-radius: $borderRadius;
6
-
7
- .p-fieldset-legend {
8
- padding: $panelHeaderPadding;
9
- border: $panelHeaderBorder;
10
- color: $panelHeaderTextColor;
11
- background: $panelHeaderBg;
12
- font-weight: $panelHeaderFontWeight;
13
- border-radius: $borderRadius;
14
- }
15
-
16
- &.p-fieldset-toggleable {
17
- .p-fieldset-legend {
18
- padding: 0;
19
- transition: $actionIconTransition;
20
-
21
- a {
22
- padding: $panelHeaderPadding;
23
- color: $panelHeaderTextColor;
24
- border-radius: $borderRadius;
25
- transition: $listItemTransition;
26
-
27
- .p-fieldset-toggler {
28
- margin-right: $inlineSpacing;
29
- }
30
-
31
- &:focus-visible {
32
- @include focused();
33
- }
34
- }
35
-
36
- &:hover {
37
- background: $panelHeaderHoverBg;
38
- border-color: $panelHeaderHoverBorderColor;
39
- color: $panelHeaderTextHoverColor;
40
- }
41
- }
42
- }
43
-
44
- .p-fieldset-content {
45
- padding: $panelContentPadding;
46
- }
47
- }