@yamada-ui/autocomplete 1.5.4-dev-20241005220629 → 1.5.4-dev-20241005224505
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.
| 
         @@ -141,20 +141,20 @@ declare const useAutocomplete: <T extends string | string[] = string>(props: Use 
     | 
|
| 
       141 
141 
     | 
    
         
             
                isAllSelected: boolean;
         
     | 
| 
       142 
142 
     | 
    
         
             
                listRef: react.RefObject<HTMLUListElement>;
         
     | 
| 
       143 
143 
     | 
    
         
             
                inputRef: react.RefObject<HTMLInputElement>;
         
     | 
| 
       144 
     | 
    
         
            -
                optionProps: Omit<AutocompleteOptionProps, " 
     | 
| 
      
 144 
     | 
    
         
            +
                optionProps: Omit<AutocompleteOptionProps, "value" | "children"> | undefined;
         
     | 
| 
       145 
145 
     | 
    
         
             
                formControlProps: {
         
     | 
| 
      
 146 
     | 
    
         
            +
                    disabled: boolean | undefined;
         
     | 
| 
       146 
147 
     | 
    
         
             
                    _invalid?: ({} & _yamada_ui_core.CSSUIObject) | undefined;
         
     | 
| 
       147 
148 
     | 
    
         
             
                    _hover?: ({} & _yamada_ui_core.CSSUIObject) | undefined;
         
     | 
| 
       148 
149 
     | 
    
         
             
                    _active?: ({} & _yamada_ui_core.CSSUIObject) | undefined;
         
     | 
| 
       149 
150 
     | 
    
         
             
                    _focus?: ({} & _yamada_ui_core.CSSUIObject) | undefined;
         
     | 
| 
       150 
151 
     | 
    
         
             
                    _focusVisible?: ({} & _yamada_ui_core.CSSUIObject) | undefined;
         
     | 
| 
      
 152 
     | 
    
         
            +
                    readOnly: boolean | undefined;
         
     | 
| 
      
 153 
     | 
    
         
            +
                    required: boolean | undefined;
         
     | 
| 
       151 
154 
     | 
    
         
             
                    "aria-disabled": boolean | undefined;
         
     | 
| 
       152 
155 
     | 
    
         
             
                    "aria-invalid": boolean | undefined;
         
     | 
| 
       153 
156 
     | 
    
         
             
                    "aria-required": boolean | undefined;
         
     | 
| 
       154 
157 
     | 
    
         
             
                    onBlur: (event: FocusEvent<HTMLInputElement, Element>) => void;
         
     | 
| 
       155 
     | 
    
         
            -
                    disabled: boolean | undefined;
         
     | 
| 
       156 
     | 
    
         
            -
                    readOnly: boolean | undefined;
         
     | 
| 
       157 
     | 
    
         
            -
                    required: boolean | undefined;
         
     | 
| 
       158 
158 
     | 
    
         
             
                    "data-readonly": boolean | "false" | "true";
         
     | 
| 
       159 
159 
     | 
    
         
             
                };
         
     | 
| 
       160 
160 
     | 
    
         
             
                setFocusedIndex: react.Dispatch<react.SetStateAction<number>>;
         
     | 
| 
         @@ -141,20 +141,20 @@ declare const useAutocomplete: <T extends string | string[] = string>(props: Use 
     | 
|
| 
       141 
141 
     | 
    
         
             
                isAllSelected: boolean;
         
     | 
| 
       142 
142 
     | 
    
         
             
                listRef: react.RefObject<HTMLUListElement>;
         
     | 
| 
       143 
143 
     | 
    
         
             
                inputRef: react.RefObject<HTMLInputElement>;
         
     | 
| 
       144 
     | 
    
         
            -
                optionProps: Omit<AutocompleteOptionProps, " 
     | 
| 
      
 144 
     | 
    
         
            +
                optionProps: Omit<AutocompleteOptionProps, "value" | "children"> | undefined;
         
     | 
| 
       145 
145 
     | 
    
         
             
                formControlProps: {
         
     | 
| 
      
 146 
     | 
    
         
            +
                    disabled: boolean | undefined;
         
     | 
| 
       146 
147 
     | 
    
         
             
                    _invalid?: ({} & _yamada_ui_core.CSSUIObject) | undefined;
         
     | 
| 
       147 
148 
     | 
    
         
             
                    _hover?: ({} & _yamada_ui_core.CSSUIObject) | undefined;
         
     | 
| 
       148 
149 
     | 
    
         
             
                    _active?: ({} & _yamada_ui_core.CSSUIObject) | undefined;
         
     | 
| 
       149 
150 
     | 
    
         
             
                    _focus?: ({} & _yamada_ui_core.CSSUIObject) | undefined;
         
     | 
| 
       150 
151 
     | 
    
         
             
                    _focusVisible?: ({} & _yamada_ui_core.CSSUIObject) | undefined;
         
     | 
| 
      
 152 
     | 
    
         
            +
                    readOnly: boolean | undefined;
         
     | 
| 
      
 153 
     | 
    
         
            +
                    required: boolean | undefined;
         
     | 
| 
       151 
154 
     | 
    
         
             
                    "aria-disabled": boolean | undefined;
         
     | 
| 
       152 
155 
     | 
    
         
             
                    "aria-invalid": boolean | undefined;
         
     | 
| 
       153 
156 
     | 
    
         
             
                    "aria-required": boolean | undefined;
         
     | 
| 
       154 
157 
     | 
    
         
             
                    onBlur: (event: FocusEvent<HTMLInputElement, Element>) => void;
         
     | 
| 
       155 
     | 
    
         
            -
                    disabled: boolean | undefined;
         
     | 
| 
       156 
     | 
    
         
            -
                    readOnly: boolean | undefined;
         
     | 
| 
       157 
     | 
    
         
            -
                    required: boolean | undefined;
         
     | 
| 
       158 
158 
     | 
    
         
             
                    "data-readonly": boolean | "false" | "true";
         
     | 
| 
       159 
159 
     | 
    
         
             
                };
         
     | 
| 
       160 
160 
     | 
    
         
             
                setFocusedIndex: react.Dispatch<react.SetStateAction<number>>;
         
     | 
    
        package/package.json
    CHANGED
    
    | 
         @@ -1,6 +1,6 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            {
         
     | 
| 
       2 
2 
     | 
    
         
             
              "name": "@yamada-ui/autocomplete",
         
     | 
| 
       3 
     | 
    
         
            -
              "version": "1.5.4-dev- 
     | 
| 
      
 3 
     | 
    
         
            +
              "version": "1.5.4-dev-20241005224505",
         
     | 
| 
       4 
4 
     | 
    
         
             
              "description": "Yamada UI autocomplete component",
         
     | 
| 
       5 
5 
     | 
    
         
             
              "keywords": [
         
     | 
| 
       6 
6 
     | 
    
         
             
                "yamada",
         
     | 
| 
         @@ -37,12 +37,12 @@ 
     | 
|
| 
       37 
37 
     | 
    
         
             
                "url": "https://github.com/yamada-ui/yamada-ui/issues"
         
     | 
| 
       38 
38 
     | 
    
         
             
              },
         
     | 
| 
       39 
39 
     | 
    
         
             
              "dependencies": {
         
     | 
| 
       40 
     | 
    
         
            -
                "@yamada-ui/core": "1.15.2-dev- 
     | 
| 
       41 
     | 
    
         
            -
                "@yamada-ui/form-control": "2.1.4-dev- 
     | 
| 
       42 
     | 
    
         
            -
                "@yamada-ui/icon": "1.1.8-dev- 
     | 
| 
       43 
     | 
    
         
            -
                "@yamada-ui/motion": "2.2.4-dev- 
     | 
| 
       44 
     | 
    
         
            -
                "@yamada-ui/popover": "1.3.4-dev- 
     | 
| 
       45 
     | 
    
         
            -
                "@yamada-ui/portal": "1.0.23-dev- 
     | 
| 
      
 40 
     | 
    
         
            +
                "@yamada-ui/core": "1.15.2-dev-20241005224505",
         
     | 
| 
      
 41 
     | 
    
         
            +
                "@yamada-ui/form-control": "2.1.4-dev-20241005224505",
         
     | 
| 
      
 42 
     | 
    
         
            +
                "@yamada-ui/icon": "1.1.8-dev-20241005224505",
         
     | 
| 
      
 43 
     | 
    
         
            +
                "@yamada-ui/motion": "2.2.4-dev-20241005224505",
         
     | 
| 
      
 44 
     | 
    
         
            +
                "@yamada-ui/popover": "1.3.4-dev-20241005224505",
         
     | 
| 
      
 45 
     | 
    
         
            +
                "@yamada-ui/portal": "1.0.23-dev-20241005224505",
         
     | 
| 
       46 
46 
     | 
    
         
             
                "@yamada-ui/use-clickable": "1.2.9",
         
     | 
| 
       47 
47 
     | 
    
         
             
                "@yamada-ui/use-controllable-state": "1.0.21",
         
     | 
| 
       48 
48 
     | 
    
         
             
                "@yamada-ui/use-descendant": "1.0.22",
         
     |