Skip to content

Commit

Permalink
- Added showDetailsPaginator
Browse files Browse the repository at this point in the history
- Added formMode to model action
- Added modelActionEnabled callback
  • Loading branch information
Bas Rutten committed Oct 18, 2024
1 parent 391abc2 commit 5835ebe
Show file tree
Hide file tree
Showing 172 changed files with 1,130 additions and 1,049 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ Developed, maintained and sponsored by:

See the [Dynamo Framework website](https://www.dynamoframework.org) for more information.

_Copyright © 2014 - 2024 Open Circle Solutions BV._
_Copyright © 2014 - 2024 Open Circle Solutions._
6 changes: 3 additions & 3 deletions dynamo-angular/dynamo/model/api.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
* #%L
* Dynamo Framework
* %%
* Copyright (C) 2014 - 2024 Open Circle Solutions BV
* Copyright (C) 2014 - 2024 Open Circle Solutions
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
*
* http://www.apache.org/licenses/LICENSE-2.0
*
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
Expand Down
6 changes: 3 additions & 3 deletions dynamo-angular/dynamo/model/api/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
* #%L
* Dynamo Framework
* %%
* Copyright (C) 2014 - 2024 Open Circle Solutions BV
* Copyright (C) 2014 - 2024 Open Circle Solutions
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
*
* http://www.apache.org/licenses/LICENSE-2.0
*
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
Expand Down
14 changes: 7 additions & 7 deletions dynamo-angular/dynamo/model/api/autoFill.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
* #%L
* Dynamo Framework
* %%
* Copyright (C) 2014 - 2024 Open Circle Solutions BV
* Copyright (C) 2014 - 2024 Open Circle Solutions
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
*
* http://www.apache.org/licenses/LICENSE-2.0
*
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
Expand All @@ -19,10 +19,10 @@
*/
/**
* GTS
* Gift tracking
* Gift tracking
*
* The version of the OpenAPI document: 1
*
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
Expand All @@ -32,7 +32,7 @@

import { Inject, Injectable, Optional } from '@angular/core';
import { HttpClient, HttpHeaders, HttpParams,
HttpResponse, HttpEvent, HttpParameterCodec, HttpContext
HttpResponse, HttpEvent, HttpParameterCodec, HttpContext
} from '@angular/common/http';
import { CustomHttpParameterCodec } from '../encoder';
import { Observable } from 'rxjs';
Expand Down Expand Up @@ -113,7 +113,7 @@ export class AutoFillService {
/**
* Makes a request to automatically fill a form
* @param entityName The name of the entity for which to fill a form
* @param autoFillRequest
* @param autoFillRequest
* @param reference The entity model reference
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
* @param reportProgress flag to report request and response progress.
Expand Down
22 changes: 11 additions & 11 deletions dynamo-angular/dynamo/model/api/cRUD.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
* #%L
* Dynamo Framework
* %%
* Copyright (C) 2014 - 2024 Open Circle Solutions BV
* Copyright (C) 2014 - 2024 Open Circle Solutions
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
*
* http://www.apache.org/licenses/LICENSE-2.0
*
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
Expand All @@ -19,10 +19,10 @@
*/
/**
* GTS
* Gift tracking
* Gift tracking
*
* The version of the OpenAPI document: 1
*
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
Expand All @@ -32,7 +32,7 @@

import { Inject, Injectable, Optional } from '@angular/core';
import { HttpClient, HttpHeaders, HttpParams,
HttpResponse, HttpEvent, HttpParameterCodec, HttpContext
HttpResponse, HttpEvent, HttpParameterCodec, HttpContext
} from '@angular/common/http';
import { CustomHttpParameterCodec } from '../encoder';
import { Observable } from 'rxjs';
Expand Down Expand Up @@ -187,7 +187,7 @@ export class CRUDService {
* Executes an action defined in the entity model
* @param entityName The name of the entity
* @param actionId The id of the action to execute
* @param body
* @param body
* @param reference Entity model reference
* @param id ID of the entity to update (in case of update actions)
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
Expand Down Expand Up @@ -502,8 +502,8 @@ export class CRUDService {
/**
* Create a new entity
* @param entityName The name of the entity
* @param body
* @param reference
* @param body
* @param reference
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
* @param reportProgress flag to report request and response progress.
*/
Expand Down Expand Up @@ -590,7 +590,7 @@ export class CRUDService {
* Updates an existing entity
* @param entityName The name of the entity
* @param id The ID of the entity
* @param body
* @param body
* @param reference Reference to specify the entity model to use
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
* @param reportProgress flag to report request and response progress.
Expand Down Expand Up @@ -680,7 +680,7 @@ export class CRUDService {
/**
* Executes a search request
* @param entityName The name of the entity
* @param searchModel
* @param searchModel
* @param reference The entity model reference
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
* @param reportProgress flag to report request and response progress.
Expand Down
16 changes: 8 additions & 8 deletions dynamo-angular/dynamo/model/api/export.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
* #%L
* Dynamo Framework
* %%
* Copyright (C) 2014 - 2024 Open Circle Solutions BV
* Copyright (C) 2014 - 2024 Open Circle Solutions
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
*
* http://www.apache.org/licenses/LICENSE-2.0
*
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
Expand All @@ -19,10 +19,10 @@
*/
/**
* GTS
* Gift tracking
* Gift tracking
*
* The version of the OpenAPI document: 1
*
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
Expand All @@ -32,7 +32,7 @@

import { Inject, Injectable, Optional } from '@angular/core';
import { HttpClient, HttpHeaders, HttpParams,
HttpResponse, HttpEvent, HttpParameterCodec, HttpContext
HttpResponse, HttpEvent, HttpParameterCodec, HttpContext
} from '@angular/common/http';
import { CustomHttpParameterCodec } from '../encoder';
import { Observable } from 'rxjs';
Expand Down Expand Up @@ -114,7 +114,7 @@ export class ExportService {
* Exports data to csv
* @param entityName The name of the entity to export
* @param exportMode The export mode
* @param searchModel
* @param searchModel
* @param reference The entity model reference
* @param locale The locale to use
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
Expand Down Expand Up @@ -204,7 +204,7 @@ export class ExportService {
* Exports data to Excel
* @param entityName The name of the entity to export
* @param exportMode The export mode
* @param searchModel
* @param searchModel
* @param reference The entity model reference
* @param locale The locale to use
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
Expand Down
14 changes: 7 additions & 7 deletions dynamo-angular/dynamo/model/api/file.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
* #%L
* Dynamo Framework
* %%
* Copyright (C) 2014 - 2024 Open Circle Solutions BV
* Copyright (C) 2014 - 2024 Open Circle Solutions
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
*
* http://www.apache.org/licenses/LICENSE-2.0
*
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
Expand All @@ -19,10 +19,10 @@
*/
/**
* GTS
* Gift tracking
* Gift tracking
*
* The version of the OpenAPI document: 1
*
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
Expand All @@ -32,7 +32,7 @@

import { Inject, Injectable, Optional } from '@angular/core';
import { HttpClient, HttpHeaders, HttpParams,
HttpResponse, HttpEvent, HttpParameterCodec, HttpContext
HttpResponse, HttpEvent, HttpParameterCodec, HttpContext
} from '@angular/common/http';
import { CustomHttpParameterCodec } from '../encoder';
import { Observable } from 'rxjs';
Expand Down Expand Up @@ -377,7 +377,7 @@ export class FileService {
* Uploads a file
* @param entityId The ID of the entity on which to store the file
* @param entityName The name of the entity
* @param attributeName
* @param attributeName
* @param file The file to upload
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
* @param reportProgress flag to report request and response progress.
Expand Down
14 changes: 7 additions & 7 deletions dynamo-angular/dynamo/model/api/model.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
* #%L
* Dynamo Framework
* %%
* Copyright (C) 2014 - 2024 Open Circle Solutions BV
* Copyright (C) 2014 - 2024 Open Circle Solutions
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
*
* http://www.apache.org/licenses/LICENSE-2.0
*
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
Expand All @@ -19,10 +19,10 @@
*/
/**
* GTS
* Gift tracking
* Gift tracking
*
* The version of the OpenAPI document: 1
*
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
Expand All @@ -32,7 +32,7 @@

import { Inject, Injectable, Optional } from '@angular/core';
import { HttpClient, HttpHeaders, HttpParams,
HttpResponse, HttpEvent, HttpParameterCodec, HttpContext
HttpResponse, HttpEvent, HttpParameterCodec, HttpContext
} from '@angular/common/http';
import { CustomHttpParameterCodec } from '../encoder';
import { Observable } from 'rxjs';
Expand Down Expand Up @@ -114,7 +114,7 @@ export class ModelService {
* Retrieve an action entity model
* @param entityName The name of the entity
* @param actionId The ID of the action
* @param reference
* @param reference
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
* @param reportProgress flag to report request and response progress.
*/
Expand Down
12 changes: 6 additions & 6 deletions dynamo-angular/dynamo/model/api/status.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
* #%L
* Dynamo Framework
* %%
* Copyright (C) 2014 - 2024 Open Circle Solutions BV
* Copyright (C) 2014 - 2024 Open Circle Solutions
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
*
* http://www.apache.org/licenses/LICENSE-2.0
*
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
Expand All @@ -19,10 +19,10 @@
*/
/**
* GTS
* Gift tracking
* Gift tracking
*
* The version of the OpenAPI document: 1
*
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
Expand All @@ -32,7 +32,7 @@

import { Inject, Injectable, Optional } from '@angular/core';
import { HttpClient, HttpHeaders, HttpParams,
HttpResponse, HttpEvent, HttpParameterCodec, HttpContext
HttpResponse, HttpEvent, HttpParameterCodec, HttpContext
} from '@angular/common/http';
import { CustomHttpParameterCodec } from '../encoder';
import { Observable } from 'rxjs';
Expand Down
6 changes: 3 additions & 3 deletions dynamo-angular/dynamo/model/configuration.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
* #%L
* Dynamo Framework
* %%
* Copyright (C) 2014 - 2024 Open Circle Solutions BV
* Copyright (C) 2014 - 2024 Open Circle Solutions
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
*
* http://www.apache.org/licenses/LICENSE-2.0
*
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
Expand Down
Loading

0 comments on commit 5835ebe

Please sign in to comment.