@servicemind.tis/tis-smart-table-viewer 2.4.12 → 2.4.13

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.
@@ -1,6 +1,8 @@
1
1
  export type DataNotFoundConfig = {
2
2
  title: string;
3
- desc: string;
3
+ desc?: string;
4
+ /** Optional custom icon/image URL. If provided, this image will be displayed instead of the default SVG. */
5
+ iconUrl?: string | null;
4
6
  btnText?: string | null;
5
7
  btnUrl?: string | null;
6
8
  btnClick?: null | ((rec: any, event?: MouseEvent) => void);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@servicemind.tis/tis-smart-table-viewer",
3
- "version": "2.4.12",
3
+ "version": "2.4.13",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/Thai-Informatics-System/tis-smart-table-viewer.git"