@mescius/wijmo.react.grid.search 5.20241.10-nightly.d20240612.t020401 → 5.20241.10-nightly.d20240614.t020210

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  *
3
- * Wijmo Library 5.20241.10-nightly.d20240612.t020401
3
+ * Wijmo Library 5.20241.10-nightly.d20240614.t020210
4
4
  * https://developer.mescius.com/wijmo
5
5
  *
6
6
  * Copyright(c) MESCIUS inc. All rights reserved.
package/es2015-esm.js CHANGED
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  *
3
- * Wijmo Library 5.20241.10-nightly.d20240612.t020401
3
+ * Wijmo Library 5.20241.10-nightly.d20240614.t020210
4
4
  * https://developer.mescius.com/wijmo
5
5
  *
6
6
  * Copyright(c) MESCIUS inc. All rights reserved.
package/es5-esm.js CHANGED
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  *
3
- * Wijmo Library 5.20241.10-nightly.d20240612.t020401
3
+ * Wijmo Library 5.20241.10-nightly.d20240614.t020210
4
4
  * https://developer.mescius.com/wijmo
5
5
  *
6
6
  * Copyright(c) MESCIUS inc. All rights reserved.
package/index.d.ts CHANGED
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  *
3
- * Wijmo Library 5.20241.10-nightly.d20240612.t020401
3
+ * Wijmo Library 5.20241.10-nightly.d20240614.t020210
4
4
  * https://developer.mescius.com/wijmo
5
5
  *
6
6
  * Copyright(c) MESCIUS inc. All rights reserved.
@@ -18,11 +18,11 @@
18
18
  *
19
19
  */
20
20
  export declare var ___keepComment: any;
21
- import { ControlBaseEvents, ControlBaseProps } from '@mescius/wijmo.react.base';
21
+ import { ControlBaseEvents, ControlBaseInputs, WjRef } from '@mescius/wijmo.react.base';
22
22
  import * as React from 'react';
23
23
  import * as wjcGrid from '@mescius/wijmo.grid';
24
24
  import * as wjcGridSearch from '@mescius/wijmo.grid.search';
25
- export declare type FlexGridSearchProps = ControlBaseProps & {
25
+ export declare type FlexGridSearchInputs = ControlBaseInputs & {
26
26
  cssMatch?: string;
27
27
  delay?: number;
28
28
  grid?: wjcGrid.FlexGrid;
@@ -35,6 +35,8 @@ export declare const FlexGridSearchMeta: {
35
35
  inputs: string[];
36
36
  events: string[];
37
37
  };
38
+ export declare type FlexGridSearchProps = FlexGridSearchInputs & FlexGridSearchEvents<wjcGridSearch.FlexGridSearch>;
39
+ export declare type FlexGridSearchRef = WjRef<wjcGridSearch.FlexGridSearch>;
38
40
  /**
39
41
  * React component for the {@link wijmo.grid.search.FlexGridSearch} control.
40
42
  *
@@ -44,4 +46,4 @@ export declare const FlexGridSearchMeta: {
44
46
  * You can use this event to perform further initialization in addition to setting properties in JSX.
45
47
  * The signature of the handler function is the same as any other Wijmo event handlers.
46
48
  */
47
- export declare const FlexGridSearch: React.ForwardRefExoticComponent<React.PropsWithChildren<FlexGridSearchProps & FlexGridSearchEvents<wjcGridSearch.FlexGridSearch>>>;
49
+ export declare const FlexGridSearch: React.ForwardRefExoticComponent<FlexGridSearchProps>;
package/index.js CHANGED
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  *
3
- * Wijmo Library 5.20241.10-nightly.d20240612.t020401
3
+ * Wijmo Library 5.20241.10-nightly.d20240614.t020210
4
4
  * https://developer.mescius.com/wijmo
5
5
  *
6
6
  * Copyright(c) MESCIUS inc. All rights reserved.
package/package.json CHANGED
@@ -1,16 +1,16 @@
1
1
  {
2
2
  "name": "@mescius/wijmo.react.grid.search",
3
- "version": "5.20241.10-nightly.d20240612.t020401",
3
+ "version": "5.20241.10-nightly.d20240614.t020210",
4
4
  "description": "UI library for pure JS, Angular, React, Vue and more...",
5
5
  "author": "MESCIUS inc",
6
6
  "license": "Commercial",
7
7
  "main": "./index.js",
8
8
  "types": "./index.d.ts",
9
9
  "dependencies": {
10
- "@mescius/wijmo": "5.20241.10-nightly.d20240612.t020401",
11
- "@mescius/wijmo.grid.search": "5.20241.10-nightly.d20240612.t020401",
12
- "@mescius/wijmo.grid": "5.20241.10-nightly.d20240612.t020401",
13
- "@mescius/wijmo.react.base": "5.20241.10-nightly.d20240612.t020401"
10
+ "@mescius/wijmo": "5.20241.10-nightly.d20240614.t020210",
11
+ "@mescius/wijmo.grid.search": "5.20241.10-nightly.d20240614.t020210",
12
+ "@mescius/wijmo.grid": "5.20241.10-nightly.d20240614.t020210",
13
+ "@mescius/wijmo.react.base": "5.20241.10-nightly.d20240614.t020210"
14
14
  },
15
15
  "homepage": "https://developer.mescius.com/wijmo",
16
16
  "bugs": {