@cloud-ru/ds-fields 1.0.0 → 1.0.1-preview-f10e3e8f.0
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/dist/cjs/components/shared/helperComponents/FieldElementButton/FieldElementButtonList.d.ts +1 -1
- package/dist/esm/components/shared/helperComponents/FieldElementButton/FieldElementButtonList.d.ts +1 -1
- package/dist/tsconfig.cjs.tsbuildinfo +1 -1
- package/dist/tsconfig.esm.tsbuildinfo +1 -1
- package/package.json +20 -20
package/dist/cjs/components/shared/helperComponents/FieldElementButton/FieldElementButtonList.d.ts
CHANGED
|
@@ -20,7 +20,7 @@ export type FieldElementButtonListProps = Omit<FieldElementButtonProps, 'open' |
|
|
|
20
20
|
* шеврон следует за фактическим `open`, навигация ArrowDown/ArrowUp передаётся `Droplist`'ом
|
|
21
21
|
* в триггер.
|
|
22
22
|
*/
|
|
23
|
-
export declare const FieldElementButtonList: import("react").ForwardRefExoticComponent<Omit<FieldElementButtonProps, "
|
|
23
|
+
export declare const FieldElementButtonList: import("react").ForwardRefExoticComponent<Omit<FieldElementButtonProps, "withDropdownList" | "open"> & {
|
|
24
24
|
/** Параметры встроенного выпадающего списка */
|
|
25
25
|
droplist: FieldElementDroplistProps;
|
|
26
26
|
} & import("react").RefAttributes<HTMLButtonElement>>;
|
package/dist/esm/components/shared/helperComponents/FieldElementButton/FieldElementButtonList.d.ts
CHANGED
|
@@ -20,7 +20,7 @@ export type FieldElementButtonListProps = Omit<FieldElementButtonProps, 'open' |
|
|
|
20
20
|
* шеврон следует за фактическим `open`, навигация ArrowDown/ArrowUp передаётся `Droplist`'ом
|
|
21
21
|
* в триггер.
|
|
22
22
|
*/
|
|
23
|
-
export declare const FieldElementButtonList: import("react").ForwardRefExoticComponent<Omit<FieldElementButtonProps, "
|
|
23
|
+
export declare const FieldElementButtonList: import("react").ForwardRefExoticComponent<Omit<FieldElementButtonProps, "withDropdownList" | "open"> & {
|
|
24
24
|
/** Параметры встроенного выпадающего списка */
|
|
25
25
|
droplist: FieldElementDroplistProps;
|
|
26
26
|
} & import("react").RefAttributes<HTMLButtonElement>>;
|