@alfresco/aca-content 7.3.0 → 7.4.0-22991957830
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 -1
- package/fesm2022/alfresco-aca-content.mjs +537 -436
- package/fesm2022/alfresco-aca-content.mjs.map +1 -1
- package/lib/components/search/search-execution.service.d.ts +20 -0
- package/lib/components/search/search-filter.service.d.ts +25 -0
- package/lib/components/search/search-in-menu/search-in-menu.component.d.ts +59 -0
- package/lib/components/search/search-input/search-input.component.d.ts +17 -44
- package/lib/components/search/search-libraries-results/search-libraries-results.component.d.ts +5 -6
- package/lib/components/search/search-navigation.service.d.ts +4 -0
- package/package.json +1 -1
- package/ui/theme.scss +11 -0
- package/ui/variables/variables.scss +0 -2
- package/lib/components/search/search-input-control/search-input-control.component.d.ts +0 -63
package/assets/i18n/en.json
CHANGED
|
@@ -601,7 +601,11 @@
|
|
|
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."
|
|
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"
|
|
605
609
|
},
|
|
606
610
|
"SORT": {
|
|
607
611
|
"SORTING_OPTION": "Sort by",
|