atr-components 3.0.11 → 3.0.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.
package/index.d.ts CHANGED
@@ -395,6 +395,7 @@ declare interface TableAction {
395
395
  buttonType?: 'primary' | 'dashed' | 'danger' | 'default' | 'link';
396
396
  value?: any;
397
397
  withoutRole?: boolean;
398
+ className?: string;
398
399
  }
399
400
  declare interface FormAction {
400
401
  name: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "atr-components",
3
- "version": "3.0.11",
3
+ "version": "3.0.13",
4
4
  "peerDependencies": {
5
5
  "@angular/core": "^20.3.15",
6
6
  "echarts": "^5.4.3"