aq-fe-framework 0.1.298 → 0.1.299
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.
@@ -105,7 +105,7 @@ interface CoreButtonProps extends Omit<React.ButtonHTMLAttributes<HTMLButtonElem
|
|
105
105
|
declare function CoreButton({ children, actionType, ...rest }: CoreButtonProps): react_jsx_runtime.JSX.Element;
|
106
106
|
|
107
107
|
interface CoreButtonCreateUpdateProps<IReq, IRes> {
|
108
|
-
modalProps?: ModalProps
|
108
|
+
modalProps?: Omit<ModalProps, "opened" | "onClose">;
|
109
109
|
actionIconProps?: ActionIconProps;
|
110
110
|
buttonProps?: ButtonProps;
|
111
111
|
isUpdate?: boolean;
|
package/package.json
CHANGED
@@ -34,7 +34,7 @@
|
|
34
34
|
"types": "./dist/enum/index.d.mts"
|
35
35
|
}
|
36
36
|
},
|
37
|
-
"version": "0.1.
|
37
|
+
"version": "0.1.299",
|
38
38
|
"private": false,
|
39
39
|
"files": [
|
40
40
|
"dist"
|
@@ -86,6 +86,7 @@
|
|
86
86
|
"@tiptap/pm": "^2.9.1",
|
87
87
|
"@tiptap/react": "^2.9.1",
|
88
88
|
"@tiptap/starter-kit": "^2.9.1",
|
89
|
+
"aq-fe-framework": "^0.1.297",
|
89
90
|
"autoprefixer": "^10.4.20",
|
90
91
|
"axios": "^1.7.7",
|
91
92
|
"caniuse-lite": "^1.0.30001718",
|