@galaxy-ds/core 2.1.2 → 2.1.3
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.
|
@@ -484,43 +484,6 @@ export default meta;
|
|
|
484
484
|
export declare const Default: {
|
|
485
485
|
args: {
|
|
486
486
|
options: string[];
|
|
487
|
-
platform: "desktop";
|
|
488
|
-
size: "medium";
|
|
489
|
-
open: false;
|
|
490
|
-
disabled: false;
|
|
491
|
-
fullWidth: false;
|
|
492
|
-
readOnly: false;
|
|
493
|
-
disablePortal: false;
|
|
494
|
-
loading: false;
|
|
495
|
-
multiple: false;
|
|
496
|
-
autoHighlight: false;
|
|
497
|
-
autoSelect: false;
|
|
498
|
-
blurOnSelect: false;
|
|
499
|
-
clearOnBlur: false;
|
|
500
|
-
clearOnEscape: false;
|
|
501
|
-
disableClearable: false;
|
|
502
|
-
disableCloseOnSelect: false;
|
|
503
|
-
disableListWrap: false;
|
|
504
|
-
disabledItemsFocusable: false;
|
|
505
|
-
filterSelectedOptions: false;
|
|
506
|
-
freeSolo: false;
|
|
507
|
-
handleHomeEndKeys: false;
|
|
508
|
-
includeInputInList: false;
|
|
509
|
-
openOnFocus: false;
|
|
510
|
-
selectOnFocus: false;
|
|
511
|
-
componentName: string;
|
|
512
|
-
actionLabel: string;
|
|
513
|
-
label: string;
|
|
514
|
-
inputValue: string;
|
|
515
|
-
unstable_classNamePrefix: string;
|
|
516
|
-
closeText: string;
|
|
517
|
-
clearText: string;
|
|
518
|
-
openText: string;
|
|
519
|
-
limitTags: number;
|
|
520
|
-
bottomButtonHeight: number;
|
|
521
|
-
autoComplete: true;
|
|
522
|
-
noOptionsText: string;
|
|
523
|
-
placeholder: string;
|
|
524
487
|
onKeyDown: import("@vitest/spy").Mock<[event: import("react").KeyboardEvent<HTMLDivElement> & {
|
|
525
488
|
defaultMuiPrevented?: boolean | undefined;
|
|
526
489
|
}], void>;
|