drf-react-by-schema 0.24.4 → 0.24.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/@types/index.d.ts +136 -87
- package/dist/@types/index.d.ts.map +1 -1
- package/dist/@types/index.js +7 -0
- package/dist/api.d.ts +24 -17
- package/dist/api.d.ts.map +1 -1
- package/dist/api.js +612 -572
- package/dist/components/DataGridBySchemaEditable/DataGridDesktop.d.ts +19 -19
- package/dist/components/DataGridBySchemaEditable/DataGridDesktop.d.ts.map +1 -1
- package/dist/components/DataGridBySchemaEditable/DataGridDesktop.js +7 -7
- package/dist/components/DataGridBySchemaEditable/DataGridMobile.d.ts +2 -2
- package/dist/components/DataGridBySchemaEditable/DataGridMobile.d.ts.map +1 -1
- package/dist/components/DataGridBySchemaEditable/SelectEditInputCell.d.ts +1 -1
- package/dist/components/DataGridBySchemaEditable/SelectEditInputCell.d.ts.map +1 -1
- package/dist/components/DataGridBySchemaEditable/hooks/useDataGridActions.d.ts +12 -12
- package/dist/components/DataGridBySchemaEditable/hooks/useDataGridActions.d.ts.map +1 -1
- package/dist/components/DataGridBySchemaEditable/hooks/useOptionsAC.d.ts +8 -8
- package/dist/components/DataGridBySchemaEditable/hooks/useOptionsAC.d.ts.map +1 -1
- package/dist/components/DataGridBySchemaEditable/hooks/useOptionsAC.js +10 -5
- package/dist/components/DataGridBySchemaEditable/hooks/usePreparedColumns.d.ts +4 -4
- package/dist/components/DataGridBySchemaEditable/hooks/usePreparedColumns.d.ts.map +1 -1
- package/dist/components/DataGridBySchemaEditable/hooks/useProcessRowUpdate.d.ts +13 -13
- package/dist/components/DataGridBySchemaEditable/hooks/useProcessRowUpdate.d.ts.map +1 -1
- package/dist/components/DataGridBySchemaEditable/hooks/useProcessRowUpdate.js +156 -153
- package/dist/components/DataGridBySchemaEditable/utils/columnFactory.d.ts +11 -12
- package/dist/components/DataGridBySchemaEditable/utils/columnFactory.d.ts.map +1 -1
- package/dist/components/DataGridBySchemaEditable/utils/columnFactory.js +150 -148
- package/dist/components/DataGridBySchemaEditable/utils.d.ts +1 -1
- package/dist/components/DataGridBySchemaEditable/utils.d.ts.map +1 -1
- package/dist/components/DataGridBySchemaEditable/utils.js +4 -4
- package/dist/components/DataGridBySchemaEditable.d.ts +17 -17
- package/dist/components/DataGridBySchemaEditable.d.ts.map +1 -1
- package/dist/components/DataGridBySchemaEditable.js +44 -24
- package/dist/components/DataTotals.d.ts.map +1 -1
- package/dist/components/DataTotalsServer.d.ts +1 -1
- package/dist/components/DataTotalsServer.d.ts.map +1 -1
- package/dist/components/DataTotalsServer.js +7 -10
- package/dist/components/GenericModelList.d.ts +16 -18
- package/dist/components/GenericModelList.d.ts.map +1 -1
- package/dist/components/GenericModelList.js +2 -1
- package/dist/components/GenericRelatedModelList.d.ts +15 -16
- package/dist/components/GenericRelatedModelList.d.ts.map +1 -1
- package/dist/components/GenericRelatedModelList.js +2 -2
- package/dist/components/GenericRelatedModelListTable.d.ts +14 -14
- package/dist/components/GenericRelatedModelListTable.d.ts.map +1 -1
- package/dist/components/GenericRelatedModelListTable.js +3 -2
- package/dist/components/details/DetailBySchema.d.ts +1 -1
- package/dist/components/details/DetailBySchema.d.ts.map +1 -1
- package/dist/components/details/DetailBySchema.js +1 -1
- package/dist/components/forms/DialogFormBySchema.d.ts +8 -8
- package/dist/components/forms/DialogFormBySchema.d.ts.map +1 -1
- package/dist/components/forms/DialogFormBySchema.js +1 -1
- package/dist/components/forms/FieldBySchema.d.ts.map +1 -1
- package/dist/components/forms/FieldBySchema.js +4 -4
- package/dist/components/forms/Form.d.ts +35 -19
- package/dist/components/forms/Form.d.ts.map +1 -1
- package/dist/components/forms/Form.js +119 -60
- package/dist/components/forms/FormActions.d.ts +2 -1
- package/dist/components/forms/FormActions.d.ts.map +1 -1
- package/dist/components/forms/FormActions.js +14 -6
- package/dist/components/forms/FormBySchema.d.ts +11 -12
- package/dist/components/forms/FormBySchema.d.ts.map +1 -1
- package/dist/components/forms/FormBySchema.js +20 -13
- package/dist/components/forms/FormWatcher.d.ts +5 -4
- package/dist/components/forms/FormWatcher.d.ts.map +1 -1
- package/dist/components/forms/FormWatcher.js +2 -2
- package/dist/components/forms/inputs/AutocompleteFieldBySchema.d.ts.map +1 -1
- package/dist/components/forms/inputs/DesktopDatePickerBySchema.js +2 -1
- package/dist/components/forms/inputs/DesktopDateTimePickerBySchema.js +2 -1
- package/dist/components/forms/inputs/EditableAutocompleteFieldBySchema.d.ts +12 -2
- package/dist/components/forms/inputs/EditableAutocompleteFieldBySchema.d.ts.map +1 -1
- package/dist/components/forms/inputs/EditableAutocompleteFieldBySchema.js +6 -5
- package/dist/components/forms/inputs/FileFieldBySchema.js +2 -1
- package/dist/components/forms/inputs/FloatFieldBySchema.js +2 -1
- package/dist/components/forms/inputs/PatternFieldBySchema.js +2 -1
- package/dist/components/forms/inputs/TextFieldBySchema.js +2 -1
- package/dist/context/APIWrapper.d.ts +9 -4
- package/dist/context/APIWrapper.d.ts.map +1 -1
- package/dist/context/APIWrapper.js +76 -104
- package/dist/context/APIWrapperContext.d.ts +53 -56
- package/dist/context/APIWrapperContext.d.ts.map +1 -1
- package/dist/context/APIWrapperContext.js +17 -19
- package/dist/context/DRFReactBySchemaContext.d.ts +2 -10
- package/dist/context/DRFReactBySchemaContext.d.ts.map +1 -1
- package/dist/context/DRFReactBySchemaContext.js +0 -5
- package/dist/context/DRFReactBySchemaProvider.d.ts.map +1 -1
- package/dist/context/DRFReactBySchemaProvider.js +1 -31
- package/dist/context/Overlays.d.ts.map +1 -1
- package/dist/context/Overlays.js +34 -16
- package/dist/context/PrivateContext.d.ts +9 -0
- package/dist/context/PrivateContext.d.ts.map +1 -0
- package/dist/context/PrivateContext.js +16 -0
- package/dist/hooks/useDeepMemo.d.ts +2 -0
- package/dist/hooks/useDeepMemo.d.ts.map +1 -0
- package/dist/hooks/useDeepMemo.js +13 -0
- package/dist/index.d.ts +2 -2
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +1 -13
- package/dist/utils/index.d.ts +2 -0
- package/dist/utils/index.d.ts.map +1 -0
- package/dist/utils/index.js +17 -0
- package/dist/{utils.d.ts → utils/utils.d.ts} +31 -5
- package/dist/utils/utils.d.ts.map +1 -0
- package/dist/{utils.js → utils/utils.js} +68 -76
- package/package.json +4 -1
- package/dist/components/DataGridBySchemaEditable/hooks/useRowMode.d.ts +0 -18
- package/dist/components/DataGridBySchemaEditable/hooks/useRowMode.d.ts.map +0 -1
- package/dist/components/DataGridBySchemaEditable/hooks/useRowMode.js +0 -43
- package/dist/components/DialogJSONSchemaForm.d.ts +0 -13
- package/dist/components/DialogJSONSchemaForm.js +0 -20
- package/dist/components/FilteredButton.d.ts +0 -2
- package/dist/components/FilteredButton.js +0 -23
- package/dist/components/FilteredGridActionsCellItem.d.ts +0 -2
- package/dist/components/FilteredGridActionsCellItem.js +0 -29
- package/dist/components/FormButtons.d.ts +0 -23
- package/dist/components/FormButtons.d.ts.map +0 -1
- package/dist/components/FormButtons.js +0 -43
- package/dist/components/forms/inputs/PatternBySchema.d.ts +0 -4
- package/dist/components/forms/inputs/PatternBySchema.d.ts.map +0 -1
- package/dist/components/forms/inputs/PatternBySchema.js +0 -45
- package/dist/context/Form.d.ts +0 -21
- package/dist/context/Form.js +0 -95
- package/dist/context/FormContext.d.ts +0 -71
- package/dist/context/FormContext.js +0 -8
- package/dist/utils.d.ts.map +0 -1
package/dist/context/Form.js
DELETED
|
@@ -1,95 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
-
if (k2 === undefined) k2 = k;
|
|
4
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
-
}
|
|
8
|
-
Object.defineProperty(o, k2, desc);
|
|
9
|
-
}) : (function(o, m, k, k2) {
|
|
10
|
-
if (k2 === undefined) k2 = k;
|
|
11
|
-
o[k2] = m[k];
|
|
12
|
-
}));
|
|
13
|
-
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
14
|
-
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
15
|
-
}) : function(o, v) {
|
|
16
|
-
o["default"] = v;
|
|
17
|
-
});
|
|
18
|
-
var __importStar = (this && this.__importStar) || function (mod) {
|
|
19
|
-
if (mod && mod.__esModule) return mod;
|
|
20
|
-
var result = {};
|
|
21
|
-
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
22
|
-
__setModuleDefault(result, mod);
|
|
23
|
-
return result;
|
|
24
|
-
};
|
|
25
|
-
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
26
|
-
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
27
|
-
};
|
|
28
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29
|
-
const react_1 = __importStar(require("react"));
|
|
30
|
-
const react_hook_form_1 = require("react-hook-form");
|
|
31
|
-
const yup_1 = require("@hookform/resolvers/yup");
|
|
32
|
-
const Box_1 = __importDefault(require("@mui/material/Box"));
|
|
33
|
-
const FormButtons_1 = __importDefault(require("../components/FormButtons"));
|
|
34
|
-
const APIWrapperContext_1 = require("./APIWrapperContext");
|
|
35
|
-
const utils_1 = require("../utils");
|
|
36
|
-
const DRFReactBySchemaContext_1 = require("./DRFReactBySchemaContext");
|
|
37
|
-
const FormContext_1 = require("./FormContext");
|
|
38
|
-
function Form({ model, id, objTitleField = 'name', optionsACModels = [], cancelBtn, cancelBtnLabel, deleteBtnLabel, saveAndCreateNewBtnLabel, saveAndContinueBtnLabel, saveBtnLabel, onSuccess, borderBottom, saveAndContinue, formButtonsSx, children, }) {
|
|
39
|
-
const apiContext = react_1.default.useContext(APIWrapperContext_1.APIWrapperContext);
|
|
40
|
-
const context = react_1.default.useContext(DRFReactBySchemaContext_1.DRFReactBySchemaContext);
|
|
41
|
-
if (!context.serverEndPoint || !apiContext) {
|
|
42
|
-
console.error('Error in drf-react-by-schema: There is no serverEndPoint configured!');
|
|
43
|
-
return react_1.default.createElement(react_1.default.Fragment, null);
|
|
44
|
-
}
|
|
45
|
-
const { loadSinglePageData, onSubmit, onEditModel, onDeleteModel, onEditRelatedModelSave, onDeleteRelatedModel, } = apiContext;
|
|
46
|
-
const pageForm = apiContext.pageFormState[0];
|
|
47
|
-
const optionsAC = apiContext.optionsACState[0];
|
|
48
|
-
const { control, handleSubmit, reset, getValues, setValue, formState: { errors, isDirty }, } = (0, react_hook_form_1.useForm)({
|
|
49
|
-
mode: 'onBlur',
|
|
50
|
-
resolver: (0, yup_1.yupResolver)(pageForm.validationSchema),
|
|
51
|
-
});
|
|
52
|
-
const loadAllData = () => {
|
|
53
|
-
loadSinglePageData({
|
|
54
|
-
model,
|
|
55
|
-
objTitleField,
|
|
56
|
-
objId: id,
|
|
57
|
-
optionsACModels,
|
|
58
|
-
}).then((values) => {
|
|
59
|
-
if (values && typeof values !== 'boolean') {
|
|
60
|
-
reset(values);
|
|
61
|
-
}
|
|
62
|
-
});
|
|
63
|
-
};
|
|
64
|
-
(0, react_1.useEffect)(() => {
|
|
65
|
-
loadAllData();
|
|
66
|
-
}, [id]);
|
|
67
|
-
const formButtonProps = {
|
|
68
|
-
model,
|
|
69
|
-
objId: id,
|
|
70
|
-
title: (0, utils_1.isTmpId)(id) ? 'Novo' : 'Editar',
|
|
71
|
-
formDisabled: !isDirty,
|
|
72
|
-
cancelBtn,
|
|
73
|
-
cancelBtnLabel,
|
|
74
|
-
deleteBtnLabel,
|
|
75
|
-
saveAndCreateNewBtnLabel,
|
|
76
|
-
saveAndContinueBtnLabel,
|
|
77
|
-
saveBtnLabel,
|
|
78
|
-
onSuccess,
|
|
79
|
-
borderBottom,
|
|
80
|
-
saveAndContinue,
|
|
81
|
-
sx: formButtonsSx,
|
|
82
|
-
};
|
|
83
|
-
// onSubmit={handleSubmit((data, event) => {
|
|
84
|
-
// onSubmit(
|
|
85
|
-
// model,
|
|
86
|
-
// id,
|
|
87
|
-
// data,
|
|
88
|
-
// event
|
|
89
|
-
// );
|
|
90
|
-
return (react_1.default.createElement(react_1.default.Fragment, null, pageForm.initialValues && pageForm.schema && control && (react_1.default.createElement(FormContext_1.FormContext.Provider, { value: null },
|
|
91
|
-
react_1.default.createElement(FormButtons_1.default, Object.assign({}, formButtonProps)),
|
|
92
|
-
react_1.default.createElement(Box_1.default, null, children),
|
|
93
|
-
react_1.default.createElement(FormButtons_1.default, Object.assign({}, formButtonProps, { bottom: true }))))));
|
|
94
|
-
}
|
|
95
|
-
exports.default = Form;
|
|
@@ -1,71 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { Id, Item, SchemaType } from '../utils';
|
|
3
|
-
export interface LoadSinglePageDataProps {
|
|
4
|
-
model: string;
|
|
5
|
-
objId?: Id;
|
|
6
|
-
objTitleField?: string;
|
|
7
|
-
optionsACModels: string[];
|
|
8
|
-
basePath?: string;
|
|
9
|
-
formPath?: string | null;
|
|
10
|
-
extraValidators?: Item;
|
|
11
|
-
}
|
|
12
|
-
export interface PageFormType {
|
|
13
|
-
id: Id;
|
|
14
|
-
schema: SchemaType | null;
|
|
15
|
-
initialValues: Item | null;
|
|
16
|
-
validationSchema: Item | null;
|
|
17
|
-
}
|
|
18
|
-
export interface OnEditModelType {
|
|
19
|
-
fieldKey: string;
|
|
20
|
-
index: string;
|
|
21
|
-
model: string;
|
|
22
|
-
id: Id;
|
|
23
|
-
labelKey: string;
|
|
24
|
-
setValue: (p: any) => void;
|
|
25
|
-
getValues: (p: any) => any;
|
|
26
|
-
}
|
|
27
|
-
export interface OnEditRelatedModelType {
|
|
28
|
-
model: string;
|
|
29
|
-
id: Id;
|
|
30
|
-
relatedModel: string;
|
|
31
|
-
relatedModelId: Id;
|
|
32
|
-
newRow: Item;
|
|
33
|
-
schema: SchemaType;
|
|
34
|
-
onlyAddExisting: boolean;
|
|
35
|
-
}
|
|
36
|
-
export interface OnDeleteRelatedModelType {
|
|
37
|
-
model: string;
|
|
38
|
-
id: Id;
|
|
39
|
-
relatedModel: string;
|
|
40
|
-
relatedModelId: Id;
|
|
41
|
-
}
|
|
42
|
-
export interface SnackBarType {
|
|
43
|
-
open?: boolean;
|
|
44
|
-
msg?: string;
|
|
45
|
-
severity?: string;
|
|
46
|
-
}
|
|
47
|
-
export interface DialogType {
|
|
48
|
-
open: boolean;
|
|
49
|
-
loading?: boolean;
|
|
50
|
-
title?: string;
|
|
51
|
-
Body?: React.ReactNode;
|
|
52
|
-
Actions?: React.ReactNode;
|
|
53
|
-
}
|
|
54
|
-
export interface FormContextType {
|
|
55
|
-
model: string;
|
|
56
|
-
id: Id;
|
|
57
|
-
objTitleField: string;
|
|
58
|
-
optionsACModels: string[];
|
|
59
|
-
cancelBtn?: (e: React.BaseSyntheticEvent) => any;
|
|
60
|
-
cancelBtnLabel: any;
|
|
61
|
-
deleteBtnLabel: any;
|
|
62
|
-
saveAndCreateNewBtnLabel: any;
|
|
63
|
-
saveAndContinueBtnLabel: any;
|
|
64
|
-
saveBtnLabel: any;
|
|
65
|
-
onSuccess: any;
|
|
66
|
-
borderBottom: any;
|
|
67
|
-
saveAndContinue: any;
|
|
68
|
-
formButtonsSx: any;
|
|
69
|
-
children: any;
|
|
70
|
-
}
|
|
71
|
-
export declare const FormContext: React.Context<FormContextType | null>;
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
-
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
-
};
|
|
5
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
-
exports.FormContext = void 0;
|
|
7
|
-
const react_1 = __importDefault(require("react"));
|
|
8
|
-
exports.FormContext = react_1.default.createContext(null);
|
package/dist/utils.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../src/utils.ts"],"names":[],"mappings":"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"}
|