Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

💉 Add context provider and tests #63

Merged
merged 2 commits into from
May 1, 2023

Conversation

dbssman
Copy link
Owner

@dbssman dbssman commented May 1, 2023

No description provided.

@dbssman dbssman linked an issue May 1, 2023 that may be closed by this pull request
@vercel
Copy link

vercel bot commented May 1, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
vue-form-handler ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 1, 2023 0:20am

@github-actions
Copy link

github-actions bot commented May 1, 2023

📊 Package size report   0.9%↑

File Before After
dist/constants.d.ts 1.1 kB 5%↑1.2 kB
dist/constants.d.ts.map 284 B 12%↑317 B
dist/index.d.ts 154 B 22%↑188 B
dist/index.d.ts.map 181 B 13%↑204 B
dist/index.js 40.6 kB 0.7%↑40.9 kB
dist/index.js.map 32.9 kB 0.5%↑33.0 kB
dist/index.umd.cjs 43.8 kB 0.8%↑44.1 kB
dist/index.umd.cjs.map 33.5 kB 0.5%↑33.7 kB
dist/types/formHandler.d.ts 6.0 kB 2%↑6.1 kB
dist/types/formHandler.d.ts.map 4.0 kB 2%↑4.1 kB
dist/useFormContext.d.ts 183 B
dist/useFormContext.d.ts.map 216 B
dist/useFormHandler.d.ts.map 230 B 0.4%↑231 B
Total (Includes all files) 190.9 kB 0.9%↑192.6 kB
Tarball size 46.7 kB 1%↑47.3 kB
Unchanged files
File Size
dist/FormHandler.d.ts 1.5 kB
dist/FormHandler.d.ts.map 195 B
dist/logic/getDefaultFieldValue.d.ts 126 B
dist/logic/getDefaultFieldValue.d.ts.map 150 B
dist/logic/getNativeFieldValue.d.ts 116 B
dist/logic/getNativeFieldValue.d.ts.map 149 B
dist/logic/index.d.ts 417 B
dist/logic/index.d.ts.map 417 B
dist/logic/refFn.d.ts 186 B
dist/logic/refFn.d.ts.map 194 B
dist/logic/transformValidations.d.ts 222 B
dist/logic/transformValidations.d.ts.map 215 B
dist/logic/validateField.d.ts 225 B
dist/logic/validateField.d.ts.map 203 B
dist/logic/validateForm.d.ts 193 B
dist/logic/validateForm.d.ts.map 180 B
dist/types/baseControl.d.ts 1.1 kB
dist/types/baseControl.d.ts.map 841 B
dist/types/index.d.ts 205 B
dist/types/index.d.ts.map 221 B
dist/types/logic.d.ts 384 B
dist/types/logic.d.ts.map 412 B
dist/types/refs.d.ts 692 B
dist/types/refs.d.ts.map 760 B
dist/types/register.d.ts 1.4 kB
dist/types/register.d.ts.map 889 B
dist/types/validations.d.ts 2.2 kB
dist/types/validations.d.ts.map 1.1 kB
dist/useFormHandler.d.ts 301 B
dist/utils/index.d.ts 569 B
dist/utils/index.d.ts.map 615 B
dist/utils/isCheckboxInput.d.ts 134 B
dist/utils/isCheckboxInput.d.ts.map 143 B
dist/utils/isMultipleSelect.d.ts 136 B
dist/utils/isMultipleSelect.d.ts.map 145 B
dist/utils/isNativeControl.d.ts 129 B
dist/utils/isNativeControl.d.ts.map 141 B
dist/utils/isRadioInput.d.ts 131 B
dist/utils/isRadioInput.d.ts.map 137 B
dist/utils/max.d.ts 488 B
dist/utils/max.d.ts.map 145 B
dist/utils/maxLength.d.ts 601 B
dist/utils/maxLength.d.ts.map 155 B
dist/utils/min.d.ts 489 B
dist/utils/min.d.ts.map 145 B
dist/utils/minLength.d.ts 572 B
dist/utils/minLength.d.ts.map 155 B
dist/utils/pattern.d.ts 509 B
dist/utils/pattern.d.ts.map 153 B
dist/utils/required.d.ts 461 B
dist/utils/required.d.ts.map 141 B
License.md 1.1 kB
package.json 1.7 kB
README.md 4.0 kB

🤖 This report was automatically generated by pkg-size-action

@dbssman dbssman merged commit 5455ecb into master May 1, 2023
dbssman added a commit that referenced this pull request May 3, 2023
…s-composable

💉 Add context provider and tests
@dbssman dbssman deleted the feature/60-add-context-provider-as-composable branch May 19, 2023 18:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add context provider as composable
1 participant