@solcre-org/core-ui 2.17.6 → 2.17.7

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
@@ -2930,6 +2930,7 @@ declare class GenericTableComponent<T extends DataBaseModelInterface & {
2930
2930
  getFormattedValue(row: T, column: ColumnConfig<T>): string;
2931
2931
  private isEmptyValue;
2932
2932
  hasAction(action: TableAction): boolean;
2933
+ hasActionWithPermission(action: TableAction): boolean;
2933
2934
  triggerAction(action: TableAction, row?: T): void;
2934
2935
  triggerCustomAction(action: CustomAction<T>, row: T): void;
2935
2936
  onCustomActionSwitchChange(value: any, action: CustomAction<T>, row: T): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@solcre-org/core-ui",
3
- "version": "2.17.6",
3
+ "version": "2.17.7",
4
4
  "private": false,
5
5
  "publishConfig": {
6
6
  "access": "public"