@quandis/qbo4.messages 4.0.1-CI-20250113-230953 → 4.0.1-CI-20250203-235350

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/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "author": "Quandis, Inc.",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
- "version": "4.0.1-CI-20250113-230953",
6
+ "version": "4.0.1-CI-20250203-235350",
7
7
  "workspaces": [
8
8
  "code"
9
9
  ],
@@ -136,6 +136,18 @@ export class QboMessage extends QboFetchMixin(QboTemplate) {
136
136
  </h3>
137
137
  <div class="qbo-row-viewer">
138
138
  <div class="qbo-col qbo-col-noborder">
139
+ <div class="qbo-card-buttons">
140
+ <button type="button" class="${component.searchFilter ? 'active' : ''}" @click="${(e) => component.searchFilter = !component.searchFilter}">
141
+ <svg>
142
+ <use href="${component.imagePath}#search">
143
+ </svg>
144
+ Search
145
+ <qbo-popover>
146
+ <h3>Search</h3>
147
+ <p>Toggle the search options to locate specific messages.</p>
148
+ </qbo-popover>
149
+ </button>
150
+ </div>
139
151
  <table class="qbo-nowrap" data-drop>
140
152
  <thead>
141
153
  <tr>
@@ -165,6 +165,18 @@ export class QboMessage extends QboFetchMixin(QboTemplate) {
165
165
  </h3>
166
166
  <div class="qbo-row-viewer">
167
167
  <div class="qbo-col qbo-col-noborder">
168
+ <div class="qbo-card-buttons">
169
+ <button type="button" class="${component.searchFilter ? 'active' : ''}" @click="${(e) => component.searchFilter = !component.searchFilter}">
170
+ <svg>
171
+ <use href="${component.imagePath}#search">
172
+ </svg>
173
+ Search
174
+ <qbo-popover>
175
+ <h3>Search</h3>
176
+ <p>Toggle the search options to locate specific messages.</p>
177
+ </qbo-popover>
178
+ </button>
179
+ </div>
168
180
  <table class="qbo-nowrap" data-drop>
169
181
  <thead>
170
182
  <tr>