@alfresco/adf-core 8.1.0-15993930410 → 8.1.0-16024576091
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/esm2022/lib/form/components/form-renderer.component.mjs +2 -2
- package/esm2022/lib/form/components/form-section/form-section.component.mjs +3 -3
- package/esm2022/lib/form/components/widgets/amount/amount.widget.mjs +3 -3
- package/esm2022/lib/form/components/widgets/checkbox/checkbox.widget.mjs +3 -3
- package/esm2022/lib/form/components/widgets/date/date.widget.mjs +3 -3
- package/esm2022/lib/form/components/widgets/date-time/date-time.widget.mjs +3 -3
- package/esm2022/lib/form/components/widgets/decimal/decimal.component.mjs +3 -3
- package/esm2022/lib/form/components/widgets/multiline-text/multiline-text.widget.mjs +3 -3
- package/esm2022/lib/form/components/widgets/number/number.widget.mjs +3 -3
- package/esm2022/lib/form/components/widgets/text/text.widget.mjs +3 -3
- package/fesm2022/adf-core.mjs +20 -20
- package/fesm2022/adf-core.mjs.map +1 -1
- package/lib/form/components/form-renderer.component.scss +2 -2
- package/lib/form/components/form-section/form-section.component.scss +3 -4
- package/lib/form/components/widgets/amount/amount.widget.scss +6 -1
- package/lib/form/components/widgets/checkbox/checkbox.widget.scss +11 -0
- package/lib/form/components/widgets/date/date.widget.scss +9 -0
- package/lib/form/components/widgets/date-time/date-time.widget.scss +6 -0
- package/lib/form/components/widgets/decimal/decimal.component.scss +6 -0
- package/lib/form/components/widgets/multiline-text/multiline-text.widget.scss +3 -0
- package/lib/form/components/widgets/number/number.widget.scss +6 -0
- package/lib/form/components/widgets/text/text.widget.scss +6 -0
- 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:
|
|
6
|
-
align-items:
|
|
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 {
|
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-
|
|
4
|
+
"version": "8.1.0-16024576091",
|
|
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-
|
|
79
|
-
"@alfresco/adf-extensions": ">=8.1.0-
|
|
78
|
+
"@alfresco/js-api": ">=9.1.0-16024576091",
|
|
79
|
+
"@alfresco/adf-extensions": ">=8.1.0-16024576091",
|
|
80
80
|
"minimatch": ">=10.0.0",
|
|
81
81
|
"pdfjs-dist": ">=3.3.122",
|
|
82
82
|
"ts-morph": ">=20.0.0"
|