From c45c2254a573e587d93f308835fd5d5e037a5cd5 Mon Sep 17 00:00:00 2001 From: Ilya Date: Thu, 7 Nov 2024 16:30:57 +0300 Subject: [PATCH] feat(*): add combobox to libs --- packages/plasma-b2c/api/plasma-b2c.api.md | 464 +++++++++++++++++- .../src/components/Combobox/index.tsx | 9 +- packages/sdds-cs/api/sdds-cs.api.md | 6 - packages/sdds-dfa/api/sdds-dfa.api.md | 6 - .../sdds-finportal/api/sdds-finportal.api.md | 6 - packages/sdds-insol/api/sdds-insol.api.md | 6 - packages/sdds-serv/api/sdds-serv.api.md | 6 - 7 files changed, 469 insertions(+), 34 deletions(-) diff --git a/packages/plasma-b2c/api/plasma-b2c.api.md b/packages/plasma-b2c/api/plasma-b2c.api.md index d08b5b633a..d311577f92 100644 --- a/packages/plasma-b2c/api/plasma-b2c.api.md +++ b/packages/plasma-b2c/api/plasma-b2c.api.md @@ -95,7 +95,7 @@ import { ColProps } from '@salutejs/plasma-new-hope/styled-components'; import { ColSizeProps } from '@salutejs/plasma-new-hope/styled-components'; import { ComboboxPrimitiveValue } from '@salutejs/plasma-new-hope/types/components/Combobox/ComboboxOld/Combobox.types'; import { ComboboxOldProps as ComboboxProps } from '@salutejs/plasma-new-hope/styled-components'; -import type { ComboboxProps as ComboboxProps_2 } from '@salutejs/plasma-new-hope'; +import { ComboboxProps as ComboboxProps_2 } from '@salutejs/plasma-new-hope'; import { CommitInstanceCallback } from '@salutejs/plasma-new-hope/types/components/DatePicker/RangeDate/RangeDate.types'; import { ComponentClass } from 'react'; import { ComponentProps } from 'react'; @@ -159,7 +159,7 @@ import { IndicatorProps } from '@salutejs/plasma-new-hope/styled-components'; import { InputHTMLAttributes } from '@salutejs/plasma-core'; import { InputHTMLAttributes as InputHTMLAttributes_2 } from '@salutejs/plasma-new-hope/types/types'; import { InputHTMLAttributes as InputHTMLAttributes_3 } from 'react'; -import type { ItemOption } from '@salutejs/plasma-new-hope'; +import { ItemOption } from '@salutejs/plasma-new-hope'; import { ItemOption as ItemOption_2 } from '@salutejs/plasma-new-hope/styled-components'; import { JSXElementConstructor } from 'react'; import { KeyboardEvent as KeyboardEvent_2 } from 'react'; @@ -1303,6 +1303,466 @@ view?: string | undefined; export { ComboboxProps } +// @public (undocumented) +export const ComboboxWithForm: (props: Omit, "view" | "disabled" | "size" | "readOnly" | "labelPlacement"> & Pick & (({ + items: ItemOption[]; + placement?: ("top" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end") | undefined; + label?: string | undefined; + placeholder?: string | undefined; + helperText?: string | undefined; + contentLeft?: React_2.ReactElement> | undefined; + textBefore?: string | undefined; + textAfter?: string | undefined; + variant?: "normal" | "tight" | undefined; + listOverflow?: Property.Overflow | undefined; + listHeight?: Property.Height | undefined; + listWidth?: Property.Width | undefined; + portal?: React_2.MutableRefObject | undefined; + renderItem?: ((item: ItemOption) => React_2.ReactNode) | undefined; + filter?: ((item: ItemOption, textValue: string) => boolean) | undefined; + closeAfterSelect?: boolean | undefined; + size?: string | undefined; + view?: string | undefined; + labelPlacement?: "outer" | "inner" | undefined; +} & { + readOnly?: boolean | undefined; + disabled?: true | undefined; + alwaysOpened?: false | undefined; +} & { + multiple?: false | undefined; + value?: string | undefined; + onChange?: ((value: string) => void) | undefined; + isTargetAmount?: false | undefined; + targetAmount?: undefined; + renderValue?: undefined; +} & { + requiredPlacement?: "right" | "left" | undefined; +} & { + required: true; + optional?: false | undefined; +} & Omit, "onChange" | "value"> & React_2.RefAttributes) | ({ + items: ItemOption[]; + placement?: ("top" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end") | undefined; + label?: string | undefined; + placeholder?: string | undefined; + helperText?: string | undefined; + contentLeft?: React_2.ReactElement> | undefined; + textBefore?: string | undefined; + textAfter?: string | undefined; + variant?: "normal" | "tight" | undefined; + listOverflow?: Property.Overflow | undefined; + listHeight?: Property.Height | undefined; + listWidth?: Property.Width | undefined; + portal?: React_2.MutableRefObject | undefined; + renderItem?: ((item: ItemOption) => React_2.ReactNode) | undefined; + filter?: ((item: ItemOption, textValue: string) => boolean) | undefined; + closeAfterSelect?: boolean | undefined; + size?: string | undefined; + view?: string | undefined; + labelPlacement?: "outer" | "inner" | undefined; +} & { + readOnly?: boolean | undefined; + disabled?: true | undefined; + alwaysOpened?: false | undefined; +} & { + multiple?: false | undefined; + value?: string | undefined; + onChange?: ((value: string) => void) | undefined; + isTargetAmount?: false | undefined; + targetAmount?: undefined; + renderValue?: undefined; +} & { + requiredPlacement?: "right" | "left" | undefined; +} & { + optional?: true | undefined; + required?: false | undefined; +} & Omit, "onChange" | "value"> & React_2.RefAttributes) | ({ + items: ItemOption[]; + placement?: ("top" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end") | undefined; + label?: string | undefined; + placeholder?: string | undefined; + helperText?: string | undefined; + contentLeft?: React_2.ReactElement> | undefined; + textBefore?: string | undefined; + textAfter?: string | undefined; + variant?: "normal" | "tight" | undefined; + listOverflow?: Property.Overflow | undefined; + listHeight?: Property.Height | undefined; + listWidth?: Property.Width | undefined; + portal?: React_2.MutableRefObject | undefined; + renderItem?: ((item: ItemOption) => React_2.ReactNode) | undefined; + filter?: ((item: ItemOption, textValue: string) => boolean) | undefined; + closeAfterSelect?: boolean | undefined; + size?: string | undefined; + view?: string | undefined; + labelPlacement?: "outer" | "inner" | undefined; +} & { + readOnly?: boolean | undefined; + disabled?: true | undefined; + alwaysOpened?: false | undefined; +} & { + multiple: true; + value?: string[] | undefined; + onChange?: ((value: string[]) => void) | undefined; + isTargetAmount?: true | undefined; + targetAmount?: number | undefined; + renderValue?: ((item: ItemOption) => string) | undefined; +} & { + requiredPlacement?: "right" | "left" | undefined; +} & { + required: true; + optional?: false | undefined; +} & Omit, "onChange" | "value"> & React_2.RefAttributes) | ({ + items: ItemOption[]; + placement?: ("top" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end") | undefined; + label?: string | undefined; + placeholder?: string | undefined; + helperText?: string | undefined; + contentLeft?: React_2.ReactElement> | undefined; + textBefore?: string | undefined; + textAfter?: string | undefined; + variant?: "normal" | "tight" | undefined; + listOverflow?: Property.Overflow | undefined; + listHeight?: Property.Height | undefined; + listWidth?: Property.Width | undefined; + portal?: React_2.MutableRefObject | undefined; + renderItem?: ((item: ItemOption) => React_2.ReactNode) | undefined; + filter?: ((item: ItemOption, textValue: string) => boolean) | undefined; + closeAfterSelect?: boolean | undefined; + size?: string | undefined; + view?: string | undefined; + labelPlacement?: "outer" | "inner" | undefined; +} & { + readOnly?: boolean | undefined; + disabled?: true | undefined; + alwaysOpened?: false | undefined; +} & { + multiple: true; + value?: string[] | undefined; + onChange?: ((value: string[]) => void) | undefined; + isTargetAmount?: true | undefined; + targetAmount?: number | undefined; + renderValue?: ((item: ItemOption) => string) | undefined; +} & { + requiredPlacement?: "right" | "left" | undefined; +} & { + optional?: true | undefined; + required?: false | undefined; +} & Omit, "onChange" | "value"> & React_2.RefAttributes) | ({ + items: ItemOption[]; + placement?: ("top" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end") | undefined; + label?: string | undefined; + placeholder?: string | undefined; + helperText?: string | undefined; + contentLeft?: React_2.ReactElement> | undefined; + textBefore?: string | undefined; + textAfter?: string | undefined; + variant?: "normal" | "tight" | undefined; + listOverflow?: Property.Overflow | undefined; + listHeight?: Property.Height | undefined; + listWidth?: Property.Width | undefined; + portal?: React_2.MutableRefObject | undefined; + renderItem?: ((item: ItemOption) => React_2.ReactNode) | undefined; + filter?: ((item: ItemOption, textValue: string) => boolean) | undefined; + closeAfterSelect?: boolean | undefined; + size?: string | undefined; + view?: string | undefined; + labelPlacement?: "outer" | "inner" | undefined; +} & { + readOnly?: true | undefined; + disabled?: boolean | undefined; + alwaysOpened?: false | undefined; +} & { + multiple?: false | undefined; + value?: string | undefined; + onChange?: ((value: string) => void) | undefined; + isTargetAmount?: false | undefined; + targetAmount?: undefined; + renderValue?: undefined; +} & { + requiredPlacement?: "right" | "left" | undefined; +} & { + required: true; + optional?: false | undefined; +} & Omit, "onChange" | "value"> & React_2.RefAttributes) | ({ + items: ItemOption[]; + placement?: ("top" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end") | undefined; + label?: string | undefined; + placeholder?: string | undefined; + helperText?: string | undefined; + contentLeft?: React_2.ReactElement> | undefined; + textBefore?: string | undefined; + textAfter?: string | undefined; + variant?: "normal" | "tight" | undefined; + listOverflow?: Property.Overflow | undefined; + listHeight?: Property.Height | undefined; + listWidth?: Property.Width | undefined; + portal?: React_2.MutableRefObject | undefined; + renderItem?: ((item: ItemOption) => React_2.ReactNode) | undefined; + filter?: ((item: ItemOption, textValue: string) => boolean) | undefined; + closeAfterSelect?: boolean | undefined; + size?: string | undefined; + view?: string | undefined; + labelPlacement?: "outer" | "inner" | undefined; +} & { + readOnly?: true | undefined; + disabled?: boolean | undefined; + alwaysOpened?: false | undefined; +} & { + multiple?: false | undefined; + value?: string | undefined; + onChange?: ((value: string) => void) | undefined; + isTargetAmount?: false | undefined; + targetAmount?: undefined; + renderValue?: undefined; +} & { + requiredPlacement?: "right" | "left" | undefined; +} & { + optional?: true | undefined; + required?: false | undefined; +} & Omit, "onChange" | "value"> & React_2.RefAttributes) | ({ + items: ItemOption[]; + placement?: ("top" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end") | undefined; + label?: string | undefined; + placeholder?: string | undefined; + helperText?: string | undefined; + contentLeft?: React_2.ReactElement> | undefined; + textBefore?: string | undefined; + textAfter?: string | undefined; + variant?: "normal" | "tight" | undefined; + listOverflow?: Property.Overflow | undefined; + listHeight?: Property.Height | undefined; + listWidth?: Property.Width | undefined; + portal?: React_2.MutableRefObject | undefined; + renderItem?: ((item: ItemOption) => React_2.ReactNode) | undefined; + filter?: ((item: ItemOption, textValue: string) => boolean) | undefined; + closeAfterSelect?: boolean | undefined; + size?: string | undefined; + view?: string | undefined; + labelPlacement?: "outer" | "inner" | undefined; +} & { + readOnly?: true | undefined; + disabled?: boolean | undefined; + alwaysOpened?: false | undefined; +} & { + multiple: true; + value?: string[] | undefined; + onChange?: ((value: string[]) => void) | undefined; + isTargetAmount?: true | undefined; + targetAmount?: number | undefined; + renderValue?: ((item: ItemOption) => string) | undefined; +} & { + requiredPlacement?: "right" | "left" | undefined; +} & { + required: true; + optional?: false | undefined; +} & Omit, "onChange" | "value"> & React_2.RefAttributes) | ({ + items: ItemOption[]; + placement?: ("top" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end") | undefined; + label?: string | undefined; + placeholder?: string | undefined; + helperText?: string | undefined; + contentLeft?: React_2.ReactElement> | undefined; + textBefore?: string | undefined; + textAfter?: string | undefined; + variant?: "normal" | "tight" | undefined; + listOverflow?: Property.Overflow | undefined; + listHeight?: Property.Height | undefined; + listWidth?: Property.Width | undefined; + portal?: React_2.MutableRefObject | undefined; + renderItem?: ((item: ItemOption) => React_2.ReactNode) | undefined; + filter?: ((item: ItemOption, textValue: string) => boolean) | undefined; + closeAfterSelect?: boolean | undefined; + size?: string | undefined; + view?: string | undefined; + labelPlacement?: "outer" | "inner" | undefined; +} & { + readOnly?: true | undefined; + disabled?: boolean | undefined; + alwaysOpened?: false | undefined; +} & { + multiple: true; + value?: string[] | undefined; + onChange?: ((value: string[]) => void) | undefined; + isTargetAmount?: true | undefined; + targetAmount?: number | undefined; + renderValue?: ((item: ItemOption) => string) | undefined; +} & { + requiredPlacement?: "right" | "left" | undefined; +} & { + optional?: true | undefined; + required?: false | undefined; +} & Omit, "onChange" | "value"> & React_2.RefAttributes) | ({ + items: ItemOption[]; + placement?: ("top" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end") | undefined; + label?: string | undefined; + placeholder?: string | undefined; + helperText?: string | undefined; + contentLeft?: React_2.ReactElement> | undefined; + textBefore?: string | undefined; + textAfter?: string | undefined; + variant?: "normal" | "tight" | undefined; + listOverflow?: Property.Overflow | undefined; + listHeight?: Property.Height | undefined; + listWidth?: Property.Width | undefined; + portal?: React_2.MutableRefObject | undefined; + renderItem?: ((item: ItemOption) => React_2.ReactNode) | undefined; + filter?: ((item: ItemOption, textValue: string) => boolean) | undefined; + closeAfterSelect?: boolean | undefined; + size?: string | undefined; + view?: string | undefined; + labelPlacement?: "outer" | "inner" | undefined; +} & { + readOnly?: false | undefined; + disabled?: false | undefined; + alwaysOpened?: true | undefined; +} & { + multiple?: false | undefined; + value?: string | undefined; + onChange?: ((value: string) => void) | undefined; + isTargetAmount?: false | undefined; + targetAmount?: undefined; + renderValue?: undefined; +} & { + requiredPlacement?: "right" | "left" | undefined; +} & { + required: true; + optional?: false | undefined; +} & Omit, "onChange" | "value"> & React_2.RefAttributes) | ({ + items: ItemOption[]; + placement?: ("top" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end") | undefined; + label?: string | undefined; + placeholder?: string | undefined; + helperText?: string | undefined; + contentLeft?: React_2.ReactElement> | undefined; + textBefore?: string | undefined; + textAfter?: string | undefined; + variant?: "normal" | "tight" | undefined; + listOverflow?: Property.Overflow | undefined; + listHeight?: Property.Height | undefined; + listWidth?: Property.Width | undefined; + portal?: React_2.MutableRefObject | undefined; + renderItem?: ((item: ItemOption) => React_2.ReactNode) | undefined; + filter?: ((item: ItemOption, textValue: string) => boolean) | undefined; + closeAfterSelect?: boolean | undefined; + size?: string | undefined; + view?: string | undefined; + labelPlacement?: "outer" | "inner" | undefined; +} & { + readOnly?: false | undefined; + disabled?: false | undefined; + alwaysOpened?: true | undefined; +} & { + multiple?: false | undefined; + value?: string | undefined; + onChange?: ((value: string) => void) | undefined; + isTargetAmount?: false | undefined; + targetAmount?: undefined; + renderValue?: undefined; +} & { + requiredPlacement?: "right" | "left" | undefined; +} & { + optional?: true | undefined; + required?: false | undefined; +} & Omit, "onChange" | "value"> & React_2.RefAttributes) | ({ + items: ItemOption[]; + placement?: ("top" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end") | undefined; + label?: string | undefined; + placeholder?: string | undefined; + helperText?: string | undefined; + contentLeft?: React_2.ReactElement> | undefined; + textBefore?: string | undefined; + textAfter?: string | undefined; + variant?: "normal" | "tight" | undefined; + listOverflow?: Property.Overflow | undefined; + listHeight?: Property.Height | undefined; + listWidth?: Property.Width | undefined; + portal?: React_2.MutableRefObject | undefined; + renderItem?: ((item: ItemOption) => React_2.ReactNode) | undefined; + filter?: ((item: ItemOption, textValue: string) => boolean) | undefined; + closeAfterSelect?: boolean | undefined; + size?: string | undefined; + view?: string | undefined; + labelPlacement?: "outer" | "inner" | undefined; +} & { + readOnly?: false | undefined; + disabled?: false | undefined; + alwaysOpened?: true | undefined; +} & { + multiple: true; + value?: string[] | undefined; + onChange?: ((value: string[]) => void) | undefined; + isTargetAmount?: true | undefined; + targetAmount?: number | undefined; + renderValue?: ((item: ItemOption) => string) | undefined; +} & { + requiredPlacement?: "right" | "left" | undefined; +} & { + required: true; + optional?: false | undefined; +} & Omit, "onChange" | "value"> & React_2.RefAttributes) | ({ + items: ItemOption[]; + placement?: ("top" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end") | undefined; + label?: string | undefined; + placeholder?: string | undefined; + helperText?: string | undefined; + contentLeft?: React_2.ReactElement> | undefined; + textBefore?: string | undefined; + textAfter?: string | undefined; + variant?: "normal" | "tight" | undefined; + listOverflow?: Property.Overflow | undefined; + listHeight?: Property.Height | undefined; + listWidth?: Property.Width | undefined; + portal?: React_2.MutableRefObject | undefined; + renderItem?: ((item: ItemOption) => React_2.ReactNode) | undefined; + filter?: ((item: ItemOption, textValue: string) => boolean) | undefined; + closeAfterSelect?: boolean | undefined; + size?: string | undefined; + view?: string | undefined; + labelPlacement?: "outer" | "inner" | undefined; +} & { + readOnly?: false | undefined; + disabled?: false | undefined; + alwaysOpened?: true | undefined; +} & { + multiple: true; + value?: string[] | undefined; + onChange?: ((value: string[]) => void) | undefined; + isTargetAmount?: true | undefined; + targetAmount?: number | undefined; + renderValue?: ((item: ItemOption) => string) | undefined; +} & { + requiredPlacement?: "right" | "left" | undefined; +} & { + optional?: true | undefined; + required?: false | undefined; +} & Omit, "onChange" | "value"> & React_2.RefAttributes)), "view" | "disabled" | "size" | "readOnly" | "labelPlacement"> & { + ref?: React_2.ForwardedRef | undefined; +}) => ReactElement | null; + // @public (undocumented) export const Container: FunctionComponent(props: CommonProps, ref: Rea }; export const Combobox = fixedForwardRef(ComboboxComponent); + +export const ComboboxWithForm = boundCombobox({ + base: Combobox as FC, + baseForm: getFormComponentGenerator(Combobox as FC), +}) as (props: PropsNew & { ref?: ForwardedRef }) => ReactElement | null; diff --git a/packages/sdds-cs/api/sdds-cs.api.md b/packages/sdds-cs/api/sdds-cs.api.md index 95ef962978..d340ae2741 100644 --- a/packages/sdds-cs/api/sdds-cs.api.md +++ b/packages/sdds-cs/api/sdds-cs.api.md @@ -987,7 +987,6 @@ true: PolymorphicClassName; size?: string | undefined; view?: string | undefined; labelPlacement?: "outer" | "inner" | undefined; - formType?: Boolean | undefined; } & { readOnly?: boolean | undefined; disabled?: true | undefined; @@ -1060,7 +1059,6 @@ true: PolymorphicClassName; size?: string | undefined; view?: string | undefined; labelPlacement?: "outer" | "inner" | undefined; - formType?: Boolean | undefined; } & { readOnly?: boolean | undefined; disabled?: true | undefined; @@ -1133,7 +1131,6 @@ true: PolymorphicClassName; size?: string | undefined; view?: string | undefined; labelPlacement?: "outer" | "inner" | undefined; - formType?: Boolean | undefined; } & { readOnly?: true | undefined; disabled?: boolean | undefined; @@ -1206,7 +1203,6 @@ true: PolymorphicClassName; size?: string | undefined; view?: string | undefined; labelPlacement?: "outer" | "inner" | undefined; - formType?: Boolean | undefined; } & { readOnly?: true | undefined; disabled?: boolean | undefined; @@ -1279,7 +1275,6 @@ true: PolymorphicClassName; size?: string | undefined; view?: string | undefined; labelPlacement?: "outer" | "inner" | undefined; - formType?: Boolean | undefined; } & { readOnly?: false | undefined; disabled?: false | undefined; @@ -1352,7 +1347,6 @@ true: PolymorphicClassName; size?: string | undefined; view?: string | undefined; labelPlacement?: "outer" | "inner" | undefined; - formType?: Boolean | undefined; } & { readOnly?: false | undefined; disabled?: false | undefined; diff --git a/packages/sdds-dfa/api/sdds-dfa.api.md b/packages/sdds-dfa/api/sdds-dfa.api.md index 278a9ca48b..c34313b05a 100644 --- a/packages/sdds-dfa/api/sdds-dfa.api.md +++ b/packages/sdds-dfa/api/sdds-dfa.api.md @@ -1016,7 +1016,6 @@ true: PolymorphicClassName; size?: string | undefined; view?: string | undefined; labelPlacement?: "outer" | "inner" | undefined; - formType?: Boolean | undefined; } & { readOnly?: boolean | undefined; disabled?: true | undefined; @@ -1089,7 +1088,6 @@ true: PolymorphicClassName; size?: string | undefined; view?: string | undefined; labelPlacement?: "outer" | "inner" | undefined; - formType?: Boolean | undefined; } & { readOnly?: boolean | undefined; disabled?: true | undefined; @@ -1162,7 +1160,6 @@ true: PolymorphicClassName; size?: string | undefined; view?: string | undefined; labelPlacement?: "outer" | "inner" | undefined; - formType?: Boolean | undefined; } & { readOnly?: true | undefined; disabled?: boolean | undefined; @@ -1235,7 +1232,6 @@ true: PolymorphicClassName; size?: string | undefined; view?: string | undefined; labelPlacement?: "outer" | "inner" | undefined; - formType?: Boolean | undefined; } & { readOnly?: true | undefined; disabled?: boolean | undefined; @@ -1308,7 +1304,6 @@ true: PolymorphicClassName; size?: string | undefined; view?: string | undefined; labelPlacement?: "outer" | "inner" | undefined; - formType?: Boolean | undefined; } & { readOnly?: false | undefined; disabled?: false | undefined; @@ -1381,7 +1376,6 @@ true: PolymorphicClassName; size?: string | undefined; view?: string | undefined; labelPlacement?: "outer" | "inner" | undefined; - formType?: Boolean | undefined; } & { readOnly?: false | undefined; disabled?: false | undefined; diff --git a/packages/sdds-finportal/api/sdds-finportal.api.md b/packages/sdds-finportal/api/sdds-finportal.api.md index e0bfbe60d2..5de4f794d7 100644 --- a/packages/sdds-finportal/api/sdds-finportal.api.md +++ b/packages/sdds-finportal/api/sdds-finportal.api.md @@ -1067,7 +1067,6 @@ true: PolymorphicClassName; size?: string | undefined; view?: string | undefined; labelPlacement?: "outer" | "inner" | undefined; - formType?: Boolean | undefined; } & { readOnly?: boolean | undefined; disabled?: true | undefined; @@ -1140,7 +1139,6 @@ true: PolymorphicClassName; size?: string | undefined; view?: string | undefined; labelPlacement?: "outer" | "inner" | undefined; - formType?: Boolean | undefined; } & { readOnly?: boolean | undefined; disabled?: true | undefined; @@ -1213,7 +1211,6 @@ true: PolymorphicClassName; size?: string | undefined; view?: string | undefined; labelPlacement?: "outer" | "inner" | undefined; - formType?: Boolean | undefined; } & { readOnly?: true | undefined; disabled?: boolean | undefined; @@ -1286,7 +1283,6 @@ true: PolymorphicClassName; size?: string | undefined; view?: string | undefined; labelPlacement?: "outer" | "inner" | undefined; - formType?: Boolean | undefined; } & { readOnly?: true | undefined; disabled?: boolean | undefined; @@ -1359,7 +1355,6 @@ true: PolymorphicClassName; size?: string | undefined; view?: string | undefined; labelPlacement?: "outer" | "inner" | undefined; - formType?: Boolean | undefined; } & { readOnly?: false | undefined; disabled?: false | undefined; @@ -1432,7 +1427,6 @@ true: PolymorphicClassName; size?: string | undefined; view?: string | undefined; labelPlacement?: "outer" | "inner" | undefined; - formType?: Boolean | undefined; } & { readOnly?: false | undefined; disabled?: false | undefined; diff --git a/packages/sdds-insol/api/sdds-insol.api.md b/packages/sdds-insol/api/sdds-insol.api.md index fdf185418f..3187a894a9 100644 --- a/packages/sdds-insol/api/sdds-insol.api.md +++ b/packages/sdds-insol/api/sdds-insol.api.md @@ -1068,7 +1068,6 @@ true: PolymorphicClassName; size?: string | undefined; view?: string | undefined; labelPlacement?: "outer" | "inner" | undefined; - formType?: Boolean | undefined; } & { readOnly?: boolean | undefined; disabled?: true | undefined; @@ -1141,7 +1140,6 @@ true: PolymorphicClassName; size?: string | undefined; view?: string | undefined; labelPlacement?: "outer" | "inner" | undefined; - formType?: Boolean | undefined; } & { readOnly?: boolean | undefined; disabled?: true | undefined; @@ -1214,7 +1212,6 @@ true: PolymorphicClassName; size?: string | undefined; view?: string | undefined; labelPlacement?: "outer" | "inner" | undefined; - formType?: Boolean | undefined; } & { readOnly?: true | undefined; disabled?: boolean | undefined; @@ -1287,7 +1284,6 @@ true: PolymorphicClassName; size?: string | undefined; view?: string | undefined; labelPlacement?: "outer" | "inner" | undefined; - formType?: Boolean | undefined; } & { readOnly?: true | undefined; disabled?: boolean | undefined; @@ -1360,7 +1356,6 @@ true: PolymorphicClassName; size?: string | undefined; view?: string | undefined; labelPlacement?: "outer" | "inner" | undefined; - formType?: Boolean | undefined; } & { readOnly?: false | undefined; disabled?: false | undefined; @@ -1433,7 +1428,6 @@ true: PolymorphicClassName; size?: string | undefined; view?: string | undefined; labelPlacement?: "outer" | "inner" | undefined; - formType?: Boolean | undefined; } & { readOnly?: false | undefined; disabled?: false | undefined; diff --git a/packages/sdds-serv/api/sdds-serv.api.md b/packages/sdds-serv/api/sdds-serv.api.md index 4417d32295..b212b2b90a 100644 --- a/packages/sdds-serv/api/sdds-serv.api.md +++ b/packages/sdds-serv/api/sdds-serv.api.md @@ -1067,7 +1067,6 @@ true: PolymorphicClassName; size?: string | undefined; view?: string | undefined; labelPlacement?: "outer" | "inner" | undefined; - formType?: Boolean | undefined; } & { readOnly?: boolean | undefined; disabled?: true | undefined; @@ -1140,7 +1139,6 @@ true: PolymorphicClassName; size?: string | undefined; view?: string | undefined; labelPlacement?: "outer" | "inner" | undefined; - formType?: Boolean | undefined; } & { readOnly?: boolean | undefined; disabled?: true | undefined; @@ -1213,7 +1211,6 @@ true: PolymorphicClassName; size?: string | undefined; view?: string | undefined; labelPlacement?: "outer" | "inner" | undefined; - formType?: Boolean | undefined; } & { readOnly?: true | undefined; disabled?: boolean | undefined; @@ -1286,7 +1283,6 @@ true: PolymorphicClassName; size?: string | undefined; view?: string | undefined; labelPlacement?: "outer" | "inner" | undefined; - formType?: Boolean | undefined; } & { readOnly?: true | undefined; disabled?: boolean | undefined; @@ -1359,7 +1355,6 @@ true: PolymorphicClassName; size?: string | undefined; view?: string | undefined; labelPlacement?: "outer" | "inner" | undefined; - formType?: Boolean | undefined; } & { readOnly?: false | undefined; disabled?: false | undefined; @@ -1432,7 +1427,6 @@ true: PolymorphicClassName; size?: string | undefined; view?: string | undefined; labelPlacement?: "outer" | "inner" | undefined; - formType?: Boolean | undefined; } & { readOnly?: false | undefined; disabled?: false | undefined;