@alfresco/adf-content-services 8.1.0-14711395239 → 8.1.0-14714093103

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.
@@ -8,59 +8,54 @@ adf-aspect-list-dialog {
8
8
  }
9
9
  }
10
10
 
11
- .adf {
12
- &-aspect-list-dialog-title {
13
- font-size: large;
14
- font-weight: 200;
15
- margin-top: 0;
16
- }
11
+ .adf-aspect-list-dialog-title {
12
+ font-size: large;
13
+ font-weight: 200;
14
+ margin-top: 0;
15
+ }
17
16
 
18
- &-aspect-list-dialog-description {
19
- font-size: small;
20
- line-height: normal;
21
- }
17
+ .adf-aspect-list-dialog-description {
18
+ font-size: small;
19
+ line-height: normal;
20
+ }
22
21
 
23
- &-aspect-list-dialog-information {
24
- display: flex;
25
- justify-content: space-between;
26
- padding-bottom: 4px;
27
- padding-left: 4px;
28
- padding-right: 4px;
29
- font-size: small;
30
- }
22
+ .adf-aspect-list-dialog-information {
23
+ display: flex;
24
+ justify-content: space-between;
25
+ padding-bottom: 4px;
26
+ padding-left: 4px;
27
+ padding-right: 4px;
28
+ font-size: small;
29
+ }
31
30
 
32
- &-aspect-list-dialog {
33
- justify-content: space-between;
34
- padding-left: 4px;
35
- padding-right: 4px;
36
- padding-top: 0;
31
+ .adf-aspect-list-dialog {
32
+ justify-content: space-between;
33
+ padding-left: 4px;
34
+ padding-right: 4px;
35
+ padding-top: 0;
37
36
 
38
- #{ms.$mat-dialog-content} {
39
- padding: 0;
40
- }
41
-
42
- &::before {
43
- display: none;
44
- }
37
+ &::before {
38
+ display: none;
45
39
  }
40
+ }
46
41
 
47
- &-aspect-dialog-content {
48
- margin-bottom: 8px;
42
+ .adf-aspect-dialog-content {
43
+ padding: 0;
44
+ margin-bottom: 8px;
49
45
 
50
- .adf-aspect-property-table {
51
- .adf-aspect-property-table-cell {
52
- font-size: smaller;
53
- color: var(--adf-theme-foreground-text-color-087);
54
- }
46
+ .adf-aspect-property-table {
47
+ .adf-aspect-property-table-cell {
48
+ font-size: smaller;
49
+ color: var(--adf-theme-foreground-text-color-087);
50
+ }
55
51
 
56
- .adf-aspect-property-table-column {
57
- &-name {
58
- width: 30%;
59
- }
52
+ .adf-aspect-property-table-column {
53
+ &-name {
54
+ width: 30%;
55
+ }
60
56
 
61
- &-title {
62
- width: 50%;
63
- }
57
+ &-title {
58
+ width: 50%;
64
59
  }
65
60
  }
66
61
  }
@@ -1,96 +1,38 @@
1
1
  /* Variables in this file are used in the Angular Material library. Do not modify them unless you know what you are doing. */
2
2
 
3
- $material-icons: '.material-icons';
4
3
  $mat-icon: '.mat-icon';
5
- $mat-icon-button: '.mat-mdc-icon-button';
6
- $mat-icon-button-hover: '.mdc-icon-button__ripple';
7
- $mat-accent: '.mat-accent';
8
4
  $mat-focused: '.mat-focused';
9
5
  $mat-line: '.mat-line';
10
6
  $mat-tab-label: '.mat-mdc-tab';
11
- $mat-tab-label-active: '.mdc-tab--active';
12
- $mat-tab-label-content: '.mdc-tab__content';
13
- $mat-tab-label-container: '.mat-mdc-tab-label-container';
14
7
  $mat-expansion-panel-body: '.mat-expansion-panel-body';
15
8
  $mat-tab-label-text: '.mdc-tab__text-label';
16
- $mat-tab-list: '.mat-mdc-tab-list';
17
- $mat-tab-body: '.mat-mdc-tab-body';
18
- $mat-tab-body-wrapper: '.mat-mdc-tab-body-wrapper';
19
- $mat-tab-body-content: '.mat-mdc-tab-body-content';
20
9
  $mat-tab-header: '.mat-mdc-tab-header';
21
- $mat-tab-labels: '.mat-mdc-tab-labels';
22
- $mat-tab-ink-bar: '.mdc-tab-indicator';
23
10
  $mat-chip: '.mat-mdc-chip';
24
- $mat-chip-list: '.mat-mdc-chip-list';
25
- $mat-chip-list-wrapper: '.mat-chip-list-wrapper';
26
11
  $mat-checkbox: '.mat-mdc-checkbox';
27
12
  $mat-checkbox-box: '.mdc-checkbox';
28
- $mat-checkbox-frame: '.mdc-checkbox__checkmark';
29
- $mat-checkbox-label: '.mdc-label';
30
- $mat-checkbox-checked: '.mat-mdc-checkbox-checked';
31
13
  $mat-button: '.mat-mdc-button';
32
14
  $mat-button-label: '.mdc-button__label';
33
- $mat-button-label-text: '.mdc-button__label';
34
- $mat-radio-checked: '.mat-mdc-radio-checked';
35
- $mat-radio-label: '.mdc-label';
36
- $mat-progress-bar: '.mat-mdc-progress-bar';
37
- $mat-progress-spinner: '.mat-mdc-progress-spinner';
38
15
  $mat-form-field: '.mat-mdc-form-field';
39
16
  $mat-form-field-flex: '.mat-mdc-form-field-flex';
40
- $mat-form-field-outline: '.mat-mdc-form-field-outline';
41
17
  $mat-form-field-wrapper: '.mat-mdc-text-field-wrapper';
42
18
  $mat-line-ripple: '.mdc-line-ripple';
43
19
  $mat-form-field-subscript-wrapper: '.mat-mdc-form-field-subscript-wrapper';
44
- $mat-form-field-prefix: '.mat-mdc-form-field-text-prefix';
45
- $mat-form-field-suffix: '.mat-mdc-form-field-text-suffix';
46
20
  $mat-form-text-field-infix: '.mat-mdc-form-text-infix';
47
21
  $mat-form-field-label: '.mat-mdc-floating-label';
48
- $mat-form-field-invalid: '.mat-form-field-invalid';
49
22
  $mat-form-field-appearance-outline: '.mat-form-field-appearance-outline';
50
23
  $mat-text-field-outlined: '.mdc-text-field--outlined';
51
24
  $mat-text-field-outlined-thick: '.mdc-text-field--outlined-thick';
52
- $mat-text-field-focused: '.mdc-text-field--focused';
53
- $mat-dialog-actions: '.mat-mdc-dialog-actions';
54
- $mat-dialog-container: '.mdc-dialog__container';
55
- $mat-dialog-content: '.mat-mdc-dialog-content';
56
- $mat-button-toggle: '.mat-button-toggle';
57
- $mat-button-toggle-checked: '.mat-button-toggle-checked';
58
- $mat-button-touch-target: '.mat-mdc-button-touch-target';
59
25
  $mat-input-element: '.mat-mdc-input-element';
60
26
  $mat-card: '.mat-mdc-card';
61
- $mat-card-actions: '.mat-mdc-card-actions';
62
- $mat-card-header-text: '.mat-mdc-card-header-text';
63
- $mat-card-title: '.mat-mdc-card-title';
64
27
  $mat-card-content: '.mat-mdc-card-content';
65
- $mat-mini-fab: '.mat-mdc-mini-fab';
66
28
  $mat-list-item-primary-text: '.mdc-list-item__primary-text';
67
29
  $mat-list-item-end: '.mdc-list-item__end';
68
- $mat-table: '.mat-mdc-table';
69
- $mat-header-row: '.mat-mdc-header-row';
70
- $mat-row: '.mat-mdc-row';
71
30
  $mat-select: '.mat-mdc-select';
72
- $mat-select-value: '.mat-select-value';
73
- $mat-select-value-text: '.mat-mdc-select-value-text';
74
- $mat-select-panel: '.mat-mdc-select-panel';
75
- $mat-grid-tile: '.mat-grid-tile';
76
- $mat-sidenav-content: '.mat-sidenav-content';
77
- $mat-drawer-transition: '.mat-drawer-transition';
78
- $mat-drawer-content: '.mat-drawer-content';
79
- $mat-subheader: '.mat-mdc-subheader';
80
31
  $mat-menu-panel: '.mat-mdc-menu-panel';
81
- $mat-menu-content: '.mat-mdc-menu-content';
82
32
  $mat-expansion-panel: '.mat-expansion-panel';
83
- $mat-expansion-panel-header: '.mat-expansion-panel-header';
84
- $mat-expanded: '.mat-expanded';
85
33
  $mat-calendar: '.mat-calendar';
86
34
  $mat-calendar-header: '.mat-calendar-header';
87
- $mat-calendar-content: '.mat-calendar-content';
88
- $mat-calendar-table-header: '.mat-calendar-table-header';
89
- $mat-calendar-body-disabled: '.mat-calendar-body-disabled';
90
35
  $mat-toolbar: '.mat-toolbar';
91
- $mat-slide-toggle: '.mat-mdc-slide-toggle';
92
- $mat-list-item-content: '.mdc-list-item__content';
93
- $mat-list-item-unscoped-content: '.mat-mdc-list-item-unscoped-content';
94
36
  $mat-text-field-no-label: '.mdc-text-field--no-label';
95
37
  $mat-form-field-infix: '.mat-mdc-form-field-infix';
96
38
  $mat-form-field-hide-placeholder: '.mat-form-field-hide-placeholder';
@@ -98,93 +40,24 @@ $mat-form-field-hint-wrapper: '.mat-mdc-form-field-hint-wrapper';
98
40
  $mat-form-field-error-wrapper: '.mat-mdc-form-field-error-wrapper';
99
41
  $mat-form-field-error: '.mat-mdc-form-field-error';
100
42
  $mat-checkbox-background: '.mdc-checkbox__background';
101
- $mat-dialog-content: '.mdc-dialog__content';
102
43
  $mat-floating-label: '.mdc-floating-label';
103
- $mat-floating-label-above: '.mdc-floating-label--float-above';
104
44
  $mat-select-arrow-wrapper: '.mat-mdc-select-arrow-wrapper';
105
45
  $mat-dialog-title: '.mdc-dialog__title';
106
46
  $mat-expansion-panel-body: '.mat-expansion-panel-body';
107
47
  $mat-dialog-surface: '.mat-mdc-dialog-surface';
108
48
  $mdc-dialog: '.mdc-dialog';
109
- $mat-text-filed-input: '.mdc-text-field__input';
110
- $mat-floating-label-float-above: '.mdc-floating-label--float-above';
111
- $mat-floating-label-required: '.mdc-floating-label--required';
112
49
  $mat-evolution-chip: '.mdc-evolution-chip';
113
50
  $mat-standard-chip: '.mat-mdc-standard-chip';
114
- $mat-evolution-chip-action: '.mdc-evolution-chip__action';
115
- $mat-evolution-chip-text-label: '.mdc-evolution-chip__text-label';
116
51
  $mat-notched-outline: '.mdc-notched-outline';
117
52
  $mat-evolution-chip-graphic: '.mdc-evolution-chip__graphic';
118
53
  $mat-select-trigger: '.mat-mdc-select-trigger';
119
54
  $mat-select-arrow: '.mat-mdc-select-arrow';
120
55
  $mat-notched-outline-leading: '.mdc-notched-outline__leading';
121
56
  $mat-notched-outline-trailing: '.mdc-notched-outline__trailing';
122
- $mat-notched-outline-notch: '.mdc-notched-outline__notch';
123
57
  $mat-evolution-chip-set: '.mdc-evolution-chip-set';
124
- $mat-mdc-button: '.mdc-button';
125
- $mat-outlined-button: '.mat-mdc-outlined-button';
126
- $mat-button-base: '.mat-mdc-button-base';
127
- $mat-button-touch-target: '.mat-mdc-button-touch-target';
128
- $mat-evolution-chip-text-label: '.mdc-evolution-chip__text-label';
129
58
  $cdk-overlay-pane: '.cdk-overlay-pane';
130
- $cdk-drag-preview: '.cdk-drag-preview';
131
- $mat-snackbar: '.mdc-snackbar';
132
- $mat-snack-bar-container: '.mat-mdc-snack-bar-container';
133
- $mat-snackbar-label: '.mdc-snackbar__label';
134
- $mat-datetimepicker-dialog: '.mat-datetimepicker-dialog';
135
- $mat-tab-indicator-underline: '.mdc-tab-indicator__content--underline';
136
- $mat-autocomplete-panel: '.mat-mdc-autocomplete-panel';
137
- $mat-menu-surface: '.mdc-menu-surface';
138
- $mat-text-field-filled: '.mdc-text-field--filled';
139
- $mat-text-field-disabled: '.mdc-text-field--disabled';
140
- $mat-form-field-focus-overlay: '.mat-mdc-form-field-focus-overlay';
141
59
  $mat-form-field-error-wrapper: '.mat-mdc-form-field-error-wrapper';
142
- $mat-text-field-textarea: '.mdc-text-field--textarea';
143
60
  $mat-list-item-disabled: '.mdc-list-item--disabled';
144
- $mat-chip-focus-overlay: '.mat-mdc-chip-focus-overlay';
145
- $mat-primary: '.mat-primary';
146
- $mat-checkbox-touch-target: '.mat-mdc-checkbox-touch-target';
147
61
  $mat-switch: '.mdc-switch';
148
- $mat-switch-ripple: '.mdc-switch-ripple';
149
- $mat-switch-selected: '.mdc-switch--selected';
150
- $mat-switch-checked: '.mdc-switch--checked';
151
- $mat-switch-handle-track: '.mdc-switch__handle-track';
152
- $mat-switch-handle: '.mdc-switch__handle';
153
- $mat-switch-track: '.mdc-switch__track';
154
- $mat-switch-icons: '.mdc-switch__icons';
155
- $mat-switch-shadow: '.mdc-switch__shadow';
156
- $mat-switch-unselected: '.mdc-switch--unselected';
157
- $mat-chip-action: '.mat-mdc-chip-action';
158
- $mat-chip-graphic: '.mat-mdc-chip-graphic';
159
- $mat-data-table-row: '.mdc-data-table__row';
160
- $mat-data-table-cell: '.mdc-data-table__cell';
161
- $mat-data-table-header-cell: '.mdc-data-table__header-cell';
162
- $mat-toolbar-single-row: '.mat-toolbar-single-row';
163
- $mat-toolbar-multiple-row: '.mat-toolbar-multiple-row';
164
- $mat-unthemed: '.mat-unthemed';
165
- $mat-calendar-period-button: '.mat-calendar-period-button';
166
- $mat-radio-button: '.mat-mdc-radio-button';
167
- $mat-radio: '.mdc-radio';
168
- $mat-tab-ripple: '.mdc-tab__ripple';
169
- $mat-tab-disabled: '.mat-mdc-tab-disabled';
170
- $mat-tab-group: '.mat-mdc-tab-group';
171
- $mat-tab-group-stretch: '.mat-mdc-tab-group-stretch-tabs';
172
62
  $mat-list-item: '.mdc-list-item';
173
- $mat-menu-item: '.mat-mdc-menu-item';
174
- $mat-icon-no-color: '.mat-icon-no-color';
175
- $mat-submenu-icon: '.mat-menu-submenu-icon';
176
- $mat-mdc-submenu-icon: '.mat-mdc-menu-submenu-icon';
177
- $mdc-form-field: '.mdc-form-field';
178
- $mat-divider-horizontal: '.mat-divider-horizontal';
179
- $mat-accordion: '.mat-accordion';
180
- $mdc-list: '.mdc-list';
181
- $mat-form-field-icon-suffix: '.mat-mdc-form-field-icon-suffix';
182
63
  $mat-text-field: '.mdc-text-field';
183
- $mat-form-field-disabled: '.mat-form-field-disabled';
184
- $mat-select-disabled: '.mat-mdc-select-disabled';
185
- $mat-select-value: '.mat-mdc-select-value';
186
- $mat-checkbox-native-control: '.mdc-checkbox__native-control';
187
- $mat-checkbox-selected: '.mdc-checkbox--selected';
188
- $mat-checkbox-ripple: '.mat-mdc-checkbox-ripple';
189
- $mat-list-base: '.mat-mdc-list-base';
190
- $mat-card-header: '.mat-mdc-card-header';
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@alfresco/adf-content-services",
3
3
  "description": "Alfresco ADF content services",
4
- "version": "8.1.0-14711395239",
4
+ "version": "8.1.0-14714093103",
5
5
  "author": "Hyland Software, Inc. and its affiliates",
6
6
  "repository": {
7
7
  "type": "git",
@@ -21,9 +21,9 @@
21
21
  "@angular/platform-browser": ">=14.1.3",
22
22
  "@angular/platform-browser-dynamic": ">=14.1.3",
23
23
  "@angular/router": ">=14.1.3",
24
- "@alfresco/js-api": ">=9.1.0-14711395239",
24
+ "@alfresco/js-api": ">=9.1.0-14714093103",
25
25
  "@ngx-translate/core": ">=14.0.0",
26
- "@alfresco/adf-core": ">=8.1.0-14711395239"
26
+ "@alfresco/adf-core": ">=8.1.0-14714093103"
27
27
  },
28
28
  "keywords": [
29
29
  "content-services",