aq-fe-framework 0.1.515 → 0.1.516
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/{chunk-GCEO6HDO.mjs → chunk-6OZGJBBA.mjs} +8 -1
- package/dist/components/index.d.mts +1 -1
- package/dist/core/index.d.mts +1 -1
- package/dist/core/index.mjs +1 -1
- package/dist/modules-features/index.mjs +4 -4
- package/dist/{types-DI2fdq_c.d.mts → types-DbltiEAP.d.mts} +1 -1
- package/package.json +1 -1
@@ -78,7 +78,8 @@ var getActionConfig = (colorScheme) => ({
|
|
78
78
|
children: /* @__PURE__ */ jsx(IconX, {})
|
79
79
|
},
|
80
80
|
select: {},
|
81
|
-
check: {}
|
81
|
+
check: {},
|
82
|
+
find: {}
|
82
83
|
});
|
83
84
|
function MyActionIcon(_a) {
|
84
85
|
var _b = _a, { children, actionType } = _b, rest = __objRest(_b, ["children", "actionType"]);
|
@@ -106,6 +107,7 @@ import {
|
|
106
107
|
IconEdit as IconEdit2,
|
107
108
|
IconPlus as IconPlus2,
|
108
109
|
IconPrinter as IconPrinter2,
|
110
|
+
IconSearch,
|
109
111
|
IconTrash as IconTrash2,
|
110
112
|
IconUpload,
|
111
113
|
IconX as IconX2
|
@@ -166,6 +168,11 @@ var getActionConfig2 = (colorScheme) => ({
|
|
166
168
|
},
|
167
169
|
check: {
|
168
170
|
children: "Ch\u1ECDn"
|
171
|
+
},
|
172
|
+
find: {
|
173
|
+
color: "green",
|
174
|
+
leftSection: /* @__PURE__ */ jsx2(IconSearch, {}),
|
175
|
+
children: "T\xECm"
|
169
176
|
}
|
170
177
|
});
|
171
178
|
function MyButton(_a) {
|
@@ -1,6 +1,6 @@
|
|
1
1
|
import * as react_jsx_runtime from 'react/jsx-runtime';
|
2
2
|
import React__default, { ReactNode, ComponentProps } from 'react';
|
3
|
-
import { t as type_action, a as type_mantineSize } from '../types-
|
3
|
+
import { t as type_action, a as type_mantineSize } from '../types-DbltiEAP.mjs';
|
4
4
|
import { ActionIconProps, ButtonProps, useModalsStack, CheckboxProps, SelectProps, NumberFormatterProps, FieldsetProps, FileInputProps, NumberInputProps, TextareaProps, MantineSize, InputWrapperProps, TextInputProps, ContainerProps, FlexProps, GroupProps, TypographyStylesProviderProps, TabsProps, SkeletonProps } from '@mantine/core';
|
5
5
|
import { M as MyApiResponse } from '../createBaseApi-75GHCO22.mjs';
|
6
6
|
import { AxiosResponse } from 'axios';
|
package/dist/core/index.d.mts
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
import * as react_jsx_runtime from 'react/jsx-runtime';
|
2
|
-
import { t as type_action } from '../types-
|
2
|
+
import { t as type_action } from '../types-DbltiEAP.mjs';
|
3
3
|
import { ActionIconProps, ButtonProps, ModalProps, ScrollAreaAutosizeProps, TextProps, PaperProps, GroupProps, ThemeIconProps, InputWrapperProps, SelectProps, TextInputProps, FlexProps } from '@mantine/core';
|
4
4
|
import { ReactNode, ButtonHTMLAttributes } from 'react';
|
5
5
|
import { M as MyApiResponse } from '../createBaseApi-75GHCO22.mjs';
|
package/dist/core/index.mjs
CHANGED
@@ -12,14 +12,11 @@ import {
|
|
12
12
|
import {
|
13
13
|
U0DateToDDMMYYYString
|
14
14
|
} from "../chunk-EWDS5IOF.mjs";
|
15
|
-
import {
|
16
|
-
enum_emailConfigModule
|
17
|
-
} from "../chunk-VH4ZAD6M.mjs";
|
18
15
|
import {
|
19
16
|
MyButton as MyButton2,
|
20
17
|
MyDataTableSelectOne,
|
21
18
|
MyTextInput as MyTextInput2
|
22
|
-
} from "../chunk-
|
19
|
+
} from "../chunk-6OZGJBBA.mjs";
|
23
20
|
import {
|
24
21
|
F_authenticate_Logout,
|
25
22
|
MyActionIconDelete,
|
@@ -56,6 +53,9 @@ import {
|
|
56
53
|
import {
|
57
54
|
const_object_colors
|
58
55
|
} from "../chunk-OMJJAHOC.mjs";
|
56
|
+
import {
|
57
|
+
enum_emailConfigModule
|
58
|
+
} from "../chunk-VH4ZAD6M.mjs";
|
59
59
|
import "../chunk-K6S7R6LU.mjs";
|
60
60
|
import {
|
61
61
|
baseAxios_default,
|
@@ -1,6 +1,6 @@
|
|
1
1
|
import { MantineSize } from '@mantine/core';
|
2
2
|
|
3
3
|
type type_mantineSize = number | MantineSize | (string & {}) | undefined;
|
4
|
-
type type_action = "default" | "create" | "update" | "delete" | "save" | "createMultiple" | "check" | "import" | "print" | "cancel" | "export" | "select";
|
4
|
+
type type_action = "default" | "create" | "update" | "delete" | "save" | "createMultiple" | "check" | "import" | "print" | "cancel" | "export" | "select" | "find";
|
5
5
|
|
6
6
|
export type { type_mantineSize as a, type_action as t };
|