@skbkontur/react-ui 5.2.0 → 5.2.1
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/CHANGELOG.md +16 -0
- package/cjs/components/Autocomplete/Autocomplete.d.ts +132 -132
- package/cjs/components/Autocomplete/Autocomplete.styles.d.ts +5 -5
- package/cjs/components/Autocomplete/getAutocompleteTheme.d.ts +2 -2
- package/cjs/components/Autocomplete/index.d.ts +1 -1
- package/cjs/components/Autocomplete/locale/index.d.ts +4 -4
- package/cjs/components/Autocomplete/locale/locales/en.d.ts +2 -2
- package/cjs/components/Autocomplete/locale/locales/ru.d.ts +2 -2
- package/cjs/components/Autocomplete/locale/types.d.ts +5 -5
- package/cjs/components/Button/ArrowLeftIcon.d.ts +3 -3
- package/cjs/components/Button/ArrowRightIcon.d.ts +3 -3
- package/cjs/components/Button/Button.d.ts +109 -109
- package/cjs/components/Button/Button.mixins.d.ts +5 -5
- package/cjs/components/Button/Button.styles.d.ts +86 -86
- package/cjs/components/Button/ButtonArrow.d.ts +8 -8
- package/cjs/components/Button/ButtonIcon.d.ts +11 -11
- package/cjs/components/Button/ButtonIcon.styles.d.ts +16 -16
- package/cjs/components/Button/LoadingButtonIcon.d.ts +8 -8
- package/cjs/components/Button/getInnerLinkTheme.d.ts +2 -2
- package/cjs/components/Button/index.d.ts +1 -1
- package/cjs/components/Calendar/Calendar.d.ts +104 -104
- package/cjs/components/Calendar/Calendar.styles.d.ts +6 -6
- package/cjs/components/Calendar/CalendarContext.d.ts +12 -12
- package/cjs/components/Calendar/CalendarDateShape.d.ts +16 -16
- package/cjs/components/Calendar/CalendarDay.d.ts +20 -20
- package/cjs/components/Calendar/CalendarScrollEvents.d.ts +4 -4
- package/cjs/components/Calendar/CalendarUtils.d.ts +37 -37
- package/cjs/components/Calendar/DayCellView.d.ts +6 -6
- package/cjs/components/Calendar/DayCellView.styles.d.ts +8 -8
- package/cjs/components/Calendar/DayCellViewModel.d.ts +8 -8
- package/cjs/components/Calendar/Month.d.ts +23 -23
- package/cjs/components/Calendar/MonthView.d.ts +22 -22
- package/cjs/components/Calendar/MonthView.styles.d.ts +13 -13
- package/cjs/components/Calendar/MonthViewModel.d.ts +14 -14
- package/cjs/components/Calendar/config.d.ts +2 -2
- package/cjs/components/Calendar/index.d.ts +3 -3
- package/cjs/components/Calendar/locale/index.d.ts +4 -4
- package/cjs/components/Calendar/locale/locales/en.d.ts +2 -2
- package/cjs/components/Calendar/locale/locales/ru.d.ts +2 -2
- package/cjs/components/Calendar/locale/types.d.ts +7 -7
- package/cjs/components/Center/Center.d.ts +28 -28
- package/cjs/components/Center/Center.styles.d.ts +7 -7
- package/cjs/components/Center/index.d.ts +1 -1
- package/cjs/components/Checkbox/Checkbox.d.ts +109 -109
- package/cjs/components/Checkbox/Checkbox.mixins.d.ts +2 -2
- package/cjs/components/Checkbox/Checkbox.styles.d.ts +30 -30
- package/cjs/components/Checkbox/CheckedIcon.d.ts +3 -3
- package/cjs/components/Checkbox/IndeterminateIcon.d.ts +3 -3
- package/cjs/components/Checkbox/index.d.ts +1 -1
- package/cjs/components/ComboBox/ComboBox.d.ts +190 -190
- package/cjs/components/ComboBox/index.d.ts +1 -1
- package/cjs/components/CurrencyInput/CurrencyHelper.d.ts +41 -41
- package/cjs/components/CurrencyInput/CurrencyInput.d.ts +109 -109
- package/cjs/components/CurrencyInput/CurrencyInputHelper.d.ts +23 -23
- package/cjs/components/CurrencyInput/CurrencyInputKeyboardActions.d.ts +19 -19
- package/cjs/components/CurrencyInput/CursorHelper.d.ts +10 -10
- package/cjs/components/CurrencyInput/SelectionHelper.d.ts +11 -11
- package/cjs/components/CurrencyInput/constants.d.ts +5 -5
- package/cjs/components/CurrencyInput/index.d.ts +1 -1
- package/cjs/components/CurrencyLabel/CurrencyLabel.d.ts +22 -22
- package/cjs/components/CurrencyLabel/index.d.ts +1 -1
- package/cjs/components/DateInput/CalendarIcon.d.ts +3 -3
- package/cjs/components/DateInput/DateFragmentsView.d.ts +21 -21
- package/cjs/components/DateInput/DateFragmentsView.styles.d.ts +7 -7
- package/cjs/components/DateInput/DateInput.d.ts +104 -104
- package/cjs/components/DateInput/DateInput.styles.d.ts +10 -10
- package/cjs/components/DateInput/ViewDateInputValidateChecks.d.ts +10 -10
- package/cjs/components/DateInput/helpers/DateInputKeyboardActions.d.ts +21 -21
- package/cjs/components/DateInput/helpers/InternalDateMediator.d.ts +27 -27
- package/cjs/components/DateInput/helpers/inputNumber.d.ts +6 -6
- package/cjs/components/DateInput/index.d.ts +1 -1
- package/cjs/components/DatePicker/DatePicker.d.ts +149 -149
- package/cjs/components/DatePicker/DatePicker.styles.d.ts +5 -5
- package/cjs/components/DatePicker/DatePickerHelpers.d.ts +2 -2
- package/cjs/components/DatePicker/MobilePicker.d.ts +10 -10
- package/cjs/components/DatePicker/MobilePicker.styles.d.ts +3 -3
- package/cjs/components/DatePicker/getMobilePickerTheme.d.ts +2 -2
- package/cjs/components/DatePicker/index.d.ts +1 -1
- package/cjs/components/DatePicker/locale/index.d.ts +4 -4
- package/cjs/components/DatePicker/locale/locales/en.d.ts +2 -2
- package/cjs/components/DatePicker/locale/locales/ru.d.ts +2 -2
- package/cjs/components/DatePicker/locale/types.d.ts +7 -7
- package/cjs/components/DateRangePicker/DateRangePicker.d.ts +84 -84
- package/cjs/components/DateRangePicker/DateRangePicker.styles.d.ts +16 -16
- package/cjs/components/DateRangePicker/DateRangePickerContext.d.ts +31 -31
- package/cjs/components/DateRangePicker/DateRangePickerInput.d.ts +12 -12
- package/cjs/components/DateRangePicker/DateRangePickerSeparator.d.ts +2 -2
- package/cjs/components/DateRangePicker/DateRangePickerTheme.d.ts +3 -3
- package/cjs/components/DateRangePicker/helpers/getStateForValue.d.ts +9 -9
- package/cjs/components/DateRangePicker/helpers/validateDateRangePicker.d.ts +9 -9
- package/cjs/components/DateRangePicker/index.d.ts +1 -1
- package/cjs/components/DateRangePicker/locale/index.d.ts +4 -4
- package/cjs/components/DateRangePicker/locale/locales/en.d.ts +2 -2
- package/cjs/components/DateRangePicker/locale/locales/ru.d.ts +2 -2
- package/cjs/components/DateRangePicker/locale/types.d.ts +7 -7
- package/cjs/components/Dropdown/Dropdown.d.ts +130 -130
- package/cjs/components/Dropdown/getDropdownTheme.d.ts +2 -2
- package/cjs/components/Dropdown/index.d.ts +1 -1
- package/cjs/components/DropdownMenu/DropdownMenu.d.ts +66 -66
- package/cjs/components/DropdownMenu/getDropdownMenuTheme.d.ts +2 -2
- package/cjs/components/DropdownMenu/index.d.ts +1 -1
- package/cjs/components/FileUploader/FileUploader.d.ts +56 -56
- package/cjs/components/FileUploader/FileUploader.mixins.d.ts +1 -1
- package/cjs/components/FileUploader/FileUploader.styles.d.ts +36 -36
- package/cjs/components/FileUploader/UploadIcon.d.ts +3 -3
- package/cjs/components/FileUploader/index.d.ts +5 -5
- package/cjs/components/FileUploader/locale/index.d.ts +4 -4
- package/cjs/components/FileUploader/locale/locales/en.d.ts +2 -2
- package/cjs/components/FileUploader/locale/locales/ru.d.ts +2 -2
- package/cjs/components/FileUploader/locale/types.d.ts +6 -6
- package/cjs/components/FxInput/FxInput.d.ts +68 -68
- package/cjs/components/FxInput/FxInputRestoreBtn.d.ts +9 -9
- package/cjs/components/FxInput/MathFunctionIcon.d.ts +3 -3
- package/cjs/components/FxInput/UndoIcon.d.ts +3 -3
- package/cjs/components/FxInput/index.d.ts +1 -1
- package/cjs/components/Gapped/Gapped.d.ts +50 -50
- package/cjs/components/Gapped/index.d.ts +1 -1
- package/cjs/components/GlobalLoader/GlobalLoader.d.ts +98 -98
- package/cjs/components/GlobalLoader/GlobalLoaderView.d.ts +17 -17
- package/cjs/components/GlobalLoader/GlobalLoaderView.styles.d.ts +16 -16
- package/cjs/components/GlobalLoader/index.d.ts +1 -1
- package/cjs/components/GlobalLoader/useParams.d.ts +22 -22
- package/cjs/components/Group/Group.d.ts +25 -25
- package/cjs/components/Group/Group.styles.d.ts +8 -8
- package/cjs/components/Group/index.d.ts +1 -1
- package/cjs/components/Hint/Hint.d.ts +67 -67
- package/cjs/components/Hint/Hint.styles.d.ts +5 -5
- package/cjs/components/Hint/index.d.ts +1 -1
- package/cjs/components/Input/Input.d.ts +186 -186
- package/cjs/components/Input/Input.styles.d.ts +28 -28
- package/cjs/components/Input/Input.typings.d.ts +7 -7
- package/cjs/components/Input/InputLayout/InputLayout.d.ts +11 -11
- package/cjs/components/Input/InputLayout/InputLayout.styles.d.ts +11 -11
- package/cjs/components/Input/InputLayout/InputLayoutAside.d.ts +8 -8
- package/cjs/components/Input/InputLayout/InputLayoutAsideIcon.d.ts +7 -7
- package/cjs/components/Input/InputLayout/InputLayoutAsideText.d.ts +6 -6
- package/cjs/components/Input/InputLayout/InputLayoutContext.d.ts +9 -9
- package/cjs/components/Input/InputLayout/PolyfillPlaceholder.d.ts +10 -10
- package/cjs/components/Input/index.d.ts +2 -2
- package/cjs/components/Kebab/Kebab.d.ts +59 -59
- package/cjs/components/Kebab/Kebab.styles.d.ts +11 -11
- package/cjs/components/Kebab/KebabIcon.d.ts +3 -3
- package/cjs/components/Kebab/index.d.ts +1 -1
- package/cjs/components/Link/Link.d.ts +61 -61
- package/cjs/components/Link/Link.js +5 -0
- package/cjs/components/Link/Link.js.map +1 -1
- package/cjs/components/Link/Link.mixins.d.ts +2 -2
- package/cjs/components/Link/Link.mixins.js +1 -2
- package/cjs/components/Link/Link.mixins.js.map +1 -1
- package/cjs/components/Link/Link.styles.d.ts +23 -23
- package/cjs/components/Link/Link.styles.js +3 -2
- package/cjs/components/Link/Link.styles.js.map +1 -1
- package/cjs/components/Link/LinkIcon.d.ts +7 -7
- package/cjs/components/Link/index.d.ts +1 -1
- package/cjs/components/Loader/Loader.d.ts +106 -106
- package/cjs/components/Loader/Loader.styles.d.ts +8 -8
- package/cjs/components/Loader/index.d.ts +1 -1
- package/cjs/components/MaskedInput/ColorableInputElement/ColorableInputElement.d.ts +7 -7
- package/cjs/components/MaskedInput/ColorableInputElement/ColorableInputElement.styles.d.ts +3 -3
- package/cjs/components/MaskedInput/ColorableInputElement/index.d.ts +1 -1
- package/cjs/components/MaskedInput/FixedIMaskInput.d.ts +9 -9
- package/cjs/components/MaskedInput/MaskedInput.d.ts +43 -43
- package/cjs/components/MaskedInput/MaskedInput.helpers.d.ts +9 -9
- package/cjs/components/MaskedInput/MaskedInput.styles.d.ts +7 -7
- package/cjs/components/MaskedInput/index.d.ts +1 -1
- package/cjs/components/MenuFooter/MenuFooter.d.ts +25 -25
- package/cjs/components/MenuFooter/MenuFooter.mixins.d.ts +2 -2
- package/cjs/components/MenuFooter/MenuFooter.styles.d.ts +10 -10
- package/cjs/components/MenuFooter/index.d.ts +1 -1
- package/cjs/components/MenuHeader/MenuHeader.d.ts +25 -25
- package/cjs/components/MenuHeader/MenuHeader.mixins.d.ts +2 -2
- package/cjs/components/MenuHeader/MenuHeader.styles.d.ts +10 -10
- package/cjs/components/MenuHeader/index.d.ts +1 -1
- package/cjs/components/MenuItem/MenuItem.d.ts +114 -114
- package/cjs/components/MenuItem/MenuItem.mixins.d.ts +3 -3
- package/cjs/components/MenuItem/MenuItem.styles.d.ts +28 -28
- package/cjs/components/MenuItem/index.d.ts +1 -1
- package/cjs/components/MenuSeparator/MenuSeparator.d.ts +12 -12
- package/cjs/components/MenuSeparator/MenuSeparator.styles.d.ts +5 -5
- package/cjs/components/MenuSeparator/index.d.ts +1 -1
- package/cjs/components/MiniModal/MiniModal.d.ts +25 -25
- package/cjs/components/MiniModal/MiniModal.styles.d.ts +11 -11
- package/cjs/components/MiniModal/MiniModalBody.d.ts +7 -7
- package/cjs/components/MiniModal/MiniModalFooter.d.ts +13 -13
- package/cjs/components/MiniModal/MiniModalHeader.d.ts +14 -14
- package/cjs/components/MiniModal/MiniModalIndent.d.ts +7 -7
- package/cjs/components/MiniModal/getMiniModalTheme.d.ts +2 -2
- package/cjs/components/MiniModal/index.d.ts +5 -5
- package/cjs/components/Modal/Modal.d.ts +97 -97
- package/cjs/components/Modal/Modal.styles.d.ts +68 -68
- package/cjs/components/Modal/Modal.styles.js +6 -6
- package/cjs/components/Modal/Modal.styles.js.map +1 -1
- package/cjs/components/Modal/ModalBody.d.ts +22 -22
- package/cjs/components/Modal/ModalClose.d.ts +7 -7
- package/cjs/components/Modal/ModalContext.d.ts +19 -19
- package/cjs/components/Modal/ModalFooter.d.ts +30 -30
- package/cjs/components/Modal/ModalHeader.d.ts +24 -24
- package/cjs/components/Modal/ModalSeparator.d.ts +16 -16
- package/cjs/components/Modal/ModalSeparator.js +1 -1
- package/cjs/components/Modal/ModalSeparator.js.map +1 -1
- package/cjs/components/Modal/getModalBodyTheme.d.ts +2 -2
- package/cjs/components/Modal/getModalTheme.d.ts +2 -2
- package/cjs/components/Modal/index.d.ts +4 -4
- package/cjs/components/Modal/locale/index.d.ts +4 -4
- package/cjs/components/Modal/locale/locales/en.d.ts +2 -2
- package/cjs/components/Modal/locale/locales/ru.d.ts +2 -2
- package/cjs/components/Modal/locale/types.d.ts +3 -3
- package/cjs/components/Paging/ForwardIcon.d.ts +3 -3
- package/cjs/components/Paging/NavigationHelper.d.ts +7 -7
- package/cjs/components/Paging/Paging.d.ts +101 -101
- package/cjs/components/Paging/Paging.styles.d.ts +17 -17
- package/cjs/components/Paging/PagingDefaultComponent.d.ts +11 -11
- package/cjs/components/Paging/PagingHelper.d.ts +2 -2
- package/cjs/components/Paging/index.d.ts +1 -1
- package/cjs/components/Paging/locale/index.d.ts +4 -4
- package/cjs/components/Paging/locale/locales/en.d.ts +2 -2
- package/cjs/components/Paging/locale/locales/ru.d.ts +2 -2
- package/cjs/components/Paging/locale/types.d.ts +3 -3
- package/cjs/components/PasswordInput/ClosedIcon.d.ts +3 -3
- package/cjs/components/PasswordInput/OpenedIcon.d.ts +3 -3
- package/cjs/components/PasswordInput/PasswordInput.d.ts +67 -67
- package/cjs/components/PasswordInput/PasswordInput.styles.d.ts +11 -11
- package/cjs/components/PasswordInput/PasswordInputIcon.d.ts +4 -4
- package/cjs/components/PasswordInput/index.d.ts +1 -1
- package/cjs/components/PasswordInput/locale/index.d.ts +4 -4
- package/cjs/components/PasswordInput/locale/locales/en.d.ts +2 -2
- package/cjs/components/PasswordInput/locale/locales/ru.d.ts +2 -2
- package/cjs/components/PasswordInput/locale/types.d.ts +4 -4
- package/cjs/components/Radio/Radio.d.ts +77 -77
- package/cjs/components/Radio/Radio.mixins.d.ts +5 -5
- package/cjs/components/Radio/Radio.styles.d.ts +30 -30
- package/cjs/components/Radio/index.d.ts +1 -1
- package/cjs/components/RadioGroup/Prevent.d.ts +8 -8
- package/cjs/components/RadioGroup/RadioGroup.d.ts +89 -89
- package/cjs/components/RadioGroup/RadioGroup.styles.d.ts +7 -7
- package/cjs/components/RadioGroup/RadioGroupContext.d.ts +10 -10
- package/cjs/components/RadioGroup/index.d.ts +1 -1
- package/cjs/components/ResponsiveLayout/ResponsiveLayout.d.ts +19 -19
- package/cjs/components/ResponsiveLayout/ResponsiveLayoutEvents.d.ts +11 -11
- package/cjs/components/ResponsiveLayout/decorator.d.ts +31 -31
- package/cjs/components/ResponsiveLayout/index.d.ts +3 -3
- package/cjs/components/ResponsiveLayout/types.d.ts +11 -11
- package/cjs/components/ResponsiveLayout/useResponsiveLayout.d.ts +2 -2
- package/cjs/components/ScrollContainer/ScrollBar.d.ts +51 -51
- package/cjs/components/ScrollContainer/ScrollContainer.constants.d.ts +23 -23
- package/cjs/components/ScrollContainer/ScrollContainer.d.ts +121 -121
- package/cjs/components/ScrollContainer/ScrollContainer.helpers.d.ts +10 -10
- package/cjs/components/ScrollContainer/ScrollContainer.styles.d.ts +22 -22
- package/cjs/components/ScrollContainer/index.d.ts +1 -1
- package/cjs/components/Select/ArrowDownIcon.d.ts +3 -3
- package/cjs/components/Select/Item.d.ts +13 -13
- package/cjs/components/Select/Select.d.ts +197 -197
- package/cjs/components/Select/Select.styles.d.ts +18 -18
- package/cjs/components/Select/index.d.ts +1 -1
- package/cjs/components/Select/locale/index.d.ts +4 -4
- package/cjs/components/Select/locale/locales/en.d.ts +2 -2
- package/cjs/components/Select/locale/locales/ru.d.ts +2 -2
- package/cjs/components/Select/locale/types.d.ts +4 -4
- package/cjs/components/Select/selectTheme.d.ts +3 -3
- package/cjs/components/Select/tids.d.ts +5 -5
- package/cjs/components/SidePage/SidePage.d.ts +99 -99
- package/cjs/components/SidePage/SidePage.styles.d.ts +54 -54
- package/cjs/components/SidePage/SidePageBody.d.ts +24 -24
- package/cjs/components/SidePage/SidePageCloseButton.d.ts +11 -11
- package/cjs/components/SidePage/SidePageContainer.d.ts +20 -20
- package/cjs/components/SidePage/SidePageContext.d.ts +17 -17
- package/cjs/components/SidePage/SidePageFooter.d.ts +48 -48
- package/cjs/components/SidePage/SidePageHeader.d.ts +49 -49
- package/cjs/components/SidePage/index.d.ts +5 -5
- package/cjs/components/SidePage/locale/index.d.ts +4 -4
- package/cjs/components/SidePage/locale/locales/en.d.ts +2 -2
- package/cjs/components/SidePage/locale/locales/ru.d.ts +2 -2
- package/cjs/components/SidePage/locale/types.d.ts +3 -3
- package/cjs/components/SingleToast/SingleToast.d.ts +18 -18
- package/cjs/components/SingleToast/index.d.ts +1 -1
- package/cjs/components/Spinner/Spinner.d.ts +65 -65
- package/cjs/components/Spinner/Spinner.styles.d.ts +16 -16
- package/cjs/components/Spinner/SpinnerFallbackAnimation.d.ts +25 -25
- package/cjs/components/Spinner/index.d.ts +1 -1
- package/cjs/components/Sticky/Sticky.d.ts +72 -72
- package/cjs/components/Sticky/Sticky.styles.d.ts +7 -7
- package/cjs/components/Sticky/index.d.ts +1 -1
- package/cjs/components/Switcher/Switcher.d.ts +85 -85
- package/cjs/components/Switcher/Switcher.styles.d.ts +12 -12
- package/cjs/components/Switcher/helpers.d.ts +1 -1
- package/cjs/components/Switcher/index.d.ts +1 -1
- package/cjs/components/Switcher/switcherTheme.d.ts +2 -2
- package/cjs/components/Tabs/Indicator.d.ts +28 -28
- package/cjs/components/Tabs/Indicator.styles.d.ts +8 -8
- package/cjs/components/Tabs/Tab.d.ts +79 -79
- package/cjs/components/Tabs/Tab.styles.d.ts +33 -33
- package/cjs/components/Tabs/Tabs.d.ts +56 -56
- package/cjs/components/Tabs/Tabs.styles.d.ts +7 -7
- package/cjs/components/Tabs/TabsContext.d.ts +16 -16
- package/cjs/components/Tabs/helpers.d.ts +6 -6
- package/cjs/components/Tabs/index.d.ts +2 -2
- package/cjs/components/Textarea/Textarea.d.ts +169 -169
- package/cjs/components/Textarea/Textarea.mixins.d.ts +3 -3
- package/cjs/components/Textarea/Textarea.styles.d.ts +25 -25
- package/cjs/components/Textarea/TextareaCounter.d.ts +14 -14
- package/cjs/components/Textarea/TextareaHelpers.d.ts +11 -11
- package/cjs/components/Textarea/TextareaWithSafari17Workaround.d.ts +7 -7
- package/cjs/components/Textarea/index.d.ts +1 -1
- package/cjs/components/Toast/Toast.d.ts +82 -82
- package/cjs/components/Toast/Toast.styles.d.ts +6 -6
- package/cjs/components/Toast/ToastStatic.d.ts +10 -10
- package/cjs/components/Toast/ToastView.d.ts +36 -36
- package/cjs/components/Toast/ToastView.styles.d.ts +7 -7
- package/cjs/components/Toast/index.d.ts +1 -1
- package/cjs/components/Toast/locale/index.d.ts +4 -4
- package/cjs/components/Toast/locale/locales/en.d.ts +2 -2
- package/cjs/components/Toast/locale/locales/ru.d.ts +2 -2
- package/cjs/components/Toast/locale/types.d.ts +3 -3
- package/cjs/components/Toggle/Toggle.d.ts +95 -95
- package/cjs/components/Toggle/Toggle.mixins.d.ts +6 -6
- package/cjs/components/Toggle/Toggle.styles.d.ts +46 -46
- package/cjs/components/Toggle/index.d.ts +1 -1
- package/cjs/components/Token/Token.d.ts +50 -50
- package/cjs/components/Token/Token.mixins.d.ts +1 -1
- package/cjs/components/Token/Token.styles.d.ts +23 -23
- package/cjs/components/Token/TokenView.d.ts +12 -12
- package/cjs/components/Token/index.d.ts +1 -1
- package/cjs/components/Token/locale/index.d.ts +4 -4
- package/cjs/components/Token/locale/locales/en.d.ts +2 -2
- package/cjs/components/Token/locale/locales/ru.d.ts +2 -2
- package/cjs/components/Token/locale/types.d.ts +3 -3
- package/cjs/components/TokenInput/TextWidthHelper.d.ts +23 -23
- package/cjs/components/TokenInput/TokenInput.d.ts +225 -225
- package/cjs/components/TokenInput/TokenInput.mixins.d.ts +2 -2
- package/cjs/components/TokenInput/TokenInput.styles.d.ts +19 -19
- package/cjs/components/TokenInput/TokenInputMenu.d.ts +39 -39
- package/cjs/components/TokenInput/TokenInputReducer.d.ts +25 -25
- package/cjs/components/TokenInput/index.d.ts +1 -1
- package/cjs/components/TokenInput/locale/index.d.ts +4 -4
- package/cjs/components/TokenInput/locale/locales/en.d.ts +2 -2
- package/cjs/components/TokenInput/locale/locales/ru.d.ts +2 -2
- package/cjs/components/TokenInput/locale/types.d.ts +4 -4
- package/cjs/components/Tooltip/Tooltip.d.ts +133 -133
- package/cjs/components/Tooltip/Tooltip.styles.d.ts +5 -5
- package/cjs/components/Tooltip/index.d.ts +1 -1
- package/cjs/components/TooltipMenu/TooltipMenu.d.ts +56 -56
- package/cjs/components/TooltipMenu/index.d.ts +1 -1
- package/cjs/hooks/useDrop.d.ts +11 -11
- package/cjs/hooks/useEffectWithoutInitCall.d.ts +2 -2
- package/cjs/hooks/useMemoObject.d.ts +2 -2
- package/cjs/index.d.ts +60 -60
- package/cjs/internal/BGRuler.d.ts +28 -28
- package/cjs/internal/ClearCrossIcon/ClearCrossIcon.d.ts +10 -10
- package/cjs/internal/ClearCrossIcon/ClearCrossIcon.styles.d.ts +8 -8
- package/cjs/internal/ClearCrossIcon/CrossIcon.d.ts +3 -3
- package/cjs/internal/CloseButtonIcon/CloseButtonIcon.d.ts +36 -36
- package/cjs/internal/CloseButtonIcon/CloseButtonIcon.styles.d.ts +7 -7
- package/cjs/internal/CloseButtonIcon/CrossIcon.d.ts +3 -3
- package/cjs/internal/CommonWrapper/CommonWrapper.d.ts +12 -12
- package/cjs/internal/CommonWrapper/index.d.ts +3 -3
- package/cjs/internal/CommonWrapper/types.d.ts +25 -25
- package/cjs/internal/CommonWrapper/utils/extractCommonProps.d.ts +3 -3
- package/cjs/internal/CommonWrapper/utils/getCommonVisualStateDataAttributes.d.ts +2 -2
- package/cjs/internal/CommonWrapper/utils/getVisualStateDataAttributes.d.ts +3 -3
- package/cjs/internal/CommonWrapper/utils/tryGetBoolean.d.ts +1 -1
- package/cjs/internal/ComponentCombinator.d.ts +23 -23
- package/cjs/internal/ComponentTable.d.ts +22 -22
- package/cjs/internal/CustomComboBox/ArrowDownIcon.d.ts +3 -3
- package/cjs/internal/CustomComboBox/ComboBoxMenu.d.ts +48 -48
- package/cjs/internal/CustomComboBox/ComboBoxView.d.ts +117 -117
- package/cjs/internal/CustomComboBox/CustomComboBox.d.ts +154 -154
- package/cjs/internal/CustomComboBox/CustomComboBox.styles.d.ts +4 -4
- package/cjs/internal/CustomComboBox/CustomComboBoxReducer.d.ts +77 -77
- package/cjs/internal/CustomComboBox/CustomComboBoxTypes.d.ts +6 -6
- package/cjs/internal/CustomComboBox/getComboBoxTheme.d.ts +2 -2
- package/cjs/internal/CustomComboBox/index.d.ts +2 -2
- package/cjs/internal/CustomComboBox/locale/index.d.ts +4 -4
- package/cjs/internal/CustomComboBox/locale/locales/en.d.ts +2 -2
- package/cjs/internal/CustomComboBox/locale/locales/ru.d.ts +2 -2
- package/cjs/internal/CustomComboBox/locale/types.d.ts +5 -5
- package/cjs/internal/CustomComboBox/tids.d.ts +3 -3
- package/cjs/internal/DataTids/DataTids.d.ts +12 -12
- package/cjs/internal/DataTids/DataTids.styles.d.ts +7 -7
- package/cjs/internal/DataTids/componentsDataTids.d.ts +5 -5
- package/cjs/internal/DateSelect/DateSelect.d.ts +45 -45
- package/cjs/internal/DateSelect/DateSelect.styles.d.ts +9 -9
- package/cjs/internal/DateSelect/index.d.ts +1 -1
- package/cjs/internal/DateSelect/locale/index.d.ts +4 -4
- package/cjs/internal/DateSelect/locale/locales/en.d.ts +2 -2
- package/cjs/internal/DateSelect/locale/locales/ru.d.ts +2 -2
- package/cjs/internal/DateSelect/locale/types.d.ts +6 -6
- package/cjs/internal/FileUploaderControl/FileUploaderControlContext.d.ts +14 -14
- package/cjs/internal/FileUploaderControl/FileUploaderControlProvider.d.ts +18 -18
- package/cjs/internal/FileUploaderControl/FileUploaderFile/DeleteIcon.d.ts +3 -3
- package/cjs/internal/FileUploaderControl/FileUploaderFile/ErrorIcon.d.ts +3 -3
- package/cjs/internal/FileUploaderControl/FileUploaderFile/FileUploaderFile.d.ts +20 -20
- package/cjs/internal/FileUploaderControl/FileUploaderFile/FileUploaderFile.styles.d.ts +18 -18
- package/cjs/internal/FileUploaderControl/FileUploaderFile/FileUploaderFileStatusIcon.d.ts +12 -12
- package/cjs/internal/FileUploaderControl/FileUploaderFile/OkIcon.d.ts +3 -3
- package/cjs/internal/FileUploaderControl/FileUploaderFileList/FileUploaderFileList.d.ts +17 -17
- package/cjs/internal/FileUploaderControl/FileUploaderFileList/FileUploaderFileList.styles.d.ts +8 -8
- package/cjs/internal/FileUploaderControl/FileUploaderFileValidationResult.d.ts +7 -7
- package/cjs/internal/FileUploaderControl/fileUtils.d.ts +14 -14
- package/cjs/internal/FileUploaderControl/hooks/useControlLocale.d.ts +1 -1
- package/cjs/internal/FileUploaderControl/hooks/useFileUploaderSize.d.ts +2 -2
- package/cjs/internal/FileUploaderControl/hooks/useUpload.d.ts +3 -3
- package/cjs/internal/FileUploaderControl/withFileUploaderControlProvider.d.ts +4 -4
- package/cjs/internal/FocusControlWrapper/FocusControlWrapper.d.ts +18 -18
- package/cjs/internal/FocusControlWrapper/FocusControlWrapper.stories.d.ts +4 -4
- package/cjs/internal/FocusControlWrapper/index.d.ts +1 -1
- package/cjs/internal/FocusControlWrapper/useFocusControl.d.ts +12 -12
- package/cjs/internal/FocusTrap/FocusTrap.d.ts +18 -18
- package/cjs/internal/FocusTrap/index.d.ts +1 -1
- package/cjs/internal/HideBodyVerticalScroll/HideBodyVerticalScroll.d.ts +15 -15
- package/cjs/internal/HideBodyVerticalScroll/index.d.ts +1 -1
- package/cjs/internal/IgnoreLayerClick/IgnoreLayerClick.d.ts +8 -8
- package/cjs/internal/IgnoreLayerClick/index.d.ts +1 -1
- package/cjs/internal/InputLikeText/HiddenInput.d.ts +13 -13
- package/cjs/internal/InputLikeText/InputLikeText.d.ts +79 -79
- package/cjs/internal/InputLikeText/InputLikeText.styles.d.ts +7 -7
- package/cjs/internal/InputLikeText/index.d.ts +1 -1
- package/cjs/internal/InternalMaskedInput/InternalMaskedInput.d.ts +50 -50
- package/cjs/internal/InternalMaskedInput/InternalMaskedInput.styles.d.ts +6 -6
- package/cjs/internal/InternalMaskedInput/index.d.ts +1 -1
- package/cjs/internal/MaskCharLowLine/MaskCharLowLine.d.ts +10 -10
- package/cjs/internal/MaskCharLowLine/MaskCharLowLine.styles.d.ts +3 -3
- package/cjs/internal/MaskCharLowLine/index.d.ts +1 -1
- package/cjs/internal/Menu/Menu.d.ts +107 -107
- package/cjs/internal/Menu/Menu.styles.d.ts +17 -17
- package/cjs/internal/Menu/MenuContext.d.ts +10 -10
- package/cjs/internal/Menu/MenuNavigation.d.ts +27 -27
- package/cjs/internal/Menu/index.d.ts +1 -1
- package/cjs/internal/Menu/isActiveElement.d.ts +3 -3
- package/cjs/internal/MenuMessage/MenuMessage.d.ts +12 -12
- package/cjs/internal/MenuMessage/MenuMessage.styles.d.ts +8 -8
- package/cjs/internal/MenuMessage/index.d.ts +1 -1
- package/cjs/internal/MobilePopup/MobilePopup.d.ts +48 -48
- package/cjs/internal/MobilePopup/MobilePopup.styles.d.ts +10 -10
- package/cjs/internal/MobilePopup/MobilePopupFooter/MobilePopupFooter.d.ts +7 -7
- package/cjs/internal/MobilePopup/MobilePopupFooter/MobilePopupFooter.styles.d.ts +4 -4
- package/cjs/internal/MobilePopup/MobilePopupFooter/index.d.ts +1 -1
- package/cjs/internal/MobilePopup/MobilePopupHeader/MobilePopupHeader.d.ts +15 -15
- package/cjs/internal/MobilePopup/MobilePopupHeader/MobilePopupHeader.styles.d.ts +8 -8
- package/cjs/internal/MobilePopup/MobilePopupHeader/index.d.ts +1 -1
- package/cjs/internal/MobilePopup/index.d.ts +1 -1
- package/cjs/internal/NativeDateInput/NativeDateInput.d.ts +24 -24
- package/cjs/internal/NativeDateInput/NativeDateInput.styles.d.ts +3 -3
- package/cjs/internal/NativeDateInput/index.d.ts +1 -1
- package/cjs/internal/NativeDateInput/utils.d.ts +7 -7
- package/cjs/internal/Popup/Popup.d.ts +207 -207
- package/cjs/internal/Popup/Popup.styles.d.ts +17 -17
- package/cjs/internal/Popup/PopupHelper.d.ts +26 -26
- package/cjs/internal/Popup/PopupPin.d.ts +57 -57
- package/cjs/internal/Popup/PopupPin.styles.d.ts +3 -3
- package/cjs/internal/Popup/index.d.ts +1 -1
- package/cjs/internal/Popup/types.d.ts +2 -2
- package/cjs/internal/PopupMenu/PopupMenu.d.ts +104 -104
- package/cjs/internal/PopupMenu/PopupMenu.styles.d.ts +4 -4
- package/cjs/internal/PopupMenu/index.d.ts +1 -1
- package/cjs/internal/PopupMenu/tids.d.ts +4 -4
- package/cjs/internal/PopupMenu/validatePositions.d.ts +2 -2
- package/cjs/internal/RenderContainer/RenderContainer.d.ts +18 -18
- package/cjs/internal/RenderContainer/RenderContainerTypes.d.ts +13 -13
- package/cjs/internal/RenderContainer/RenderInnerContainer.d.ts +24 -24
- package/cjs/internal/RenderContainer/index.d.ts +1 -1
- package/cjs/internal/RenderLayer/RenderLayer.d.ts +32 -32
- package/cjs/internal/RenderLayer/index.d.ts +1 -1
- package/cjs/internal/ResizeDetector/ResizeDetector.d.ts +14 -14
- package/cjs/internal/ResizeDetector/ResizeDetector.styles.d.ts +6 -6
- package/cjs/internal/ResizeDetector/index.d.ts +1 -1
- package/cjs/internal/SpinnerIcon/SpinnerIcon.d.ts +33 -33
- package/cjs/internal/SpinnerIcon/SpinnerIcon.styles.d.ts +6 -6
- package/cjs/internal/TextWidthHelper/TextWidthHelper.d.ts +15 -15
- package/cjs/internal/TextWidthHelper/TextWidthHelper.styles.d.ts +4 -4
- package/cjs/internal/ThemePlayground/AnotherInputsPlayground.d.ts +18 -18
- package/cjs/internal/ThemePlayground/CheckboxPlayground.d.ts +2 -2
- package/cjs/internal/ThemePlayground/ComponentsGroup.d.ts +10 -10
- package/cjs/internal/ThemePlayground/CurrencyInputPlayground.d.ts +12 -12
- package/cjs/internal/ThemePlayground/FxInputPlayground.d.ts +12 -12
- package/cjs/internal/ThemePlayground/HintPlayground.d.ts +6 -6
- package/cjs/internal/ThemePlayground/PagingPlayground.d.ts +10 -10
- package/cjs/internal/ThemePlayground/Playground.d.ts +30 -30
- package/cjs/internal/ThemePlayground/Playground.styles.d.ts +23 -23
- package/cjs/internal/ThemePlayground/RadioPlayground.d.ts +2 -2
- package/cjs/internal/ThemePlayground/SelectPlayground.d.ts +15 -15
- package/cjs/internal/ThemePlayground/ShowcaseGroup.d.ts +6 -6
- package/cjs/internal/ThemePlayground/SizesGroup.d.ts +6 -6
- package/cjs/internal/ThemePlayground/SwitcherPlayground.d.ts +16 -16
- package/cjs/internal/ThemePlayground/ThemeContextPlayground.d.ts +46 -46
- package/cjs/internal/ThemePlayground/ThemeContextPlayground.js +1 -1
- package/cjs/internal/ThemePlayground/ThemeContextPlayground.js.map +1 -1
- package/cjs/internal/ThemePlayground/ThemeEditor.d.ts +36 -36
- package/cjs/internal/ThemePlayground/TogglePlayground.d.ts +4 -4
- package/cjs/internal/ThemePlayground/TokenInputPlayground.d.ts +9 -9
- package/cjs/internal/ThemePlayground/UnlinkVarsPlayground.d.ts +2 -2
- package/cjs/internal/ThemePlayground/VariableValue.d.ts +43 -43
- package/cjs/internal/ThemePlayground/constants.d.ts +15 -15
- package/cjs/internal/ThemePlayground/helpers.d.ts +2 -2
- package/cjs/internal/ThemeShowcase/ThemeShowcase.d.ts +22 -22
- package/cjs/internal/ThemeShowcase/ThemeShowcase.styles.d.ts +27 -27
- package/cjs/internal/ThemeShowcase/VariablesCollector.d.ts +22 -22
- package/cjs/internal/ZIndex/ZIndex.d.ts +61 -61
- package/cjs/internal/ZIndex/ZIndexStorage.d.ts +18 -18
- package/cjs/internal/ZIndex/index.d.ts +2 -2
- package/cjs/internal/icons2022/ArrowALeftIcon/ArrowALeftIcon16Light.d.ts +2 -2
- package/cjs/internal/icons2022/ArrowALeftIcon/ArrowALeftIcon20Light.d.ts +2 -2
- package/cjs/internal/icons2022/ArrowALeftIcon/ArrowALeftIcon24Regular.d.ts +2 -2
- package/cjs/internal/icons2022/ArrowARightIcon/ArrowARightIcon16Light.d.ts +2 -2
- package/cjs/internal/icons2022/ArrowARightIcon/ArrowARightIcon20Light.d.ts +2 -2
- package/cjs/internal/icons2022/ArrowARightIcon/ArrowARightIcon24Regular.d.ts +2 -2
- package/cjs/internal/icons2022/ArrowAUpIcon/ArrowAUp16Light.d.ts +2 -2
- package/cjs/internal/icons2022/ArrowCDownIcon/ArrowCDownIcon16Regular.d.ts +2 -2
- package/cjs/internal/icons2022/ArrowCDownIcon/ArrowCDownIcon20Regular.d.ts +2 -2
- package/cjs/internal/icons2022/ArrowCDownIcon/ArrowCDownIcon24Regular.d.ts +2 -2
- package/cjs/internal/icons2022/ArrowCRightIcon/ArrowCRightIcon16Light.d.ts +2 -2
- package/cjs/internal/icons2022/ArrowCRightIcon/ArrowCRightIcon20Light.d.ts +2 -2
- package/cjs/internal/icons2022/ArrowCRightIcon/ArrowCRightIcon24Regular.d.ts +2 -2
- package/cjs/internal/icons2022/ArrowCUpIcon/ArrowCUpIcon16Regular.d.ts +2 -2
- package/cjs/internal/icons2022/ArrowCollapseCVOpenIcon/ArrowCollapseCVOpenIcon16Regular.d.ts +2 -2
- package/cjs/internal/icons2022/ArrowShapeDRadiusUpLeftIcon/ArrowShapeDRadiusUpLeftIcon16Light.d.ts +2 -2
- package/cjs/internal/icons2022/ArrowShapeDRadiusUpLeftIcon/ArrowShapeDRadiusUpLeftIcon20Light.d.ts +2 -2
- package/cjs/internal/icons2022/ArrowShapeDRadiusUpLeftIcon/ArrowShapeDRadiusUpLeftIcon24Regular.d.ts +2 -2
- package/cjs/internal/icons2022/BaseIcon.d.ts +15 -15
- package/cjs/internal/icons2022/BaseIcon.styles.d.ts +3 -3
- package/cjs/internal/icons2022/CalendarIcon/CalendarIcon16Light.d.ts +2 -2
- package/cjs/internal/icons2022/CalendarIcon/CalendarIcon20Light.d.ts +2 -2
- package/cjs/internal/icons2022/CalendarIcon/CalendarIcon24Regular.d.ts +2 -2
- package/cjs/internal/icons2022/CheckAIcon/CheckAIcon16Light.d.ts +2 -2
- package/cjs/internal/icons2022/CheckAIcon/CheckAIcon16Regular.d.ts +2 -2
- package/cjs/internal/icons2022/CheckAIcon/CheckAIcon16Solid.d.ts +2 -2
- package/cjs/internal/icons2022/CheckAIcon/CheckAIcon20Light.d.ts +2 -2
- package/cjs/internal/icons2022/CheckAIcon/CheckAIcon20Solid.d.ts +2 -2
- package/cjs/internal/icons2022/CheckAIcon/CheckAIcon24Regular.d.ts +2 -2
- package/cjs/internal/icons2022/EyeClosedIcon/EyeClosedIcon16Light.d.ts +2 -2
- package/cjs/internal/icons2022/EyeClosedIcon/EyeClosedIcon20Light.d.ts +2 -2
- package/cjs/internal/icons2022/EyeClosedIcon/EyeClosedIcon24Regular.d.ts +2 -2
- package/cjs/internal/icons2022/EyeOpenIcon/EyeOpenIcon16Light.d.ts +2 -2
- package/cjs/internal/icons2022/EyeOpenIcon/EyeOpenIcon20Light.d.ts +2 -2
- package/cjs/internal/icons2022/EyeOpenIcon/EyeOpenIcon24Regular.d.ts +2 -2
- package/cjs/internal/icons2022/InfoCircleIcon/InfoCircleIcon64Regular.d.ts +2 -2
- package/cjs/internal/icons2022/LoadingIcon.d.ts +4 -4
- package/cjs/internal/icons2022/MathFunctionIcon/MathFunctionIcon16Light.d.ts +2 -2
- package/cjs/internal/icons2022/MathFunctionIcon/MathFunctionIcon20Light.d.ts +2 -2
- package/cjs/internal/icons2022/MathFunctionIcon/MathFunctionIcon24Regular.d.ts +2 -2
- package/cjs/internal/icons2022/MinusCircleIcon/MinusCircleIcon16Light.d.ts +2 -2
- package/cjs/internal/icons2022/MinusCircleIcon/MinusCircleIcon16Regular.d.ts +2 -2
- package/cjs/internal/icons2022/MinusCircleIcon/MinusCircleIcon20Light.d.ts +2 -2
- package/cjs/internal/icons2022/MinusCircleIcon/MinusCircleIcon24Regular.d.ts +2 -2
- package/cjs/internal/icons2022/NetUploadIcon/NetUploadIcon16Light.d.ts +2 -2
- package/cjs/internal/icons2022/NetUploadIcon/NetUploadIcon20Light.d.ts +2 -2
- package/cjs/internal/icons2022/NetUploadIcon/NetUploadIcon24Regular.d.ts +2 -2
- package/cjs/internal/icons2022/QuestionCircleIcon/QuestionCircleIcon16Solid.d.ts +2 -2
- package/cjs/internal/icons2022/SearchLoupeIcon/SearchLoupeIcon16Regular.d.ts +2 -2
- package/cjs/internal/icons2022/ShapeSquareIcon/ShapeSquareIcon16Solid.d.ts +2 -2
- package/cjs/internal/icons2022/UiMenuDotsThreeVIcon/UiMenuDotsThreeVIcon16Light.d.ts +2 -2
- package/cjs/internal/icons2022/UiMenuDotsThreeVIcon/UiMenuDotsThreeVIcon20Regular.d.ts +2 -2
- package/cjs/internal/icons2022/UiMenuDotsThreeVIcon/UiMenuDotsThreeVIcon24Regular.d.ts +2 -2
- package/cjs/internal/icons2022/XIcon/XIcon16Light.d.ts +2 -2
- package/cjs/internal/icons2022/XIcon/XIcon16Regular.d.ts +2 -2
- package/cjs/internal/icons2022/XIcon/XIcon20Light.d.ts +2 -2
- package/cjs/internal/icons2022/XIcon/XIcon20Regular.d.ts +2 -2
- package/cjs/internal/icons2022/XIcon/XIcon24Regular.d.ts +2 -2
- package/cjs/internal/icons2022/iconConstants.d.ts +8 -8
- package/cjs/internal/icons2022/iconSizer.d.ts +11 -11
- package/cjs/internal/themes/BasicLightTheme.d.ts +5 -5
- package/cjs/internal/themes/BasicTheme.d.ts +1247 -1245
- package/cjs/internal/themes/BasicTheme.js +3 -1
- package/cjs/internal/themes/BasicTheme.js.map +1 -1
- package/cjs/internal/themes/DarkTheme5_0.d.ts +1 -1
- package/cjs/internal/themes/DarkTheme5_1.d.ts +1 -1
- package/cjs/internal/themes/DarkTheme5_2.d.ts +1 -1
- package/cjs/internal/themes/LightTheme5_0.d.ts +1 -1
- package/cjs/internal/themes/LightTheme5_1.d.ts +1 -1
- package/cjs/internal/themes/LightTheme5_2.d.ts +1 -1
- package/cjs/lib/ConditionalHandler.d.ts +12 -12
- package/cjs/lib/InstanceWithAnchorElement.d.ts +5 -5
- package/cjs/lib/LayoutEvents.d.ts +4 -4
- package/cjs/lib/ModalStack.d.ts +21 -21
- package/cjs/lib/SSRSafe.d.ts +2 -2
- package/cjs/lib/Supports.d.ts +1 -1
- package/cjs/lib/Upgrades.d.ts +7 -7
- package/cjs/lib/animation/index.d.ts +6 -6
- package/cjs/lib/animation/presets.d.ts +18 -18
- package/cjs/lib/animation/stepper.d.ts +1 -1
- package/cjs/lib/callChildRef/callChildRef.d.ts +3 -3
- package/cjs/lib/chars.d.ts +8 -8
- package/cjs/lib/client.d.ts +12 -12
- package/cjs/lib/createPropsGetter.d.ts +3 -3
- package/cjs/lib/currentEnvironment.d.ts +3 -3
- package/cjs/lib/date/InternalDate.d.ts +61 -61
- package/cjs/lib/date/InternalDateCalculator.d.ts +7 -7
- package/cjs/lib/date/InternalDateGetter.d.ts +16 -16
- package/cjs/lib/date/InternalDateSetter.d.ts +7 -7
- package/cjs/lib/date/InternalDateTransformer.d.ts +16 -16
- package/cjs/lib/date/InternalDateValidator.d.ts +13 -13
- package/cjs/lib/date/comparison.d.ts +6 -6
- package/cjs/lib/date/constants.d.ts +28 -28
- package/cjs/lib/date/localeSets.d.ts +5 -5
- package/cjs/lib/date/types.d.ts +94 -94
- package/cjs/lib/delay.d.ts +1 -1
- package/cjs/lib/dom/getDOMRect.d.ts +10 -10
- package/cjs/lib/dom/getParentOrShadowHost.d.ts +1 -1
- package/cjs/lib/dom/getScrollWidth.d.ts +1 -1
- package/cjs/lib/dom/scrollYCenterIntoNearestScrollable.d.ts +2 -2
- package/cjs/lib/dom/selectionHelpers.d.ts +2 -2
- package/cjs/lib/dom/tabbableHelpers.d.ts +17 -17
- package/cjs/lib/events/MouseDrag.d.ts +58 -58
- package/cjs/lib/events/fixClickFocusIE.d.ts +1 -1
- package/cjs/lib/events/fixFirefoxModifiedClickOnLabel.d.ts +2 -2
- package/cjs/lib/events/keyListener.d.ts +7 -7
- package/cjs/lib/events/keyboard/KeyboardEventCodes.d.ts +30 -30
- package/cjs/lib/events/keyboard/KeyboardMapKeys.d.ts +7 -7
- package/cjs/lib/events/keyboard/extractCode.d.ts +2 -2
- package/cjs/lib/events/keyboard/identifiers.d.ts +50 -50
- package/cjs/lib/events/stopPropagation.d.ts +1 -1
- package/cjs/lib/events/tabListener.d.ts +1 -1
- package/cjs/lib/extractKeyboardAction.d.ts +13 -13
- package/cjs/lib/featureFlagsContext/FeatureFlagsHelpers.d.ts +8 -8
- package/cjs/lib/featureFlagsContext/ReactUIFeatureFlagsContext.d.ts +10 -10
- package/cjs/lib/featureFlagsContext/index.d.ts +2 -2
- package/cjs/lib/filterProps.d.ts +12 -12
- package/cjs/lib/forwardRefAndName.d.ts +8 -8
- package/cjs/lib/getDisplayName.d.ts +3 -3
- package/cjs/lib/getMenuPositions.d.ts +22 -22
- package/cjs/lib/isInstanceOf.d.ts +1 -1
- package/cjs/lib/listenFocusOutside.d.ts +8 -8
- package/cjs/lib/locale/LocaleContext.d.ts +7 -7
- package/cjs/lib/locale/LocaleHelper.d.ts +9 -9
- package/cjs/lib/locale/constants.d.ts +5 -5
- package/cjs/lib/locale/decorators.d.ts +34 -34
- package/cjs/lib/locale/index.d.ts +3 -3
- package/cjs/lib/locale/types.d.ts +27 -27
- package/cjs/lib/locale/useLocaleForControl.d.ts +3 -3
- package/cjs/lib/memo.d.ts +3 -3
- package/cjs/lib/mergeRefs.d.ts +23 -23
- package/cjs/lib/needsPolyfillPlaceholder.d.ts +6 -6
- package/cjs/lib/net/fetch.d.ts +13 -13
- package/cjs/lib/reactGetTextContent.d.ts +2 -2
- package/cjs/lib/rootNode/getRootNode.d.ts +12 -12
- package/cjs/lib/rootNode/index.d.ts +2 -2
- package/cjs/lib/rootNode/rootNodeDecorator.d.ts +56 -56
- package/cjs/lib/stringUtils.d.ts +1 -1
- package/cjs/lib/styles/ColorFactory.d.ts +11 -11
- package/cjs/lib/styles/ColorFunctions.d.ts +11 -11
- package/cjs/lib/styles/ColorHelpers.d.ts +21 -21
- package/cjs/lib/styles/ColorKeywords.d.ts +150 -150
- package/cjs/lib/styles/ColorObject.d.ts +52 -52
- package/cjs/lib/styles/DimensionFunctions.d.ts +1 -1
- package/cjs/lib/styles/Mixins.d.ts +2 -2
- package/cjs/lib/styles/UiFont.d.ts +1 -1
- package/cjs/lib/styles/getLabGrotesqueBaselineCompensation.d.ts +1 -1
- package/cjs/lib/taskWithDelayAndMinimalDuration.d.ts +21 -21
- package/cjs/lib/theming/AnimationKeyframes.d.ts +7 -7
- package/cjs/lib/theming/Emotion.d.ts +15 -15
- package/cjs/lib/theming/Theme.d.ts +5 -5
- package/cjs/lib/theming/ThemeContext.d.ts +2 -2
- package/cjs/lib/theming/ThemeFactory.d.ts +17 -17
- package/cjs/lib/theming/ThemeHelpers.d.ts +68 -68
- package/cjs/lib/theming/ThemeVersions.d.ts +25 -25
- package/cjs/lib/theming/themes/DarkTheme.d.ts +4 -4
- package/cjs/lib/theming/themes/LightTheme.d.ts +4 -4
- package/cjs/lib/theming/themes/LightThemeMobile.d.ts +1 -1
- package/cjs/lib/theming/useTheme.d.ts +1 -1
- package/cjs/lib/toKebabCase.d.ts +1 -1
- package/cjs/lib/typeGuards.d.ts +1 -1
- package/cjs/lib/types/button-link.d.ts +1 -1
- package/cjs/lib/types/polymorphic-component.d.ts +19 -19
- package/cjs/lib/types/props.d.ts +1 -1
- package/cjs/lib/uidUtils.d.ts +1 -1
- package/cjs/lib/utils.d.ts +90 -90
- package/cjs/lib/withClassWrapper.d.ts +67 -67
- package/components/Autocomplete/Autocomplete.d.ts +132 -132
- package/components/Autocomplete/Autocomplete.styles.d.ts +5 -5
- package/components/Autocomplete/getAutocompleteTheme.d.ts +2 -2
- package/components/Autocomplete/index.d.ts +1 -1
- package/components/Autocomplete/locale/index.d.ts +4 -4
- package/components/Autocomplete/locale/locales/en.d.ts +2 -2
- package/components/Autocomplete/locale/locales/ru.d.ts +2 -2
- package/components/Autocomplete/locale/types.d.ts +5 -5
- package/components/Button/ArrowLeftIcon.d.ts +3 -3
- package/components/Button/ArrowRightIcon.d.ts +3 -3
- package/components/Button/Button.d.ts +109 -109
- package/components/Button/Button.mixins.d.ts +5 -5
- package/components/Button/Button.styles.d.ts +86 -86
- package/components/Button/ButtonArrow.d.ts +8 -8
- package/components/Button/ButtonIcon.d.ts +11 -11
- package/components/Button/ButtonIcon.styles.d.ts +16 -16
- package/components/Button/LoadingButtonIcon.d.ts +8 -8
- package/components/Button/getInnerLinkTheme.d.ts +2 -2
- package/components/Button/index.d.ts +1 -1
- package/components/Calendar/Calendar.d.ts +104 -104
- package/components/Calendar/Calendar.styles.d.ts +6 -6
- package/components/Calendar/CalendarContext.d.ts +12 -12
- package/components/Calendar/CalendarDateShape.d.ts +16 -16
- package/components/Calendar/CalendarDay.d.ts +20 -20
- package/components/Calendar/CalendarScrollEvents.d.ts +4 -4
- package/components/Calendar/CalendarUtils.d.ts +37 -37
- package/components/Calendar/DayCellView.d.ts +6 -6
- package/components/Calendar/DayCellView.styles.d.ts +8 -8
- package/components/Calendar/DayCellViewModel.d.ts +8 -8
- package/components/Calendar/Month.d.ts +23 -23
- package/components/Calendar/MonthView.d.ts +22 -22
- package/components/Calendar/MonthView.styles.d.ts +13 -13
- package/components/Calendar/MonthViewModel.d.ts +14 -14
- package/components/Calendar/config.d.ts +2 -2
- package/components/Calendar/index.d.ts +3 -3
- package/components/Calendar/locale/index.d.ts +4 -4
- package/components/Calendar/locale/locales/en.d.ts +2 -2
- package/components/Calendar/locale/locales/ru.d.ts +2 -2
- package/components/Calendar/locale/types.d.ts +7 -7
- package/components/Center/Center.d.ts +28 -28
- package/components/Center/Center.styles.d.ts +7 -7
- package/components/Center/index.d.ts +1 -1
- package/components/Checkbox/Checkbox.d.ts +109 -109
- package/components/Checkbox/Checkbox.mixins.d.ts +2 -2
- package/components/Checkbox/Checkbox.styles.d.ts +30 -30
- package/components/Checkbox/CheckedIcon.d.ts +3 -3
- package/components/Checkbox/IndeterminateIcon.d.ts +3 -3
- package/components/Checkbox/index.d.ts +1 -1
- package/components/ComboBox/ComboBox.d.ts +190 -190
- package/components/ComboBox/index.d.ts +1 -1
- package/components/CurrencyInput/CurrencyHelper.d.ts +41 -41
- package/components/CurrencyInput/CurrencyInput.d.ts +109 -109
- package/components/CurrencyInput/CurrencyInputHelper.d.ts +23 -23
- package/components/CurrencyInput/CurrencyInputKeyboardActions.d.ts +19 -19
- package/components/CurrencyInput/CursorHelper.d.ts +10 -10
- package/components/CurrencyInput/SelectionHelper.d.ts +11 -11
- package/components/CurrencyInput/constants.d.ts +5 -5
- package/components/CurrencyInput/index.d.ts +1 -1
- package/components/CurrencyLabel/CurrencyLabel.d.ts +22 -22
- package/components/CurrencyLabel/index.d.ts +1 -1
- package/components/DateInput/CalendarIcon.d.ts +3 -3
- package/components/DateInput/DateFragmentsView.d.ts +21 -21
- package/components/DateInput/DateFragmentsView.styles.d.ts +7 -7
- package/components/DateInput/DateInput.d.ts +104 -104
- package/components/DateInput/DateInput.styles.d.ts +10 -10
- package/components/DateInput/ViewDateInputValidateChecks.d.ts +10 -10
- package/components/DateInput/helpers/DateInputKeyboardActions.d.ts +21 -21
- package/components/DateInput/helpers/InternalDateMediator.d.ts +27 -27
- package/components/DateInput/helpers/inputNumber.d.ts +6 -6
- package/components/DateInput/index.d.ts +1 -1
- package/components/DatePicker/DatePicker.d.ts +149 -149
- package/components/DatePicker/DatePicker.styles.d.ts +5 -5
- package/components/DatePicker/DatePickerHelpers.d.ts +2 -2
- package/components/DatePicker/MobilePicker.d.ts +10 -10
- package/components/DatePicker/MobilePicker.styles.d.ts +3 -3
- package/components/DatePicker/getMobilePickerTheme.d.ts +2 -2
- package/components/DatePicker/index.d.ts +1 -1
- package/components/DatePicker/locale/index.d.ts +4 -4
- package/components/DatePicker/locale/locales/en.d.ts +2 -2
- package/components/DatePicker/locale/locales/ru.d.ts +2 -2
- package/components/DatePicker/locale/types.d.ts +7 -7
- package/components/DateRangePicker/DateRangePicker.d.ts +84 -84
- package/components/DateRangePicker/DateRangePicker.styles.d.ts +16 -16
- package/components/DateRangePicker/DateRangePickerContext.d.ts +31 -31
- package/components/DateRangePicker/DateRangePickerInput.d.ts +12 -12
- package/components/DateRangePicker/DateRangePickerSeparator.d.ts +2 -2
- package/components/DateRangePicker/DateRangePickerTheme.d.ts +3 -3
- package/components/DateRangePicker/helpers/getStateForValue.d.ts +9 -9
- package/components/DateRangePicker/helpers/validateDateRangePicker.d.ts +9 -9
- package/components/DateRangePicker/index.d.ts +1 -1
- package/components/DateRangePicker/locale/index.d.ts +4 -4
- package/components/DateRangePicker/locale/locales/en.d.ts +2 -2
- package/components/DateRangePicker/locale/locales/ru.d.ts +2 -2
- package/components/DateRangePicker/locale/types.d.ts +7 -7
- package/components/Dropdown/Dropdown.d.ts +130 -130
- package/components/Dropdown/getDropdownTheme.d.ts +2 -2
- package/components/Dropdown/index.d.ts +1 -1
- package/components/DropdownMenu/DropdownMenu.d.ts +66 -66
- package/components/DropdownMenu/getDropdownMenuTheme.d.ts +2 -2
- package/components/DropdownMenu/index.d.ts +1 -1
- package/components/FileUploader/FileUploader.d.ts +56 -56
- package/components/FileUploader/FileUploader.mixins.d.ts +1 -1
- package/components/FileUploader/FileUploader.styles.d.ts +36 -36
- package/components/FileUploader/UploadIcon.d.ts +3 -3
- package/components/FileUploader/index.d.ts +5 -5
- package/components/FileUploader/locale/index.d.ts +4 -4
- package/components/FileUploader/locale/locales/en.d.ts +2 -2
- package/components/FileUploader/locale/locales/ru.d.ts +2 -2
- package/components/FileUploader/locale/types.d.ts +6 -6
- package/components/FxInput/FxInput.d.ts +68 -68
- package/components/FxInput/FxInputRestoreBtn.d.ts +9 -9
- package/components/FxInput/MathFunctionIcon.d.ts +3 -3
- package/components/FxInput/UndoIcon.d.ts +3 -3
- package/components/FxInput/index.d.ts +1 -1
- package/components/Gapped/Gapped.d.ts +50 -50
- package/components/Gapped/index.d.ts +1 -1
- package/components/GlobalLoader/GlobalLoader.d.ts +98 -98
- package/components/GlobalLoader/GlobalLoaderView.d.ts +17 -17
- package/components/GlobalLoader/GlobalLoaderView.styles.d.ts +16 -16
- package/components/GlobalLoader/index.d.ts +1 -1
- package/components/GlobalLoader/useParams.d.ts +22 -22
- package/components/Group/Group.d.ts +25 -25
- package/components/Group/Group.styles.d.ts +8 -8
- package/components/Group/index.d.ts +1 -1
- package/components/Hint/Hint.d.ts +67 -67
- package/components/Hint/Hint.styles.d.ts +5 -5
- package/components/Hint/index.d.ts +1 -1
- package/components/Input/Input.d.ts +186 -186
- package/components/Input/Input.styles.d.ts +28 -28
- package/components/Input/Input.typings.d.ts +7 -7
- package/components/Input/InputLayout/InputLayout.d.ts +11 -11
- package/components/Input/InputLayout/InputLayout.styles.d.ts +11 -11
- package/components/Input/InputLayout/InputLayoutAside.d.ts +8 -8
- package/components/Input/InputLayout/InputLayoutAsideIcon.d.ts +7 -7
- package/components/Input/InputLayout/InputLayoutAsideText.d.ts +6 -6
- package/components/Input/InputLayout/InputLayoutContext.d.ts +9 -9
- package/components/Input/InputLayout/PolyfillPlaceholder.d.ts +10 -10
- package/components/Input/index.d.ts +2 -2
- package/components/Kebab/Kebab.d.ts +59 -59
- package/components/Kebab/Kebab.styles.d.ts +11 -11
- package/components/Kebab/KebabIcon.d.ts +3 -3
- package/components/Kebab/index.d.ts +1 -1
- package/components/Link/Link/Link.js +4 -0
- package/components/Link/Link/Link.js.map +1 -1
- package/components/Link/Link.d.ts +61 -61
- package/components/Link/Link.mixins/Link.mixins.js +1 -1
- package/components/Link/Link.mixins/Link.mixins.js.map +1 -1
- package/components/Link/Link.mixins.d.ts +2 -2
- package/components/Link/Link.styles/Link.styles.js +1 -1
- package/components/Link/Link.styles/Link.styles.js.map +1 -1
- package/components/Link/Link.styles.d.ts +23 -23
- package/components/Link/LinkIcon.d.ts +7 -7
- package/components/Link/index.d.ts +1 -1
- package/components/Loader/Loader.d.ts +106 -106
- package/components/Loader/Loader.styles.d.ts +8 -8
- package/components/Loader/index.d.ts +1 -1
- package/components/MaskedInput/ColorableInputElement/ColorableInputElement.d.ts +7 -7
- package/components/MaskedInput/ColorableInputElement/ColorableInputElement.styles.d.ts +3 -3
- package/components/MaskedInput/ColorableInputElement/index.d.ts +1 -1
- package/components/MaskedInput/FixedIMaskInput.d.ts +9 -9
- package/components/MaskedInput/MaskedInput.d.ts +43 -43
- package/components/MaskedInput/MaskedInput.helpers.d.ts +9 -9
- package/components/MaskedInput/MaskedInput.styles.d.ts +7 -7
- package/components/MaskedInput/index.d.ts +1 -1
- package/components/MenuFooter/MenuFooter.d.ts +25 -25
- package/components/MenuFooter/MenuFooter.mixins.d.ts +2 -2
- package/components/MenuFooter/MenuFooter.styles.d.ts +10 -10
- package/components/MenuFooter/index.d.ts +1 -1
- package/components/MenuHeader/MenuHeader.d.ts +25 -25
- package/components/MenuHeader/MenuHeader.mixins.d.ts +2 -2
- package/components/MenuHeader/MenuHeader.styles.d.ts +10 -10
- package/components/MenuHeader/index.d.ts +1 -1
- package/components/MenuItem/MenuItem.d.ts +114 -114
- package/components/MenuItem/MenuItem.mixins.d.ts +3 -3
- package/components/MenuItem/MenuItem.styles.d.ts +28 -28
- package/components/MenuItem/index.d.ts +1 -1
- package/components/MenuSeparator/MenuSeparator.d.ts +12 -12
- package/components/MenuSeparator/MenuSeparator.styles.d.ts +5 -5
- package/components/MenuSeparator/index.d.ts +1 -1
- package/components/MiniModal/MiniModal.d.ts +25 -25
- package/components/MiniModal/MiniModal.styles.d.ts +11 -11
- package/components/MiniModal/MiniModalBody.d.ts +7 -7
- package/components/MiniModal/MiniModalFooter.d.ts +13 -13
- package/components/MiniModal/MiniModalHeader.d.ts +14 -14
- package/components/MiniModal/MiniModalIndent.d.ts +7 -7
- package/components/MiniModal/getMiniModalTheme.d.ts +2 -2
- package/components/MiniModal/index.d.ts +5 -5
- package/components/Modal/Modal.d.ts +97 -97
- package/components/Modal/Modal.styles/Modal.styles.js +3 -3
- package/components/Modal/Modal.styles/Modal.styles.js.map +1 -1
- package/components/Modal/Modal.styles.d.ts +68 -68
- package/components/Modal/ModalBody.d.ts +22 -22
- package/components/Modal/ModalClose.d.ts +7 -7
- package/components/Modal/ModalContext.d.ts +19 -19
- package/components/Modal/ModalFooter.d.ts +30 -30
- package/components/Modal/ModalHeader.d.ts +24 -24
- package/components/Modal/ModalSeparator/ModalSeparator.js +1 -1
- package/components/Modal/ModalSeparator/ModalSeparator.js.map +1 -1
- package/components/Modal/ModalSeparator.d.ts +16 -16
- package/components/Modal/getModalBodyTheme.d.ts +2 -2
- package/components/Modal/getModalTheme.d.ts +2 -2
- package/components/Modal/index.d.ts +4 -4
- package/components/Modal/locale/index.d.ts +4 -4
- package/components/Modal/locale/locales/en.d.ts +2 -2
- package/components/Modal/locale/locales/ru.d.ts +2 -2
- package/components/Modal/locale/types.d.ts +3 -3
- package/components/Paging/ForwardIcon.d.ts +3 -3
- package/components/Paging/NavigationHelper.d.ts +7 -7
- package/components/Paging/Paging.d.ts +101 -101
- package/components/Paging/Paging.styles.d.ts +17 -17
- package/components/Paging/PagingDefaultComponent.d.ts +11 -11
- package/components/Paging/PagingHelper.d.ts +2 -2
- package/components/Paging/index.d.ts +1 -1
- package/components/Paging/locale/index.d.ts +4 -4
- package/components/Paging/locale/locales/en.d.ts +2 -2
- package/components/Paging/locale/locales/ru.d.ts +2 -2
- package/components/Paging/locale/types.d.ts +3 -3
- package/components/PasswordInput/ClosedIcon.d.ts +3 -3
- package/components/PasswordInput/OpenedIcon.d.ts +3 -3
- package/components/PasswordInput/PasswordInput.d.ts +67 -67
- package/components/PasswordInput/PasswordInput.styles.d.ts +11 -11
- package/components/PasswordInput/PasswordInputIcon.d.ts +4 -4
- package/components/PasswordInput/index.d.ts +1 -1
- package/components/PasswordInput/locale/index.d.ts +4 -4
- package/components/PasswordInput/locale/locales/en.d.ts +2 -2
- package/components/PasswordInput/locale/locales/ru.d.ts +2 -2
- package/components/PasswordInput/locale/types.d.ts +4 -4
- package/components/Radio/Radio.d.ts +77 -77
- package/components/Radio/Radio.mixins.d.ts +5 -5
- package/components/Radio/Radio.styles.d.ts +30 -30
- package/components/Radio/index.d.ts +1 -1
- package/components/RadioGroup/Prevent.d.ts +8 -8
- package/components/RadioGroup/RadioGroup.d.ts +89 -89
- package/components/RadioGroup/RadioGroup.styles.d.ts +7 -7
- package/components/RadioGroup/RadioGroupContext.d.ts +10 -10
- package/components/RadioGroup/index.d.ts +1 -1
- package/components/ResponsiveLayout/ResponsiveLayout.d.ts +19 -19
- package/components/ResponsiveLayout/ResponsiveLayoutEvents.d.ts +11 -11
- package/components/ResponsiveLayout/decorator.d.ts +31 -31
- package/components/ResponsiveLayout/index.d.ts +3 -3
- package/components/ResponsiveLayout/types.d.ts +11 -11
- package/components/ResponsiveLayout/useResponsiveLayout.d.ts +2 -2
- package/components/ScrollContainer/ScrollBar.d.ts +51 -51
- package/components/ScrollContainer/ScrollContainer.constants.d.ts +23 -23
- package/components/ScrollContainer/ScrollContainer.d.ts +121 -121
- package/components/ScrollContainer/ScrollContainer.helpers.d.ts +10 -10
- package/components/ScrollContainer/ScrollContainer.styles.d.ts +22 -22
- package/components/ScrollContainer/index.d.ts +1 -1
- package/components/Select/ArrowDownIcon.d.ts +3 -3
- package/components/Select/Item.d.ts +13 -13
- package/components/Select/Select.d.ts +197 -197
- package/components/Select/Select.styles.d.ts +18 -18
- package/components/Select/index.d.ts +1 -1
- package/components/Select/locale/index.d.ts +4 -4
- package/components/Select/locale/locales/en.d.ts +2 -2
- package/components/Select/locale/locales/ru.d.ts +2 -2
- package/components/Select/locale/types.d.ts +4 -4
- package/components/Select/selectTheme.d.ts +3 -3
- package/components/Select/tids.d.ts +5 -5
- package/components/SidePage/SidePage.d.ts +99 -99
- package/components/SidePage/SidePage.styles.d.ts +54 -54
- package/components/SidePage/SidePageBody.d.ts +24 -24
- package/components/SidePage/SidePageCloseButton.d.ts +11 -11
- package/components/SidePage/SidePageContainer.d.ts +20 -20
- package/components/SidePage/SidePageContext.d.ts +17 -17
- package/components/SidePage/SidePageFooter.d.ts +48 -48
- package/components/SidePage/SidePageHeader.d.ts +49 -49
- package/components/SidePage/index.d.ts +5 -5
- package/components/SidePage/locale/index.d.ts +4 -4
- package/components/SidePage/locale/locales/en.d.ts +2 -2
- package/components/SidePage/locale/locales/ru.d.ts +2 -2
- package/components/SidePage/locale/types.d.ts +3 -3
- package/components/SingleToast/SingleToast.d.ts +18 -18
- package/components/SingleToast/index.d.ts +1 -1
- package/components/Spinner/Spinner.d.ts +65 -65
- package/components/Spinner/Spinner.styles.d.ts +16 -16
- package/components/Spinner/SpinnerFallbackAnimation.d.ts +25 -25
- package/components/Spinner/index.d.ts +1 -1
- package/components/Sticky/Sticky.d.ts +72 -72
- package/components/Sticky/Sticky.styles.d.ts +7 -7
- package/components/Sticky/index.d.ts +1 -1
- package/components/Switcher/Switcher.d.ts +85 -85
- package/components/Switcher/Switcher.styles.d.ts +12 -12
- package/components/Switcher/helpers.d.ts +1 -1
- package/components/Switcher/index.d.ts +1 -1
- package/components/Switcher/switcherTheme.d.ts +2 -2
- package/components/Tabs/Indicator.d.ts +28 -28
- package/components/Tabs/Indicator.styles.d.ts +8 -8
- package/components/Tabs/Tab.d.ts +79 -79
- package/components/Tabs/Tab.styles.d.ts +33 -33
- package/components/Tabs/Tabs.d.ts +56 -56
- package/components/Tabs/Tabs.styles.d.ts +7 -7
- package/components/Tabs/TabsContext.d.ts +16 -16
- package/components/Tabs/helpers.d.ts +6 -6
- package/components/Tabs/index.d.ts +2 -2
- package/components/Textarea/Textarea.d.ts +169 -169
- package/components/Textarea/Textarea.mixins.d.ts +3 -3
- package/components/Textarea/Textarea.styles.d.ts +25 -25
- package/components/Textarea/TextareaCounter.d.ts +14 -14
- package/components/Textarea/TextareaHelpers.d.ts +11 -11
- package/components/Textarea/TextareaWithSafari17Workaround.d.ts +7 -7
- package/components/Textarea/index.d.ts +1 -1
- package/components/Toast/Toast.d.ts +82 -82
- package/components/Toast/Toast.styles.d.ts +6 -6
- package/components/Toast/ToastStatic.d.ts +10 -10
- package/components/Toast/ToastView.d.ts +36 -36
- package/components/Toast/ToastView.styles.d.ts +7 -7
- package/components/Toast/index.d.ts +1 -1
- package/components/Toast/locale/index.d.ts +4 -4
- package/components/Toast/locale/locales/en.d.ts +2 -2
- package/components/Toast/locale/locales/ru.d.ts +2 -2
- package/components/Toast/locale/types.d.ts +3 -3
- package/components/Toggle/Toggle.d.ts +95 -95
- package/components/Toggle/Toggle.mixins.d.ts +6 -6
- package/components/Toggle/Toggle.styles.d.ts +46 -46
- package/components/Toggle/index.d.ts +1 -1
- package/components/Token/Token.d.ts +50 -50
- package/components/Token/Token.mixins.d.ts +1 -1
- package/components/Token/Token.styles.d.ts +23 -23
- package/components/Token/TokenView.d.ts +12 -12
- package/components/Token/index.d.ts +1 -1
- package/components/Token/locale/index.d.ts +4 -4
- package/components/Token/locale/locales/en.d.ts +2 -2
- package/components/Token/locale/locales/ru.d.ts +2 -2
- package/components/Token/locale/types.d.ts +3 -3
- package/components/TokenInput/TextWidthHelper.d.ts +23 -23
- package/components/TokenInput/TokenInput.d.ts +225 -225
- package/components/TokenInput/TokenInput.mixins.d.ts +2 -2
- package/components/TokenInput/TokenInput.styles.d.ts +19 -19
- package/components/TokenInput/TokenInputMenu.d.ts +39 -39
- package/components/TokenInput/TokenInputReducer.d.ts +25 -25
- package/components/TokenInput/index.d.ts +1 -1
- package/components/TokenInput/locale/index.d.ts +4 -4
- package/components/TokenInput/locale/locales/en.d.ts +2 -2
- package/components/TokenInput/locale/locales/ru.d.ts +2 -2
- package/components/TokenInput/locale/types.d.ts +4 -4
- package/components/Tooltip/Tooltip.d.ts +133 -133
- package/components/Tooltip/Tooltip.styles.d.ts +5 -5
- package/components/Tooltip/index.d.ts +1 -1
- package/components/TooltipMenu/TooltipMenu.d.ts +56 -56
- package/components/TooltipMenu/index.d.ts +1 -1
- package/hooks/useDrop.d.ts +11 -11
- package/hooks/useEffectWithoutInitCall.d.ts +2 -2
- package/hooks/useMemoObject.d.ts +2 -2
- package/index.d.ts +60 -60
- package/internal/BGRuler.d.ts +28 -28
- package/internal/ClearCrossIcon/ClearCrossIcon.d.ts +10 -10
- package/internal/ClearCrossIcon/ClearCrossIcon.styles.d.ts +8 -8
- package/internal/ClearCrossIcon/CrossIcon.d.ts +3 -3
- package/internal/CloseButtonIcon/CloseButtonIcon.d.ts +36 -36
- package/internal/CloseButtonIcon/CloseButtonIcon.styles.d.ts +7 -7
- package/internal/CloseButtonIcon/CrossIcon.d.ts +3 -3
- package/internal/CommonWrapper/CommonWrapper.d.ts +12 -12
- package/internal/CommonWrapper/index.d.ts +3 -3
- package/internal/CommonWrapper/types.d.ts +25 -25
- package/internal/CommonWrapper/utils/extractCommonProps.d.ts +3 -3
- package/internal/CommonWrapper/utils/getCommonVisualStateDataAttributes.d.ts +2 -2
- package/internal/CommonWrapper/utils/getVisualStateDataAttributes.d.ts +3 -3
- package/internal/CommonWrapper/utils/tryGetBoolean.d.ts +1 -1
- package/internal/ComponentCombinator.d.ts +23 -23
- package/internal/ComponentTable.d.ts +22 -22
- package/internal/CustomComboBox/ArrowDownIcon.d.ts +3 -3
- package/internal/CustomComboBox/ComboBoxMenu.d.ts +48 -48
- package/internal/CustomComboBox/ComboBoxView.d.ts +117 -117
- package/internal/CustomComboBox/CustomComboBox.d.ts +154 -154
- package/internal/CustomComboBox/CustomComboBox.styles.d.ts +4 -4
- package/internal/CustomComboBox/CustomComboBoxReducer.d.ts +77 -77
- package/internal/CustomComboBox/CustomComboBoxTypes.d.ts +6 -6
- package/internal/CustomComboBox/getComboBoxTheme.d.ts +2 -2
- package/internal/CustomComboBox/index.d.ts +2 -2
- package/internal/CustomComboBox/locale/index.d.ts +4 -4
- package/internal/CustomComboBox/locale/locales/en.d.ts +2 -2
- package/internal/CustomComboBox/locale/locales/ru.d.ts +2 -2
- package/internal/CustomComboBox/locale/types.d.ts +5 -5
- package/internal/CustomComboBox/tids.d.ts +3 -3
- package/internal/DataTids/DataTids.d.ts +12 -12
- package/internal/DataTids/DataTids.styles.d.ts +7 -7
- package/internal/DataTids/componentsDataTids.d.ts +5 -5
- package/internal/DateSelect/DateSelect.d.ts +45 -45
- package/internal/DateSelect/DateSelect.styles.d.ts +9 -9
- package/internal/DateSelect/index.d.ts +1 -1
- package/internal/DateSelect/locale/index.d.ts +4 -4
- package/internal/DateSelect/locale/locales/en.d.ts +2 -2
- package/internal/DateSelect/locale/locales/ru.d.ts +2 -2
- package/internal/DateSelect/locale/types.d.ts +6 -6
- package/internal/FileUploaderControl/FileUploaderControlContext.d.ts +14 -14
- package/internal/FileUploaderControl/FileUploaderControlProvider.d.ts +18 -18
- package/internal/FileUploaderControl/FileUploaderFile/DeleteIcon.d.ts +3 -3
- package/internal/FileUploaderControl/FileUploaderFile/ErrorIcon.d.ts +3 -3
- package/internal/FileUploaderControl/FileUploaderFile/FileUploaderFile.d.ts +20 -20
- package/internal/FileUploaderControl/FileUploaderFile/FileUploaderFile.styles.d.ts +18 -18
- package/internal/FileUploaderControl/FileUploaderFile/FileUploaderFileStatusIcon.d.ts +12 -12
- package/internal/FileUploaderControl/FileUploaderFile/OkIcon.d.ts +3 -3
- package/internal/FileUploaderControl/FileUploaderFileList/FileUploaderFileList.d.ts +17 -17
- package/internal/FileUploaderControl/FileUploaderFileList/FileUploaderFileList.styles.d.ts +8 -8
- package/internal/FileUploaderControl/FileUploaderFileValidationResult.d.ts +7 -7
- package/internal/FileUploaderControl/fileUtils.d.ts +14 -14
- package/internal/FileUploaderControl/hooks/useControlLocale.d.ts +1 -1
- package/internal/FileUploaderControl/hooks/useFileUploaderSize.d.ts +2 -2
- package/internal/FileUploaderControl/hooks/useUpload.d.ts +3 -3
- package/internal/FileUploaderControl/withFileUploaderControlProvider.d.ts +4 -4
- package/internal/FocusControlWrapper/FocusControlWrapper.d.ts +18 -18
- package/internal/FocusControlWrapper/FocusControlWrapper.stories.d.ts +4 -4
- package/internal/FocusControlWrapper/index.d.ts +1 -1
- package/internal/FocusControlWrapper/useFocusControl.d.ts +12 -12
- package/internal/FocusTrap/FocusTrap.d.ts +18 -18
- package/internal/FocusTrap/index.d.ts +1 -1
- package/internal/HideBodyVerticalScroll/HideBodyVerticalScroll.d.ts +15 -15
- package/internal/HideBodyVerticalScroll/index.d.ts +1 -1
- package/internal/IgnoreLayerClick/IgnoreLayerClick.d.ts +8 -8
- package/internal/IgnoreLayerClick/index.d.ts +1 -1
- package/internal/InputLikeText/HiddenInput.d.ts +13 -13
- package/internal/InputLikeText/InputLikeText.d.ts +79 -79
- package/internal/InputLikeText/InputLikeText.styles.d.ts +7 -7
- package/internal/InputLikeText/index.d.ts +1 -1
- package/internal/InternalMaskedInput/InternalMaskedInput.d.ts +50 -50
- package/internal/InternalMaskedInput/InternalMaskedInput.styles.d.ts +6 -6
- package/internal/InternalMaskedInput/index.d.ts +1 -1
- package/internal/MaskCharLowLine/MaskCharLowLine.d.ts +10 -10
- package/internal/MaskCharLowLine/MaskCharLowLine.styles.d.ts +3 -3
- package/internal/MaskCharLowLine/index.d.ts +1 -1
- package/internal/Menu/Menu.d.ts +107 -107
- package/internal/Menu/Menu.styles.d.ts +17 -17
- package/internal/Menu/MenuContext.d.ts +10 -10
- package/internal/Menu/MenuNavigation.d.ts +27 -27
- package/internal/Menu/index.d.ts +1 -1
- package/internal/Menu/isActiveElement.d.ts +3 -3
- package/internal/MenuMessage/MenuMessage.d.ts +12 -12
- package/internal/MenuMessage/MenuMessage.styles.d.ts +8 -8
- package/internal/MenuMessage/index.d.ts +1 -1
- package/internal/MobilePopup/MobilePopup.d.ts +48 -48
- package/internal/MobilePopup/MobilePopup.styles.d.ts +10 -10
- package/internal/MobilePopup/MobilePopupFooter/MobilePopupFooter.d.ts +7 -7
- package/internal/MobilePopup/MobilePopupFooter/MobilePopupFooter.styles.d.ts +4 -4
- package/internal/MobilePopup/MobilePopupFooter/index.d.ts +1 -1
- package/internal/MobilePopup/MobilePopupHeader/MobilePopupHeader.d.ts +15 -15
- package/internal/MobilePopup/MobilePopupHeader/MobilePopupHeader.styles.d.ts +8 -8
- package/internal/MobilePopup/MobilePopupHeader/index.d.ts +1 -1
- package/internal/MobilePopup/index.d.ts +1 -1
- package/internal/NativeDateInput/NativeDateInput.d.ts +24 -24
- package/internal/NativeDateInput/NativeDateInput.styles.d.ts +3 -3
- package/internal/NativeDateInput/index.d.ts +1 -1
- package/internal/NativeDateInput/utils.d.ts +7 -7
- package/internal/Popup/Popup.d.ts +207 -207
- package/internal/Popup/Popup.styles.d.ts +17 -17
- package/internal/Popup/PopupHelper.d.ts +26 -26
- package/internal/Popup/PopupPin.d.ts +57 -57
- package/internal/Popup/PopupPin.styles.d.ts +3 -3
- package/internal/Popup/index.d.ts +1 -1
- package/internal/Popup/types.d.ts +2 -2
- package/internal/PopupMenu/PopupMenu.d.ts +104 -104
- package/internal/PopupMenu/PopupMenu.styles.d.ts +4 -4
- package/internal/PopupMenu/index.d.ts +1 -1
- package/internal/PopupMenu/tids.d.ts +4 -4
- package/internal/PopupMenu/validatePositions.d.ts +2 -2
- package/internal/RenderContainer/RenderContainer.d.ts +18 -18
- package/internal/RenderContainer/RenderContainerTypes.d.ts +13 -13
- package/internal/RenderContainer/RenderInnerContainer.d.ts +24 -24
- package/internal/RenderContainer/index.d.ts +1 -1
- package/internal/RenderLayer/RenderLayer.d.ts +32 -32
- package/internal/RenderLayer/index.d.ts +1 -1
- package/internal/ResizeDetector/ResizeDetector.d.ts +14 -14
- package/internal/ResizeDetector/ResizeDetector.styles.d.ts +6 -6
- package/internal/ResizeDetector/index.d.ts +1 -1
- package/internal/SpinnerIcon/SpinnerIcon.d.ts +33 -33
- package/internal/SpinnerIcon/SpinnerIcon.styles.d.ts +6 -6
- package/internal/TextWidthHelper/TextWidthHelper.d.ts +15 -15
- package/internal/TextWidthHelper/TextWidthHelper.styles.d.ts +4 -4
- package/internal/ThemePlayground/AnotherInputsPlayground.d.ts +18 -18
- package/internal/ThemePlayground/CheckboxPlayground.d.ts +2 -2
- package/internal/ThemePlayground/ComponentsGroup.d.ts +10 -10
- package/internal/ThemePlayground/CurrencyInputPlayground.d.ts +12 -12
- package/internal/ThemePlayground/FxInputPlayground.d.ts +12 -12
- package/internal/ThemePlayground/HintPlayground.d.ts +6 -6
- package/internal/ThemePlayground/PagingPlayground.d.ts +10 -10
- package/internal/ThemePlayground/Playground.d.ts +30 -30
- package/internal/ThemePlayground/Playground.styles.d.ts +23 -23
- package/internal/ThemePlayground/RadioPlayground.d.ts +2 -2
- package/internal/ThemePlayground/SelectPlayground.d.ts +15 -15
- package/internal/ThemePlayground/ShowcaseGroup.d.ts +6 -6
- package/internal/ThemePlayground/SizesGroup.d.ts +6 -6
- package/internal/ThemePlayground/SwitcherPlayground.d.ts +16 -16
- package/internal/ThemePlayground/ThemeContextPlayground/ThemeContextPlayground.js +2 -2
- package/internal/ThemePlayground/ThemeContextPlayground/ThemeContextPlayground.js.map +1 -1
- package/internal/ThemePlayground/ThemeContextPlayground.d.ts +46 -46
- package/internal/ThemePlayground/ThemeEditor.d.ts +36 -36
- package/internal/ThemePlayground/TogglePlayground.d.ts +4 -4
- package/internal/ThemePlayground/TokenInputPlayground.d.ts +9 -9
- package/internal/ThemePlayground/UnlinkVarsPlayground.d.ts +2 -2
- package/internal/ThemePlayground/VariableValue.d.ts +43 -43
- package/internal/ThemePlayground/constants.d.ts +15 -15
- package/internal/ThemePlayground/helpers.d.ts +2 -2
- package/internal/ThemeShowcase/ThemeShowcase.d.ts +22 -22
- package/internal/ThemeShowcase/ThemeShowcase.styles.d.ts +27 -27
- package/internal/ThemeShowcase/VariablesCollector.d.ts +22 -22
- package/internal/ZIndex/ZIndex.d.ts +61 -61
- package/internal/ZIndex/ZIndexStorage.d.ts +18 -18
- package/internal/ZIndex/index.d.ts +2 -2
- package/internal/icons2022/ArrowALeftIcon/ArrowALeftIcon16Light.d.ts +2 -2
- package/internal/icons2022/ArrowALeftIcon/ArrowALeftIcon20Light.d.ts +2 -2
- package/internal/icons2022/ArrowALeftIcon/ArrowALeftIcon24Regular.d.ts +2 -2
- package/internal/icons2022/ArrowARightIcon/ArrowARightIcon16Light.d.ts +2 -2
- package/internal/icons2022/ArrowARightIcon/ArrowARightIcon20Light.d.ts +2 -2
- package/internal/icons2022/ArrowARightIcon/ArrowARightIcon24Regular.d.ts +2 -2
- package/internal/icons2022/ArrowAUpIcon/ArrowAUp16Light.d.ts +2 -2
- package/internal/icons2022/ArrowCDownIcon/ArrowCDownIcon16Regular.d.ts +2 -2
- package/internal/icons2022/ArrowCDownIcon/ArrowCDownIcon20Regular.d.ts +2 -2
- package/internal/icons2022/ArrowCDownIcon/ArrowCDownIcon24Regular.d.ts +2 -2
- package/internal/icons2022/ArrowCRightIcon/ArrowCRightIcon16Light.d.ts +2 -2
- package/internal/icons2022/ArrowCRightIcon/ArrowCRightIcon20Light.d.ts +2 -2
- package/internal/icons2022/ArrowCRightIcon/ArrowCRightIcon24Regular.d.ts +2 -2
- package/internal/icons2022/ArrowCUpIcon/ArrowCUpIcon16Regular.d.ts +2 -2
- package/internal/icons2022/ArrowCollapseCVOpenIcon/ArrowCollapseCVOpenIcon16Regular.d.ts +2 -2
- package/internal/icons2022/ArrowShapeDRadiusUpLeftIcon/ArrowShapeDRadiusUpLeftIcon16Light.d.ts +2 -2
- package/internal/icons2022/ArrowShapeDRadiusUpLeftIcon/ArrowShapeDRadiusUpLeftIcon20Light.d.ts +2 -2
- package/internal/icons2022/ArrowShapeDRadiusUpLeftIcon/ArrowShapeDRadiusUpLeftIcon24Regular.d.ts +2 -2
- package/internal/icons2022/BaseIcon.d.ts +15 -15
- package/internal/icons2022/BaseIcon.styles.d.ts +3 -3
- package/internal/icons2022/CalendarIcon/CalendarIcon16Light.d.ts +2 -2
- package/internal/icons2022/CalendarIcon/CalendarIcon20Light.d.ts +2 -2
- package/internal/icons2022/CalendarIcon/CalendarIcon24Regular.d.ts +2 -2
- package/internal/icons2022/CheckAIcon/CheckAIcon16Light.d.ts +2 -2
- package/internal/icons2022/CheckAIcon/CheckAIcon16Regular.d.ts +2 -2
- package/internal/icons2022/CheckAIcon/CheckAIcon16Solid.d.ts +2 -2
- package/internal/icons2022/CheckAIcon/CheckAIcon20Light.d.ts +2 -2
- package/internal/icons2022/CheckAIcon/CheckAIcon20Solid.d.ts +2 -2
- package/internal/icons2022/CheckAIcon/CheckAIcon24Regular.d.ts +2 -2
- package/internal/icons2022/EyeClosedIcon/EyeClosedIcon16Light.d.ts +2 -2
- package/internal/icons2022/EyeClosedIcon/EyeClosedIcon20Light.d.ts +2 -2
- package/internal/icons2022/EyeClosedIcon/EyeClosedIcon24Regular.d.ts +2 -2
- package/internal/icons2022/EyeOpenIcon/EyeOpenIcon16Light.d.ts +2 -2
- package/internal/icons2022/EyeOpenIcon/EyeOpenIcon20Light.d.ts +2 -2
- package/internal/icons2022/EyeOpenIcon/EyeOpenIcon24Regular.d.ts +2 -2
- package/internal/icons2022/InfoCircleIcon/InfoCircleIcon64Regular.d.ts +2 -2
- package/internal/icons2022/LoadingIcon.d.ts +4 -4
- package/internal/icons2022/MathFunctionIcon/MathFunctionIcon16Light.d.ts +2 -2
- package/internal/icons2022/MathFunctionIcon/MathFunctionIcon20Light.d.ts +2 -2
- package/internal/icons2022/MathFunctionIcon/MathFunctionIcon24Regular.d.ts +2 -2
- package/internal/icons2022/MinusCircleIcon/MinusCircleIcon16Light.d.ts +2 -2
- package/internal/icons2022/MinusCircleIcon/MinusCircleIcon16Regular.d.ts +2 -2
- package/internal/icons2022/MinusCircleIcon/MinusCircleIcon20Light.d.ts +2 -2
- package/internal/icons2022/MinusCircleIcon/MinusCircleIcon24Regular.d.ts +2 -2
- package/internal/icons2022/NetUploadIcon/NetUploadIcon16Light.d.ts +2 -2
- package/internal/icons2022/NetUploadIcon/NetUploadIcon20Light.d.ts +2 -2
- package/internal/icons2022/NetUploadIcon/NetUploadIcon24Regular.d.ts +2 -2
- package/internal/icons2022/QuestionCircleIcon/QuestionCircleIcon16Solid.d.ts +2 -2
- package/internal/icons2022/SearchLoupeIcon/SearchLoupeIcon16Regular.d.ts +2 -2
- package/internal/icons2022/ShapeSquareIcon/ShapeSquareIcon16Solid.d.ts +2 -2
- package/internal/icons2022/UiMenuDotsThreeVIcon/UiMenuDotsThreeVIcon16Light.d.ts +2 -2
- package/internal/icons2022/UiMenuDotsThreeVIcon/UiMenuDotsThreeVIcon20Regular.d.ts +2 -2
- package/internal/icons2022/UiMenuDotsThreeVIcon/UiMenuDotsThreeVIcon24Regular.d.ts +2 -2
- package/internal/icons2022/XIcon/XIcon16Light.d.ts +2 -2
- package/internal/icons2022/XIcon/XIcon16Regular.d.ts +2 -2
- package/internal/icons2022/XIcon/XIcon20Light.d.ts +2 -2
- package/internal/icons2022/XIcon/XIcon20Regular.d.ts +2 -2
- package/internal/icons2022/XIcon/XIcon24Regular.d.ts +2 -2
- package/internal/icons2022/iconConstants.d.ts +8 -8
- package/internal/icons2022/iconSizer.d.ts +11 -11
- package/internal/themes/BasicLightTheme.d.ts +5 -5
- package/internal/themes/BasicTheme/BasicTheme.js +2 -0
- package/internal/themes/BasicTheme/BasicTheme.js.map +1 -1
- package/internal/themes/BasicTheme.d.ts +1247 -1245
- package/internal/themes/DarkTheme5_0.d.ts +1 -1
- package/internal/themes/DarkTheme5_1.d.ts +1 -1
- package/internal/themes/DarkTheme5_2.d.ts +1 -1
- package/internal/themes/LightTheme5_0.d.ts +1 -1
- package/internal/themes/LightTheme5_1.d.ts +1 -1
- package/internal/themes/LightTheme5_2.d.ts +1 -1
- package/lib/ConditionalHandler.d.ts +12 -12
- package/lib/InstanceWithAnchorElement.d.ts +5 -5
- package/lib/LayoutEvents.d.ts +4 -4
- package/lib/ModalStack.d.ts +21 -21
- package/lib/SSRSafe.d.ts +2 -2
- package/lib/Supports.d.ts +1 -1
- package/lib/Upgrades.d.ts +7 -7
- package/lib/animation/index.d.ts +6 -6
- package/lib/animation/presets.d.ts +18 -18
- package/lib/animation/stepper.d.ts +1 -1
- package/lib/callChildRef/callChildRef.d.ts +3 -3
- package/lib/chars.d.ts +8 -8
- package/lib/client.d.ts +12 -12
- package/lib/createPropsGetter.d.ts +3 -3
- package/lib/currentEnvironment.d.ts +3 -3
- package/lib/date/InternalDate.d.ts +61 -61
- package/lib/date/InternalDateCalculator.d.ts +7 -7
- package/lib/date/InternalDateGetter.d.ts +16 -16
- package/lib/date/InternalDateSetter.d.ts +7 -7
- package/lib/date/InternalDateTransformer.d.ts +16 -16
- package/lib/date/InternalDateValidator.d.ts +13 -13
- package/lib/date/comparison.d.ts +6 -6
- package/lib/date/constants.d.ts +28 -28
- package/lib/date/localeSets.d.ts +5 -5
- package/lib/date/types.d.ts +94 -94
- package/lib/delay.d.ts +1 -1
- package/lib/dom/getDOMRect.d.ts +10 -10
- package/lib/dom/getParentOrShadowHost.d.ts +1 -1
- package/lib/dom/getScrollWidth.d.ts +1 -1
- package/lib/dom/scrollYCenterIntoNearestScrollable.d.ts +2 -2
- package/lib/dom/selectionHelpers.d.ts +2 -2
- package/lib/dom/tabbableHelpers.d.ts +17 -17
- package/lib/events/MouseDrag.d.ts +58 -58
- package/lib/events/fixClickFocusIE.d.ts +1 -1
- package/lib/events/fixFirefoxModifiedClickOnLabel.d.ts +2 -2
- package/lib/events/keyListener.d.ts +7 -7
- package/lib/events/keyboard/KeyboardEventCodes.d.ts +30 -30
- package/lib/events/keyboard/KeyboardMapKeys.d.ts +7 -7
- package/lib/events/keyboard/extractCode.d.ts +2 -2
- package/lib/events/keyboard/identifiers.d.ts +50 -50
- package/lib/events/stopPropagation.d.ts +1 -1
- package/lib/events/tabListener.d.ts +1 -1
- package/lib/extractKeyboardAction.d.ts +13 -13
- package/lib/featureFlagsContext/FeatureFlagsHelpers.d.ts +8 -8
- package/lib/featureFlagsContext/ReactUIFeatureFlagsContext.d.ts +10 -10
- package/lib/featureFlagsContext/index.d.ts +2 -2
- package/lib/filterProps.d.ts +12 -12
- package/lib/forwardRefAndName.d.ts +8 -8
- package/lib/getDisplayName.d.ts +3 -3
- package/lib/getMenuPositions.d.ts +22 -22
- package/lib/isInstanceOf.d.ts +1 -1
- package/lib/listenFocusOutside.d.ts +8 -8
- package/lib/locale/LocaleContext.d.ts +7 -7
- package/lib/locale/LocaleHelper.d.ts +9 -9
- package/lib/locale/constants.d.ts +5 -5
- package/lib/locale/decorators.d.ts +34 -34
- package/lib/locale/index.d.ts +3 -3
- package/lib/locale/types.d.ts +27 -27
- package/lib/locale/useLocaleForControl.d.ts +3 -3
- package/lib/memo.d.ts +3 -3
- package/lib/mergeRefs.d.ts +23 -23
- package/lib/needsPolyfillPlaceholder.d.ts +6 -6
- package/lib/net/fetch.d.ts +13 -13
- package/lib/reactGetTextContent.d.ts +2 -2
- package/lib/rootNode/getRootNode.d.ts +12 -12
- package/lib/rootNode/index.d.ts +2 -2
- package/lib/rootNode/rootNodeDecorator.d.ts +56 -56
- package/lib/stringUtils.d.ts +1 -1
- package/lib/styles/ColorFactory.d.ts +11 -11
- package/lib/styles/ColorFunctions.d.ts +11 -11
- package/lib/styles/ColorHelpers.d.ts +21 -21
- package/lib/styles/ColorKeywords.d.ts +150 -150
- package/lib/styles/ColorObject.d.ts +52 -52
- package/lib/styles/DimensionFunctions.d.ts +1 -1
- package/lib/styles/Mixins.d.ts +2 -2
- package/lib/styles/UiFont.d.ts +1 -1
- package/lib/styles/getLabGrotesqueBaselineCompensation.d.ts +1 -1
- package/lib/taskWithDelayAndMinimalDuration.d.ts +21 -21
- package/lib/theming/AnimationKeyframes.d.ts +7 -7
- package/lib/theming/Emotion.d.ts +15 -15
- package/lib/theming/Theme.d.ts +5 -5
- package/lib/theming/ThemeContext.d.ts +2 -2
- package/lib/theming/ThemeFactory.d.ts +17 -17
- package/lib/theming/ThemeHelpers.d.ts +68 -68
- package/lib/theming/ThemeVersions.d.ts +25 -25
- package/lib/theming/themes/DarkTheme.d.ts +4 -4
- package/lib/theming/themes/LightTheme.d.ts +4 -4
- package/lib/theming/themes/LightThemeMobile.d.ts +1 -1
- package/lib/theming/useTheme.d.ts +1 -1
- package/lib/toKebabCase.d.ts +1 -1
- package/lib/typeGuards.d.ts +1 -1
- package/lib/types/button-link.d.ts +1 -1
- package/lib/types/polymorphic-component.d.ts +19 -19
- package/lib/types/props.d.ts +1 -1
- package/lib/uidUtils.d.ts +1 -1
- package/lib/utils.d.ts +90 -90
- package/lib/withClassWrapper.d.ts +67 -67
- package/package.json +1 -1
|
@@ -1,1245 +1,1247 @@
|
|
|
1
|
-
export declare class BasicThemeClass {
|
|
2
|
-
static baseFontFamily: string;
|
|
3
|
-
static labGrotesqueBaselineCompensation: string;
|
|
4
|
-
static brand: string;
|
|
5
|
-
static white: string;
|
|
6
|
-
static grayXLight: string;
|
|
7
|
-
static gray: string;
|
|
8
|
-
static grayDark: string;
|
|
9
|
-
static black: string;
|
|
10
|
-
static blueXxLight: string;
|
|
11
|
-
static blueLight: string;
|
|
12
|
-
static blue: string;
|
|
13
|
-
static greenXxLight: string;
|
|
14
|
-
static green: string;
|
|
15
|
-
static greenDark: string;
|
|
16
|
-
static red: string;
|
|
17
|
-
static redXxLight: string;
|
|
18
|
-
static redDark: string;
|
|
19
|
-
static yellowXxLight: string;
|
|
20
|
-
static yellow: string;
|
|
21
|
-
static yellowDark: string;
|
|
22
|
-
static bgDefault: string;
|
|
23
|
-
static get bgSecondary(): string;
|
|
24
|
-
static bgDisabled: string;
|
|
25
|
-
static get errorMain(): string;
|
|
26
|
-
static get errorText(): string;
|
|
27
|
-
static get errorSecondary(): string;
|
|
28
|
-
static warningMain: string;
|
|
29
|
-
static warningSecondary: string;
|
|
30
|
-
static warningText: string;
|
|
31
|
-
static borderColorFocusLight: string;
|
|
32
|
-
static borderColorGrayDark: string;
|
|
33
|
-
static borderColorGrayLight: string;
|
|
34
|
-
static borderColorDisabled: string;
|
|
35
|
-
static placeholderColor: string;
|
|
36
|
-
static outlineColorFocus: string;
|
|
37
|
-
static placeholderColorLight: string;
|
|
38
|
-
static blinkColor: string;
|
|
39
|
-
static controlBorderWidth: string;
|
|
40
|
-
static controlOutlineWidth: string;
|
|
41
|
-
static controlLineHeightSmall: string;
|
|
42
|
-
static controlLineHeightMedium: string;
|
|
43
|
-
static controlLineHeightLarge: string;
|
|
44
|
-
static controlPaddingYSmall: string;
|
|
45
|
-
static controlPaddingYMedium: string;
|
|
46
|
-
static controlPaddingYLarge: string;
|
|
47
|
-
static textColorDefault: string;
|
|
48
|
-
static textColorInvert: string;
|
|
49
|
-
static textColorDisabled: string;
|
|
50
|
-
static textColorDisabledContrast: string;
|
|
51
|
-
static fontSizeSmall: string;
|
|
52
|
-
static fontSizeMedium: string;
|
|
53
|
-
static fontSizeLarge: string;
|
|
54
|
-
static fontSizeMobile: string;
|
|
55
|
-
static lineHeightMobile: string;
|
|
56
|
-
static specificityLevel: string;
|
|
57
|
-
static fixedPanelShadow: string;
|
|
58
|
-
static bgActive: string;
|
|
59
|
-
static bgChecked: string;
|
|
60
|
-
static borderColorFocus: string;
|
|
61
|
-
static get borderColorError(): string;
|
|
62
|
-
static get borderColorWarning(): string;
|
|
63
|
-
static controlHeightSmall: string;
|
|
64
|
-
static controlHeightMedium: string;
|
|
65
|
-
static controlHeightLarge: string;
|
|
66
|
-
static mobileMediaQuery: string;
|
|
67
|
-
static transitionDuration: string;
|
|
68
|
-
static transitionTimingFunction: string;
|
|
69
|
-
static linkColor: string;
|
|
70
|
-
static linkTextDecoration: string;
|
|
71
|
-
static get linkHoverColor(): string;
|
|
72
|
-
static linkActiveColor: string;
|
|
73
|
-
static linkHoverTextDecoration: string;
|
|
74
|
-
static get linkSuccessColor(): string;
|
|
75
|
-
static get linkSuccessHoverColor(): string;
|
|
76
|
-
static linkSuccessActiveColor: string;
|
|
77
|
-
static get linkDangerColor(): string;
|
|
78
|
-
static linkDangerHoverColor: string;
|
|
79
|
-
static linkDangerActiveColor: string;
|
|
80
|
-
static linkIconMarginRight: string;
|
|
81
|
-
static linkIconMarginLeft: string;
|
|
82
|
-
static get linkDisabledColor(): string;
|
|
83
|
-
static linkGrayedColor: string;
|
|
84
|
-
static linkGrayedHoverColor: string;
|
|
85
|
-
static linkGrayedActiveColor: string;
|
|
86
|
-
static linkButtonLineHeight: string;
|
|
87
|
-
static linkButtonPaddingX: string;
|
|
88
|
-
static linkTextDecorationStyle: string;
|
|
89
|
-
static linkTextDecorationThickness: string;
|
|
90
|
-
static linkTextUnderlineOffset: string;
|
|
91
|
-
static get linkHoverTextDecorationStyle(): string;
|
|
92
|
-
static linkTextUnderlineOpacity: string;
|
|
93
|
-
static linkTextDecorationColor: string;
|
|
94
|
-
static linkLineBorderBottomStyle: string;
|
|
95
|
-
static get linkLineHoverBorderBottomStyle(): string;
|
|
96
|
-
static linkLineBorderBottomWidth: string;
|
|
97
|
-
static linkLineBorderBottomOpacity: string;
|
|
98
|
-
static linkLineBorderBottomColor: string;
|
|
99
|
-
static linkFocusOutlineColor: string;
|
|
100
|
-
static get linkFocusOutlineWidth(): string;
|
|
101
|
-
static get linkFocusOutline(): string;
|
|
102
|
-
static tokenDisabledBg: string;
|
|
103
|
-
static get tokenTextColorDisabled(): string;
|
|
104
|
-
static get tokenFontSizeSmall(): string;
|
|
105
|
-
static get tokenFontSizeMedium(): string;
|
|
106
|
-
static get tokenFontSizeLarge(): string;
|
|
107
|
-
static tokenMarginYSmall: string;
|
|
108
|
-
static tokenMarginXSmall: string;
|
|
109
|
-
static tokenMarginYMedium: string;
|
|
110
|
-
static tokenMarginXMedium: string;
|
|
111
|
-
static tokenMarginYLarge: string;
|
|
112
|
-
static tokenMarginXLarge: string;
|
|
113
|
-
static get tokenLineHeightSmall(): string;
|
|
114
|
-
static get tokenLineHeightMedium(): string;
|
|
115
|
-
static get tokenLineHeightLarge(): string;
|
|
116
|
-
static tokenPaddingYSmall: string;
|
|
117
|
-
static tokenPaddingXSmall: string;
|
|
118
|
-
static tokenPaddingYMedium: string;
|
|
119
|
-
static tokenPaddingXMedium: string;
|
|
120
|
-
static tokenPaddingYLarge: string;
|
|
121
|
-
static tokenPaddingXLarge: string;
|
|
122
|
-
static tokenMarginBeforeIcon: string;
|
|
123
|
-
static tokenRemoveIconSize: string;
|
|
124
|
-
static tokenRemoveIconPaddingY: string;
|
|
125
|
-
static tokenRemoveIconPaddingX: string;
|
|
126
|
-
static tokenRemoveIconGap: string;
|
|
127
|
-
static tokenRemoveIconBoxSizing: string;
|
|
128
|
-
static tokenBorderRadius: string;
|
|
129
|
-
static tokenBorderWidth: string;
|
|
130
|
-
static tokenBorderColorDisabled: string;
|
|
131
|
-
static get tokenBorderColorWarning(): string;
|
|
132
|
-
static get tokenBorderColorError(): string;
|
|
133
|
-
static tokenOutlineWidth: string;
|
|
134
|
-
static get tokenPaddingYDisabled(): string;
|
|
135
|
-
static get tokenPaddingXDisabled(): string;
|
|
136
|
-
static get tokenMarginYDisabled(): string;
|
|
137
|
-
static get tokenMarginXDisabled(): string;
|
|
138
|
-
static tokenShadowDisabled: string;
|
|
139
|
-
static tokenBg: string;
|
|
140
|
-
static tokenColor: string;
|
|
141
|
-
static tokenBorderColor: string;
|
|
142
|
-
static tokenBgHover: string;
|
|
143
|
-
static tokenColorHover: string;
|
|
144
|
-
static tokenBorderColorHover: string;
|
|
145
|
-
static tokenBgActive: string;
|
|
146
|
-
static tokenColorActive: string;
|
|
147
|
-
static tokenBorderColorActive: string;
|
|
148
|
-
static get tokenInputLineHeightSmall(): string;
|
|
149
|
-
static get tokenInputLineHeightMedium(): string;
|
|
150
|
-
static get tokenInputLineHeightLarge(): string;
|
|
151
|
-
static get tokenInputBorderColor(): string;
|
|
152
|
-
static get tokenInputBorderColorHover(): string;
|
|
153
|
-
static get tokenInputBorderColorFocus(): string;
|
|
154
|
-
static get tokenInputBorderColorError(): string;
|
|
155
|
-
static get tokenInputBorderColorWarning(): string;
|
|
156
|
-
static get tokenInputBorderTopColor(): string;
|
|
157
|
-
static tokenInputBorderRadius: string;
|
|
158
|
-
static get tokenInputPlaceholderColor(): string;
|
|
159
|
-
static get tokenInputPlaceholderColorLight(): string;
|
|
160
|
-
static get tokenInputDisabledBg(): string;
|
|
161
|
-
static get tokenInputDisabledBorderColor(): string;
|
|
162
|
-
static get tokenInputBorderWidth(): string;
|
|
163
|
-
static get tokenInputOutlineWidth(): string;
|
|
164
|
-
static get tokenInputBg(): string;
|
|
165
|
-
static tokenInputMenuPopupBg: string;
|
|
166
|
-
static get tokenInputShadow(): string;
|
|
167
|
-
static get tokenInputTextColor(): string;
|
|
168
|
-
static get tokenInputTextColorDisabled(): string;
|
|
169
|
-
static get tokenInputPlaceholderColorDisabled(): string;
|
|
170
|
-
static tokenInputPaddingYSmall: string;
|
|
171
|
-
static tokenInputPaddingXSmall: string;
|
|
172
|
-
static tokenInputPaddingYMedium: string;
|
|
173
|
-
static tokenInputPaddingXMedium: string;
|
|
174
|
-
static tokenInputPaddingYLarge: string;
|
|
175
|
-
static tokenInputPaddingXLarge: string;
|
|
176
|
-
static tokenInputPopupOffset: string;
|
|
177
|
-
static tokenInputPopupMarginSmall: string;
|
|
178
|
-
static tokenInputPopupMarginMedium: string;
|
|
179
|
-
static tokenInputPopupMarginLarge: string;
|
|
180
|
-
static loaderBg: string;
|
|
181
|
-
static loaderOpacity: string;
|
|
182
|
-
static loaderBorderRadius: string;
|
|
183
|
-
static btnBackgroundClip: string;
|
|
184
|
-
static btnLinkBorderRadius: string;
|
|
185
|
-
static btnFocusShadowWidth: string;
|
|
186
|
-
static btnBorderColorTransition: string;
|
|
187
|
-
static btnDisabledBorderColor: string;
|
|
188
|
-
static btnCheckedBg: string;
|
|
189
|
-
static btnCheckedDisabledBg: string;
|
|
190
|
-
static btnCheckedDisabledColor: string;
|
|
191
|
-
static btnCheckedTextColor: string;
|
|
192
|
-
static get btnCheckedDisabledBorderColor(): string;
|
|
193
|
-
static btnCheckedShadow: string;
|
|
194
|
-
static btnCheckedDisabledShadow: string;
|
|
195
|
-
static btnBorderRadiusSmall: string;
|
|
196
|
-
static btnBorderRadiusMedium: string;
|
|
197
|
-
static btnBorderRadiusLarge: string;
|
|
198
|
-
static get btnBorderWidth(): string;
|
|
199
|
-
static btnInsetWidth: string;
|
|
200
|
-
static get btnOutlineWidth(): string;
|
|
201
|
-
static btnPaddingXSmall: string;
|
|
202
|
-
static btnPaddingXMedium: string;
|
|
203
|
-
static btnPaddingXLarge: string;
|
|
204
|
-
static btnIconGapSmallLeft: string;
|
|
205
|
-
static get btnIconGapSmallRight(): string;
|
|
206
|
-
static btnIconGapMediumLeft: string;
|
|
207
|
-
static get btnIconGapMediumRight(): string;
|
|
208
|
-
static btnIconGapLargeLeft: string;
|
|
209
|
-
static get btnIconGapLargeRight(): string;
|
|
210
|
-
static btnIconSizeSmall: string;
|
|
211
|
-
static btnIconSizeMedium: string;
|
|
212
|
-
static btnIconSizeLarge: string;
|
|
213
|
-
static btnDefaultBg: string;
|
|
214
|
-
static btnDefaultBgStart: string;
|
|
215
|
-
static btnDefaultBgEnd: string;
|
|
216
|
-
static get btnDefaultCheckedBorderColor(): string;
|
|
217
|
-
static get btnDefaultTextColor(): string;
|
|
218
|
-
static btnDefaultHoverBg: string;
|
|
219
|
-
static btnDefaultHoverBgStart: string;
|
|
220
|
-
static btnDefaultHoverBgEnd: string;
|
|
221
|
-
static btnDefaultActiveBg: string;
|
|
222
|
-
static get btnDefaultHoverBorderColor(): string;
|
|
223
|
-
static btnDefaultHoverTextColor: string;
|
|
224
|
-
static get btnDefaultActiveBorderColor(): string;
|
|
225
|
-
static btnDefaultBorderColor: string;
|
|
226
|
-
static btnDefaultActiveShadow: string;
|
|
227
|
-
static btnSuccessBg: string;
|
|
228
|
-
static btnSuccessBorderColor: string;
|
|
229
|
-
static btnSuccessHoverBg: string;
|
|
230
|
-
static btnSuccessHoverBorderColor: string;
|
|
231
|
-
static btnSuccessHoverTextColor: string;
|
|
232
|
-
static btnSuccessBgStart: string;
|
|
233
|
-
static btnSuccessBgEnd: string;
|
|
234
|
-
static btnSuccessTextColor: string;
|
|
235
|
-
static btnSuccessHoverBgStart: string;
|
|
236
|
-
static btnSuccessHoverBgEnd: string;
|
|
237
|
-
static btnSuccessActiveBg: string;
|
|
238
|
-
static btnSuccessActiveBorderColor: string;
|
|
239
|
-
static btnSuccessActiveShadow: string;
|
|
240
|
-
static btnPrimaryBg: string;
|
|
241
|
-
static btnPrimaryHoverBg: string;
|
|
242
|
-
static btnPrimaryActiveBg: string;
|
|
243
|
-
static btnPrimaryHoverTextColor: string;
|
|
244
|
-
static btnPrimaryBorderColor: string;
|
|
245
|
-
static btnPrimaryHoverBorderColor: string;
|
|
246
|
-
static btnPrimaryActiveBorderColor: string;
|
|
247
|
-
static btnPrimaryBgStart: string;
|
|
248
|
-
static btnPrimaryBgEnd: string;
|
|
249
|
-
static btnPrimaryTextColor: string;
|
|
250
|
-
static btnPrimaryHoverBgStart: string;
|
|
251
|
-
static btnPrimaryHoverBgEnd: string;
|
|
252
|
-
static btnPrimaryActiveShadow: string;
|
|
253
|
-
static get btnDangerBg(): string;
|
|
254
|
-
static get btnDangerBorderColor(): string;
|
|
255
|
-
static btnDangerHoverBg: string;
|
|
256
|
-
static btnDangerHoverBorderColor: string;
|
|
257
|
-
static btnDangerHoverTextColor: string;
|
|
258
|
-
static btnDangerBgStart: string;
|
|
259
|
-
static btnDangerBgEnd: string;
|
|
260
|
-
static btnDangerTextColor: string;
|
|
261
|
-
static btnDangerHoverBgStart: string;
|
|
262
|
-
static btnDangerHoverBgEnd: string;
|
|
263
|
-
static btnDangerActiveBg: string;
|
|
264
|
-
static get btnDangerActiveBorderColor(): string;
|
|
265
|
-
static btnDangerActiveShadow: string;
|
|
266
|
-
static btnPayBg: string;
|
|
267
|
-
static btnPayHoverBg: string;
|
|
268
|
-
static btnPayHoverBorderColor: string;
|
|
269
|
-
static btnPayHoverTextColor: string;
|
|
270
|
-
static btnPayBorderColor: string;
|
|
271
|
-
static btnPayBgStart: string;
|
|
272
|
-
static btnPayBgEnd: string;
|
|
273
|
-
static get btnPayTextColor(): string;
|
|
274
|
-
static btnPayHoverBgStart: string;
|
|
275
|
-
static btnPayHoverBgEnd: string;
|
|
276
|
-
static btnPayActiveBg: string;
|
|
277
|
-
static btnPayActiveBorderColor: string;
|
|
278
|
-
static btnPayActiveShadow: string;
|
|
279
|
-
static btnMenuArrowColor: string;
|
|
280
|
-
static get btnFontSizeSmall(): string;
|
|
281
|
-
static get btnFontSizeMedium(): string;
|
|
282
|
-
static get btnFontSizeLarge(): string;
|
|
283
|
-
static get btnLineHeightSmall(): string;
|
|
284
|
-
static get btnLineHeightMedium(): string;
|
|
285
|
-
static get btnLineHeightLarge(): string;
|
|
286
|
-
static get btnPaddingYSmall(): string;
|
|
287
|
-
static get btnPaddingYMedium(): string;
|
|
288
|
-
static get btnPaddingYLarge(): string;
|
|
289
|
-
static btnDisabledBg: string;
|
|
290
|
-
static get btnBorderColorWarning(): string;
|
|
291
|
-
static get btnBorderColorError(): string;
|
|
292
|
-
static get btnHeightSmall(): string;
|
|
293
|
-
static get btnHeightMedium(): string;
|
|
294
|
-
static get btnHeightLarge(): string;
|
|
295
|
-
static get btnLinkColor(): string;
|
|
296
|
-
static get btnLinkHoverColor(): string;
|
|
297
|
-
static get btnLinkActiveColor(): string;
|
|
298
|
-
static get btnLinkHoverTextDecoration(): string;
|
|
299
|
-
static get btnLinkTextDecorationColor(): string;
|
|
300
|
-
static get btnLinkTextDecorationStyle(): string;
|
|
301
|
-
static get btnLinkHoverTextDecorationStyle(): string;
|
|
302
|
-
static get btnLinkTextUnderlineOffset(): string;
|
|
303
|
-
static get btnLinkTextDecorationThickness(): string;
|
|
304
|
-
static get btnLinkTextUnderlineOpacity(): string;
|
|
305
|
-
static get btnLinkLineBorderBottomStyle(): string;
|
|
306
|
-
static get btnLinkHoverLineBorderBottomStyle(): string;
|
|
307
|
-
static get btnLinkLineBorderBottomWidth(): string;
|
|
308
|
-
static get btnLinkLineBorderBottomOpacity(): string;
|
|
309
|
-
static get btnLinkIconMarginRight(): string;
|
|
310
|
-
static get btnLinkIconMarginLeft(): string;
|
|
311
|
-
static get btnErrorSecondary(): string;
|
|
312
|
-
static get btnWarningSecondary(): string;
|
|
313
|
-
static get btnOutlineColorFocus(): string;
|
|
314
|
-
static btnInsetColor: string;
|
|
315
|
-
static get btnBorderColorFocus(): string;
|
|
316
|
-
static get btnLinkDisabledColor(): string;
|
|
317
|
-
static get btnDisabledTextColor(): string;
|
|
318
|
-
static btnBacklessBg: string;
|
|
319
|
-
static btnBacklessHoverBg: string;
|
|
320
|
-
static btnBacklessActiveBg: string;
|
|
321
|
-
static get btnBacklessActiveBorderColor(): string;
|
|
322
|
-
static get btnBacklessBorderColor(): string;
|
|
323
|
-
static get btnBacklessDisabledBorderColor(): string;
|
|
324
|
-
static get btnBacklessHoverBorderColor(): string;
|
|
325
|
-
static btnBacklessHoverTextColor: string;
|
|
326
|
-
static get btnBacklessTextColor(): string;
|
|
327
|
-
static btnTextBg: string;
|
|
328
|
-
static btnTextHoverBg: string;
|
|
329
|
-
static btnTextActiveBg: string;
|
|
330
|
-
static get btnTextBorderColor(): string;
|
|
331
|
-
static get btnTextTextColor(): string;
|
|
332
|
-
static btnTextHoverTextColor: string;
|
|
333
|
-
static get btnTextHoverBorderColor(): string;
|
|
334
|
-
static btnWithIconPaddingLeftSmall: string;
|
|
335
|
-
static btnWithIconPaddingLeftMedium: string;
|
|
336
|
-
static btnWithIconPaddingLeftLarge: string;
|
|
337
|
-
static btnIconColor: string;
|
|
338
|
-
static btnIconHoverColor: string;
|
|
339
|
-
static btnIconDisabledColor: string;
|
|
340
|
-
static get selectDefaultBg(): string;
|
|
341
|
-
static selectPlaceholderColor: string;
|
|
342
|
-
static get selectBorderWidth(): string;
|
|
343
|
-
static get selectPlaceholderColorDisabled(): string;
|
|
344
|
-
static get selectOutlineWidth(): string;
|
|
345
|
-
static get selectLineHeightSmall(): string;
|
|
346
|
-
static get selectFontSizeSmall(): string;
|
|
347
|
-
static selectPaddingXSmall: string;
|
|
348
|
-
static get selectPaddingYSmall(): string;
|
|
349
|
-
static get selectBorderRadiusSmall(): string;
|
|
350
|
-
static get selectBorderRadiusMedium(): string;
|
|
351
|
-
static get selectBorderRadiusLarge(): string;
|
|
352
|
-
static get selectIconGapSmall(): string;
|
|
353
|
-
static get selectIconGapMedium(): string;
|
|
354
|
-
static get selectIconGapLarge(): string;
|
|
355
|
-
static get selectLineHeightMedium(): string;
|
|
356
|
-
static get selectFontSizeMedium(): string;
|
|
357
|
-
static selectPaddingXMedium: string;
|
|
358
|
-
static get selectPaddingYMedium(): string;
|
|
359
|
-
static get selectLineHeightLarge(): string;
|
|
360
|
-
static get selectFontSizeLarge(): string;
|
|
361
|
-
static selectPaddingXLarge: string;
|
|
362
|
-
static get selectPaddingYLarge(): string;
|
|
363
|
-
static get selectMenuArrowColor(): string;
|
|
364
|
-
static get selectMenuArrowColorDisabled(): string;
|
|
365
|
-
static get selectIconSizeSmall(): string;
|
|
366
|
-
static get selectIconSizeMedium(): string;
|
|
367
|
-
static get selectIconSizeLarge(): string;
|
|
368
|
-
static selectRootWidthMobile: string;
|
|
369
|
-
static mobileSelectMaxWidth: string;
|
|
370
|
-
static get selectTextColorDisabled(): string;
|
|
371
|
-
static get selectBgDisabled(): string;
|
|
372
|
-
static get selectBorderColorDisabled(): string;
|
|
373
|
-
static get selectMenuOffsetY(): string;
|
|
374
|
-
static get selectBorderColorHover(): string;
|
|
375
|
-
static selectBorderColorTransition: string;
|
|
376
|
-
static tooltipPaddingY: string;
|
|
377
|
-
static tooltipPaddingX: string;
|
|
378
|
-
static tooltipCloseBtnPadding: string;
|
|
379
|
-
static tooltipCloseBtnSide: string;
|
|
380
|
-
static tooltipCloseBtnColor: string;
|
|
381
|
-
static tooltipCloseBtnHoverColor: string;
|
|
382
|
-
static get tooltipTextColor(): string;
|
|
383
|
-
static tooltipBg: string;
|
|
384
|
-
static get tooltipBorder(): string;
|
|
385
|
-
static tooltipBorderRadius: string;
|
|
386
|
-
static tooltipPinOffsetX: string;
|
|
387
|
-
static tooltipPinOffsetY: string;
|
|
388
|
-
static tooltipMargin: string;
|
|
389
|
-
static get tooltipPinSize(): string;
|
|
390
|
-
static get tooltipFontSize(): string;
|
|
391
|
-
static get tooltipLineHeight(): string;
|
|
392
|
-
static get tooltipMenuPinOffsetX(): string;
|
|
393
|
-
static get tooltipMenuPinOffsetY(): string;
|
|
394
|
-
static get tooltipMenuMargin(): string;
|
|
395
|
-
static get tooltipMenuPinSize(): string;
|
|
396
|
-
static kebabMargin: string;
|
|
397
|
-
static kebabBackground: string;
|
|
398
|
-
static kebabBackgroundHover: string;
|
|
399
|
-
static kebabBackgroundActive: string;
|
|
400
|
-
static kebabBorderRadius: string;
|
|
401
|
-
static kebabBorder: string;
|
|
402
|
-
static kebabSizeSmall: string;
|
|
403
|
-
static kebabSizeMedium: string;
|
|
404
|
-
static kebabSizeLarge: string;
|
|
405
|
-
static kebabIconSizeSmall: string;
|
|
406
|
-
static kebabIconSizeMedium: string;
|
|
407
|
-
static kebabIconSizeLarge: string;
|
|
408
|
-
static kebabIconColor: string;
|
|
409
|
-
static modalWindowShadow: string;
|
|
410
|
-
static modalBackBg: string;
|
|
411
|
-
static get modalBg(): string;
|
|
412
|
-
static modalBackOpacity: string;
|
|
413
|
-
static modalCloseButtonColor: string;
|
|
414
|
-
static modalCloseButtonDisabledColor: string;
|
|
415
|
-
static modalCloseButtonHoverColor: string;
|
|
416
|
-
static modalCloseButtonPadding: string;
|
|
417
|
-
static modalCloseButtonBottomPadding: string;
|
|
418
|
-
/** @deprecated use modalCloseButtonClickArea[Top/Bottom/Left/Right] instead */
|
|
419
|
-
static modalCloseButtonClickArea: string;
|
|
420
|
-
static modalCloseButtonClickAreaTop: string;
|
|
421
|
-
static modalCloseButtonClickAreaBottom: string;
|
|
422
|
-
static modalCloseButtonClickAreaLeft: string;
|
|
423
|
-
static modalCloseButtonClickAreaRight: string;
|
|
424
|
-
static modalCloseIconSize: string;
|
|
425
|
-
static modalBorderRadius: string;
|
|
426
|
-
static get modalFixedHeaderBg(): string;
|
|
427
|
-
static get modalFixedHeaderShadow(): string;
|
|
428
|
-
static modalFixedHeaderBorder: string;
|
|
429
|
-
static modalFixedFooterBorder: string;
|
|
430
|
-
static get modalFixedFooterShadow(): string;
|
|
431
|
-
static modalFixedPanelShadow: string;
|
|
432
|
-
static get modalFooterBg(): string;
|
|
433
|
-
static modalAdaptiveThreshold: string;
|
|
434
|
-
static modalPaddingTop: string;
|
|
435
|
-
static modalPaddingLeft: string;
|
|
436
|
-
static modalPaddingRight: string;
|
|
437
|
-
static modalHeaderFontSize: string;
|
|
438
|
-
static modalHeaderFontWeight: string;
|
|
439
|
-
static get modalHeaderTextColor(): string;
|
|
440
|
-
static modalHeaderLineHeight: string;
|
|
441
|
-
static modalHeaderPaddingBottom: string;
|
|
442
|
-
static modalHeaderPaddingTop: string;
|
|
443
|
-
static get modalHeaderAdditionalPaddingBottom(): string;
|
|
444
|
-
static modalFixedHeaderMarginBottom: string;
|
|
445
|
-
static get modalFixedHeaderPaddingBottom(): string;
|
|
446
|
-
static get modalFixedFooterPaddingTop(): string;
|
|
447
|
-
static modalFixedFooterMarginTop: string;
|
|
448
|
-
static modalSeparatorBorderBottom: string;
|
|
449
|
-
static
|
|
450
|
-
static
|
|
451
|
-
static
|
|
452
|
-
static
|
|
453
|
-
static
|
|
454
|
-
static
|
|
455
|
-
static
|
|
456
|
-
static
|
|
457
|
-
static
|
|
458
|
-
static
|
|
459
|
-
static
|
|
460
|
-
static
|
|
461
|
-
static
|
|
462
|
-
static
|
|
463
|
-
static
|
|
464
|
-
static
|
|
465
|
-
static
|
|
466
|
-
static
|
|
467
|
-
static
|
|
468
|
-
static
|
|
469
|
-
static
|
|
470
|
-
static
|
|
471
|
-
static
|
|
472
|
-
static
|
|
473
|
-
static
|
|
474
|
-
static
|
|
475
|
-
static
|
|
476
|
-
static
|
|
477
|
-
static
|
|
478
|
-
static
|
|
479
|
-
static
|
|
480
|
-
static
|
|
481
|
-
static
|
|
482
|
-
static
|
|
483
|
-
static
|
|
484
|
-
static
|
|
485
|
-
static
|
|
486
|
-
static
|
|
487
|
-
static
|
|
488
|
-
static
|
|
489
|
-
static
|
|
490
|
-
static
|
|
491
|
-
static
|
|
492
|
-
static
|
|
493
|
-
static
|
|
494
|
-
static
|
|
495
|
-
static
|
|
496
|
-
static
|
|
497
|
-
static
|
|
498
|
-
static
|
|
499
|
-
static
|
|
500
|
-
static
|
|
501
|
-
static
|
|
502
|
-
static
|
|
503
|
-
static
|
|
504
|
-
static
|
|
505
|
-
static
|
|
506
|
-
static
|
|
507
|
-
static
|
|
508
|
-
|
|
509
|
-
static
|
|
510
|
-
|
|
511
|
-
static
|
|
512
|
-
static
|
|
513
|
-
static
|
|
514
|
-
|
|
515
|
-
static
|
|
516
|
-
|
|
517
|
-
static
|
|
518
|
-
static
|
|
519
|
-
static
|
|
520
|
-
static
|
|
521
|
-
static
|
|
522
|
-
static
|
|
523
|
-
static
|
|
524
|
-
static
|
|
525
|
-
static
|
|
526
|
-
static
|
|
527
|
-
static
|
|
528
|
-
static
|
|
529
|
-
static
|
|
530
|
-
|
|
531
|
-
static
|
|
532
|
-
|
|
533
|
-
static
|
|
534
|
-
static
|
|
535
|
-
static
|
|
536
|
-
static
|
|
537
|
-
static
|
|
538
|
-
static
|
|
539
|
-
static
|
|
540
|
-
static
|
|
541
|
-
static get
|
|
542
|
-
static get
|
|
543
|
-
static
|
|
544
|
-
static get
|
|
545
|
-
static
|
|
546
|
-
static
|
|
547
|
-
static
|
|
548
|
-
static
|
|
549
|
-
static
|
|
550
|
-
static
|
|
551
|
-
static
|
|
552
|
-
static
|
|
553
|
-
static
|
|
554
|
-
static
|
|
555
|
-
static get
|
|
556
|
-
static
|
|
557
|
-
static
|
|
558
|
-
static
|
|
559
|
-
static
|
|
560
|
-
static
|
|
561
|
-
static
|
|
562
|
-
static
|
|
563
|
-
static
|
|
564
|
-
static
|
|
565
|
-
static
|
|
566
|
-
static
|
|
567
|
-
static
|
|
568
|
-
static
|
|
569
|
-
static
|
|
570
|
-
static
|
|
571
|
-
static
|
|
572
|
-
static
|
|
573
|
-
static
|
|
574
|
-
static
|
|
575
|
-
static
|
|
576
|
-
static
|
|
577
|
-
static
|
|
578
|
-
static
|
|
579
|
-
static
|
|
580
|
-
static
|
|
581
|
-
static
|
|
582
|
-
static
|
|
583
|
-
static
|
|
584
|
-
static
|
|
585
|
-
static
|
|
586
|
-
static
|
|
587
|
-
static
|
|
588
|
-
static
|
|
589
|
-
static
|
|
590
|
-
static get
|
|
591
|
-
static
|
|
592
|
-
static get
|
|
593
|
-
static
|
|
594
|
-
static
|
|
595
|
-
static
|
|
596
|
-
static
|
|
597
|
-
static
|
|
598
|
-
static
|
|
599
|
-
static
|
|
600
|
-
static get
|
|
601
|
-
static get
|
|
602
|
-
static
|
|
603
|
-
static
|
|
604
|
-
static
|
|
605
|
-
static
|
|
606
|
-
static
|
|
607
|
-
static get
|
|
608
|
-
static
|
|
609
|
-
static
|
|
610
|
-
static
|
|
611
|
-
static
|
|
612
|
-
static
|
|
613
|
-
static
|
|
614
|
-
static
|
|
615
|
-
static
|
|
616
|
-
static
|
|
617
|
-
static
|
|
618
|
-
static
|
|
619
|
-
static
|
|
620
|
-
static
|
|
621
|
-
static
|
|
622
|
-
static
|
|
623
|
-
static
|
|
624
|
-
static
|
|
625
|
-
static
|
|
626
|
-
static
|
|
627
|
-
static
|
|
628
|
-
static
|
|
629
|
-
static
|
|
630
|
-
static get
|
|
631
|
-
static get
|
|
632
|
-
static get
|
|
633
|
-
static get
|
|
634
|
-
static get
|
|
635
|
-
static
|
|
636
|
-
static
|
|
637
|
-
static
|
|
638
|
-
static
|
|
639
|
-
static
|
|
640
|
-
static
|
|
641
|
-
static
|
|
642
|
-
static
|
|
643
|
-
static
|
|
644
|
-
static
|
|
645
|
-
static
|
|
646
|
-
static
|
|
647
|
-
static
|
|
648
|
-
static
|
|
649
|
-
static
|
|
650
|
-
static
|
|
651
|
-
static
|
|
652
|
-
static
|
|
653
|
-
static
|
|
654
|
-
static
|
|
655
|
-
static
|
|
656
|
-
static
|
|
657
|
-
static
|
|
658
|
-
static
|
|
659
|
-
static
|
|
660
|
-
static
|
|
661
|
-
static
|
|
662
|
-
static
|
|
663
|
-
static
|
|
664
|
-
static get
|
|
665
|
-
static
|
|
666
|
-
static
|
|
667
|
-
static
|
|
668
|
-
static
|
|
669
|
-
static
|
|
670
|
-
static
|
|
671
|
-
static get
|
|
672
|
-
static get
|
|
673
|
-
static get
|
|
674
|
-
static get
|
|
675
|
-
static get
|
|
676
|
-
static get
|
|
677
|
-
static get
|
|
678
|
-
static get
|
|
679
|
-
static get
|
|
680
|
-
static get
|
|
681
|
-
static get
|
|
682
|
-
static get
|
|
683
|
-
static get
|
|
684
|
-
static get
|
|
685
|
-
static get
|
|
686
|
-
static get
|
|
687
|
-
static get
|
|
688
|
-
static get
|
|
689
|
-
static get
|
|
690
|
-
static get
|
|
691
|
-
static
|
|
692
|
-
static
|
|
693
|
-
static
|
|
694
|
-
static
|
|
695
|
-
static
|
|
696
|
-
static
|
|
697
|
-
static
|
|
698
|
-
static
|
|
699
|
-
static
|
|
700
|
-
static
|
|
701
|
-
static
|
|
702
|
-
static
|
|
703
|
-
static
|
|
704
|
-
static
|
|
705
|
-
static
|
|
706
|
-
static
|
|
707
|
-
static
|
|
708
|
-
static
|
|
709
|
-
static
|
|
710
|
-
static
|
|
711
|
-
static get
|
|
712
|
-
static get
|
|
713
|
-
static get
|
|
714
|
-
static get
|
|
715
|
-
static get
|
|
716
|
-
static get
|
|
717
|
-
static get
|
|
718
|
-
static
|
|
719
|
-
static
|
|
720
|
-
static
|
|
721
|
-
static
|
|
722
|
-
static
|
|
723
|
-
static
|
|
724
|
-
static
|
|
725
|
-
static
|
|
726
|
-
|
|
727
|
-
|
|
728
|
-
|
|
729
|
-
|
|
730
|
-
|
|
731
|
-
static
|
|
732
|
-
static get
|
|
733
|
-
static
|
|
734
|
-
static
|
|
735
|
-
static
|
|
736
|
-
static
|
|
737
|
-
static get
|
|
738
|
-
static
|
|
739
|
-
static get
|
|
740
|
-
static
|
|
741
|
-
static get
|
|
742
|
-
static get
|
|
743
|
-
static get
|
|
744
|
-
static get
|
|
745
|
-
static get
|
|
746
|
-
static get
|
|
747
|
-
static get
|
|
748
|
-
static get
|
|
749
|
-
static get
|
|
750
|
-
static get
|
|
751
|
-
static get
|
|
752
|
-
static get
|
|
753
|
-
static
|
|
754
|
-
static
|
|
755
|
-
static
|
|
756
|
-
static
|
|
757
|
-
static
|
|
758
|
-
static
|
|
759
|
-
static
|
|
760
|
-
static
|
|
761
|
-
static
|
|
762
|
-
static
|
|
763
|
-
static
|
|
764
|
-
static
|
|
765
|
-
static
|
|
766
|
-
static
|
|
767
|
-
static
|
|
768
|
-
static
|
|
769
|
-
static
|
|
770
|
-
static
|
|
771
|
-
static
|
|
772
|
-
static
|
|
773
|
-
static
|
|
774
|
-
static
|
|
775
|
-
static
|
|
776
|
-
static
|
|
777
|
-
static
|
|
778
|
-
static get
|
|
779
|
-
static get
|
|
780
|
-
static get
|
|
781
|
-
static get
|
|
782
|
-
static get
|
|
783
|
-
static get
|
|
784
|
-
static get
|
|
785
|
-
static get
|
|
786
|
-
static get
|
|
787
|
-
static get
|
|
788
|
-
static get
|
|
789
|
-
static get
|
|
790
|
-
static get
|
|
791
|
-
static get
|
|
792
|
-
static
|
|
793
|
-
static
|
|
794
|
-
static
|
|
795
|
-
static
|
|
796
|
-
static
|
|
797
|
-
static
|
|
798
|
-
static
|
|
799
|
-
static
|
|
800
|
-
static get
|
|
801
|
-
static get
|
|
802
|
-
static get
|
|
803
|
-
static get
|
|
804
|
-
static get
|
|
805
|
-
static
|
|
806
|
-
static get
|
|
807
|
-
static
|
|
808
|
-
static get
|
|
809
|
-
static
|
|
810
|
-
static
|
|
811
|
-
static
|
|
812
|
-
static
|
|
813
|
-
static
|
|
814
|
-
static
|
|
815
|
-
static
|
|
816
|
-
static
|
|
817
|
-
static get
|
|
818
|
-
static
|
|
819
|
-
static
|
|
820
|
-
static
|
|
821
|
-
static
|
|
822
|
-
static
|
|
823
|
-
static get
|
|
824
|
-
static
|
|
825
|
-
static
|
|
826
|
-
static
|
|
827
|
-
static
|
|
828
|
-
static
|
|
829
|
-
static
|
|
830
|
-
static
|
|
831
|
-
static
|
|
832
|
-
static get
|
|
833
|
-
static
|
|
834
|
-
static
|
|
835
|
-
static
|
|
836
|
-
static
|
|
837
|
-
static
|
|
838
|
-
static
|
|
839
|
-
static
|
|
840
|
-
static
|
|
841
|
-
static
|
|
842
|
-
static
|
|
843
|
-
static
|
|
844
|
-
static
|
|
845
|
-
static
|
|
846
|
-
static
|
|
847
|
-
static
|
|
848
|
-
static
|
|
849
|
-
static
|
|
850
|
-
static
|
|
851
|
-
static
|
|
852
|
-
static
|
|
853
|
-
static
|
|
854
|
-
static
|
|
855
|
-
static
|
|
856
|
-
static
|
|
857
|
-
static
|
|
858
|
-
static
|
|
859
|
-
static
|
|
860
|
-
static
|
|
861
|
-
static
|
|
862
|
-
static
|
|
863
|
-
static
|
|
864
|
-
static
|
|
865
|
-
static
|
|
866
|
-
static
|
|
867
|
-
static
|
|
868
|
-
static
|
|
869
|
-
static
|
|
870
|
-
static
|
|
871
|
-
static
|
|
872
|
-
static
|
|
873
|
-
static
|
|
874
|
-
static
|
|
875
|
-
static
|
|
876
|
-
static
|
|
877
|
-
static
|
|
878
|
-
static
|
|
879
|
-
static
|
|
880
|
-
static
|
|
881
|
-
static
|
|
882
|
-
static
|
|
883
|
-
static
|
|
884
|
-
static
|
|
885
|
-
static
|
|
886
|
-
static
|
|
887
|
-
static
|
|
888
|
-
static
|
|
889
|
-
static get
|
|
890
|
-
static get
|
|
891
|
-
static get
|
|
892
|
-
static get
|
|
893
|
-
static get
|
|
894
|
-
static get
|
|
895
|
-
static get
|
|
896
|
-
static get
|
|
897
|
-
static get
|
|
898
|
-
static get
|
|
899
|
-
static get
|
|
900
|
-
static get
|
|
901
|
-
static
|
|
902
|
-
static
|
|
903
|
-
static
|
|
904
|
-
static
|
|
905
|
-
static
|
|
906
|
-
static
|
|
907
|
-
static
|
|
908
|
-
static
|
|
909
|
-
static
|
|
910
|
-
static
|
|
911
|
-
static
|
|
912
|
-
static get
|
|
913
|
-
static get
|
|
914
|
-
static get
|
|
915
|
-
static get
|
|
916
|
-
static get
|
|
917
|
-
static
|
|
918
|
-
static
|
|
919
|
-
static
|
|
920
|
-
static
|
|
921
|
-
static
|
|
922
|
-
static
|
|
923
|
-
static
|
|
924
|
-
static
|
|
925
|
-
static
|
|
926
|
-
static get
|
|
927
|
-
static get
|
|
928
|
-
static get
|
|
929
|
-
static get
|
|
930
|
-
static
|
|
931
|
-
static
|
|
932
|
-
static
|
|
933
|
-
static
|
|
934
|
-
static get
|
|
935
|
-
static get
|
|
936
|
-
static get
|
|
937
|
-
static get
|
|
938
|
-
static
|
|
939
|
-
static
|
|
940
|
-
static
|
|
941
|
-
static
|
|
942
|
-
static
|
|
943
|
-
static
|
|
944
|
-
static get
|
|
945
|
-
static
|
|
946
|
-
static
|
|
947
|
-
static
|
|
948
|
-
static
|
|
949
|
-
static
|
|
950
|
-
static get
|
|
951
|
-
static
|
|
952
|
-
static get
|
|
953
|
-
static
|
|
954
|
-
static get
|
|
955
|
-
static
|
|
956
|
-
static get
|
|
957
|
-
static
|
|
958
|
-
static get
|
|
959
|
-
static get
|
|
960
|
-
static
|
|
961
|
-
static get
|
|
962
|
-
static
|
|
963
|
-
static get
|
|
964
|
-
static get
|
|
965
|
-
static
|
|
966
|
-
static get
|
|
967
|
-
static
|
|
968
|
-
static get
|
|
969
|
-
static get
|
|
970
|
-
static
|
|
971
|
-
static get
|
|
972
|
-
static
|
|
973
|
-
static
|
|
974
|
-
static get
|
|
975
|
-
static
|
|
976
|
-
static get
|
|
977
|
-
static get
|
|
978
|
-
static get
|
|
979
|
-
static
|
|
980
|
-
static
|
|
981
|
-
static
|
|
982
|
-
static
|
|
983
|
-
static get
|
|
984
|
-
static get
|
|
985
|
-
static get
|
|
986
|
-
static get
|
|
987
|
-
static
|
|
988
|
-
static get
|
|
989
|
-
static
|
|
990
|
-
static get
|
|
991
|
-
static get
|
|
992
|
-
static get
|
|
993
|
-
static
|
|
994
|
-
static
|
|
995
|
-
static
|
|
996
|
-
static
|
|
997
|
-
static
|
|
998
|
-
static
|
|
999
|
-
static get
|
|
1000
|
-
static get
|
|
1001
|
-
static
|
|
1002
|
-
static get
|
|
1003
|
-
static
|
|
1004
|
-
static get
|
|
1005
|
-
static get
|
|
1006
|
-
static get
|
|
1007
|
-
static get
|
|
1008
|
-
static get
|
|
1009
|
-
static get
|
|
1010
|
-
static get
|
|
1011
|
-
static get
|
|
1012
|
-
static
|
|
1013
|
-
static
|
|
1014
|
-
static
|
|
1015
|
-
static
|
|
1016
|
-
static
|
|
1017
|
-
static
|
|
1018
|
-
static
|
|
1019
|
-
static
|
|
1020
|
-
static
|
|
1021
|
-
static
|
|
1022
|
-
static get
|
|
1023
|
-
static get
|
|
1024
|
-
static get
|
|
1025
|
-
static get
|
|
1026
|
-
static
|
|
1027
|
-
static get
|
|
1028
|
-
static
|
|
1029
|
-
static get
|
|
1030
|
-
static
|
|
1031
|
-
static
|
|
1032
|
-
static
|
|
1033
|
-
static
|
|
1034
|
-
static
|
|
1035
|
-
static get
|
|
1036
|
-
static get
|
|
1037
|
-
static
|
|
1038
|
-
static get
|
|
1039
|
-
static
|
|
1040
|
-
static get
|
|
1041
|
-
static get
|
|
1042
|
-
static
|
|
1043
|
-
static
|
|
1044
|
-
static
|
|
1045
|
-
static
|
|
1046
|
-
static
|
|
1047
|
-
static
|
|
1048
|
-
static
|
|
1049
|
-
static
|
|
1050
|
-
static get
|
|
1051
|
-
static
|
|
1052
|
-
static
|
|
1053
|
-
static
|
|
1054
|
-
static
|
|
1055
|
-
static
|
|
1056
|
-
static get
|
|
1057
|
-
static get
|
|
1058
|
-
static get
|
|
1059
|
-
static get
|
|
1060
|
-
static get
|
|
1061
|
-
static
|
|
1062
|
-
static
|
|
1063
|
-
static
|
|
1064
|
-
static
|
|
1065
|
-
static
|
|
1066
|
-
static get
|
|
1067
|
-
static
|
|
1068
|
-
static get
|
|
1069
|
-
static
|
|
1070
|
-
static get
|
|
1071
|
-
static get
|
|
1072
|
-
static get
|
|
1073
|
-
static get
|
|
1074
|
-
static get
|
|
1075
|
-
static
|
|
1076
|
-
static get
|
|
1077
|
-
static
|
|
1078
|
-
static get
|
|
1079
|
-
static get
|
|
1080
|
-
static
|
|
1081
|
-
static get
|
|
1082
|
-
static
|
|
1083
|
-
static get
|
|
1084
|
-
static get
|
|
1085
|
-
static get
|
|
1086
|
-
static get
|
|
1087
|
-
static get
|
|
1088
|
-
static get
|
|
1089
|
-
static get
|
|
1090
|
-
static get
|
|
1091
|
-
static
|
|
1092
|
-
static
|
|
1093
|
-
static
|
|
1094
|
-
static
|
|
1095
|
-
static
|
|
1096
|
-
static
|
|
1097
|
-
static
|
|
1098
|
-
static
|
|
1099
|
-
static
|
|
1100
|
-
static get
|
|
1101
|
-
static get
|
|
1102
|
-
static get
|
|
1103
|
-
static get
|
|
1104
|
-
static get
|
|
1105
|
-
static get
|
|
1106
|
-
static get
|
|
1107
|
-
static get
|
|
1108
|
-
static get
|
|
1109
|
-
static
|
|
1110
|
-
static
|
|
1111
|
-
static
|
|
1112
|
-
static
|
|
1113
|
-
static
|
|
1114
|
-
static get
|
|
1115
|
-
static get
|
|
1116
|
-
static get
|
|
1117
|
-
static get
|
|
1118
|
-
static get
|
|
1119
|
-
static get
|
|
1120
|
-
static get
|
|
1121
|
-
static get
|
|
1122
|
-
static get
|
|
1123
|
-
static get
|
|
1124
|
-
static get
|
|
1125
|
-
static
|
|
1126
|
-
static get
|
|
1127
|
-
static
|
|
1128
|
-
static
|
|
1129
|
-
static
|
|
1130
|
-
static
|
|
1131
|
-
static
|
|
1132
|
-
static
|
|
1133
|
-
static
|
|
1134
|
-
static
|
|
1135
|
-
static
|
|
1136
|
-
static
|
|
1137
|
-
static
|
|
1138
|
-
static
|
|
1139
|
-
static
|
|
1140
|
-
static
|
|
1141
|
-
static
|
|
1142
|
-
static
|
|
1143
|
-
static
|
|
1144
|
-
static
|
|
1145
|
-
static
|
|
1146
|
-
static
|
|
1147
|
-
static
|
|
1148
|
-
static
|
|
1149
|
-
static
|
|
1150
|
-
static
|
|
1151
|
-
static
|
|
1152
|
-
static
|
|
1153
|
-
static
|
|
1154
|
-
static
|
|
1155
|
-
static
|
|
1156
|
-
static
|
|
1157
|
-
static
|
|
1158
|
-
static
|
|
1159
|
-
static
|
|
1160
|
-
static
|
|
1161
|
-
static
|
|
1162
|
-
static
|
|
1163
|
-
static
|
|
1164
|
-
static
|
|
1165
|
-
static
|
|
1166
|
-
static get
|
|
1167
|
-
static get
|
|
1168
|
-
static get
|
|
1169
|
-
static get
|
|
1170
|
-
static get
|
|
1171
|
-
static get
|
|
1172
|
-
static get
|
|
1173
|
-
static get
|
|
1174
|
-
static get
|
|
1175
|
-
static get
|
|
1176
|
-
static get
|
|
1177
|
-
static
|
|
1178
|
-
static
|
|
1179
|
-
static
|
|
1180
|
-
static
|
|
1181
|
-
static
|
|
1182
|
-
static get
|
|
1183
|
-
static
|
|
1184
|
-
static
|
|
1185
|
-
static
|
|
1186
|
-
static
|
|
1187
|
-
static
|
|
1188
|
-
static
|
|
1189
|
-
static
|
|
1190
|
-
static get
|
|
1191
|
-
static
|
|
1192
|
-
static
|
|
1193
|
-
static
|
|
1194
|
-
static
|
|
1195
|
-
static get
|
|
1196
|
-
static
|
|
1197
|
-
static
|
|
1198
|
-
static
|
|
1199
|
-
static
|
|
1200
|
-
static
|
|
1201
|
-
static
|
|
1202
|
-
static
|
|
1203
|
-
static
|
|
1204
|
-
static get
|
|
1205
|
-
static
|
|
1206
|
-
static get
|
|
1207
|
-
static get
|
|
1208
|
-
static get
|
|
1209
|
-
static get
|
|
1210
|
-
static get
|
|
1211
|
-
static get
|
|
1212
|
-
static get
|
|
1213
|
-
static get
|
|
1214
|
-
static get
|
|
1215
|
-
static get
|
|
1216
|
-
static
|
|
1217
|
-
static
|
|
1218
|
-
static
|
|
1219
|
-
static
|
|
1220
|
-
static
|
|
1221
|
-
static
|
|
1222
|
-
static
|
|
1223
|
-
static
|
|
1224
|
-
static get
|
|
1225
|
-
static
|
|
1226
|
-
static
|
|
1227
|
-
static
|
|
1228
|
-
static
|
|
1229
|
-
static
|
|
1230
|
-
static
|
|
1231
|
-
static
|
|
1232
|
-
static
|
|
1233
|
-
static
|
|
1234
|
-
static
|
|
1235
|
-
static
|
|
1236
|
-
static
|
|
1237
|
-
static
|
|
1238
|
-
static
|
|
1239
|
-
static
|
|
1240
|
-
static
|
|
1241
|
-
static
|
|
1242
|
-
static
|
|
1243
|
-
|
|
1244
|
-
|
|
1245
|
-
|
|
1
|
+
export declare class BasicThemeClass {
|
|
2
|
+
static baseFontFamily: string;
|
|
3
|
+
static labGrotesqueBaselineCompensation: string;
|
|
4
|
+
static brand: string;
|
|
5
|
+
static white: string;
|
|
6
|
+
static grayXLight: string;
|
|
7
|
+
static gray: string;
|
|
8
|
+
static grayDark: string;
|
|
9
|
+
static black: string;
|
|
10
|
+
static blueXxLight: string;
|
|
11
|
+
static blueLight: string;
|
|
12
|
+
static blue: string;
|
|
13
|
+
static greenXxLight: string;
|
|
14
|
+
static green: string;
|
|
15
|
+
static greenDark: string;
|
|
16
|
+
static red: string;
|
|
17
|
+
static redXxLight: string;
|
|
18
|
+
static redDark: string;
|
|
19
|
+
static yellowXxLight: string;
|
|
20
|
+
static yellow: string;
|
|
21
|
+
static yellowDark: string;
|
|
22
|
+
static bgDefault: string;
|
|
23
|
+
static get bgSecondary(): string;
|
|
24
|
+
static bgDisabled: string;
|
|
25
|
+
static get errorMain(): string;
|
|
26
|
+
static get errorText(): string;
|
|
27
|
+
static get errorSecondary(): string;
|
|
28
|
+
static warningMain: string;
|
|
29
|
+
static warningSecondary: string;
|
|
30
|
+
static warningText: string;
|
|
31
|
+
static borderColorFocusLight: string;
|
|
32
|
+
static borderColorGrayDark: string;
|
|
33
|
+
static borderColorGrayLight: string;
|
|
34
|
+
static borderColorDisabled: string;
|
|
35
|
+
static placeholderColor: string;
|
|
36
|
+
static outlineColorFocus: string;
|
|
37
|
+
static placeholderColorLight: string;
|
|
38
|
+
static blinkColor: string;
|
|
39
|
+
static controlBorderWidth: string;
|
|
40
|
+
static controlOutlineWidth: string;
|
|
41
|
+
static controlLineHeightSmall: string;
|
|
42
|
+
static controlLineHeightMedium: string;
|
|
43
|
+
static controlLineHeightLarge: string;
|
|
44
|
+
static controlPaddingYSmall: string;
|
|
45
|
+
static controlPaddingYMedium: string;
|
|
46
|
+
static controlPaddingYLarge: string;
|
|
47
|
+
static textColorDefault: string;
|
|
48
|
+
static textColorInvert: string;
|
|
49
|
+
static textColorDisabled: string;
|
|
50
|
+
static textColorDisabledContrast: string;
|
|
51
|
+
static fontSizeSmall: string;
|
|
52
|
+
static fontSizeMedium: string;
|
|
53
|
+
static fontSizeLarge: string;
|
|
54
|
+
static fontSizeMobile: string;
|
|
55
|
+
static lineHeightMobile: string;
|
|
56
|
+
static specificityLevel: string;
|
|
57
|
+
static fixedPanelShadow: string;
|
|
58
|
+
static bgActive: string;
|
|
59
|
+
static bgChecked: string;
|
|
60
|
+
static borderColorFocus: string;
|
|
61
|
+
static get borderColorError(): string;
|
|
62
|
+
static get borderColorWarning(): string;
|
|
63
|
+
static controlHeightSmall: string;
|
|
64
|
+
static controlHeightMedium: string;
|
|
65
|
+
static controlHeightLarge: string;
|
|
66
|
+
static mobileMediaQuery: string;
|
|
67
|
+
static transitionDuration: string;
|
|
68
|
+
static transitionTimingFunction: string;
|
|
69
|
+
static linkColor: string;
|
|
70
|
+
static linkTextDecoration: string;
|
|
71
|
+
static get linkHoverColor(): string;
|
|
72
|
+
static linkActiveColor: string;
|
|
73
|
+
static linkHoverTextDecoration: string;
|
|
74
|
+
static get linkSuccessColor(): string;
|
|
75
|
+
static get linkSuccessHoverColor(): string;
|
|
76
|
+
static linkSuccessActiveColor: string;
|
|
77
|
+
static get linkDangerColor(): string;
|
|
78
|
+
static linkDangerHoverColor: string;
|
|
79
|
+
static linkDangerActiveColor: string;
|
|
80
|
+
static linkIconMarginRight: string;
|
|
81
|
+
static linkIconMarginLeft: string;
|
|
82
|
+
static get linkDisabledColor(): string;
|
|
83
|
+
static linkGrayedColor: string;
|
|
84
|
+
static linkGrayedHoverColor: string;
|
|
85
|
+
static linkGrayedActiveColor: string;
|
|
86
|
+
static linkButtonLineHeight: string;
|
|
87
|
+
static linkButtonPaddingX: string;
|
|
88
|
+
static linkTextDecorationStyle: string;
|
|
89
|
+
static linkTextDecorationThickness: string;
|
|
90
|
+
static linkTextUnderlineOffset: string;
|
|
91
|
+
static get linkHoverTextDecorationStyle(): string;
|
|
92
|
+
static linkTextUnderlineOpacity: string;
|
|
93
|
+
static linkTextDecorationColor: string;
|
|
94
|
+
static linkLineBorderBottomStyle: string;
|
|
95
|
+
static get linkLineHoverBorderBottomStyle(): string;
|
|
96
|
+
static linkLineBorderBottomWidth: string;
|
|
97
|
+
static linkLineBorderBottomOpacity: string;
|
|
98
|
+
static linkLineBorderBottomColor: string;
|
|
99
|
+
static linkFocusOutlineColor: string;
|
|
100
|
+
static get linkFocusOutlineWidth(): string;
|
|
101
|
+
static get linkFocusOutline(): string;
|
|
102
|
+
static tokenDisabledBg: string;
|
|
103
|
+
static get tokenTextColorDisabled(): string;
|
|
104
|
+
static get tokenFontSizeSmall(): string;
|
|
105
|
+
static get tokenFontSizeMedium(): string;
|
|
106
|
+
static get tokenFontSizeLarge(): string;
|
|
107
|
+
static tokenMarginYSmall: string;
|
|
108
|
+
static tokenMarginXSmall: string;
|
|
109
|
+
static tokenMarginYMedium: string;
|
|
110
|
+
static tokenMarginXMedium: string;
|
|
111
|
+
static tokenMarginYLarge: string;
|
|
112
|
+
static tokenMarginXLarge: string;
|
|
113
|
+
static get tokenLineHeightSmall(): string;
|
|
114
|
+
static get tokenLineHeightMedium(): string;
|
|
115
|
+
static get tokenLineHeightLarge(): string;
|
|
116
|
+
static tokenPaddingYSmall: string;
|
|
117
|
+
static tokenPaddingXSmall: string;
|
|
118
|
+
static tokenPaddingYMedium: string;
|
|
119
|
+
static tokenPaddingXMedium: string;
|
|
120
|
+
static tokenPaddingYLarge: string;
|
|
121
|
+
static tokenPaddingXLarge: string;
|
|
122
|
+
static tokenMarginBeforeIcon: string;
|
|
123
|
+
static tokenRemoveIconSize: string;
|
|
124
|
+
static tokenRemoveIconPaddingY: string;
|
|
125
|
+
static tokenRemoveIconPaddingX: string;
|
|
126
|
+
static tokenRemoveIconGap: string;
|
|
127
|
+
static tokenRemoveIconBoxSizing: string;
|
|
128
|
+
static tokenBorderRadius: string;
|
|
129
|
+
static tokenBorderWidth: string;
|
|
130
|
+
static tokenBorderColorDisabled: string;
|
|
131
|
+
static get tokenBorderColorWarning(): string;
|
|
132
|
+
static get tokenBorderColorError(): string;
|
|
133
|
+
static tokenOutlineWidth: string;
|
|
134
|
+
static get tokenPaddingYDisabled(): string;
|
|
135
|
+
static get tokenPaddingXDisabled(): string;
|
|
136
|
+
static get tokenMarginYDisabled(): string;
|
|
137
|
+
static get tokenMarginXDisabled(): string;
|
|
138
|
+
static tokenShadowDisabled: string;
|
|
139
|
+
static tokenBg: string;
|
|
140
|
+
static tokenColor: string;
|
|
141
|
+
static tokenBorderColor: string;
|
|
142
|
+
static tokenBgHover: string;
|
|
143
|
+
static tokenColorHover: string;
|
|
144
|
+
static tokenBorderColorHover: string;
|
|
145
|
+
static tokenBgActive: string;
|
|
146
|
+
static tokenColorActive: string;
|
|
147
|
+
static tokenBorderColorActive: string;
|
|
148
|
+
static get tokenInputLineHeightSmall(): string;
|
|
149
|
+
static get tokenInputLineHeightMedium(): string;
|
|
150
|
+
static get tokenInputLineHeightLarge(): string;
|
|
151
|
+
static get tokenInputBorderColor(): string;
|
|
152
|
+
static get tokenInputBorderColorHover(): string;
|
|
153
|
+
static get tokenInputBorderColorFocus(): string;
|
|
154
|
+
static get tokenInputBorderColorError(): string;
|
|
155
|
+
static get tokenInputBorderColorWarning(): string;
|
|
156
|
+
static get tokenInputBorderTopColor(): string;
|
|
157
|
+
static tokenInputBorderRadius: string;
|
|
158
|
+
static get tokenInputPlaceholderColor(): string;
|
|
159
|
+
static get tokenInputPlaceholderColorLight(): string;
|
|
160
|
+
static get tokenInputDisabledBg(): string;
|
|
161
|
+
static get tokenInputDisabledBorderColor(): string;
|
|
162
|
+
static get tokenInputBorderWidth(): string;
|
|
163
|
+
static get tokenInputOutlineWidth(): string;
|
|
164
|
+
static get tokenInputBg(): string;
|
|
165
|
+
static tokenInputMenuPopupBg: string;
|
|
166
|
+
static get tokenInputShadow(): string;
|
|
167
|
+
static get tokenInputTextColor(): string;
|
|
168
|
+
static get tokenInputTextColorDisabled(): string;
|
|
169
|
+
static get tokenInputPlaceholderColorDisabled(): string;
|
|
170
|
+
static tokenInputPaddingYSmall: string;
|
|
171
|
+
static tokenInputPaddingXSmall: string;
|
|
172
|
+
static tokenInputPaddingYMedium: string;
|
|
173
|
+
static tokenInputPaddingXMedium: string;
|
|
174
|
+
static tokenInputPaddingYLarge: string;
|
|
175
|
+
static tokenInputPaddingXLarge: string;
|
|
176
|
+
static tokenInputPopupOffset: string;
|
|
177
|
+
static tokenInputPopupMarginSmall: string;
|
|
178
|
+
static tokenInputPopupMarginMedium: string;
|
|
179
|
+
static tokenInputPopupMarginLarge: string;
|
|
180
|
+
static loaderBg: string;
|
|
181
|
+
static loaderOpacity: string;
|
|
182
|
+
static loaderBorderRadius: string;
|
|
183
|
+
static btnBackgroundClip: string;
|
|
184
|
+
static btnLinkBorderRadius: string;
|
|
185
|
+
static btnFocusShadowWidth: string;
|
|
186
|
+
static btnBorderColorTransition: string;
|
|
187
|
+
static btnDisabledBorderColor: string;
|
|
188
|
+
static btnCheckedBg: string;
|
|
189
|
+
static btnCheckedDisabledBg: string;
|
|
190
|
+
static btnCheckedDisabledColor: string;
|
|
191
|
+
static btnCheckedTextColor: string;
|
|
192
|
+
static get btnCheckedDisabledBorderColor(): string;
|
|
193
|
+
static btnCheckedShadow: string;
|
|
194
|
+
static btnCheckedDisabledShadow: string;
|
|
195
|
+
static btnBorderRadiusSmall: string;
|
|
196
|
+
static btnBorderRadiusMedium: string;
|
|
197
|
+
static btnBorderRadiusLarge: string;
|
|
198
|
+
static get btnBorderWidth(): string;
|
|
199
|
+
static btnInsetWidth: string;
|
|
200
|
+
static get btnOutlineWidth(): string;
|
|
201
|
+
static btnPaddingXSmall: string;
|
|
202
|
+
static btnPaddingXMedium: string;
|
|
203
|
+
static btnPaddingXLarge: string;
|
|
204
|
+
static btnIconGapSmallLeft: string;
|
|
205
|
+
static get btnIconGapSmallRight(): string;
|
|
206
|
+
static btnIconGapMediumLeft: string;
|
|
207
|
+
static get btnIconGapMediumRight(): string;
|
|
208
|
+
static btnIconGapLargeLeft: string;
|
|
209
|
+
static get btnIconGapLargeRight(): string;
|
|
210
|
+
static btnIconSizeSmall: string;
|
|
211
|
+
static btnIconSizeMedium: string;
|
|
212
|
+
static btnIconSizeLarge: string;
|
|
213
|
+
static btnDefaultBg: string;
|
|
214
|
+
static btnDefaultBgStart: string;
|
|
215
|
+
static btnDefaultBgEnd: string;
|
|
216
|
+
static get btnDefaultCheckedBorderColor(): string;
|
|
217
|
+
static get btnDefaultTextColor(): string;
|
|
218
|
+
static btnDefaultHoverBg: string;
|
|
219
|
+
static btnDefaultHoverBgStart: string;
|
|
220
|
+
static btnDefaultHoverBgEnd: string;
|
|
221
|
+
static btnDefaultActiveBg: string;
|
|
222
|
+
static get btnDefaultHoverBorderColor(): string;
|
|
223
|
+
static btnDefaultHoverTextColor: string;
|
|
224
|
+
static get btnDefaultActiveBorderColor(): string;
|
|
225
|
+
static btnDefaultBorderColor: string;
|
|
226
|
+
static btnDefaultActiveShadow: string;
|
|
227
|
+
static btnSuccessBg: string;
|
|
228
|
+
static btnSuccessBorderColor: string;
|
|
229
|
+
static btnSuccessHoverBg: string;
|
|
230
|
+
static btnSuccessHoverBorderColor: string;
|
|
231
|
+
static btnSuccessHoverTextColor: string;
|
|
232
|
+
static btnSuccessBgStart: string;
|
|
233
|
+
static btnSuccessBgEnd: string;
|
|
234
|
+
static btnSuccessTextColor: string;
|
|
235
|
+
static btnSuccessHoverBgStart: string;
|
|
236
|
+
static btnSuccessHoverBgEnd: string;
|
|
237
|
+
static btnSuccessActiveBg: string;
|
|
238
|
+
static btnSuccessActiveBorderColor: string;
|
|
239
|
+
static btnSuccessActiveShadow: string;
|
|
240
|
+
static btnPrimaryBg: string;
|
|
241
|
+
static btnPrimaryHoverBg: string;
|
|
242
|
+
static btnPrimaryActiveBg: string;
|
|
243
|
+
static btnPrimaryHoverTextColor: string;
|
|
244
|
+
static btnPrimaryBorderColor: string;
|
|
245
|
+
static btnPrimaryHoverBorderColor: string;
|
|
246
|
+
static btnPrimaryActiveBorderColor: string;
|
|
247
|
+
static btnPrimaryBgStart: string;
|
|
248
|
+
static btnPrimaryBgEnd: string;
|
|
249
|
+
static btnPrimaryTextColor: string;
|
|
250
|
+
static btnPrimaryHoverBgStart: string;
|
|
251
|
+
static btnPrimaryHoverBgEnd: string;
|
|
252
|
+
static btnPrimaryActiveShadow: string;
|
|
253
|
+
static get btnDangerBg(): string;
|
|
254
|
+
static get btnDangerBorderColor(): string;
|
|
255
|
+
static btnDangerHoverBg: string;
|
|
256
|
+
static btnDangerHoverBorderColor: string;
|
|
257
|
+
static btnDangerHoverTextColor: string;
|
|
258
|
+
static btnDangerBgStart: string;
|
|
259
|
+
static btnDangerBgEnd: string;
|
|
260
|
+
static btnDangerTextColor: string;
|
|
261
|
+
static btnDangerHoverBgStart: string;
|
|
262
|
+
static btnDangerHoverBgEnd: string;
|
|
263
|
+
static btnDangerActiveBg: string;
|
|
264
|
+
static get btnDangerActiveBorderColor(): string;
|
|
265
|
+
static btnDangerActiveShadow: string;
|
|
266
|
+
static btnPayBg: string;
|
|
267
|
+
static btnPayHoverBg: string;
|
|
268
|
+
static btnPayHoverBorderColor: string;
|
|
269
|
+
static btnPayHoverTextColor: string;
|
|
270
|
+
static btnPayBorderColor: string;
|
|
271
|
+
static btnPayBgStart: string;
|
|
272
|
+
static btnPayBgEnd: string;
|
|
273
|
+
static get btnPayTextColor(): string;
|
|
274
|
+
static btnPayHoverBgStart: string;
|
|
275
|
+
static btnPayHoverBgEnd: string;
|
|
276
|
+
static btnPayActiveBg: string;
|
|
277
|
+
static btnPayActiveBorderColor: string;
|
|
278
|
+
static btnPayActiveShadow: string;
|
|
279
|
+
static btnMenuArrowColor: string;
|
|
280
|
+
static get btnFontSizeSmall(): string;
|
|
281
|
+
static get btnFontSizeMedium(): string;
|
|
282
|
+
static get btnFontSizeLarge(): string;
|
|
283
|
+
static get btnLineHeightSmall(): string;
|
|
284
|
+
static get btnLineHeightMedium(): string;
|
|
285
|
+
static get btnLineHeightLarge(): string;
|
|
286
|
+
static get btnPaddingYSmall(): string;
|
|
287
|
+
static get btnPaddingYMedium(): string;
|
|
288
|
+
static get btnPaddingYLarge(): string;
|
|
289
|
+
static btnDisabledBg: string;
|
|
290
|
+
static get btnBorderColorWarning(): string;
|
|
291
|
+
static get btnBorderColorError(): string;
|
|
292
|
+
static get btnHeightSmall(): string;
|
|
293
|
+
static get btnHeightMedium(): string;
|
|
294
|
+
static get btnHeightLarge(): string;
|
|
295
|
+
static get btnLinkColor(): string;
|
|
296
|
+
static get btnLinkHoverColor(): string;
|
|
297
|
+
static get btnLinkActiveColor(): string;
|
|
298
|
+
static get btnLinkHoverTextDecoration(): string;
|
|
299
|
+
static get btnLinkTextDecorationColor(): string;
|
|
300
|
+
static get btnLinkTextDecorationStyle(): string;
|
|
301
|
+
static get btnLinkHoverTextDecorationStyle(): string;
|
|
302
|
+
static get btnLinkTextUnderlineOffset(): string;
|
|
303
|
+
static get btnLinkTextDecorationThickness(): string;
|
|
304
|
+
static get btnLinkTextUnderlineOpacity(): string;
|
|
305
|
+
static get btnLinkLineBorderBottomStyle(): string;
|
|
306
|
+
static get btnLinkHoverLineBorderBottomStyle(): string;
|
|
307
|
+
static get btnLinkLineBorderBottomWidth(): string;
|
|
308
|
+
static get btnLinkLineBorderBottomOpacity(): string;
|
|
309
|
+
static get btnLinkIconMarginRight(): string;
|
|
310
|
+
static get btnLinkIconMarginLeft(): string;
|
|
311
|
+
static get btnErrorSecondary(): string;
|
|
312
|
+
static get btnWarningSecondary(): string;
|
|
313
|
+
static get btnOutlineColorFocus(): string;
|
|
314
|
+
static btnInsetColor: string;
|
|
315
|
+
static get btnBorderColorFocus(): string;
|
|
316
|
+
static get btnLinkDisabledColor(): string;
|
|
317
|
+
static get btnDisabledTextColor(): string;
|
|
318
|
+
static btnBacklessBg: string;
|
|
319
|
+
static btnBacklessHoverBg: string;
|
|
320
|
+
static btnBacklessActiveBg: string;
|
|
321
|
+
static get btnBacklessActiveBorderColor(): string;
|
|
322
|
+
static get btnBacklessBorderColor(): string;
|
|
323
|
+
static get btnBacklessDisabledBorderColor(): string;
|
|
324
|
+
static get btnBacklessHoverBorderColor(): string;
|
|
325
|
+
static btnBacklessHoverTextColor: string;
|
|
326
|
+
static get btnBacklessTextColor(): string;
|
|
327
|
+
static btnTextBg: string;
|
|
328
|
+
static btnTextHoverBg: string;
|
|
329
|
+
static btnTextActiveBg: string;
|
|
330
|
+
static get btnTextBorderColor(): string;
|
|
331
|
+
static get btnTextTextColor(): string;
|
|
332
|
+
static btnTextHoverTextColor: string;
|
|
333
|
+
static get btnTextHoverBorderColor(): string;
|
|
334
|
+
static btnWithIconPaddingLeftSmall: string;
|
|
335
|
+
static btnWithIconPaddingLeftMedium: string;
|
|
336
|
+
static btnWithIconPaddingLeftLarge: string;
|
|
337
|
+
static btnIconColor: string;
|
|
338
|
+
static btnIconHoverColor: string;
|
|
339
|
+
static btnIconDisabledColor: string;
|
|
340
|
+
static get selectDefaultBg(): string;
|
|
341
|
+
static selectPlaceholderColor: string;
|
|
342
|
+
static get selectBorderWidth(): string;
|
|
343
|
+
static get selectPlaceholderColorDisabled(): string;
|
|
344
|
+
static get selectOutlineWidth(): string;
|
|
345
|
+
static get selectLineHeightSmall(): string;
|
|
346
|
+
static get selectFontSizeSmall(): string;
|
|
347
|
+
static selectPaddingXSmall: string;
|
|
348
|
+
static get selectPaddingYSmall(): string;
|
|
349
|
+
static get selectBorderRadiusSmall(): string;
|
|
350
|
+
static get selectBorderRadiusMedium(): string;
|
|
351
|
+
static get selectBorderRadiusLarge(): string;
|
|
352
|
+
static get selectIconGapSmall(): string;
|
|
353
|
+
static get selectIconGapMedium(): string;
|
|
354
|
+
static get selectIconGapLarge(): string;
|
|
355
|
+
static get selectLineHeightMedium(): string;
|
|
356
|
+
static get selectFontSizeMedium(): string;
|
|
357
|
+
static selectPaddingXMedium: string;
|
|
358
|
+
static get selectPaddingYMedium(): string;
|
|
359
|
+
static get selectLineHeightLarge(): string;
|
|
360
|
+
static get selectFontSizeLarge(): string;
|
|
361
|
+
static selectPaddingXLarge: string;
|
|
362
|
+
static get selectPaddingYLarge(): string;
|
|
363
|
+
static get selectMenuArrowColor(): string;
|
|
364
|
+
static get selectMenuArrowColorDisabled(): string;
|
|
365
|
+
static get selectIconSizeSmall(): string;
|
|
366
|
+
static get selectIconSizeMedium(): string;
|
|
367
|
+
static get selectIconSizeLarge(): string;
|
|
368
|
+
static selectRootWidthMobile: string;
|
|
369
|
+
static mobileSelectMaxWidth: string;
|
|
370
|
+
static get selectTextColorDisabled(): string;
|
|
371
|
+
static get selectBgDisabled(): string;
|
|
372
|
+
static get selectBorderColorDisabled(): string;
|
|
373
|
+
static get selectMenuOffsetY(): string;
|
|
374
|
+
static get selectBorderColorHover(): string;
|
|
375
|
+
static selectBorderColorTransition: string;
|
|
376
|
+
static tooltipPaddingY: string;
|
|
377
|
+
static tooltipPaddingX: string;
|
|
378
|
+
static tooltipCloseBtnPadding: string;
|
|
379
|
+
static tooltipCloseBtnSide: string;
|
|
380
|
+
static tooltipCloseBtnColor: string;
|
|
381
|
+
static tooltipCloseBtnHoverColor: string;
|
|
382
|
+
static get tooltipTextColor(): string;
|
|
383
|
+
static tooltipBg: string;
|
|
384
|
+
static get tooltipBorder(): string;
|
|
385
|
+
static tooltipBorderRadius: string;
|
|
386
|
+
static tooltipPinOffsetX: string;
|
|
387
|
+
static tooltipPinOffsetY: string;
|
|
388
|
+
static tooltipMargin: string;
|
|
389
|
+
static get tooltipPinSize(): string;
|
|
390
|
+
static get tooltipFontSize(): string;
|
|
391
|
+
static get tooltipLineHeight(): string;
|
|
392
|
+
static get tooltipMenuPinOffsetX(): string;
|
|
393
|
+
static get tooltipMenuPinOffsetY(): string;
|
|
394
|
+
static get tooltipMenuMargin(): string;
|
|
395
|
+
static get tooltipMenuPinSize(): string;
|
|
396
|
+
static kebabMargin: string;
|
|
397
|
+
static kebabBackground: string;
|
|
398
|
+
static kebabBackgroundHover: string;
|
|
399
|
+
static kebabBackgroundActive: string;
|
|
400
|
+
static kebabBorderRadius: string;
|
|
401
|
+
static kebabBorder: string;
|
|
402
|
+
static kebabSizeSmall: string;
|
|
403
|
+
static kebabSizeMedium: string;
|
|
404
|
+
static kebabSizeLarge: string;
|
|
405
|
+
static kebabIconSizeSmall: string;
|
|
406
|
+
static kebabIconSizeMedium: string;
|
|
407
|
+
static kebabIconSizeLarge: string;
|
|
408
|
+
static kebabIconColor: string;
|
|
409
|
+
static modalWindowShadow: string;
|
|
410
|
+
static modalBackBg: string;
|
|
411
|
+
static get modalBg(): string;
|
|
412
|
+
static modalBackOpacity: string;
|
|
413
|
+
static modalCloseButtonColor: string;
|
|
414
|
+
static modalCloseButtonDisabledColor: string;
|
|
415
|
+
static modalCloseButtonHoverColor: string;
|
|
416
|
+
static modalCloseButtonPadding: string;
|
|
417
|
+
static modalCloseButtonBottomPadding: string;
|
|
418
|
+
/** @deprecated use modalCloseButtonClickArea[Top/Bottom/Left/Right] instead */
|
|
419
|
+
static modalCloseButtonClickArea: string;
|
|
420
|
+
static modalCloseButtonClickAreaTop: string;
|
|
421
|
+
static modalCloseButtonClickAreaBottom: string;
|
|
422
|
+
static modalCloseButtonClickAreaLeft: string;
|
|
423
|
+
static modalCloseButtonClickAreaRight: string;
|
|
424
|
+
static modalCloseIconSize: string;
|
|
425
|
+
static modalBorderRadius: string;
|
|
426
|
+
static get modalFixedHeaderBg(): string;
|
|
427
|
+
static get modalFixedHeaderShadow(): string;
|
|
428
|
+
static modalFixedHeaderBorder: string;
|
|
429
|
+
static modalFixedFooterBorder: string;
|
|
430
|
+
static get modalFixedFooterShadow(): string;
|
|
431
|
+
static modalFixedPanelShadow: string;
|
|
432
|
+
static get modalFooterBg(): string;
|
|
433
|
+
static modalAdaptiveThreshold: string;
|
|
434
|
+
static modalPaddingTop: string;
|
|
435
|
+
static modalPaddingLeft: string;
|
|
436
|
+
static modalPaddingRight: string;
|
|
437
|
+
static modalHeaderFontSize: string;
|
|
438
|
+
static modalHeaderFontWeight: string;
|
|
439
|
+
static get modalHeaderTextColor(): string;
|
|
440
|
+
static modalHeaderLineHeight: string;
|
|
441
|
+
static modalHeaderPaddingBottom: string;
|
|
442
|
+
static modalHeaderPaddingTop: string;
|
|
443
|
+
static get modalHeaderAdditionalPaddingBottom(): string;
|
|
444
|
+
static modalFixedHeaderMarginBottom: string;
|
|
445
|
+
static get modalFixedHeaderPaddingBottom(): string;
|
|
446
|
+
static get modalFixedFooterPaddingTop(): string;
|
|
447
|
+
static modalFixedFooterMarginTop: string;
|
|
448
|
+
static modalSeparatorBorderBottom: string;
|
|
449
|
+
static modalSeparatorMargin: string;
|
|
450
|
+
static modalSeparatorFixedMargin: string;
|
|
451
|
+
static modalBodyTextColor: string;
|
|
452
|
+
static modalFooterTextColor: string;
|
|
453
|
+
static modalBodyPaddingTop: string;
|
|
454
|
+
static modalBodyPaddingBottom: string;
|
|
455
|
+
static modalBodyBorderRadius: string;
|
|
456
|
+
static modalFooterPaddingTop: string;
|
|
457
|
+
static modalFooterPaddingBottom: string;
|
|
458
|
+
static modalPaddingBottom: string;
|
|
459
|
+
static modalFooterPanelPaddingTop: string;
|
|
460
|
+
static get modalFooterPanelPaddingBottom(): string;
|
|
461
|
+
static mobileModalCloseButtonRightPadding: string;
|
|
462
|
+
static mobileModalCloseButtonTopPadding: string;
|
|
463
|
+
static mobileModalCloseButtonClickArea: string;
|
|
464
|
+
static mobileModalWithoutHeaderCloseButtonPadding: string;
|
|
465
|
+
static get mobileModalWithoutHeaderCloseButtonWidth(): string;
|
|
466
|
+
static mobileModalCloseIconSize: string;
|
|
467
|
+
static mobileModalHeaderFontSize: string;
|
|
468
|
+
static mobileModalHeaderLineHeight: string;
|
|
469
|
+
static mobileModalHeaderPadding: string;
|
|
470
|
+
static mobileModalBodyPadding: string;
|
|
471
|
+
static mobileModalBodyPaddingTop: string;
|
|
472
|
+
static mobileModalBodyPaddingBottom: string;
|
|
473
|
+
static mobileModalBodyFontSize: string;
|
|
474
|
+
static mobileModalFooterPadding: string;
|
|
475
|
+
static mobileModalPaddingBottom: string;
|
|
476
|
+
static mobileModalContainerHeight: string;
|
|
477
|
+
static mobileModalContainerMarginTop: string;
|
|
478
|
+
static mobileModalContainerMarginRight: string;
|
|
479
|
+
static mobileModalContainerMarginBottom: string;
|
|
480
|
+
static mobileModalContainerMarginLeft: string;
|
|
481
|
+
static get sidePageFooterPanelBg(): string;
|
|
482
|
+
static sidePageBackingBg: string;
|
|
483
|
+
static sidePageBackingBgOpacity: string;
|
|
484
|
+
static sidePageCloseButtonColor: string;
|
|
485
|
+
static sidePageCloseButtonHoverColor: string;
|
|
486
|
+
static sidePageContainerShadow: string;
|
|
487
|
+
static mobileSidePagePaddingLeft: string;
|
|
488
|
+
static mobileSidePagePaddingRight: string;
|
|
489
|
+
static mobileSidePagePaddingTop: string;
|
|
490
|
+
static mobileSidePagePaddingBottom: string;
|
|
491
|
+
static mobileSidePageFooterPadding: string;
|
|
492
|
+
static sidePagePaddingLeft: string;
|
|
493
|
+
static sidePagePaddingRight: string;
|
|
494
|
+
static sidePagePaddingTop: string;
|
|
495
|
+
static sidePagePaddingBottom: string;
|
|
496
|
+
static sidePageFooterPaddingTop: string;
|
|
497
|
+
static sidePageFooterPaddingBottom: string;
|
|
498
|
+
static sidePageBgDefault: string;
|
|
499
|
+
static get sidePageHeaderTextColor(): string;
|
|
500
|
+
static sidePageBodyTextColor: string;
|
|
501
|
+
static sidePageFooterTextColor: string;
|
|
502
|
+
static sidePageHeaderFontSize: string;
|
|
503
|
+
static sidePageHeaderLineHeight: string;
|
|
504
|
+
static sidePageHeaderPaddingBottom: string;
|
|
505
|
+
static sidePageHeaderPaddingTop: string;
|
|
506
|
+
static sidePageHeaderFixedFontSize: string;
|
|
507
|
+
static sidePageHeaderFixedLineHeight: string;
|
|
508
|
+
static sidePageHeaderFixedPaddingY: string;
|
|
509
|
+
static sidePageHeaderStickyOffset: string;
|
|
510
|
+
/** @deprecated use sidePageCloseButtonClickAreaLeft and sidePageCloseButtonClickAreaRight instead */
|
|
511
|
+
static sidePageCloseButtonPadding: string;
|
|
512
|
+
static mobileSidePageCloseButtonPadding: string;
|
|
513
|
+
static get sidePageFooterPanelPaddingTop(): string;
|
|
514
|
+
static get sidePageFooterPanelPaddingBottom(): string;
|
|
515
|
+
static sidePageCloseIconSize: string;
|
|
516
|
+
/** @deprecated use sidePageCloseButtonClickArea[Top/Bottom/Left/Right] instead */
|
|
517
|
+
static sidePageCloseButtonClickArea: string;
|
|
518
|
+
static sidePageCloseButtonClickAreaTop: string;
|
|
519
|
+
static sidePageCloseButtonClickAreaBottom: string;
|
|
520
|
+
static sidePageCloseButtonClickAreaLeft: string;
|
|
521
|
+
static sidePageCloseButtonClickAreaRight: string;
|
|
522
|
+
static get sidePageCloseButtonFixedClickAreaTop(): string;
|
|
523
|
+
static sidePageCloseButtonFixedClickAreaBottom: string;
|
|
524
|
+
static mobileSidePageCloseButtonClickArea: string;
|
|
525
|
+
static get sidePageFixedHeaderShadow(): string;
|
|
526
|
+
static get sidePageFixedFooterShadow(): string;
|
|
527
|
+
static sidePageFixedPanelShadow: string;
|
|
528
|
+
static mobileSidePageHeaderFontSize: string;
|
|
529
|
+
static mobileSidePageHeaderLineHeight: string;
|
|
530
|
+
static mobileSidePageHeaderPaddingBottom: string;
|
|
531
|
+
static mobileSidePageHeaderPaddingTop: string;
|
|
532
|
+
/** @deprecated use mobileSidePageCloseButtonPadding instead */
|
|
533
|
+
static mobileSidePageCloseButtonRightPadding: string;
|
|
534
|
+
static sidePageHeaderFontWeight: string;
|
|
535
|
+
static sidePageCloseButtonWrapperOffsetTop: string;
|
|
536
|
+
static sidePageCloseButtonWrapperFixedOffsetTop: string;
|
|
537
|
+
static get dateInputIconColor(): string;
|
|
538
|
+
static dateInputMaskColor: string;
|
|
539
|
+
static dateInputComponentSelectedBgColor: string;
|
|
540
|
+
static dateInputComponentSelectedTextColor: string;
|
|
541
|
+
static get calendarBottomSeparatorBorderColor(): string;
|
|
542
|
+
static get calendarBottomSeparatorBorderWidth(): string;
|
|
543
|
+
static get calendarBottomSeparatorBorder(): string;
|
|
544
|
+
static get calendarBg(): string;
|
|
545
|
+
static calendarBorderRadius: string;
|
|
546
|
+
static get calendarCellBg(): string;
|
|
547
|
+
static calendarCellHoverColor: string;
|
|
548
|
+
static calendarCellActiveHoverColor: string;
|
|
549
|
+
static get calendarCellWeekendColor(): string;
|
|
550
|
+
static calendarCellTodayBorder: string;
|
|
551
|
+
static calendarCellBorderRadius: string;
|
|
552
|
+
static calendarCellSelectedBgColor: string;
|
|
553
|
+
static calendarCellSelectedFontColor: string;
|
|
554
|
+
static calendarCellHeight: string;
|
|
555
|
+
static get calendarCellWidth(): string;
|
|
556
|
+
static calendarCellFontSize: string;
|
|
557
|
+
static get calendarCellLineHeight(): string;
|
|
558
|
+
static get calendarMonthHeaderStickedBgColor(): string;
|
|
559
|
+
static calendarMonthTitleBorderBottomColor: string;
|
|
560
|
+
static calendarCellHoverBgColor: string;
|
|
561
|
+
static calendarPaddingX: string;
|
|
562
|
+
static calendarMonthTitleLineHeight: string;
|
|
563
|
+
static calendarMonthTitlePaddingTop: string;
|
|
564
|
+
static calendarMonthTitlePaddingBottom: string;
|
|
565
|
+
static calendarMonthTitleMarginX: string;
|
|
566
|
+
static calendarMonthTitleMarginBottom: string;
|
|
567
|
+
static calendarWrapperHeight: string;
|
|
568
|
+
static calendarMonthMarginBottom: string;
|
|
569
|
+
static calendarMaxMonthsToAppendOnScroll: string;
|
|
570
|
+
static calendarGridRowSpacing: string;
|
|
571
|
+
static get datePickerOpenBtnColor(): string;
|
|
572
|
+
static get datePickerMenuOffsetY(): string;
|
|
573
|
+
static pickerShadow: string;
|
|
574
|
+
static mobileCalendarPaddingX: string;
|
|
575
|
+
static mobileCalendarCellWidth: string;
|
|
576
|
+
static mobileCalendarCellHeight: string;
|
|
577
|
+
static mobileCalendarCellBorderRadius: string;
|
|
578
|
+
static mobileCalendarCellFontSize: string;
|
|
579
|
+
static mobileCalendarGridRowSpacing: string;
|
|
580
|
+
static mobileCalendarWrapperHeight: string;
|
|
581
|
+
static rangeCalendarCellBg: string;
|
|
582
|
+
static rangeCalendarCellEndBg: string;
|
|
583
|
+
static rangeCalendarCellEndColor: string;
|
|
584
|
+
static rangeCalendarCellHoverBg: string;
|
|
585
|
+
static rangeCalendarWrapperHeight: string;
|
|
586
|
+
static mobileRangeCalendarCellHeight: string;
|
|
587
|
+
static mobileRangeCalendarCellWidth: string;
|
|
588
|
+
static mobileRangeCalendarGridRowSpacing: string;
|
|
589
|
+
static mobileRangeCalendarWrapperHeight: string;
|
|
590
|
+
static get dateSelectMenuBg(): string;
|
|
591
|
+
static dateSelectMenuItemBgActive: string;
|
|
592
|
+
static get dateSelectMenuItemBgDisabled(): string;
|
|
593
|
+
static dateSelectMenuItemFontActive: string;
|
|
594
|
+
static get dateSelectMenuItemFontSelected(): string;
|
|
595
|
+
static get dateSelectMenuItemFontDisabled(): string;
|
|
596
|
+
static dateSelectLineHeight: string;
|
|
597
|
+
static dateSelectFontSize: string;
|
|
598
|
+
static dateSelectFontWeight: string;
|
|
599
|
+
static dateSelectMenuItemBgSelected: string;
|
|
600
|
+
static get dateSelectTextColorDisabled(): string;
|
|
601
|
+
static get dateSelectTextColorDefault(): string;
|
|
602
|
+
static get dateSelectLinkColor(): string;
|
|
603
|
+
static get dateSelectPopupBoxShadow(): string;
|
|
604
|
+
static dateSelectTextColorInvert: string;
|
|
605
|
+
static mobileDateSelectFontSize: string;
|
|
606
|
+
static mobileDateSelectLineHeight: string;
|
|
607
|
+
static get pagingFontSize(): string;
|
|
608
|
+
static get pagingForwardIconSize(): string;
|
|
609
|
+
static get pagingPageLinkColor(): string;
|
|
610
|
+
static pagingPageLinkBoxSizing: string;
|
|
611
|
+
static pagingPageLinkPaddingX: string;
|
|
612
|
+
static pagingPageLinkPaddingY: string;
|
|
613
|
+
static pagingPageLinkMinWidth: string;
|
|
614
|
+
static pagingPageForwardLinkMarginTop: string;
|
|
615
|
+
static pagingPageForwardLinkMarginLeft: string;
|
|
616
|
+
static get pagingPageForwardLinkPaddingRight(): string;
|
|
617
|
+
static pagingLineHeight: string;
|
|
618
|
+
static pagingDotsColor: string;
|
|
619
|
+
static pagingDotsPadding: string;
|
|
620
|
+
static pagingPageLinkActiveBg: string;
|
|
621
|
+
static pagingPageLinkDisabledActiveBg: string;
|
|
622
|
+
static get pagingPageLinkActiveColor(): string;
|
|
623
|
+
static pagingPageLinkHoverBg: string;
|
|
624
|
+
static pagingPageLinkBorderRadius: string;
|
|
625
|
+
static get pagingPageLinkHintColor(): string;
|
|
626
|
+
static pagingPageLinkHintFontSize: string;
|
|
627
|
+
static pagingPageLinkHintLineHeight: string;
|
|
628
|
+
static pagingPageLinkHintMargin: string;
|
|
629
|
+
static pagingPageLinkMargin: string;
|
|
630
|
+
static get pagingForwardLinkColor(): string;
|
|
631
|
+
static get pagingForwardLinkDisabledColor(): string;
|
|
632
|
+
static get pagingDotsDisabledColor(): string;
|
|
633
|
+
static get hintColor(): string;
|
|
634
|
+
static get mobileHintColor(): string;
|
|
635
|
+
static get hintFontSize(): string;
|
|
636
|
+
static get hintLineHeight(): string;
|
|
637
|
+
static hintMaxWidth: string;
|
|
638
|
+
static hintPaddingY: string;
|
|
639
|
+
static hintPaddingX: string;
|
|
640
|
+
static hintTextAlign: string;
|
|
641
|
+
static hintBgColor: string;
|
|
642
|
+
static hintBorder: string;
|
|
643
|
+
static hintBorderRadius: string;
|
|
644
|
+
static hintMargin: string;
|
|
645
|
+
static get toastFontSize(): string;
|
|
646
|
+
static get toastLineHeight(): string;
|
|
647
|
+
static toastPaddingY: string;
|
|
648
|
+
static toastPaddingX: string;
|
|
649
|
+
static toastBorderRadius: string;
|
|
650
|
+
static toastBorder: string;
|
|
651
|
+
static toastTop: string;
|
|
652
|
+
static toastBg: string;
|
|
653
|
+
static toastColor: string;
|
|
654
|
+
static toastLinkColor: string;
|
|
655
|
+
static toastLinkTextDecorationHover: string;
|
|
656
|
+
static toastLinkBgHover: string;
|
|
657
|
+
static toastLinkBgActive: string;
|
|
658
|
+
static toastLinkPadding: string;
|
|
659
|
+
static toastClosePadding: string;
|
|
660
|
+
static toastCloseColor: string;
|
|
661
|
+
static toastCloseHoverColor: string;
|
|
662
|
+
static toastCloseSize: string;
|
|
663
|
+
static dropdownMenuBorderColorTransition: string;
|
|
664
|
+
static get dropdownMenuHoverBorderColor(): string;
|
|
665
|
+
static get dropdownMenuOffsetY(): string;
|
|
666
|
+
static get dropdownMenuMenuOffsetY(): string;
|
|
667
|
+
static dropdownMenuMenuBoxSizing: string;
|
|
668
|
+
static dropdownButtonBorderRadiusSmall: string;
|
|
669
|
+
static dropdownButtonBorderRadiusMedium: string;
|
|
670
|
+
static dropdownButtonBorderRadiusLarge: string;
|
|
671
|
+
static get dropdownDefaultBg(): string;
|
|
672
|
+
static get dropdownBorderWidth(): string;
|
|
673
|
+
static get dropdownOutlineWidth(): string;
|
|
674
|
+
static get dropdownLineHeightSmall(): string;
|
|
675
|
+
static get dropdownFontSizeSmall(): string;
|
|
676
|
+
static get dropdownPaddingXSmall(): string;
|
|
677
|
+
static get dropdownPaddingYSmall(): string;
|
|
678
|
+
static get dropdownIconSizeSmall(): string;
|
|
679
|
+
static get dropdownLineHeightMedium(): string;
|
|
680
|
+
static get dropdownFontSizeMedium(): string;
|
|
681
|
+
static get dropdownPaddingXMedium(): string;
|
|
682
|
+
static get dropdownPaddingYMedium(): string;
|
|
683
|
+
static get dropdownIconSizeMedium(): string;
|
|
684
|
+
static get dropdownLineHeightLarge(): string;
|
|
685
|
+
static get dropdownFontSizeLarge(): string;
|
|
686
|
+
static get dropdownPaddingXLarge(): string;
|
|
687
|
+
static get dropdownPaddingYLarge(): string;
|
|
688
|
+
static get dropdownIconSizeLarge(): string;
|
|
689
|
+
static get dropdownBgDisabled(): string;
|
|
690
|
+
static get dropdownBorderColorDisabled(): string;
|
|
691
|
+
static get dropdownTextColorDisabled(): string;
|
|
692
|
+
static get menuBgDefault(): string;
|
|
693
|
+
static menuBorderRadius: string;
|
|
694
|
+
static menuBorder: string;
|
|
695
|
+
static menuShadow: string;
|
|
696
|
+
static menuPaddingY: string;
|
|
697
|
+
static menuScrollContainerContentWrapperPaddingY: string;
|
|
698
|
+
static mobileMenuPaddingY: string;
|
|
699
|
+
static mobileMenuScrollContainerContentWrapperPaddingY: string;
|
|
700
|
+
static menuPaddingX: string;
|
|
701
|
+
static mobileMenuPaddingX: string;
|
|
702
|
+
static menuOffsetY: string;
|
|
703
|
+
static menuBoxSizing: string;
|
|
704
|
+
static get menuItemTextColor(): string;
|
|
705
|
+
static menuItemSelectedBg: string;
|
|
706
|
+
static menuItemHoverBg: string;
|
|
707
|
+
static menuItemIconWidthSmall: string;
|
|
708
|
+
static menuItemIconWidthMedium: string;
|
|
709
|
+
static menuItemIconWidthLarge: string;
|
|
710
|
+
static menuItemIconGap: string;
|
|
711
|
+
static get menuItemPaddingForIconSmall(): string;
|
|
712
|
+
static get menuItemPaddingForIconMedium(): string;
|
|
713
|
+
static get menuItemPaddingForIconLarge(): string;
|
|
714
|
+
static get menuItemLineHeightSmall(): string;
|
|
715
|
+
static get menuItemLineHeightMedium(): string;
|
|
716
|
+
static get menuItemLineHeightLarge(): string;
|
|
717
|
+
static get menuItemFontSizeSmall(): string;
|
|
718
|
+
static get menuItemFontSizeMedium(): string;
|
|
719
|
+
static get menuItemFontSizeLarge(): string;
|
|
720
|
+
static menuItemPaddingXSmall: string;
|
|
721
|
+
static menuItemPaddingYSmall: string;
|
|
722
|
+
static menuItemPaddingXMedium: string;
|
|
723
|
+
static menuItemPaddingYMedium: string;
|
|
724
|
+
static menuItemPaddingXLarge: string;
|
|
725
|
+
static menuItemPaddingYLarge: string;
|
|
726
|
+
static menuItemBorderRadius: string;
|
|
727
|
+
static get menuItemHoverColor(): string;
|
|
728
|
+
/**
|
|
729
|
+
* @deprecated
|
|
730
|
+
*/
|
|
731
|
+
static get menuItemLinkColor(): string;
|
|
732
|
+
static get menuItemCommentColor(): string;
|
|
733
|
+
static menuItemCommentOpacity: string;
|
|
734
|
+
static get menuItemCommentColorHover(): string;
|
|
735
|
+
static menuItemDisplay: string;
|
|
736
|
+
static menuItemPaddingMobile: string;
|
|
737
|
+
static get menuItemLineHeightMobile(): string;
|
|
738
|
+
static get menuItemFontSizeMobile(): string;
|
|
739
|
+
static get menuItemDisabledColor(): string;
|
|
740
|
+
static menuItemDisabledBg: string;
|
|
741
|
+
static get menuMessageTextColor(): string;
|
|
742
|
+
static get menuMessageBg(): string;
|
|
743
|
+
static get menuMessagePaddingY(): string;
|
|
744
|
+
static get menuMessagePaddingX(): string;
|
|
745
|
+
static get menuMessageDisplay(): string;
|
|
746
|
+
static get menuMessagePaddingMobile(): string;
|
|
747
|
+
static get menuMessageLineHeightMobile(): string;
|
|
748
|
+
static get menuMessageFontSizeMobile(): string;
|
|
749
|
+
static get menuMessageFontSizeSmall(): string;
|
|
750
|
+
static get menuMessageFontSizeMedium(): string;
|
|
751
|
+
static get menuMessageFontSizeLarge(): string;
|
|
752
|
+
static get menuMessageLineHeightSmall(): string;
|
|
753
|
+
static get menuMessageLineHeightMedium(): string;
|
|
754
|
+
static get menuMessageLineHeightLarge(): string;
|
|
755
|
+
static menuItemGap: string;
|
|
756
|
+
static menuHeaderColor: string;
|
|
757
|
+
static menuHeaderLineHeightSmall: string;
|
|
758
|
+
static menuHeaderLineHeightMedium: string;
|
|
759
|
+
static menuHeaderLineHeightLarge: string;
|
|
760
|
+
static menuHeaderFontSizeSmall: string;
|
|
761
|
+
static menuHeaderFontSizeMedium: string;
|
|
762
|
+
static menuHeaderFontSizeLarge: string;
|
|
763
|
+
static menuHeaderPaddingXSmall: string;
|
|
764
|
+
static menuHeaderPaddingTopSmall: string;
|
|
765
|
+
static menuHeaderPaddingBottomSmall: string;
|
|
766
|
+
static menuHeaderPaddingXMedium: string;
|
|
767
|
+
static menuHeaderPaddingTopMedium: string;
|
|
768
|
+
static menuHeaderPaddingBottomMedium: string;
|
|
769
|
+
static menuHeaderPaddingXLarge: string;
|
|
770
|
+
static menuHeaderPaddingTopLarge: string;
|
|
771
|
+
static menuHeaderPaddingBottomLarge: string;
|
|
772
|
+
static menuHeaderTotalCountPaddingTopSmall: string;
|
|
773
|
+
static menuHeaderTotalCountPaddingTopMedium: string;
|
|
774
|
+
static menuHeaderTotalCountPaddingTopLarge: string;
|
|
775
|
+
static menuHeaderTotalCountPaddingBottomSmall: string;
|
|
776
|
+
static menuHeaderTotalCountPaddingBottomMedium: string;
|
|
777
|
+
static menuHeaderTotalCountPaddingBottomLarge: string;
|
|
778
|
+
static get menuFooterColor(): string;
|
|
779
|
+
static get menuFooterLineHeightSmall(): string;
|
|
780
|
+
static get menuFooterLineHeightMedium(): string;
|
|
781
|
+
static get menuFooterLineHeightLarge(): string;
|
|
782
|
+
static get menuFooterFontSizeSmall(): string;
|
|
783
|
+
static get menuFooterFontSizeMedium(): string;
|
|
784
|
+
static get menuFooterFontSizeLarge(): string;
|
|
785
|
+
static get menuFooterPaddingXSmall(): string;
|
|
786
|
+
static get menuFooterPaddingXMedium(): string;
|
|
787
|
+
static get menuFooterPaddingXLarge(): string;
|
|
788
|
+
static get menuFooterPaddingTopSmall(): string;
|
|
789
|
+
static get menuFooterPaddingTopMedium(): string;
|
|
790
|
+
static get menuFooterPaddingTopLarge(): string;
|
|
791
|
+
static get menuFooterPaddingBottomSmall(): string;
|
|
792
|
+
static get menuFooterPaddingBottomMedium(): string;
|
|
793
|
+
static get menuFooterPaddingBottomLarge(): string;
|
|
794
|
+
static menuSeparatorBorderColor: string;
|
|
795
|
+
static menuSeparatorMarginY: string;
|
|
796
|
+
static menuSeparatorMarginX: string;
|
|
797
|
+
static menuSeparatorBorderWidth: string;
|
|
798
|
+
static mobileMenuSeparatorMarginY: string;
|
|
799
|
+
static mobileMenuSeparatorMarginX: string;
|
|
800
|
+
static get toggleLineHeightSmall(): string;
|
|
801
|
+
static get toggleLineHeightMedium(): string;
|
|
802
|
+
static get toggleLineHeightLarge(): string;
|
|
803
|
+
static get toggleFontSizeSmall(): string;
|
|
804
|
+
static get toggleFontSizeMedium(): string;
|
|
805
|
+
static get toggleFontSizeLarge(): string;
|
|
806
|
+
static get toggleTextColor(): string;
|
|
807
|
+
static toggleHandleActiveWidthIncrement: string;
|
|
808
|
+
static get toggleHandleBorderRadiusSmall(): string;
|
|
809
|
+
static get toggleHandleBorderRadiusMedium(): string;
|
|
810
|
+
static get toggleHandleBorderRadiusLarge(): string;
|
|
811
|
+
static toggleHeightSmall: string;
|
|
812
|
+
static toggleWidthSmall: string;
|
|
813
|
+
static toggleHeightMedium: string;
|
|
814
|
+
static toggleWidthMedium: string;
|
|
815
|
+
static toggleHeightLarge: string;
|
|
816
|
+
static toggleWidthLarge: string;
|
|
817
|
+
static get toggleBorderRadiusSmall(): string;
|
|
818
|
+
static get toggleBorderRadiusMedium(): string;
|
|
819
|
+
static get toggleBorderRadiusLarge(): string;
|
|
820
|
+
static toggleBaseBg: string;
|
|
821
|
+
static toggleBgHover: string;
|
|
822
|
+
static get toggleBorderWidth(): string;
|
|
823
|
+
static get toggleOutlineWidth(): string;
|
|
824
|
+
static toggleBorderColor: string;
|
|
825
|
+
static get toggleBorderColorDisabled(): string;
|
|
826
|
+
static toggleHandleSizeSmall: string;
|
|
827
|
+
static toggleHandleSizeMedium: string;
|
|
828
|
+
static toggleHandleSizeLarge: string;
|
|
829
|
+
static toggleHandleLeft: string;
|
|
830
|
+
static toggleHandleTop: string;
|
|
831
|
+
static toggleBgFocus: string;
|
|
832
|
+
static get toggleShadowColorError(): string;
|
|
833
|
+
static get toggleShadowColorWarning(): string;
|
|
834
|
+
static get toggleFocusShadowColor(): string;
|
|
835
|
+
static toggleCaptionGap: string;
|
|
836
|
+
static toggleButtonOffsetY: string;
|
|
837
|
+
static get toggleOutlineColorFocus(): string;
|
|
838
|
+
static toggleContainerBg: string;
|
|
839
|
+
static toggleHandleBg: string;
|
|
840
|
+
static toggleHandleBoxShadow: string;
|
|
841
|
+
static toggleContainerBoxShadow: string;
|
|
842
|
+
static toggleContainerBoxShadowHover: string;
|
|
843
|
+
static toggleHandleBgHover: string;
|
|
844
|
+
static toggleHandleBoxShadowHover: string;
|
|
845
|
+
static get toggleContainerBgHover(): string;
|
|
846
|
+
static toggleContainerBoxShadowChecked: string;
|
|
847
|
+
static toggleHandleBoxShadowChecked: string;
|
|
848
|
+
static toggleHandleBgChecked: string;
|
|
849
|
+
static toggleBgChecked: string;
|
|
850
|
+
static get toggleContainerBgChecked(): string;
|
|
851
|
+
static toggleCheckedBg: string;
|
|
852
|
+
static toggleCheckedBgHover: string;
|
|
853
|
+
static toggleContainerBoxShadowCheckedHover: string;
|
|
854
|
+
static toggleContainerBgCheckedHover: string;
|
|
855
|
+
static toggleHandleBoxShadowCheckedHover: string;
|
|
856
|
+
static toggleHandleBgCheckedHover: string;
|
|
857
|
+
static toggleContainerBgDisabled: string;
|
|
858
|
+
static toggleHandleBgDisabled: string;
|
|
859
|
+
static toggleContainerBoxShadowDisabled: string;
|
|
860
|
+
static toggleHandleBoxShadowDisabled: string;
|
|
861
|
+
static toggleDisabledHandleBg: string;
|
|
862
|
+
static get toggleBgDisabled(): string;
|
|
863
|
+
static toggleContainerBgDisabledChecked: string;
|
|
864
|
+
static toggleHandleBgDisabledChecked: string;
|
|
865
|
+
static toggleContainerBoxShadowDisabledChecked: string;
|
|
866
|
+
static toggleHandleBoxShadowDisabledChecked: string;
|
|
867
|
+
static get toggleBorderColorDisabledChecked(): string;
|
|
868
|
+
static toggleBgDisabledChecked: string;
|
|
869
|
+
static popupBorder: string;
|
|
870
|
+
static popupBorderRadius: string;
|
|
871
|
+
static popupBorderColor: string;
|
|
872
|
+
static popupDropShadow: string;
|
|
873
|
+
static popupBoxShadow: string;
|
|
874
|
+
static get popupTextColor(): string;
|
|
875
|
+
static get popupBackground(): string;
|
|
876
|
+
static popupPinOffsetX: string;
|
|
877
|
+
static popupPinOffsetY: string;
|
|
878
|
+
static popupMargin: string;
|
|
879
|
+
static popupPinSize: string;
|
|
880
|
+
static popupMenuMenuOffsetY: string;
|
|
881
|
+
static get inputTextColor(): string;
|
|
882
|
+
static inputShadow: string;
|
|
883
|
+
static inputBg: string;
|
|
884
|
+
static inputIconColor: string;
|
|
885
|
+
static get inputIconColorDisabled(): string;
|
|
886
|
+
static get inputFocusedIconColor(): string;
|
|
887
|
+
static inputColor: string;
|
|
888
|
+
static inputWidth: string;
|
|
889
|
+
static get inputTextColorDisabled(): string;
|
|
890
|
+
static get inputPlaceholderColorDisabled(): string;
|
|
891
|
+
static get inputFontSizeSmall(): string;
|
|
892
|
+
static get inputFontSizeMedium(): string;
|
|
893
|
+
static get inputFontSizeLarge(): string;
|
|
894
|
+
static get inputLineHeightSmall(): string;
|
|
895
|
+
static get inputLineHeightMedium(): string;
|
|
896
|
+
static get inputLineHeightLarge(): string;
|
|
897
|
+
static get inputHeightSmall(): string;
|
|
898
|
+
static get inputHeightMedium(): string;
|
|
899
|
+
static get inputHeightLarge(): string;
|
|
900
|
+
static get inputPaddingYSmall(): string;
|
|
901
|
+
static get inputPaddingYMedium(): string;
|
|
902
|
+
static get inputPaddingYLarge(): string;
|
|
903
|
+
static inputPaddingXSmall: string;
|
|
904
|
+
static inputPaddingXMedium: string;
|
|
905
|
+
static inputPaddingXLarge: string;
|
|
906
|
+
static inputIconGapSmall: string;
|
|
907
|
+
static inputIconGapMedium: string;
|
|
908
|
+
static inputIconGapLarge: string;
|
|
909
|
+
static inputIconSizeSmall: string;
|
|
910
|
+
static inputIconSizeMedium: string;
|
|
911
|
+
static inputIconSizeLarge: string;
|
|
912
|
+
static get inputFocusShadow(): string;
|
|
913
|
+
static get inputFocusedBg(): string;
|
|
914
|
+
static get inputDisabledBg(): string;
|
|
915
|
+
static get inputDisabledBorderColor(): string;
|
|
916
|
+
static get inputFocusOutline(): string;
|
|
917
|
+
static get inputBorderWidth(): string;
|
|
918
|
+
static get inputOutlineWidth(): string;
|
|
919
|
+
static inputBackgroundClip: string;
|
|
920
|
+
static inputBorderRadiusSmall: string;
|
|
921
|
+
static inputBorderRadiusMedium: string;
|
|
922
|
+
static inputBorderRadiusLarge: string;
|
|
923
|
+
static inputDisabledBackgroundClip: string;
|
|
924
|
+
static inputBorderColor: string;
|
|
925
|
+
static inputBorderColorHover: string;
|
|
926
|
+
static get inputBorderColorFocus(): string;
|
|
927
|
+
static get inputBorderColorError(): string;
|
|
928
|
+
static get inputBorderColorWarning(): string;
|
|
929
|
+
static get inputBorderTopColor(): string;
|
|
930
|
+
static get inputPlaceholderColor(): string;
|
|
931
|
+
static get inputPlaceholderColorLight(): string;
|
|
932
|
+
static inputBlinkColor: string;
|
|
933
|
+
static inputColorScheme: string;
|
|
934
|
+
static get checkboxFontSizeSmall(): string;
|
|
935
|
+
static get checkboxFontSizeMedium(): string;
|
|
936
|
+
static get checkboxFontSizeLarge(): string;
|
|
937
|
+
static get checkboxLineHeightSmall(): string;
|
|
938
|
+
static get checkboxLineHeightMedium(): string;
|
|
939
|
+
static get checkboxLineHeightLarge(): string;
|
|
940
|
+
static checkboxBoxSizeSmall: string;
|
|
941
|
+
static checkboxBoxSizeMedium: string;
|
|
942
|
+
static checkboxBoxSizeLarge: string;
|
|
943
|
+
static checkboxCaptionGap: string;
|
|
944
|
+
static get checkboxPaddingYSmall(): string;
|
|
945
|
+
static get checkboxPaddingYMedium(): string;
|
|
946
|
+
static get checkboxPaddingYLarge(): string;
|
|
947
|
+
static checkboxBoxOffsetY: string;
|
|
948
|
+
static checkboxBgStart: string;
|
|
949
|
+
static checkboxBgEnd: string;
|
|
950
|
+
static get checkboxTextColorDefault(): string;
|
|
951
|
+
static get checkboxTextColorDisabled(): string;
|
|
952
|
+
static get checkboxShadowDisabled(): string;
|
|
953
|
+
static checkboxBorder: string;
|
|
954
|
+
static get checkboxBorderWidth(): string;
|
|
955
|
+
static get checkboxShadow(): string;
|
|
956
|
+
static get checkboxShadowHover(): string;
|
|
957
|
+
static checkboxCheckedColor: string;
|
|
958
|
+
static get checkboxOutlineColorFocus(): string;
|
|
959
|
+
static get checkboxBorderColorWarning(): string;
|
|
960
|
+
static get checkboxBorderColorError(): string;
|
|
961
|
+
static get checkboxCheckedHoverShadow(): string;
|
|
962
|
+
static checkboxBorderRadius: string;
|
|
963
|
+
static get checkboxOutlineWidth(): string;
|
|
964
|
+
static get checkboxCheckedShadow(): string;
|
|
965
|
+
static get checkboxCheckedActiveShadow(): string;
|
|
966
|
+
static get checkboxBorderColorFocus(): string;
|
|
967
|
+
static checkboxBg: string;
|
|
968
|
+
static get checkboxHoverBg(): string;
|
|
969
|
+
static get checkboxActiveBg(): string;
|
|
970
|
+
static get checkboxCheckedBg(): string;
|
|
971
|
+
static get checkboxBgDisabled(): string;
|
|
972
|
+
static checkboxCheckedHoverBg: string;
|
|
973
|
+
static get checkboxCheckedActiveBg(): string;
|
|
974
|
+
static get checkboxShadowActive(): string;
|
|
975
|
+
static textareaBg: string;
|
|
976
|
+
static get textareaColor(): string;
|
|
977
|
+
static get textareaTextColorDisabled(): string;
|
|
978
|
+
static get textareaPlaceholderColorLight(): string;
|
|
979
|
+
static get textareaPlaceholderColor(): string;
|
|
980
|
+
static get textareaPlaceholderColorDisabled(): string;
|
|
981
|
+
static textareaShadow: string;
|
|
982
|
+
static textareaBackgroundClip: string;
|
|
983
|
+
static get textareaFontSizeSmall(): string;
|
|
984
|
+
static get textareaFontSizeMedium(): string;
|
|
985
|
+
static get textareaFontSizeLarge(): string;
|
|
986
|
+
static get textareaLineHeightSmall(): string;
|
|
987
|
+
static get textareaLineHeightMedium(): string;
|
|
988
|
+
static get textareaLineHeightLarge(): string;
|
|
989
|
+
static textareaBorderRadius: string;
|
|
990
|
+
static get textareaBorderWidth(): string;
|
|
991
|
+
static get textareaOutlineWidth(): string;
|
|
992
|
+
static get textareaMinHeightSmall(): string;
|
|
993
|
+
static get textareaMinHeightMedium(): string;
|
|
994
|
+
static get textareaMinHeightLarge(): string;
|
|
995
|
+
static textareaWidth: string;
|
|
996
|
+
static textareaPaddingXSmall: string;
|
|
997
|
+
static textareaPaddingXMedium: string;
|
|
998
|
+
static textareaPaddingXLarge: string;
|
|
999
|
+
static get textareaPaddingYSmall(): string;
|
|
1000
|
+
static get textareaPaddingYMedium(): string;
|
|
1001
|
+
static get textareaPaddingYLarge(): string;
|
|
1002
|
+
static get textareaBorderColor(): string;
|
|
1003
|
+
static textareaBorderTopColor: string;
|
|
1004
|
+
static get textareaBorderColorFocus(): string;
|
|
1005
|
+
static get textareaBorderColorHover(): string;
|
|
1006
|
+
static get textareaBorderColorWarning(): string;
|
|
1007
|
+
static get textareaBorderColorError(): string;
|
|
1008
|
+
static get textareaDisabledBg(): string;
|
|
1009
|
+
static get textareaDisabledBorderColor(): string;
|
|
1010
|
+
static get textareaCounterColor(): string;
|
|
1011
|
+
static get textareaCounterBg(): string;
|
|
1012
|
+
static get textareaCounterErrorColor(): string;
|
|
1013
|
+
static get textareaCounterHelpIconColor(): string;
|
|
1014
|
+
static radioBulletSizeSmall: string;
|
|
1015
|
+
static radioBulletSizeMedium: string;
|
|
1016
|
+
static radioBulletSizeLarge: string;
|
|
1017
|
+
static get radioOutlineWidth(): string;
|
|
1018
|
+
static get radioTextColor(): string;
|
|
1019
|
+
static radioSizeSmall: string;
|
|
1020
|
+
static radioSizeMedium: string;
|
|
1021
|
+
static radioSizeLarge: string;
|
|
1022
|
+
static get radioFontSizeSmall(): string;
|
|
1023
|
+
static get radioFontSizeMedium(): string;
|
|
1024
|
+
static get radioFontSizeLarge(): string;
|
|
1025
|
+
static get radioLineHeightSmall(): string;
|
|
1026
|
+
static get radioLineHeightMedium(): string;
|
|
1027
|
+
static get radioLineHeightLarge(): string;
|
|
1028
|
+
static radioCaptionGap: string;
|
|
1029
|
+
static get radioPaddingYSmall(): string;
|
|
1030
|
+
static get radioPaddingYMedium(): string;
|
|
1031
|
+
static get radioPaddingYLarge(): string;
|
|
1032
|
+
static radioVerticalAlign: string;
|
|
1033
|
+
static radioBgImage: string;
|
|
1034
|
+
static radioBgColor: string;
|
|
1035
|
+
static get radioHoverBg(): string;
|
|
1036
|
+
static get radioActiveBg(): string;
|
|
1037
|
+
static get radioBorderWidth(): string;
|
|
1038
|
+
static get radioBorderColor(): string;
|
|
1039
|
+
static radioBoxShadow: string;
|
|
1040
|
+
static get radioBorder(): string;
|
|
1041
|
+
static get radioBorderColorFocus(): string;
|
|
1042
|
+
static get radioBorderColorWarning(): string;
|
|
1043
|
+
static get radioBorderColorError(): string;
|
|
1044
|
+
static radioHoverShadow: string;
|
|
1045
|
+
static radioActiveShadow: string;
|
|
1046
|
+
static get radioFocusShadow(): string;
|
|
1047
|
+
static get radioCheckedBgColor(): string;
|
|
1048
|
+
static radioCheckedBorderColor: string;
|
|
1049
|
+
static radioCheckedBulletColor: string;
|
|
1050
|
+
static get radioCheckedHoverBgColor(): string;
|
|
1051
|
+
static radioDisabledBg: string;
|
|
1052
|
+
static get radioDisabledShadow(): string;
|
|
1053
|
+
static radioCaptionDisplay: string;
|
|
1054
|
+
static radioBorderWidthCompensation: string;
|
|
1055
|
+
static radioCircleOffsetY: string;
|
|
1056
|
+
static get radioCheckedDisabledBulletBg(): string;
|
|
1057
|
+
static get tabFontSizeSmall(): string;
|
|
1058
|
+
static get tabFontSizeMedium(): string;
|
|
1059
|
+
static get tabFontSizeLarge(): string;
|
|
1060
|
+
static get tabLineHeightSmall(): string;
|
|
1061
|
+
static get tabLineHeightMedium(): string;
|
|
1062
|
+
static get tabLineHeightLarge(): string;
|
|
1063
|
+
static tabPaddingXSmall: string;
|
|
1064
|
+
static tabPaddingXMedium: string;
|
|
1065
|
+
static tabPaddingXLarge: string;
|
|
1066
|
+
static get tabPaddingYSmall(): string;
|
|
1067
|
+
static get tabPaddingYMedium(): string;
|
|
1068
|
+
static get tabPaddingYLarge(): string;
|
|
1069
|
+
static tabBorderWidth: string;
|
|
1070
|
+
static get tabOutlineWidth(): string;
|
|
1071
|
+
static get tabTextColorDefault(): string;
|
|
1072
|
+
static get tabColorFocus(): string;
|
|
1073
|
+
static get tabColorError(): string;
|
|
1074
|
+
static get tabColorWarning(): string;
|
|
1075
|
+
static get tabColorSuccess(): string;
|
|
1076
|
+
static get tabColorPrimary(): string;
|
|
1077
|
+
static tabColorHover: string;
|
|
1078
|
+
static get tabColorHoverError(): string;
|
|
1079
|
+
static get tabColorHoverWarning(): string;
|
|
1080
|
+
static get tabColorHoverSuccess(): string;
|
|
1081
|
+
static get tabColorHoverPrimary(): string;
|
|
1082
|
+
static tabIndicatorBorderRadius: string;
|
|
1083
|
+
static get spinnerBgColor(): string;
|
|
1084
|
+
static get spinnerColor(): string;
|
|
1085
|
+
static get spinnerDimmedColor(): string;
|
|
1086
|
+
static get spinnerCaptionColor(): string;
|
|
1087
|
+
static get spinnerFontSizeSmall(): string;
|
|
1088
|
+
static get spinnerFontSizeMedium(): string;
|
|
1089
|
+
static get spinnerFontSizeLarge(): string;
|
|
1090
|
+
static get spinnerLineHeightSmall(): string;
|
|
1091
|
+
static get spinnerLineHeightMedium(): string;
|
|
1092
|
+
static get spinnerLineHeightLarge(): string;
|
|
1093
|
+
static spinnerCaptionGapSmall: string;
|
|
1094
|
+
static spinnerCaptionGapMedium: string;
|
|
1095
|
+
static spinnerCaptionGapLarge: string;
|
|
1096
|
+
static spinnerCaptionMarginSmall: string;
|
|
1097
|
+
static spinnerCaptionMarginMedium: string;
|
|
1098
|
+
static spinnerCaptionMarginLarge: string;
|
|
1099
|
+
static switcherBorderRadius: string;
|
|
1100
|
+
static get switcherTextColor(): string;
|
|
1101
|
+
static get switcherOutlineWidth(): string;
|
|
1102
|
+
static get switcherCaptionFontSizeSmall(): string;
|
|
1103
|
+
static get switcherCaptionFontSizeMedium(): string;
|
|
1104
|
+
static get switcherCaptionFontSizeLarge(): string;
|
|
1105
|
+
static get switcherCaptionLineHeightSmall(): string;
|
|
1106
|
+
static get switcherCaptionLineHeightMedium(): string;
|
|
1107
|
+
static get switcherCaptionLineHeightLarge(): string;
|
|
1108
|
+
static get switcherCaptionGapSmall(): string;
|
|
1109
|
+
static get switcherCaptionGapMedium(): string;
|
|
1110
|
+
static get switcherCaptionGapLarge(): string;
|
|
1111
|
+
static switcherButtonPaddingXSmall: string;
|
|
1112
|
+
static switcherButtonPaddingXMedium: string;
|
|
1113
|
+
static switcherButtonPaddingXLarge: string;
|
|
1114
|
+
static get switcherButtonPaddingYSmall(): string;
|
|
1115
|
+
static get switcherButtonPaddingYMedium(): string;
|
|
1116
|
+
static get switcherButtonPaddingYLarge(): string;
|
|
1117
|
+
static get switcherButtonLineHeightSmall(): string;
|
|
1118
|
+
static get switcherButtonLineHeightMedium(): string;
|
|
1119
|
+
static get switcherButtonLineHeightLarge(): string;
|
|
1120
|
+
static get switcherButtonFontSizeSmall(): string;
|
|
1121
|
+
static get switcherButtonFontSizeMedium(): string;
|
|
1122
|
+
static get switcherButtonFontSizeLarge(): string;
|
|
1123
|
+
static get switcherButtonBorderRadiusSmall(): string;
|
|
1124
|
+
static get switcherButtonBorderRadiusMedium(): string;
|
|
1125
|
+
static get switcherButtonBorderRadiusLarge(): string;
|
|
1126
|
+
static get switcherButtonBorderWidth(): string;
|
|
1127
|
+
static switcherBtnDisabledBorderColor: string;
|
|
1128
|
+
static get switcherButtonDisabledBorderColor(): string;
|
|
1129
|
+
static get switcherButtonCheckedDisabledShadow(): string;
|
|
1130
|
+
static mobilePopupTopPadding: string;
|
|
1131
|
+
static mobilePopupContainerBottomPadding: string;
|
|
1132
|
+
static mobilePopupHeaderPadding: string;
|
|
1133
|
+
static mobilePopupFooterPadding: string;
|
|
1134
|
+
static mobilePopupContainerBorderRadius: string;
|
|
1135
|
+
static get mobilePopupHeaderFontSize(): string;
|
|
1136
|
+
static get mobilePopupHeaderLineHeight(): string;
|
|
1137
|
+
static mobilePopupHeaderFontWeight: string;
|
|
1138
|
+
static mobilePopupHeaderChildPadding: string;
|
|
1139
|
+
static mobilePopupOuterIndentY: string;
|
|
1140
|
+
static scrollContainerScrollBarSize: string;
|
|
1141
|
+
static scrollContainerScrollBarHoverSize: string;
|
|
1142
|
+
static scrollContainerScrollBarColor: string;
|
|
1143
|
+
static scrollContainerScrollBarInvertColor: string;
|
|
1144
|
+
static scrollContainerScrollBarOffsetY: string;
|
|
1145
|
+
static dropdownMenuScrollContainerScrollBarOffsetY: string;
|
|
1146
|
+
static passwordInputVisibilityIconColor: string;
|
|
1147
|
+
static passwordInputVisibilityIconOpacity: string;
|
|
1148
|
+
static passwordInputVisibilityIconHoverColor: string;
|
|
1149
|
+
static passwordInputVisibilityIconHoverOpacity: string;
|
|
1150
|
+
static get globalLoaderColor(): string;
|
|
1151
|
+
static globalLoaderHeight: string;
|
|
1152
|
+
static globalLoaderWidth: string;
|
|
1153
|
+
static globalLoaderPosition: string;
|
|
1154
|
+
static globalLoaderTop: string;
|
|
1155
|
+
static globalLoaderLeft: string;
|
|
1156
|
+
static globalLoaderBottom: string;
|
|
1157
|
+
static globalLoaderRight: string;
|
|
1158
|
+
static globalLoaderBackgroundColor: string;
|
|
1159
|
+
static globalLoaderTransitionToSpinnerDuration: string;
|
|
1160
|
+
static globalLoaderSpinnerAnimationDuration: string;
|
|
1161
|
+
static globalLoaderSlowAnimationDuration: string;
|
|
1162
|
+
static globalLoaderTransitionFromSpinnerDuration: string;
|
|
1163
|
+
static fileUploaderWidth: string;
|
|
1164
|
+
static fileUploaderBg: string;
|
|
1165
|
+
static fileUploaderUploadButtonBg: string;
|
|
1166
|
+
static get fileUploaderPaddingXSmall(): string;
|
|
1167
|
+
static get fileUploaderPaddingXMedium(): string;
|
|
1168
|
+
static get fileUploaderPaddingXLarge(): string;
|
|
1169
|
+
static get fileUploaderFontSizeSmall(): string;
|
|
1170
|
+
static get fileUploaderFontSizeMedium(): string;
|
|
1171
|
+
static get fileUploaderFontSizeLarge(): string;
|
|
1172
|
+
static get fileUploaderLineHeightSmall(): string;
|
|
1173
|
+
static get fileUploaderLineHeightMedium(): string;
|
|
1174
|
+
static get fileUploaderLineHeightLarge(): string;
|
|
1175
|
+
static get fileUploaderPaddingYSmall(): string;
|
|
1176
|
+
static get fileUploaderPaddingYMedium(): string;
|
|
1177
|
+
static get fileUploaderPaddingYLarge(): string;
|
|
1178
|
+
static get fileUploaderTextColorDefault(): string;
|
|
1179
|
+
static fileUploaderBorderRadius: string;
|
|
1180
|
+
static fileUploaderBorderColor: string;
|
|
1181
|
+
static get fileUploaderBorderWidth(): string;
|
|
1182
|
+
static get fileUploaderDisabledBorder(): string;
|
|
1183
|
+
static fileUploaderBorderStyle: string;
|
|
1184
|
+
static get fileUploaderBorderColorFocus(): string;
|
|
1185
|
+
static get fileUploaderLinkColor(): string;
|
|
1186
|
+
static fileUploaderAfterLinkColor: string;
|
|
1187
|
+
static fileUploaderIconSize: string;
|
|
1188
|
+
static fileUploaderIconColor: string;
|
|
1189
|
+
static fileUploaderIconHoverColor: string;
|
|
1190
|
+
static get fileUploaderBorderColorError(): string;
|
|
1191
|
+
static get fileUploaderBorderColorWarning(): string;
|
|
1192
|
+
static get fileUploaderDisabledBg(): string;
|
|
1193
|
+
static fileUploaderDisabledBgClip: string;
|
|
1194
|
+
static fileUploaderDisabledBorderColor: string;
|
|
1195
|
+
static get fileUploaderDisabledTextColor(): string;
|
|
1196
|
+
static get fileUploaderDisabledLinkColor(): string;
|
|
1197
|
+
static get fileUploaderDisabledIconColor(): string;
|
|
1198
|
+
static fileUploaderLinkHoverTextDecoration: string;
|
|
1199
|
+
static fileUploaderHoveredBg: string;
|
|
1200
|
+
static fileUploaderHoveredBorderColor: string;
|
|
1201
|
+
static fileUploaderIconGapSmall: string;
|
|
1202
|
+
static fileUploaderIconGapMedium: string;
|
|
1203
|
+
static fileUploaderIconGapLarge: string;
|
|
1204
|
+
static get fileUploaderDragOverBorderColor(): string;
|
|
1205
|
+
static fileUploaderDragOverShadow: string;
|
|
1206
|
+
static get clearCrossIconWidthSmall(): string;
|
|
1207
|
+
static get clearCrossIconWidthMedium(): string;
|
|
1208
|
+
static get clearCrossIconWidthLarge(): string;
|
|
1209
|
+
static get clearCrossIconHeightSmall(): string;
|
|
1210
|
+
static get clearCrossIconHeightMedium(): string;
|
|
1211
|
+
static get clearCrossIconHeightLarge(): string;
|
|
1212
|
+
static get clearCrossIconRightMarginSmall(): string;
|
|
1213
|
+
static get clearCrossIconRightMarginMedium(): string;
|
|
1214
|
+
static get clearCrossIconRightMarginLarge(): string;
|
|
1215
|
+
static get clearCrossIconBorderRadiusSmall(): string;
|
|
1216
|
+
static get clearCrossIconBorderRadiusMedium(): string;
|
|
1217
|
+
static get clearCrossIconBorderRadiusLarge(): string;
|
|
1218
|
+
static clearCrossIconColor: string;
|
|
1219
|
+
static clearCrossIconHoverColor: string;
|
|
1220
|
+
static closeBtnIconColor: string;
|
|
1221
|
+
static closeBtnIconDisabledColor: string;
|
|
1222
|
+
static closeBtnIconHoverColor: string;
|
|
1223
|
+
static closeBtnIconBorderRadius: string;
|
|
1224
|
+
static get closeBtnIconFocusShadow(): string;
|
|
1225
|
+
static get autocompleteMenuOffsetY(): string;
|
|
1226
|
+
static get comboboxMenuOffsetY(): string;
|
|
1227
|
+
static miniModalHeaderPaddingBottom: string;
|
|
1228
|
+
static miniModalBodyPaddingTop: string;
|
|
1229
|
+
static miniModalBodyPaddingBottom: string;
|
|
1230
|
+
static miniModalHeaderPaddingTop: string;
|
|
1231
|
+
static miniModalActionGap: string;
|
|
1232
|
+
static miniModalCancelIndent: string;
|
|
1233
|
+
static miniModalFooterPaddingTop: string;
|
|
1234
|
+
static miniModalFooterPaddingBottom: string;
|
|
1235
|
+
static miniModalTitleMarginTop: string;
|
|
1236
|
+
static miniModalHeightMobile: string;
|
|
1237
|
+
static miniModalMarginTopMobile: string;
|
|
1238
|
+
static miniModalMarginLeftMobile: string;
|
|
1239
|
+
static miniModalMarginRightMobile: string;
|
|
1240
|
+
static miniModalFooterPaddingMobile: string;
|
|
1241
|
+
static miniModalHeaderPaddingMobile: string;
|
|
1242
|
+
static miniModalBodyPaddingMobile: string;
|
|
1243
|
+
static get validationsTextColorError(): string;
|
|
1244
|
+
static validationsTextColorWarning: string;
|
|
1245
|
+
}
|
|
1246
|
+
export declare const BasicTheme: Readonly<typeof BasicThemeClass>;
|
|
1247
|
+
export declare const BasicThemeClassForExtension: typeof BasicThemeClass;
|