aq-fe-framework 0.1.509 → 0.1.510

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.
@@ -295,7 +295,7 @@ function UseCase_PermissionViewCheckTable({ value = [], onChange, isLoading }) {
295
295
  /* @__PURE__ */ jsx4(Table.Td, { children: /* @__PURE__ */ jsx4(Skeleton, { height: 14, width: "60%" }) }),
296
296
  Array.from({ length: permissionKeys.length }).map((_2, colIdx) => /* @__PURE__ */ jsx4(Table.Td, { children: /* @__PURE__ */ jsx4(Skeleton, { height: 16, circle: true }) }, colIdx))
297
297
  ] }, rowIdx)) })
298
- ] }) : /* @__PURE__ */ jsxs(Table, { children: [
298
+ ] }) : /* @__PURE__ */ jsx4(Table.ScrollContainer, { minWidth: 500, maxHeight: "70vh", children: /* @__PURE__ */ jsxs(Table, { stickyHeader: true, children: [
299
299
  /* @__PURE__ */ jsx4(Table.Thead, { children: /* @__PURE__ */ jsxs(Table.Tr, { children: [
300
300
  /* @__PURE__ */ jsx4(Table.Th, { children: "Danh s\xE1ch ch\u1EE9c n\u0103ng" }),
301
301
  actionType.map((item, idx) => {
@@ -342,7 +342,7 @@ function UseCase_PermissionViewCheckTable({ value = [], onChange, isLoading }) {
342
342
  ] }, mIdx);
343
343
  })
344
344
  ] }, gIdx)) })
345
- ] }) }) });
345
+ ] }) }) }) });
346
346
  }
347
347
 
348
348
  // src/module/Permission/adapter/Permission_ViewCheckMenuPermission.tsx
package/package.json CHANGED
@@ -42,7 +42,7 @@
42
42
  "types": "./dist/columns/index.d.mts"
43
43
  }
44
44
  },
45
- "version": "0.1.509",
45
+ "version": "0.1.510",
46
46
  "private": false,
47
47
  "files": [
48
48
  "dist"