17.0.0 • Published 2 days ago

@enigmatry/entry-form v17.0.0

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
2 days ago

Entry Form

Form components and helper methods used by entry-code-generation

Installation

npm install @enigmatry/entry-form

Import the EntryFormModule in your feature.module or shared.module

import { EntryFormModule } from '@enigmatry/entry-form';

Form component configuration in .NET Project

Create a new Class with name e.g. MyEntityComponentConfiguration and implement IFormComponentConfiguration interface.

The FormComponentBuilder class provides a fluent API for configuring a form component - provides methods to configure various aspects of the form component, such as component name, feature name as well as the properties and behaviors of each form control.

[PublicAPI]
public class Response
{
    public Guid Id { get; set; }
    public string Name { get; set; } = String.Empty;
    public ProductType Type { get; set; }
    public string Description { get; set; } = String.Empty;
    public int Amount { get; set; }
    public DateTimeOffset? ExpiresOn { get; set; }
    public bool FreeShipping { get; set; }
}

public class ProductEditComponentConfiguration : IFormComponentConfiguration<GetProductDetails.Response>
{
    public void Configure(FormComponentBuilder<GetProductDetails.Response> builder)
    {
        builder.Component()
            .HasName("ProductEdit")
            .BelongsToFeature("Products")
            .OrderBy(OrderByType.Configuration);

        builder.InputFormControl(x => x.Name);

        builder.AutocompleteFormControl(x => x.Type)
            .WithOptions(options => options.WithFixedValues<ProductType>().WithSortKey("displayName"));

        builder.TextareaFormControl(x => x.Description)
            .WithRows(2);

        builder.FormControl(x => x.Amount)
            .WithLabel("Units")
            .WithLabelTranslationId(ProductTranslationId.Amount)
            .WithPlaceholder("Units")
            .WithPlaceholderTranslationId(ProductTranslationId.Amount);

        builder.DateTimePickerFormControl(x => x.ExpiresOn);

        builder.CheckboxFormControl(x => x.FreeShipping)
            .WithDefaultValue(true);
    }
}

Run the Code Generation

Install the latest version

dotnet tool install enigmatry.entry.codegeneration.tools -g

or update existing installation

dotnet tool update enigmatry.entry.codegeneration.tools -g

Run

entry-codegen --source-assembly ../MyProject.CodeGeneration.Setup/bin/Debug/net7.0/MyProject.CodeGeneration.Setup.dll --destination-directory ./src/app/features

Compatibility with Angular versions

@enigmatry/entry-formAngular version
14.x= 14
15.x= 15
16.x= 16
17.x= 17

License

Apache-2 © Enigmatry

17.0.0

2 days ago

17.0.0-preview

8 days ago

16.1.1-preview.4

10 days ago

16.1.1-preview.3

1 month ago

16.1.0

1 month ago

16.0.1-preview.9

2 months ago

16.0.1-preview.5

2 months ago

16.0.1-preview.4

2 months ago

16.0.1-preview.3

2 months ago

16.0.0

2 months ago

16.0.0-preview

3 months ago

15.2.1-preview.1

3 months ago

15.2.0

3 months ago

15.1.1-preview.9

3 months ago

15.1.1-preview.8

3 months ago

15.1.1-preview.7

3 months ago

15.1.1-preview.3

3 months ago

15.1.1-preview.6

3 months ago

15.1.1-preview.5

3 months ago

15.1.1-preview.4

3 months ago

15.1.0-preview.1

4 months ago

15.1.1-preview.2

4 months ago

15.1.1-preview.1

4 months ago

15.1.0-preview.5

4 months ago

15.1.0

4 months ago

15.1.0-preview.4

4 months ago

15.1.0-preview.3

4 months ago

15.1.0-preview.2

4 months ago

15.1.0-preview

4 months ago

15.0.0-preview.1

7 months ago

15.0.0-preview.2

6 months ago

1.15.1-preview.24

9 months ago

1.15.1-preview.23

9 months ago

1.15.1-preview.26

9 months ago

1.15.1-preview.25

9 months ago

15.0.0-preview.5

6 months ago

1.15.1-preview.28

8 months ago

15.0.0-preview.6

6 months ago

1.15.1-preview.27

8 months ago

15.0.0-preview.3

6 months ago

15.0.0-preview.4

6 months ago

1.15.1-preview.29

8 months ago

1.15.1-preview.20

9 months ago

1.15.1-preview.21

9 months ago

1.15.1-preview.34

7 months ago

1.15.1-preview.31

7 months ago

1.15.1-preview.30

8 months ago

1.15.1-preview.33

7 months ago

1.15.1-preview.32

7 months ago

15.0.0

6 months ago

1.14.19-alpha.0.4

11 months ago

1.14.17

11 months ago

1.14.19

10 months ago

1.14.15

11 months ago

1.14.16

11 months ago

1.15.1-preview.8

10 months ago

1.15.1-preview.7

10 months ago

1.15.1-preview.9

10 months ago

1.15.1-preview.2

10 months ago

1.15.1-preview.3

10 months ago

1.15.1-preview.6

10 months ago

1.15.1-preview.5

10 months ago

15.0.1-preview.5

6 months ago

15.0.1-preview.8

6 months ago

15.0.1-preview.9

6 months ago

15.0.1-preview.6

6 months ago

15.0.1-preview.7

6 months ago

15.0.0-preview

7 months ago

1.15.1-preview.13

9 months ago

1.15.1-preview.12

9 months ago

1.15.1-preview.15

9 months ago

1.15.1-preview.14

9 months ago

1.15.1-preview.17

9 months ago

1.15.1-preview.16

9 months ago

1.15.1-preview.19

9 months ago

1.15.1-preview.10

9 months ago

1.14.14

11 months ago

1.14.13

11 months ago

1.14.11

11 months ago

1.14.10

11 months ago

1.14.9

11 months ago

1.14.8

11 months ago

1.14.7

11 months ago

1.14.6

11 months ago

1.14.5

11 months ago

1.2.84

11 months ago

1.2.83

12 months ago

1.2.82

12 months ago

1.2.81

12 months ago

1.2.80

12 months ago

1.2.79

12 months ago

1.2.78

12 months ago

1.2.77

12 months ago

1.2.76

12 months ago

1.2.75

12 months ago

1.2.74

12 months ago

1.2.73

12 months ago

1.2.72

12 months ago

1.2.71

12 months ago

1.2.70

12 months ago

1.2.69

12 months ago

1.2.68

12 months ago

1.2.67

12 months ago

1.2.66

12 months ago

1.2.65

12 months ago

1.2.64

12 months ago

1.2.63

12 months ago

1.2.62

12 months ago

1.2.61

12 months ago

1.2.60

12 months ago

1.2.59

12 months ago

1.2.58

12 months ago

1.2.57

12 months ago

1.2.56

12 months ago

1.2.53

12 months ago

1.2.52

12 months ago

1.2.51

12 months ago

1.2.50

12 months ago

1.2.49

12 months ago

1.2.48

1 year ago

1.2.47

1 year ago

1.2.46

1 year ago

1.2.45

1 year ago

1.2.44

1 year ago

1.2.43

1 year ago

1.2.42

1 year ago

1.2.41

1 year ago

1.2.40

1 year ago

1.2.39

1 year ago

1.2.38

1 year ago

1.2.37

1 year ago

1.2.36

1 year ago

1.2.35

1 year ago

1.2.34

1 year ago

1.2.33

1 year ago

1.2.32

1 year ago

1.2.31

1 year ago

1.2.30

1 year ago

1.2.28

1 year ago

1.2.27

1 year ago

1.2.26

1 year ago

1.2.25

1 year ago

1.2.24

1 year ago

1.2.23

1 year ago

1.2.22

1 year ago

1.2.21

1 year ago

1.2.20

1 year ago

1.2.19

1 year ago

1.2.18

1 year ago

1.2.17

1 year ago

1.2.16

1 year ago

1.2.15

1 year ago

1.2.14

1 year ago

1.2.11

1 year ago

1.2.10

1 year ago

1.2.9

1 year ago

1.2.8

1 year ago

1.2.7

1 year ago

1.2.6

1 year ago

1.2.5

1 year ago

1.2.4

1 year ago

1.2.3

1 year ago

1.2.2

1 year ago

1.2.1

1 year ago

1.1.1

1 year ago

1.1.8

1 year ago

1.1.7

1 year ago

1.1.5

1 year ago

1.1.4

1 year ago

1.0.182

1 year ago

1.0.181

1 year ago

1.0.179

1 year ago

1.0.178

1 year ago

1.0.177

1 year ago

1.0.176

1 year ago

1.0.174

1 year ago

1.0.173

1 year ago

1.0.172

1 year ago