aq-fe-framework 0.1.1126 → 0.1.1128
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.
|
@@ -51,7 +51,6 @@ interface IActionIconDelete<IRes> extends Omit<MyButtonModalProps, "disclosure">
|
|
|
51
51
|
onSuccess?: () => void;
|
|
52
52
|
onError?: () => void;
|
|
53
53
|
contextData?: string;
|
|
54
|
-
loading?: boolean;
|
|
55
54
|
}
|
|
56
55
|
declare function MyActionIconDelete<IRes>({ onSubmit, onSuccess, onError, contextData, ...rest }: IActionIconDelete<IRes>): react_jsx_runtime.JSX.Element;
|
|
57
56
|
|
|
@@ -9,7 +9,7 @@ import {
|
|
|
9
9
|
Boxes,
|
|
10
10
|
FaviconSetter,
|
|
11
11
|
HeaderMegaMenu,
|
|
12
|
-
MyActionIcon,
|
|
12
|
+
MyActionIcon2 as MyActionIcon,
|
|
13
13
|
MyActionIconDelete,
|
|
14
14
|
MyActionIconDownloadPDF,
|
|
15
15
|
MyActionIconModal,
|
|
@@ -40,7 +40,7 @@ import {
|
|
|
40
40
|
MyFieldset,
|
|
41
41
|
MyFileInput,
|
|
42
42
|
MyFlexColumn,
|
|
43
|
-
|
|
43
|
+
MyFlexEnd,
|
|
44
44
|
MyFlexRow,
|
|
45
45
|
MyHtmlWrapper,
|
|
46
46
|
MyIconText,
|
|
@@ -48,7 +48,7 @@ import {
|
|
|
48
48
|
MyNumberInput,
|
|
49
49
|
MyPageContent,
|
|
50
50
|
MyScheduleX,
|
|
51
|
-
|
|
51
|
+
MySelect,
|
|
52
52
|
MySelectAPIGet,
|
|
53
53
|
MySkeletonTable,
|
|
54
54
|
MyTab,
|
|
@@ -65,7 +65,7 @@ import {
|
|
|
65
65
|
getReadablePageIdSet,
|
|
66
66
|
useHeaderMegaMenuStore,
|
|
67
67
|
useStore_BasicAppShell
|
|
68
|
-
} from "../chunk-
|
|
68
|
+
} from "../chunk-OK6ED2S3.mjs";
|
|
69
69
|
import "../chunk-WW55EZ4B.mjs";
|
|
70
70
|
import "../chunk-7ZI7IOEP.mjs";
|
|
71
71
|
import "../chunk-KGBXMHKR.mjs";
|
package/dist/core/index.mjs
CHANGED
|
@@ -11,7 +11,7 @@ import {
|
|
|
11
11
|
CustomTabs,
|
|
12
12
|
CustomThemeIconSquareCheck,
|
|
13
13
|
DroppablePlaceholder,
|
|
14
|
-
|
|
14
|
+
MyActionIcon,
|
|
15
15
|
MyButton,
|
|
16
16
|
MyButtonCreateUpdate,
|
|
17
17
|
MyButtonModal,
|
|
@@ -24,19 +24,19 @@ import {
|
|
|
24
24
|
MyDayOfWeekPicker,
|
|
25
25
|
MyFileInputPreview,
|
|
26
26
|
MyFlexColumn2 as MyFlexColumn,
|
|
27
|
-
MyFlexEnd,
|
|
27
|
+
MyFlexEnd2 as MyFlexEnd,
|
|
28
28
|
MyFlexIconTitle,
|
|
29
29
|
MyInfoBox,
|
|
30
30
|
MyLabelValueRow,
|
|
31
31
|
MyModalImport,
|
|
32
32
|
MyPrintContent,
|
|
33
33
|
MyRichTextEditor,
|
|
34
|
-
MySelect,
|
|
34
|
+
MySelect2 as MySelect,
|
|
35
35
|
MySelectFromAPI,
|
|
36
36
|
MyStatsCard,
|
|
37
37
|
MyTextInput2 as MyTextInput,
|
|
38
38
|
MyWeeklySessionSchedulerPicker
|
|
39
|
-
} from "../chunk-
|
|
39
|
+
} from "../chunk-OK6ED2S3.mjs";
|
|
40
40
|
import "../chunk-WW55EZ4B.mjs";
|
|
41
41
|
import "../chunk-7ZI7IOEP.mjs";
|
|
42
42
|
import "../chunk-KGBXMHKR.mjs";
|
package/dist/shared/index.mjs
CHANGED