OneDefaultSlots: {
    Button: (
        { disabled, click, icon: Icon, title, value, placeholder, buttonVariant, buttonSize, buttonColor, }: any,
    ) => JSX.Element;
    CheckBox: (
        { disabled, onChange, title, value, }: any,
    ) => JSX.Element;
    Choose: (
        { invalid, incorrect, value, disabled, readonly, description, outlined, title, placeholder, labelShrink, dirty, loading: upperLoading, inputRef, onChange, choose, tr, }: any,
    ) => JSX.Element;
    Combo: (
        { value: upperValue, disabled, readonly, description, placeholder, outlined, itemList, virtualListBox, watchItemList, labelShrink, noDeselect, freeSolo, loading: upperLoading, title, dirty, invalid, incorrect, fieldReadonly, withContextMenu, tr, onChange, }: any,
    ) => JSX.Element;
    Complete: (
        { invalid, incorrect, value, disabled, readonly, inputType, inputMode, inputPattern, labelShrink, description, outlined, keepRaw, title, placeholder, inputAutocomplete: autoComplete, dirty, loading: upperLoading, tip, tipSelect, autoFocus, onChange, fieldReadonly, inputFormatterSymbol: symbol, inputFormatterAllowed: allowed, inputFormatterReplace: replace, inputFormatterTemplate: template, inputFormatter, withContextMenu, }: any,
    ) => JSX.Element;
    Date: (
        { invalid, incorrect, value: upperValue, disabled, readonly, description, outlined, title, placeholder, labelShrink, dirty, autoFocus, inputRef, onChange, withContextMenu, }: any,
    ) => JSX.Element;
    Dict: (
        { invalid, incorrect, value, disabled, readonly, inputType, inputMode, inputPattern, inputAutocomplete, description, outlined, title, placeholder, dirty, loading, inputRef, onChange, dictLimit, dictDelay, dictOnText, dictOnItem, dictSearch, dictValue, dictSearchText, dictOnAppend, dictSearchItem, dictCreateButton, inputFormatterSymbol: symbol, inputFormatterAllowed: allowed, inputFormatterReplace: replace, inputFormatterTemplate: template, inputFormatter, leadingIcon: li, trailingIcon: ti, leadingIconClick: lic, trailingIconClick: tic, leadingIconRipple: lir, trailingIconRipple: tir, leadingIconTabIndex, trailingIconTabIndex, }: any,
    ) => JSX.Element;
    File: (
        { invalid, incorrect, value: upperValue, disabled, readonly, description, outlined, labelShrink, title, placeholder, dirty, loading: upperLoading, inputRef, onChange, fileAccept, name, upload, view, tr, }: any,
    ) => JSX.Element;
    Icon: (
        { disabled, click, icon: Icon, iconSize, iconColor, iconBackground, }: any,
    ) => JSX.Element;
    Items: (
        { value: upperValue, disabled, readonly, description, placeholder, outlined, itemList, freeSolo, noDeselect, virtualListBox, watchItemList, labelShrink, loading: upperLoading, dirty, invalid, incorrect, title, fieldReadonly, tr, onChange, withContextMenu, }: any,
    ) => JSX.Element;
    Line: ({ title, lineTransparent, }: any) => JSX.Element;
    Progress: (
        { maxPercent, showPercentLabel, value, }: any,
    ) => JSX.Element;
    Radio: (
        { disabled, onChange, title, readonly, radioValue, value, name, }: any,
    ) => JSX.Element;
    Rating: (
        { value, disabled, readonly, onChange, }: any,
    ) => JSX.Element;
    Slider: (
        { value, onChange, leadingIcon: li, trailingIcon: ti, leadingIconClick: lic, trailingIconClick: tic, leadingIconTabIndex, trailingIconTabIndex, leadingIconRipple: lir, trailingIconRipple: tir, labelFormatSlider, stepSlider, disabled, readonly, maxSlider, minSlider, }: any,
    ) => JSX.Element;
    Switch: (
        { disabled, value, onChange, title, switchNoColor, switchActiveLabel, }: any,
    ) => JSX.Element;
    Text: (
        { invalid, incorrect, value, disabled, readonly, inputType, inputMode, inputPattern, labelShrink, description, outlined, title, leadingIcon: li, trailingIcon: ti, leadingIconClick: lic, trailingIconClick: tic, leadingIconTabIndex, trailingIconTabIndex, leadingIconRipple: lir, trailingIconRipple: tir, inputRows: rows, placeholder, inputAutocomplete: autoComplete, inputFormatterSymbol: symbol, inputFormatterAllowed: allowed, inputFormatterReplace: replace, inputFormatterTemplate: template, inputFormatter, dirty, loading, autoFocus, inputRef, onChange, }: any,
    ) => JSX.Element;
    Time: (
        { invalid, incorrect, value: upperValue, disabled, readonly, description, outlined, title, labelShrink, placeholder, dirty, autoFocus, inputRef, onChange, withContextMenu, }: any,
    ) => JSX.Element;
    Tree: (
        { invalid, incorrect, value, disabled, readonly, description, outlined, title, placeholder, dirty, loading: upperLoading, onChange, itemTree, }: any,
    ) => JSX.Element;
    Typography: (
        { value, placeholder, typoVariant, style, }: any,
    ) => JSX.Element;
    YesNo: (
        { value: upperValue, disabled, readonly, description, placeholder, outlined, virtualListBox, labelShrink, noDeselect, title, tr, dirty, invalid, incorrect, onChange, }: any,
    ) => JSX.Element;
}

Type declaration

  • Button: (
        { disabled, click, icon: Icon, title, value, placeholder, buttonVariant, buttonSize, buttonColor, }: any,
    ) => JSX.Element
  • CheckBox: (
        { disabled, onChange, title, value, }: any,
    ) => JSX.Element
  • Choose: (
        { invalid, incorrect, value, disabled, readonly, description, outlined, title, placeholder, labelShrink, dirty, loading: upperLoading, inputRef, onChange, choose, tr, }: any,
    ) => JSX.Element
  • Combo: (
        { value: upperValue, disabled, readonly, description, placeholder, outlined, itemList, virtualListBox, watchItemList, labelShrink, noDeselect, freeSolo, loading: upperLoading, title, dirty, invalid, incorrect, fieldReadonly, withContextMenu, tr, onChange, }: any,
    ) => JSX.Element
  • Complete: (
        { invalid, incorrect, value, disabled, readonly, inputType, inputMode, inputPattern, labelShrink, description, outlined, keepRaw, title, placeholder, inputAutocomplete: autoComplete, dirty, loading: upperLoading, tip, tipSelect, autoFocus, onChange, fieldReadonly, inputFormatterSymbol: symbol, inputFormatterAllowed: allowed, inputFormatterReplace: replace, inputFormatterTemplate: template, inputFormatter, withContextMenu, }: any,
    ) => JSX.Element
  • Date: (
        { invalid, incorrect, value: upperValue, disabled, readonly, description, outlined, title, placeholder, labelShrink, dirty, autoFocus, inputRef, onChange, withContextMenu, }: any,
    ) => JSX.Element
  • Dict: (
        { invalid, incorrect, value, disabled, readonly, inputType, inputMode, inputPattern, inputAutocomplete, description, outlined, title, placeholder, dirty, loading, inputRef, onChange, dictLimit, dictDelay, dictOnText, dictOnItem, dictSearch, dictValue, dictSearchText, dictOnAppend, dictSearchItem, dictCreateButton, inputFormatterSymbol: symbol, inputFormatterAllowed: allowed, inputFormatterReplace: replace, inputFormatterTemplate: template, inputFormatter, leadingIcon: li, trailingIcon: ti, leadingIconClick: lic, trailingIconClick: tic, leadingIconRipple: lir, trailingIconRipple: tir, leadingIconTabIndex, trailingIconTabIndex, }: any,
    ) => JSX.Element
  • File: (
        { invalid, incorrect, value: upperValue, disabled, readonly, description, outlined, labelShrink, title, placeholder, dirty, loading: upperLoading, inputRef, onChange, fileAccept, name, upload, view, tr, }: any,
    ) => JSX.Element
  • Icon: (
        { disabled, click, icon: Icon, iconSize, iconColor, iconBackground, }: any,
    ) => JSX.Element
  • Items: (
        { value: upperValue, disabled, readonly, description, placeholder, outlined, itemList, freeSolo, noDeselect, virtualListBox, watchItemList, labelShrink, loading: upperLoading, dirty, invalid, incorrect, title, fieldReadonly, tr, onChange, withContextMenu, }: any,
    ) => JSX.Element
  • Line: ({ title, lineTransparent, }: any) => JSX.Element
  • Progress: (
        { maxPercent, showPercentLabel, value, }: any,
    ) => JSX.Element
  • Radio: (
        { disabled, onChange, title, readonly, radioValue, value, name, }: any,
    ) => JSX.Element
  • Rating: (
        { value, disabled, readonly, onChange, }: any,
    ) => JSX.Element
  • Slider: (
        { value, onChange, leadingIcon: li, trailingIcon: ti, leadingIconClick: lic, trailingIconClick: tic, leadingIconTabIndex, trailingIconTabIndex, leadingIconRipple: lir, trailingIconRipple: tir, labelFormatSlider, stepSlider, disabled, readonly, maxSlider, minSlider, }: any,
    ) => JSX.Element
  • Switch: (
        { disabled, value, onChange, title, switchNoColor, switchActiveLabel, }: any,
    ) => JSX.Element
  • Text: (
        { invalid, incorrect, value, disabled, readonly, inputType, inputMode, inputPattern, labelShrink, description, outlined, title, leadingIcon: li, trailingIcon: ti, leadingIconClick: lic, trailingIconClick: tic, leadingIconTabIndex, trailingIconTabIndex, leadingIconRipple: lir, trailingIconRipple: tir, inputRows: rows, placeholder, inputAutocomplete: autoComplete, inputFormatterSymbol: symbol, inputFormatterAllowed: allowed, inputFormatterReplace: replace, inputFormatterTemplate: template, inputFormatter, dirty, loading, autoFocus, inputRef, onChange, }: any,
    ) => JSX.Element
  • Time: (
        { invalid, incorrect, value: upperValue, disabled, readonly, description, outlined, title, labelShrink, placeholder, dirty, autoFocus, inputRef, onChange, withContextMenu, }: any,
    ) => JSX.Element
  • Tree: (
        { invalid, incorrect, value, disabled, readonly, description, outlined, title, placeholder, dirty, loading: upperLoading, onChange, itemTree, }: any,
    ) => JSX.Element
  • Typography: (
        { value, placeholder, typoVariant, style, }: any,
    ) => JSX.Element
  • YesNo: (
        { value: upperValue, disabled, readonly, description, placeholder, outlined, virtualListBox, labelShrink, noDeselect, title, tr, dirty, invalid, incorrect, onChange, }: any,
    ) => JSX.Element

A list of default slots for a component.