@biggive/components 1.0.159 → 1.0.160
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/biggive/biggive.esm.js +1 -1
- package/dist/biggive/p-65c18308.entry.js +1 -0
- package/dist/cjs/biggive-back-to-top_26.cjs.entry.js +6 -0
- package/dist/collection/components/biggive-campaign-card-filter-grid/biggive-campaign-card-filter-grid.js +6 -0
- package/dist/components/biggive-campaign-card-filter-grid.js +6 -0
- package/dist/esm/biggive-back-to-top_26.entry.js +6 -0
- package/hydrate/index.js +6 -0
- package/package.json +1 -1
- package/dist/biggive/p-64c211c6.entry.js +0 -1
|
@@ -171,6 +171,12 @@ const BiggiveCampaignCardFilterGrid = class {
|
|
|
171
171
|
this.el.shadowRoot.getElementById('filter-popup').openFromOutside();
|
|
172
172
|
};
|
|
173
173
|
this.handleClearAll = () => {
|
|
174
|
+
this.searchText = null;
|
|
175
|
+
this.sortBy = null;
|
|
176
|
+
this.filterCategory = null;
|
|
177
|
+
this.filterBeneficiary = null;
|
|
178
|
+
this.filterLocation = null;
|
|
179
|
+
this.filterFunding = null;
|
|
174
180
|
this.filtersApplied = false;
|
|
175
181
|
this.doClearFilters.emit(true);
|
|
176
182
|
};
|
|
@@ -33,6 +33,12 @@ export class BiggiveCampaignCardFilterGrid {
|
|
|
33
33
|
this.el.shadowRoot.getElementById('filter-popup').openFromOutside();
|
|
34
34
|
};
|
|
35
35
|
this.handleClearAll = () => {
|
|
36
|
+
this.searchText = null;
|
|
37
|
+
this.sortBy = null;
|
|
38
|
+
this.filterCategory = null;
|
|
39
|
+
this.filterBeneficiary = null;
|
|
40
|
+
this.filterLocation = null;
|
|
41
|
+
this.filterFunding = null;
|
|
36
42
|
this.filtersApplied = false;
|
|
37
43
|
this.doClearFilters.emit(true);
|
|
38
44
|
};
|
|
@@ -46,6 +46,12 @@ const BiggiveCampaignCardFilterGrid$1 = /*@__PURE__*/ proxyCustomElement(class e
|
|
|
46
46
|
this.el.shadowRoot.getElementById('filter-popup').openFromOutside();
|
|
47
47
|
};
|
|
48
48
|
this.handleClearAll = () => {
|
|
49
|
+
this.searchText = null;
|
|
50
|
+
this.sortBy = null;
|
|
51
|
+
this.filterCategory = null;
|
|
52
|
+
this.filterBeneficiary = null;
|
|
53
|
+
this.filterLocation = null;
|
|
54
|
+
this.filterFunding = null;
|
|
49
55
|
this.filtersApplied = false;
|
|
50
56
|
this.doClearFilters.emit(true);
|
|
51
57
|
};
|
|
@@ -167,6 +167,12 @@ const BiggiveCampaignCardFilterGrid = class {
|
|
|
167
167
|
this.el.shadowRoot.getElementById('filter-popup').openFromOutside();
|
|
168
168
|
};
|
|
169
169
|
this.handleClearAll = () => {
|
|
170
|
+
this.searchText = null;
|
|
171
|
+
this.sortBy = null;
|
|
172
|
+
this.filterCategory = null;
|
|
173
|
+
this.filterBeneficiary = null;
|
|
174
|
+
this.filterLocation = null;
|
|
175
|
+
this.filterFunding = null;
|
|
170
176
|
this.filtersApplied = false;
|
|
171
177
|
this.doClearFilters.emit(true);
|
|
172
178
|
};
|
package/hydrate/index.js
CHANGED
|
@@ -6645,6 +6645,12 @@ class BiggiveCampaignCardFilterGrid {
|
|
|
6645
6645
|
this.el.shadowRoot.getElementById('filter-popup').openFromOutside();
|
|
6646
6646
|
};
|
|
6647
6647
|
this.handleClearAll = () => {
|
|
6648
|
+
this.searchText = null;
|
|
6649
|
+
this.sortBy = null;
|
|
6650
|
+
this.filterCategory = null;
|
|
6651
|
+
this.filterBeneficiary = null;
|
|
6652
|
+
this.filterLocation = null;
|
|
6653
|
+
this.filterFunding = null;
|
|
6648
6654
|
this.filtersApplied = false;
|
|
6649
6655
|
this.doClearFilters.emit(true);
|
|
6650
6656
|
};
|