@arsedizioni/ars-utils 21.2.243 → 21.2.245
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/fesm2022/arsedizioni-ars-utils-clipper.common.mjs +6 -6
- package/fesm2022/arsedizioni-ars-utils-clipper.common.mjs.map +1 -1
- package/fesm2022/arsedizioni-ars-utils-clipper.ui.mjs +41 -41
- package/fesm2022/arsedizioni-ars-utils-clipper.ui.mjs.map +1 -1
- package/fesm2022/arsedizioni-ars-utils-core.mjs +1 -1
- package/fesm2022/arsedizioni-ars-utils-core.mjs.map +1 -1
- package/package.json +1 -1
- package/types/arsedizioni-ars-utils-clipper.common.d.ts +8 -7
- package/types/arsedizioni-ars-utils-clipper.ui.d.ts +18 -18
- package/types/arsedizioni-ars-utils-core.d.ts +1 -1
|
@@ -2112,7 +2112,7 @@ class SelectableModel {
|
|
|
2112
2112
|
}
|
|
2113
2113
|
/**
|
|
2114
2114
|
* @param allowMultiSelect - When `true` (default), multiple items can be selected simultaneously.
|
|
2115
|
-
* @param lookupFieldName - Name of the
|
|
2115
|
+
* @param lookupFieldName - Name of the note used as the unique key when searching the internal list (default: `'id'`).
|
|
2116
2116
|
*/
|
|
2117
2117
|
constructor(allowMultiSelect = true, lookupFieldName = 'id') {
|
|
2118
2118
|
/**
|