@ilife-tech/react-application-flow-renderer 1.2.89 → 1.2.91
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/README.md +2 -2
- package/dist/example.js +19 -19
- package/dist/example.js.LICENSE.txt +2 -0
- package/dist/example.js.map +1 -1
- package/dist/index.js +19 -19
- package/dist/index.js.LICENSE.txt +2 -0
- package/dist/index.js.map +1 -1
- package/package.json +3 -2
package/README.md
CHANGED
|
@@ -1127,7 +1127,7 @@ const pageRuleGroup = [
|
|
|
1127
1127
|
}
|
|
1128
1128
|
```
|
|
1129
1129
|
|
|
1130
|
-
For detailed documentation on the enhanced pageRuleGroup feature, see the [
|
|
1130
|
+
For detailed documentation on the enhanced pageRuleGroup feature, see the [page-rule-group-enhancement.md](docs/page-rule-group-implementation/page-rule-group-enhancement.md) file.
|
|
1131
1131
|
|
|
1132
1132
|
## Advanced Configuration
|
|
1133
1133
|
|
|
@@ -1923,6 +1923,6 @@ const DynamicApiForm = ({ formId }) => {
|
|
|
1923
1923
|
|
|
1924
1924
|
The React Dynamic Form Renderer package provides a comprehensive solution for creating dynamic, interactive forms with advanced validation, conditional logic, and third-party API integration. By leveraging the JSON schema approach, you can rapidly develop complex forms without sacrificing flexibility or control.
|
|
1925
1925
|
|
|
1926
|
-
For more detailed documentation, refer to the [user guide](./docs/user-guide.md) or check out the [example implementations](./example) included with the package.
|
|
1926
|
+
For more detailed documentation, refer to the [developer user guide](./docs/developer-user-guide.md) or check out the [example implementations](./example) included with the package. Contributors: see [contributing](./docs/contributing.md), [running](./docs/running.md), and [folder structure](./docs/coding-standards/folder-structure.md) for setup and development workflow.
|
|
1927
1927
|
|
|
1928
1928
|
We welcome contributions and feedback! Please file issues or submit pull requests on our [GitHub repository](https://github.com/ilife-technologies/react-dynamic-form-renderer).
|