kdpa-components 1.38.7 → 1.38.8

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.
@@ -1,16 +1,18 @@
1
- import { ScrollBarProps } from "react-perfect-scrollbar";
2
- export type KdpaDropDownLazyProps = ScrollBarProps;
1
+ import { KdpaAutoCompleteProps } from "../Selects";
2
+ import "./kdpaLazyDrop.scss";
3
3
  interface KdpaDropDownLazyCustomProps {
4
- [x: string]: any;
5
- onSearch: (...e: any) => void;
6
- limitCharacterSearch?: number | undefined;
7
- delaySearch?: number | undefined;
4
+ [x: string]: unknown;
5
+ onSearch: (data: any, reason: any) => void;
6
+ limitCharacterSearch?: number;
7
+ delaySearch?: number;
8
8
  filter: any;
9
- setFilter: any;
10
- totalCount: any;
9
+ setFilter: (data: any) => void;
10
+ totalCount: number;
11
+ noMoreDataText?: string;
11
12
  }
13
+ export type KdpaDropDownLazyProps = KdpaDropDownLazyCustomProps & KdpaAutoCompleteProps<any>;
12
14
  declare function KdpaDropDownLazy({ onSearch, limitCharacterSearch, //character
13
15
  delaySearch, //ms
14
- filter, setFilter, totalCount, ...props }: KdpaDropDownLazyCustomProps): import("react/jsx-runtime").JSX.Element;
16
+ filter, setFilter, totalCount, noMoreDataText, ...props }: KdpaDropDownLazyProps): import("react/jsx-runtime").JSX.Element;
15
17
  export default KdpaDropDownLazy;
16
18
  //# sourceMappingURL=KdpaLazyDrop.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"KdpaLazyDrop.d.ts","sourceRoot":"","sources":["../../../../src/components/LazyDrop/KdpaLazyDrop.tsx"],"names":[],"mappings":"AAIA,OAAyB,EAAE,cAAc,EAAE,MAAM,yBAAyB,CAAC;AAG3E,MAAM,MAAM,qBAAqB,GAAG,cAAc,CAAC;AAEnD,UAAU,2BAA2B;IACnC,CAAC,CAAC,EAAE,MAAM,GAAG,GAAG,CAAC;IACjB,QAAQ,EAAE,CAAC,GAAG,CAAC,EAAE,GAAG,KAAK,IAAI,CAAC;IAC9B,oBAAoB,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC1C,WAAW,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACjC,MAAM,EAAE,GAAG,CAAC;IACZ,SAAS,EAAE,GAAG,CAAC;IACf,UAAU,EAAE,GAAG,CAAC;CACjB;AAED,iBAAS,gBAAgB,CAAC,EACxB,QAAQ,EACR,oBAAwB,EAAE,WAAW;AACrC,WAAiB,EAAE,IAAI;AACvB,MAAM,EACN,SAAS,EACT,UAAU,EACV,GAAG,KAAK,EACT,EAAE,2BAA2B,2CA2E7B;AAED,eAAe,gBAAgB,CAAC"}
1
+ {"version":3,"file":"KdpaLazyDrop.d.ts","sourceRoot":"","sources":["../../../../src/components/LazyDrop/KdpaLazyDrop.tsx"],"names":[],"mappings":"AACA,OAAO,EAAoB,qBAAqB,EAAE,MAAM,YAAY,CAAC;AAIrE,OAAO,qBAAqB,CAAC;AAE7B,UAAU,2BAA2B;IACnC,CAAC,CAAC,EAAE,MAAM,GAAG,OAAO,CAAC;IACrB,QAAQ,EAAE,CAAC,IAAI,EAAE,GAAG,EAAE,MAAM,EAAE,GAAG,KAAK,IAAI,CAAC;IAC3C,oBAAoB,CAAC,EAAE,MAAM,CAAC;IAC9B,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,MAAM,EAAE,GAAG,CAAC;IACZ,SAAS,EAAE,CAAC,IAAI,EAAE,GAAG,KAAK,IAAI,CAAC;IAC/B,UAAU,EAAE,MAAM,CAAC;IACnB,cAAc,CAAC,EAAE,MAAM,CAAC;CACzB;AACD,MAAM,MAAM,qBAAqB,GAAG,2BAA2B,GAC7D,qBAAqB,CAAC,GAAG,CAAC,CAAC;AAE7B,iBAAS,gBAAgB,CAAC,EACxB,QAAQ,EACR,oBAAwB,EAAE,WAAW;AACrC,WAAiB,EAAE,IAAI;AACvB,MAAM,EACN,SAAS,EACT,UAAU,EACV,cAA6C,EAC7C,GAAG,KAAK,EACT,EAAE,qBAAqB,2CA+FvB;AAED,eAAe,gBAAgB,CAAC"}
@@ -1,3 +1,3 @@
1
- export { default as KdpaLazyDrop } from "./KdpaLazyDrop";
1
+ export { default as KdpaDropDownLazy } from "./KdpaLazyDrop";
2
2
  export type { KdpaDropDownLazyProps } from "./KdpaLazyDrop";
3
3
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/LazyDrop/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,YAAY,EAAE,MAAM,gBAAgB,CAAC;AACzD,YAAY,EAAE,qBAAqB,EAAE,MAAM,gBAAgB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/LazyDrop/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,gBAAgB,EAAE,MAAM,gBAAgB,CAAC;AAC7D,YAAY,EAAE,qBAAqB,EAAE,MAAM,gBAAgB,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kdpa-components",
3
- "version": "1.38.7",
3
+ "version": "1.38.8",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",