@syncfusion/ej2-react-querybuilder 20.4.51 → 21.1.35
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/CHANGELOG.md +1 -13
- package/diConfig.json +1 -0
- package/dist/ej2-react-querybuilder.min.js +2 -2
- package/dist/ej2-react-querybuilder.umd.min.js +2 -2
- package/dist/ej2-react-querybuilder.umd.min.js.map +1 -1
- package/dist/es6/ej2-react-querybuilder.es2015.js +1 -0
- package/dist/es6/ej2-react-querybuilder.es2015.js.map +1 -1
- package/package.json +9 -9
- package/src/query-builder/querybuilder.component.d.ts +1 -0
- package/src/query-builder/querybuilder.component.js +1 -0
- package/styles/bootstrap-dark.css +17 -9
- package/styles/bootstrap.css +9 -9
- package/styles/bootstrap4.css +10 -10
- package/styles/bootstrap5-dark.css +11 -11
- package/styles/bootstrap5.css +11 -11
- package/styles/fabric-dark.css +15 -9
- package/styles/fabric.css +9 -9
- package/styles/fluent-dark.css +12 -12
- package/styles/fluent.css +12 -12
- package/styles/highcontrast-light.css +9 -30
- package/styles/highcontrast.css +9 -9
- package/styles/material-dark.css +9 -9
- package/styles/material.css +9 -9
- package/styles/query-builder/bootstrap-dark.css +17 -9
- package/styles/query-builder/bootstrap.css +9 -9
- package/styles/query-builder/bootstrap4.css +10 -10
- package/styles/query-builder/bootstrap5-dark.css +11 -11
- package/styles/query-builder/bootstrap5.css +11 -11
- package/styles/query-builder/fabric-dark.css +15 -9
- package/styles/query-builder/fabric.css +9 -9
- package/styles/query-builder/fluent-dark.css +12 -12
- package/styles/query-builder/fluent.css +12 -12
- package/styles/query-builder/highcontrast-light.css +9 -30
- package/styles/query-builder/highcontrast.css +9 -9
- package/styles/query-builder/material-dark.css +9 -9
- package/styles/query-builder/material.css +9 -9
- package/styles/query-builder/tailwind-dark.css +9 -9
- package/styles/query-builder/tailwind.css +9 -9
- package/styles/tailwind-dark.css +9 -9
- package/styles/tailwind.css +9 -9
package/CHANGELOG.md
CHANGED
|
@@ -6,35 +6,23 @@
|
|
|
6
6
|
|
|
7
7
|
#### Bug Fixes
|
|
8
8
|
|
|
9
|
-
- `#I430220` - Issue with Value template issue with complex data binding of query builder has been fixed.
|
|
10
9
|
- `#I428779` - Issue with Providing the single quotes in SQL string support to query builder has been fixed.
|
|
11
|
-
|
|
12
|
-
## 20.4.42 (2023-01-04)
|
|
10
|
+
- `#I430220` - Issue with Value template issue with complex data binding of query builder has been fixed.
|
|
13
11
|
|
|
14
12
|
### QueryBuilder
|
|
15
13
|
|
|
16
14
|
#### Bug Fixes
|
|
17
15
|
|
|
18
16
|
- `#F31632` - Accessibility issue in Query Builder has been resolved.
|
|
19
|
-
|
|
20
|
-
## 20.4.40 (2022-12-28)
|
|
21
|
-
|
|
22
|
-
### QueryBuilder
|
|
23
|
-
|
|
24
|
-
#### Bug Fixes
|
|
25
|
-
|
|
26
17
|
- `#F178375` - Issue with Browser window get freezes when we set the Invalid SQL rule to query builder has been fixed.
|
|
27
18
|
- `#I423706` - Issue with Field Dropdown list popups get collapses when we use `validateFields` method in query builder has been fixed
|
|
28
19
|
|
|
29
|
-
## 20.4.38 (2022-12-21)
|
|
30
|
-
|
|
31
20
|
### QueryBuilder
|
|
32
21
|
|
|
33
22
|
#### Bug Fixes
|
|
34
23
|
|
|
35
24
|
- `#F420982` - Issue with `getValidRules` method of query builder returns empty group has been fixed.
|
|
36
25
|
- `#I404520` - Provided Localization support SQL query builder operators.
|
|
37
|
-
- `#F178375` - Issue with Browser window get freezes when we set the Invalid SQL rule to query builder has been fixed.
|
|
38
26
|
- `#I408324` - Issue with Script errors throwing in validating query builder fields while double click has been fixed.
|
|
39
27
|
- `#I408658` - Issue with Value getting removed while closing fields Dropdown without change the value when we set rule property of query builder has been fixed
|
|
40
28
|
|
package/diConfig.json
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-react-querybuilder.min.js
|
|
3
|
-
* version :
|
|
3
|
+
* version : 21.1.35
|
|
4
4
|
* Copyright Syncfusion Inc. 2001 - 2020. All rights reserved.
|
|
5
5
|
* Use of this code is subject to the terms of our license.
|
|
6
6
|
* A copy of the current license can be obtained at any time by e-mailing
|
|
7
7
|
* licensing@syncfusion.com. Any infringement will be prosecuted under
|
|
8
8
|
* applicable laws.
|
|
9
9
|
*/
|
|
10
|
-
!function(e,t){"object"==typeof exports&&"object"==typeof module?module.exports=t(require("SyncfusionQuerybuilder"),require("SyncfusionReactBase"),require("React")):"function"==typeof define&&define.amd?define(["SyncfusionQuerybuilder","SyncfusionReactBase","React"],t):"object"==typeof exports?exports.SyncfusionReactQuerybuilder=t(require("SyncfusionQuerybuilder"),require("SyncfusionReactBase"),require("React")):e.SyncfusionReactQuerybuilder=t(e.SyncfusionQuerybuilder,e.SyncfusionReactBase,e.React)}(this,function(e,t,n){return function(e){function t(r){if(n[r])return n[r].exports;var o=n[r]={i:r,l:!1,exports:{}};return e[r].call(o.exports,o,o.exports,t),o.l=!0,o.exports}var n={};return t.m=e,t.c=n,t.i=function(e){return e},t.d=function(e,n,r){t.o(e,n)||Object.defineProperty(e,n,{configurable:!1,enumerable:!0,get:r})},t.n=function(e){var n=e&&e.__esModule?function(){return e.default}:function(){return e};return t.d(n,"a",n),n},t.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},t.p="",t(t.s=3)}([function(t,n){t.exports=e},function(e,n){e.exports=t},function(e,t,n){"use strict";var r=n(4);n.d(t,"a",function(){return r.a}),n.d(t,"b",function(){return r.b});var o=n(5);n.d(t,"c",function(){return o.a})},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=n(2);n.d(t,"ColumnDirective",function(){return r.a}),n.d(t,"ColumnsDirective",function(){return r.b}),n.d(t,"QueryBuilderComponent",function(){return r.c});var o=n(0);n.n(o);for(var u in o)["ColumnDirective","ColumnsDirective","QueryBuilderComponent","default"].indexOf(u)<0&&function(e){n.d(t,e,function(){return o[e]})}(u)},function(e,t,n){"use strict";n.d(t,"a",function(){return u}),n.d(t,"b",function(){return i});var r=n(1),o=(n.n(r),this&&this.__extends||function(){var e=function(t,n){return(e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])})(t,n)};return function(t,n){function r(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}()),u=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return o(t,e),t.moduleName="column",t}(r.ComplexBase),i=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return o(t,e),t.propertyName="columns",t.moduleName="columns",t}(r.ComplexBase)},function(e,t,n){"use strict";n.d(t,"a",function(){return c});var r=n(6),o=(n.n(r),n(0)),u=(n.n(o),n(1)),i=(n.n(u),this&&this.__extends||function(){var e=function(t,n){return(e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])})(t,n)};return function(t,n){function r(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}()),c=function(e){function t(t){var n=e.call(this,t)||this;return n.initRenderCalled=!1,n.checkInjectedModules=!1,n.directivekeys={columns:"column"},n.immediateRender=!1,n.portals=[],n}return i(t,e),t.prototype.render=function(){if(!(this.element&&!this.initRenderCalled||this.refreshing)||this.isReactForeceUpdate)return r.createElement("div",this.getDefaultAttributes(),[].concat(this.props.children,this.portals));e.prototype.render.call(this),this.initRenderCalled=!0},t}(o.QueryBuilder);n.i(u.applyMixins)(c,[u.ComponentBase,r.Component])},function(e,t){e.exports=n}])});
|
|
10
|
+
!function(e,t){"object"==typeof exports&&"object"==typeof module?module.exports=t(require("SyncfusionQuerybuilder"),require("SyncfusionReactBase"),require("React")):"function"==typeof define&&define.amd?define(["SyncfusionQuerybuilder","SyncfusionReactBase","React"],t):"object"==typeof exports?exports.SyncfusionReactQuerybuilder=t(require("SyncfusionQuerybuilder"),require("SyncfusionReactBase"),require("React")):e.SyncfusionReactQuerybuilder=t(e.SyncfusionQuerybuilder,e.SyncfusionReactBase,e.React)}(this,function(e,t,n){return function(e){function t(r){if(n[r])return n[r].exports;var o=n[r]={i:r,l:!1,exports:{}};return e[r].call(o.exports,o,o.exports,t),o.l=!0,o.exports}var n={};return t.m=e,t.c=n,t.i=function(e){return e},t.d=function(e,n,r){t.o(e,n)||Object.defineProperty(e,n,{configurable:!1,enumerable:!0,get:r})},t.n=function(e){var n=e&&e.__esModule?function(){return e.default}:function(){return e};return t.d(n,"a",n),n},t.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},t.p="",t(t.s=3)}([function(t,n){t.exports=e},function(e,n){e.exports=t},function(e,t,n){"use strict";var r=n(4);n.d(t,"a",function(){return r.a}),n.d(t,"b",function(){return r.b});var o=n(5);n.d(t,"c",function(){return o.a})},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=n(2);n.d(t,"ColumnDirective",function(){return r.a}),n.d(t,"ColumnsDirective",function(){return r.b}),n.d(t,"QueryBuilderComponent",function(){return r.c});var o=n(0);n.n(o);for(var u in o)["ColumnDirective","ColumnsDirective","QueryBuilderComponent","default"].indexOf(u)<0&&function(e){n.d(t,e,function(){return o[e]})}(u)},function(e,t,n){"use strict";n.d(t,"a",function(){return u}),n.d(t,"b",function(){return i});var r=n(1),o=(n.n(r),this&&this.__extends||function(){var e=function(t,n){return(e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])})(t,n)};return function(t,n){function r(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}()),u=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return o(t,e),t.moduleName="column",t}(r.ComplexBase),i=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return o(t,e),t.propertyName="columns",t.moduleName="columns",t}(r.ComplexBase)},function(e,t,n){"use strict";n.d(t,"a",function(){return c});var r=n(6),o=(n.n(r),n(0)),u=(n.n(o),n(1)),i=(n.n(u),this&&this.__extends||function(){var e=function(t,n){return(e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])})(t,n)};return function(t,n){function r(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}()),c=function(e){function t(t){var n=e.call(this,t)||this;return n.initRenderCalled=!1,n.checkInjectedModules=!1,n.directivekeys={columns:"column"},n.statelessTemplateProps=null,n.immediateRender=!1,n.portals=[],n}return i(t,e),t.prototype.render=function(){if(!(this.element&&!this.initRenderCalled||this.refreshing)||this.isReactForeceUpdate)return r.createElement("div",this.getDefaultAttributes(),[].concat(this.props.children,this.portals));e.prototype.render.call(this),this.initRenderCalled=!0},t}(o.QueryBuilder);n.i(u.applyMixins)(c,[u.ComponentBase,r.Component])},function(e,t){e.exports=n}])});
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-react-querybuilder.umd.min.js
|
|
3
|
-
* version :
|
|
3
|
+
* version : 21.1.35
|
|
4
4
|
* Copyright Syncfusion Inc. 2001 - 2020. All rights reserved.
|
|
5
5
|
* Use of this code is subject to the terms of our license.
|
|
6
6
|
* A copy of the current license can be obtained at any time by e-mailing
|
|
7
7
|
* licensing@syncfusion.com. Any infringement will be prosecuted under
|
|
8
8
|
* applicable laws.
|
|
9
9
|
*/
|
|
10
|
-
!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports,require("@syncfusion/ej2-react-base"),require("react"),require("@syncfusion/ej2-querybuilder")):"function"==typeof define&&define.amd?define(["exports","@syncfusion/ej2-react-base","react","@syncfusion/ej2-querybuilder"],t):t(e.ej={},e.ej2ReactBase,e.React,e.ej2Querybuilder)}(this,function(e,t,n,r){"use strict";var o=function(){var e=function(t,n){return(e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])})(t,n)};return function(t,n){function r(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}(),i=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return o(t,e),t.moduleName="column",t}(t.ComplexBase),u=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return o(t,e),t.propertyName="columns",t.moduleName="columns",t}(t.ComplexBase),c=function(){var e=function(t,n){return(e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])})(t,n)};return function(t,n){function r(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}(),s=function(e){function t(t){var n=e.call(this,t)||this;return n.initRenderCalled=!1,n.checkInjectedModules=!1,n.directivekeys={columns:"column"},n.immediateRender=!1,n.portals=[],n}return c(t,e),t.prototype.render=function(){if(!(this.element&&!this.initRenderCalled||this.refreshing)||this.isReactForeceUpdate)return n.createElement("div",this.getDefaultAttributes(),[].concat(this.props.children,this.portals));e.prototype.render.call(this),this.initRenderCalled=!0},t}(r.QueryBuilder);t.applyMixins(s,[t.ComponentBase,n.Component]),e.ColumnDirective=i,e.ColumnsDirective=u,e.QueryBuilderComponent=s,Object.keys(r).forEach(function(t){e[t]=r[t]}),Object.defineProperty(e,"__esModule",{value:!0})});
|
|
10
|
+
!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports,require("@syncfusion/ej2-react-base"),require("react"),require("@syncfusion/ej2-querybuilder")):"function"==typeof define&&define.amd?define(["exports","@syncfusion/ej2-react-base","react","@syncfusion/ej2-querybuilder"],t):t(e.ej={},e.ej2ReactBase,e.React,e.ej2Querybuilder)}(this,function(e,t,n,r){"use strict";var o=function(){var e=function(t,n){return(e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])})(t,n)};return function(t,n){function r(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}(),i=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return o(t,e),t.moduleName="column",t}(t.ComplexBase),u=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return o(t,e),t.propertyName="columns",t.moduleName="columns",t}(t.ComplexBase),c=function(){var e=function(t,n){return(e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])})(t,n)};return function(t,n){function r(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}(),s=function(e){function t(t){var n=e.call(this,t)||this;return n.initRenderCalled=!1,n.checkInjectedModules=!1,n.directivekeys={columns:"column"},n.statelessTemplateProps=null,n.immediateRender=!1,n.portals=[],n}return c(t,e),t.prototype.render=function(){if(!(this.element&&!this.initRenderCalled||this.refreshing)||this.isReactForeceUpdate)return n.createElement("div",this.getDefaultAttributes(),[].concat(this.props.children,this.portals));e.prototype.render.call(this),this.initRenderCalled=!0},t}(r.QueryBuilder);t.applyMixins(s,[t.ComponentBase,n.Component]),e.ColumnDirective=i,e.ColumnsDirective=u,e.QueryBuilderComponent=s,Object.keys(r).forEach(function(t){e[t]=r[t]}),Object.defineProperty(e,"__esModule",{value:!0})});
|
|
11
11
|
//# sourceMappingURL=ej2-react-querybuilder.umd.min.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ej2-react-querybuilder.umd.min.js","sources":["../src/query-builder/columns-directive.js","../src/query-builder/querybuilder.component.js"],"sourcesContent":["var __extends = (this && this.__extends) || (function () {\n var extendStatics = function (d, b) {\n extendStatics = Object.setPrototypeOf ||\n ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||\n function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };\n return extendStatics(d, b);\n };\n return function (d, b) {\n extendStatics(d, b);\n function __() { this.constructor = d; }\n d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());\n };\n})();\nimport { ComplexBase } from '@syncfusion/ej2-react-base';\n/**\n * `ColumnDirective` represent a column of the react QueryBuilder.\n * It must be contained in a QueryBuilder component(`GridComponent`).\n * ```tsx\n * <QueryBuilderComponent dataSource={data}>\n * <ColumnsDirective>\n * <ColumnDirective field='ID' label='ID' type='number'></ColumnDirective>\n * <ColumnDirective field='Date' label='Date' type='date' format='dd/MM/yyyy'></ColumnDirective>\n * <ColumnsDirective>\n * </QueryBuilderComponent>\n * ```\n */\nvar ColumnDirective = /** @class */ (function (_super) {\n __extends(ColumnDirective, _super);\n function ColumnDirective() {\n return _super !== null && _super.apply(this, arguments) || this;\n }\n ColumnDirective.moduleName = 'column';\n return ColumnDirective;\n}(ComplexBase));\nexport { ColumnDirective };\nvar ColumnsDirective = /** @class */ (function (_super) {\n __extends(ColumnsDirective, _super);\n function ColumnsDirective() {\n return _super !== null && _super.apply(this, arguments) || this;\n }\n ColumnsDirective.propertyName = 'columns';\n ColumnsDirective.moduleName = 'columns';\n return ColumnsDirective;\n}(ComplexBase));\nexport { ColumnsDirective };\n","var __extends = (this && this.__extends) || (function () {\n var extendStatics = function (d, b) {\n extendStatics = Object.setPrototypeOf ||\n ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||\n function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };\n return extendStatics(d, b);\n };\n return function (d, b) {\n extendStatics(d, b);\n function __() { this.constructor = d; }\n d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());\n };\n})();\nimport * as React from 'react';\nimport { QueryBuilder } from '@syncfusion/ej2-querybuilder';\nimport { ComponentBase, applyMixins } from '@syncfusion/ej2-react-base';\n/**\n * Represents the React QueryBuilder Component\n * ```html\n * <QueryBuilderComponent></QueryBuilderComponent>\n * ```\n */\nvar QueryBuilderComponent = /** @class */ (function (_super) {\n __extends(QueryBuilderComponent, _super);\n function QueryBuilderComponent(props) {\n var _this = _super.call(this, props) || this;\n _this.initRenderCalled = false;\n _this.checkInjectedModules = false;\n _this.directivekeys = { 'columns': 'column' };\n _this.immediateRender = false;\n _this.portals = [];\n return _this;\n }\n QueryBuilderComponent.prototype.render = function () {\n if (((this.element && !this.initRenderCalled) || this.refreshing) && !this.isReactForeceUpdate) {\n _super.prototype.render.call(this);\n this.initRenderCalled = true;\n }\n else {\n return React.createElement('div', this.getDefaultAttributes(), [].concat(this.props.children, this.portals));\n }\n };\n return QueryBuilderComponent;\n}(QueryBuilder));\nexport { QueryBuilderComponent };\napplyMixins(QueryBuilderComponent, [ComponentBase, React.Component]);\n"],"names":["__extends","extendStatics","d","b","Object","setPrototypeOf","__proto__","Array","p","hasOwnProperty","__","this","constructor","prototype","create","ColumnDirective","_super","apply","arguments","moduleName","ComplexBase","ColumnsDirective","propertyName","QueryBuilderComponent","props","_this","call","initRenderCalled","checkInjectedModules","directivekeys","columns","immediateRender","portals","render","element","refreshing","isReactForeceUpdate","React.createElement","getDefaultAttributes","concat","children","QueryBuilder","ej2ReactBase","ComponentBase","React.Component"],"mappings":"uYAAA,IAAIA,EAAwC,WACxC,IAAIC,EAAgB,SAAUC,EAAGC,GAI7B,OAHAF,EAAgBG,OAAOC,iBAChBC,wBAA2BC,OAAS,SAAUL,EAAGC,GAAKD,EAAEI,UAAYH,IACvE,SAAUD,EAAGC,GAAK,IAAK,IAAIK,KAAKL,EAAOA,EAAEM,eAAeD,KAAIN,EAAEM,GAAKL,EAAEK,MACpDN,EAAGC,IAE5B,OAAO,SAAUD,EAAGC,GAEhB,SAASO,IAAOC,KAAKC,YAAcV,EADnCD,EAAcC,EAAGC,GAEjBD,EAAEW,UAAkB,OAANV,EAAaC,OAAOU,OAAOX,IAAMO,EAAGG,UAAYV,EAAEU,UAAW,IAAIH,IAV3C,GA0BxCK,EAAiC,SAAUC,GAE3C,SAASD,IACL,OAAkB,OAAXC,GAAmBA,EAAOC,MAAMN,KAAMO,YAAcP,KAG/D,OALAX,EAAUe,EAAiBC,GAI3BD,EAAgBI,WAAa,SACtBJ,GACTK,eAEEC,EAAkC,SAAUL,GAE5C,SAASK,IACL,OAAkB,OAAXL,GAAmBA,EAAOC,MAAMN,KAAMO,YAAcP,KAI/D,OANAX,EAAUqB,EAAkBL,GAI5BK,EAAiBC,aAAe,UAChCD,EAAiBF,WAAa,UACvBE,GACTD,eC3CEpB,EAAwC,WACxC,IAAIC,EAAgB,SAAUC,EAAGC,GAI7B,OAHAF,EAAgBG,OAAOC,iBAChBC,wBAA2BC,OAAS,SAAUL,EAAGC,GAAKD,EAAEI,UAAYH,IACvE,SAAUD,EAAGC,GAAK,IAAK,IAAIK,KAAKL,EAAOA,EAAEM,eAAeD,KAAIN,EAAEM,GAAKL,EAAEK,MACpDN,EAAGC,IAE5B,OAAO,SAAUD,EAAGC,GAEhB,SAASO,IAAOC,KAAKC,YAAcV,EADnCD,EAAcC,EAAGC,GAEjBD,EAAEW,UAAkB,OAANV,EAAaC,OAAOU,OAAOX,IAAMO,EAAGG,UAAYV,EAAEU,UAAW,IAAIH,IAV3C,GAsBxCa,EAAuC,SAAUP,GAEjD,SAASO,EAAsBC,GAC3B,IAAIC,EAAQT,EAAOU,KAAKf,KAAMa,IAAUb,
|
|
1
|
+
{"version":3,"file":"ej2-react-querybuilder.umd.min.js","sources":["../src/query-builder/columns-directive.js","../src/query-builder/querybuilder.component.js"],"sourcesContent":["var __extends = (this && this.__extends) || (function () {\n var extendStatics = function (d, b) {\n extendStatics = Object.setPrototypeOf ||\n ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||\n function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };\n return extendStatics(d, b);\n };\n return function (d, b) {\n extendStatics(d, b);\n function __() { this.constructor = d; }\n d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());\n };\n})();\nimport { ComplexBase } from '@syncfusion/ej2-react-base';\n/**\n * `ColumnDirective` represent a column of the react QueryBuilder.\n * It must be contained in a QueryBuilder component(`GridComponent`).\n * ```tsx\n * <QueryBuilderComponent dataSource={data}>\n * <ColumnsDirective>\n * <ColumnDirective field='ID' label='ID' type='number'></ColumnDirective>\n * <ColumnDirective field='Date' label='Date' type='date' format='dd/MM/yyyy'></ColumnDirective>\n * <ColumnsDirective>\n * </QueryBuilderComponent>\n * ```\n */\nvar ColumnDirective = /** @class */ (function (_super) {\n __extends(ColumnDirective, _super);\n function ColumnDirective() {\n return _super !== null && _super.apply(this, arguments) || this;\n }\n ColumnDirective.moduleName = 'column';\n return ColumnDirective;\n}(ComplexBase));\nexport { ColumnDirective };\nvar ColumnsDirective = /** @class */ (function (_super) {\n __extends(ColumnsDirective, _super);\n function ColumnsDirective() {\n return _super !== null && _super.apply(this, arguments) || this;\n }\n ColumnsDirective.propertyName = 'columns';\n ColumnsDirective.moduleName = 'columns';\n return ColumnsDirective;\n}(ComplexBase));\nexport { ColumnsDirective };\n","var __extends = (this && this.__extends) || (function () {\n var extendStatics = function (d, b) {\n extendStatics = Object.setPrototypeOf ||\n ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||\n function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };\n return extendStatics(d, b);\n };\n return function (d, b) {\n extendStatics(d, b);\n function __() { this.constructor = d; }\n d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());\n };\n})();\nimport * as React from 'react';\nimport { QueryBuilder } from '@syncfusion/ej2-querybuilder';\nimport { ComponentBase, applyMixins } from '@syncfusion/ej2-react-base';\n/**\n * Represents the React QueryBuilder Component\n * ```html\n * <QueryBuilderComponent></QueryBuilderComponent>\n * ```\n */\nvar QueryBuilderComponent = /** @class */ (function (_super) {\n __extends(QueryBuilderComponent, _super);\n function QueryBuilderComponent(props) {\n var _this = _super.call(this, props) || this;\n _this.initRenderCalled = false;\n _this.checkInjectedModules = false;\n _this.directivekeys = { 'columns': 'column' };\n _this.statelessTemplateProps = null;\n _this.immediateRender = false;\n _this.portals = [];\n return _this;\n }\n QueryBuilderComponent.prototype.render = function () {\n if (((this.element && !this.initRenderCalled) || this.refreshing) && !this.isReactForeceUpdate) {\n _super.prototype.render.call(this);\n this.initRenderCalled = true;\n }\n else {\n return React.createElement('div', this.getDefaultAttributes(), [].concat(this.props.children, this.portals));\n }\n };\n return QueryBuilderComponent;\n}(QueryBuilder));\nexport { QueryBuilderComponent };\napplyMixins(QueryBuilderComponent, [ComponentBase, React.Component]);\n"],"names":["__extends","extendStatics","d","b","Object","setPrototypeOf","__proto__","Array","p","hasOwnProperty","__","this","constructor","prototype","create","ColumnDirective","_super","apply","arguments","moduleName","ComplexBase","ColumnsDirective","propertyName","QueryBuilderComponent","props","_this","call","initRenderCalled","checkInjectedModules","directivekeys","columns","statelessTemplateProps","immediateRender","portals","render","element","refreshing","isReactForeceUpdate","React.createElement","getDefaultAttributes","concat","children","QueryBuilder","ej2ReactBase","ComponentBase","React.Component"],"mappings":"uYAAA,IAAIA,EAAwC,WACxC,IAAIC,EAAgB,SAAUC,EAAGC,GAI7B,OAHAF,EAAgBG,OAAOC,iBAChBC,wBAA2BC,OAAS,SAAUL,EAAGC,GAAKD,EAAEI,UAAYH,IACvE,SAAUD,EAAGC,GAAK,IAAK,IAAIK,KAAKL,EAAOA,EAAEM,eAAeD,KAAIN,EAAEM,GAAKL,EAAEK,MACpDN,EAAGC,IAE5B,OAAO,SAAUD,EAAGC,GAEhB,SAASO,IAAOC,KAAKC,YAAcV,EADnCD,EAAcC,EAAGC,GAEjBD,EAAEW,UAAkB,OAANV,EAAaC,OAAOU,OAAOX,IAAMO,EAAGG,UAAYV,EAAEU,UAAW,IAAIH,IAV3C,GA0BxCK,EAAiC,SAAUC,GAE3C,SAASD,IACL,OAAkB,OAAXC,GAAmBA,EAAOC,MAAMN,KAAMO,YAAcP,KAG/D,OALAX,EAAUe,EAAiBC,GAI3BD,EAAgBI,WAAa,SACtBJ,GACTK,eAEEC,EAAkC,SAAUL,GAE5C,SAASK,IACL,OAAkB,OAAXL,GAAmBA,EAAOC,MAAMN,KAAMO,YAAcP,KAI/D,OANAX,EAAUqB,EAAkBL,GAI5BK,EAAiBC,aAAe,UAChCD,EAAiBF,WAAa,UACvBE,GACTD,eC3CEpB,EAAwC,WACxC,IAAIC,EAAgB,SAAUC,EAAGC,GAI7B,OAHAF,EAAgBG,OAAOC,iBAChBC,wBAA2BC,OAAS,SAAUL,EAAGC,GAAKD,EAAEI,UAAYH,IACvE,SAAUD,EAAGC,GAAK,IAAK,IAAIK,KAAKL,EAAOA,EAAEM,eAAeD,KAAIN,EAAEM,GAAKL,EAAEK,MACpDN,EAAGC,IAE5B,OAAO,SAAUD,EAAGC,GAEhB,SAASO,IAAOC,KAAKC,YAAcV,EADnCD,EAAcC,EAAGC,GAEjBD,EAAEW,UAAkB,OAANV,EAAaC,OAAOU,OAAOX,IAAMO,EAAGG,UAAYV,EAAEU,UAAW,IAAIH,IAV3C,GAsBxCa,EAAuC,SAAUP,GAEjD,SAASO,EAAsBC,GAC3B,IAAIC,EAAQT,EAAOU,KAAKf,KAAMa,IAAUb,KAOxC,OANAc,EAAME,kBAAmB,EACzBF,EAAMG,sBAAuB,EAC7BH,EAAMI,eAAkBC,QAAW,UACnCL,EAAMM,uBAAyB,KAC/BN,EAAMO,iBAAkB,EACxBP,EAAMQ,WACCR,EAWX,OApBAzB,EAAUuB,EAAuBP,GAWjCO,EAAsBV,UAAUqB,OAAS,WACrC,KAAMvB,KAAKwB,UAAYxB,KAAKgB,kBAAqBhB,KAAKyB,aAAgBzB,KAAK0B,oBAKvE,OAAOC,gBAAoB,MAAO3B,KAAK4B,0BAA2BC,OAAO7B,KAAKa,MAAMiB,SAAU9B,KAAKsB,UAJnGjB,EAAOH,UAAUqB,OAAOR,KAAKf,MAC7BA,KAAKgB,kBAAmB,GAMzBJ,GACTmB,gBACFC,cACYpB,GAAwBqB,gBAAeC"}
|
|
@@ -34,6 +34,7 @@ class QueryBuilderComponent extends QueryBuilder {
|
|
|
34
34
|
this.initRenderCalled = false;
|
|
35
35
|
this.checkInjectedModules = false;
|
|
36
36
|
this.directivekeys = { 'columns': 'column' };
|
|
37
|
+
this.statelessTemplateProps = null;
|
|
37
38
|
this.immediateRender = false;
|
|
38
39
|
this.portals = [];
|
|
39
40
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ej2-react-querybuilder.es2015.js","sources":["../src/es6/query-builder/columns-directive.js","../src/es6/query-builder/querybuilder.component.js"],"sourcesContent":["import { ComplexBase } from '@syncfusion/ej2-react-base';\n/**\n * `ColumnDirective` represent a column of the react QueryBuilder.\n * It must be contained in a QueryBuilder component(`GridComponent`).\n * ```tsx\n * <QueryBuilderComponent dataSource={data}>\n * <ColumnsDirective>\n * <ColumnDirective field='ID' label='ID' type='number'></ColumnDirective>\n * <ColumnDirective field='Date' label='Date' type='date' format='dd/MM/yyyy'></ColumnDirective>\n * <ColumnsDirective>\n * </QueryBuilderComponent>\n * ```\n */\nexport class ColumnDirective extends ComplexBase {\n}\nColumnDirective.moduleName = 'column';\nexport class ColumnsDirective extends ComplexBase {\n}\nColumnsDirective.propertyName = 'columns';\nColumnsDirective.moduleName = 'columns';\n","import * as React from 'react';\nimport { QueryBuilder } from '@syncfusion/ej2-querybuilder';\nimport { ComponentBase, applyMixins } from '@syncfusion/ej2-react-base';\n/**\n * Represents the React QueryBuilder Component\n * ```html\n * <QueryBuilderComponent></QueryBuilderComponent>\n * ```\n */\nexport class QueryBuilderComponent extends QueryBuilder {\n constructor(props) {\n super(props);\n this.initRenderCalled = false;\n this.checkInjectedModules = false;\n this.directivekeys = { 'columns': 'column' };\n this.immediateRender = false;\n this.portals = [];\n }\n render() {\n if (((this.element && !this.initRenderCalled) || this.refreshing) && !this.isReactForeceUpdate) {\n super.render();\n this.initRenderCalled = true;\n }\n else {\n return React.createElement('div', this.getDefaultAttributes(), [].concat(this.props.children, this.portals));\n }\n }\n}\napplyMixins(QueryBuilderComponent, [ComponentBase, React.Component]);\n"],"names":["React.createElement","React.Component"],"mappings":";;;;AACA;;;;;;;;;;;;AAYA,AAAO,MAAM,eAAe,SAAS,WAAW,CAAC;CAChD;AACD,eAAe,CAAC,UAAU,GAAG,QAAQ,CAAC;AACtC,AAAO,MAAM,gBAAgB,SAAS,WAAW,CAAC;CACjD;AACD,gBAAgB,CAAC,YAAY,GAAG,SAAS,CAAC;AAC1C,gBAAgB,CAAC,UAAU,GAAG,SAAS,CAAC;;AChBxC;;;;;;AAMA,AAAO,MAAM,qBAAqB,SAAS,YAAY,CAAC;IACpD,WAAW,CAAC,KAAK,EAAE;QACf,KAAK,CAAC,KAAK,CAAC,CAAC;QACb,IAAI,CAAC,gBAAgB,GAAG,KAAK,CAAC;QAC9B,IAAI,CAAC,oBAAoB,GAAG,KAAK,CAAC;QAClC,IAAI,CAAC,aAAa,GAAG,EAAE,SAAS,EAAE,QAAQ,EAAE,CAAC;QAC7C,IAAI,CAAC,eAAe,GAAG,KAAK,CAAC;QAC7B,IAAI,CAAC,OAAO,GAAG,EAAE,CAAC;KACrB;IACD,MAAM,GAAG;QACL,IAAI,CAAC,CAAC,IAAI,CAAC,OAAO,IAAI,CAAC,IAAI,CAAC,gBAAgB,KAAK,IAAI,CAAC,UAAU,KAAK,CAAC,IAAI,CAAC,mBAAmB,EAAE;YAC5F,KAAK,CAAC,MAAM,EAAE,CAAC;YACf,IAAI,CAAC,gBAAgB,GAAG,IAAI,CAAC;SAChC;aACI;YACD,OAAOA,aAAmB,CAAC,KAAK,EAAE,IAAI,CAAC,oBAAoB,EAAE,EAAE,EAAE,CAAC,MAAM,CAAC,IAAI,CAAC,KAAK,CAAC,QAAQ,EAAE,IAAI,CAAC,OAAO,CAAC,CAAC,CAAC;SAChH;KACJ;CACJ;AACD,WAAW,CAAC,qBAAqB,EAAE,CAAC,aAAa,EAAEC,SAAe,CAAC,CAAC,CAAC;;;;;"}
|
|
1
|
+
{"version":3,"file":"ej2-react-querybuilder.es2015.js","sources":["../src/es6/query-builder/columns-directive.js","../src/es6/query-builder/querybuilder.component.js"],"sourcesContent":["import { ComplexBase } from '@syncfusion/ej2-react-base';\n/**\n * `ColumnDirective` represent a column of the react QueryBuilder.\n * It must be contained in a QueryBuilder component(`GridComponent`).\n * ```tsx\n * <QueryBuilderComponent dataSource={data}>\n * <ColumnsDirective>\n * <ColumnDirective field='ID' label='ID' type='number'></ColumnDirective>\n * <ColumnDirective field='Date' label='Date' type='date' format='dd/MM/yyyy'></ColumnDirective>\n * <ColumnsDirective>\n * </QueryBuilderComponent>\n * ```\n */\nexport class ColumnDirective extends ComplexBase {\n}\nColumnDirective.moduleName = 'column';\nexport class ColumnsDirective extends ComplexBase {\n}\nColumnsDirective.propertyName = 'columns';\nColumnsDirective.moduleName = 'columns';\n","import * as React from 'react';\nimport { QueryBuilder } from '@syncfusion/ej2-querybuilder';\nimport { ComponentBase, applyMixins } from '@syncfusion/ej2-react-base';\n/**\n * Represents the React QueryBuilder Component\n * ```html\n * <QueryBuilderComponent></QueryBuilderComponent>\n * ```\n */\nexport class QueryBuilderComponent extends QueryBuilder {\n constructor(props) {\n super(props);\n this.initRenderCalled = false;\n this.checkInjectedModules = false;\n this.directivekeys = { 'columns': 'column' };\n this.statelessTemplateProps = null;\n this.immediateRender = false;\n this.portals = [];\n }\n render() {\n if (((this.element && !this.initRenderCalled) || this.refreshing) && !this.isReactForeceUpdate) {\n super.render();\n this.initRenderCalled = true;\n }\n else {\n return React.createElement('div', this.getDefaultAttributes(), [].concat(this.props.children, this.portals));\n }\n }\n}\napplyMixins(QueryBuilderComponent, [ComponentBase, React.Component]);\n"],"names":["React.createElement","React.Component"],"mappings":";;;;AACA;;;;;;;;;;;;AAYA,AAAO,MAAM,eAAe,SAAS,WAAW,CAAC;CAChD;AACD,eAAe,CAAC,UAAU,GAAG,QAAQ,CAAC;AACtC,AAAO,MAAM,gBAAgB,SAAS,WAAW,CAAC;CACjD;AACD,gBAAgB,CAAC,YAAY,GAAG,SAAS,CAAC;AAC1C,gBAAgB,CAAC,UAAU,GAAG,SAAS,CAAC;;AChBxC;;;;;;AAMA,AAAO,MAAM,qBAAqB,SAAS,YAAY,CAAC;IACpD,WAAW,CAAC,KAAK,EAAE;QACf,KAAK,CAAC,KAAK,CAAC,CAAC;QACb,IAAI,CAAC,gBAAgB,GAAG,KAAK,CAAC;QAC9B,IAAI,CAAC,oBAAoB,GAAG,KAAK,CAAC;QAClC,IAAI,CAAC,aAAa,GAAG,EAAE,SAAS,EAAE,QAAQ,EAAE,CAAC;QAC7C,IAAI,CAAC,sBAAsB,GAAG,IAAI,CAAC;QACnC,IAAI,CAAC,eAAe,GAAG,KAAK,CAAC;QAC7B,IAAI,CAAC,OAAO,GAAG,EAAE,CAAC;KACrB;IACD,MAAM,GAAG;QACL,IAAI,CAAC,CAAC,IAAI,CAAC,OAAO,IAAI,CAAC,IAAI,CAAC,gBAAgB,KAAK,IAAI,CAAC,UAAU,KAAK,CAAC,IAAI,CAAC,mBAAmB,EAAE;YAC5F,KAAK,CAAC,MAAM,EAAE,CAAC;YACf,IAAI,CAAC,gBAAgB,GAAG,IAAI,CAAC;SAChC;aACI;YACD,OAAOA,aAAmB,CAAC,KAAK,EAAE,IAAI,CAAC,oBAAoB,EAAE,EAAE,EAAE,CAAC,MAAM,CAAC,IAAI,CAAC,KAAK,CAAC,QAAQ,EAAE,IAAI,CAAC,OAAO,CAAC,CAAC,CAAC;SAChH;KACJ;CACJ;AACD,WAAW,CAAC,qBAAqB,EAAE,CAAC,aAAa,EAAEC,SAAe,CAAC,CAAC,CAAC;;;;;"}
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"_from": "@syncfusion/ej2-react-querybuilder@*",
|
|
3
|
-
"_id": "@syncfusion/ej2-react-querybuilder@
|
|
3
|
+
"_id": "@syncfusion/ej2-react-querybuilder@18.23.1",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-3qYYUGhYLor2+1O4EPAhbHtTrsLvfSwiJM6/On0anFybi3ep6dmZRbGVcSjEpc30CQvfGg9YnGvooq+fes1Peg==",
|
|
6
6
|
"_location": "/@syncfusion/ej2-react-querybuilder",
|
|
7
7
|
"_phantomChildren": {},
|
|
8
8
|
"_requested": {
|
|
@@ -19,10 +19,10 @@
|
|
|
19
19
|
"_requiredBy": [
|
|
20
20
|
"/"
|
|
21
21
|
],
|
|
22
|
-
"_resolved": "https://nexus.syncfusion.com/repository/ej2-
|
|
23
|
-
"_shasum": "
|
|
22
|
+
"_resolved": "https://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-react-querybuilder/-/ej2-react-querybuilder-18.23.1.tgz",
|
|
23
|
+
"_shasum": "57c9430aaa78fbd322deaadf55a71ae5c5e7f3d2",
|
|
24
24
|
"_spec": "@syncfusion/ej2-react-querybuilder@*",
|
|
25
|
-
"_where": "/jenkins/workspace/
|
|
25
|
+
"_where": "/jenkins/workspace/elease-automation_release_21.1.1/packages/included",
|
|
26
26
|
"author": {
|
|
27
27
|
"name": "Syncfusion Inc."
|
|
28
28
|
},
|
|
@@ -31,9 +31,9 @@
|
|
|
31
31
|
},
|
|
32
32
|
"bundleDependencies": false,
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@syncfusion/ej2-base": "~
|
|
35
|
-
"@syncfusion/ej2-querybuilder": "
|
|
36
|
-
"@syncfusion/ej2-react-base": "~
|
|
34
|
+
"@syncfusion/ej2-base": "~21.1.35",
|
|
35
|
+
"@syncfusion/ej2-querybuilder": "21.1.35",
|
|
36
|
+
"@syncfusion/ej2-react-base": "~21.1.35"
|
|
37
37
|
},
|
|
38
38
|
"deprecated": false,
|
|
39
39
|
"description": "Essential JS 2 QueryBuilder for React",
|
|
@@ -56,6 +56,6 @@
|
|
|
56
56
|
"type": "git",
|
|
57
57
|
"url": "git+https://github.com/syncfusion/ej2-react-ui-components.git"
|
|
58
58
|
},
|
|
59
|
-
"version": "
|
|
59
|
+
"version": "21.1.35",
|
|
60
60
|
"sideEffects": false
|
|
61
61
|
}
|
|
@@ -27,6 +27,7 @@ var QueryBuilderComponent = /** @class */ (function (_super) {
|
|
|
27
27
|
_this.initRenderCalled = false;
|
|
28
28
|
_this.checkInjectedModules = false;
|
|
29
29
|
_this.directivekeys = { 'columns': 'column' };
|
|
30
|
+
_this.statelessTemplateProps = null;
|
|
30
31
|
_this.immediateRender = false;
|
|
31
32
|
_this.portals = [];
|
|
32
33
|
return _this;
|
|
@@ -385,7 +385,7 @@
|
|
|
385
385
|
border-top-left-radius: 0;
|
|
386
386
|
border-top-right-radius: 0;
|
|
387
387
|
border-top-style: dotted;
|
|
388
|
-
border-top-width:
|
|
388
|
+
border-top-width: 1px;
|
|
389
389
|
margin-top: 0;
|
|
390
390
|
}
|
|
391
391
|
.e-query-builder .e-group-body .e-rule-container.e-separate-rule {
|
|
@@ -678,12 +678,20 @@
|
|
|
678
678
|
}
|
|
679
679
|
|
|
680
680
|
.e-query-builder {
|
|
681
|
-
background
|
|
681
|
+
background: #1a1a1a;
|
|
682
682
|
border-color: #484848;
|
|
683
683
|
}
|
|
684
684
|
.e-query-builder .e-group-header .e-btn-group {
|
|
685
685
|
border-color: #484848;
|
|
686
686
|
}
|
|
687
|
+
.e-query-builder.e-rtl .e-btn-group.e-rtl .e-qb-toggle.e-btn.e-small {
|
|
688
|
+
border-left: 1px solid #484848;
|
|
689
|
+
border-right: 1px solid #484848;
|
|
690
|
+
}
|
|
691
|
+
.e-query-builder.e-rtl .e-btn-group.e-rtl .e-qb-toggle.e-btn.e-small.e-active-toggle {
|
|
692
|
+
border-left: 1px solid #0070f0;
|
|
693
|
+
border-right: 1px solid #0070f0;
|
|
694
|
+
}
|
|
687
695
|
.e-query-builder.e-rtl .e-btn-group.e-rtl .e-btn.e-btngroup-and-lbl.e-not {
|
|
688
696
|
border-right: transparent;
|
|
689
697
|
}
|
|
@@ -691,14 +699,14 @@
|
|
|
691
699
|
border-color: #484848;
|
|
692
700
|
}
|
|
693
701
|
.e-query-builder .e-rule-container {
|
|
694
|
-
background
|
|
702
|
+
background: #131313;
|
|
695
703
|
border-color: #484848;
|
|
696
704
|
}
|
|
697
705
|
.e-query-builder .e-rule-container.e-joined-rule {
|
|
698
706
|
border-top-color: #9c9c9c;
|
|
699
707
|
}
|
|
700
708
|
.e-query-builder .e-rule-list .e-group-container {
|
|
701
|
-
background
|
|
709
|
+
background: #1a1a1a;
|
|
702
710
|
}
|
|
703
711
|
.e-query-builder .e-rule-list > ::after, .e-query-builder .e-rule-list > ::before {
|
|
704
712
|
border-color: #9c9c9c;
|
|
@@ -712,27 +720,27 @@
|
|
|
712
720
|
border-right: transparent;
|
|
713
721
|
}
|
|
714
722
|
.e-query-builder .e-removerule.e-btn.e-round {
|
|
715
|
-
background
|
|
723
|
+
background: #131313;
|
|
716
724
|
}
|
|
717
725
|
.e-query-builder .e-removerule.e-btn.e-round.e-readonly {
|
|
718
726
|
display: none;
|
|
719
727
|
}
|
|
720
728
|
.e-query-builder .e-summary-content textarea {
|
|
721
|
-
background
|
|
729
|
+
background: #1a1a1a;
|
|
722
730
|
color: #f0f0f0;
|
|
723
731
|
}
|
|
724
732
|
.e-query-builder .e-collapse-rule {
|
|
725
|
-
background
|
|
733
|
+
background: #1a1a1a;
|
|
726
734
|
border-color: #acacac;
|
|
727
735
|
color: #f0f0f0;
|
|
728
736
|
}
|
|
729
737
|
.e-query-builder .e-collapse-rule:focus, .e-query-builder .e-collapse-rule:active, .e-query-builder .e-collapse-rule:hover {
|
|
730
|
-
background
|
|
738
|
+
background: #484848;
|
|
731
739
|
}
|
|
732
740
|
|
|
733
741
|
.e-tooltip-wrap.e-querybuilder-error,
|
|
734
742
|
.e-control.e-tooltip-wrap.e-popup.e-querybuilder-error {
|
|
735
|
-
background
|
|
743
|
+
background: #fcdbe4;
|
|
736
744
|
border-color: #fcdbe4;
|
|
737
745
|
}
|
|
738
746
|
|
package/styles/bootstrap.css
CHANGED
|
@@ -383,7 +383,7 @@
|
|
|
383
383
|
border-top-left-radius: 0;
|
|
384
384
|
border-top-right-radius: 0;
|
|
385
385
|
border-top-style: dotted;
|
|
386
|
-
border-top-width:
|
|
386
|
+
border-top-width: 1px;
|
|
387
387
|
margin-top: 0;
|
|
388
388
|
}
|
|
389
389
|
.e-query-builder .e-group-body .e-rule-container.e-separate-rule {
|
|
@@ -676,7 +676,7 @@
|
|
|
676
676
|
}
|
|
677
677
|
|
|
678
678
|
.e-query-builder {
|
|
679
|
-
background
|
|
679
|
+
background: #fff;
|
|
680
680
|
border-color: #ddd;
|
|
681
681
|
}
|
|
682
682
|
.e-query-builder .e-group-header .e-btn-group {
|
|
@@ -689,14 +689,14 @@
|
|
|
689
689
|
border-color: #ddd;
|
|
690
690
|
}
|
|
691
691
|
.e-query-builder .e-rule-container {
|
|
692
|
-
background
|
|
692
|
+
background: #f8f8f8;
|
|
693
693
|
border-color: #ddd;
|
|
694
694
|
}
|
|
695
695
|
.e-query-builder .e-rule-container.e-joined-rule {
|
|
696
696
|
border-top-color: #ddd;
|
|
697
697
|
}
|
|
698
698
|
.e-query-builder .e-rule-list .e-group-container {
|
|
699
|
-
background
|
|
699
|
+
background: #fff;
|
|
700
700
|
}
|
|
701
701
|
.e-query-builder .e-rule-list > ::after, .e-query-builder .e-rule-list > ::before {
|
|
702
702
|
border-color: #ddd;
|
|
@@ -710,27 +710,27 @@
|
|
|
710
710
|
border-right: transparent;
|
|
711
711
|
}
|
|
712
712
|
.e-query-builder .e-removerule.e-btn.e-round {
|
|
713
|
-
background
|
|
713
|
+
background: #f8f8f8;
|
|
714
714
|
}
|
|
715
715
|
.e-query-builder .e-removerule.e-btn.e-round.e-readonly {
|
|
716
716
|
display: none;
|
|
717
717
|
}
|
|
718
718
|
.e-query-builder .e-summary-content textarea {
|
|
719
|
-
background
|
|
719
|
+
background: #fff;
|
|
720
720
|
color: #333;
|
|
721
721
|
}
|
|
722
722
|
.e-query-builder .e-collapse-rule {
|
|
723
|
-
background
|
|
723
|
+
background: #fff;
|
|
724
724
|
border-color: #ccc;
|
|
725
725
|
color: #333;
|
|
726
726
|
}
|
|
727
727
|
.e-query-builder .e-collapse-rule:focus, .e-query-builder .e-collapse-rule:active, .e-query-builder .e-collapse-rule:hover {
|
|
728
|
-
background
|
|
728
|
+
background: #ddd;
|
|
729
729
|
}
|
|
730
730
|
|
|
731
731
|
.e-tooltip-wrap.e-querybuilder-error,
|
|
732
732
|
.e-control.e-tooltip-wrap.e-popup.e-querybuilder-error {
|
|
733
|
-
background
|
|
733
|
+
background: #fcdbe4;
|
|
734
734
|
border-color: #fcdbe4;
|
|
735
735
|
}
|
|
736
736
|
|
package/styles/bootstrap4.css
CHANGED
|
@@ -463,7 +463,7 @@
|
|
|
463
463
|
border-top-left-radius: 0;
|
|
464
464
|
border-top-right-radius: 0;
|
|
465
465
|
border-top-style: dotted;
|
|
466
|
-
border-top-width:
|
|
466
|
+
border-top-width: 1px;
|
|
467
467
|
margin-top: 0;
|
|
468
468
|
}
|
|
469
469
|
.e-query-builder .e-group-body .e-rule-container.e-separate-rule {
|
|
@@ -756,7 +756,7 @@
|
|
|
756
756
|
}
|
|
757
757
|
|
|
758
758
|
.e-query-builder {
|
|
759
|
-
background
|
|
759
|
+
background: #fff;
|
|
760
760
|
border-color: #dee2e6;
|
|
761
761
|
}
|
|
762
762
|
.e-query-builder .e-group-header .e-btn-group {
|
|
@@ -777,14 +777,14 @@
|
|
|
777
777
|
border-color: #dee2e6;
|
|
778
778
|
}
|
|
779
779
|
.e-query-builder .e-rule-container {
|
|
780
|
-
background
|
|
780
|
+
background: #f8f9fa;
|
|
781
781
|
border-color: #dee2e6;
|
|
782
782
|
}
|
|
783
783
|
.e-query-builder .e-rule-container.e-joined-rule {
|
|
784
784
|
border-top-color: #dee2e6;
|
|
785
785
|
}
|
|
786
786
|
.e-query-builder .e-rule-list .e-group-container {
|
|
787
|
-
background
|
|
787
|
+
background: #fff;
|
|
788
788
|
}
|
|
789
789
|
.e-query-builder .e-rule-list > ::after, .e-query-builder .e-rule-list > ::before {
|
|
790
790
|
border-color: #dee2e6;
|
|
@@ -803,28 +803,28 @@
|
|
|
803
803
|
color: #495057;
|
|
804
804
|
}
|
|
805
805
|
.e-query-builder .e-removerule.e-btn.e-round {
|
|
806
|
-
background
|
|
807
|
-
background
|
|
806
|
+
background: #6c757d;
|
|
807
|
+
background: #fff;
|
|
808
808
|
}
|
|
809
809
|
.e-query-builder .e-removerule.e-btn.e-round.e-readonly {
|
|
810
810
|
display: none;
|
|
811
811
|
}
|
|
812
812
|
.e-query-builder .e-summary-content textarea {
|
|
813
|
-
background
|
|
813
|
+
background: #fff;
|
|
814
814
|
color: #212529;
|
|
815
815
|
}
|
|
816
816
|
.e-query-builder .e-collapse-rule {
|
|
817
|
-
background
|
|
817
|
+
background: #fff;
|
|
818
818
|
border-color: #dee2e6;
|
|
819
819
|
color: #212529;
|
|
820
820
|
}
|
|
821
821
|
.e-query-builder .e-collapse-rule:focus, .e-query-builder .e-collapse-rule:active, .e-query-builder .e-collapse-rule:hover {
|
|
822
|
-
background
|
|
822
|
+
background: #dee2e6;
|
|
823
823
|
}
|
|
824
824
|
|
|
825
825
|
.e-tooltip-wrap.e-querybuilder-error,
|
|
826
826
|
.e-control.e-tooltip-wrap.e-popup.e-querybuilder-error {
|
|
827
|
-
background
|
|
827
|
+
background: #fcdbe4;
|
|
828
828
|
border-color: #fcdbe4;
|
|
829
829
|
}
|
|
830
830
|
|
|
@@ -433,7 +433,7 @@
|
|
|
433
433
|
border-top-left-radius: 0;
|
|
434
434
|
border-top-right-radius: 0;
|
|
435
435
|
border-top-style: dotted;
|
|
436
|
-
border-top-width:
|
|
436
|
+
border-top-width: 1px;
|
|
437
437
|
margin-top: 0;
|
|
438
438
|
}
|
|
439
439
|
.e-query-builder .e-group-body .e-rule-container.e-separate-rule {
|
|
@@ -726,7 +726,7 @@
|
|
|
726
726
|
}
|
|
727
727
|
|
|
728
728
|
.e-query-builder {
|
|
729
|
-
background
|
|
729
|
+
background: transparent;
|
|
730
730
|
border-color: #444c54;
|
|
731
731
|
}
|
|
732
732
|
.e-query-builder .e-group-header .e-btn-group {
|
|
@@ -734,7 +734,7 @@
|
|
|
734
734
|
}
|
|
735
735
|
.e-query-builder .e-group-header .e-dropdown-btn.e-add-btn,
|
|
736
736
|
.e-query-builder .e-deletegroup {
|
|
737
|
-
background
|
|
737
|
+
background: #212529;
|
|
738
738
|
box-shadow: none;
|
|
739
739
|
color: #adb5bd;
|
|
740
740
|
}
|
|
@@ -742,14 +742,14 @@
|
|
|
742
742
|
border-color: #444c54;
|
|
743
743
|
}
|
|
744
744
|
.e-query-builder .e-rule-container {
|
|
745
|
-
background
|
|
745
|
+
background: #282d31;
|
|
746
746
|
border-color: #444c54;
|
|
747
747
|
}
|
|
748
748
|
.e-query-builder .e-rule-container.e-joined-rule {
|
|
749
749
|
border-top-color: #444c54;
|
|
750
750
|
}
|
|
751
751
|
.e-query-builder .e-rule-list .e-group-container {
|
|
752
|
-
background
|
|
752
|
+
background: transparent;
|
|
753
753
|
}
|
|
754
754
|
.e-query-builder .e-rule-list > ::after, .e-query-builder .e-rule-list > ::before {
|
|
755
755
|
border-color: #444c54;
|
|
@@ -760,29 +760,29 @@
|
|
|
760
760
|
color: #fff;
|
|
761
761
|
}
|
|
762
762
|
.e-query-builder .e-removerule.e-btn.e-round {
|
|
763
|
-
background
|
|
764
|
-
background
|
|
763
|
+
background: #6c757d;
|
|
764
|
+
background: #212529;
|
|
765
765
|
color: #adb5bd;
|
|
766
766
|
}
|
|
767
767
|
.e-query-builder .e-removerule.e-btn.e-round.e-readonly {
|
|
768
768
|
display: none;
|
|
769
769
|
}
|
|
770
770
|
.e-query-builder .e-summary-content textarea {
|
|
771
|
-
background
|
|
771
|
+
background: transparent;
|
|
772
772
|
color: #6c757d;
|
|
773
773
|
}
|
|
774
774
|
.e-query-builder .e-collapse-rule {
|
|
775
|
-
background
|
|
775
|
+
background: transparent;
|
|
776
776
|
border-color: #444c54;
|
|
777
777
|
color: #6c757d;
|
|
778
778
|
}
|
|
779
779
|
.e-query-builder .e-collapse-rule:focus, .e-query-builder .e-collapse-rule:active, .e-query-builder .e-collapse-rule:hover {
|
|
780
|
-
background
|
|
780
|
+
background: #444c54;
|
|
781
781
|
}
|
|
782
782
|
|
|
783
783
|
.e-tooltip-wrap.e-querybuilder-error,
|
|
784
784
|
.e-control.e-tooltip-wrap.e-popup.e-querybuilder-error {
|
|
785
|
-
background
|
|
785
|
+
background: #fadfe2;
|
|
786
786
|
border-color: #fadfe2;
|
|
787
787
|
}
|
|
788
788
|
|
package/styles/bootstrap5.css
CHANGED
|
@@ -433,7 +433,7 @@
|
|
|
433
433
|
border-top-left-radius: 0;
|
|
434
434
|
border-top-right-radius: 0;
|
|
435
435
|
border-top-style: dotted;
|
|
436
|
-
border-top-width:
|
|
436
|
+
border-top-width: 1px;
|
|
437
437
|
margin-top: 0;
|
|
438
438
|
}
|
|
439
439
|
.e-query-builder .e-group-body .e-rule-container.e-separate-rule {
|
|
@@ -726,7 +726,7 @@
|
|
|
726
726
|
}
|
|
727
727
|
|
|
728
728
|
.e-query-builder {
|
|
729
|
-
background
|
|
729
|
+
background: transparent;
|
|
730
730
|
border-color: #dee2e6;
|
|
731
731
|
}
|
|
732
732
|
.e-query-builder .e-group-header .e-btn-group {
|
|
@@ -734,7 +734,7 @@
|
|
|
734
734
|
}
|
|
735
735
|
.e-query-builder .e-group-header .e-dropdown-btn.e-add-btn,
|
|
736
736
|
.e-query-builder .e-deletegroup {
|
|
737
|
-
background
|
|
737
|
+
background: #fff;
|
|
738
738
|
box-shadow: none;
|
|
739
739
|
color: #6c757d;
|
|
740
740
|
}
|
|
@@ -742,14 +742,14 @@
|
|
|
742
742
|
border-color: #dee2e6;
|
|
743
743
|
}
|
|
744
744
|
.e-query-builder .e-rule-container {
|
|
745
|
-
background
|
|
745
|
+
background: #f8f9fa;
|
|
746
746
|
border-color: #dee2e6;
|
|
747
747
|
}
|
|
748
748
|
.e-query-builder .e-rule-container.e-joined-rule {
|
|
749
749
|
border-top-color: #dee2e6;
|
|
750
750
|
}
|
|
751
751
|
.e-query-builder .e-rule-list .e-group-container {
|
|
752
|
-
background
|
|
752
|
+
background: transparent;
|
|
753
753
|
}
|
|
754
754
|
.e-query-builder .e-rule-list > ::after, .e-query-builder .e-rule-list > ::before {
|
|
755
755
|
border-color: #dee2e6;
|
|
@@ -760,29 +760,29 @@
|
|
|
760
760
|
color: #fff;
|
|
761
761
|
}
|
|
762
762
|
.e-query-builder .e-removerule.e-btn.e-round {
|
|
763
|
-
background
|
|
764
|
-
background
|
|
763
|
+
background: #6c757d;
|
|
764
|
+
background: #fff;
|
|
765
765
|
color: #6c757d;
|
|
766
766
|
}
|
|
767
767
|
.e-query-builder .e-removerule.e-btn.e-round.e-readonly {
|
|
768
768
|
display: none;
|
|
769
769
|
}
|
|
770
770
|
.e-query-builder .e-summary-content textarea {
|
|
771
|
-
background
|
|
771
|
+
background: transparent;
|
|
772
772
|
color: #6c757d;
|
|
773
773
|
}
|
|
774
774
|
.e-query-builder .e-collapse-rule {
|
|
775
|
-
background
|
|
775
|
+
background: transparent;
|
|
776
776
|
border-color: #dee2e6;
|
|
777
777
|
color: #6c757d;
|
|
778
778
|
}
|
|
779
779
|
.e-query-builder .e-collapse-rule:focus, .e-query-builder .e-collapse-rule:active, .e-query-builder .e-collapse-rule:hover {
|
|
780
|
-
background
|
|
780
|
+
background: #dee2e6;
|
|
781
781
|
}
|
|
782
782
|
|
|
783
783
|
.e-tooltip-wrap.e-querybuilder-error,
|
|
784
784
|
.e-control.e-tooltip-wrap.e-popup.e-querybuilder-error {
|
|
785
|
-
background
|
|
785
|
+
background: #f8d7da;
|
|
786
786
|
border-color: #f8d7da;
|
|
787
787
|
}
|
|
788
788
|
|