@alfresco/adf-content-services 8.4.0-18842642897 → 8.4.0-18876786165
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/bundles/assets/adf-content-services/i18n/en.json +10 -3
- package/fesm2022/adf-content-services.mjs +50 -30
- package/fesm2022/adf-content-services.mjs.map +1 -1
- package/lib/content-node-selector/content-node-selector-panel/content-node-selector-panel.component.scss +17 -4
- package/lib/document-list/components/filter-header/filter-header.component.d.ts +2 -2
- package/lib/permission-manager/components/add-permission/add-permission-panel.component.scss +8 -5
- package/lib/search/components/search-check-list/search-check-list.component.d.ts +1 -1
- package/lib/search/components/search-date-range-tabbed/search-date-range/search-date-range.component.scss +0 -8
- package/lib/search/components/search-filter-chips/search-filter-chips.component.scss +0 -4
- package/lib/search/components/search-properties/search-properties.component.d.ts +2 -2
- package/lib/search/components/search-properties/search-properties.component.scss +32 -111
- package/lib/search/services/search-header-query-builder.service.d.ts +2 -1
- package/package.json +3 -3
|
@@ -428,7 +428,8 @@
|
|
|
428
428
|
"IN_LAST_LABELS": {
|
|
429
429
|
"DAYS": "Days",
|
|
430
430
|
"WEEKS": "Weeks",
|
|
431
|
-
"MONTHS": "Months"
|
|
431
|
+
"MONTHS": "Months",
|
|
432
|
+
"QUANTITY": "Quantity"
|
|
432
433
|
},
|
|
433
434
|
"IN_LAST_DISPLAY_LABELS": {
|
|
434
435
|
"DAYS": "In the last {{value}} days",
|
|
@@ -437,7 +438,8 @@
|
|
|
437
438
|
},
|
|
438
439
|
"BETWEEN_PLACEHOLDERS": {
|
|
439
440
|
"START_DATE": "Start Date",
|
|
440
|
-
"END_DATE": "End Date"
|
|
441
|
+
"END_DATE": "End Date",
|
|
442
|
+
"DATE_RANGE": "Date Range"
|
|
441
443
|
},
|
|
442
444
|
"ERROR": {
|
|
443
445
|
"IN_LAST": "Value required",
|
|
@@ -468,7 +470,12 @@
|
|
|
468
470
|
"GB": "GB"
|
|
469
471
|
},
|
|
470
472
|
"FILE_TYPE": "File Type",
|
|
471
|
-
"FILE_TYPE_PLACEHOLDER": "Add file type"
|
|
473
|
+
"FILE_TYPE_PLACEHOLDER": "Add file type",
|
|
474
|
+
"ACCESSIBILITY": {
|
|
475
|
+
"CONDITION": "Condition",
|
|
476
|
+
"SIZE_VALUE": "File size value",
|
|
477
|
+
"UNIT": "Unit"
|
|
478
|
+
}
|
|
472
479
|
}
|
|
473
480
|
},
|
|
474
481
|
"PERMISSION": {
|