aq-fe-framework 0.1.426 → 0.1.428

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.
@@ -2,7 +2,7 @@ import {
2
2
  MyDataTable,
3
3
  MyFlexColumn,
4
4
  MyFlexRow
5
- } from "./chunk-GEYCGM75.mjs";
5
+ } from "./chunk-RZBHPPQT.mjs";
6
6
  import {
7
7
  const_object_colors
8
8
  } from "./chunk-OMJJAHOC.mjs";
@@ -8,7 +8,7 @@ import {
8
8
  MyDataTable,
9
9
  MyFlexColumn,
10
10
  MyFlexRow
11
- } from "./chunk-GEYCGM75.mjs";
11
+ } from "./chunk-RZBHPPQT.mjs";
12
12
  import {
13
13
  const_object_colors
14
14
  } from "./chunk-OMJJAHOC.mjs";
@@ -106,7 +106,7 @@ function MyDataTable(_a) {
106
106
  ) })
107
107
  ] });
108
108
  },
109
- manualPagination: true,
109
+ manualPagination: pagination ? true : false,
110
110
  enableRowNumbers: true,
111
111
  enableRowSelection: exportAble,
112
112
  enableEditing: renderRowActions ? true : false,
@@ -124,14 +124,14 @@ function MyDataTable(_a) {
124
124
  }
125
125
  },
126
126
  enableColumnPinning: true,
127
- initialState: __spreadValues({
127
+ initialState: __spreadValues(__spreadValues({
128
128
  density: "md",
129
129
  columnPinning: { right: ["mrt-row-actions"] },
130
130
  columnVisibility: {
131
131
  modifiedWhen: false,
132
132
  modifiedFullName: false
133
133
  }
134
- }, initialState),
134
+ }, pagination ? {} : { pagination: { pageIndex: 0, pageSize: 30 } }), initialState),
135
135
  mantineTableHeadCellProps: {
136
136
  style: {
137
137
  verticalAlign: "middle",
@@ -62,14 +62,14 @@ import {
62
62
  useS_BasicAppShell,
63
63
  useS_ButtonImport,
64
64
  utils_layout_getItemsWithoutLinks
65
- } from "../chunk-DZXMICDD.mjs";
65
+ } from "../chunk-JLROGQ4X.mjs";
66
66
  import "../chunk-Y3YGC5IH.mjs";
67
67
  import "../chunk-5U2JSHSJ.mjs";
68
68
  import {
69
69
  MyDataTable,
70
70
  MyFlexColumn,
71
71
  MyFlexRow
72
- } from "../chunk-GEYCGM75.mjs";
72
+ } from "../chunk-RZBHPPQT.mjs";
73
73
  import "../chunk-OMJJAHOC.mjs";
74
74
  import "../chunk-PRN7KYPD.mjs";
75
75
  import "../chunk-7ZCOFATU.mjs";
@@ -13,8 +13,8 @@ import {
13
13
  MyStatsCard,
14
14
  MyTextInput,
15
15
  MyWeeklySessionSchedulerPicker
16
- } from "../chunk-KYVHHB4Q.mjs";
17
- import "../chunk-GEYCGM75.mjs";
16
+ } from "../chunk-DH57RHGE.mjs";
17
+ import "../chunk-RZBHPPQT.mjs";
18
18
  import "../chunk-GFEMKKFH.mjs";
19
19
  import "../chunk-OMJJAHOC.mjs";
20
20
  import "../chunk-K6S7R6LU.mjs";
@@ -33,30 +33,30 @@ import {
33
33
  groupToTwoLevels,
34
34
  useS_authenticate,
35
35
  utils_layout_getItemsWithoutLinks
36
- } from "../chunk-DZXMICDD.mjs";
36
+ } from "../chunk-JLROGQ4X.mjs";
37
37
  import {
38
38
  createGenericStore
39
39
  } from "../chunk-Y3YGC5IH.mjs";
40
40
  import "../chunk-5U2JSHSJ.mjs";
41
+ import {
42
+ enum_emailConfigModule
43
+ } from "../chunk-VH4ZAD6M.mjs";
41
44
  import {
42
45
  MyButton as MyButton2,
43
46
  MyDataTableSelectOne,
44
47
  MyTextInput as MyTextInput2
45
- } from "../chunk-KYVHHB4Q.mjs";
48
+ } from "../chunk-DH57RHGE.mjs";
46
49
  import {
47
50
  MyDataTable,
48
51
  MyFlexColumn,
49
52
  MyFlexRow
50
- } from "../chunk-GEYCGM75.mjs";
53
+ } from "../chunk-RZBHPPQT.mjs";
51
54
  import {
52
55
  const_object_documentTypes
53
56
  } from "../chunk-GFEMKKFH.mjs";
54
57
  import {
55
58
  const_object_colors
56
59
  } from "../chunk-OMJJAHOC.mjs";
57
- import {
58
- enum_emailConfigModule
59
- } from "../chunk-VH4ZAD6M.mjs";
60
60
  import "../chunk-K6S7R6LU.mjs";
61
61
  import {
62
62
  baseAxios_default,
package/package.json CHANGED
@@ -42,7 +42,7 @@
42
42
  "types": "./dist/columns/index.d.mts"
43
43
  }
44
44
  },
45
- "version": "0.1.426",
45
+ "version": "0.1.428",
46
46
  "private": false,
47
47
  "files": [
48
48
  "dist"