ninegrid2 6.204.0 → 6.205.0
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/dist/bundle.cjs.js +3 -2
- package/dist/bundle.esm.js +3 -2
- package/dist/etc/ngFiltering.js +3 -2
- package/package.json +1 -1
- package/src/etc/ngFiltering.js +3 -2
package/dist/bundle.cjs.js
CHANGED
|
@@ -18355,13 +18355,14 @@ class ngFilterPanel extends HTMLElement
|
|
|
18355
18355
|
this.#target.owner.data.refreshFilter();
|
|
18356
18356
|
*/
|
|
18357
18357
|
|
|
18358
|
-
console.log(this.#target, this.#target.button);
|
|
18358
|
+
console.log(this.#target, this.#target.button, filterData);
|
|
18359
18359
|
|
|
18360
18360
|
this.#target.button.filterOptions = filterData;
|
|
18361
|
+
this.#target.button.filterData = filterData;
|
|
18361
18362
|
|
|
18362
18363
|
//this.#target.button.filterData = [...new Set(checked.map(m => { return m.v[DATA_IDX] }))];
|
|
18363
18364
|
|
|
18364
|
-
console.log(this.#target.button.
|
|
18365
|
+
console.log(this.#target.button.filterOptions);
|
|
18365
18366
|
|
|
18366
18367
|
$("ng-filter-button", this.#target.owner.body).each((index,el) => {
|
|
18367
18368
|
|
package/dist/bundle.esm.js
CHANGED
|
@@ -18353,13 +18353,14 @@ class ngFilterPanel extends HTMLElement
|
|
|
18353
18353
|
this.#target.owner.data.refreshFilter();
|
|
18354
18354
|
*/
|
|
18355
18355
|
|
|
18356
|
-
console.log(this.#target, this.#target.button);
|
|
18356
|
+
console.log(this.#target, this.#target.button, filterData);
|
|
18357
18357
|
|
|
18358
18358
|
this.#target.button.filterOptions = filterData;
|
|
18359
|
+
this.#target.button.filterData = filterData;
|
|
18359
18360
|
|
|
18360
18361
|
//this.#target.button.filterData = [...new Set(checked.map(m => { return m.v[DATA_IDX] }))];
|
|
18361
18362
|
|
|
18362
|
-
console.log(this.#target.button.
|
|
18363
|
+
console.log(this.#target.button.filterOptions);
|
|
18363
18364
|
|
|
18364
18365
|
$("ng-filter-button", this.#target.owner.body).each((index,el) => {
|
|
18365
18366
|
|
package/dist/etc/ngFiltering.js
CHANGED
|
@@ -425,13 +425,14 @@ class ngFilterPanel extends HTMLElement
|
|
|
425
425
|
this.#target.owner.data.refreshFilter();
|
|
426
426
|
*/
|
|
427
427
|
|
|
428
|
-
console.log(this.#target, this.#target.button)
|
|
428
|
+
console.log(this.#target, this.#target.button, filterData)
|
|
429
429
|
|
|
430
430
|
this.#target.button.filterOptions = filterData;
|
|
431
|
+
this.#target.button.filterData = filterData;
|
|
431
432
|
|
|
432
433
|
//this.#target.button.filterData = [...new Set(checked.map(m => { return m.v[DATA_IDX] }))];
|
|
433
434
|
|
|
434
|
-
console.log(this.#target.button.
|
|
435
|
+
console.log(this.#target.button.filterOptions)
|
|
435
436
|
|
|
436
437
|
var oParam = {};
|
|
437
438
|
|
package/package.json
CHANGED
package/src/etc/ngFiltering.js
CHANGED
|
@@ -425,13 +425,14 @@ class ngFilterPanel extends HTMLElement
|
|
|
425
425
|
this.#target.owner.data.refreshFilter();
|
|
426
426
|
*/
|
|
427
427
|
|
|
428
|
-
console.log(this.#target, this.#target.button)
|
|
428
|
+
console.log(this.#target, this.#target.button, filterData)
|
|
429
429
|
|
|
430
430
|
this.#target.button.filterOptions = filterData;
|
|
431
|
+
this.#target.button.filterData = filterData;
|
|
431
432
|
|
|
432
433
|
//this.#target.button.filterData = [...new Set(checked.map(m => { return m.v[DATA_IDX] }))];
|
|
433
434
|
|
|
434
|
-
console.log(this.#target.button.
|
|
435
|
+
console.log(this.#target.button.filterOptions)
|
|
435
436
|
|
|
436
437
|
var oParam = {};
|
|
437
438
|
|