atr-components 3.0.12 → 3.0.14

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/index.d.ts CHANGED
@@ -336,6 +336,7 @@ declare interface Table {
336
336
  colorShow?: string;
337
337
  innerHtmlBack?: Function;
338
338
  styleCallBack?: Function;
339
+ forbidResize?: boolean;
339
340
  tempRef?: TemplateRef<any>;
340
341
  }
341
342
  declare interface AtrQueryHeader {
@@ -376,6 +377,7 @@ declare interface AtrQueryHeader {
376
377
  dateMode?: 'week' | 'month' | 'year';
377
378
  nzShowTime?: boolean | {
378
379
  nzFormat: string;
380
+ isShowTime: boolean;
379
381
  };
380
382
  nzShowNow?: boolean;
381
383
  expandAll?: boolean;
@@ -395,6 +397,7 @@ declare interface TableAction {
395
397
  buttonType?: 'primary' | 'dashed' | 'danger' | 'default' | 'link';
396
398
  value?: any;
397
399
  withoutRole?: boolean;
400
+ className?: string;
398
401
  }
399
402
  declare interface FormAction {
400
403
  name: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "atr-components",
3
- "version": "3.0.12",
3
+ "version": "3.0.14",
4
4
  "peerDependencies": {
5
5
  "@angular/core": "^20.3.15",
6
6
  "echarts": "^5.4.3"