@arsedizioni/ars-utils 18.2.272 → 18.2.274
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/clipper.common/common/definitions.d.ts +1 -1
- package/esm2022/clipper.common/common/definitions.mjs +4 -4
- package/esm2022/clipper.ui/ui/search-dialog/search-dialog.component.mjs +1 -1
- package/esm2022/ui.application/ui/components/chips-selector/chips-selector.component.mjs +4 -3
- package/fesm2022/arsedizioni-ars-utils-clipper.common.mjs +3 -3
- package/fesm2022/arsedizioni-ars-utils-clipper.common.mjs.map +1 -1
- package/fesm2022/arsedizioni-ars-utils-clipper.ui.mjs +1 -1
- package/fesm2022/arsedizioni-ars-utils-clipper.ui.mjs.map +1 -1
- package/fesm2022/arsedizioni-ars-utils-ui.application.mjs +3 -2
- package/fesm2022/arsedizioni-ars-utils-ui.application.mjs.map +1 -1
- package/package.json +7 -7
- package/ui.application/ui/components/chips-selector/chips-selector.component.d.ts +3 -2
|
@@ -544,7 +544,7 @@ export declare class ClipperUtils {
|
|
|
544
544
|
* @param modules : the modules list
|
|
545
545
|
* @returns the list of availbale sort options
|
|
546
546
|
*/
|
|
547
|
-
static getClipperAvailableSortOptions(modules?: ClipperModule[] | null | undefined, params?: ClipperSearchParams | null | undefined): NameValueItem<ClipperSort>[];
|
|
547
|
+
static getClipperAvailableSortOptions(modules?: NameValueItem<ClipperModule>[] | null | undefined, params?: ClipperSearchParams | null | undefined): NameValueItem<ClipperSort>[];
|
|
548
548
|
}
|
|
549
549
|
export declare class ClipperSearchUtils {
|
|
550
550
|
/**
|