@ngx-stoui/core 20.0.0 → 20.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.
package/ngx-datatable.css
CHANGED
|
@@ -199,6 +199,9 @@
|
|
|
199
199
|
-ms-user-select: none; /* IE10+/Edge */
|
|
200
200
|
user-select: none; /* Standard */
|
|
201
201
|
}
|
|
202
|
+
.sto-datatable .datatable-header .datatable-header-cell:has(.mat-mdc-checkbox) {
|
|
203
|
+
padding: 4px 8px 0 8px;
|
|
204
|
+
}
|
|
202
205
|
.sto-datatable .datatable-header .datatable-header-cell .datatable-header-cell-wrapper {
|
|
203
206
|
position: relative;
|
|
204
207
|
}
|
|
@@ -220,10 +223,6 @@
|
|
|
220
223
|
.sto-datatable .datatable-header .datatable-header-cell.dragging .resize-handle {
|
|
221
224
|
border-right: none;
|
|
222
225
|
}
|
|
223
|
-
.sto-datatable .datatable-header .datatable-header-cell .mat-mdc-checkbox {
|
|
224
|
-
--mat-checkbox-state-layer-size: 18px;
|
|
225
|
-
margin-left: 11px;
|
|
226
|
-
}
|
|
227
226
|
.sto-datatable .datatable-header .resize-handle {
|
|
228
227
|
border-right: solid 1px #eee;
|
|
229
228
|
}
|
|
File without changes
|
package/ngx-stoui.css
CHANGED
|
@@ -428,11 +428,6 @@ body .mat-option.sto-option--clear {
|
|
|
428
428
|
color: var(--text-secondary);
|
|
429
429
|
}
|
|
430
430
|
|
|
431
|
-
body .sto-form__field,
|
|
432
|
-
body .sto-form__field.mat-mdc-form-field {
|
|
433
|
-
--mat-form-field-filled-container-color: var(--bg-light);
|
|
434
|
-
--mat-form-field-state-layer-color: var(--bg-light);
|
|
435
|
-
}
|
|
436
431
|
body .sto-form__field .mat-mdc-form-field-flex .mat-input,
|
|
437
432
|
body .sto-form__field.mat-mdc-form-field .mat-mdc-form-field-flex .mat-input {
|
|
438
433
|
color: var(--text);
|
|
@@ -4063,32 +4058,111 @@ input::-webkit-inner-spin-button {
|
|
|
4063
4058
|
}
|
|
4064
4059
|
|
|
4065
4060
|
html body.mat-app-background {
|
|
4066
|
-
|
|
4067
|
-
|
|
4068
|
-
--mat-
|
|
4069
|
-
|
|
4070
|
-
|
|
4061
|
+
--mat-button-protected-label-text-color: var(--primary-hover-alt);
|
|
4062
|
+
--mat-button-text-container-height: 46px;
|
|
4063
|
+
--mat-button-text-label-text-color: var(--text);
|
|
4064
|
+
--mat-button-toggle-text-color: var(--text);
|
|
4065
|
+
--mat-button-outlined-disabled-label-text-color: var(--text-disabled);
|
|
4066
|
+
--mat-button-outlined-label-text-color: var(--text);
|
|
4067
|
+
--mat-card-elevated-container-color: var(--bg-card);
|
|
4068
|
+
--mat-card-outlined-container-color: hsla(from var(--bg-card) h s l / 50%);
|
|
4069
|
+
--mat-checkbox-label-text-color: var(--text);
|
|
4070
|
+
--mat-checkbox-selected-checkmark-color: var(--accent-hover-contrast);
|
|
4071
|
+
--mat-checkbox-selected-hover-icon-color: var(--primary-hover);
|
|
4072
|
+
--mat-checkbox-unselected-focus-icon-color: var(--text-disabled);
|
|
4073
|
+
--mat-checkbox-unselected-hover-icon-color: var(--text-disabled);
|
|
4074
|
+
--mat-checkbox-unselected-icon-color: var(--text);
|
|
4075
|
+
--mat-datepicker-calendar-body-label-text-color: var(--text);
|
|
4076
|
+
--mat-datepicker-calendar-container-background-color: var(--bg-card);
|
|
4077
|
+
--mat-datepicker-calendar-date-selected-state-background-color: var(
|
|
4078
|
+
--primary-resting
|
|
4079
|
+
);
|
|
4080
|
+
--mat-datepicker-calendar-date-selected-state-text-color: var(
|
|
4081
|
+
--accent-hover-contrast
|
|
4082
|
+
);
|
|
4083
|
+
--mat-datepicker-calendar-date-text-color: hsla(
|
|
4084
|
+
from var(--text) h s l / 80%
|
|
4085
|
+
);
|
|
4086
|
+
--mat-datepicker-calendar-header-text-color: var(--text-tertiary);
|
|
4087
|
+
--mat-datepicker-calendar-navigation-button-icon-color: var(--text);
|
|
4088
|
+
--mat-datepicker-calendar-period-button-icon-color: var(--text);
|
|
4089
|
+
--mat-datepicker-range-input-separator-color: var(--text-tertiary);
|
|
4090
|
+
--mat-datepicker-toggle-icon-color: var(--text);
|
|
4091
|
+
--mat-dialog-container-color: var(--bg-card);
|
|
4092
|
+
--mat-dialog-subhead-color: var(--text);
|
|
4093
|
+
--mat-dialog-supporting-text-color: var(--text);
|
|
4071
4094
|
--mat-expansion-container-background-color: var(--bg-card);
|
|
4095
|
+
--mat-expansion-container-text-color: var(--text);
|
|
4072
4096
|
--mat-expansion-header-hover-state-layer-color: var(--bg-hover);
|
|
4073
|
-
--mat-expansion-header-text-color: var(--text);
|
|
4074
4097
|
--mat-expansion-header-indicator-color: var(--text);
|
|
4075
|
-
--mat-expansion-
|
|
4076
|
-
|
|
4077
|
-
|
|
4078
|
-
--mat-
|
|
4079
|
-
--mat-
|
|
4080
|
-
|
|
4098
|
+
--mat-expansion-header-text-color: var(--text);
|
|
4099
|
+
--mat-form-field-container-height: 36px;
|
|
4100
|
+
--mat-form-field-filled-active-indicator-color: var(--divider);
|
|
4101
|
+
--mat-form-field-filled-caret-color: var(--text);
|
|
4102
|
+
--mat-form-field-filled-container-color: var(--bg-light);
|
|
4103
|
+
--mat-form-field-filled-focus-active-indicator-color: var(
|
|
4104
|
+
--primary-resting
|
|
4105
|
+
);
|
|
4106
|
+
--mat-form-field-filled-focus-label-text-color: hsla(
|
|
4107
|
+
from var(--text) h s l / 70%
|
|
4108
|
+
);
|
|
4109
|
+
--mat-form-field-filled-hover-active-indicator-color: var(
|
|
4110
|
+
--primary-resting
|
|
4111
|
+
);
|
|
4112
|
+
--mat-form-field-filled-hover-label-text-color: var(--text);
|
|
4113
|
+
--mat-form-field-filled-input-text-color: var(--text);
|
|
4114
|
+
--mat-form-field-filled-label-text-color: hsla(
|
|
4115
|
+
from var(--text) h s l / 70%
|
|
4116
|
+
);
|
|
4117
|
+
--mat-form-field-filled-with-label-container-padding-bottom: 0px;
|
|
4118
|
+
--mat-form-field-state-layer-color: var(--bg-light);
|
|
4119
|
+
--mat-menu-container-color: var(--bg-card);
|
|
4120
|
+
--mat-menu-item-icon-color: var(--text);
|
|
4121
|
+
--mat-menu-item-label-text-color: var(--text);
|
|
4122
|
+
--mat-option-label-text-color: var(--text);
|
|
4123
|
+
--mat-progress-bar-active-indicator-color: var(--primary-highlight);
|
|
4124
|
+
--mat-pseudo-checkbox-full-unselected-icon-color: var(--text);
|
|
4125
|
+
--mat-radio-selected-icon-color: var(--primary-resting);
|
|
4126
|
+
--mat-select-enabled-arrow-color: var(--text);
|
|
4127
|
+
--mat-select-enabled-trigger-text-color: var(--text);
|
|
4128
|
+
--mat-select-panel-background-color: var(--bg-card);
|
|
4129
|
+
--mat-select-placeholder-text-color: var(--text);
|
|
4130
|
+
--mat-slide-toggle-handle-surface-color: var(--primary-resting);
|
|
4131
|
+
--mat-slide-toggle-label-text-color: var(--text);
|
|
4132
|
+
--mat-slide-toggle-selected-focus-track-color: var(
|
|
4133
|
+
--primary-selected-focus
|
|
4134
|
+
);
|
|
4135
|
+
--mat-slide-toggle-selected-hover-track-color: var(
|
|
4136
|
+
--primary-selected-hover
|
|
4137
|
+
);
|
|
4138
|
+
--mat-slide-toggle-selected-track-color: var(--primary-selected-hover);
|
|
4139
|
+
--mat-tab-active-label-text-color: var(--text);
|
|
4140
|
+
--mat-tab-inactive-focus-label-text-color: var(--text-disabled);
|
|
4141
|
+
--mat-tab-inactive-hover-label-text-color: var(--text-disabled);
|
|
4142
|
+
--mat-tab-inactive-label-text-color: var(--text-disabled);
|
|
4143
|
+
--mat-theme-surface: var(--primary-resting);
|
|
4144
|
+
--mat-theme-text-primary-on-background: var(--text);
|
|
4145
|
+
--mat-theme-text-primary-on-background: var(--text);
|
|
4146
|
+
--mat-theme-text-primary-on-background: var(--text);
|
|
4147
|
+
background-color: var(--bg-app);
|
|
4148
|
+
color: var(--text);
|
|
4149
|
+
scrollbar-color: var(--primary-resting) var(--bg-card);
|
|
4081
4150
|
}
|
|
4082
|
-
html body .mat-mdc-
|
|
4083
|
-
|
|
4084
|
-
--mat-
|
|
4085
|
-
--mat-
|
|
4151
|
+
html body .mat-mdc-checkbox,
|
|
4152
|
+
html body .mat-mdc-checkbox.mat-primary {
|
|
4153
|
+
--mat-checkbox-label-text-color: var(--text);
|
|
4154
|
+
--mat-checkbox-selected-checkmark-color: var(--accent-hover-contrast);
|
|
4155
|
+
--mat-checkbox-selected-hover-icon-color: var(--primary-hover);
|
|
4156
|
+
--mat-checkbox-unselected-focus-icon-color: var(--text-disabled);
|
|
4157
|
+
--mat-checkbox-unselected-hover-icon-color: var(--text-disabled);
|
|
4158
|
+
--mat-checkbox-unselected-icon-color: var(--text);
|
|
4159
|
+
--mat-pseudo-checkbox-full-unselected-icon-color: var(--text);
|
|
4086
4160
|
}
|
|
4087
|
-
html body .mat-mdc-
|
|
4088
|
-
|
|
4161
|
+
html body .mat-mdc-select-panel {
|
|
4162
|
+
padding: 0;
|
|
4089
4163
|
}
|
|
4090
|
-
html body .mat-mdc-button-base
|
|
4091
|
-
--mat-button-
|
|
4164
|
+
html body .mat-mdc-button-base {
|
|
4165
|
+
height: var(--mat-button-text-container-height);
|
|
4092
4166
|
}
|
|
4093
4167
|
html body .mat-mdc-button-base.mat-mdc-icon-button {
|
|
4094
4168
|
--mat-icon-button-padding: max(
|
|
@@ -4116,104 +4190,12 @@ html body .mat-mdc-button-base.mat-mdc-icon-button .mat-mdc-button-touch-target
|
|
|
4116
4190
|
height: var(--mat-icon-button-state-layer-size, 48px);
|
|
4117
4191
|
margin: 2px;
|
|
4118
4192
|
}
|
|
4119
|
-
html body .mat-button-toggle {
|
|
4120
|
-
--mat-button-toggle-text-color: var(--text);
|
|
4121
|
-
}
|
|
4122
|
-
html body .mat-mdc-progress-bar {
|
|
4123
|
-
--mat-progress-bar-active-indicator-color: var(--primary-highlight);
|
|
4124
|
-
}
|
|
4125
|
-
html body .mat-mdc-tab-group,
|
|
4126
|
-
html body .mat-mdc-tab-nav-bar {
|
|
4127
|
-
--mat-tab-inactive-label-text-color: var(--text-disabled);
|
|
4128
|
-
--mat-tab-active-label-text-color: var(--text);
|
|
4129
|
-
--mat-tab-inactive-focus-label-text-color: var(--text-disabled);
|
|
4130
|
-
--mat-tab-inactive-hover-label-text-color: var(--text-disabled);
|
|
4131
|
-
}
|
|
4132
|
-
html body .mdc-menu-surface,
|
|
4133
|
-
html body .mat-mdc-menu-panel {
|
|
4134
|
-
--mat-select-panel-background-color: var(--bg-card);
|
|
4135
|
-
--mat-menu-item-label-text-color: var(--text);
|
|
4136
|
-
--mat-menu-container-color: var(--bg-card);
|
|
4137
|
-
--mat-menu-item-icon-color: var(--text);
|
|
4138
|
-
--mat-option-label-text-color: var(--text);
|
|
4139
|
-
--mat-pseudo-checkbox-full-unselected-icon-color: var(--text);
|
|
4140
|
-
}
|
|
4141
|
-
html body .mat-mdc-select-panel {
|
|
4142
|
-
padding: 0;
|
|
4143
|
-
}
|
|
4144
|
-
html body .mat-mdc-dialog-surface {
|
|
4145
|
-
--mat-dialog-container-color: var(--bg-card);
|
|
4146
|
-
--mat-dialog-subhead-color: var(--text);
|
|
4147
|
-
--mat-dialog-supporting-text-color: var(--text);
|
|
4148
|
-
}
|
|
4149
|
-
html body .mat-mdc-card {
|
|
4150
|
-
--mat-card-elevated-container-color: var(--bg-card);
|
|
4151
|
-
--mat-card-outlined-container-color: hsla(from var(--bg-card) h s l / 50%);
|
|
4152
|
-
--mat-card-outlined-container-color: var(--bg-card);
|
|
4153
|
-
}
|
|
4154
|
-
html body .mat-mdc-form-field {
|
|
4155
|
-
--mat-form-field-filled-active-indicator-color: var(--divider);
|
|
4156
|
-
--mat-form-field-filled-hover-active-indicator-color: var(
|
|
4157
|
-
--primary-resting
|
|
4158
|
-
);
|
|
4159
|
-
--mat-form-field-filled-focus-active-indicator-color: var(
|
|
4160
|
-
--primary-resting
|
|
4161
|
-
);
|
|
4162
|
-
--mat-form-field-filled-focus-label-text-color: hsla(
|
|
4163
|
-
from var(--text) h s l / 70%
|
|
4164
|
-
);
|
|
4165
|
-
--mat-form-field-filled-input-text-color: var(--text);
|
|
4166
|
-
--mat-form-field-filled-label-text-color: hsla(
|
|
4167
|
-
from var(--text) h s l / 70%
|
|
4168
|
-
);
|
|
4169
|
-
--mat-form-field-filled-hover-label-text-color: var(--text);
|
|
4170
|
-
--mat-form-field-filled-caret-color: var(--text);
|
|
4171
|
-
--mat-form-field-container-height: 36px;
|
|
4172
|
-
--mat-form-field-filled-with-label-container-padding-bottom: 0px;
|
|
4173
|
-
}
|
|
4174
4193
|
html body .mat-mdc-form-field .mdc-text-field {
|
|
4175
4194
|
overflow: visible;
|
|
4176
4195
|
padding: 0;
|
|
4177
4196
|
}
|
|
4178
|
-
html body .mat-mdc-
|
|
4179
|
-
|
|
4180
|
-
--mat-theme-text-primary-on-background: var(--text);
|
|
4181
|
-
--mat-checkbox-selected-checkmark-color: var(--accent-hover-contrast);
|
|
4182
|
-
--mat-checkbox-unselected-icon-color: var(--text);
|
|
4183
|
-
--mat-checkbox-unselected-focus-icon-color: var(--text-disabled);
|
|
4184
|
-
--mat-theme-text-primary-on-background: var(--text);
|
|
4185
|
-
--mat-checkbox-unselected-hover-icon-color: var(--text-disabled);
|
|
4186
|
-
--mat-checkbox-selected-hover-icon-color: var(--primary-hover);
|
|
4187
|
-
--mat-checkbox-label-text-color: var(--text);
|
|
4188
|
-
}
|
|
4189
|
-
html body .mat-mdc-radio-button {
|
|
4190
|
-
--mat-radio-selected-icon-color: var(--primary-resting);
|
|
4191
|
-
}
|
|
4192
|
-
html body .mat-mdc-select {
|
|
4193
|
-
--mat-select-enabled-trigger-text-color: var(--text);
|
|
4194
|
-
--mat-select-enabled-arrow-color: var(--text);
|
|
4195
|
-
}
|
|
4196
|
-
html body .mdc-switch {
|
|
4197
|
-
--mat-theme-text-primary-on-background: var(--text);
|
|
4198
|
-
--mat-slide-toggle-handle-surface-color: var(--primary-resting);
|
|
4199
|
-
--mat-slide-toggle-selected-track-color: var(--primary-selected-hover);
|
|
4200
|
-
--mat-slide-toggle-selected-hover-track-color: var(--primary-selected-hover);
|
|
4201
|
-
--mat-slide-toggle-selected-focus-track-color: var(--primary-selected-focus);
|
|
4202
|
-
}
|
|
4203
|
-
html body .mat-mdc-slide-toggle {
|
|
4204
|
-
--mat-slide-toggle-label-text-color: var(--text);
|
|
4205
|
-
}
|
|
4206
|
-
html body .mat-calendar {
|
|
4207
|
-
--mat-datepicker-calendar-body-label-text-color: var(--text);
|
|
4208
|
-
--mat-datepicker-calendar-date-text-color: hsla(
|
|
4209
|
-
from var(--text) h s l / 80%
|
|
4210
|
-
);
|
|
4211
|
-
--mat-datepicker-calendar-date-selected-state-text-color: var(
|
|
4212
|
-
--accent-hover-contrast
|
|
4213
|
-
);
|
|
4214
|
-
--mat-datepicker-calendar-date-selected-state-background-color: var(
|
|
4215
|
-
--primary-resting
|
|
4216
|
-
);
|
|
4197
|
+
html body .mat-mdc-form-field label:has(> mat-label:empty) > .mat-mdc-form-field-required-marker {
|
|
4198
|
+
display: none;
|
|
4217
4199
|
}
|
|
4218
4200
|
|
|
4219
4201
|
.ngx-datatable .mat-mdc-checkbox .mdc-checkbox {
|
package/package.json
CHANGED
|
@@ -15,6 +15,9 @@
|
|
|
15
15
|
-moz-user-select: none; /* Firefox */
|
|
16
16
|
-ms-user-select: none; /* IE10+/Edge */
|
|
17
17
|
user-select: none; /* Standard */
|
|
18
|
+
&:has(.mat-mdc-checkbox) {
|
|
19
|
+
padding: 4px 8px 0 8px;
|
|
20
|
+
}
|
|
18
21
|
|
|
19
22
|
.datatable-header-cell-wrapper {
|
|
20
23
|
position: relative;
|
|
@@ -41,10 +44,6 @@
|
|
|
41
44
|
border-right: none;
|
|
42
45
|
}
|
|
43
46
|
}
|
|
44
|
-
.mat-mdc-checkbox {
|
|
45
|
-
--mat-checkbox-state-layer-size: 18px;
|
|
46
|
-
margin-left: 11px;
|
|
47
|
-
}
|
|
48
47
|
}
|
|
49
48
|
|
|
50
49
|
.resize-handle {
|
|
@@ -63,7 +62,9 @@
|
|
|
63
62
|
padding: 8px;
|
|
64
63
|
vertical-align: top;
|
|
65
64
|
border-top: 0;
|
|
66
|
-
transition:
|
|
65
|
+
transition:
|
|
66
|
+
width 0.3s ease,
|
|
67
|
+
box-shadow 250ms linear;
|
|
67
68
|
&:has(.mat-mdc-form-field),
|
|
68
69
|
&:has(.mat-mdc-checkbox) {
|
|
69
70
|
padding: 0;
|