cloud-ide-lms-model 1.0.143 → 1.0.144

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.
@@ -25,6 +25,11 @@ export type elementStyleType = "solid" | "outline" | "standard";
25
25
  export interface MRequestMiddelware {
26
26
  Validate?: Function;
27
27
  }
28
+ /** data return type for select on search */
29
+ export type selectSearchType = {
30
+ query: string;
31
+ value: string | number;
32
+ };
28
33
  export declare class MTableQueries {
29
34
  total: number;
30
35
  pageIndex: number;
package/package.json CHANGED
@@ -5,7 +5,7 @@
5
5
  "typescript": "^5.4.2"
6
6
  },
7
7
  "name": "cloud-ide-lms-model",
8
- "version": "1.0.143",
8
+ "version": "1.0.144",
9
9
  "description": "Package for Model management of Cloud IDEsys LMS",
10
10
  "main": "lib/index.js",
11
11
  "types": "lib/index.d.ts",