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,338 +0,0 @@
1
- .p-datatable {
2
- .p-paginator-top {
3
- border-width: $tableTopPaginatorBorderWidth;
4
- border-radius: 0;
5
- }
6
-
7
- .p-paginator-bottom {
8
- border-width: $tableBottomPaginatorBorderWidth;
9
- border-radius: 0;
10
- }
11
-
12
- .p-datatable-header {
13
- background: $tableHeaderBg;
14
- color: $tableHeaderTextColor;
15
- border: $tableHeaderBorder;
16
- border-width: $tableHeaderBorderWidth;
17
- padding: $tableHeaderPadding;
18
- font-weight: $tableHeaderFontWeight;
19
- }
20
-
21
- .p-datatable-footer {
22
- background: $tableFooterBg;
23
- color: $tableFooterTextColor;
24
- border: $tableFooterBorder;
25
- border-width: $tableFooterBorderWidth;
26
- padding: $tableFooterPadding;
27
- font-weight: $tableFooterFontWeight;
28
- }
29
-
30
- .p-datatable-thead > tr > th {
31
- text-align: $tableCellContentAlignment;
32
- padding: $tableHeaderCellPadding;
33
- border: $tableHeaderCellBorder;
34
- border-width: $tableHeaderCellBorderWidth;
35
- font-weight: $tableHeaderCellFontWeight;
36
- color: $tableHeaderCellTextColor;
37
- background: $tableHeaderCellBg;
38
- transition: $listItemTransition;
39
- }
40
-
41
- .p-datatable-tfoot > tr > td {
42
- text-align: $tableCellContentAlignment;
43
- padding: $tableFooterCellPadding;
44
- border: $tableFooterCellBorder;
45
- border-width: $tableFooterCellBorderWidth;
46
- font-weight: $tableFooterCellFontWeight;
47
- color: $tableFooterCellTextColor;
48
- background: $tableFooterCellBg;
49
- }
50
-
51
- .p-sortable-column {
52
- .p-sortable-column-icon {
53
- color: $tableHeaderCellIconColor;
54
- margin-left: $inlineSpacing;
55
- }
56
-
57
- .p-sortable-column-badge {
58
- border-radius: 50%;
59
- height: $tableSortableColumnBadgeSize;
60
- min-width: $tableSortableColumnBadgeSize;
61
- line-height: $tableSortableColumnBadgeSize;
62
- color: $highlightTextColor;
63
- background: var(--highlight-bg);
64
- margin-left: $inlineSpacing;
65
- }
66
-
67
- &:not(.p-highlight):hover {
68
- background: $tableHeaderCellHoverBg;
69
- color: $tableHeaderCellTextHoverColor;
70
-
71
- .p-sortable-column-icon {
72
- color: $tableHeaderCellIconHoverColor;
73
- }
74
- }
75
-
76
- &.p-highlight {
77
- background: $tableHeaderCellHighlightBg;
78
- color: var(--primary-color);
79
-
80
- .p-sortable-column-icon {
81
- color: var(--primary-color);
82
- }
83
-
84
- &:hover {
85
- background: $tableHeaderCellHighlightHoverBg;
86
- color: var(--primary-color);
87
-
88
- .p-sortable-column-icon {
89
- color: var(--primary-color);
90
- }
91
- }
92
- }
93
-
94
- &:focus-visible {
95
- box-shadow: inset 0 0 0 0.15rem var(--primary-light-color);
96
- outline: 0 none;
97
- }
98
- }
99
-
100
- .p-datatable-tbody {
101
- > tr {
102
- background: $tableBodyRowBg;
103
- color: $tableBodyRowTextColor;
104
- transition: $listItemTransition;
105
-
106
- > td {
107
- text-align: $tableCellContentAlignment;
108
- border: $tableBodyCellBorder;
109
- border-width: $tableBodyCellBorderWidth;
110
- padding: $tableBodyCellPadding;
111
-
112
- .p-row-toggler,
113
- .p-row-editor-init,
114
- .p-row-editor-save,
115
- .p-row-editor-cancel {
116
- @include action-icon();
117
- }
118
-
119
- .p-row-editor-save {
120
- margin-right: $inlineSpacing;
121
- }
122
- }
123
-
124
- &:focus-visible {
125
- outline: 0.15rem solid var(--primary-light-color);
126
- outline-offset: -0.15rem;
127
- }
128
-
129
- &.p-highlight {
130
- background: var(--highlight-bg);
131
- color: $highlightTextColor;
132
- }
133
-
134
- &.p-datatable-dragpoint-top > td {
135
- box-shadow: inset 0 2px 0 0 $highlightBg;
136
- }
137
-
138
- &.p-datatable-dragpoint-bottom > td {
139
- box-shadow: inset 0 -2px 0 0 $highlightBg;
140
- }
141
- }
142
- }
143
-
144
- &.p-datatable-hoverable-rows {
145
- .p-datatable-tbody > tr:not(.p-highlight):hover {
146
- background: $tableBodyRowHoverBg;
147
- color: $tableBodyRowTextHoverColor;
148
- }
149
- }
150
-
151
- .p-column-resizer-helper {
152
- background: var(--primary-color);
153
- }
154
-
155
- .p-datatable-scrollable-header,
156
- .p-datatable-scrollable-footer {
157
- background: $panelHeaderBg;
158
- }
159
-
160
- &.p-datatable-scrollable > .p-datatable-wrapper > .p-datatable-table,
161
- &.p-datatable-scrollable > .p-datatable-wrapper > .p-scroller-viewport > .p-scroller > .p-datatable-table {
162
- > .p-datatable-thead,
163
- > .p-datatable-tfoot {
164
- background-color: $tableHeaderCellBg;
165
- }
166
- }
167
-
168
- .p-datatable-loading-icon {
169
- font-size: $loadingIconFontSize;
170
- }
171
-
172
- &.p-datatable-gridlines {
173
- .p-datatable-header {
174
- border-width: 1px 1px 0 1px;
175
- }
176
-
177
- .p-datatable-footer {
178
- border-width: 0 1px 1px 1px;
179
- }
180
-
181
- .p-paginator-top {
182
- border-width: 0 1px 0 1px;
183
- }
184
-
185
- .p-paginator-bottom {
186
- border-width: 0 1px 1px 1px;
187
- }
188
-
189
- .p-datatable-thead {
190
- > tr {
191
- > th {
192
- border-width: 1px 0 1px 1px;
193
-
194
- &:last-child {
195
- border-width: 1px;
196
- }
197
- }
198
- }
199
- }
200
-
201
- .p-datatable-tbody {
202
- > tr {
203
- > td {
204
- border-width: 1px 0 0 1px;
205
-
206
- &:last-child {
207
- border-width: 1px 1px 0 1px;
208
- }
209
- }
210
-
211
- &:last-child {
212
- > td {
213
- border-width: 1px 0 1px 1px;
214
-
215
- &:last-child {
216
- border-width: 1px;
217
- }
218
- }
219
- }
220
- }
221
- }
222
-
223
- .p-datatable-tfoot {
224
- > tr {
225
- > td {
226
- border-width: 1px 0 1px 1px;
227
-
228
- &:last-child {
229
- border-width: 1px 1px 1px 1px;
230
- }
231
- }
232
- }
233
- }
234
-
235
- .p-datatable-thead + .p-datatable-tfoot {
236
- > tr {
237
- > td {
238
- border-width: 0 0 1px 1px;
239
-
240
- &:last-child {
241
- border-width: 0 1px 1px 1px;
242
- }
243
- }
244
- }
245
- }
246
-
247
- &:has(.p-datatable-thead):has(.p-datatable-tbody) .p-datatable-tbody {
248
- > tr {
249
- > td {
250
- border-width: 0 0 1px 1px;
251
-
252
- &:last-child {
253
- border-width: 0 1px 1px 1px;
254
- }
255
- }
256
- }
257
- }
258
-
259
- &:has(.p-datatable-tbody):has(.p-datatable-tfoot) .p-datatable-tbody {
260
- > tr {
261
- &:last-child {
262
- > td {
263
- border-width: 0 0 0 1px;
264
-
265
- &:last-child {
266
- border-width: 0 1px 0 1px;
267
- }
268
- }
269
- }
270
- }
271
- }
272
- }
273
-
274
- &.p-datatable-striped {
275
- .p-datatable-tbody {
276
- > tr:nth-child(even) {
277
- background: $tableBodyRowEvenBg;
278
-
279
- &.p-highlight {
280
- background: var(--highlight-bg);
281
- color: $highlightTextColor;
282
-
283
- .p-row-toggler {
284
- color: $highlightTextColor;
285
-
286
- &:hover {
287
- color: $highlightTextColor;
288
- }
289
- }
290
- }
291
- }
292
- }
293
- }
294
-
295
- &.p-datatable-sm {
296
- .p-datatable-header {
297
- @include scaledPadding($tableHeaderPadding, $tableScaleSM);
298
- }
299
-
300
- .p-datatable-thead > tr > th {
301
- @include scaledPadding($tableHeaderCellPadding, $tableScaleSM);
302
- }
303
-
304
- .p-datatable-tbody > tr > td {
305
- @include scaledPadding($tableBodyCellPadding, $tableScaleSM);
306
- }
307
-
308
- .p-datatable-tfoot > tr > td {
309
- @include scaledPadding($tableFooterPadding, $tableScaleSM);
310
- }
311
-
312
- .p-datatable-footer {
313
- @include scaledPadding($tableFooterPadding, $tableScaleSM);
314
- }
315
- }
316
-
317
- &.p-datatable-lg {
318
- .p-datatable-header {
319
- @include scaledPadding($tableHeaderPadding, $tableScaleLG);
320
- }
321
-
322
- .p-datatable-thead > tr > th {
323
- @include scaledPadding($tableHeaderCellPadding, $tableScaleLG);
324
- }
325
-
326
- .p-datatable-tbody > tr > td {
327
- @include scaledPadding($tableBodyCellPadding, $tableScaleLG);
328
- }
329
-
330
- .p-datatable-tfoot > tr > td {
331
- @include scaledPadding($tableFooterPadding, $tableScaleLG);
332
- }
333
-
334
- .p-datatable-footer {
335
- @include scaledPadding($tableFooterPadding, $tableScaleLG);
336
- }
337
- }
338
- }
@@ -1,55 +0,0 @@
1
- .p-dataview {
2
- .p-paginator-top {
3
- border-width: $tableTopPaginatorBorderWidth;
4
- border-radius: 0;
5
- }
6
-
7
- .p-paginator-bottom {
8
- border-width: $tableBottomPaginatorBorderWidth;
9
- border-radius: 0;
10
- }
11
-
12
- .p-dataview-header {
13
- background: $tableHeaderBg;
14
- color: $tableHeaderTextColor;
15
- border: $tableHeaderBorder;
16
- border-width: $tableHeaderBorderWidth;
17
- padding: $tableHeaderPadding;
18
- font-weight: $tableHeaderFontWeight;
19
- }
20
-
21
- .p-dataview-content {
22
- background: $tableBodyRowBg;
23
- color: $tableBodyRowTextColor;
24
- border: $dataViewContentBorder;
25
- padding: $dataViewContentPadding;
26
- }
27
-
28
- &.p-dataview-list {
29
- .p-dataview-content {
30
- > .p-grid > div {
31
- border: $dataViewListItemBorder;
32
- border-width: $dataViewListItemBorderWidth;
33
- }
34
- }
35
- }
36
-
37
- .p-dataview-footer {
38
- background: $tableFooterBg;
39
- color: $tableFooterTextColor;
40
- border: $tableFooterBorder;
41
- border-width: $tableFooterBorderWidth;
42
- padding: $tableFooterPadding;
43
- font-weight: $tableFooterFontWeight;
44
- border-bottom-left-radius: $borderRadius;
45
- border-bottom-right-radius: $borderRadius;
46
- }
47
-
48
- .p-dataview-loading-icon {
49
- font-size: $loadingIconFontSize;
50
- }
51
-
52
- .p-dataview-emptymessage {
53
- padding: $panelContentPadding;
54
- }
55
- }
@@ -1,138 +0,0 @@
1
- .p-column-filter-row {
2
- .p-column-filter-menu-button,
3
- .p-column-filter-clear-button {
4
- margin-left: $inlineSpacing;
5
- }
6
- }
7
-
8
- .p-column-filter-menu-button {
9
- width: $actionIconWidth;
10
- height: $actionIconHeight;
11
- color: $actionIconColor;
12
- border: $actionIconBorder;
13
- background: $actionIconBg;
14
- border-radius: $actionIconBorderRadius;
15
- transition: $actionIconTransition;
16
-
17
- &:hover {
18
- color: $actionIconHoverColor;
19
- border-color: $actionIconHoverBorderColor;
20
- background: $actionIconHoverBg;
21
- }
22
-
23
- &.p-column-filter-menu-button-open,
24
- &.p-column-filter-menu-button-open:hover {
25
- background: $actionIconHoverBg;
26
- color: $actionIconHoverColor;
27
- }
28
-
29
- &.p-column-filter-menu-button-active,
30
- &.p-column-filter-menu-button-active:hover {
31
- background: var(--highlight-bg);
32
- color: $highlightTextColor;
33
- }
34
-
35
- &:focus-visible {
36
- @include focused();
37
- }
38
-
39
- }
40
-
41
- .p-column-filter-clear-button {
42
- width: $actionIconWidth;
43
- height: $actionIconHeight;
44
- color: $actionIconColor;
45
- border: $actionIconBorder;
46
- background: $actionIconBg;
47
- border-radius: $actionIconBorderRadius;
48
- transition: $actionIconTransition;
49
-
50
- &:hover {
51
- color: $actionIconHoverColor;
52
- border-color: $actionIconHoverBorderColor;
53
- background: $actionIconHoverBg;
54
- }
55
-
56
- &:focus-visible {
57
- @include focused();
58
- }
59
- }
60
-
61
- .p-column-filter-overlay {
62
- background: $inputOverlayBg;
63
- color: $inputListTextColor;
64
- border: $inputOverlayBorder;
65
- border-radius: $borderRadius;
66
- box-shadow: $inputOverlayShadow;
67
- min-width: $menuWidth;
68
-
69
- .p-column-filter-row-items {
70
- padding: $inputListPadding;
71
-
72
- .p-column-filter-row-item {
73
- margin: $inputListItemMargin;
74
- padding: $inputListItemPadding;
75
- border: $inputListItemBorder;
76
- color: $inputListItemTextColor;
77
- background: $inputListItemBg;
78
- transition: $listItemTransition;
79
- border-radius: $inputListItemBorderRadius;
80
-
81
- &.p-highlight {
82
- color: $highlightTextColor;
83
- background: var(--highlight-bg);
84
- }
85
-
86
- &:not(.p-highlight):not(.p-disabled):hover {
87
- color: $inputListItemTextHoverColor;
88
- background: $inputListItemHoverBg;
89
- }
90
-
91
- &:focus-visible {
92
- @include focused-listitem();
93
- }
94
- }
95
-
96
- .p-column-filter-separator {
97
- border-top: $divider;
98
- margin: $menuSeparatorMargin;
99
- }
100
- }
101
- }
102
-
103
- .p-column-filter-overlay-menu {
104
- .p-column-filter-operator {
105
- padding: $inputListHeaderPadding;
106
- border-bottom: $inputListHeaderBorder;
107
- color: $inputListHeaderTextColor;
108
- background: $inputOverlayHeaderBg;
109
- margin: $inputListHeaderMargin;
110
- border-top-right-radius: $borderRadius;
111
- border-top-left-radius: $borderRadius;
112
- }
113
-
114
- .p-column-filter-constraint {
115
- padding: $panelContentPadding;
116
- border-bottom: $divider;
117
-
118
- .p-column-filter-matchmode-dropdown {
119
- margin-bottom: $inlineSpacing;
120
- }
121
-
122
- .p-column-filter-remove-button {
123
- margin-top: $inlineSpacing;
124
- }
125
-
126
- &:last-child {
127
- border-bottom: 0 none;
128
- }
129
- }
130
-
131
- .p-column-filter-add-rule {
132
- padding: $panelFooterPadding;
133
- }
134
-
135
- .p-column-filter-buttonbar {
136
- padding: $panelContentPadding;
137
- }
138
- }
@@ -1,103 +0,0 @@
1
- .p-orderlist {
2
- .p-orderlist-controls {
3
- padding: $panelContentPadding;
4
-
5
- .p-button {
6
- margin-bottom: $inlineSpacing;
7
- }
8
- }
9
-
10
- .p-orderlist-header {
11
- background: $panelHeaderBg;
12
- color: $panelHeaderTextColor;
13
- border: $panelHeaderBorder;
14
- padding: $panelHeaderPadding;
15
- border-bottom: 0 none;
16
- border-top-right-radius: $borderRadius;
17
- border-top-left-radius: $borderRadius;
18
-
19
- .p-orderlist-title {
20
- font-weight: $panelHeaderFontWeight;
21
- }
22
- }
23
-
24
- .p-orderlist-filter-container {
25
- padding: $panelHeaderPadding;
26
- background: $panelContentBg;
27
- border: $panelHeaderBorder;
28
- border-bottom: 0 none;
29
-
30
- .p-orderlist-filter-input {
31
- padding-right: nth($inputPadding, 2) + $primeIconFontSize;
32
- }
33
-
34
- .p-orderlist-filter-icon {
35
- right: nth($inputPadding, 2);
36
- color: $inputIconColor;
37
- }
38
- }
39
-
40
- .p-orderlist-list {
41
- border: $panelContentBorder;
42
- background: $panelContentBg;
43
- color: $panelContentTextColor;
44
- padding: $inputListPadding;
45
- border-bottom-right-radius: $borderRadius;
46
- border-bottom-left-radius: $borderRadius;
47
-
48
- .p-orderlist-item {
49
- padding: $inputListItemPadding;
50
- margin: $inputListItemMargin;
51
- border: $inputListItemBorder;
52
- color: $inputListItemTextColor;
53
- background: $inputListItemBg;
54
- transition: $listItemTransition;
55
-
56
- &:focus {
57
- @include focused-listitem();
58
- }
59
-
60
- &.p-highlight {
61
- color: $highlightTextColor;
62
- background: var(--highlight-bg);
63
- }
64
- }
65
-
66
- .p-orderlist-empty-message {
67
- padding: $inputListItemPadding;
68
- color: $inputListItemTextColor;
69
- }
70
-
71
- &:not(.cdk-drop-list-dragging) {
72
- .p-orderlist-item {
73
- &:not(.p-highlight):hover {
74
- background: $inputListItemHoverBg;
75
- color: $inputListItemTextHoverColor;
76
- }
77
- }
78
- }
79
- }
80
-
81
- &.p-orderlist-striped {
82
- .p-orderlist-list {
83
- .p-orderlist-item:nth-child(even) {
84
- background: $panelContentEvenRowBg;
85
-
86
- &:hover {
87
- background: $inputListItemHoverBg;
88
- }
89
- }
90
- }
91
- }
92
- }
93
-
94
- .p-orderlist-item {
95
- &.cdk-drag-preview {
96
- padding: $inputListItemPadding;
97
- box-shadow: $inputOverlayShadow;
98
- border: $inputListItemBorder;
99
- color: $inputListItemTextColor;
100
- background: $panelContentBg;
101
- margin: 0;
102
- }
103
- }
@@ -1,50 +0,0 @@
1
- .p-organizationchart {
2
- .p-organizationchart-node-content {
3
- &.p-organizationchart-selectable-node:not(.p-highlight):hover {
4
- background: $inputListItemHoverBg;
5
- color: $inputListItemTextHoverColor;
6
- }
7
-
8
- &.p-highlight {
9
- background: var(--highlight-bg);
10
- color: $highlightTextColor;
11
-
12
- .p-node-toggler {
13
- i {
14
- color: var(--highlight-bg);
15
- }
16
- }
17
- }
18
- }
19
-
20
- .p-organizationchart-line-down {
21
- background: $organizationChartConnectorColor;
22
- }
23
-
24
- .p-organizationchart-line-left {
25
- border-right: $panelContentBorder;
26
- border-color: $organizationChartConnectorColor;
27
- }
28
-
29
- .p-organizationchart-line-top {
30
- border-top: $panelContentBorder;
31
- border-color: $organizationChartConnectorColor;
32
- }
33
-
34
- .p-organizationchart-node-content {
35
- border: $panelContentBorder;
36
- background: $panelContentBg;
37
- color: $panelContentTextColor;
38
- padding: $panelContentPadding;
39
- }
40
-
41
- .p-organizationchart-node-content .p-node-toggler {
42
- background: inherit;
43
- color: inherit;
44
- border-radius: 50%;
45
-
46
- &:focus-visible {
47
- @include focused();
48
- }
49
- }
50
- }