@mescius/wijmo.react.grid.filter 5.20251.41-nightly.d20250820.t182751 → 5.20251.41-nightly.d20250821.t181644
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/es2015-commonjs.js +2 -2
- package/es2015-esm.js +2 -2
- package/es5-esm.js +2 -2
- package/index.d.ts +2 -1
- package/index.js +2 -2
- package/package.json +5 -5
package/es2015-commonjs.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
*
|
|
3
|
-
* Wijmo Library 5.20251.41-nightly.
|
|
3
|
+
* Wijmo Library 5.20251.41-nightly.d20250821.t181644
|
|
4
4
|
* https://developer.mescius.com/wijmo
|
|
5
5
|
*
|
|
6
6
|
* Copyright(c) MESCIUS inc. All rights reserved.
|
|
@@ -11,4 +11,4 @@
|
|
|
11
11
|
*
|
|
12
12
|
*/
|
|
13
13
|
|
|
14
|
-
"use strict";var __importStar=this&&this.__importStar||function(e){if(e&&e.__esModule)return e;var r={};if(null!=e)for(var t in e)Object.hasOwnProperty.call(e,t)&&(r[t]=e[t]);r.default=e;return r};Object.defineProperty(exports,"__esModule",{value:!0});const wijmo_react_base_1=require("@mescius/wijmo.react.base"),wjcGridFilter=__importStar(require("@mescius/wijmo.grid.filter"));exports.FlexGridFilterMeta={inputs:["defaultFilterType","exclusiveValueSearch","filterColumns","filterDefinition","reApplyFilterOnUpdate","showFilterIcons","showSortButtons","showIncludeSelection"],events:["editingFilter","exclusiveValueSearchChanged","filterApplied","filterChanged","filterChanging"]};exports.FlexGridFilter=wijmo_react_base_1.wjForwardRef((function(e,r){const t=wijmo_react_base_1.useWjComponentChildBase({ref:r,properties:exports.FlexGridFilterMeta.inputs,events:exports.FlexGridFilterMeta.events,props:e,constructor:wjcGridFilter.FlexGridFilter,needParentInstance:!0,parentProp:"",isParentPropArray:!1,assignedToParent:!1});return Object.assign({$_wjComponent:!0},t)}));
|
|
14
|
+
"use strict";var __importStar=this&&this.__importStar||function(e){if(e&&e.__esModule)return e;var r={};if(null!=e)for(var t in e)Object.hasOwnProperty.call(e,t)&&(r[t]=e[t]);r.default=e;return r};Object.defineProperty(exports,"__esModule",{value:!0});const wijmo_react_base_1=require("@mescius/wijmo.react.base"),wjcGridFilter=__importStar(require("@mescius/wijmo.grid.filter"));exports.FlexGridFilterMeta={inputs:["defaultFilterType","defaultFilterMode","exclusiveValueSearch","filterColumns","filterDefinition","reApplyFilterOnUpdate","showFilterIcons","showSortButtons","showIncludeSelection"],events:["editingFilter","exclusiveValueSearchChanged","filterApplied","filterChanged","filterChanging"]};exports.FlexGridFilter=wijmo_react_base_1.wjForwardRef((function(e,r){const t=wijmo_react_base_1.useWjComponentChildBase({ref:r,properties:exports.FlexGridFilterMeta.inputs,events:exports.FlexGridFilterMeta.events,props:e,constructor:wjcGridFilter.FlexGridFilter,needParentInstance:!0,parentProp:"",isParentPropArray:!1,assignedToParent:!1});return Object.assign({$_wjComponent:!0},t)}));
|
package/es2015-esm.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
*
|
|
3
|
-
* Wijmo Library 5.20251.41-nightly.
|
|
3
|
+
* Wijmo Library 5.20251.41-nightly.d20250821.t181644
|
|
4
4
|
* https://developer.mescius.com/wijmo
|
|
5
5
|
*
|
|
6
6
|
* Copyright(c) MESCIUS inc. All rights reserved.
|
|
@@ -11,4 +11,4 @@
|
|
|
11
11
|
*
|
|
12
12
|
*/
|
|
13
13
|
|
|
14
|
-
import{useWjComponentChildBase,wjForwardRef}from"@mescius/wijmo.react.base";import*as wjcGridFilter from"@mescius/wijmo.grid.filter";export const FlexGridFilterMeta={inputs:["defaultFilterType","exclusiveValueSearch","filterColumns","filterDefinition","reApplyFilterOnUpdate","showFilterIcons","showSortButtons","showIncludeSelection"],events:["editingFilter","exclusiveValueSearchChanged","filterApplied","filterChanged","filterChanging"]};export const FlexGridFilter=wjForwardRef((function(e,r){const t=useWjComponentChildBase({ref:r,properties:FlexGridFilterMeta.inputs,events:FlexGridFilterMeta.events,props:e,constructor:wjcGridFilter.FlexGridFilter,needParentInstance:!0,parentProp:"",isParentPropArray:!1,assignedToParent:!1});return Object.assign({$_wjComponent:!0},t)}));
|
|
14
|
+
import{useWjComponentChildBase,wjForwardRef}from"@mescius/wijmo.react.base";import*as wjcGridFilter from"@mescius/wijmo.grid.filter";export const FlexGridFilterMeta={inputs:["defaultFilterType","defaultFilterMode","exclusiveValueSearch","filterColumns","filterDefinition","reApplyFilterOnUpdate","showFilterIcons","showSortButtons","showIncludeSelection"],events:["editingFilter","exclusiveValueSearchChanged","filterApplied","filterChanged","filterChanging"]};export const FlexGridFilter=wjForwardRef((function(e,r){const t=useWjComponentChildBase({ref:r,properties:FlexGridFilterMeta.inputs,events:FlexGridFilterMeta.events,props:e,constructor:wjcGridFilter.FlexGridFilter,needParentInstance:!0,parentProp:"",isParentPropArray:!1,assignedToParent:!1});return Object.assign({$_wjComponent:!0},t)}));
|
package/es5-esm.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
*
|
|
3
|
-
* Wijmo Library 5.20251.41-nightly.
|
|
3
|
+
* Wijmo Library 5.20251.41-nightly.d20250821.t181644
|
|
4
4
|
* https://developer.mescius.com/wijmo
|
|
5
5
|
*
|
|
6
6
|
* Copyright(c) MESCIUS inc. All rights reserved.
|
|
@@ -11,4 +11,4 @@
|
|
|
11
11
|
*
|
|
12
12
|
*/
|
|
13
13
|
|
|
14
|
-
var __assign=this&&this.__assign||function(){return(__assign=Object.assign||function(e){for(var r,t=1,i=arguments.length;t<i;t++){r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e}).apply(this,arguments)};import{useWjComponentChildBase,wjForwardRef}from"@mescius/wijmo.react.base";import*as wjcGridFilter from"@mescius/wijmo.grid.filter";export var FlexGridFilterMeta={inputs:["defaultFilterType","exclusiveValueSearch","filterColumns","filterDefinition","reApplyFilterOnUpdate","showFilterIcons","showSortButtons","showIncludeSelection"],events:["editingFilter","exclusiveValueSearchChanged","filterApplied","filterChanged","filterChanging"]};export var FlexGridFilter=wjForwardRef((function(e,r){var t=useWjComponentChildBase({ref:r,properties:FlexGridFilterMeta.inputs,events:FlexGridFilterMeta.events,props:e,constructor:wjcGridFilter.FlexGridFilter,needParentInstance:!0,parentProp:"",isParentPropArray:!1,assignedToParent:!1});return __assign({$_wjComponent:!0},t)}));
|
|
14
|
+
var __assign=this&&this.__assign||function(){return(__assign=Object.assign||function(e){for(var r,t=1,i=arguments.length;t<i;t++){r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e}).apply(this,arguments)};import{useWjComponentChildBase,wjForwardRef}from"@mescius/wijmo.react.base";import*as wjcGridFilter from"@mescius/wijmo.grid.filter";export var FlexGridFilterMeta={inputs:["defaultFilterType","defaultFilterMode","exclusiveValueSearch","filterColumns","filterDefinition","reApplyFilterOnUpdate","showFilterIcons","showSortButtons","showIncludeSelection"],events:["editingFilter","exclusiveValueSearchChanged","filterApplied","filterChanged","filterChanging"]};export var FlexGridFilter=wjForwardRef((function(e,r){var t=useWjComponentChildBase({ref:r,properties:FlexGridFilterMeta.inputs,events:FlexGridFilterMeta.events,props:e,constructor:wjcGridFilter.FlexGridFilter,needParentInstance:!0,parentProp:"",isParentPropArray:!1,assignedToParent:!1});return __assign({$_wjComponent:!0},t)}));
|
package/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
*
|
|
3
|
-
* Wijmo Library 5.20251.41-nightly.
|
|
3
|
+
* Wijmo Library 5.20251.41-nightly.d20250821.t181644
|
|
4
4
|
* https://developer.mescius.com/wijmo
|
|
5
5
|
*
|
|
6
6
|
* Copyright(c) MESCIUS inc. All rights reserved.
|
|
@@ -24,6 +24,7 @@ import * as wjcCore from '@mescius/wijmo';
|
|
|
24
24
|
import * as wjcGridFilter from '@mescius/wijmo.grid.filter';
|
|
25
25
|
export declare type FlexGridFilterInputs = BaseInputs & {
|
|
26
26
|
defaultFilterType?: wjcGridFilter.FilterType | string;
|
|
27
|
+
defaultFilterMode?: wjcGridFilter.FilterMode | string;
|
|
27
28
|
exclusiveValueSearch?: boolean;
|
|
28
29
|
filterColumns?: string[];
|
|
29
30
|
filterDefinition?: string;
|
package/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
*
|
|
3
|
-
* Wijmo Library 5.20251.41-nightly.
|
|
3
|
+
* Wijmo Library 5.20251.41-nightly.d20250821.t181644
|
|
4
4
|
* https://developer.mescius.com/wijmo
|
|
5
5
|
*
|
|
6
6
|
* Copyright(c) MESCIUS inc. All rights reserved.
|
|
@@ -11,4 +11,4 @@
|
|
|
11
11
|
*
|
|
12
12
|
*/
|
|
13
13
|
|
|
14
|
-
"use strict";var __assign=this&&this.__assign||function(){return(__assign=Object.assign||function(e){for(var r,t=1,i=arguments.length;t<i;t++){r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e}).apply(this,arguments)},__importStar=this&&this.__importStar||function(e){if(e&&e.__esModule)return e;var r={};if(null!=e)for(var t in e)Object.hasOwnProperty.call(e,t)&&(r[t]=e[t]);r.default=e;return r};Object.defineProperty(exports,"__esModule",{value:!0});var wijmo_react_base_1=require("@mescius/wijmo.react.base"),wjcGridFilter=__importStar(require("@mescius/wijmo.grid.filter"));exports.FlexGridFilterMeta={inputs:["defaultFilterType","exclusiveValueSearch","filterColumns","filterDefinition","reApplyFilterOnUpdate","showFilterIcons","showSortButtons","showIncludeSelection"],events:["editingFilter","exclusiveValueSearchChanged","filterApplied","filterChanged","filterChanging"]};exports.FlexGridFilter=wijmo_react_base_1.wjForwardRef((function(e,r){var t=wijmo_react_base_1.useWjComponentChildBase({ref:r,properties:exports.FlexGridFilterMeta.inputs,events:exports.FlexGridFilterMeta.events,props:e,constructor:wjcGridFilter.FlexGridFilter,needParentInstance:!0,parentProp:"",isParentPropArray:!1,assignedToParent:!1});return __assign({$_wjComponent:!0},t)}));
|
|
14
|
+
"use strict";var __assign=this&&this.__assign||function(){return(__assign=Object.assign||function(e){for(var r,t=1,i=arguments.length;t<i;t++){r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e}).apply(this,arguments)},__importStar=this&&this.__importStar||function(e){if(e&&e.__esModule)return e;var r={};if(null!=e)for(var t in e)Object.hasOwnProperty.call(e,t)&&(r[t]=e[t]);r.default=e;return r};Object.defineProperty(exports,"__esModule",{value:!0});var wijmo_react_base_1=require("@mescius/wijmo.react.base"),wjcGridFilter=__importStar(require("@mescius/wijmo.grid.filter"));exports.FlexGridFilterMeta={inputs:["defaultFilterType","defaultFilterMode","exclusiveValueSearch","filterColumns","filterDefinition","reApplyFilterOnUpdate","showFilterIcons","showSortButtons","showIncludeSelection"],events:["editingFilter","exclusiveValueSearchChanged","filterApplied","filterChanged","filterChanging"]};exports.FlexGridFilter=wijmo_react_base_1.wjForwardRef((function(e,r){var t=wijmo_react_base_1.useWjComponentChildBase({ref:r,properties:exports.FlexGridFilterMeta.inputs,events:exports.FlexGridFilterMeta.events,props:e,constructor:wjcGridFilter.FlexGridFilter,needParentInstance:!0,parentProp:"",isParentPropArray:!1,assignedToParent:!1});return __assign({$_wjComponent:!0},t)}));
|
package/package.json
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mescius/wijmo.react.grid.filter",
|
|
3
|
-
"version": "5.20251.41-nightly.
|
|
3
|
+
"version": "5.20251.41-nightly.d20250821.t181644",
|
|
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.20251.41-nightly.
|
|
11
|
-
"@mescius/wijmo.grid.filter": "5.20251.41-nightly.
|
|
12
|
-
"@mescius/wijmo.grid": "5.20251.41-nightly.
|
|
13
|
-
"@mescius/wijmo.react.base": "5.20251.41-nightly.
|
|
10
|
+
"@mescius/wijmo": "5.20251.41-nightly.d20250821.t181644",
|
|
11
|
+
"@mescius/wijmo.grid.filter": "5.20251.41-nightly.d20250821.t181644",
|
|
12
|
+
"@mescius/wijmo.grid": "5.20251.41-nightly.d20250821.t181644",
|
|
13
|
+
"@mescius/wijmo.react.base": "5.20251.41-nightly.d20250821.t181644"
|
|
14
14
|
},
|
|
15
15
|
"homepage": "https://developer.mescius.com/wijmo",
|
|
16
16
|
"bugs": {
|