@alfresco/aca-content 7.3.0-22180783554 → 7.3.0-22185028514
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 +1 -5
- package/fesm2022/alfresco-aca-content.mjs +552 -670
- package/fesm2022/alfresco-aca-content.mjs.map +1 -1
- package/lib/components/dl-custom-components/name-column/name-column.component.d.ts +5 -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/lib/components/search/search-save/list/ui-list/saved-searches-list.ui-component.d.ts +11 -10
- package/lib/dialogs/node-details/node-information.component.d.ts +0 -2
- package/lib/services/content-url.service.d.ts +3 -7
- package/lib/services/node-actions.service.d.ts +1 -1
- 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",
|