@alfresco/adf-core 8.1.0-15993930410 → 8.1.0-16024893197

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 (23) hide show
  1. package/esm2022/lib/form/components/form-renderer.component.mjs +2 -2
  2. package/esm2022/lib/form/components/form-section/form-section.component.mjs +3 -3
  3. package/esm2022/lib/form/components/widgets/amount/amount.widget.mjs +3 -3
  4. package/esm2022/lib/form/components/widgets/checkbox/checkbox.widget.mjs +3 -3
  5. package/esm2022/lib/form/components/widgets/date/date.widget.mjs +3 -3
  6. package/esm2022/lib/form/components/widgets/date-time/date-time.widget.mjs +3 -3
  7. package/esm2022/lib/form/components/widgets/decimal/decimal.component.mjs +3 -3
  8. package/esm2022/lib/form/components/widgets/multiline-text/multiline-text.widget.mjs +3 -3
  9. package/esm2022/lib/form/components/widgets/number/number.widget.mjs +3 -3
  10. package/esm2022/lib/form/components/widgets/text/text.widget.mjs +3 -3
  11. package/fesm2022/adf-core.mjs +20 -20
  12. package/fesm2022/adf-core.mjs.map +1 -1
  13. package/lib/form/components/form-renderer.component.scss +2 -2
  14. package/lib/form/components/form-section/form-section.component.scss +3 -4
  15. package/lib/form/components/widgets/amount/amount.widget.scss +6 -1
  16. package/lib/form/components/widgets/checkbox/checkbox.widget.scss +11 -0
  17. package/lib/form/components/widgets/date/date.widget.scss +9 -0
  18. package/lib/form/components/widgets/date-time/date-time.widget.scss +6 -0
  19. package/lib/form/components/widgets/decimal/decimal.component.scss +6 -0
  20. package/lib/form/components/widgets/multiline-text/multiline-text.widget.scss +3 -0
  21. package/lib/form/components/widgets/number/number.widget.scss +6 -0
  22. package/lib/form/components/widgets/text/text.widget.scss +6 -0
  23. package/package.json +3 -3
@@ -67,8 +67,6 @@
67
67
  width: 100%;
68
68
  flex-grow: 1;
69
69
  box-sizing: border-box;
70
- padding-left: 1%;
71
- padding-right: 1%;
72
70
  }
73
71
  }
74
72
 
@@ -76,6 +74,8 @@
76
74
  display: flex;
77
75
  flex-direction: column;
78
76
  flex: 1 1 auto;
77
+ padding-right: 1%;
78
+ padding-left: 1%;
79
79
  }
80
80
 
81
81
  &-item {
@@ -2,8 +2,9 @@
2
2
  &-section {
3
3
  &-single-column {
4
4
  display: flex;
5
- flex-wrap: wrap;
6
- align-items: flex-start;
5
+ flex-wrap: inherit;
6
+ align-items: baseline;
7
+ gap: 1%;
7
8
  }
8
9
 
9
10
  &-column-view-item {
@@ -11,8 +12,6 @@
11
12
  display: flex;
12
13
  flex-grow: 1;
13
14
  box-sizing: border-box;
14
- padding-left: 1%;
15
- padding-right: 1%;
16
15
  }
17
16
  }
18
17
  }
@@ -4,11 +4,16 @@
4
4
  .adf {
5
5
  &-amount-widget {
6
6
  width: 100%;
7
- margin-top: 15px;
8
7
 
9
8
  .adf-left-label {
10
9
  line-height: 36px;
11
10
  }
11
+
12
+ &-container {
13
+ display: flex;
14
+ align-items: flex-start;
15
+ flex-direction: column;
16
+ }
12
17
  }
13
18
 
14
19
  &-amount-widget__input {
@@ -0,0 +1,11 @@
1
+ .adf {
2
+ &-checkbox {
3
+ &-widget {
4
+ &-container {
5
+ display: flex;
6
+ align-items: flex-start;
7
+ flex-direction: column;
8
+ }
9
+ }
10
+ }
11
+ }
@@ -0,0 +1,9 @@
1
+ .adf {
2
+ &-widget {
3
+ &-container {
4
+ display: flex;
5
+ align-items: flex-start;
6
+ flex-direction: column;
7
+ }
8
+ }
9
+ }
@@ -3,6 +3,12 @@
3
3
 
4
4
  .adf {
5
5
  &-date-time-widget {
6
+ &-container {
7
+ display: flex;
8
+ align-items: flex-start;
9
+ flex-direction: column;
10
+ }
11
+
6
12
  #{ms.$mat-form-field-suffix} {
7
13
  top: 26px;
8
14
  }
@@ -2,6 +2,12 @@
2
2
  &-decimal-widget {
3
3
  width: 100%;
4
4
 
5
+ &-container {
6
+ display: flex;
7
+ align-items: flex-start;
8
+ flex-direction: column;
9
+ }
10
+
5
11
  .adf-label {
6
12
  top: 20px;
7
13
  }
@@ -1,6 +1,9 @@
1
1
  .adf {
2
2
  &-multiline-text-widget {
3
3
  width: 100%;
4
+ display: flex;
5
+ align-items: flex-start;
6
+ flex-direction: column;
4
7
 
5
8
  .adf-label {
6
9
  top: 20px;
@@ -2,6 +2,12 @@
2
2
  &-number-widget {
3
3
  width: 100%;
4
4
 
5
+ &-container {
6
+ display: flex;
7
+ align-items: flex-start;
8
+ flex-direction: column;
9
+ }
10
+
5
11
  .adf-label {
6
12
  top: 20px;
7
13
  }
@@ -8,5 +8,11 @@
8
8
  #{ms.$mat-form-field-label} {
9
9
  top: 20px;
10
10
  }
11
+
12
+ &-container {
13
+ display: flex;
14
+ align-items: flex-start;
15
+ flex-direction: column;
16
+ }
11
17
  }
12
18
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@alfresco/adf-core",
3
3
  "description": "Alfresco ADF core",
4
- "version": "8.1.0-15993930410",
4
+ "version": "8.1.0-16024893197",
5
5
  "author": "Hyland Software, Inc. and its affiliates",
6
6
  "repository": {
7
7
  "type": "git",
@@ -75,8 +75,8 @@
75
75
  "@angular/router": ">=16.0.0",
76
76
  "@mat-datetimepicker/core": ">=12.0.1",
77
77
  "@ngx-translate/core": ">=16.0.0",
78
- "@alfresco/js-api": ">=9.1.0-15993930410",
79
- "@alfresco/adf-extensions": ">=8.1.0-15993930410",
78
+ "@alfresco/js-api": ">=9.1.0-16024893197",
79
+ "@alfresco/adf-extensions": ">=8.1.0-16024893197",
80
80
  "minimatch": ">=10.0.0",
81
81
  "pdfjs-dist": ">=3.3.122",
82
82
  "ts-morph": ">=20.0.0"