@secondstaxorg/sscomp 1.7.89 → 1.7.92

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": "@secondstaxorg/sscomp",
3
- "version": "1.7.89",
3
+ "version": "1.7.92",
4
4
  "publishConfig": {
5
5
  "registry": "https://registry.npmjs.org/"
6
6
  },
@@ -17,5 +17,4 @@ export interface AppActionsProps {
17
17
  clearanceLevel: number;
18
18
  actionCode: string;
19
19
  }) => void;
20
- srchActive?: boolean;
21
20
  }
@@ -1,7 +1,4 @@
1
1
  /// <reference types="react" />
2
2
  import { AppFormsProps } from "./type";
3
- /**
4
- * SDataTable view of App Actions on Code Maintenance in LP Application
5
- */
6
3
  declare const AppFormsTable: (props: AppFormsProps) => JSX.Element;
7
4
  export default AppFormsTable;
@@ -15,5 +15,4 @@ export interface AppFormsProps {
15
15
  formCode: string;
16
16
  userType: string;
17
17
  }) => void;
18
- srchActive?: boolean;
19
18
  }
@@ -1,7 +1,4 @@
1
1
  /// <reference types="react" />
2
2
  import { AppModulesProps } from "./type";
3
- /**
4
- * SDataTable view of App Modules in Code Maintenance in LP Application
5
- */
6
3
  declare const AppModulesTable: (props: AppModulesProps) => JSX.Element;
7
4
  export default AppModulesTable;
@@ -15,5 +15,4 @@ export interface AppModulesProps {
15
15
  moduleCode: string;
16
16
  remarks: string;
17
17
  }) => void;
18
- srchActive?: boolean;
19
18
  }
@@ -21,5 +21,4 @@ export interface BrokersProps {
21
21
  country: string;
22
22
  countryFlag?: string;
23
23
  }) => void;
24
- srchActive?: boolean;
25
24
  }
@@ -21,5 +21,4 @@ export interface CurrencyPairsProps {
21
21
  exchangeFlag: string;
22
22
  pairName: string;
23
23
  }) => void;
24
- srchActive?: boolean;
25
24
  }
@@ -17,5 +17,4 @@ export interface PaymentMethodsProps {
17
17
  pymtModeShortName: string;
18
18
  remarks: string;
19
19
  }) => void;
20
- srchActive?: boolean;
21
20
  }
@@ -19,6 +19,5 @@ export interface ProvidersProps {
19
19
  phone: string;
20
20
  status: Status;
21
21
  }) => void;
22
- srchActive?: boolean;
23
22
  }
24
23
  export declare type Status = "active" | "inactive";
@@ -17,5 +17,4 @@ export interface SystemConfigProps {
17
17
  configValue: string;
18
18
  remarks: string;
19
19
  }) => void;
20
- srchActive?: boolean;
21
20
  }
@@ -15,5 +15,4 @@ export interface UserRolesProps {
15
15
  roleCode: string;
16
16
  clearanceLevel: number;
17
17
  }) => void;
18
- srchActive?: boolean;
19
18
  }
@@ -20,5 +20,4 @@ export interface UserTableType {
20
20
  role: string;
21
21
  status: string;
22
22
  }) => void;
23
- srchActive?: boolean;
24
23
  }