@alfresco/adf-core 8.1.0-14664375052 → 8.1.0-14711395239

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 (42) hide show
  1. package/esm2022/lib/card-view/components/card-view/card-view.component.mjs +3 -3
  2. package/esm2022/shell/lib/components/shell/shell.component.mjs +3 -3
  3. package/fesm2022/adf-core.mjs +2 -2
  4. package/fesm2022/adf-core.mjs.map +1 -1
  5. package/fesm2022/alfresco-adf-core-shell.mjs +2 -2
  6. package/fesm2022/alfresco-adf-core-shell.mjs.map +1 -1
  7. package/lib/card-view/components/card-view/card-view.component.scss +10 -10
  8. package/lib/card-view/components/card-view-arrayitem/card-view-arrayitem.component.scss +4 -4
  9. package/lib/card-view/components/card-view-dateitem/card-view-dateitem.component.scss +2 -2
  10. package/lib/card-view/components/card-view-keyvaluepairsitem/card-view-keyvaluepairsitem.component.scss +5 -5
  11. package/lib/card-view/components/card-view-selectitem/card-view-selectitem.component.scss +8 -8
  12. package/lib/card-view/components/card-view-selectitem/select-filter-input/select-filter-input.component.scss +3 -3
  13. package/lib/card-view/components/card-view-textitem/card-view-textitem.component.scss +6 -6
  14. package/lib/comments/comments.component.scss +9 -9
  15. package/lib/datatable/components/datatable/datatable.component.scss +13 -13
  16. package/lib/dialogs/edit-json/edit-json.dialog.scss +2 -2
  17. package/lib/dynamic-chip-list/dynamic-chip-list.component.scss +3 -3
  18. package/lib/form/components/form-renderer.component.scss +18 -18
  19. package/lib/form/components/inplace-form-input/inplace-form-input.component.scss +4 -4
  20. package/lib/form/components/widgets/amount/amount.widget.scss +4 -4
  21. package/lib/form/components/widgets/date-time/date-time.widget.scss +6 -6
  22. package/lib/form/components/widgets/form.theme.scss +9 -8
  23. package/lib/form/components/widgets/text/text.widget.scss +2 -2
  24. package/lib/identity-user-info/identity-user-info.component.scss +3 -3
  25. package/lib/info-drawer/info-drawer-layout.component.scss +8 -8
  26. package/lib/info-drawer/info-drawer.component.scss +10 -10
  27. package/lib/layout/components/header/header.component.scss +2 -2
  28. package/lib/layout/components/layout-container/layout-container.component.scss +3 -3
  29. package/lib/layout/components/sidenav-layout/sidenav-layout.component.scss +6 -6
  30. package/lib/login/components/login/login.component.scss +5 -5
  31. package/lib/notifications/components/notification-history.component.scss +4 -4
  32. package/lib/search-text/search-text-input.component.scss +2 -2
  33. package/lib/snackbar-content/snackbar-content.component.scss +2 -2
  34. package/lib/styles/_mat-selectors.scss +10 -0
  35. package/lib/styles/material.theme.scss +27 -26
  36. package/lib/templates/empty-content/empty-content.component.scss +0 -2
  37. package/lib/templates/error-content/error-content.component.scss +2 -2
  38. package/lib/viewer/components/img-viewer/img-viewer.component.scss +2 -2
  39. package/lib/viewer/components/pdf-viewer/pdf-viewer.component.scss +3 -3
  40. package/lib/viewer/components/viewer-render/viewer-render.component.scss +0 -1
  41. package/lib/viewer/components/viewer.component.scss +3 -3
  42. package/package.json +3 -3
@@ -1,6 +1,6 @@
1
1
  /* stylelint-disable selector-class-pattern */
2
- @import 'styles/flex';
3
- @import 'styles/mat-selectors';
2
+ @use '../../styles/flex' as flex;
3
+ @use '../../styles/mat-selectors' as ms;
4
4
 
5
5
  .adf-hidden {
6
6
  display: none;
@@ -18,7 +18,7 @@
18
18
  display: grid;
19
19
 
20
20
  &-column-view {
21
- @include layout-bp(lt-md) {
21
+ @include flex.layout-bp(lt-md) {
22
22
  display: flow;
23
23
  }
24
24
 
@@ -47,7 +47,7 @@
47
47
  }
48
48
  }
49
49
 
50
- @include layout-bp(lt-md) {
50
+ @include flex.layout-bp(lt-md) {
51
51
  .adf-grid-list-item {
52
52
  flex: 1 0 100%;
53
53
  }
@@ -75,10 +75,10 @@
75
75
  top: 1.8em;
76
76
  }
77
77
 
78
- #{$mat-focused} {
78
+ #{ms.$mat-focused} {
79
79
  width: 100%;
80
80
 
81
- #{$mat-text-field-focused} {
81
+ #{ms.$mat-text-field-focused} {
82
82
  label {
83
83
  color: var(--theme-primary-color);
84
84
  }
@@ -89,12 +89,12 @@
89
89
  background-color: 300ms cubic-bezier(0.55, 0, 0.55, 0.2);
90
90
  }
91
91
 
92
- #{$mat-form-field-prefix} {
92
+ #{ms.$mat-form-field-prefix} {
93
93
  color: var(--theme-primary-color);
94
94
  }
95
95
  }
96
96
 
97
- #{$mat-grid-tile} {
97
+ #{ms.$mat-grid-tile} {
98
98
  overflow: visible;
99
99
  width: 80%;
100
100
  }
@@ -110,16 +110,16 @@
110
110
  max-width: 100%;
111
111
  max-height: 100%;
112
112
 
113
- & #{$mat-card} {
113
+ & #{ms.$mat-card} {
114
114
  padding: 16px 24px;
115
115
  overflow: hidden;
116
116
  }
117
117
 
118
- & #{$mat-card-header-text} {
118
+ & #{ms.$mat-card-header-text} {
119
119
  margin: 0;
120
120
  }
121
121
 
122
- & #{$mat-tab-body-content} {
122
+ & #{ms.$mat-tab-body-content} {
123
123
  overflow: hidden;
124
124
  }
125
125
 
@@ -132,13 +132,13 @@
132
132
  text-transform: uppercase;
133
133
  }
134
134
 
135
- & #{$mat-tab-ink-bar} {
136
- #{$mat-tab-indicator-underline} {
135
+ & #{ms.$mat-tab-ink-bar} {
136
+ #{ms.$mat-tab-indicator-underline} {
137
137
  border-top-width: 4px;
138
138
  }
139
139
  }
140
140
 
141
- & #{$mat-form-field-wrapper} {
141
+ & #{ms.$mat-form-field-wrapper} {
142
142
  margin: 0 12px 0 0;
143
143
  }
144
144
  }
@@ -201,7 +201,7 @@
201
201
  padding-bottom: 25px;
202
202
  padding-right: 25px;
203
203
 
204
- & #{$mat-button} {
204
+ & #{ms.$mat-button} {
205
205
  height: 36px;
206
206
  border-radius: 5px;
207
207
  width: auto;
@@ -210,7 +210,7 @@
210
210
  white-space: nowrap;
211
211
  }
212
212
 
213
- & #{$mat-button-label} {
213
+ & #{ms.$mat-button-label} {
214
214
  min-width: 58px;
215
215
  }
216
216
  }
@@ -223,7 +223,7 @@
223
223
  }
224
224
  }
225
225
 
226
- &-left-label-input-container #{$mat-form-field-label} {
226
+ &-left-label-input-container #{ms.$mat-form-field-label} {
227
227
  top: auto;
228
228
  bottom: 0;
229
229
  }
@@ -237,7 +237,7 @@
237
237
  form-field {
238
238
  width: 100%;
239
239
 
240
- #{$mat-input-element} {
240
+ #{ms.$mat-input-element} {
241
241
  font-size: var(--theme-body-2-font-size);
242
242
  padding-top: 8px;
243
243
  line-height: normal;
@@ -1,5 +1,5 @@
1
1
  /* stylelint-disable selector-class-pattern */
2
- @import 'styles/mat-selectors';
2
+ @use '../../../styles/mat-selectors' as ms;
3
3
 
4
4
  $adf-inplace-input-padding: 7px;
5
5
 
@@ -10,16 +10,16 @@ $adf-inplace-input-padding: 7px;
10
10
  }
11
11
  }
12
12
 
13
- #{$mat-line-ripple} {
13
+ #{ms.$mat-line-ripple} {
14
14
  display: none;
15
15
  }
16
16
 
17
- #{$mat-form-text-field-infix} {
17
+ #{ms.$mat-form-text-field-infix} {
18
18
  display: flex;
19
19
  border-top: 0;
20
20
  }
21
21
 
22
- #{$mat-form-field-label} {
22
+ #{ms.$mat-form-field-label} {
23
23
  padding: $adf-inplace-input-padding;
24
24
  }
25
25
 
@@ -1,5 +1,5 @@
1
1
  /* stylelint-disable selector-class-pattern */
2
- @import 'styles/mat-selectors';
2
+ @use '../../../../styles/mat-selectors' as ms;
3
3
 
4
4
  .adf {
5
5
  &-amount-widget {
@@ -14,17 +14,17 @@
14
14
  &-amount-widget__input {
15
15
  margin-top: -15px;
16
16
 
17
- #{$mat-focused} {
17
+ #{ms.$mat-focused} {
18
18
  transition: none;
19
19
  }
20
20
 
21
- #{$mat-form-field-prefix} {
21
+ #{ms.$mat-form-field-prefix} {
22
22
  padding-top: 16px;
23
23
  padding-bottom: 16px;
24
24
  align-self: flex-end;
25
25
  }
26
26
 
27
- &:not(#{$mat-focused}):not(#{$mat-form-field-invalid}) {
27
+ &:not(#{ms.$mat-focused}):not(#{ms.$mat-form-field-invalid}) {
28
28
  .adf-amount-widget__prefix-spacing {
29
29
  color: var(--adf-theme-foreground-secondary-text-color);
30
30
  }
@@ -1,27 +1,27 @@
1
1
  /* stylelint-disable selector-class-pattern */
2
- @import 'styles/mat-selectors';
2
+ @use '../../../../styles/mat-selectors' as ms;
3
3
 
4
4
  .adf {
5
5
  &-date-time-widget {
6
- #{$mat-form-field-suffix} {
6
+ #{ms.$mat-form-field-suffix} {
7
7
  top: 26px;
8
8
  }
9
9
 
10
- #{$mat-form-field-label} {
10
+ #{ms.$mat-form-field-label} {
11
11
  top: 20px;
12
12
  }
13
13
  }
14
14
 
15
15
  &-left-label-input-datepicker {
16
- #{$mat-form-field-suffix} {
16
+ #{ms.$mat-form-field-suffix} {
17
17
  top: 0;
18
18
  }
19
- #{$mat-form-text-field-infix} {
19
+ #{ms.$mat-form-text-field-infix} {
20
20
  width: 100%;
21
21
  }
22
22
  }
23
23
  }
24
24
 
25
- .mat-datetimepicker-toggle {
25
+ #{ms.$mat-datetimepicker-toggle} {
26
26
  color: var(--adf-theme-foreground-icon-color);
27
27
  }
@@ -1,5 +1,6 @@
1
1
  /* stylelint-disable no-descending-specificity */
2
- @import 'styles/mat-selectors';
2
+ /* stylelint-disable declaration-no-important */
3
+ @use '../../../styles/mat-selectors' as ms;
3
4
 
4
5
  ul > li > form-field > .adf-focus {
5
6
  .adf-label {
@@ -36,15 +37,15 @@ ul > li > form-field > .adf-focus {
36
37
  }
37
38
 
38
39
  &-invalid {
39
- #{$mat-checkbox} {
40
+ #{ms.$mat-checkbox} {
40
41
  padding-bottom: 12px;
41
42
  }
42
43
 
43
- #{$mat-line-ripple} {
44
+ #{ms.$mat-line-ripple} {
44
45
  background-color: var(--theme-warn-color) !important;
45
46
  }
46
47
 
47
- #{$mat-select} {
48
+ #{ms.$mat-select} {
48
49
  &-arrow {
49
50
  color: var(--adf-theme-foreground-secondary-text-color) !important;
50
51
  }
@@ -54,7 +55,7 @@ ul > li > form-field > .adf-focus {
54
55
  border-color: var(--theme-warn-color);
55
56
  }
56
57
 
57
- #{$mat-form-field-prefix} {
58
+ #{ms.$mat-form-field-prefix} {
58
59
  color: var(--adf-theme-foreground-secondary-text-color);
59
60
  }
60
61
 
@@ -71,9 +72,9 @@ ul > li > form-field > .adf-focus {
71
72
  /* query for Microsoft IE 11 */
72
73
  @media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
73
74
  adf-form-field {
74
- #{$mat-input-element},
75
- #{$mat-select},
76
- #{$mat-form-field} {
75
+ #{ms.$mat-input-element},
76
+ #{ms.$mat-select},
77
+ #{ms.$mat-form-field} {
77
78
  display: block !important;
78
79
  }
79
80
  }
@@ -1,11 +1,11 @@
1
1
  /* stylelint-disable selector-class-pattern */
2
- @import 'styles/mat-selectors';
2
+ @use '../../../../styles/mat-selectors' as ms;
3
3
 
4
4
  .adf {
5
5
  &-text-widget {
6
6
  width: 100%;
7
7
 
8
- #{$mat-form-field-label} {
8
+ #{ms.$mat-form-field-label} {
9
9
  top: 20px;
10
10
  }
11
11
  }
@@ -1,4 +1,4 @@
1
- @import 'styles/flex';
1
+ @use '../styles/flex' as flex;
2
2
 
3
3
  .adf {
4
4
  &-userinfo-container {
@@ -14,7 +14,7 @@
14
14
  &-userinfo-name {
15
15
  padding: 0 5px;
16
16
 
17
- @include layout-bp(lt-md) {
17
+ @include flex.layout-bp(lt-md) {
18
18
  display: none;
19
19
  }
20
20
  }
@@ -65,7 +65,7 @@
65
65
  display: flex;
66
66
  flex-direction: column;
67
67
 
68
- @include layout-bp(lt-sm) {
68
+ @include flex.layout-bp(lt-sm) {
69
69
  padding: 10px;
70
70
  }
71
71
  }
@@ -1,5 +1,5 @@
1
- @import '../styles/mixins';
2
- @import 'styles/mat-selectors';
1
+ @use '../styles/mixins' as mixins;
2
+ @use '../styles/mat-selectors' as ms;
3
3
 
4
4
  $adf-info-drawer-layout-title-font-size: var(--theme-title-font-size) !default;
5
5
  $adf-info-drawer-icon-size: 48px !default;
@@ -7,25 +7,25 @@ $adf-info-drawer-icon-size-half: 24px !default;
7
7
 
8
8
  .adf {
9
9
  &-info-drawer {
10
- @include flex-column;
10
+ @include mixins.flex-column;
11
11
  }
12
12
 
13
13
  &-info-drawer-layout {
14
- @include flex-column;
14
+ @include mixins.flex-column;
15
15
 
16
16
  overflow: auto;
17
17
  width: 100%;
18
18
  background-color: var(--theme-card-background-color);
19
19
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.27);
20
20
 
21
- & #{$mat-tab-label-text} {
21
+ & #{ms.$mat-tab-label-text} {
22
22
  font-weight: bold;
23
23
  text-align: left;
24
24
  opacity: 1;
25
25
  }
26
26
 
27
- #{$mat-tab-label}#{$mat-tab-label-active} {
28
- & #{$mat-tab-label-text} {
27
+ #{ms.$mat-tab-label}#{ms.$mat-tab-label-active} {
28
+ & #{ms.$mat-tab-label-text} {
29
29
  color: inherit;
30
30
  }
31
31
  }
@@ -75,7 +75,7 @@ $adf-info-drawer-icon-size-half: 24px !default;
75
75
  margin-bottom: 0;
76
76
  }
77
77
 
78
- .adf-info-drawer-tabs #{$mat-tab-body-content} {
78
+ .adf-info-drawer-tabs #{ms.$mat-tab-body-content} {
79
79
  .adf-manage-versions-empty,
80
80
  .adf-manage-versions-no-permission {
81
81
  margin: 0;
@@ -1,4 +1,4 @@
1
- @import 'styles/mat-selectors';
1
+ @use '../styles/mat-selectors' as ms;
2
2
 
3
3
  .adf {
4
4
  &-info-drawer {
@@ -7,7 +7,7 @@
7
7
  margin: 0;
8
8
  }
9
9
 
10
- #{$mat-tab-label-text} {
10
+ #{ms.$mat-tab-label-text} {
11
11
  min-width: 0;
12
12
  }
13
13
 
@@ -31,28 +31,28 @@
31
31
  }
32
32
 
33
33
  .adf-info-drawer-tabs {
34
- & #{$mat-tab-body-content} > * {
34
+ & #{ms.$mat-tab-body-content} > * {
35
35
  margin-bottom: 20px;
36
36
  display: block;
37
37
  }
38
38
 
39
- & #{$mat-tab-body-content} > *:last-child {
39
+ & #{ms.$mat-tab-body-content} > *:last-child {
40
40
  margin-bottom: 0;
41
41
  }
42
42
 
43
- #{$mat-tab-label-text} {
43
+ #{ms.$mat-tab-label-text} {
44
44
  flex-grow: 1;
45
45
 
46
- #{$mat-icon} + span {
46
+ #{ms.$mat-icon} + span {
47
47
  padding-left: 5px;
48
48
  }
49
49
  }
50
50
 
51
- #{$mat-tab-body} {
51
+ #{ms.$mat-tab-body} {
52
52
  overflow-y: hidden;
53
53
  }
54
54
 
55
- #{$mat-tab-body-content} {
55
+ #{ms.$mat-tab-body-content} {
56
56
  /* stylelint-disable */
57
57
  overflow: auto;
58
58
  /* stylelint-enable */
@@ -65,7 +65,7 @@
65
65
 
66
66
  /* stylelint-disable-next-line no-descending-specificity */
67
67
  .adf-info-drawer-tabs {
68
- #{$mat-tab-label-container} {
68
+ #{ms.$mat-tab-label-container} {
69
69
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
70
70
  }
71
71
 
@@ -75,7 +75,7 @@
75
75
  border-bottom: unset;
76
76
  opacity: 1;
77
77
 
78
- &#{$mat-tab-label} {
78
+ &#{ms.$mat-tab-label} {
79
79
  flex-grow: 1;
80
80
  }
81
81
 
@@ -1,4 +1,4 @@
1
- @import 'styles/flex';
1
+ @use '../../../styles/flex' as flex;
2
2
 
3
3
  adf-layout-header .adf-toolbar-container-row {
4
4
  color: var(--theme-header-text-color);
@@ -51,7 +51,7 @@ adf-layout-header .adf-toolbar-container-row {
51
51
  padding: 0;
52
52
  }
53
53
 
54
- @include layout-bp(lt-sm) {
54
+ @include flex.layout-bp(lt-sm) {
55
55
  .adf-app-logo,
56
56
  .adf-app-title {
57
57
  display: none;
@@ -1,4 +1,4 @@
1
- @import 'styles/mat-selectors';
1
+ @use '../../../styles/mat-selectors' as ms;
2
2
 
3
3
  adf-layout-container {
4
4
  display: block;
@@ -34,8 +34,8 @@ adf-layout-container {
34
34
  }
35
35
 
36
36
  /* stylelint-disable selector-class-pattern, declaration-no-important */
37
- #{$mat-sidenav-content},
38
- #{$mat-drawer-transition} #{$mat-drawer-content} {
37
+ #{ms.$mat-sidenav-content},
38
+ #{ms.$mat-drawer-transition} #{ms.$mat-drawer-content} {
39
39
  margin-left: 0 !important;
40
40
  margin-right: 0 !important;
41
41
  transform: unset !important;
@@ -1,6 +1,6 @@
1
1
  @use '../../../styles/flex' as flex;
2
- @import '../../../styles/mixins';
3
- @import 'styles/mat-selectors';
2
+ @use '../../../styles/mixins' as mixins;
3
+ @use '../../../styles/mat-selectors' as ms;
4
4
 
5
5
  .adf-sidenav-layout {
6
6
  &-full-space {
@@ -13,7 +13,7 @@
13
13
  width: 100%;
14
14
  }
15
15
 
16
- @include flex-column;
16
+ @include mixins.flex-column;
17
17
 
18
18
  width: 100%;
19
19
 
@@ -25,15 +25,15 @@
25
25
  flex: 0 0;
26
26
  }
27
27
 
28
- #{$mat-drawer-content} {
29
- @include flex-column;
28
+ #{ms.$mat-drawer-content} {
29
+ @include mixins.flex-column;
30
30
 
31
31
  position: unset;
32
32
  overflow: auto;
33
33
  }
34
34
 
35
35
  .adf-layout-container-sidenav {
36
- #{$mat-icon} {
36
+ #{ms.$mat-icon} {
37
37
  vertical-align: sub;
38
38
  }
39
39
  }
@@ -1,8 +1,8 @@
1
- @import '../../../styles/mixins';
2
- @import 'styles/mat-selectors';
1
+ @use '../../../styles/mixins' as mixins;
2
+ @use '../../../styles/mat-selectors' as ms;
3
3
 
4
4
  .adf-login {
5
- @include flex-column;
5
+ @include mixins.flex-column;
6
6
  }
7
7
 
8
8
  .adf-login-content {
@@ -204,7 +204,7 @@
204
204
  padding-bottom: 16px;
205
205
  font-size: var(--theme-subheading-2-font-size);
206
206
 
207
- #{$mat-form-field-infix} {
207
+ #{ms.$mat-form-field-infix} {
208
208
  min-height: 0;
209
209
  padding-bottom: 3px;
210
210
  padding-top: 20px;
@@ -213,7 +213,7 @@
213
213
  font-size: var(--theme-subheading-2-font-size);
214
214
  }
215
215
 
216
- #{$mat-floating-label-required} {
216
+ #{ms.$mat-floating-label-required} {
217
217
  &::after {
218
218
  font-size: var(--theme-subheading-2-font-size);
219
219
  }
@@ -1,4 +1,4 @@
1
- @import 'styles/mat-selectors';
1
+ @use '../../styles/mat-selectors' as ms;
2
2
 
3
3
  $notification-item-height: 72px;
4
4
 
@@ -8,7 +8,7 @@ $notification-item-height: 72px;
8
8
  -webkit-font-smoothing: subpixel-antialiased;
9
9
  }
10
10
 
11
- &-notification-history-menu_button#{$mat-button} {
11
+ &-notification-history-menu_button#{ms.$mat-button} {
12
12
  border-radius: 90%;
13
13
  padding: 0;
14
14
  min-width: 40px;
@@ -154,11 +154,11 @@ $notification-item-height: 72px;
154
154
  }
155
155
  }
156
156
 
157
- #{$mat-menu-panel}.adf-notification-history-menu.adf-notification-history-menu-panel {
157
+ #{ms.$mat-menu-panel}.adf-notification-history-menu.adf-notification-history-menu-panel {
158
158
  min-width: 320px;
159
159
  max-height: 500px;
160
160
 
161
- #{$mat-menu-content} {
161
+ #{ms.$mat-menu-content} {
162
162
  padding: 0;
163
163
  }
164
164
  }
@@ -1,11 +1,11 @@
1
- @import 'styles/mat-selectors';
1
+ @use '../styles/mat-selectors' as ms;
2
2
 
3
3
  .adf-search-container {
4
4
  &:has(.adf-input-form-field-divider) {
5
5
  overflow: hidden;
6
6
  }
7
7
 
8
- #{$mat-form-field-subscript-wrapper} {
8
+ #{ms.$mat-form-field-subscript-wrapper} {
9
9
  display: none;
10
10
  }
11
11
 
@@ -1,4 +1,4 @@
1
- @import 'styles/mat-selectors';
1
+ @use '../styles/mat-selectors' as ms;
2
2
 
3
3
  :host {
4
4
  display: flex;
@@ -20,7 +20,7 @@
20
20
  display: flex;
21
21
  flex-direction: row;
22
22
 
23
- #{$mat-button} {
23
+ #{ms.$mat-button} {
24
24
  min-width: 0;
25
25
  margin: -8px;
26
26
  height: unset;
@@ -186,3 +186,13 @@ $mat-checkbox-selected: '.mdc-checkbox--selected';
186
186
  $mat-checkbox-ripple: '.mat-mdc-checkbox-ripple';
187
187
  $mat-list-base: '.mat-mdc-list-base';
188
188
  $mat-card-header: '.mat-mdc-card-header';
189
+ $mat-datetimepicker-calendar: '.mat-datetimepicker-calendar';
190
+ $mat-datetimepicker-calendar-header: '.mat-datetimepicker-calendar-header';
191
+ $mat-datetimepicker-calendar-table-header: '.mat-datetimepicker-calendar-table-header';
192
+ $mat-datetimepicker-calendar-header-year: '.mat-datetimepicker-calendar-header-year';
193
+ $mat-datetimepicker-calendar-header-date: '.mat-datetimepicker-calendar-header-date';
194
+ $mat-datetimepicker-calendar-header-time: '.mat-datetimepicker-calendar-header-time';
195
+ $mat-datetimepicker-calendar-content: '.mat-datetimepicker-calendar-content';
196
+ $mat-datetimepicker-calendar-body-disabled: '.mat-datetimepicker-calendar-body-disabled';
197
+ $mat-datetimepicker-toggle: '.mat-datetimepicker-toggle';
198
+ $mat-form-field-underline: '.mat-form-field-underline';