es-grid-template 1.9.24 → 1.9.25

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.
@@ -388,9 +388,19 @@ export type TableProps<RecordType = AnyObject> = {
388
388
  fullScreen?: boolean;
389
389
  /** Cấu hình phân trang, false để tắt */
390
390
  pagination?: false | PaginationConfig;
391
+ /**
392
+ * @deprecated
393
+ * @since 1.9.25
394
+ */
395
+ showCustomTooltip?: boolean;
391
396
  /** Context Menu */
392
397
  /** Danh sách menu chuột phải */
393
398
  contextMenuItems?: ContextMenuItem[];
399
+ /**
400
+ * @deprecated
401
+ * @since 1.9.25
402
+ */
403
+ showDefaultContext?: boolean;
394
404
  /**
395
405
  * Danh sách menu cần ẩn
396
406
  * Có thể trả về động theo row hiện tại
@@ -388,9 +388,19 @@ export type TableProps<RecordType = AnyObject> = {
388
388
  fullScreen?: boolean;
389
389
  /** Cấu hình phân trang, false để tắt */
390
390
  pagination?: false | PaginationConfig;
391
+ /**
392
+ * @deprecated
393
+ * @since 1.9.25
394
+ */
395
+ showCustomTooltip?: boolean;
391
396
  /** Context Menu */
392
397
  /** Danh sách menu chuột phải */
393
398
  contextMenuItems?: ContextMenuItem[];
399
+ /**
400
+ * @deprecated
401
+ * @since 1.9.25
402
+ */
403
+ showDefaultContext?: boolean;
394
404
  /**
395
405
  * Danh sách menu cần ẩn
396
406
  * Có thể trả về động theo row hiện tại
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "es-grid-template",
3
- "version": "1.9.24",
3
+ "version": "1.9.25",
4
4
  "description": "es-grid-template",
5
5
  "keywords": [
6
6
  "react",