@hw-component/form 0.0.5-beta-v5 → 0.0.5-beta-v7
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/es/Form/config.d.ts +2 -2
- package/es/config.d.ts +4 -0
- package/es/index.d.ts +1 -26
- package/es/index.js +4 -30
- package/lib/Form/config.d.ts +2 -2
- package/lib/config.d.ts +4 -0
- package/lib/index.d.ts +1 -26
- package/lib/index.js +4 -53
- package/package.json +8 -2
- package/scripts/rollup.config.js +11 -14
- package/src/components/config.ts +4 -0
- package/src/components/index.tsx +3 -30
- package/es/CheckboxGroup/CheckBox/index.js +0 -42
- package/es/CheckboxGroup/hooks.js +0 -120
- package/es/CheckboxGroup/index.js +0 -93
- package/es/DialogForm/DrawerForm/Footer.js +0 -27
- package/es/DialogForm/DrawerForm/Title.js +0 -21
- package/es/DialogForm/DrawerForm/index.js +0 -137
- package/es/DialogForm/ModalForm.js +0 -118
- package/es/DialogForm/hooks.js +0 -148
- package/es/Form/Context/FormConfigProvider.js +0 -48
- package/es/Form/Context/index.js +0 -11
- package/es/Form/FormItem/BasicItem.js +0 -92
- package/es/Form/FormItem/Helper.js +0 -26
- package/es/Form/FormItem/RegularFormItem.js +0 -24
- package/es/Form/FormItem/UpFormItem.js +0 -42
- package/es/Form/FormItem/hooks.js +0 -38
- package/es/Form/FormItem/index.js +0 -21
- package/es/Form/HFormConnect.js +0 -68
- package/es/Form/InitSet.js +0 -16
- package/es/Form/Label.js +0 -49
- package/es/Form/config.js +0 -45
- package/es/Form/hooks/index.js +0 -157
- package/es/Form/hooks/useDefaultRender.js +0 -48
- package/es/Form/hooks/useHForm.js +0 -193
- package/es/Form/hooks/useInitConfigData.js +0 -169
- package/es/Form/index.js +0 -102
- package/es/Input/ButtonInput.js +0 -94
- package/es/Input/ColorInput/Picker.js +0 -22
- package/es/Input/ColorInput/data.js +0 -5
- package/es/Input/ColorInput/index.js +0 -93
- package/es/Input/InputNumber.js +0 -29
- package/es/Input/SelectInput.js +0 -95
- package/es/Input/defaultConfig.js +0 -11
- package/es/Input/index.js +0 -23
- package/es/PageHandler/ErrorComponent.js +0 -38
- package/es/PageHandler/LoadingComponent.js +0 -19
- package/es/PageHandler/index.js +0 -26
- package/es/RadioGroup/index.js +0 -58
- package/es/Select/components/AllSelect.js +0 -55
- package/es/Select/components/CheckBoxOption.js +0 -16
- package/es/Select/components/DropdownComponent.js +0 -44
- package/es/Select/components/NoFindItem.js +0 -14
- package/es/Select/components/NotFoundContent.js +0 -43
- package/es/Select/defaultConfig.js +0 -32
- package/es/Select/hooks/changeHooks.js +0 -196
- package/es/Select/hooks/norHooks.js +0 -118
- package/es/Select/index.js +0 -149
- package/es/Select/utils.js +0 -37
- package/es/Submit/index.js +0 -54
- package/es/Switch/index.js +0 -59
- package/es/TDPicker/RangePicker.js +0 -125
- package/es/TDPicker/TimePicker.js +0 -44
- package/es/TDPicker/hooks.js +0 -132
- package/es/TDPicker/index.js +0 -47
- package/es/TextArea/index.js +0 -30
- package/es/Upload/Btn.js +0 -36
- package/es/Upload/MediaTypeEle/TypeEle.js +0 -42
- package/es/Upload/MediaTypeEle/index.js +0 -36
- package/es/Upload/Preview/index.js +0 -22
- package/es/Upload/UrlUpload/index.js +0 -133
- package/es/Upload/enums.js +0 -10
- package/es/Upload/hooks/change.js +0 -107
- package/es/Upload/hooks/customRequest.js +0 -131
- package/es/Upload/hooks/propsMaker.js +0 -36
- package/es/Upload/index.js +0 -145
- package/es/Upload/util.js +0 -34
- package/es/config.js +0 -65
- package/es/hooks/index.js +0 -74
- package/es/index.css +0 -44
- package/lib/CheckboxGroup/CheckBox/index.js +0 -45
- package/lib/CheckboxGroup/hooks.js +0 -121
- package/lib/CheckboxGroup/index.js +0 -96
- package/lib/DialogForm/DrawerForm/Footer.js +0 -30
- package/lib/DialogForm/DrawerForm/Title.js +0 -24
- package/lib/DialogForm/DrawerForm/index.js +0 -140
- package/lib/DialogForm/ModalForm.js +0 -121
- package/lib/DialogForm/hooks.js +0 -152
- package/lib/Form/Context/FormConfigProvider.js +0 -52
- package/lib/Form/Context/index.js +0 -14
- package/lib/Form/FormItem/BasicItem.js +0 -95
- package/lib/Form/FormItem/Helper.js +0 -29
- package/lib/Form/FormItem/RegularFormItem.js +0 -27
- package/lib/Form/FormItem/UpFormItem.js +0 -45
- package/lib/Form/FormItem/hooks.js +0 -41
- package/lib/Form/FormItem/index.js +0 -24
- package/lib/Form/HFormConnect.js +0 -71
- package/lib/Form/InitSet.js +0 -19
- package/lib/Form/Label.js +0 -52
- package/lib/Form/config.js +0 -49
- package/lib/Form/hooks/index.js +0 -161
- package/lib/Form/hooks/useDefaultRender.js +0 -49
- package/lib/Form/hooks/useHForm.js +0 -196
- package/lib/Form/hooks/useInitConfigData.js +0 -172
- package/lib/Form/index.js +0 -105
- package/lib/Input/ButtonInput.js +0 -97
- package/lib/Input/ColorInput/Picker.js +0 -25
- package/lib/Input/ColorInput/data.js +0 -6
- package/lib/Input/ColorInput/index.js +0 -96
- package/lib/Input/InputNumber.js +0 -32
- package/lib/Input/SelectInput.js +0 -99
- package/lib/Input/defaultConfig.js +0 -13
- package/lib/Input/index.js +0 -26
- package/lib/PageHandler/ErrorComponent.js +0 -41
- package/lib/PageHandler/LoadingComponent.js +0 -22
- package/lib/PageHandler/index.js +0 -29
- package/lib/RadioGroup/index.js +0 -61
- package/lib/Select/components/AllSelect.js +0 -58
- package/lib/Select/components/CheckBoxOption.js +0 -19
- package/lib/Select/components/DropdownComponent.js +0 -47
- package/lib/Select/components/NoFindItem.js +0 -17
- package/lib/Select/components/NotFoundContent.js +0 -46
- package/lib/Select/defaultConfig.js +0 -34
- package/lib/Select/hooks/changeHooks.js +0 -197
- package/lib/Select/hooks/norHooks.js +0 -120
- package/lib/Select/index.js +0 -152
- package/lib/Select/utils.js +0 -39
- package/lib/Submit/index.js +0 -57
- package/lib/Switch/index.js +0 -62
- package/lib/TDPicker/RangePicker.js +0 -128
- package/lib/TDPicker/TimePicker.js +0 -47
- package/lib/TDPicker/hooks.js +0 -139
- package/lib/TDPicker/index.js +0 -50
- package/lib/TextArea/index.js +0 -33
- package/lib/Upload/Btn.js +0 -39
- package/lib/Upload/MediaTypeEle/TypeEle.js +0 -45
- package/lib/Upload/MediaTypeEle/index.js +0 -39
- package/lib/Upload/Preview/index.js +0 -25
- package/lib/Upload/UrlUpload/index.js +0 -136
- package/lib/Upload/enums.js +0 -9
- package/lib/Upload/hooks/change.js +0 -108
- package/lib/Upload/hooks/customRequest.js +0 -132
- package/lib/Upload/hooks/propsMaker.js +0 -37
- package/lib/Upload/index.js +0 -148
- package/lib/Upload/util.js +0 -38
- package/lib/config.js +0 -66
- package/lib/hooks/index.js +0 -77
- package/lib/index.css +0 -44
package/es/Form/config.d.ts
CHANGED
|
@@ -4,7 +4,7 @@ export declare const placeholderConfig: {
|
|
|
4
4
|
selectType: string[];
|
|
5
5
|
};
|
|
6
6
|
declare const componentConfig: {
|
|
7
|
-
select: (
|
|
7
|
+
select: import("react").ForwardRefExoticComponent<import("./modal").HFormItemProps & import("react").RefAttributes<any>>;
|
|
8
8
|
inputNumber: ({ style, ...props }: import("antd").InputNumberProps<string | number>) => JSX.Element;
|
|
9
9
|
selectInput: import("react").ForwardRefExoticComponent<import("./modal").HFormItemProps & import("react").RefAttributes<any>>;
|
|
10
10
|
buttonInput: import("react").FC<import("../Input/modal").HButtonInputProps>;
|
|
@@ -18,7 +18,7 @@ declare const componentConfig: {
|
|
|
18
18
|
placeholder: ({ label }: import("./modal").HItemProps) => string[];
|
|
19
19
|
requiredErrMsg: ({ label }: import("./modal").HItemProps) => string;
|
|
20
20
|
};
|
|
21
|
-
timePicker: ({ value, format, onChange, ...props }: import("../TDPicker/modal").HTimePickerProps) => JSX.Element;
|
|
21
|
+
timePicker: ({ value, format, onChange, disabledDate, ...props }: import("../TDPicker/modal").HTimePickerProps) => JSX.Element;
|
|
22
22
|
input: ({ ...props }: import("../Input/modal").HInputProps<any>) => JSX.Element;
|
|
23
23
|
upload: import("react").ForwardRefExoticComponent<import("./modal").HFormItemProps & import("react").RefAttributes<any>>;
|
|
24
24
|
urlUpload: ({ placeholder, value, onChange, mediaType, ...props }: import("../Upload/modal").IUrlUploadProps) => JSX.Element;
|
package/es/config.d.ts
CHANGED
package/es/index.d.ts
CHANGED
|
@@ -1,26 +1 @@
|
|
|
1
|
-
|
|
2
|
-
import "./styles/index.less";
|
|
3
|
-
export { default as HForm } from "./Form";
|
|
4
|
-
export { default as useHForm } from "./Form/hooks/useHForm";
|
|
5
|
-
export { useHDialogForm } from "./DialogForm/hooks";
|
|
6
|
-
export { default as HFormConnect } from "./Form/HFormConnect";
|
|
7
|
-
export { default as HFormConfigProvider } from "./Form/Context/FormConfigProvider";
|
|
8
|
-
export declare const HSelect: ({ style, mode, options, modeConfig, value, onChange, fieldNames: propsFieldNames, request, manual, optionLabelProp, filterProvider, optionFilterProp, serviceSearch, onSearch: propsOnSearch, filterOption, showSearch, labelInValue, noMatchItemRender, allSelect, ...props }: import("./Select/modal").HSelectProps) => JSX.Element;
|
|
9
|
-
export declare const HInput: ({ ...props }: import("./Input/modal").HInputProps<any>) => JSX.Element;
|
|
10
|
-
export declare const HSelectInput: import("react").ForwardRefExoticComponent<import("./Form/modal").HFormItemProps & import("react").RefAttributes<any>>;
|
|
11
|
-
export declare const HUpload: import("react").ForwardRefExoticComponent<import("./Form/modal").HFormItemProps & import("react").RefAttributes<any>>;
|
|
12
|
-
export declare const HUrlUpload: ({ placeholder, value, onChange, mediaType, ...props }: import("./Upload/modal").IUrlUploadProps) => JSX.Element;
|
|
13
|
-
export declare const HButtonInput: import("react").FC<import("./Input/modal").HButtonInputProps>;
|
|
14
|
-
export declare const HCheckBox: import("react").FC<import("./CheckboxGroup/modal").HCheckboxProps>;
|
|
15
|
-
export declare const HSwitch: import("react").FC<import("./Switch").HSwitchProps>;
|
|
16
|
-
export declare const HCheckboxGroup: import("react").ForwardRefExoticComponent<import("./Form/modal").HFormItemProps & import("react").RefAttributes<any>>;
|
|
17
|
-
export declare const HDatePicker: import("react").FC<import("./TDPicker/modal").HDatePickerProps>;
|
|
18
|
-
export declare const HRangePicker: import("react").ForwardRefExoticComponent<import("./Form/modal").HFormItemProps & import("react").RefAttributes<any>>;
|
|
19
|
-
export declare const HRadioGroup: ({ value, options, onChange, fieldNames: propsFieldNames, ...props }: import("./RadioGroup").HRadioGroupProps) => JSX.Element;
|
|
20
|
-
export declare const HTimePicker: ({ value, format, onChange, ...props }: import("./TDPicker/modal").HTimePickerProps) => JSX.Element;
|
|
21
|
-
export declare const HInputNumber: ({ style, ...props }: import("antd").InputNumberProps<string | number>) => JSX.Element;
|
|
22
|
-
export declare const HPageHandler: import("react").FC<import("./PageHandler/modal").IHPageHandler<any>>;
|
|
23
|
-
export declare const HTextArea: ({ autoSize, ...props }: import("antd/es/input").TextAreaProps) => JSX.Element;
|
|
24
|
-
export declare const HColorInput: ({ value, onChange, ...props }: import("./Input/modal").HInputProps<any>) => JSX.Element;
|
|
25
|
-
export declare const HModalForm: ({ visible, title, onCancel, configData, infoRequest, request, afterClose, dialogForm, initialValues, onFinish, params, onOk, ...props }: import("./DialogForm/modal").DialogFormProps<any, any>) => JSX.Element;
|
|
26
|
-
export declare const HDrawerForm: ({ visible, title, onCancel, configData, infoRequest, request, afterClose, dialogForm, closable, initialValues, labelWidth, onOk, onFinish, size, form, footer, params, ...props }: import("./DialogForm/modal").DialogFormProps<any, any>) => JSX.Element;
|
|
1
|
+
export declare const a: () => void;
|
package/es/index.js
CHANGED
|
@@ -1,33 +1,7 @@
|
|
|
1
1
|
// welcome to hoo hoo hoo
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
export { default as useHForm } from './Form/hooks/useHForm.js';
|
|
6
|
-
export { useHDialogForm } from './DialogForm/hooks.js';
|
|
7
|
-
export { default as HFormConnect } from './Form/HFormConnect.js';
|
|
8
|
-
export { default as HFormConfigProvider } from './Form/Context/FormConfigProvider.js';
|
|
9
|
-
import ModalForm from './DialogForm/ModalForm.js';
|
|
10
|
-
import DrawerForm from './DialogForm/DrawerForm/index.js';
|
|
2
|
+
var a = function a() {
|
|
3
|
+
console.log("fff");
|
|
4
|
+
};
|
|
11
5
|
|
|
12
|
-
|
|
13
|
-
var HInput = componentConfig.input;
|
|
14
|
-
var HSelectInput = componentConfig.selectInput;
|
|
15
|
-
var HUpload = componentConfig.upload;
|
|
16
|
-
var HUrlUpload = componentConfig.urlUpload;
|
|
17
|
-
var HButtonInput = componentConfig.buttonInput;
|
|
18
|
-
var HCheckBox = componentConfig.checkBox;
|
|
19
|
-
var HSwitch = componentConfig.switch;
|
|
20
|
-
var HCheckboxGroup = componentConfig.checkboxGroup;
|
|
21
|
-
var HDatePicker = componentConfig.datePicker;
|
|
22
|
-
var HRangePicker = componentConfig.rangePicker.Component;
|
|
23
|
-
var HRadioGroup = componentConfig.radioGroup;
|
|
24
|
-
var HTimePicker = componentConfig.timePicker;
|
|
25
|
-
var HInputNumber = componentConfig.inputNumber;
|
|
26
|
-
var HPageHandler = Index;
|
|
27
|
-
var HTextArea = componentConfig.textArea;
|
|
28
|
-
var HColorInput = componentConfig.colorInput;
|
|
29
|
-
var HModalForm = ModalForm;
|
|
30
|
-
var HDrawerForm = DrawerForm;
|
|
31
|
-
|
|
32
|
-
export { HButtonInput, HCheckBox, HCheckboxGroup, HColorInput, HDatePicker, HDrawerForm, HInput, HInputNumber, HModalForm, HPageHandler, HRadioGroup, HRangePicker, HSelect, HSelectInput, HSwitch, HTextArea, HTimePicker, HUpload, HUrlUpload };
|
|
6
|
+
export { a };
|
|
33
7
|
// powered by hdj
|
package/lib/Form/config.d.ts
CHANGED
|
@@ -4,7 +4,7 @@ export declare const placeholderConfig: {
|
|
|
4
4
|
selectType: string[];
|
|
5
5
|
};
|
|
6
6
|
declare const componentConfig: {
|
|
7
|
-
select: (
|
|
7
|
+
select: import("react").ForwardRefExoticComponent<import("./modal").HFormItemProps & import("react").RefAttributes<any>>;
|
|
8
8
|
inputNumber: ({ style, ...props }: import("antd").InputNumberProps<string | number>) => JSX.Element;
|
|
9
9
|
selectInput: import("react").ForwardRefExoticComponent<import("./modal").HFormItemProps & import("react").RefAttributes<any>>;
|
|
10
10
|
buttonInput: import("react").FC<import("../Input/modal").HButtonInputProps>;
|
|
@@ -18,7 +18,7 @@ declare const componentConfig: {
|
|
|
18
18
|
placeholder: ({ label }: import("./modal").HItemProps) => string[];
|
|
19
19
|
requiredErrMsg: ({ label }: import("./modal").HItemProps) => string;
|
|
20
20
|
};
|
|
21
|
-
timePicker: ({ value, format, onChange, ...props }: import("../TDPicker/modal").HTimePickerProps) => JSX.Element;
|
|
21
|
+
timePicker: ({ value, format, onChange, disabledDate, ...props }: import("../TDPicker/modal").HTimePickerProps) => JSX.Element;
|
|
22
22
|
input: ({ ...props }: import("../Input/modal").HInputProps<any>) => JSX.Element;
|
|
23
23
|
upload: import("react").ForwardRefExoticComponent<import("./modal").HFormItemProps & import("react").RefAttributes<any>>;
|
|
24
24
|
urlUpload: ({ placeholder, value, onChange, mediaType, ...props }: import("../Upload/modal").IUrlUploadProps) => JSX.Element;
|
package/lib/config.d.ts
CHANGED
package/lib/index.d.ts
CHANGED
|
@@ -1,26 +1 @@
|
|
|
1
|
-
|
|
2
|
-
import "./styles/index.less";
|
|
3
|
-
export { default as HForm } from "./Form";
|
|
4
|
-
export { default as useHForm } from "./Form/hooks/useHForm";
|
|
5
|
-
export { useHDialogForm } from "./DialogForm/hooks";
|
|
6
|
-
export { default as HFormConnect } from "./Form/HFormConnect";
|
|
7
|
-
export { default as HFormConfigProvider } from "./Form/Context/FormConfigProvider";
|
|
8
|
-
export declare const HSelect: ({ style, mode, options, modeConfig, value, onChange, fieldNames: propsFieldNames, request, manual, optionLabelProp, filterProvider, optionFilterProp, serviceSearch, onSearch: propsOnSearch, filterOption, showSearch, labelInValue, noMatchItemRender, allSelect, ...props }: import("./Select/modal").HSelectProps) => JSX.Element;
|
|
9
|
-
export declare const HInput: ({ ...props }: import("./Input/modal").HInputProps<any>) => JSX.Element;
|
|
10
|
-
export declare const HSelectInput: import("react").ForwardRefExoticComponent<import("./Form/modal").HFormItemProps & import("react").RefAttributes<any>>;
|
|
11
|
-
export declare const HUpload: import("react").ForwardRefExoticComponent<import("./Form/modal").HFormItemProps & import("react").RefAttributes<any>>;
|
|
12
|
-
export declare const HUrlUpload: ({ placeholder, value, onChange, mediaType, ...props }: import("./Upload/modal").IUrlUploadProps) => JSX.Element;
|
|
13
|
-
export declare const HButtonInput: import("react").FC<import("./Input/modal").HButtonInputProps>;
|
|
14
|
-
export declare const HCheckBox: import("react").FC<import("./CheckboxGroup/modal").HCheckboxProps>;
|
|
15
|
-
export declare const HSwitch: import("react").FC<import("./Switch").HSwitchProps>;
|
|
16
|
-
export declare const HCheckboxGroup: import("react").ForwardRefExoticComponent<import("./Form/modal").HFormItemProps & import("react").RefAttributes<any>>;
|
|
17
|
-
export declare const HDatePicker: import("react").FC<import("./TDPicker/modal").HDatePickerProps>;
|
|
18
|
-
export declare const HRangePicker: import("react").ForwardRefExoticComponent<import("./Form/modal").HFormItemProps & import("react").RefAttributes<any>>;
|
|
19
|
-
export declare const HRadioGroup: ({ value, options, onChange, fieldNames: propsFieldNames, ...props }: import("./RadioGroup").HRadioGroupProps) => JSX.Element;
|
|
20
|
-
export declare const HTimePicker: ({ value, format, onChange, ...props }: import("./TDPicker/modal").HTimePickerProps) => JSX.Element;
|
|
21
|
-
export declare const HInputNumber: ({ style, ...props }: import("antd").InputNumberProps<string | number>) => JSX.Element;
|
|
22
|
-
export declare const HPageHandler: import("react").FC<import("./PageHandler/modal").IHPageHandler<any>>;
|
|
23
|
-
export declare const HTextArea: ({ autoSize, ...props }: import("antd/es/input").TextAreaProps) => JSX.Element;
|
|
24
|
-
export declare const HColorInput: ({ value, onChange, ...props }: import("./Input/modal").HInputProps<any>) => JSX.Element;
|
|
25
|
-
export declare const HModalForm: ({ visible, title, onCancel, configData, infoRequest, request, afterClose, dialogForm, initialValues, onFinish, params, onOk, ...props }: import("./DialogForm/modal").DialogFormProps<any, any>) => JSX.Element;
|
|
26
|
-
export declare const HDrawerForm: ({ visible, title, onCancel, configData, infoRequest, request, afterClose, dialogForm, closable, initialValues, labelWidth, onOk, onFinish, size, form, footer, params, ...props }: import("./DialogForm/modal").DialogFormProps<any, any>) => JSX.Element;
|
|
1
|
+
export declare const a: () => void;
|
package/lib/index.js
CHANGED
|
@@ -1,57 +1,8 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
var useHForm = require('./Form/hooks/useHForm.js');
|
|
7
|
-
var hooks = require('./DialogForm/hooks.js');
|
|
8
|
-
var HFormConnect = require('./Form/HFormConnect.js');
|
|
9
|
-
var FormConfigProvider = require('./Form/Context/FormConfigProvider.js');
|
|
10
|
-
var ModalForm = require('./DialogForm/ModalForm.js');
|
|
11
|
-
var index$2 = require('./DialogForm/DrawerForm/index.js');
|
|
3
|
+
var a = function a() {
|
|
4
|
+
console.log("fff");
|
|
5
|
+
};
|
|
12
6
|
|
|
13
|
-
|
|
14
|
-
var HInput = config.default.input;
|
|
15
|
-
var HSelectInput = config.default.selectInput;
|
|
16
|
-
var HUpload = config.default.upload;
|
|
17
|
-
var HUrlUpload = config.default.urlUpload;
|
|
18
|
-
var HButtonInput = config.default.buttonInput;
|
|
19
|
-
var HCheckBox = config.default.checkBox;
|
|
20
|
-
var HSwitch = config.default.switch;
|
|
21
|
-
var HCheckboxGroup = config.default.checkboxGroup;
|
|
22
|
-
var HDatePicker = config.default.datePicker;
|
|
23
|
-
var HRangePicker = config.default.rangePicker.Component;
|
|
24
|
-
var HRadioGroup = config.default.radioGroup;
|
|
25
|
-
var HTimePicker = config.default.timePicker;
|
|
26
|
-
var HInputNumber = config.default.inputNumber;
|
|
27
|
-
var HPageHandler = index$1.default;
|
|
28
|
-
var HTextArea = config.default.textArea;
|
|
29
|
-
var HColorInput = config.default.colorInput;
|
|
30
|
-
var HModalForm = ModalForm.default;
|
|
31
|
-
var HDrawerForm = index$2.default;
|
|
32
|
-
|
|
33
|
-
exports.HForm = index.default;
|
|
34
|
-
exports.useHForm = useHForm.default;
|
|
35
|
-
exports.useHDialogForm = hooks.useHDialogForm;
|
|
36
|
-
exports.HFormConnect = HFormConnect.default;
|
|
37
|
-
exports.HFormConfigProvider = FormConfigProvider.default;
|
|
38
|
-
exports.HButtonInput = HButtonInput;
|
|
39
|
-
exports.HCheckBox = HCheckBox;
|
|
40
|
-
exports.HCheckboxGroup = HCheckboxGroup;
|
|
41
|
-
exports.HColorInput = HColorInput;
|
|
42
|
-
exports.HDatePicker = HDatePicker;
|
|
43
|
-
exports.HDrawerForm = HDrawerForm;
|
|
44
|
-
exports.HInput = HInput;
|
|
45
|
-
exports.HInputNumber = HInputNumber;
|
|
46
|
-
exports.HModalForm = HModalForm;
|
|
47
|
-
exports.HPageHandler = HPageHandler;
|
|
48
|
-
exports.HRadioGroup = HRadioGroup;
|
|
49
|
-
exports.HRangePicker = HRangePicker;
|
|
50
|
-
exports.HSelect = HSelect;
|
|
51
|
-
exports.HSelectInput = HSelectInput;
|
|
52
|
-
exports.HSwitch = HSwitch;
|
|
53
|
-
exports.HTextArea = HTextArea;
|
|
54
|
-
exports.HTimePicker = HTimePicker;
|
|
55
|
-
exports.HUpload = HUpload;
|
|
56
|
-
exports.HUrlUpload = HUrlUpload;
|
|
7
|
+
exports.a = a;
|
|
57
8
|
// powered by h
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hw-component/form",
|
|
3
|
-
"version": "0.0.5-beta-
|
|
3
|
+
"version": "0.0.5-beta-v7",
|
|
4
4
|
"description": "基于antd二次开发",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -80,5 +80,11 @@
|
|
|
80
80
|
"webpack-dev-server": "^4.15.0",
|
|
81
81
|
"webpackbar": "^5.0.2"
|
|
82
82
|
},
|
|
83
|
-
"cssPrefix": "hw"
|
|
83
|
+
"cssPrefix": "hw",
|
|
84
|
+
"browserslist": [
|
|
85
|
+
"> 0.5%",
|
|
86
|
+
"last 2 versions",
|
|
87
|
+
"Firefox ESR",
|
|
88
|
+
"not dead"
|
|
89
|
+
]
|
|
84
90
|
}
|
package/scripts/rollup.config.js
CHANGED
|
@@ -61,21 +61,18 @@ module.exports = {
|
|
|
61
61
|
exclude: "node_modules/**",
|
|
62
62
|
extensions: [".ts", ".tsx", ".js", ".jsx"],
|
|
63
63
|
babelHelpers: "runtime",
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
64
|
+
"presets": [
|
|
65
|
+
[ "@babel/preset-env",{
|
|
66
|
+
"targets":{
|
|
67
|
+
"chrome": "58",
|
|
68
|
+
"ie": "11",
|
|
69
|
+
"ios":"11"
|
|
70
|
+
},
|
|
71
|
+
"useBuiltIns":"usage",
|
|
72
|
+
"corejs":3,
|
|
73
|
+
"modules":false
|
|
74
|
+
}]
|
|
68
75
|
],
|
|
69
|
-
presets:[
|
|
70
|
-
[
|
|
71
|
-
"@babel/preset-env",
|
|
72
|
-
{
|
|
73
|
-
useBuiltIns:"usage",
|
|
74
|
-
corejs: '3',
|
|
75
|
-
targets: '> 1%,last 2 versions,not ie <= 8',
|
|
76
|
-
}
|
|
77
|
-
]
|
|
78
|
-
]
|
|
79
76
|
}),
|
|
80
77
|
inject({
|
|
81
78
|
React: "react",
|
package/src/components/config.ts
CHANGED
package/src/components/index.tsx
CHANGED
|
@@ -1,30 +1,3 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
export { default as HForm } from "./Form";
|
|
5
|
-
export { default as useHForm } from "./Form/hooks/useHForm";
|
|
6
|
-
export { useHDialogForm } from "./DialogForm/hooks";
|
|
7
|
-
export { default as HFormConnect } from "./Form/HFormConnect";
|
|
8
|
-
export { default as HFormConfigProvider } from "./Form/Context/FormConfigProvider";
|
|
9
|
-
|
|
10
|
-
import ModalForm from "./DialogForm/ModalForm";
|
|
11
|
-
import DrawerForm from "./DialogForm/DrawerForm";
|
|
12
|
-
export const HSelect = FormConfig.select;
|
|
13
|
-
export const HInput = FormConfig.input;
|
|
14
|
-
export const HSelectInput = FormConfig.selectInput;
|
|
15
|
-
export const HUpload = FormConfig.upload;
|
|
16
|
-
export const HUrlUpload = FormConfig.urlUpload;
|
|
17
|
-
export const HButtonInput = FormConfig.buttonInput;
|
|
18
|
-
export const HCheckBox = FormConfig.checkBox;
|
|
19
|
-
export const HSwitch = FormConfig.switch;
|
|
20
|
-
export const HCheckboxGroup = FormConfig.checkboxGroup;
|
|
21
|
-
export const HDatePicker = FormConfig.datePicker;
|
|
22
|
-
export const HRangePicker = FormConfig.rangePicker.Component;
|
|
23
|
-
export const HRadioGroup = FormConfig.radioGroup;
|
|
24
|
-
export const HTimePicker = FormConfig.timePicker;
|
|
25
|
-
export const HInputNumber = FormConfig.inputNumber;
|
|
26
|
-
export const HPageHandler = PageHandler;
|
|
27
|
-
export const HTextArea = FormConfig.textArea;
|
|
28
|
-
export const HColorInput = FormConfig.colorInput;
|
|
29
|
-
export const HModalForm = ModalForm;
|
|
30
|
-
export const HDrawerForm = DrawerForm;
|
|
1
|
+
export const a=()=>{
|
|
2
|
+
console.log("fff")
|
|
3
|
+
}
|
|
@@ -1,42 +0,0 @@
|
|
|
1
|
-
// welcome to hoo hoo hoo
|
|
2
|
-
import { jsx } from 'react/jsx-runtime';
|
|
3
|
-
import { Checkbox } from 'antd';
|
|
4
|
-
import { useMemo } from 'react';
|
|
5
|
-
import { useMatchConfigProps } from '../../hooks/index.js';
|
|
6
|
-
|
|
7
|
-
var Index = function Index(_ref) {
|
|
8
|
-
var value = _ref.value,
|
|
9
|
-
onChange = _ref.onChange,
|
|
10
|
-
children = _ref.children,
|
|
11
|
-
propsValueCheckMap = _ref.valueMap;
|
|
12
|
-
var _useMatchConfigProps = useMatchConfigProps({
|
|
13
|
-
valueCheckMap: propsValueCheckMap
|
|
14
|
-
}),
|
|
15
|
-
_useMatchConfigProps$ = _useMatchConfigProps.valueCheckMap,
|
|
16
|
-
valueCheckMap = _useMatchConfigProps$ === void 0 ? {} : _useMatchConfigProps$;
|
|
17
|
-
var checkedVal = useMemo(function () {
|
|
18
|
-
var checked = valueCheckMap.checked;
|
|
19
|
-
if (value === checked) {
|
|
20
|
-
return true;
|
|
21
|
-
}
|
|
22
|
-
return false;
|
|
23
|
-
}, [value]);
|
|
24
|
-
var change = function change(e) {
|
|
25
|
-
var checked = valueCheckMap.checked,
|
|
26
|
-
noChecked = valueCheckMap.noChecked;
|
|
27
|
-
var val = e.target.checked;
|
|
28
|
-
var subVal = checked;
|
|
29
|
-
if (!val) {
|
|
30
|
-
subVal = noChecked;
|
|
31
|
-
}
|
|
32
|
-
onChange === null || onChange === void 0 || onChange(subVal);
|
|
33
|
-
};
|
|
34
|
-
return jsx(Checkbox, {
|
|
35
|
-
checked: checkedVal,
|
|
36
|
-
onChange: change,
|
|
37
|
-
children: children
|
|
38
|
-
});
|
|
39
|
-
};
|
|
40
|
-
|
|
41
|
-
export { Index as default };
|
|
42
|
-
// powered by hdj
|
|
@@ -1,120 +0,0 @@
|
|
|
1
|
-
// welcome to hoo hoo hoo
|
|
2
|
-
import 'core-js/modules/es.symbol.js';
|
|
3
|
-
import 'core-js/modules/es.object.get-own-property-descriptor.js';
|
|
4
|
-
import 'core-js/modules/es.object.get-own-property-descriptors.js';
|
|
5
|
-
import _slicedToArray from '@babel/runtime/helpers/slicedToArray';
|
|
6
|
-
import _defineProperty from '@babel/runtime/helpers/defineProperty';
|
|
7
|
-
import 'core-js/modules/es.object.to-string.js';
|
|
8
|
-
import 'core-js/modules/web.dom-collections.for-each.js';
|
|
9
|
-
import 'core-js/modules/es.object.keys.js';
|
|
10
|
-
import 'core-js/modules/es.array.filter.js';
|
|
11
|
-
import { useState, useMemo, useEffect } from 'react';
|
|
12
|
-
|
|
13
|
-
function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
|
|
14
|
-
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
|
|
15
|
-
var changValProvider = function changValProvider(_ref) {
|
|
16
|
-
var value = _ref.value,
|
|
17
|
-
options = _ref.options,
|
|
18
|
-
_ref$valueMap = _ref.valueMap,
|
|
19
|
-
valueMap = _ref$valueMap === void 0 ? {} : _ref$valueMap;
|
|
20
|
-
var newVal = _objectSpread({}, value);
|
|
21
|
-
var checked = valueMap.checked,
|
|
22
|
-
noChecked = valueMap.noChecked;
|
|
23
|
-
options === null || options === void 0 || options.forEach(function (item) {
|
|
24
|
-
var itemVal = item.value;
|
|
25
|
-
if (newVal[itemVal] !== checked) {
|
|
26
|
-
newVal[itemVal] = noChecked;
|
|
27
|
-
}
|
|
28
|
-
});
|
|
29
|
-
return newVal;
|
|
30
|
-
};
|
|
31
|
-
var useValueProvider = function useValueProvider(_ref2) {
|
|
32
|
-
var value = _ref2.value,
|
|
33
|
-
_ref2$valueMap = _ref2.valueMap,
|
|
34
|
-
valueMap = _ref2$valueMap === void 0 ? {} : _ref2$valueMap,
|
|
35
|
-
_ref2$keyInValue = _ref2.keyInValue,
|
|
36
|
-
keyInValue = _ref2$keyInValue === void 0 ? true : _ref2$keyInValue,
|
|
37
|
-
onChange = _ref2.onChange,
|
|
38
|
-
options = _ref2.options;
|
|
39
|
-
var _useState = useState({}),
|
|
40
|
-
_useState2 = _slicedToArray(_useState, 2),
|
|
41
|
-
val = _useState2[0],
|
|
42
|
-
setVal = _useState2[1];
|
|
43
|
-
var oldValueCheckMap = useMemo(function () {
|
|
44
|
-
return {
|
|
45
|
-
valueMap: valueMap
|
|
46
|
-
};
|
|
47
|
-
}, []);
|
|
48
|
-
useEffect(function () {
|
|
49
|
-
setVal(function (oldVal) {
|
|
50
|
-
return changValProvider({
|
|
51
|
-
value: oldVal,
|
|
52
|
-
options: options,
|
|
53
|
-
valueMap: oldValueCheckMap.valueMap
|
|
54
|
-
});
|
|
55
|
-
});
|
|
56
|
-
}, [options]);
|
|
57
|
-
useEffect(function () {
|
|
58
|
-
var oldChecked = oldValueCheckMap.valueMap.checked;
|
|
59
|
-
var checked = valueMap.checked,
|
|
60
|
-
noChecked = valueMap.noChecked;
|
|
61
|
-
setVal(function (oldVal) {
|
|
62
|
-
var newVal = _objectSpread({}, oldVal);
|
|
63
|
-
var keys = Object.keys(newVal);
|
|
64
|
-
keys.forEach(function (key) {
|
|
65
|
-
if (newVal[key] === oldChecked) {
|
|
66
|
-
newVal[key] = checked;
|
|
67
|
-
return;
|
|
68
|
-
}
|
|
69
|
-
newVal[key] = noChecked;
|
|
70
|
-
});
|
|
71
|
-
oldValueCheckMap.valueMap = valueMap;
|
|
72
|
-
return newVal;
|
|
73
|
-
});
|
|
74
|
-
}, [valueMap]);
|
|
75
|
-
useEffect(function () {
|
|
76
|
-
var checked = oldValueCheckMap.valueMap.checked;
|
|
77
|
-
if (!value) {
|
|
78
|
-
return;
|
|
79
|
-
}
|
|
80
|
-
if (!Array.isArray(value)) {
|
|
81
|
-
setVal(value);
|
|
82
|
-
return;
|
|
83
|
-
}
|
|
84
|
-
setVal(function (oldVal) {
|
|
85
|
-
var newVal = _objectSpread({}, oldVal);
|
|
86
|
-
value.forEach(function (itemVal) {
|
|
87
|
-
newVal[itemVal] = checked;
|
|
88
|
-
});
|
|
89
|
-
return newVal;
|
|
90
|
-
});
|
|
91
|
-
}, [value]);
|
|
92
|
-
var change = function change(key, changeVal) {
|
|
93
|
-
var checked = valueMap.checked,
|
|
94
|
-
noChecked = valueMap.noChecked;
|
|
95
|
-
var newVal = _objectSpread({}, val);
|
|
96
|
-
newVal[key] = noChecked;
|
|
97
|
-
if (changeVal === checked) {
|
|
98
|
-
newVal[key] = checked;
|
|
99
|
-
}
|
|
100
|
-
if (!onChange) {
|
|
101
|
-
setVal(newVal);
|
|
102
|
-
return;
|
|
103
|
-
}
|
|
104
|
-
if (keyInValue) {
|
|
105
|
-
onChange(newVal);
|
|
106
|
-
return;
|
|
107
|
-
}
|
|
108
|
-
var subVal = Object.keys(newVal).filter(function (valKey) {
|
|
109
|
-
return newVal[valKey] === checked;
|
|
110
|
-
});
|
|
111
|
-
onChange(subVal);
|
|
112
|
-
};
|
|
113
|
-
return {
|
|
114
|
-
val: val,
|
|
115
|
-
change: change
|
|
116
|
-
};
|
|
117
|
-
};
|
|
118
|
-
|
|
119
|
-
export { useValueProvider };
|
|
120
|
-
// powered by hdj
|
|
@@ -1,93 +0,0 @@
|
|
|
1
|
-
// welcome to hoo hoo hoo
|
|
2
|
-
import _defineProperty from '@babel/runtime/helpers/defineProperty';
|
|
3
|
-
import 'core-js/modules/es.function.name.js';
|
|
4
|
-
import 'core-js/modules/es.array.map.js';
|
|
5
|
-
import 'core-js/modules/es.object.to-string.js';
|
|
6
|
-
import 'core-js/modules/web.dom-collections.for-each.js';
|
|
7
|
-
import 'core-js/modules/es.object.keys.js';
|
|
8
|
-
import 'core-js/modules/es.symbol.js';
|
|
9
|
-
import 'core-js/modules/es.array.filter.js';
|
|
10
|
-
import 'core-js/modules/es.object.get-own-property-descriptor.js';
|
|
11
|
-
import 'core-js/modules/es.object.get-own-property-descriptors.js';
|
|
12
|
-
import { jsx } from 'react/jsx-runtime';
|
|
13
|
-
import { Space } from 'antd';
|
|
14
|
-
import { useValueProvider } from './hooks.js';
|
|
15
|
-
import Index$1 from './CheckBox/index.js';
|
|
16
|
-
import { useMatchConfigProps, useChangeOptions } from '../hooks/index.js';
|
|
17
|
-
import HFormConnect from '../Form/HFormConnect.js';
|
|
18
|
-
|
|
19
|
-
function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
|
|
20
|
-
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
|
|
21
|
-
var Index = function Index(_ref) {
|
|
22
|
-
var options = _ref.options,
|
|
23
|
-
fieldNames = _ref.fieldNames,
|
|
24
|
-
onChange = _ref.onChange,
|
|
25
|
-
valueMap = _ref.valueMap,
|
|
26
|
-
value = _ref.value,
|
|
27
|
-
disabled = _ref.disabled,
|
|
28
|
-
_ref$keyInValue = _ref.keyInValue,
|
|
29
|
-
keyInValue = _ref$keyInValue === void 0 ? true : _ref$keyInValue,
|
|
30
|
-
addFormat = _ref.addFormat;
|
|
31
|
-
var _useMatchConfigProps = useMatchConfigProps({
|
|
32
|
-
fieldNames: fieldNames,
|
|
33
|
-
valueCheckMap: valueMap
|
|
34
|
-
}),
|
|
35
|
-
resultValueCheckMap = _useMatchConfigProps.valueCheckMap,
|
|
36
|
-
resultFieldNames = _useMatchConfigProps.fieldNames;
|
|
37
|
-
var checkOptions = useChangeOptions({
|
|
38
|
-
options: options,
|
|
39
|
-
fieldNames: resultFieldNames
|
|
40
|
-
});
|
|
41
|
-
var _useValueProvider = useValueProvider({
|
|
42
|
-
options: checkOptions,
|
|
43
|
-
onChange: onChange,
|
|
44
|
-
valueMap: resultValueCheckMap,
|
|
45
|
-
keyInValue: keyInValue,
|
|
46
|
-
value: value
|
|
47
|
-
}),
|
|
48
|
-
val = _useValueProvider.val,
|
|
49
|
-
change = _useValueProvider.change;
|
|
50
|
-
addFormat === null || addFormat === void 0 || addFormat({
|
|
51
|
-
float: {
|
|
52
|
-
inputValue: function inputValue(item, initValue) {
|
|
53
|
-
var _item$name = item.name,
|
|
54
|
-
name = _item$name === void 0 ? "" : _item$name;
|
|
55
|
-
var keys = checkOptions === null || checkOptions === void 0 ? void 0 : checkOptions.map(function (optItem) {
|
|
56
|
-
return optItem.value;
|
|
57
|
-
});
|
|
58
|
-
var resultObj = {};
|
|
59
|
-
keys === null || keys === void 0 || keys.forEach(function (key) {
|
|
60
|
-
resultObj[key] = initValue[key];
|
|
61
|
-
});
|
|
62
|
-
return _defineProperty({}, name, resultObj);
|
|
63
|
-
},
|
|
64
|
-
outputValue: function outputValue(item, _outputValue) {
|
|
65
|
-
var _item$name2 = item.name,
|
|
66
|
-
name = _item$name2 === void 0 ? "" : _item$name2;
|
|
67
|
-
var _outputValue$name = _outputValue[name],
|
|
68
|
-
itemVal = _outputValue$name === void 0 ? {} : _outputValue$name;
|
|
69
|
-
return _objectSpread({}, itemVal);
|
|
70
|
-
}
|
|
71
|
-
}
|
|
72
|
-
});
|
|
73
|
-
return jsx(Space, {
|
|
74
|
-
children: checkOptions === null || checkOptions === void 0 ? void 0 : checkOptions.map(function (item) {
|
|
75
|
-
var label = item.label,
|
|
76
|
-
itemVal = item.value;
|
|
77
|
-
var checked = val[itemVal];
|
|
78
|
-
return jsx(Index$1, {
|
|
79
|
-
value: checked,
|
|
80
|
-
onChange: function onChange(changeVal) {
|
|
81
|
-
change(itemVal, changeVal);
|
|
82
|
-
},
|
|
83
|
-
valueMap: valueMap,
|
|
84
|
-
disabled: disabled,
|
|
85
|
-
children: label
|
|
86
|
-
}, itemVal);
|
|
87
|
-
})
|
|
88
|
-
});
|
|
89
|
-
};
|
|
90
|
-
var HCheckboxGroup = HFormConnect(Index);
|
|
91
|
-
|
|
92
|
-
export { HCheckboxGroup as default };
|
|
93
|
-
// powered by hdj
|
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
// welcome to hoo hoo hoo
|
|
2
|
-
import { jsx, jsxs } from 'react/jsx-runtime';
|
|
3
|
-
import { Row, Space, Button } from 'antd';
|
|
4
|
-
|
|
5
|
-
var Footer = (function (_ref) {
|
|
6
|
-
var onCancel = _ref.onCancel,
|
|
7
|
-
onOk = _ref.onOk,
|
|
8
|
-
confirmLoading = _ref.confirmLoading;
|
|
9
|
-
return jsx(Row, {
|
|
10
|
-
justify: "end",
|
|
11
|
-
children: jsxs(Space, {
|
|
12
|
-
size: "middle",
|
|
13
|
-
children: [jsx(Button, {
|
|
14
|
-
onClick: onCancel,
|
|
15
|
-
children: "\u5173\u95ED"
|
|
16
|
-
}), jsx(Button, {
|
|
17
|
-
type: "primary",
|
|
18
|
-
onClick: onOk,
|
|
19
|
-
loading: confirmLoading,
|
|
20
|
-
children: "\u786E\u5B9A"
|
|
21
|
-
})]
|
|
22
|
-
})
|
|
23
|
-
});
|
|
24
|
-
});
|
|
25
|
-
|
|
26
|
-
export { Footer as default };
|
|
27
|
-
// powered by hdj
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
// welcome to hoo hoo hoo
|
|
2
|
-
import { jsxs, jsx } from 'react/jsx-runtime';
|
|
3
|
-
import { Row } from 'antd';
|
|
4
|
-
import { CloseOutlined } from '@ant-design/icons';
|
|
5
|
-
|
|
6
|
-
var Title = (function (_ref) {
|
|
7
|
-
var title = _ref.title,
|
|
8
|
-
closable = _ref.closable,
|
|
9
|
-
onCancel = _ref.onCancel;
|
|
10
|
-
return jsxs(Row, {
|
|
11
|
-
justify: "space-between",
|
|
12
|
-
children: [jsx("div", {
|
|
13
|
-
children: title
|
|
14
|
-
}), closable && jsx(CloseOutlined, {
|
|
15
|
-
onClick: onCancel
|
|
16
|
-
})]
|
|
17
|
-
});
|
|
18
|
-
});
|
|
19
|
-
|
|
20
|
-
export { Title as default };
|
|
21
|
-
// powered by hdj
|