@kodaris/krubble-components 1.0.18 → 1.0.19
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/custom-elements.json +162 -162
- package/dist/krubble.bundled.js +1 -1
- package/dist/krubble.bundled.js.map +1 -1
- package/dist/krubble.bundled.min.js +7 -7
- package/dist/krubble.bundled.min.js.map +1 -1
- package/dist/krubble.umd.js +1 -1
- package/dist/krubble.umd.js.map +1 -1
- package/dist/krubble.umd.min.js +1 -1
- package/dist/krubble.umd.min.js.map +1 -1
- package/dist/table/table.js +1 -1
- package/dist/table/table.js.map +1 -1
- package/package.json +1 -1
package/dist/krubble.bundled.js
CHANGED
|
@@ -2396,7 +2396,7 @@ let KRTable = class KRTable extends i$2 {
|
|
|
2396
2396
|
this._def.columns.filter(col => col.searchable).forEach(col => {
|
|
2397
2397
|
request.queryFields.push({
|
|
2398
2398
|
name: col.id,
|
|
2399
|
-
operation: '
|
|
2399
|
+
operation: 'CONTAINS',
|
|
2400
2400
|
value: this._searchQuery,
|
|
2401
2401
|
and: false
|
|
2402
2402
|
});
|