@mosip/json-form-builder 0.1.1-beta.4 → 0.1.1-beta.5
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/utils/utils.d.ts
CHANGED
|
@@ -116,4 +116,5 @@ declare const emptyInvalidFn: (input: HTMLInputElement | HTMLSelectElement | HTM
|
|
|
116
116
|
declare const getAcceptString: (allowedTypes: string[]) => string;
|
|
117
117
|
declare const mimeToLabel: (mime: string) => string;
|
|
118
118
|
declare const isSubTypeField: (field: FormField) => field is SubTypeField;
|
|
119
|
-
|
|
119
|
+
declare const triggerRefreshLabels: (state: FormState) => void;
|
|
120
|
+
export { getLabelText, getMultiLangText, appendError, handleRequiredValidation, handleRegexValidation, createInfoIcon, getCapsLockSpan, checkCapsLock, disableField, preventDefaultFn, createErrorContainer, buildBidirectionalLanguageMap, enableCapsLockCheck, dataUrlToBlob, validateForm, emptyInvalidFn, getAcceptString, mimeToLabel, isSubTypeField, triggerRefreshLabels };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mosip/json-form-builder",
|
|
3
|
-
"version": "0.1.1-beta.
|
|
3
|
+
"version": "0.1.1-beta.5",
|
|
4
4
|
"description": "A dynamic JSON form builder with multi-language support, validation, and responsive design",
|
|
5
5
|
"main": "dist/JsonFormBuilder.umd.js",
|
|
6
6
|
"module": "dist/JsonFormBuilder.esm.js",
|
|
@@ -45,10 +45,11 @@
|
|
|
45
45
|
"@rollup/plugin-node-resolve": "^15.2.3",
|
|
46
46
|
"@rollup/plugin-terser": "^0.4.4",
|
|
47
47
|
"@rollup/plugin-typescript": "^11.1.6",
|
|
48
|
-
"@storybook/addon-essentials": "
|
|
49
|
-
"@storybook/addon-interactions": "
|
|
50
|
-
"@storybook/cli": "
|
|
51
|
-
"@storybook/react-vite": "
|
|
48
|
+
"@storybook/addon-essentials": "8.6.15",
|
|
49
|
+
"@storybook/addon-interactions": "8.6.15",
|
|
50
|
+
"@storybook/cli": "8.6.15",
|
|
51
|
+
"@storybook/react-vite": "8.6.15",
|
|
52
|
+
"@storybook/test": "8.6.15",
|
|
52
53
|
"@testing-library/jest-dom": "^6.6.3",
|
|
53
54
|
"@types/jest": "^29.5.12",
|
|
54
55
|
"@types/react": "^18.2.55",
|