fat-design 0.0.1-beta.20250901115128 → 0.0.1-beta.20250918153356

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fat-design",
3
- "version": "0.0.1-beta.20250901115128",
3
+ "version": "0.0.1-beta.20250918153356",
4
4
  "scripts": {},
5
5
  "main": "index.umd.js",
6
6
  "module": "index.js",
@@ -16,5 +16,5 @@
16
16
  "publishConfig": {
17
17
  "registry": "https://registry.npmjs.org"
18
18
  },
19
- "buildTime": "Mon, 01 Sep 2025 03:51:28 GMT"
19
+ "buildTime": "Thu, 18 Sep 2025 07:33:56 GMT"
20
20
  }
@@ -1,4 +1,5 @@
1
1
  import { TableProProps } from "../types";
2
+ declare function isSettingNameValid(settingName: any): boolean;
2
3
  declare function showColumnSettingDialog({ actions }: any): Promise<void>;
3
4
  declare function getTableColumnsBySetting(tableProProps: TableProProps): Promise<any[]>;
4
- export { showColumnSettingDialog, getTableColumnsBySetting };
5
+ export { isSettingNameValid, showColumnSettingDialog, getTableColumnsBySetting };