Skip to content

Commit

Permalink
unified typings when a Return.ComponentType / React.ReactElement is u…
Browse files Browse the repository at this point in the history
…sed;

cleaned up typings;
  • Loading branch information
elbakerino committed Aug 30, 2020
1 parent e182388 commit 7848150
Show file tree
Hide file tree
Showing 109 changed files with 2,352 additions and 1,254 deletions.
13 changes: 9 additions & 4 deletions .github/ISSUE_TEMPLATE/bug.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,16 @@ name: Bug report
about: Notice us about a bug in UI-Schema
---

<!-- Add a general summary in the title above -->
<!-- Selected checkbox is [X] -->
<!--
Add a general summary in the title above
- Is the issue is present in the latest release?
- You have searched the [issues](https://github.com/ui-schema/ui-schema/issues) of this repository and believe that this is not a duplicate.
Selected checkbox is [X]
-->


- [] The issue is present in the latest release.
- [] I have searched the [issues](https://github.com/ui-schema/ui-schema/issues) of this repository and believe that this is not a duplicate.

## Current Behavior

Expand Down
37 changes: 17 additions & 20 deletions .github/ISSUE_TEMPLATE/feature.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,38 +3,35 @@ name: Feature request
about: Suggest new behaviours and features for the project.
---

<!-- Add a general summary in the title above -->
<!-- Selected checkbox is [X] -->

- [] I have searched the [issues](https://github.com/ui-schema/ui-schema/issues) of this repository and believe that this is not a duplicate.

Please select the scope if you know:

- [] UI-Schema (Core, JSON-Schema)
- [] DS-Material
- [] DS-Bootstrap
- [] other:
<!--
Add a general summary in the title above
Please search the [issues](https://github.com/ui-schema/ui-schema/issues) of this repository and only open a new one if you believe that this is not a duplicate.
Selected checkbox is [X]
-->

## Summary

<!-- Describe how it should work. -->
<!-- Describe how it should work AND for what package it is intended -->

## Examples

<!--
Provide a link to as many as possible:
Provide a link to as many as possible:
- the JSON-Schema specification
- the Material design specification
- the bootstrap documentation
- other implementations
- the JSON-Schema specification
- the Material design specification
- the bootstrap documentation
- other implementations
or wireframes, screenshots, schema-examples of the needed behavior.
or wireframes, screenshots, schema-examples of the needed behavior.
-->

## Motivation

<!--
What are you trying to accomplish? How has the lack of this feature affected you?
Providing context helps us come up with a solution that is most useful in the real world.
- What are you trying to accomplish?
- How has the lack of this feature affected you?
- Providing context helps us come up with a solution that is most useful in the real world.
-->
45 changes: 0 additions & 45 deletions .github/ISSUE_TEMPLATE/simple_widget.md

This file was deleted.

44 changes: 22 additions & 22 deletions .github/ISSUE_TEMPLATE/widget.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,45 +3,45 @@ name: New / Extend Widget
about: Request & Describe a new Widget or new Widget Features
---

<!-- Add a summary in the title above -->
<!-- Selected checkbox is [X] -->

- [] I have checked for duplicates in: [issues](https://github.com/ui-schema/ui-schema/issues) and the [widget list](https://ui-schema.bemit.codes/en/docs/overview#widget-list)

For which Design-System:
<!--
Add a summary in the title above
- Please search for duplicates in:
- [issues](https://github.com/ui-schema/ui-schema/issues)
- [widget list](https://ui-schema.bemit.codes/en/docs/overview#widget-list)
Selected checkbox is [X]
- DS-Material / Material-UI **MUI**
- DS-Bootstrap **BTS**
-->

- [] DS-Material / Material-UI **MUI**
- [] DS-Bootstrap **BTS**
For which Design-System: _______

<!-- add the abbreviation in the title please! -->

## Summary

- [] New Widget
- [] New Feature for existing Widget
- for Widget:
- New Widget:
- New Feature for existing Widget:

### Supported Types

About which type(s) is this behaviour?

- `string`

### Supported Formats

About which format(s) is this behaviour?

- `date`

### Specifications

<!-- Describe on which specifications it is based -->
<!-- Docs UI-Schema: https://ui-schema.bemit.codes/en/docs/schema -->
<!-- Docs JSON-Schema: https://json-schema.org/understanding-json-schema/reference/type.html -->
<!--
- Describe on which specifications it is based
- Docs UI-Schema: https://ui-schema.bemit.codes/en/docs/schema
- Docs JSON-Schema: https://json-schema.org/understanding-json-schema/reference/type.html
-->

## Examples

<!--
Provide wireframes, screenshots, schema-examples of the needed behavior.
Help us to know more about the use-case and intention, rather then only describing a solution.
- Provide wireframes, screenshots, schema-examples of the needed behavior.
- Help us to know more about the use-case and intention, rather then only describing a solution.
-->
19 changes: 9 additions & 10 deletions .github/ISSUE_TEMPLATE/widget_composition.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,15 @@ name: Widget Property / Composition
about: Request new widget properties to change their behaviour or design
---

<!-- Add a general summary in the title above -->
<!-- Selected checkbox is [X] -->

- [] I have searched the [issues](https://github.com/ui-schema/ui-schema/issues) of this repository and believe that this is not a duplicate.

Widget of design-system:

- [] DS-Material
- [] DS-Bootstrap
- [] other:
<!--
Add a general summary in the title above
Please search the [issues](https://github.com/ui-schema/ui-schema/issues) of this repository and only open a new one if you believe that this is not a duplicate.
Selected checkbox is [X]
-->

Widget of design-system: _________

## Summary

Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"packages": [
"packages/*"
],
"version": "0.0.19"
"version": "0.0.20"
}

0 comments on commit 7848150

Please sign in to comment.