@tsed/react-formio 2.3.4 → 2.3.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/select/select.component.d.ts +1 -1
- package/dist/components/table/components/defaultOperationButton.component.d.ts +2 -2
- package/dist/index.js +46 -46
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +193 -193
- package/dist/index.modern.js.map +1 -1
- package/package.json +3 -3
- package/readme.md +19 -19
- package/src/components/select/select.component.tsx +1 -1
- package/src/components/table/components/defaultOperationButton.component.tsx +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tsed/react-formio",
|
|
3
|
-
"version": "2.3.
|
|
3
|
+
"version": "2.3.6",
|
|
4
4
|
"description": "Provide a react formio wrapper. Written in TypeScript.",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"module": "./dist/index.modern.js",
|
|
@@ -38,8 +38,8 @@
|
|
|
38
38
|
"tooltip.js": ">=1.3.3"
|
|
39
39
|
},
|
|
40
40
|
"devDependencies": {
|
|
41
|
-
"@tsed/tailwind": "2.3.
|
|
42
|
-
"@tsed/tailwind-formio": "2.3.
|
|
41
|
+
"@tsed/tailwind": "2.3.6",
|
|
42
|
+
"@tsed/tailwind-formio": "2.3.6",
|
|
43
43
|
"microbundle": "0.13.0"
|
|
44
44
|
},
|
|
45
45
|
"repository": "https://github.com/TypedProject/tsed-formio",
|
package/readme.md
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<p style="text-align: center" align="center">
|
|
2
|
-
<a href="https://tsed.
|
|
2
|
+
<a href="https://tsed.dev" target="_blank"><img src="https://tsed.dev/tsed-og.png" width="200" alt="Ts.ED logo"/></a>
|
|
3
3
|
</p>
|
|
4
4
|
|
|
5
5
|
<div align="center">
|
|
@@ -14,11 +14,11 @@
|
|
|
14
14
|
</div>
|
|
15
15
|
|
|
16
16
|
<div align="center">
|
|
17
|
-
<a href="https://tsed.
|
|
17
|
+
<a href="https://tsed.dev/">Website</a>
|
|
18
18
|
<span> • </span>
|
|
19
|
-
<a href="https://tsed.
|
|
19
|
+
<a href="https://tsed.dev/tutorials/prisma.html">Tutorial</a>
|
|
20
20
|
<span> • </span>
|
|
21
|
-
<a href="https://
|
|
21
|
+
<a href="https://slack.tsed.dev">Slack</a>
|
|
22
22
|
<span> • </span>
|
|
23
23
|
<a href="https://twitter.com/TsED_io">Twitter</a>
|
|
24
24
|
</div>
|
|
@@ -31,25 +31,25 @@ platform.
|
|
|
31
31
|
This module is based on the original [react-formio](https://github.com/formio/react-formio) and add extra features
|
|
32
32
|
listed above.
|
|
33
33
|
|
|
34
|
-
See our [storybook](https://formio.tsed.
|
|
34
|
+
See our [storybook](https://formio.tsed.dev/?path=/docs/getting-started--docs) to see all available components.
|
|
35
35
|
|
|
36
36
|
## Features
|
|
37
37
|
|
|
38
38
|
Many components are provided to build your own backoffice based on Formio.js API:
|
|
39
39
|
|
|
40
|
-
- [ActionsTable](https://formio.tsed.
|
|
41
|
-
- [FormAccess](https://formio.tsed.
|
|
42
|
-
- [FormAction](https://formio.tsed.
|
|
43
|
-
- [Form](https://formio.tsed.
|
|
44
|
-
- [FormBuilder](https://formio.tsed.
|
|
45
|
-
- [FormEdit](https://formio.tsed.
|
|
46
|
-
- [FormsTable](https://formio.tsed.
|
|
47
|
-
- [InputTags](https://formio.tsed.
|
|
48
|
-
- [InputText](https://formio.tsed.
|
|
49
|
-
- [Pagination](https://formio.tsed.
|
|
50
|
-
- [Select](https://formio.tsed.
|
|
51
|
-
- [SubmissionsTable](https://formio.tsed.
|
|
52
|
-
- [Table](https://formio.tsed.
|
|
40
|
+
- [ActionsTable](https://formio.tsed.dev/?path=story/reactformio-actionstable--sandbox),
|
|
41
|
+
- [FormAccess](https://formio.tsed.dev/?path=story/reactformio-formaccess--sandbox),
|
|
42
|
+
- [FormAction](https://formio.tsed.dev/?path=story/reactformio-formaction--sandbox),
|
|
43
|
+
- [Form](https://formio.tsed.dev/?path=docs/documentation-form--docs),
|
|
44
|
+
- [FormBuilder](https://formio.tsed.dev/?path=docs/documentation-formbuilder--docs),
|
|
45
|
+
- [FormEdit](https://formio.tsed.dev/?path=docs/documentation-formedit--docs),
|
|
46
|
+
- [FormsTable](https://formio.tsed.dev/?path=docs/documentation-formstable--docs),
|
|
47
|
+
- [InputTags](https://formio.tsed.dev/?path=story/reactformio-inputtags--sandbox),
|
|
48
|
+
- [InputText](https://formio.tsed.dev/?path=story/reactformio-inputtext--sandbox),
|
|
49
|
+
- [Pagination](https://formio.tsed.dev/?path=story/reactformio-pagination--sandbox),
|
|
50
|
+
- [Select](https://formio.tsed.dev/?path=/story/reactformio-select--sandbox),
|
|
51
|
+
- [SubmissionsTable](https://formio.tsed.dev/?path=/docs/documentation-submissionstable--docs).
|
|
52
|
+
- [Table](https://formio.tsed.dev/?path=/story/reactformio-table--sandbox),
|
|
53
53
|
- Predefined Reducers for Actions, Action, Form, Forms, Submission, Submissions, etc...,
|
|
54
54
|
- TypeScript support.
|
|
55
55
|
- Tailwind support.
|
|
@@ -91,7 +91,7 @@ function App() {
|
|
|
91
91
|
export default App;
|
|
92
92
|
```
|
|
93
93
|
|
|
94
|
-
See more on http://formio.tsed.
|
|
94
|
+
See more on http://formio.tsed.dev/?path=/docs/getting-started--docs
|
|
95
95
|
|
|
96
96
|
## Contributors
|
|
97
97
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import Choices from "@formio/choices.js";
|
|
2
2
|
import classnames from "classnames";
|
|
3
|
-
import React, { HTMLAttributes, ReactElement, useEffect, useRef } from "react";
|
|
3
|
+
import React, { type HTMLAttributes, type ReactElement, useEffect, useRef } from "react";
|
|
4
4
|
|
|
5
5
|
import { getEventValue } from "../../utils/getEventValue";
|
|
6
6
|
import { FormControl, FormControlProps } from "../form-control/formControl.component";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import classnames from "classnames";
|
|
2
|
-
import { HTMLAttributes } from "react";
|
|
2
|
+
import React, { type HTMLAttributes } from "react";
|
|
3
3
|
|
|
4
4
|
import { iconClass } from "../../../utils/iconClass";
|
|
5
5
|
import { stopPropagationWrapper } from "../../../utils/stopPropagationWrapper";
|