@fluid-topics/ft-search-selected-facets 2.0.15 → 2.0.16
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.
|
@@ -20,7 +20,7 @@ import { periodFilterContext, periodFilterDefaultMessages, } from "@fluid-topics
|
|
|
20
20
|
import { searchSelectedFacets, searchSelectedFacetsDefaultMessages, } from "./FtSearchSelectedFacetsMessages";
|
|
21
21
|
import { withDateFormat } from "@fluid-topics/ft-app-context";
|
|
22
22
|
import { FtSearchStateResourceRequest } from "@fluid-topics/ft-search-context/build/store/model";
|
|
23
|
-
class FtSearchSelectedFacets extends withAriaNotification(withDateFormat(withI18n(FtSearchComponent))) {
|
|
23
|
+
export class FtSearchSelectedFacets extends withAriaNotification(withDateFormat(withI18n(FtSearchComponent))) {
|
|
24
24
|
get hasSomethingToDisplay() {
|
|
25
25
|
var _a, _b;
|
|
26
26
|
return this.searchInDocumentTitlesOnly
|
|
@@ -338,4 +338,3 @@ __decorate([
|
|
|
338
338
|
__decorate([
|
|
339
339
|
jsonProperty({ context: "officialContext", key: "searchSelectedFacetsAriaNotification" })
|
|
340
340
|
], FtSearchSelectedFacets.prototype, "selectedFacetsAriaNotification", void 0);
|
|
341
|
-
export { FtSearchSelectedFacets };
|
|
@@ -2899,6 +2899,8 @@ svg:not(:root).svg-inline--fa, svg:not(:host).svg-inline--fa {
|
|
|
2899
2899
|
`;var tr=class extends Fe{get typographyVariant(){return ge.body2}};tr.elementDefinitions={...Fe.elementDefinitions,"ft-or-ftds-typography":ee};tr.styles=N4;var $i=g(w());var M4=g(I()),G=g(w());var P4=M4.css`
|
|
2900
2900
|
* {
|
|
2901
2901
|
box-sizing: border-box;
|
|
2902
|
+
display: inline-flex;
|
|
2903
|
+
align-items: center;
|
|
2902
2904
|
--input-size: calc(${G.radio.circleSize} + 2 * (${G.radio.focusOutlineOffset} + ${G.radio.focusOutlineWidth}));
|
|
2903
2905
|
--input-margin: calc(-1 * ${G.radio.focusOutlineOffset} - ${G.radio.focusOutlineWidth});
|
|
2904
2906
|
}
|
|
@@ -2906,9 +2908,6 @@ svg:not(:root).svg-inline--fa, svg:not(:host).svg-inline--fa {
|
|
|
2906
2908
|
.ft-radio {
|
|
2907
2909
|
box-sizing: border-box;
|
|
2908
2910
|
color: ${G.radio.color};
|
|
2909
|
-
|
|
2910
|
-
display: inline-flex;
|
|
2911
|
-
align-items: center;
|
|
2912
2911
|
gap: ${G.radio.horizontalGap};
|
|
2913
2912
|
}
|
|
2914
2913
|
|