@uxland/primary-shell 5.6.14 → 5.6.15
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/index.js
CHANGED
|
@@ -15483,12 +15483,15 @@ ActivityHistoryTimeline = __decorateClass$r([
|
|
|
15483
15483
|
function nn(te, J, X) {
|
|
15484
15484
|
return te ? J(te) : X == null ? void 0 : X(te);
|
|
15485
15485
|
}
|
|
15486
|
-
const template$j = (te) =>
|
|
15486
|
+
const template$j = (te) => {
|
|
15487
|
+
const J = te.areCustomFiltersActive || te.areCommonFiltersActive || te.areDiagnosticFiltersActive || te.areUpFiltersActive;
|
|
15488
|
+
return !J && te.searchString.length < 1 ? D$1 : ke$1`
|
|
15487
15489
|
<div class="active-filters-header">
|
|
15488
|
-
|
|
15490
|
+
${nn(J, () => ke$1`<active-filters-badges></active-filters-badges>`)}
|
|
15489
15491
|
${nn(te.searchString.length > 1, () => ke$1`<activity-history-search-results searchQuery=${te.searchString}></activity-history-search-results>`)}
|
|
15490
15492
|
</div>
|
|
15491
|
-
|
|
15493
|
+
`;
|
|
15494
|
+
}, styles$h = ".active-filters-header{display:flex;flex-direction:column;border-width:0px 0px 1px 0px;border-style:solid;border-color:#d8d8d8;background-color:#fff;padding:var(--dss-spacing-sm) var(--dss-spacing-md);gap:var(--dss-spacing-xs);font-size:14px;line-height:24px}";
|
|
15492
15495
|
var __defProp$q = Object.defineProperty, __getOwnPropDesc$f = Object.getOwnPropertyDescriptor, __decorateClass$q = (te, J, X, re) => {
|
|
15493
15496
|
for (var ne = re > 1 ? void 0 : re ? __getOwnPropDesc$f(J, X) : J, oe = te.length - 1, de; oe >= 0; oe--)
|
|
15494
15497
|
(de = te[oe]) && (ne = (re ? de(J, X, ne) : de(ne)) || ne);
|