@alfresco/aca-content 7.3.0-22343874694 → 7.3.0-22351853703
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/assets/i18n/en.json +5 -7
- package/fesm2022/alfresco-aca-content.mjs +507 -568
- package/fesm2022/alfresco-aca-content.mjs.map +1 -1
- package/lib/components/knowledge-retrieval/search-ai/search-ai-results/search-ai-results.component.d.ts +12 -7
- package/lib/components/search/search-input/search-input.component.d.ts +44 -17
- package/lib/components/search/search-input-control/search-input-control.component.d.ts +63 -0
- package/lib/components/search/search-libraries-results/search-libraries-results.component.d.ts +6 -5
- package/lib/components/search/search-navigation.service.d.ts +0 -4
- package/package.json +1 -1
- package/ui/theme.scss +0 -11
- package/ui/variables/variables.scss +2 -0
- package/lib/components/search/search-execution.service.d.ts +0 -20
- package/lib/components/search/search-filter.service.d.ts +0 -25
- package/lib/components/search/search-in-menu/search-in-menu.component.d.ts +0 -59
package/assets/i18n/en.json
CHANGED
|
@@ -601,11 +601,7 @@
|
|
|
601
601
|
"MIN_LENGTH": "Search input must have at least 2 alphanumeric characters.",
|
|
602
602
|
"REQUIRED": "Search input is required.",
|
|
603
603
|
"WHITESPACE": "Search input cannot be only whitespace.",
|
|
604
|
-
"OPERATORS": "Search input cannot begin with, end with or contain only operators."
|
|
605
|
-
"IN_PREFIX": "In",
|
|
606
|
-
"FILES_AND_FOLDERS": "Files and folders",
|
|
607
|
-
"RESET": "Reset",
|
|
608
|
-
"SEARCH_IN": "Search in"
|
|
604
|
+
"OPERATORS": "Search input cannot begin with, end with or contain only operators."
|
|
609
605
|
},
|
|
610
606
|
"SORT": {
|
|
611
607
|
"SORTING_OPTION": "Sort by",
|
|
@@ -714,7 +710,8 @@
|
|
|
714
710
|
"REFERENCED_DOCUMENTS_HEADER": "Referenced documents",
|
|
715
711
|
"REGENERATION_BUTTON_LABEL": "Regenerate",
|
|
716
712
|
"COPY_BUTTON_LABEL": "Copy",
|
|
717
|
-
"COPY_MESSAGE": "Copied response to clipboard"
|
|
713
|
+
"COPY_MESSAGE": "Copied response to clipboard",
|
|
714
|
+
"RELOAD_REFERENCES_BUTTON_LABEL": "Reload"
|
|
718
715
|
},
|
|
719
716
|
"AGENTS_BUTTON": {
|
|
720
717
|
"LABEL": "Ask Discovery",
|
|
@@ -730,7 +727,8 @@
|
|
|
730
727
|
"AGENTS_FETCHING": "Error while fetching agents.",
|
|
731
728
|
"HX_INSIGHT_URL_FETCHING": "Error while fetching HX Insight URL.",
|
|
732
729
|
"LOADING_ERROR": "Hmm... something seems to have gone wrong.",
|
|
733
|
-
"PAGE_NOT_AVAILABLE_ERROR": "Page is not available for these conditions."
|
|
730
|
+
"PAGE_NOT_AVAILABLE_ERROR": "Page is not available for these conditions.",
|
|
731
|
+
"REFERENCES_LOADING_ERROR": "Something went wrong while loading the references."
|
|
734
732
|
},
|
|
735
733
|
"DISCARD_CHANGES": {
|
|
736
734
|
"WARNING": "Warning!",
|