@apipass/inputs 1.0.169 → 1.0.170

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 (51) hide show
  1. package/README.md +33 -33
  2. package/assets/css/inputs.scss +298 -298
  3. package/esm2022/ace-editor/component.mjs +1 -1
  4. package/esm2022/ace-editor/directive.mjs +1 -1
  5. package/esm2022/ace-editor-input/ace-editor-input.component.mjs +3 -3
  6. package/esm2022/custom-select/custom-select-item.mjs +1 -1
  7. package/esm2022/custom-select/custom-select.component.mjs +3 -3
  8. package/esm2022/debounce-model-directive/debouceInput.directive.mjs +1 -1
  9. package/esm2022/field/field.component.mjs +27 -27
  10. package/esm2022/input-avatar/input-avatar.component.mjs +3 -3
  11. package/esm2022/input-boolean/input-boolean.component.mjs +3 -3
  12. package/esm2022/input-date-time-interval/builder/default-intervals.builder.mjs +1 -1
  13. package/esm2022/input-date-time-interval/builder/time-interval-value.builder.mjs +1 -1
  14. package/esm2022/input-date-time-interval/builder/time-intervals.builder.mjs +1 -1
  15. package/esm2022/input-date-time-interval/default-interval/current-month-interval.mjs +1 -1
  16. package/esm2022/input-date-time-interval/default-interval/last-five-minutes-interval.mjs +1 -1
  17. package/esm2022/input-date-time-interval/default-interval/last-hour-interval.mjs +1 -1
  18. package/esm2022/input-date-time-interval/default-interval/last-minute-interval.mjs +1 -1
  19. package/esm2022/input-date-time-interval/default-interval/last-month-interval.mjs +1 -1
  20. package/esm2022/input-date-time-interval/default-interval/last-one-week-interval.mjs +1 -1
  21. package/esm2022/input-date-time-interval/default-interval/last-quarter-interval.mjs +1 -1
  22. package/esm2022/input-date-time-interval/default-interval/last-ten-minutes-interval.mjs +1 -1
  23. package/esm2022/input-date-time-interval/default-interval/last-thirty-minutes-interval.mjs +1 -1
  24. package/esm2022/input-date-time-interval/default-interval/last-three-hours-interval.mjs +1 -1
  25. package/esm2022/input-date-time-interval/default-interval/last-twenty-four-hours-interval.mjs +1 -1
  26. package/esm2022/input-date-time-interval/default-interval/last-two-hours-interval.mjs +1 -1
  27. package/esm2022/input-date-time-interval/default-interval/last-year-interval.mjs +1 -1
  28. package/esm2022/input-date-time-interval/default-interval/this-quarter-interval.mjs +1 -1
  29. package/esm2022/input-date-time-interval/default-interval/this-week-interval.mjs +1 -1
  30. package/esm2022/input-date-time-interval/default-interval/this-year-interval.mjs +1 -1
  31. package/esm2022/input-date-time-interval/default-interval/time-interval.mjs +1 -1
  32. package/esm2022/input-date-time-interval/default-interval/today-interval.mjs +1 -1
  33. package/esm2022/input-date-time-interval/default-interval/yesterday-interval.mjs +1 -1
  34. package/esm2022/input-date-time-interval/input-date-time-interval.component.mjs +3 -3
  35. package/esm2022/input-date-time-interval/model/date-time-internal.model.mjs +1 -1
  36. package/esm2022/input-date-time-interval/public-api.mjs +1 -1
  37. package/esm2022/input-file/input-file.component.mjs +3 -3
  38. package/esm2022/input-image/input-image.component.mjs +3 -3
  39. package/esm2022/input-key-value/key-value-input.component.mjs +3 -3
  40. package/esm2022/input-number/input-number.component.mjs +3 -3
  41. package/esm2022/input-text/input-text.component.mjs +3 -3
  42. package/esm2022/inputs.module.mjs +1 -1
  43. package/esm2022/public-api.mjs +1 -1
  44. package/esm2022/select-box/mat-select-infinite-scroll.directive.mjs +1 -1
  45. package/esm2022/select-box/select-box.component.mjs +3 -3
  46. package/esm2022/select-enum/select-enum.component.mjs +3 -3
  47. package/esm2022/select-interpolation/select-interpolation.component.mjs +3 -3
  48. package/esm2022/value-acessor-base.mjs +1 -1
  49. package/fesm2022/apipass-inputs.mjs +52 -52
  50. package/fesm2022/apipass-inputs.mjs.map +1 -1
  51. package/package.json +2 -2
package/README.md CHANGED
@@ -1,33 +1,33 @@
1
- # @apipass/inputs
2
-
3
- This package is a angular component for buttons
4
-
5
- ## Installation
6
-
7
-
8
- ```bash
9
- npm install @apipass/inputs
10
- ```
11
-
12
- ## Usage
13
-
14
- ```typescript
15
- [...]
16
- import {InputsModule} from "@apipass/inputs";
17
-
18
- @NgModule({
19
- imports: [
20
- [...]
21
- InputsModule
22
- ],
23
- [...]
24
- ```
25
-
26
-
27
- ...
28
- ```html
29
-
30
- ```
31
-
32
- ## License
33
- [MIT](https://choosealicense.com/licenses/mit/)
1
+ # @apipass/inputs
2
+
3
+ This package is a angular component for buttons
4
+
5
+ ## Installation
6
+
7
+
8
+ ```bash
9
+ npm install @apipass/inputs
10
+ ```
11
+
12
+ ## Usage
13
+
14
+ ```typescript
15
+ [...]
16
+ import {InputsModule} from "@apipass/inputs";
17
+
18
+ @NgModule({
19
+ imports: [
20
+ [...]
21
+ InputsModule
22
+ ],
23
+ [...]
24
+ ```
25
+
26
+
27
+ ...
28
+ ```html
29
+
30
+ ```
31
+
32
+ ## License
33
+ [MIT](https://choosealicense.com/licenses/mit/)
@@ -1,298 +1,298 @@
1
- /* Inputs */
2
- .mat-calendar-header {
3
- padding: 0 !important;
4
- }
5
-
6
- .mat-calendar-controls {
7
- margin: 0 !important;
8
- }
9
-
10
- .mat-calendar-table-header-divider {
11
- padding: 0 !important;
12
- }
13
-
14
- .mat-calendar-table-header th {
15
- padding: 0 !important;
16
- }
17
-
18
- .mat-calendar-content {
19
- padding: 0 !important;
20
- }
21
-
22
- .mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base {
23
- width: var(--mdc-icon-button-state-layer-size) !important;
24
- height: var(--mdc-icon-button-state-layer-size) !important;
25
- color: var(--color-primary);
26
- }
27
-
28
- .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
29
- background-color: var(--color-secondary-hover);
30
- color: var(--color-primary);
31
- }
32
-
33
- .mat-calendar-body-selected {
34
- background-color: var(--color-secondary);
35
- color: var(--color-primary);
36
- font-weight: bold;
37
- &:hover {
38
- background-color: var(--color-secondary-hover);
39
- }
40
- }
41
-
42
- .mat-calendar-body-cell-content {
43
- color: var(--color-primary);
44
- }
45
-
46
- .mat-calendar-body-in-preview:before {
47
- background-color: var(--color-secondary);
48
- opacity: 10%;
49
- }
50
-
51
- .mat-calendar-body-in-range:before {
52
- background-color: var(--color-secondary);
53
- opacity: 40%;
54
- }
55
-
56
- .mat-calendar-body-today {
57
- border-color: var(--color-primary) !important;
58
- }
59
-
60
- .date-time-interval-scrollbar {
61
- scrollbar-y.scrollbar-control {
62
- right: -12px !important;
63
- }
64
- }
65
-
66
- .switch.switch-small small {
67
- width: 15px !important;
68
- height: 15px !important;
69
- top: 2px !important;
70
- }
71
-
72
- .switch-small {
73
- height: 20px !important;
74
- min-width: 40px !important;
75
- }
76
-
77
- .switch.switch-small small {
78
- background: #d75a4a !important;
79
- }
80
-
81
- .switch.switch-small.checked small {
82
- background: #65cd48 !important;
83
- right: 5px;
84
- }
85
-
86
- .bs-datepicker-head {
87
- background-color: var(--color-primary) !important;
88
- }
89
-
90
- .bs-datepicker-body table td span.selected {
91
- background-color: var(--color-primary) !important;
92
- color: var(--color-secondary) !important;
93
- }
94
-
95
- .bs-datepicker-body table td.week span {
96
- color: var(--color-primary) !important;
97
- }
98
-
99
- .mat-pseudo-checkbox-full {
100
- border-radius: 50% !important;
101
- width: 20px !important;
102
- height: 20px !important;
103
- color: var(--color-fonts-tertiary) !important;
104
- }
105
-
106
- .mdc-label {
107
- margin-bottom: 0 !important;
108
- }
109
-
110
- .mat-pseudo-checkbox-checked {
111
- background-color: var(--color-primary-active) !important;
112
- border-radius: 50% !important;
113
- width: 20px !important;
114
- height: 20px !important;
115
- color: #FFF !important;
116
-
117
- &:after {
118
- width: 10px !important;
119
- height: 5px !important;
120
- color: #FFF !important;
121
- }
122
- }
123
-
124
- form .mat-mdc-form-field {
125
- margin-top: 10px;
126
- }
127
-
128
- .mat-mdc-form-field-icon-prefix > .mat-icon, .mat-mdc-form-field-icon-suffix > .mat-icon {
129
- &:not(.mat-icon-slim) {
130
- padding: 10px !important;
131
- }
132
-
133
- &.mat-icon-slim {
134
- padding: 5px;
135
- }
136
- }
137
-
138
- .ace_editor,
139
- .ace_editor div,
140
- .ace_editor span,
141
- .ace_editor textarea {
142
- font-family: "Monaco", "Menlo", "Ubuntu Mono", "Consolas", "source-code-pro", monospace !important;
143
- }
144
-
145
- field-render .info-label {
146
- margin-bottom: 3px;
147
- margin-top: 5px;
148
- }
149
-
150
- .mat-form-field-infix {
151
- font-family: apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif,
152
- "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
153
- }
154
-
155
- .mat-select {
156
- font-family: apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif,
157
- "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
158
- }
159
-
160
- .form-control {
161
- height: 44px;
162
- max-height: 44px;
163
- padding: 0 15px;
164
- border: 1px solid var(--color-fonts-tertiary);
165
-
166
- &:focus {
167
- border: 3px solid var(--color-primary) !important;
168
- box-shadow: none !important;
169
- }
170
-
171
- &:hover {
172
- border-color: var(--color-primary) !important;
173
- }
174
- }
175
-
176
- .form-control::placeholder {
177
- color: #bfbfbf !important;
178
- }
179
-
180
- .mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label {
181
- color: var(--color-primary-active);
182
- font-size: 14px !important;
183
- }
184
-
185
- .mdc-floating-label--float-above {
186
- font-size: 14px !important;
187
- }
188
-
189
- .mdc-floating-label {
190
- font-weight: normal !important;
191
- }
192
-
193
- .mdc-text-field--filled .mdc-line-ripple:after {
194
- border-bottom-color: var(--color-primary-active);
195
- }
196
-
197
- .mdc-text-field .mdc-text-field__input {
198
- caret-color: var(--color-primary-active);
199
- }
200
-
201
- .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading, .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch, .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
202
- border-color: var(--color-primary-active);
203
- }
204
-
205
- .mat-mdc-form-field-type-mat-native-select.mat-focused.mat-primary .mat-mdc-form-field-infix:after {
206
- color: var(--color-primary-active);
207
- }
208
-
209
- .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__leading, .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__notch, .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing {
210
- border-color: var(--color-fonts-tertiary);
211
- }
212
-
213
- .mat-mdc-text-field-wrapper {
214
- background: #FFF;
215
- }
216
-
217
- .apipass-checkbox, .apipass-checkbox-primary {
218
- --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, .38) !important;
219
- --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, .38) !important;
220
- --mdc-checkbox-selected-checkmark-color: #FFF !important;
221
- --mdc-checkbox-selected-focus-icon-color: var(--color-primary) !important;
222
- --mdc-checkbox-selected-hover-icon-color: var(--color-primary-hover) !important;
223
- --mdc-checkbox-selected-icon-color: var(--color-primary) !important;
224
- --mdc-checkbox-selected-pressed-icon-color: var(--color-primary-active) !important;
225
- --mdc-checkbox-unselected-focus-icon-color: #212121 !important;
226
- --mdc-checkbox-unselected-hover-icon-color: #212121 !important;
227
- --mdc-checkbox-unselected-icon-color: var(--color-fonts-tertiary) !important;
228
- --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, .54) !important;
229
- --mdc-checkbox-selected-focus-state-layer-color: var(--color-primary-active) !important;
230
- --mdc-checkbox-selected-hover-state-layer-color: var(--color-primary-hover) !important;
231
- --mdc-checkbox-selected-pressed-state-layer-color: var(--color-primary-active) !important;
232
- --mdc-checkbox-unselected-focus-state-layer-color: var(--color-tertiary-active);
233
- --mdc-checkbox-unselected-hover-state-layer-color: var(--color-tertiary-hover);
234
- --mdc-checkbox-unselected-pressed-state-layer-color: var(--color-tertiary-active);
235
- }
236
-
237
- .apipass-input-text,
238
- .apipass-input-text-slim {
239
- width: 100%;
240
- }
241
-
242
- .apipass-input-text,
243
- .apipass-search-input-text,
244
- .custom-select-component,
245
- .apipass-select,
246
- .apipass-date-filter {
247
- width: 100%;
248
-
249
- .mat-form-field {
250
- width: 100%;
251
- }
252
-
253
- .mdc-line-ripple:before {
254
- border-bottom-color: transparent !important;
255
- }
256
-
257
- .mat-mdc-form-field-focus-overlay {
258
- opacity: 0 !important;
259
- }
260
-
261
- mat-icon {
262
- color: var(--color-primary);
263
- }
264
-
265
- }
266
-
267
- .apipass-select {
268
- .mat-select-input {
269
- pointer-events: auto !important;
270
-
271
- span {
272
- width: 100% !important;
273
- opacity: 1 !important;
274
- margin-top: 15px !important;
275
- }
276
- }
277
- }
278
-
279
- .apipass-input-text-slim {
280
- .mat-mdc-form-field-infix {
281
- padding-top: 3px !important;
282
- padding-bottom: 5px !important;
283
- min-height: 30px !important;
284
- max-height: 30px !important;
285
- }
286
-
287
- .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-floating-label {
288
- top: 17px;
289
- }
290
-
291
- .mdc-floating-label--float-above {
292
- top: 22px !important;
293
- }
294
-
295
- mat-icon {
296
- padding: 5px !important;
297
- }
298
- }
1
+ /* Inputs */
2
+ .mat-calendar-header {
3
+ padding: 0 !important;
4
+ }
5
+
6
+ .mat-calendar-controls {
7
+ margin: 0 !important;
8
+ }
9
+
10
+ .mat-calendar-table-header-divider {
11
+ padding: 0 !important;
12
+ }
13
+
14
+ .mat-calendar-table-header th {
15
+ padding: 0 !important;
16
+ }
17
+
18
+ .mat-calendar-content {
19
+ padding: 0 !important;
20
+ }
21
+
22
+ .mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base {
23
+ width: var(--mdc-icon-button-state-layer-size) !important;
24
+ height: var(--mdc-icon-button-state-layer-size) !important;
25
+ color: var(--color-primary);
26
+ }
27
+
28
+ .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
29
+ background-color: var(--color-secondary-hover);
30
+ color: var(--color-primary);
31
+ }
32
+
33
+ .mat-calendar-body-selected {
34
+ background-color: var(--color-secondary);
35
+ color: var(--color-primary);
36
+ font-weight: bold;
37
+ &:hover {
38
+ background-color: var(--color-secondary-hover);
39
+ }
40
+ }
41
+
42
+ .mat-calendar-body-cell-content {
43
+ color: var(--color-primary);
44
+ }
45
+
46
+ .mat-calendar-body-in-preview:before {
47
+ background-color: var(--color-secondary);
48
+ opacity: 10%;
49
+ }
50
+
51
+ .mat-calendar-body-in-range:before {
52
+ background-color: var(--color-secondary);
53
+ opacity: 40%;
54
+ }
55
+
56
+ .mat-calendar-body-today {
57
+ border-color: var(--color-primary) !important;
58
+ }
59
+
60
+ .date-time-interval-scrollbar {
61
+ scrollbar-y.scrollbar-control {
62
+ right: -12px !important;
63
+ }
64
+ }
65
+
66
+ .switch.switch-small small {
67
+ width: 15px !important;
68
+ height: 15px !important;
69
+ top: 2px !important;
70
+ }
71
+
72
+ .switch-small {
73
+ height: 20px !important;
74
+ min-width: 40px !important;
75
+ }
76
+
77
+ .switch.switch-small small {
78
+ background: #d75a4a !important;
79
+ }
80
+
81
+ .switch.switch-small.checked small {
82
+ background: #65cd48 !important;
83
+ right: 5px;
84
+ }
85
+
86
+ .bs-datepicker-head {
87
+ background-color: var(--color-primary) !important;
88
+ }
89
+
90
+ .bs-datepicker-body table td span.selected {
91
+ background-color: var(--color-primary) !important;
92
+ color: var(--color-secondary) !important;
93
+ }
94
+
95
+ .bs-datepicker-body table td.week span {
96
+ color: var(--color-primary) !important;
97
+ }
98
+
99
+ .mat-pseudo-checkbox-full {
100
+ border-radius: 50% !important;
101
+ width: 20px !important;
102
+ height: 20px !important;
103
+ color: var(--color-fonts-tertiary) !important;
104
+ }
105
+
106
+ .mdc-label {
107
+ margin-bottom: 0 !important;
108
+ }
109
+
110
+ .mat-pseudo-checkbox-checked {
111
+ background-color: var(--color-primary-active) !important;
112
+ border-radius: 50% !important;
113
+ width: 20px !important;
114
+ height: 20px !important;
115
+ color: #FFF !important;
116
+
117
+ &:after {
118
+ width: 10px !important;
119
+ height: 5px !important;
120
+ color: #FFF !important;
121
+ }
122
+ }
123
+
124
+ form .mat-mdc-form-field {
125
+ margin-top: 10px;
126
+ }
127
+
128
+ .mat-mdc-form-field-icon-prefix > .mat-icon, .mat-mdc-form-field-icon-suffix > .mat-icon {
129
+ &:not(.mat-icon-slim) {
130
+ padding: 10px !important;
131
+ }
132
+
133
+ &.mat-icon-slim {
134
+ padding: 5px;
135
+ }
136
+ }
137
+
138
+ .ace_editor,
139
+ .ace_editor div,
140
+ .ace_editor span,
141
+ .ace_editor textarea {
142
+ font-family: "Monaco", "Menlo", "Ubuntu Mono", "Consolas", "source-code-pro", monospace !important;
143
+ }
144
+
145
+ field-render .info-label {
146
+ margin-bottom: 3px;
147
+ margin-top: 5px;
148
+ }
149
+
150
+ .mat-form-field-infix {
151
+ font-family: apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif,
152
+ "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
153
+ }
154
+
155
+ .mat-select {
156
+ font-family: apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif,
157
+ "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
158
+ }
159
+
160
+ .form-control {
161
+ height: 44px;
162
+ max-height: 44px;
163
+ padding: 0 15px;
164
+ border: 1px solid var(--color-fonts-tertiary);
165
+
166
+ &:focus {
167
+ border: 3px solid var(--color-primary) !important;
168
+ box-shadow: none !important;
169
+ }
170
+
171
+ &:hover {
172
+ border-color: var(--color-primary) !important;
173
+ }
174
+ }
175
+
176
+ .form-control::placeholder {
177
+ color: #bfbfbf !important;
178
+ }
179
+
180
+ .mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label {
181
+ color: var(--color-primary-active);
182
+ font-size: 14px !important;
183
+ }
184
+
185
+ .mdc-floating-label--float-above {
186
+ font-size: 14px !important;
187
+ }
188
+
189
+ .mdc-floating-label {
190
+ font-weight: normal !important;
191
+ }
192
+
193
+ .mdc-text-field--filled .mdc-line-ripple:after {
194
+ border-bottom-color: var(--color-primary-active);
195
+ }
196
+
197
+ .mdc-text-field .mdc-text-field__input {
198
+ caret-color: var(--color-primary-active);
199
+ }
200
+
201
+ .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading, .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch, .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
202
+ border-color: var(--color-primary-active);
203
+ }
204
+
205
+ .mat-mdc-form-field-type-mat-native-select.mat-focused.mat-primary .mat-mdc-form-field-infix:after {
206
+ color: var(--color-primary-active);
207
+ }
208
+
209
+ .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__leading, .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__notch, .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing {
210
+ border-color: var(--color-fonts-tertiary);
211
+ }
212
+
213
+ .mat-mdc-text-field-wrapper {
214
+ background: #FFF;
215
+ }
216
+
217
+ .apipass-checkbox, .apipass-checkbox-primary {
218
+ --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, .38) !important;
219
+ --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, .38) !important;
220
+ --mdc-checkbox-selected-checkmark-color: #FFF !important;
221
+ --mdc-checkbox-selected-focus-icon-color: var(--color-primary) !important;
222
+ --mdc-checkbox-selected-hover-icon-color: var(--color-primary-hover) !important;
223
+ --mdc-checkbox-selected-icon-color: var(--color-primary) !important;
224
+ --mdc-checkbox-selected-pressed-icon-color: var(--color-primary-active) !important;
225
+ --mdc-checkbox-unselected-focus-icon-color: #212121 !important;
226
+ --mdc-checkbox-unselected-hover-icon-color: #212121 !important;
227
+ --mdc-checkbox-unselected-icon-color: var(--color-fonts-tertiary) !important;
228
+ --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, .54) !important;
229
+ --mdc-checkbox-selected-focus-state-layer-color: var(--color-primary-active) !important;
230
+ --mdc-checkbox-selected-hover-state-layer-color: var(--color-primary-hover) !important;
231
+ --mdc-checkbox-selected-pressed-state-layer-color: var(--color-primary-active) !important;
232
+ --mdc-checkbox-unselected-focus-state-layer-color: var(--color-tertiary-active);
233
+ --mdc-checkbox-unselected-hover-state-layer-color: var(--color-tertiary-hover);
234
+ --mdc-checkbox-unselected-pressed-state-layer-color: var(--color-tertiary-active);
235
+ }
236
+
237
+ .apipass-input-text,
238
+ .apipass-input-text-slim {
239
+ width: 100%;
240
+ }
241
+
242
+ .apipass-input-text,
243
+ .apipass-search-input-text,
244
+ .custom-select-component,
245
+ .apipass-select,
246
+ .apipass-date-filter {
247
+ width: 100%;
248
+
249
+ .mat-form-field {
250
+ width: 100%;
251
+ }
252
+
253
+ .mdc-line-ripple:before {
254
+ border-bottom-color: transparent !important;
255
+ }
256
+
257
+ .mat-mdc-form-field-focus-overlay {
258
+ opacity: 0 !important;
259
+ }
260
+
261
+ mat-icon {
262
+ color: var(--color-primary);
263
+ }
264
+
265
+ }
266
+
267
+ .apipass-select {
268
+ .mat-select-input {
269
+ pointer-events: auto !important;
270
+
271
+ span {
272
+ width: 100% !important;
273
+ opacity: 1 !important;
274
+ margin-top: 15px !important;
275
+ }
276
+ }
277
+ }
278
+
279
+ .apipass-input-text-slim {
280
+ .mat-mdc-form-field-infix {
281
+ padding-top: 3px !important;
282
+ padding-bottom: 5px !important;
283
+ min-height: 30px !important;
284
+ max-height: 30px !important;
285
+ }
286
+
287
+ .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-floating-label {
288
+ top: 17px;
289
+ }
290
+
291
+ .mdc-floating-label--float-above {
292
+ top: 22px !important;
293
+ }
294
+
295
+ mat-icon {
296
+ padding: 5px !important;
297
+ }
298
+ }