ngx-iso-form 3.2.1 → 3.3.0

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/README.md CHANGED
@@ -26,7 +26,7 @@ NgxIsoForm is a library for dynamically generating Angular Reactive Forms using
26
26
  - Translation support for labels, errors, and date formats
27
27
  - 💪 Built on [Angular Reactive Forms](https://angular.dev/guide/forms/reactive-forms)
28
28
 
29
- ## [Live Demo](https://iso20022.in/#/ngx-iso-form-demo?json=pacs.009.001.10)
29
+ ## [Live Demo](https://swiftmx.co/#/ngx-iso-form-demo?json=pacs.009.001.10)
30
30
 
31
31
  ## [StackBlitz Demo](https://stackblitz.com/edit/ngx-iso-form)
32
32
 
@@ -0,0 +1,34 @@
1
+ @use './ngx-iso-form.component.scss';
2
+
3
+ .form-control{
4
+ float: left;
5
+ margin:2px 10px;
6
+ min-width: 110px;
7
+ }
8
+ .form-control-s{
9
+ width:10%;
10
+ }
11
+ .form-control-m{
12
+ width:25%;
13
+ }
14
+ .form-control-l{
15
+ width:50%;
16
+ }
17
+ .form-control-full{
18
+ width:100%;
19
+ }
20
+
21
+ .form-add-section
22
+ {
23
+ display: flex;
24
+ flex-flow: row;
25
+ width: 100%;
26
+ justify-content: space-between;
27
+
28
+ button{
29
+ color: rgba(0, 0, 0, 0.54);
30
+ }
31
+ }
32
+ .iso-mat-error{
33
+ font-size: var(--mdc-typography-caption-font-size, 12px);
34
+ }
@@ -0,0 +1,16 @@
1
+ :host {
2
+ .mat-expansion-panel-header-description {
3
+ justify-content: space-between;
4
+ align-items: center;
5
+ }
6
+ .mat-expansion-panel {
7
+ width: 100%;
8
+ margin: 5px 0
9
+ }
10
+ }
11
+
12
+ .mat-mdc-form-field-hint{
13
+ overflow: hidden;
14
+ text-overflow: ellipsis;
15
+ white-space: nowrap;
16
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ngx-iso-form",
3
- "version": "3.2.1",
3
+ "version": "3.3.0",
4
4
  "description": "Angular component design Reactive Form using specific JSON. The primary use of this UI library is to design ISO 20022 forms dynamically.",
5
5
  "author": "Abhishek Joshi aka PixelByAJ",
6
6
  "repository": {
@@ -10,7 +10,7 @@
10
10
  "bugs": {
11
11
  "url": "https://github.com/pixelbyaj/ngx-form/issues"
12
12
  },
13
- "homepage": "https://iso20022.in/ngx-iso-form/",
13
+ "homepage": "https://swiftmx.co/ngx-iso-form/",
14
14
  "keywords": [
15
15
  "angular",
16
16
  "angular_v18",