@byuhbll/components 0.0.21 → 0.0.23
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/esm2022/lib/ss-search-bar/advanced-search/advanced-search.component.mjs +3 -3
- package/esm2022/lib/ss-search-bar/constants.mjs +1 -3
- package/esm2022/public-api.mjs +2 -1
- package/fesm2022/byuhbll-components.mjs +3 -5
- package/fesm2022/byuhbll-components.mjs.map +1 -1
- package/lib/ss-search-bar/advanced-search/advanced-search.component.d.ts +0 -1
- package/lib/ss-search-bar/constants.d.ts +0 -2
- package/package.json +1 -1
- package/public-api.d.ts +1 -0
|
@@ -21,7 +21,6 @@ export declare const ADVANCED_SEARCH_FIELD_MAP: {
|
|
|
21
21
|
title: string;
|
|
22
22
|
};
|
|
23
23
|
export declare const ADVANCED_SEARCH_QUERIES_LIMIT = 12;
|
|
24
|
-
export declare const PERIOD_OPTIONS: readonly ["", "1", "2", "5", "10", "custom"];
|
|
25
24
|
export declare const ADVANCED_SEARCH_OPTIONS: {
|
|
26
25
|
readonly boolean: readonly ["AND", "OR", "NOT"];
|
|
27
26
|
readonly fields: readonly ["any", "title", "creator", "subject", "issn", "isbn"];
|
|
@@ -40,7 +39,6 @@ export declare const ADVANCED_SEARCH_OPTIONS: {
|
|
|
40
39
|
readonly series: readonly ["contains", "exact"];
|
|
41
40
|
};
|
|
42
41
|
readonly resultsPerPage: readonly ["10", "20", "50", "100"];
|
|
43
|
-
readonly period: readonly ["", "1", "2", "5", "10", "custom"];
|
|
44
42
|
readonly languages: {
|
|
45
43
|
readonly eng: "English";
|
|
46
44
|
readonly ara: "Arabic";
|
package/package.json
CHANGED
package/public-api.d.ts
CHANGED