@famalabs/web-form 1.0.0-beta.2 → 1.0.0-beta.21
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/core/Form.js +1 -1
- package/dist/core/compiler/FormCompiler.js +1 -1
- package/dist/core/compiler/common/CompilerProgress.js +1 -1
- package/dist/core/compiler/common/NavigationButtonsCompiler.js +1 -1
- package/dist/core/compiler/common/QuestionCompiler.js +1 -1
- package/dist/core/compiler/common/SidebarCompiler.js +1 -1
- package/dist/core/compiler/containers/PageCompiler.js +1 -1
- package/dist/core/compiler/containers/SectionCompiler.js +1 -1
- package/dist/core/compiler/question_forms/ItemConditionalCompiler.js +1 -1
- package/dist/core/compiler/question_forms/ItemFunctionCompiler.js +1 -1
- package/dist/core/compiler/question_forms/QuestionCheckCompiler.js +1 -1
- package/dist/core/compiler/question_forms/QuestionDateCompiler.js +1 -1
- package/dist/core/compiler/question_forms/QuestionListCompiler.js +1 -1
- package/dist/core/compiler/question_forms/QuestionMultipleSelectCompiler.js +1 -1
- package/dist/core/compiler/question_forms/QuestionNumberCompiler.js +1 -1
- package/dist/core/compiler/question_forms/QuestionSelectCompiler.js +1 -1
- package/dist/core/compiler/question_forms/QuestionTableCompiler.js +1 -1
- package/dist/core/compiler/question_forms/QuestionTextCompiler.js +1 -1
- package/dist/core/compiler/question_forms/UploadFormCompiler.js +1 -1
- package/dist/core/components/animations/MotionTabUtils.js +1 -0
- package/dist/core/components/animations/MotionWrappers.js +1 -0
- package/dist/core/components/common/DrawerCommon.js +1 -1
- package/dist/core/components/common/ImageInput.js +1 -1
- package/dist/core/components/common/ModalCommon.js +1 -1
- package/dist/core/components/common/ResponsiveDrawer.js +1 -1
- package/dist/core/components/common/Skeletons.js +1 -1
- package/dist/core/components/forms/QuestionAlertCommon.js +1 -1
- package/dist/core/components/forms/QuestionCheckCommon.js +1 -1
- package/dist/core/components/forms/QuestionCommon.js +1 -1
- package/dist/core/components/forms/QuestionDateCommon.js +1 -1
- package/dist/core/components/forms/QuestionListCommon.js +1 -1
- package/dist/core/components/forms/QuestionMultipleSelectCommon.js +1 -1
- package/dist/core/components/forms/QuestionNumberCommon.js +1 -1
- package/dist/core/components/forms/QuestionSelectCommon.js +1 -1
- package/dist/core/components/forms/QuestionSignatureCommon.js +1 -0
- package/dist/core/components/forms/QuestionTableCommon.js +1 -1
- package/dist/core/components/forms/QuestionTextCommon.js +1 -1
- package/dist/core/components/forms/QuestionUploadCommon.js +1 -1
- package/dist/core/components/parsers/MathParserRenderer.js +1 -1
- package/dist/core/editor/FormEditor.js +1 -1
- package/dist/core/editor/common/CommonEditor.js +1 -1
- package/dist/core/editor/common/EditorHistoryDrawer.js +1 -1
- package/dist/core/editor/common/HierarchyEditor.js +1 -1
- package/dist/core/editor/common/OptionsEditor.js +1 -1
- package/dist/core/editor/common/ScoreSelectModal.js +1 -1
- package/dist/core/editor/common/SnapshotDrawer.js +1 -1
- package/dist/core/editor/common/SurveyCreateNew.js +1 -1
- package/dist/core/editor/common/sidebar/SidebarEditor.js +1 -1
- package/dist/core/editor/common/sidebar/SidebarPageStructure.js +1 -1
- package/dist/core/editor/common/sidebar/SidebarQuestionStructure.js +1 -1
- package/dist/core/editor/common/sidebar/SidebarSettingsView.js +1 -1
- package/dist/core/editor/containers/FolderEditor.js +1 -1
- package/dist/core/editor/containers/LandingPageEditor.js +1 -1
- package/dist/core/editor/containers/PageEditor.js +1 -1
- package/dist/core/editor/containers/RenderPageEditModal.js +1 -1
- package/dist/core/editor/containers/RenderPageHeader.js +1 -1
- package/dist/core/editor/containers/RenderSectionEditModal.js +1 -1
- package/dist/core/editor/containers/SectionEditor.js +1 -1
- package/dist/core/editor/containers/SectionPreview.js +1 -1
- package/dist/core/editor/question_editor/QuestionCommonEditor.js +1 -1
- package/dist/core/editor/question_editor/QuestionMainComponent.js +1 -1
- package/dist/core/editor/question_editor/QuestionPreviewRender.js +1 -1
- package/dist/core/editor/question_editor/QuestionTypeEdit.js +1 -1
- package/dist/core/editor/question_editor/QuestionTypePreview.js +1 -1
- package/dist/core/editor/question_forms/ItemConditionalEditor.js +1 -1
- package/dist/core/editor/question_forms/ItemFunctionEditor.js +1 -1
- package/dist/core/editor/question_forms/QuestionCheckEditor.js +1 -1
- package/dist/core/editor/question_forms/QuestionDateEditor.js +1 -1
- package/dist/core/editor/question_forms/QuestionListEditor.js +1 -1
- package/dist/core/editor/question_forms/QuestionMultipleSelectEditor.js +1 -1
- package/dist/core/editor/question_forms/QuestionNumberEditor.js +1 -1
- package/dist/core/editor/question_forms/QuestionSelectEditor.js +1 -1
- package/dist/core/editor/question_forms/QuestionSignatureEditor.js +1 -0
- package/dist/core/editor/question_forms/QuestionTableEditor.js +1 -1
- package/dist/core/editor/question_forms/QuestionTextEditor.js +1 -1
- package/dist/core/editor/question_forms/QuestionTimeEditor.js +1 -0
- package/dist/core/editor/question_forms/UploadFormEditor.js +1 -1
- package/dist/core/hooks/common/FormLoaderHookV2.js +1 -1
- package/dist/core/hooks/common/NavigationHook.js +1 -1
- package/dist/core/hooks/compiler/InitCompiler.js +1 -1
- package/dist/core/hooks/editor/EditorHistory.js +1 -1
- package/dist/core/hooks/editor/EditorLocalMutations.js +1 -1
- package/dist/core/hooks/editor/EditorOperations.js +1 -1
- package/dist/core/hooks/editor/QuestionOperations.js +1 -1
- package/dist/core/presenter/FormPresenter.js +1 -1
- package/dist/core/presenter/common/QuestionPresenter.js +1 -1
- package/dist/core/presenter/containers/FolderPresenter.js +1 -1
- package/dist/core/presenter/containers/PagePresenter.js +1 -1
- package/dist/core/presenter/containers/SectionPresenter.js +1 -1
- package/dist/core/types/FormEditorTypes.d.ts +3 -2
- package/dist/core/types/FormEditorTypes.js +1 -1
- package/dist/core/types/FormGlobalTypes.d.ts +6 -4
- package/dist/core/types/FormGlobalTypes.js +1 -1
- package/dist/core/types/ResultTypes.js +1 -1
- package/dist/core/utils/config-map.d.ts +14 -14
- package/dist/core/utils/config-map.js +1 -1
- package/dist/core/utils/format-utils.js +1 -1
- package/dist/core/utils/locale.d.ts +530 -7
- package/dist/core/utils/locale.js +1 -1
- package/dist/core/utils/parsers/ConditionParser.js +1 -1
- package/dist/core/utils/parsers/LegacyConditionParser.js +1 -1
- package/dist/core/utils/time-utils.js +1 -0
- package/dist/core/validators/compiler/CompilerValidators.js +1 -1
- package/dist/index.d.ts +3 -3
- package/dist/index.js +1 -1
- package/package.json +24 -18
package/dist/index.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export{FormCreator}from"./core/Form.js";import"react/compiler-runtime";import"./core/components/common/DrawerCommon.js";import"@mui/material/Typography";import"@mui/material/Grid";import"react/jsx-runtime";import"@mui/material/Card";import"@mui/material/CardContent";import"@mui/material/Modal";import"./core/components/common/Skeletons.js";import"react";import"isomorphic-dompurify";import"@mui/material/Box";import"@mui/material
|
|
1
|
+
export{FormCreator}from"./core/Form.js";import"react/compiler-runtime";import"./core/components/common/DrawerCommon.js";import"@mui/material/Typography";import"@mui/material/Grid";import"react/jsx-runtime";import"@mui/material/Card";import"@mui/material/CardContent";import"@mui/material/Modal";import"motion/react-m";import"./core/components/common/Skeletons.js";import"react";import"isomorphic-dompurify";import"@mui/material/Box";import"lucide-react";import"@mui/material";import"motion/react";import"@mui/material/SvgIcon";import"@mui/material/Chip";import"@mui/material/FormLabel";import"@mui/material/IconButton";import"@mui/material/Stack";import"@mui/material/Tooltip";export{ItemConditionalMap,ItemFunctionMap,ItemMap,Mapper,QuestionCheckMap,QuestionDateMap,QuestionFileMap,QuestionListMap,QuestionNumberMap,QuestionSelectMap,QuestionTextMap,getDefaultData,getMapType}from"./core/utils/config-map.js";export{LocaleMap,getLocale,getLocaleItemTypeId}from"./core/utils/locale.js";export{formatId,formatName,isNameValid,resolvePath}from"./core/utils/format-utils.js";import"@famalabs/survey";import"acorn";import"dayjs";import"@famalabs/web-ui";import"react-hook-form";import"@mui/material/styles";import"@siamf/react-signature-pad";import"@mui/material/FormControl";import"@mui/material/FormControlLabel";import"@mui/material/MenuItem";import"@mui/material/Radio";import"@mui/material/RadioGroup";import"@mui/material/Select";import"@mui/material/Checkbox";import"@mui/material/Switch";import"./core/components/forms/QuestionNumberCommon.js";import"@mui/material/Table";import"@mui/material/TableBody";import"@mui/material/TableCell";import"@mui/material/TableContainer";import"@mui/material/TableHead";import"@mui/material/TableRow";import"@mui/material/Autocomplete";import"@mui/material/FormGroup";import"@mui/material/FormHelperText";import"@mui/material/ListItem";import"@mui/material/TextField";import"./core/components/forms/QuestionListCommon.js";import"@mui/material/useMediaQuery";import"react-dropzone";import"@mui/material/Alert";import"@mui/material/AlertTitle";import"@mui/material/Container";import"@mui/material/Paper";import"./core/editor/common/CommonEditor.js";import"./core/editor/containers/PageEditor.js";import"./core/editor/question_forms/ItemFunctionEditor.js";import"./core/editor/common/OptionsEditor.js";export{isFormValid}from"./core/hooks/common/NavigationHook.js";import"lodash-es";import"idb";import"@mui/lab/TabContext";import"@mui/lab/TabList";import"@mui/material/Badge";import"@mui/material/Divider";import"@mui/material/Tab";import"lodash-es/isEqual";import"./core/editor/question_forms/ItemConditionalEditor.js";import"./core/editor/question_forms/QuestionDateEditor.js";import"./core/editor/question_editor/QuestionPreviewRender.js";import"@mui/material/ToggleButton";import"@mui/material/ToggleButtonGroup";import"@mui/material/InputLabel";import"@mui/material/Button";import"@mui/x-date-pickers";import"@mui/material/Breadcrumbs";import"@mui/material/CardHeader";import"@mui/material/Link";import"./core/editor/common/sidebar/SidebarSettingsView.js";import"@mui/material/CardActionArea";import"@mui/material/CardMedia";import"@mui/material/CircularProgress";import"@mui/material/LinearProgress";import"@mui/material/Collapse";import"@mui/material/List";import"@mui/material/ListItemButton";import"@mui/material/ListItemIcon";import"@mui/material/ListItemText";
|
package/package.json
CHANGED
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@famalabs/web-form",
|
|
3
|
-
"version": "1.0.0-beta.
|
|
3
|
+
"version": "1.0.0-beta.21",
|
|
4
4
|
"author": " Fama Labs <info@famalabs.com>",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
7
7
|
"module": "./dist/index.js",
|
|
8
8
|
"types": "./dist/index.d.ts",
|
|
9
9
|
"exports": {
|
|
10
|
+
"./package.json": "./package.json",
|
|
10
11
|
".": {
|
|
11
12
|
"types": "./dist/index.d.ts",
|
|
12
13
|
"import": "./dist/index.js",
|
|
@@ -14,27 +15,29 @@
|
|
|
14
15
|
}
|
|
15
16
|
},
|
|
16
17
|
"peerDependencies": {
|
|
17
|
-
"@blocknote/core": "
|
|
18
|
-
"@blocknote/mantine": "
|
|
19
|
-
"@blocknote/react": "
|
|
20
|
-
"@famalabs/web-ui": "^1.0.0-beta.1",
|
|
18
|
+
"@blocknote/core": ">=0.47.0 <1.0.0",
|
|
19
|
+
"@blocknote/mantine": ">=0.47.0 <1.0.0",
|
|
20
|
+
"@blocknote/react": ">=0.47.0 <1.0.0",
|
|
21
21
|
"@famalabs/survey": "^1.0.2",
|
|
22
|
-
"@
|
|
23
|
-
"@
|
|
24
|
-
"@mui/
|
|
25
|
-
"@mui/
|
|
26
|
-
"
|
|
22
|
+
"@famalabs/web-ui": "^1.0.0-beta.19",
|
|
23
|
+
"@hello-pangea/dnd": "^18.0.0",
|
|
24
|
+
"@mui/lab": "^7.0.1-beta.21 || ^9.0.0-beta.2",
|
|
25
|
+
"@mui/material": "^7.3.8 || ^9.0.0",
|
|
26
|
+
"@mui/x-date-pickers": "^8.27.0 || ^9.0.0",
|
|
27
|
+
"@siamf/react-signature-pad": "^2.0.1",
|
|
28
|
+
"acorn": "^8.16.0",
|
|
27
29
|
"dayjs": "^1.11.19",
|
|
28
|
-
"idb": "^8.0.
|
|
29
|
-
"isomorphic-dompurify": "^
|
|
30
|
-
"lodash-es": "^4.17.
|
|
31
|
-
"lucide-react": ">=0.
|
|
32
|
-
"
|
|
33
|
-
"react
|
|
34
|
-
"react-
|
|
30
|
+
"idb": "^8.0.0",
|
|
31
|
+
"isomorphic-dompurify": "^3.0.0",
|
|
32
|
+
"lodash-es": "^4.17.23",
|
|
33
|
+
"lucide-react": ">=0.563.0 || ^1.0.0",
|
|
34
|
+
"motion": "^12.34.0",
|
|
35
|
+
"react": "^19.2.4",
|
|
36
|
+
"react-dom": "^19.2.4",
|
|
37
|
+
"react-dropzone": "^14.4.0 || ^15.0.0",
|
|
35
38
|
"react-hook-form": "^7.71.0",
|
|
36
39
|
"react-viewport-list": "^7.1.2",
|
|
37
|
-
"zod": "^4.3.
|
|
40
|
+
"zod": "^4.3.6"
|
|
38
41
|
},
|
|
39
42
|
"dependencies": {
|
|
40
43
|
"tslib": "^2.8.1"
|
|
@@ -42,6 +45,9 @@
|
|
|
42
45
|
"files": [
|
|
43
46
|
"dist"
|
|
44
47
|
],
|
|
48
|
+
"publishConfig": {
|
|
49
|
+
"access": "public"
|
|
50
|
+
},
|
|
45
51
|
"nx": {
|
|
46
52
|
"targets": {
|
|
47
53
|
"typecheck": {
|