aq-fe-framework 0.1.297 → 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.
@@ -965,7 +965,7 @@ function CoreButtonCreateUpdate({
|
|
965
965
|
})
|
966
966
|
});
|
967
967
|
return /* @__PURE__ */ jsxs8(Fragment5, { children: [
|
968
|
-
isUpdate ? /* @__PURE__ */ jsx19(
|
968
|
+
isUpdate == true ? /* @__PURE__ */ jsx19(
|
969
969
|
ActionIcon9,
|
970
970
|
__spreadProps(__spreadValues({
|
971
971
|
color: "yellow",
|
@@ -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;
|
@@ -72,7 +72,7 @@ import {
|
|
72
72
|
useS_BasicAppShell,
|
73
73
|
useS_ButtonImport,
|
74
74
|
utils_layout_getItemsWithoutLinks
|
75
|
-
} from "../chunk-
|
75
|
+
} from "../chunk-FZYEU5ZD.mjs";
|
76
76
|
import "../chunk-NWBLJ3W3.mjs";
|
77
77
|
import "../chunk-K6S7R6LU.mjs";
|
78
78
|
import "../chunk-KKJ3OEEW.mjs";
|
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",
|