Yury Bondarenko
dc1053e3f9
Resolve lint issues due to new default rules
...
We could turn these rules off, but it seems that they indicate some important inconsistencies.
A few cases have been ignored inline because they should be investigated in more detail, which is out of scope for this PR:
- Metadata representation components compare `BrowseByDataType` to a `ResourceType`. Could be related to #2949 .
- We assume that dynamic form dates are always represented by strings, but they can also be `Date` or `object` according to the library (see da1742ce05/projects/ng-dynamic-forms/core/src/lib/model/dynamic-date-control.model.ts (L5)
)
2024-04-18 11:02:04 +02:00
Yury Bondarenko
a11be65f95
ESlint: fix imports
2023-06-27 17:20:06 +02:00
Yury Bondarenko
917c36dbe7
ESLint: fix dangling commas
2023-06-27 17:19:58 +02:00
Yury Bondarenko
0690a201dc
ESLint: fix indentation
2023-06-27 17:19:55 +02:00
Alisa Ismailati
d00ad0cd0e
[DURACOM-152] Field visibility
2023-06-16 13:27:51 +02:00
Alisa Ismailati
5331b43a62
[DURACOM-152] Fixed read-only visibility for submission form fields
2023-06-07 18:08:21 +02:00
Yury Bondarenko
47ae04986d
96252: Make existing lodash imports tree-shakeable
2022-10-25 17:25:34 +02:00
Kim Shepherd
833637c215
[TLC-254] Get Type Bind config from backend
2022-05-03 14:10:33 +12:00
Giuseppe Digilio
20b5721e3c
Fixed lint errors and add lint fix script
2020-12-04 10:32:46 +01:00
Giuseppe Digilio
5ebd4fcbc8
Merge remote-tracking branch 'remotes/origin/main' into authorities_and_controlled_vocabularies
...
# Conflicts:
# src/app/core/integration/models/authority.value.ts
# src/app/shared/chips/models/chips-item.model.ts
# src/app/shared/chips/models/chips.model.ts
# src/app/shared/form/builder/ds-dynamic-form-ui/ds-dynamic-form-control-container.component.ts
# src/app/shared/form/builder/ds-dynamic-form-ui/models/relation-group/dynamic-relation-group.components.ts
# src/app/shared/form/builder/models/form-field-metadata-value.model.ts
2020-09-03 09:36:39 +02:00
Art Lowel
21e8879f77
remove circular dependencies
2020-08-28 11:34:17 +02:00
Giuseppe Digilio
3225966600
[CST-3088] Created abstract form component to handle vocabularies
2020-06-29 22:20:52 +02:00
Giuseppe Digilio
63cca76b49
[CST-3088] Replace use of AuthorityService with new VocabularyService
2020-06-25 15:21:44 +02:00
lotte
0dbea31b0d
added typedoc
2019-12-19 09:23:13 +01:00
Art Lowel
d255838265
add submissionId to fieldparser, and refactor to create fieldparsers using DI
2019-11-05 15:53:41 +01:00
Giuseppe Digilio
1935b61c7e
Fixed dynamic form to make it work after Angular 6 upgrade
2018-12-20 11:09:38 +01:00
Giuseppe Digilio
bc970be54b
Added style customization for submission form field
2018-12-13 15:36:32 +01:00
Giuseppe
6f60cd68e2
Merged submission module code
2018-07-26 18:36:36 +02:00
Giuseppe Digilio
8dd11c9a3c
Added form field parser factory to remove switch in row-parser.ts
2018-07-04 16:01:53 +02:00
Giuseppe Digilio
ff41b80a33
Renamed form.reducers.ts to form.reducer.ts
...
Created custom sass variable
Removed use of instanceof operator
2018-07-03 17:51:26 +02:00
Giuseppe Digilio
40ccbdf653
Added more tests
2018-06-21 11:40:00 +02:00
Giuseppe Digilio
6b8330fee1
updated with latest changes
2018-06-13 11:28:11 +02:00
Giuseppe Digilio
a114650564
fixes and adjustments
2018-05-09 19:23:09 +02:00
Giuseppe Digilio
7a32d18b1b
Merged dynamic form module
2018-05-09 12:14:18 +02:00