aq-fe-framework 0.1.319 → 0.1.321

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/package.json CHANGED
@@ -42,7 +42,7 @@
42
42
  "types": "./dist/columns/index.d.mts"
43
43
  }
44
44
  },
45
- "version": "0.1.319",
45
+ "version": "0.1.321",
46
46
  "private": false,
47
47
  "files": [
48
48
  "dist"
@@ -1,25 +0,0 @@
1
- // src/const/array/const_array_daysOfWeek.ts
2
- var const_array_daysOfWeek = [
3
- "Th\u1EE9 Hai",
4
- "Th\u1EE9 Ba",
5
- "Th\u1EE9 T\u01B0",
6
- "Th\u1EE9 N\u0103m",
7
- "Th\u1EE9 S\xE1u",
8
- "Th\u1EE9 B\u1EA3y",
9
- "Ch\u1EE7 Nh\u1EADt"
10
- ];
11
-
12
- // src/const/object/const_object_documentTypes.ts
13
- var const_object_documentTypes = {
14
- Security: 1,
15
- Refinement: 2,
16
- Guideline: 3,
17
- Regulations: 4,
18
- Workflow: 5,
19
- Form: 6
20
- };
21
-
22
- export {
23
- const_array_daysOfWeek,
24
- const_object_documentTypes
25
- };
@@ -1,26 +0,0 @@
1
- import {
2
- __objRest,
3
- __spreadProps,
4
- __spreadValues
5
- } from "./chunk-FWCSY2DS.mjs";
6
-
7
- // src/components/Layouts/FlexColumn/MyFlexColumn.tsx
8
- import { Flex } from "@mantine/core";
9
- import { jsx } from "react/jsx-runtime";
10
- function MyFlexColumn(_a) {
11
- var _b = _a, { children } = _b, rest = __objRest(_b, ["children"]);
12
- return /* @__PURE__ */ jsx(Flex, __spreadProps(__spreadValues({ direction: "column", gap: "md" }, rest), { children }));
13
- }
14
-
15
- // src/components/Layouts/FlexRow/MyFlexRow.tsx
16
- import { Flex as Flex2 } from "@mantine/core";
17
- import { jsx as jsx2 } from "react/jsx-runtime";
18
- function MyFlexRow(_a) {
19
- var _b = _a, { children } = _b, rest = __objRest(_b, ["children"]);
20
- return /* @__PURE__ */ jsx2(Flex2, __spreadProps(__spreadValues({ gap: "md", align: "center" }, rest), { children }));
21
- }
22
-
23
- export {
24
- MyFlexColumn,
25
- MyFlexRow
26
- };