trithuc-mvc-react 2.4.0 → 2.4.2

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.
@@ -84,6 +84,7 @@ function FormField({
84
84
  fullWidth
85
85
  placeholder={label}
86
86
  size={size}
87
+ {...rest}
87
88
  />
88
89
  );
89
90
  }}
@@ -107,6 +108,7 @@ function FormField({
107
108
  placeholder={label}
108
109
  disabled={disabled}
109
110
  size={size}
111
+ {...rest}
110
112
  />
111
113
  );
112
114
  }}
@@ -297,6 +299,7 @@ function FormField({
297
299
  actions: ["clear"]
298
300
  }
299
301
  }}
302
+ {...rest}
300
303
  />
301
304
  );
302
305
  }}
@@ -323,6 +326,7 @@ function FormField({
323
326
  display: "none"
324
327
  }
325
328
  }}
329
+ {...rest}
326
330
  />
327
331
  );
328
332
  }}
@@ -25,7 +25,6 @@ export const TableRowRender = ({
25
25
  useDataTable();
26
26
  const { canEdit, canDelete, canView, canAction } = usePermission(tableName);
27
27
 
28
- console.log(">>> useDataTable()", useDataTable());
29
28
  const { tableActionsOnTable, tableActionsOnMoreMenu } = useMemo(() => {
30
29
  const tableActionsAfterFilter = [...tableActions]
31
30
  .filter((x) => x)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "trithuc-mvc-react",
3
- "version": "2.4.0",
3
+ "version": "2.4.2",
4
4
  "main": "index.js",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\" && exit 1"