@sumaris-net/ngx-components 18.2.31 → 18.2.33
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/doc/changelog.md +1037 -1028
- package/esm2022/src/app/core/form/entity/entity-editor.class.mjs +1 -1
- package/esm2022/src/app/core/install/install-upgrade-card.component.mjs +1 -1
- package/esm2022/src/app/core/peer/select-peer.modal.mjs +3 -3
- package/esm2022/src/app/core/peer/select-peer.module.mjs +1 -1
- package/esm2022/src/app/core/services/config/core.config.mjs +1 -1
- package/esm2022/src/app/core/services/model/node-feature.model.mjs +1 -1
- package/esm2022/src/app/core/services/model/peer.model.mjs +1 -1
- package/esm2022/src/app/core/services/model/referential.model.mjs +4 -1
- package/esm2022/src/app/core/services/network.service.mjs +1 -1
- package/esm2022/src/app/core/services/network.utils.mjs +1 -1
- package/esm2022/src/app/core/services/storage/entity-store.class.mjs +1 -1
- package/esm2022/src/app/core/table/testing/table.testing.mjs +3 -3
- package/esm2022/src/app/shared/forms.mjs +1 -1
- package/esm2022/src/app/shared/inputs.mjs +1 -1
- package/esm2022/src/app/shared/material/boolean/material.boolean.mjs +3 -3
- package/esm2022/src/app/shared/material/boolean/testing/boolean.test.page.mjs +3 -3
- package/esm2022/src/app/shared/material/latlong/latlong.utils.mjs +1 -1
- package/esm2022/src/app/shared/material/latlong/material.latlong.mjs +5 -3
- package/esm2022/src/app/shared/material/latlong/material.latlong.module.mjs +1 -1
- package/esm2022/src/app/shared/material/latlong/testing/latlong.test.mjs +3 -3
- package/esm2022/src/app/shared/material/material.animations.mjs +1 -1
- package/esm2022/src/app/shared/pipes/latlong-format.pipe.mjs +1 -1
- package/esm2022/src/app/shared/rx-state/rx-state.decorators.mjs +1 -1
- package/esm2022/src/app/shared/validator/validators.mjs +1 -1
- package/esm2022/src/environments/environment.class.mjs +1 -1
- package/esm2022/src/environments/environment.mjs +1 -1
- package/fesm2022/sumaris-net.ngx-components.mjs +17 -12
- package/fesm2022/sumaris-net.ngx-components.mjs.map +1 -1
- package/package.json +1 -1
- package/src/app/core/services/model/referential.model.d.ts +1 -0
- package/src/assets/i18n/en-US.json +735 -735
- package/src/assets/i18n/en.json +734 -734
- package/src/assets/i18n/fr.json +734 -734
- package/src/assets/manifest.json +17 -17
- package/src/theme/_material.scss +213 -213
- package/src/theme/_ngx-components.scss +955 -955
- package/src/theme/_ngx-components.table.scss +597 -597
package/src/assets/manifest.json
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "ngx-sumaris-components",
|
|
3
|
-
"short_name": "ngx-sumaris-components",
|
|
4
|
-
"manifest_version": 1,
|
|
5
|
-
"version": "18.2.
|
|
6
|
-
"default_locale": "fr",
|
|
7
|
-
"description": "Angular components for building beautiful and responsive Apps",
|
|
8
|
-
"icons": [{
|
|
9
|
-
"src": "assets/img/logo/logo-sumaris.png",
|
|
10
|
-
"sizes": "183x120",
|
|
11
|
-
"type": "image/png"
|
|
12
|
-
}],
|
|
13
|
-
"background_color": "#144391",
|
|
14
|
-
"theme_color": "black",
|
|
15
|
-
"start_url": "/",
|
|
16
|
-
"display": "standalone"
|
|
17
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "ngx-sumaris-components",
|
|
3
|
+
"short_name": "ngx-sumaris-components",
|
|
4
|
+
"manifest_version": 1,
|
|
5
|
+
"version": "18.2.33",
|
|
6
|
+
"default_locale": "fr",
|
|
7
|
+
"description": "Angular components for building beautiful and responsive Apps",
|
|
8
|
+
"icons": [{
|
|
9
|
+
"src": "assets/img/logo/logo-sumaris.png",
|
|
10
|
+
"sizes": "183x120",
|
|
11
|
+
"type": "image/png"
|
|
12
|
+
}],
|
|
13
|
+
"background_color": "#144391",
|
|
14
|
+
"theme_color": "black",
|
|
15
|
+
"start_url": "/",
|
|
16
|
+
"display": "standalone"
|
|
17
|
+
}
|
package/src/theme/_material.scss
CHANGED
|
@@ -1,213 +1,213 @@
|
|
|
1
|
-
@use '@angular/material' as mat;
|
|
2
|
-
|
|
3
|
-
// --------------------------------------------------
|
|
4
|
-
// Standard material style
|
|
5
|
-
// --------------------------------------------------
|
|
6
|
-
@include mat.core();
|
|
7
|
-
@include mat.all-component-themes($candy-light-theme);
|
|
8
|
-
|
|
9
|
-
// --------------------------------------------------
|
|
10
|
-
// Override material style
|
|
11
|
-
// --------------------------------------------------
|
|
12
|
-
.mat-mdc-tab-group.mat-secondary, .mat-mdc-tab-nav-bar.mat-secondary {
|
|
13
|
-
background-color: var(--ion-color-secondary, $secondary);
|
|
14
|
-
|
|
15
|
-
.mat-mdc-tab-link {
|
|
16
|
-
color: var(--ion-color-secondary-contrast);
|
|
17
|
-
--mat-tab-header-label-text-tracking: normal;
|
|
18
|
-
}
|
|
19
|
-
}
|
|
20
|
-
|
|
21
|
-
.mat-mdc-tab-group.mat-primary .mat-ink-bar, .mat-mdc-tab-nav-bar.mat-primary .mat-ink-bar {
|
|
22
|
-
background-color: var(--ion-color-primary, $primary);
|
|
23
|
-
}
|
|
24
|
-
|
|
25
|
-
.mat-mdc-tab-group, .mat-mdc-tab-nav-bar {
|
|
26
|
-
--mat-tab-header-active-label-text-color: rgba($text-color-rgb, .8);
|
|
27
|
-
--mat-tab-header-active-focus-label-text-color: rgba($text-color-rgb, .8);
|
|
28
|
-
--mat-tab-header-active-hover-label-text-color: rgba($text-color-rgb, .8);
|
|
29
|
-
--mat-tab-header-inactive-ripple-color: rgba(var(--ion-color-primary-rgb), 0.18);
|
|
30
|
-
--mat-tab-header-pagination-icon-color: $text-color;
|
|
31
|
-
}
|
|
32
|
-
|
|
33
|
-
.mat-mdc-tab-header {
|
|
34
|
-
--mat-tab-header-label-text-tracking: 0.0178571429em;
|
|
35
|
-
}
|
|
36
|
-
|
|
37
|
-
// Drop down arrow of the mat-select (e.g. used in autocomplete - mobile)
|
|
38
|
-
.mat-form-field-appearance-fill .mat-mdc-select-arrow-wrapper {
|
|
39
|
-
// FIXME: should be removed - not need anymore to fix arrow position ?
|
|
40
|
-
//transform: translateY(0px) !important;
|
|
41
|
-
}
|
|
42
|
-
|
|
43
|
-
// Allow to hidden the down arrow of the mat-select (e.g. used in autocomplete - desktop + multiple )
|
|
44
|
-
.mat-mdc-select.mat-mdc-select-arrow-hidden .mat-mdc-select-arrow-wrapper {
|
|
45
|
-
display: none;
|
|
46
|
-
visibility: hidden;
|
|
47
|
-
}
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
// Icon, Button
|
|
51
|
-
.mat-button.mat-primary,
|
|
52
|
-
.mat-icon.mat-primary,
|
|
53
|
-
.mat-icon-button.mat-primary,
|
|
54
|
-
.mat-mdc-button.mat-primary,
|
|
55
|
-
.mat-mdc-icon-button.mat-primary,
|
|
56
|
-
.mat-stroked-button.mat-primary {
|
|
57
|
-
color: var(--ion-color-tertiary, $tertiary);
|
|
58
|
-
}
|
|
59
|
-
|
|
60
|
-
.mat-button.mat-secondary,
|
|
61
|
-
.mat-icon.mat-secondary,
|
|
62
|
-
.mat-icon-button.mat-secondary,
|
|
63
|
-
.mat-mdc-button.mat-secondary,
|
|
64
|
-
.mat-mdc-icon-button.mat-secondary,
|
|
65
|
-
.mat-stroked-button.mat-secondary {
|
|
66
|
-
color: var(--ion-color-secondary, $secondary);
|
|
67
|
-
}
|
|
68
|
-
|
|
69
|
-
.mat-button.mat-accent,
|
|
70
|
-
.mat-icon.mat-accent,
|
|
71
|
-
.mat-icon-button.mat-accent,
|
|
72
|
-
.mat-mdc-button.mat-accent,
|
|
73
|
-
.mat-mdc-icon-button.mat-accent,
|
|
74
|
-
.mat-stroked-button.mat-accent {
|
|
75
|
-
color: var(--ion-color-accent, $accent);
|
|
76
|
-
}
|
|
77
|
-
|
|
78
|
-
.mdc-button {
|
|
79
|
-
--mdc-typography-button-letter-spacing: normal;
|
|
80
|
-
--mdc-text-button-label-text-tracking: normal;
|
|
81
|
-
}
|
|
82
|
-
|
|
83
|
-
.mat-mdc-menu-item {
|
|
84
|
-
--mat-menu-item-label-text-tracking: normal;
|
|
85
|
-
--mat-menu-item-label-text-size: 14px;
|
|
86
|
-
--mat-menu-item-icon-color: #0000008a;
|
|
87
|
-
}
|
|
88
|
-
|
|
89
|
-
.mat-mdc-option {
|
|
90
|
-
--mat-option-label-text-tracking: normal;
|
|
91
|
-
--mat-option-label-text-size: 16px;
|
|
92
|
-
min-height: var(--mat-option-min-height, 48px);
|
|
93
|
-
}
|
|
94
|
-
|
|
95
|
-
.mat-mdc-select {
|
|
96
|
-
--mat-select-trigger-text-font: inherit;
|
|
97
|
-
--mat-select-trigger-text-tracking: normal;
|
|
98
|
-
--mat-select-trigger-text-size: inherit;
|
|
99
|
-
--mat-select-disabled-trigger-text-color: inherit;
|
|
100
|
-
--mat-select-trigger-text-line-height: inherit;
|
|
101
|
-
}
|
|
102
|
-
|
|
103
|
-
.mat-badge-primary .mat-badge-content {
|
|
104
|
-
background-color: var(--ion-color-tertiary);
|
|
105
|
-
color: var(--ion-color-tertiary-contrast);
|
|
106
|
-
}
|
|
107
|
-
|
|
108
|
-
.mat-badge-accent .mat-badge-content {
|
|
109
|
-
background-color: var(--ion-color-accent);
|
|
110
|
-
color: var(--ion-color-accent-contrast);
|
|
111
|
-
}
|
|
112
|
-
|
|
113
|
-
.mat-badge-warn .mat-badge-content {
|
|
114
|
-
background-color: var(--ion-color-warning);
|
|
115
|
-
color: var(--ion-color-warning-contrast);
|
|
116
|
-
}
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
// Progress bar
|
|
120
|
-
.mat-progress-bar {
|
|
121
|
-
--background-color: var(--ion-color-primary-tint, mix(#fff, $primary, 10%));
|
|
122
|
-
--progress-primary-color: var(--ion-color-secondary, $secondary);
|
|
123
|
-
--progress-secondary-color: var(--ion-color-secondary-shade, mix(#000, $secondary, 12%));
|
|
124
|
-
|
|
125
|
-
.mat-progress-bar-buffer {
|
|
126
|
-
background-color: var(--background-color);
|
|
127
|
-
}
|
|
128
|
-
|
|
129
|
-
.mat-progress-bar-primary.mat-progress-bar-fill:after {
|
|
130
|
-
background-color: var(--progress-primary-color);
|
|
131
|
-
}
|
|
132
|
-
|
|
133
|
-
.mat-progress-bar-secondary.mat-progress-bar-fill:after {
|
|
134
|
-
background-color: var(--progress-secondary-color);
|
|
135
|
-
}
|
|
136
|
-
}
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
.mat-option, .mat-mdc-option {
|
|
140
|
-
padding-top: var(--padding-top, 0) !important;
|
|
141
|
-
padding-right: var(--padding-end, 16px) !important;
|
|
142
|
-
padding-bottom: var(--padding-bottom, 0) !important;
|
|
143
|
-
padding-left: var(--padding-start, 16px) !important;
|
|
144
|
-
}
|
|
145
|
-
|
|
146
|
-
.mat-action-row {
|
|
147
|
-
height: 46px;
|
|
148
|
-
padding-top: var(--padding-top, 16px) !important;
|
|
149
|
-
padding-right: var(--padding-end, 8px) !important;
|
|
150
|
-
padding-bottom: var(--padding-bottom, 16px) !important;
|
|
151
|
-
padding-left: var(--padding-start, 24px) !important;
|
|
152
|
-
}
|
|
153
|
-
|
|
154
|
-
.mat-action-row > ion-label.ion-padding,
|
|
155
|
-
.mat-action-row > ion-label[padding] {
|
|
156
|
-
--padding-top: 4px;
|
|
157
|
-
--padding-end: 24px;
|
|
158
|
-
--padding-bottom: 4px;
|
|
159
|
-
--padding-start: 24px;
|
|
160
|
-
padding-top: var(--padding-top, 4px) !important;
|
|
161
|
-
padding-right: var(--padding-end, 24px) !important;
|
|
162
|
-
padding-bottom: var(--padding-bottom, 4px) !important;
|
|
163
|
-
padding-left: var(--padding-start, 24px) !important;
|
|
164
|
-
}
|
|
165
|
-
|
|
166
|
-
.mat-toolbar ion-item {
|
|
167
|
-
--ion-item-background: transparent;
|
|
168
|
-
}
|
|
169
|
-
|
|
170
|
-
// Copy of ::slotted(ion-icon)
|
|
171
|
-
mat-icon[slot] {
|
|
172
|
-
font-size: 24px;
|
|
173
|
-
pointer-events: none;
|
|
174
|
-
}
|
|
175
|
-
|
|
176
|
-
// Form Fields
|
|
177
|
-
.mat-mdc-form-field-errors {
|
|
178
|
-
margin-top: -20px;
|
|
179
|
-
|
|
180
|
-
mat-hint,
|
|
181
|
-
.mat-hint,
|
|
182
|
-
mat-error,
|
|
183
|
-
.mat-error {
|
|
184
|
-
font-size: 75%;
|
|
185
|
-
}
|
|
186
|
-
}
|
|
187
|
-
|
|
188
|
-
.mat-mdc-form-field-infix {
|
|
189
|
-
label {
|
|
190
|
-
width: 100% !important;
|
|
191
|
-
|
|
192
|
-
mat-label {
|
|
193
|
-
text-overflow: ellipsis;
|
|
194
|
-
}
|
|
195
|
-
}
|
|
196
|
-
}
|
|
197
|
-
|
|
198
|
-
// Latitude/Longitude component
|
|
199
|
-
.mat-latlong-field {
|
|
200
|
-
|
|
201
|
-
.mat-mdc-form-field-infix {
|
|
202
|
-
display: inline-flex;
|
|
203
|
-
|
|
204
|
-
.mat-mdc-select.sign {
|
|
205
|
-
max-width: 1.7em;
|
|
206
|
-
|
|
207
|
-
.mat-mdc-select-trigger {
|
|
208
|
-
align-items: baseline;
|
|
209
|
-
}
|
|
210
|
-
}
|
|
211
|
-
}
|
|
212
|
-
|
|
213
|
-
}
|
|
1
|
+
@use '@angular/material' as mat;
|
|
2
|
+
|
|
3
|
+
// --------------------------------------------------
|
|
4
|
+
// Standard material style
|
|
5
|
+
// --------------------------------------------------
|
|
6
|
+
@include mat.core();
|
|
7
|
+
@include mat.all-component-themes($candy-light-theme);
|
|
8
|
+
|
|
9
|
+
// --------------------------------------------------
|
|
10
|
+
// Override material style
|
|
11
|
+
// --------------------------------------------------
|
|
12
|
+
.mat-mdc-tab-group.mat-secondary, .mat-mdc-tab-nav-bar.mat-secondary {
|
|
13
|
+
background-color: var(--ion-color-secondary, $secondary);
|
|
14
|
+
|
|
15
|
+
.mat-mdc-tab-link {
|
|
16
|
+
color: var(--ion-color-secondary-contrast);
|
|
17
|
+
--mat-tab-header-label-text-tracking: normal;
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
.mat-mdc-tab-group.mat-primary .mat-ink-bar, .mat-mdc-tab-nav-bar.mat-primary .mat-ink-bar {
|
|
22
|
+
background-color: var(--ion-color-primary, $primary);
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
.mat-mdc-tab-group, .mat-mdc-tab-nav-bar {
|
|
26
|
+
--mat-tab-header-active-label-text-color: rgba($text-color-rgb, .8);
|
|
27
|
+
--mat-tab-header-active-focus-label-text-color: rgba($text-color-rgb, .8);
|
|
28
|
+
--mat-tab-header-active-hover-label-text-color: rgba($text-color-rgb, .8);
|
|
29
|
+
--mat-tab-header-inactive-ripple-color: rgba(var(--ion-color-primary-rgb), 0.18);
|
|
30
|
+
--mat-tab-header-pagination-icon-color: $text-color;
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
.mat-mdc-tab-header {
|
|
34
|
+
--mat-tab-header-label-text-tracking: 0.0178571429em;
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
// Drop down arrow of the mat-select (e.g. used in autocomplete - mobile)
|
|
38
|
+
.mat-form-field-appearance-fill .mat-mdc-select-arrow-wrapper {
|
|
39
|
+
// FIXME: should be removed - not need anymore to fix arrow position ?
|
|
40
|
+
//transform: translateY(0px) !important;
|
|
41
|
+
}
|
|
42
|
+
|
|
43
|
+
// Allow to hidden the down arrow of the mat-select (e.g. used in autocomplete - desktop + multiple )
|
|
44
|
+
.mat-mdc-select.mat-mdc-select-arrow-hidden .mat-mdc-select-arrow-wrapper {
|
|
45
|
+
display: none;
|
|
46
|
+
visibility: hidden;
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
|
|
50
|
+
// Icon, Button
|
|
51
|
+
.mat-button.mat-primary,
|
|
52
|
+
.mat-icon.mat-primary,
|
|
53
|
+
.mat-icon-button.mat-primary,
|
|
54
|
+
.mat-mdc-button.mat-primary,
|
|
55
|
+
.mat-mdc-icon-button.mat-primary,
|
|
56
|
+
.mat-stroked-button.mat-primary {
|
|
57
|
+
color: var(--ion-color-tertiary, $tertiary);
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
.mat-button.mat-secondary,
|
|
61
|
+
.mat-icon.mat-secondary,
|
|
62
|
+
.mat-icon-button.mat-secondary,
|
|
63
|
+
.mat-mdc-button.mat-secondary,
|
|
64
|
+
.mat-mdc-icon-button.mat-secondary,
|
|
65
|
+
.mat-stroked-button.mat-secondary {
|
|
66
|
+
color: var(--ion-color-secondary, $secondary);
|
|
67
|
+
}
|
|
68
|
+
|
|
69
|
+
.mat-button.mat-accent,
|
|
70
|
+
.mat-icon.mat-accent,
|
|
71
|
+
.mat-icon-button.mat-accent,
|
|
72
|
+
.mat-mdc-button.mat-accent,
|
|
73
|
+
.mat-mdc-icon-button.mat-accent,
|
|
74
|
+
.mat-stroked-button.mat-accent {
|
|
75
|
+
color: var(--ion-color-accent, $accent);
|
|
76
|
+
}
|
|
77
|
+
|
|
78
|
+
.mdc-button {
|
|
79
|
+
--mdc-typography-button-letter-spacing: normal;
|
|
80
|
+
--mdc-text-button-label-text-tracking: normal;
|
|
81
|
+
}
|
|
82
|
+
|
|
83
|
+
.mat-mdc-menu-item {
|
|
84
|
+
--mat-menu-item-label-text-tracking: normal;
|
|
85
|
+
--mat-menu-item-label-text-size: 14px;
|
|
86
|
+
--mat-menu-item-icon-color: #0000008a;
|
|
87
|
+
}
|
|
88
|
+
|
|
89
|
+
.mat-mdc-option {
|
|
90
|
+
--mat-option-label-text-tracking: normal;
|
|
91
|
+
--mat-option-label-text-size: 16px;
|
|
92
|
+
min-height: var(--mat-option-min-height, 48px);
|
|
93
|
+
}
|
|
94
|
+
|
|
95
|
+
.mat-mdc-select {
|
|
96
|
+
--mat-select-trigger-text-font: inherit;
|
|
97
|
+
--mat-select-trigger-text-tracking: normal;
|
|
98
|
+
--mat-select-trigger-text-size: inherit;
|
|
99
|
+
--mat-select-disabled-trigger-text-color: inherit;
|
|
100
|
+
--mat-select-trigger-text-line-height: inherit;
|
|
101
|
+
}
|
|
102
|
+
|
|
103
|
+
.mat-badge-primary .mat-badge-content {
|
|
104
|
+
background-color: var(--ion-color-tertiary);
|
|
105
|
+
color: var(--ion-color-tertiary-contrast);
|
|
106
|
+
}
|
|
107
|
+
|
|
108
|
+
.mat-badge-accent .mat-badge-content {
|
|
109
|
+
background-color: var(--ion-color-accent);
|
|
110
|
+
color: var(--ion-color-accent-contrast);
|
|
111
|
+
}
|
|
112
|
+
|
|
113
|
+
.mat-badge-warn .mat-badge-content {
|
|
114
|
+
background-color: var(--ion-color-warning);
|
|
115
|
+
color: var(--ion-color-warning-contrast);
|
|
116
|
+
}
|
|
117
|
+
|
|
118
|
+
|
|
119
|
+
// Progress bar
|
|
120
|
+
.mat-progress-bar {
|
|
121
|
+
--background-color: var(--ion-color-primary-tint, mix(#fff, $primary, 10%));
|
|
122
|
+
--progress-primary-color: var(--ion-color-secondary, $secondary);
|
|
123
|
+
--progress-secondary-color: var(--ion-color-secondary-shade, mix(#000, $secondary, 12%));
|
|
124
|
+
|
|
125
|
+
.mat-progress-bar-buffer {
|
|
126
|
+
background-color: var(--background-color);
|
|
127
|
+
}
|
|
128
|
+
|
|
129
|
+
.mat-progress-bar-primary.mat-progress-bar-fill:after {
|
|
130
|
+
background-color: var(--progress-primary-color);
|
|
131
|
+
}
|
|
132
|
+
|
|
133
|
+
.mat-progress-bar-secondary.mat-progress-bar-fill:after {
|
|
134
|
+
background-color: var(--progress-secondary-color);
|
|
135
|
+
}
|
|
136
|
+
}
|
|
137
|
+
|
|
138
|
+
|
|
139
|
+
.mat-option, .mat-mdc-option {
|
|
140
|
+
padding-top: var(--padding-top, 0) !important;
|
|
141
|
+
padding-right: var(--padding-end, 16px) !important;
|
|
142
|
+
padding-bottom: var(--padding-bottom, 0) !important;
|
|
143
|
+
padding-left: var(--padding-start, 16px) !important;
|
|
144
|
+
}
|
|
145
|
+
|
|
146
|
+
.mat-action-row {
|
|
147
|
+
height: 46px;
|
|
148
|
+
padding-top: var(--padding-top, 16px) !important;
|
|
149
|
+
padding-right: var(--padding-end, 8px) !important;
|
|
150
|
+
padding-bottom: var(--padding-bottom, 16px) !important;
|
|
151
|
+
padding-left: var(--padding-start, 24px) !important;
|
|
152
|
+
}
|
|
153
|
+
|
|
154
|
+
.mat-action-row > ion-label.ion-padding,
|
|
155
|
+
.mat-action-row > ion-label[padding] {
|
|
156
|
+
--padding-top: 4px;
|
|
157
|
+
--padding-end: 24px;
|
|
158
|
+
--padding-bottom: 4px;
|
|
159
|
+
--padding-start: 24px;
|
|
160
|
+
padding-top: var(--padding-top, 4px) !important;
|
|
161
|
+
padding-right: var(--padding-end, 24px) !important;
|
|
162
|
+
padding-bottom: var(--padding-bottom, 4px) !important;
|
|
163
|
+
padding-left: var(--padding-start, 24px) !important;
|
|
164
|
+
}
|
|
165
|
+
|
|
166
|
+
.mat-toolbar ion-item {
|
|
167
|
+
--ion-item-background: transparent;
|
|
168
|
+
}
|
|
169
|
+
|
|
170
|
+
// Copy of ::slotted(ion-icon)
|
|
171
|
+
mat-icon[slot] {
|
|
172
|
+
font-size: 24px;
|
|
173
|
+
pointer-events: none;
|
|
174
|
+
}
|
|
175
|
+
|
|
176
|
+
// Form Fields
|
|
177
|
+
.mat-mdc-form-field-errors {
|
|
178
|
+
margin-top: -20px;
|
|
179
|
+
|
|
180
|
+
mat-hint,
|
|
181
|
+
.mat-hint,
|
|
182
|
+
mat-error,
|
|
183
|
+
.mat-error {
|
|
184
|
+
font-size: 75%;
|
|
185
|
+
}
|
|
186
|
+
}
|
|
187
|
+
|
|
188
|
+
.mat-mdc-form-field-infix {
|
|
189
|
+
label {
|
|
190
|
+
width: 100% !important;
|
|
191
|
+
|
|
192
|
+
mat-label {
|
|
193
|
+
text-overflow: ellipsis;
|
|
194
|
+
}
|
|
195
|
+
}
|
|
196
|
+
}
|
|
197
|
+
|
|
198
|
+
// Latitude/Longitude component
|
|
199
|
+
.mat-latlong-field {
|
|
200
|
+
|
|
201
|
+
.mat-mdc-form-field-infix {
|
|
202
|
+
display: inline-flex;
|
|
203
|
+
|
|
204
|
+
.mat-mdc-select.sign {
|
|
205
|
+
max-width: 1.7em;
|
|
206
|
+
|
|
207
|
+
.mat-mdc-select-trigger {
|
|
208
|
+
align-items: baseline;
|
|
209
|
+
}
|
|
210
|
+
}
|
|
211
|
+
}
|
|
212
|
+
|
|
213
|
+
}
|