@livetiles/reach-plugin-types 0.5.0-preview.956 → 0.5.0-preview.957
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/lib/index.d.ts +1 -1
- package/package.json +1 -1
package/lib/index.d.ts
CHANGED
|
@@ -8394,7 +8394,7 @@ declare module "libs/reach/feature/content/src/forms/keyword-picker/KeywordPicke
|
|
|
8394
8394
|
import { LogicalOperator } from "libs/reach/feature/content/src/filter/index";
|
|
8395
8395
|
export interface KeywordPickerProps {
|
|
8396
8396
|
value?: Keyword[] | string[];
|
|
8397
|
-
onChange: (keywords: Keyword[], logicalOperator?: LogicalOperator) => void;
|
|
8397
|
+
onChange: (keywords: Keyword[], logicalOperator?: LogicalOperator, checkAll?: boolean) => void;
|
|
8398
8398
|
showSelectionToggle?: boolean;
|
|
8399
8399
|
availableKeywords?: Keyword[];
|
|
8400
8400
|
mandatoryKeywordIds?: string[];
|