17782: Disabling typechecking for some common Field component usage.
authorLucas Di Pentima <lucas.dipentima@curii.com>
Fri, 2 Jul 2021 14:37:24 +0000 (11:37 -0300)
committerLucas Di Pentima <lucas.dipentima@curii.com>
Fri, 2 Jul 2021 16:43:57 +0000 (13:43 -0300)
commit618af1a3106c399765788be4583463ab35d97cd5
tree66daaa24cba4fcda8e6fc9ef67e56bdb68555b07
parent0103691e4621cdace8721af155dd8a5deddc5f4e
17782: Disabling typechecking for some common Field component usage.

I'm guessing the previous TS machinery didn't do checking either, and I wasn't
able to come up with a solution yet, so to avoid scope creeping, I'm making
the required changes to be able to move on and address this issues in a later
time.

Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas.dipentima@curii.com>
29 files changed:
src/components/popover/helpers.ts
src/components/text-field/text-field.tsx
src/plugins/example/exampleComponents.tsx
src/store/collection-panel/collection-panel-files/collection-panel-files-reducer.ts
src/views-components/dialog-copy/dialog-copy.tsx
src/views-components/dialog-forms/add-group-member-dialog.tsx
src/views-components/dialog-forms/create-group-dialog.tsx
src/views-components/dialog-forms/setup-shell-account-dialog.tsx
src/views-components/form-fields/collection-form-fields.tsx
src/views-components/form-fields/process-form-fields.tsx
src/views-components/form-fields/project-form-fields.tsx
src/views-components/form-fields/repository-form-fields.tsx
src/views-components/form-fields/resource-form-fields.tsx
src/views-components/form-fields/search-bar-form-fields.tsx
src/views-components/form-fields/ssh-key-form-fields.tsx
src/views-components/form-fields/user-form-fields.tsx
src/views-components/rename-file-dialog/rename-file-dialog.tsx
src/views-components/sharing-dialog/sharing-invitation-form-component.tsx
src/views-components/sharing-dialog/sharing-management-form-component.tsx
src/views/my-account-panel/my-account-panel-root.tsx
src/views/not-found-panel/not-found-panel.tsx
src/views/run-process-panel/inputs/directory-array-input.tsx
src/views/run-process-panel/inputs/directory-input.tsx
src/views/run-process-panel/inputs/file-array-input.tsx
src/views/run-process-panel/inputs/file-input.tsx
src/views/run-process-panel/run-process-advanced-form.tsx
src/views/run-process-panel/run-process-basic-form.tsx
src/views/site-manager-panel/site-manager-panel-root.tsx
tsconfig.json