@skbkontur/react-ui 0.0.0-68e286f9fe → 0.0.0-6911f001e4
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 +182 -0
- package/README.md +6 -6
- package/cjs/components/Autocomplete/Autocomplete.d.ts +18 -4
- package/cjs/components/Autocomplete/Autocomplete.js +73 -15
- package/cjs/components/Autocomplete/Autocomplete.js.map +1 -1
- package/cjs/components/Button/Button.d.ts +4 -1
- package/cjs/components/Button/Button.js +47 -17
- package/cjs/components/Button/Button.js.map +1 -1
- package/cjs/components/Button/Button.styles.d.ts +6 -0
- package/cjs/components/Button/Button.styles.js +107 -75
- package/cjs/components/Button/Button.styles.js.map +1 -1
- package/cjs/components/Button/ButtonArrow.js +13 -14
- package/cjs/components/Button/ButtonArrow.js.map +1 -1
- package/cjs/components/Calendar/Calendar.d.ts +2 -0
- package/cjs/components/Calendar/Calendar.js +1 -0
- package/cjs/components/Calendar/Calendar.js.map +1 -1
- package/cjs/components/Center/Center.d.ts +2 -0
- package/cjs/components/Center/Center.js +1 -0
- package/cjs/components/Center/Center.js.map +1 -1
- package/cjs/components/Checkbox/Checkbox.d.ts +4 -4
- package/cjs/components/Checkbox/Checkbox.js +16 -19
- package/cjs/components/Checkbox/Checkbox.js.map +1 -1
- package/cjs/components/ComboBox/ComboBox.d.ts +20 -7
- package/cjs/components/ComboBox/ComboBox.js +19 -1
- package/cjs/components/ComboBox/ComboBox.js.map +1 -1
- package/cjs/components/CurrencyInput/CurrencyInput.d.ts +5 -0
- package/cjs/components/CurrencyInput/CurrencyInput.js +9 -1
- package/cjs/components/CurrencyInput/CurrencyInput.js.map +1 -1
- package/cjs/components/CurrencyInput/constants.js +1 -2
- package/cjs/components/CurrencyInput/constants.js.map +1 -1
- package/cjs/components/CurrencyLabel/CurrencyLabel.js +2 -3
- package/cjs/components/CurrencyLabel/CurrencyLabel.js.map +1 -1
- package/cjs/components/DateInput/DateInput.d.ts +5 -1
- package/cjs/components/DateInput/DateInput.js +9 -4
- package/cjs/components/DateInput/DateInput.js.map +1 -1
- package/cjs/components/DatePicker/DatePicker.d.ts +2 -0
- package/cjs/components/DatePicker/DatePicker.js +1 -0
- package/cjs/components/DatePicker/DatePicker.js.map +1 -1
- package/cjs/components/DatePicker/MobilePicker.js +1 -0
- package/cjs/components/DatePicker/MobilePicker.js.map +1 -1
- package/cjs/components/DateRangePicker/DateRangePicker.js +1 -0
- package/cjs/components/DateRangePicker/DateRangePicker.js.map +1 -1
- package/cjs/components/Dropdown/Dropdown.d.ts +2 -0
- package/cjs/components/Dropdown/Dropdown.js +1 -0
- package/cjs/components/Dropdown/Dropdown.js.map +1 -1
- package/cjs/components/DropdownMenu/DropdownMenu.d.ts +4 -2
- package/cjs/components/DropdownMenu/DropdownMenu.js +1 -0
- package/cjs/components/DropdownMenu/DropdownMenu.js.map +1 -1
- package/cjs/components/FileUploader/FileUploader.js +1 -0
- package/cjs/components/FileUploader/FileUploader.js.map +1 -1
- package/cjs/components/FxInput/FxInput.d.ts +12 -2
- package/cjs/components/FxInput/FxInput.js +141 -58
- package/cjs/components/FxInput/FxInput.js.map +1 -1
- package/cjs/components/FxInput/FxInputRestoreBtn.js +2 -3
- package/cjs/components/FxInput/FxInputRestoreBtn.js.map +1 -1
- package/cjs/components/Gapped/Gapped.d.ts +2 -0
- package/cjs/components/Gapped/Gapped.js +1 -0
- package/cjs/components/Gapped/Gapped.js.map +1 -1
- package/cjs/components/GlobalLoader/GlobalLoader.d.ts +2 -0
- package/cjs/components/GlobalLoader/GlobalLoader.js +1 -0
- package/cjs/components/GlobalLoader/GlobalLoader.js.map +1 -1
- package/cjs/components/Group/Group.d.ts +2 -0
- package/cjs/components/Group/Group.js +1 -0
- package/cjs/components/Group/Group.js.map +1 -1
- package/cjs/components/Hint/Hint.d.ts +2 -0
- package/cjs/components/Hint/Hint.js +1 -0
- package/cjs/components/Hint/Hint.js.map +1 -1
- package/cjs/components/Input/Input.d.ts +6 -5
- package/cjs/components/Input/Input.js +17 -47
- package/cjs/components/Input/Input.js.map +1 -1
- package/cjs/components/Input/Input.styles.d.ts +0 -1
- package/cjs/components/Input/Input.styles.js +8 -19
- package/cjs/components/Input/Input.styles.js.map +1 -1
- package/cjs/components/Kebab/Kebab.d.ts +4 -1
- package/cjs/components/Kebab/Kebab.js +10 -5
- package/cjs/components/Kebab/Kebab.js.map +1 -1
- package/cjs/components/Link/Link.d.ts +2 -0
- package/cjs/components/Link/Link.js +10 -1
- package/cjs/components/Link/Link.js.map +1 -1
- package/cjs/components/Loader/Loader.d.ts +3 -0
- package/cjs/components/Loader/Loader.js +6 -1
- package/cjs/components/Loader/Loader.js.map +1 -1
- package/cjs/components/MaskedInput/ColorableInputElement/ColorableInputElement.d.ts +1 -0
- package/cjs/components/MaskedInput/ColorableInputElement/ColorableInputElement.js +107 -78
- package/cjs/components/MaskedInput/ColorableInputElement/ColorableInputElement.js.map +1 -1
- package/cjs/components/MaskedInput/FixedIMaskInput.js +3 -2
- package/cjs/components/MaskedInput/FixedIMaskInput.js.map +1 -1
- package/cjs/components/MaskedInput/MaskedInput.d.ts +9 -0
- package/cjs/components/MaskedInput/MaskedInput.js +43 -4
- package/cjs/components/MaskedInput/MaskedInput.js.map +1 -1
- package/cjs/components/MenuItem/MenuItem.d.ts +3 -0
- package/cjs/components/MenuItem/MenuItem.js +15 -2
- package/cjs/components/MenuItem/MenuItem.js.map +1 -1
- package/cjs/components/MenuItem/MenuItem.styles.d.ts +3 -1
- package/cjs/components/MenuItem/MenuItem.styles.js +35 -21
- package/cjs/components/MenuItem/MenuItem.styles.js.map +1 -1
- package/cjs/components/Modal/Modal.styles.d.ts +1 -0
- package/cjs/components/Modal/Modal.styles.js +36 -28
- package/cjs/components/Modal/Modal.styles.js.map +1 -1
- package/cjs/components/Modal/ModalBody.d.ts +2 -0
- package/cjs/components/Modal/ModalBody.js +1 -0
- package/cjs/components/Modal/ModalBody.js.map +1 -1
- package/cjs/components/Modal/ModalHeader.d.ts +5 -0
- package/cjs/components/Modal/ModalHeader.js +8 -1
- package/cjs/components/Modal/ModalHeader.js.map +1 -1
- package/cjs/components/Paging/DotsIcon.d.ts +3 -0
- package/cjs/components/Paging/DotsIcon.js +13 -0
- package/cjs/components/Paging/DotsIcon.js.map +1 -0
- package/cjs/components/Paging/ForwardIcon.d.ts +3 -0
- package/cjs/components/Paging/ForwardIcon.js +13 -1
- package/cjs/components/Paging/ForwardIcon.js.map +1 -1
- package/cjs/components/Paging/NavigationHelper.d.ts +3 -2
- package/cjs/components/Paging/NavigationHelper.js +8 -6
- package/cjs/components/Paging/NavigationHelper.js.map +1 -1
- package/cjs/components/Paging/Paging.d.ts +13 -1
- package/cjs/components/Paging/Paging.js +120 -24
- package/cjs/components/Paging/Paging.js.map +1 -1
- package/cjs/components/Paging/Paging.styles.d.ts +24 -1
- package/cjs/components/Paging/Paging.styles.js +151 -22
- package/cjs/components/Paging/Paging.styles.js.map +1 -1
- package/cjs/components/Paging/PagingHelper.d.ts +1 -1
- package/cjs/components/Paging/PagingHelper.js +18 -11
- package/cjs/components/Paging/PagingHelper.js.map +1 -1
- package/cjs/components/PasswordInput/PasswordInput.d.ts +5 -5
- package/cjs/components/PasswordInput/PasswordInput.js +21 -22
- package/cjs/components/PasswordInput/PasswordInput.js.map +1 -1
- package/cjs/components/Radio/Radio.d.ts +4 -1
- package/cjs/components/Radio/Radio.js +7 -4
- package/cjs/components/Radio/Radio.js.map +1 -1
- package/cjs/components/RadioGroup/RadioGroup.d.ts +2 -0
- package/cjs/components/RadioGroup/RadioGroup.js +1 -0
- package/cjs/components/RadioGroup/RadioGroup.js.map +1 -1
- package/cjs/components/ScrollContainer/ScrollContainer.d.ts +2 -0
- package/cjs/components/ScrollContainer/ScrollContainer.js +1 -0
- package/cjs/components/ScrollContainer/ScrollContainer.js.map +1 -1
- package/cjs/components/Select/Select.d.ts +4 -1
- package/cjs/components/Select/Select.js +11 -6
- package/cjs/components/Select/Select.js.map +1 -1
- package/cjs/components/SidePage/SidePage.js +3 -1
- package/cjs/components/SidePage/SidePage.js.map +1 -1
- package/cjs/components/SidePage/SidePage.styles.d.ts +3 -1
- package/cjs/components/SidePage/SidePage.styles.js +52 -38
- package/cjs/components/SidePage/SidePage.styles.js.map +1 -1
- package/cjs/components/SidePage/SidePageBody.d.ts +2 -0
- package/cjs/components/SidePage/SidePageBody.js +1 -0
- package/cjs/components/SidePage/SidePageBody.js.map +1 -1
- package/cjs/components/SidePage/SidePageContainer.d.ts +2 -0
- package/cjs/components/SidePage/SidePageContainer.js +1 -0
- package/cjs/components/SidePage/SidePageContainer.js.map +1 -1
- package/cjs/components/SidePage/SidePageFooter.d.ts +2 -0
- package/cjs/components/SidePage/SidePageFooter.js +1 -0
- package/cjs/components/SidePage/SidePageFooter.js.map +1 -1
- package/cjs/components/SidePage/SidePageHeader.d.ts +12 -2
- package/cjs/components/SidePage/SidePageHeader.js +60 -19
- package/cjs/components/SidePage/SidePageHeader.js.map +1 -1
- package/cjs/components/SingleToast/SingleToast.d.ts +32 -2
- package/cjs/components/SingleToast/SingleToast.js +58 -3
- package/cjs/components/SingleToast/SingleToast.js.map +1 -1
- package/cjs/components/Spinner/Spinner.d.ts +2 -0
- package/cjs/components/Spinner/Spinner.js +1 -0
- package/cjs/components/Spinner/Spinner.js.map +1 -1
- package/cjs/components/Sticky/Sticky.d.ts +2 -0
- package/cjs/components/Sticky/Sticky.js +1 -0
- package/cjs/components/Sticky/Sticky.js.map +1 -1
- package/cjs/components/Switcher/Switcher.d.ts +2 -0
- package/cjs/components/Switcher/Switcher.js +1 -0
- package/cjs/components/Switcher/Switcher.js.map +1 -1
- package/cjs/components/Tabs/Indicator.d.ts +2 -0
- package/cjs/components/Tabs/Indicator.js +1 -0
- package/cjs/components/Tabs/Indicator.js.map +1 -1
- package/cjs/components/Tabs/Tab.d.ts +2 -0
- package/cjs/components/Tabs/Tab.js +1 -0
- package/cjs/components/Tabs/Tab.js.map +1 -1
- package/cjs/components/Tabs/Tabs.d.ts +2 -0
- package/cjs/components/Tabs/Tabs.js +1 -0
- package/cjs/components/Tabs/Tabs.js.map +1 -1
- package/cjs/components/Textarea/Textarea.d.ts +4 -1
- package/cjs/components/Textarea/Textarea.js +9 -4
- package/cjs/components/Textarea/Textarea.js.map +1 -1
- package/cjs/components/Textarea/Textarea.styles.js +3 -3
- package/cjs/components/Textarea/Textarea.styles.js.map +1 -1
- package/cjs/components/Toast/Toast.d.ts +56 -9
- package/cjs/components/Toast/Toast.js +104 -11
- package/cjs/components/Toast/Toast.js.map +1 -1
- package/cjs/components/Toast/ToastView.d.ts +7 -1
- package/cjs/components/Toast/ToastView.js +22 -5
- package/cjs/components/Toast/ToastView.js.map +1 -1
- package/cjs/components/Toast/ToastView.styles.d.ts +4 -0
- package/cjs/components/Toast/ToastView.styles.js +43 -9
- package/cjs/components/Toast/ToastView.styles.js.map +1 -1
- package/cjs/components/Toggle/Toggle.d.ts +4 -1
- package/cjs/components/Toggle/Toggle.js +6 -5
- package/cjs/components/Toggle/Toggle.js.map +1 -1
- package/cjs/components/Token/Token.d.ts +2 -0
- package/cjs/components/Token/Token.js +1 -0
- package/cjs/components/Token/Token.js.map +1 -1
- package/cjs/components/TokenInput/TokenInput.d.ts +6 -1
- package/cjs/components/TokenInput/TokenInput.js +43 -30
- package/cjs/components/TokenInput/TokenInput.js.map +1 -1
- package/cjs/components/Tooltip/Tooltip.d.ts +12 -5
- package/cjs/components/Tooltip/Tooltip.js +100 -13
- package/cjs/components/Tooltip/Tooltip.js.map +1 -1
- package/cjs/components/Tooltip/Tooltip.styles.d.ts +7 -1
- package/cjs/components/Tooltip/Tooltip.styles.js +50 -12
- package/cjs/components/Tooltip/Tooltip.styles.js.map +1 -1
- package/cjs/components/TooltipMenu/TooltipMenu.d.ts +4 -2
- package/cjs/components/TooltipMenu/TooltipMenu.js +1 -0
- package/cjs/components/TooltipMenu/TooltipMenu.js.map +1 -1
- package/cjs/index.d.ts +1 -0
- package/cjs/index.js +1 -0
- package/cjs/index.js.map +1 -1
- package/cjs/internal/ClearCrossIcon/ClearCrossIcon.styles.js +4 -4
- package/cjs/internal/ClearCrossIcon/ClearCrossIcon.styles.js.map +1 -1
- package/cjs/internal/CommonWrapper/CommonWrapper.d.ts +2 -0
- package/cjs/internal/CommonWrapper/CommonWrapper.js +1 -0
- package/cjs/internal/CommonWrapper/CommonWrapper.js.map +1 -1
- package/cjs/internal/CustomComboBox/ComboBoxView.d.ts +8 -4
- package/cjs/internal/CustomComboBox/ComboBoxView.js +35 -25
- package/cjs/internal/CustomComboBox/ComboBoxView.js.map +1 -1
- package/cjs/internal/CustomComboBox/CustomComboBox.d.ts +7 -2
- package/cjs/internal/CustomComboBox/CustomComboBox.js +17 -5
- package/cjs/internal/CustomComboBox/CustomComboBox.js.map +1 -1
- package/cjs/internal/CustomComboBox/getComboBoxTheme.d.ts +2 -1
- package/cjs/internal/CustomComboBox/getComboBoxTheme.js +10 -7
- package/cjs/internal/CustomComboBox/getComboBoxTheme.js.map +1 -1
- package/cjs/internal/DateSelect/DateSelect.js +1 -1
- package/cjs/internal/DateSelect/DateSelect.js.map +1 -1
- package/cjs/internal/FocusTrap/FocusTrap.d.ts +2 -0
- package/cjs/internal/FocusTrap/FocusTrap.js +1 -0
- package/cjs/internal/FocusTrap/FocusTrap.js.map +1 -1
- package/cjs/internal/IgnoreLayerClick/IgnoreLayerClick.js +1 -0
- package/cjs/internal/IgnoreLayerClick/IgnoreLayerClick.js.map +1 -1
- package/cjs/internal/InputLikeText/InputLikeText.d.ts +4 -3
- package/cjs/internal/InputLikeText/InputLikeText.js +13 -14
- package/cjs/internal/InputLikeText/InputLikeText.js.map +1 -1
- package/cjs/internal/InternalTextareaWithLayout/InternalTextareaWithLayout.d.ts +1 -0
- package/cjs/internal/InternalTextareaWithLayout/InternalTextareaWithLayout.js +23 -21
- package/cjs/internal/InternalTextareaWithLayout/InternalTextareaWithLayout.js.map +1 -1
- package/cjs/internal/Menu/Menu.d.ts +2 -0
- package/cjs/internal/Menu/Menu.js +1 -0
- package/cjs/internal/Menu/Menu.js.map +1 -1
- package/cjs/internal/MenuMessage/MenuMessage.js +13 -1
- package/cjs/internal/MenuMessage/MenuMessage.js.map +1 -1
- package/cjs/internal/MenuMessage/MenuMessage.styles.d.ts +3 -1
- package/cjs/internal/MenuMessage/MenuMessage.styles.js +24 -8
- package/cjs/internal/MenuMessage/MenuMessage.styles.js.map +1 -1
- package/cjs/internal/MobilePopup/MobilePopup.d.ts +9 -0
- package/cjs/internal/MobilePopup/MobilePopup.js +24 -1
- package/cjs/internal/MobilePopup/MobilePopup.js.map +1 -1
- package/cjs/internal/MobilePopup/MobilePopup.styles.d.ts +7 -3
- package/cjs/internal/MobilePopup/MobilePopup.styles.js +55 -19
- package/cjs/internal/MobilePopup/MobilePopup.styles.js.map +1 -1
- package/cjs/internal/MobilePopup/MobilePopupFooter/MobilePopupFooter.d.ts +8 -1
- package/cjs/internal/MobilePopup/MobilePopupFooter/MobilePopupFooter.js +36 -18
- package/cjs/internal/MobilePopup/MobilePopupFooter/MobilePopupFooter.js.map +1 -1
- package/cjs/internal/MobilePopup/MobilePopupFooter/MobilePopupFooter.styles.d.ts +3 -0
- package/cjs/internal/MobilePopup/MobilePopupFooter/MobilePopupFooter.styles.js +23 -3
- package/cjs/internal/MobilePopup/MobilePopupFooter/MobilePopupFooter.styles.js.map +1 -1
- package/cjs/internal/MobilePopup/MobilePopupHeader/MobilePopupHeader.d.ts +3 -0
- package/cjs/internal/MobilePopup/MobilePopupHeader/MobilePopupHeader.js +31 -33
- package/cjs/internal/MobilePopup/MobilePopupHeader/MobilePopupHeader.js.map +1 -1
- package/cjs/internal/MobilePopup/MobilePopupHeader/MobilePopupHeader.styles.d.ts +3 -2
- package/cjs/internal/MobilePopup/MobilePopupHeader/MobilePopupHeader.styles.js +22 -13
- package/cjs/internal/MobilePopup/MobilePopupHeader/MobilePopupHeader.styles.js.map +1 -1
- package/cjs/internal/Popup/Popup.d.ts +2 -0
- package/cjs/internal/Popup/Popup.js +14 -3
- package/cjs/internal/Popup/Popup.js.map +1 -1
- package/cjs/internal/Popup/PopupPinNew.d.ts +31 -0
- package/cjs/internal/Popup/PopupPinNew.js +180 -0
- package/cjs/internal/Popup/PopupPinNew.js.map +1 -0
- package/cjs/internal/Popup/PopupPinNew.styles.d.ts +7 -0
- package/cjs/internal/Popup/PopupPinNew.styles.js +33 -0
- package/cjs/internal/Popup/PopupPinNew.styles.js.map +1 -0
- package/cjs/internal/PopupMenu/PopupMenu.d.ts +2 -0
- package/cjs/internal/PopupMenu/PopupMenu.js +1 -0
- package/cjs/internal/PopupMenu/PopupMenu.js.map +1 -1
- package/cjs/internal/RenderLayer/RenderLayer.d.ts +2 -0
- package/cjs/internal/RenderLayer/RenderLayer.js +1 -0
- package/cjs/internal/RenderLayer/RenderLayer.js.map +1 -1
- package/cjs/internal/ThemePlayground/Playground.js +5 -1
- package/cjs/internal/ThemePlayground/Playground.js.map +1 -1
- package/cjs/internal/ThemePlayground/Playground.styles.js +5 -8
- package/cjs/internal/ThemePlayground/Playground.styles.js.map +1 -1
- package/cjs/internal/ThemePlayground/ShowcaseGroup.js +12 -1
- package/cjs/internal/ThemePlayground/ShowcaseGroup.js.map +1 -1
- package/cjs/internal/ThemeShowcase/VariablesCollector.d.ts +1 -1
- package/cjs/internal/ZIndex/ZIndex.d.ts +2 -0
- package/cjs/internal/ZIndex/ZIndex.js +1 -0
- package/cjs/internal/ZIndex/ZIndex.js.map +1 -1
- package/cjs/internal/icons2022/UiMenuDots3HIcon/UiMenuDots3HIcon16Regular.d.ts +2 -0
- package/cjs/internal/icons2022/UiMenuDots3HIcon/UiMenuDots3HIcon16Regular.js +16 -0
- package/cjs/internal/icons2022/UiMenuDots3HIcon/UiMenuDots3HIcon16Regular.js.map +1 -0
- package/cjs/internal/themes/BasicTheme.d.ts +147 -28
- package/cjs/internal/themes/BasicTheme.js +800 -33
- package/cjs/internal/themes/BasicTheme.js.map +1 -1
- package/cjs/internal/themes/DarkTheme5_4.d.ts +1 -0
- package/cjs/internal/themes/DarkTheme5_4.js +18 -0
- package/cjs/internal/themes/DarkTheme5_4.js.map +1 -0
- package/cjs/internal/themes/LightTheme5_4.d.ts +1 -0
- package/cjs/internal/themes/LightTheme5_4.js +18 -0
- package/cjs/internal/themes/LightTheme5_4.js.map +1 -0
- package/cjs/internal/themes/consts.d.ts +8 -0
- package/cjs/internal/themes/consts.js +8 -0
- package/cjs/internal/themes/consts.js.map +1 -0
- package/cjs/lib/__stories__/Blink.creevey.mts +90 -0
- package/cjs/lib/blink.d.ts +15 -0
- package/cjs/lib/blink.js +65 -0
- package/cjs/lib/blink.js.map +1 -0
- package/cjs/lib/delay.mts +3 -0
- package/cjs/lib/featureFlagsContext/FeatureFlagsHelpers.d.ts +6 -0
- package/cjs/lib/featureFlagsContext/ReactUIFeatureFlagsContext.d.ts +6 -0
- package/cjs/lib/featureFlagsContext/ReactUIFeatureFlagsContext.js +13 -1
- package/cjs/lib/featureFlagsContext/ReactUIFeatureFlagsContext.js.map +1 -1
- package/cjs/lib/rootNode/rootNodeDecorator.d.ts +2 -1
- package/cjs/lib/rootNode/rootNodeDecorator.js +1 -0
- package/cjs/lib/rootNode/rootNodeDecorator.js.map +1 -1
- package/cjs/lib/size/SizeControlContext.d.ts +6 -0
- package/cjs/lib/size/SizeControlContext.js +16 -0
- package/cjs/lib/size/SizeControlContext.js.map +1 -0
- package/cjs/lib/size/SizeDecorator.d.ts +33 -0
- package/cjs/lib/size/SizeDecorator.js +41 -0
- package/cjs/lib/size/SizeDecorator.js.map +1 -0
- package/cjs/lib/size/constants.d.ts +2 -0
- package/cjs/lib/size/constants.js +3 -0
- package/cjs/lib/size/constants.js.map +1 -0
- package/cjs/lib/size/index.d.ts +1 -0
- package/cjs/lib/size/index.js +1 -0
- package/cjs/lib/size/index.js.map +1 -0
- package/cjs/lib/size/useSizeControl.d.ts +2 -0
- package/cjs/lib/size/useSizeControl.js +10 -0
- package/cjs/lib/size/useSizeControl.js.map +1 -0
- package/cjs/lib/theming/ThemeVersions.d.ts +1 -1
- package/cjs/lib/theming/ThemeVersions.js.map +1 -1
- package/cjs/lib/theming/themes/DarkTheme.d.ts +1 -0
- package/cjs/lib/theming/themes/DarkTheme.js +4 -2
- package/cjs/lib/theming/themes/DarkTheme.js.map +1 -1
- package/cjs/lib/theming/themes/LightTheme.d.ts +1 -0
- package/cjs/lib/theming/themes/LightTheme.js +4 -2
- package/cjs/lib/theming/themes/LightTheme.js.map +1 -1
- package/cjs/lib/utils.d.ts +13 -0
- package/cjs/lib/utils.js +34 -1
- package/cjs/lib/utils.js.map +1 -1
- package/components/Autocomplete/Autocomplete/Autocomplete.js +72 -32
- package/components/Autocomplete/Autocomplete/Autocomplete.js.map +1 -1
- package/components/Autocomplete/Autocomplete.d.ts +18 -4
- package/components/Button/Button/Button.js +45 -24
- package/components/Button/Button/Button.js.map +1 -1
- package/components/Button/Button.d.ts +4 -1
- package/components/Button/Button.styles/Button.styles.js +78 -60
- package/components/Button/Button.styles/Button.styles.js.map +1 -1
- package/components/Button/Button.styles.d.ts +6 -0
- package/components/Button/ButtonArrow/ButtonArrow.js +1 -3
- package/components/Button/ButtonArrow/ButtonArrow.js.map +1 -1
- package/components/Calendar/Calendar/Calendar.js.map +1 -1
- package/components/Calendar/Calendar.d.ts +2 -0
- package/components/Center/Center/Center.js.map +1 -1
- package/components/Center/Center.d.ts +2 -0
- package/components/Checkbox/Checkbox/Checkbox.js +12 -13
- package/components/Checkbox/Checkbox/Checkbox.js.map +1 -1
- package/components/Checkbox/Checkbox.d.ts +4 -4
- package/components/ComboBox/ComboBox/ComboBox.js +1 -1
- package/components/ComboBox/ComboBox/ComboBox.js.map +1 -1
- package/components/ComboBox/ComboBox.d.ts +20 -7
- package/components/CurrencyInput/CurrencyInput/CurrencyInput.js +6 -2
- package/components/CurrencyInput/CurrencyInput/CurrencyInput.js.map +1 -1
- package/components/CurrencyInput/CurrencyInput.d.ts +5 -0
- package/components/CurrencyInput/constants/constants.js +0 -1
- package/components/CurrencyInput/constants/constants.js.map +1 -1
- package/components/CurrencyLabel/CurrencyLabel/CurrencyLabel.js +1 -1
- package/components/CurrencyLabel/CurrencyLabel/CurrencyLabel.js.map +1 -1
- package/components/DateInput/DateInput/DateInput.js +9 -8
- package/components/DateInput/DateInput/DateInput.js.map +1 -1
- package/components/DateInput/DateInput.d.ts +5 -1
- package/components/DatePicker/DatePicker/DatePicker.js.map +1 -1
- package/components/DatePicker/DatePicker.d.ts +2 -0
- package/components/DatePicker/MobilePicker/MobilePicker.js +1 -0
- package/components/DatePicker/MobilePicker/MobilePicker.js.map +1 -1
- package/components/DateRangePicker/DateRangePicker/DateRangePicker.js +1 -0
- package/components/DateRangePicker/DateRangePicker/DateRangePicker.js.map +1 -1
- package/components/Dropdown/Dropdown/Dropdown.js.map +1 -1
- package/components/Dropdown/Dropdown.d.ts +2 -0
- package/components/DropdownMenu/DropdownMenu/DropdownMenu.js.map +1 -1
- package/components/DropdownMenu/DropdownMenu.d.ts +4 -2
- package/components/FileUploader/FileUploader/FileUploader.js +1 -0
- package/components/FileUploader/FileUploader/FileUploader.js.map +1 -1
- package/components/FxInput/FxInput/FxInput.js +121 -65
- package/components/FxInput/FxInput/FxInput.js.map +1 -1
- package/components/FxInput/FxInput.d.ts +12 -2
- package/components/FxInput/FxInputRestoreBtn/FxInputRestoreBtn.js +2 -2
- package/components/FxInput/FxInputRestoreBtn/FxInputRestoreBtn.js.map +1 -1
- package/components/Gapped/Gapped/Gapped.js.map +1 -1
- package/components/Gapped/Gapped.d.ts +2 -0
- package/components/GlobalLoader/GlobalLoader/GlobalLoader.js.map +1 -1
- package/components/GlobalLoader/GlobalLoader.d.ts +2 -0
- package/components/Group/Group/Group.js.map +1 -1
- package/components/Group/Group.d.ts +2 -0
- package/components/Hint/Hint/Hint.js.map +1 -1
- package/components/Hint/Hint.d.ts +2 -0
- package/components/Input/Input/Input.js +23 -52
- package/components/Input/Input/Input.js.map +1 -1
- package/components/Input/Input.d.ts +6 -5
- package/components/Input/Input.styles/Input.styles.js +9 -13
- package/components/Input/Input.styles/Input.styles.js.map +1 -1
- package/components/Input/Input.styles.d.ts +0 -1
- package/components/Kebab/Kebab/Kebab.js +7 -7
- package/components/Kebab/Kebab/Kebab.js.map +1 -1
- package/components/Kebab/Kebab.d.ts +4 -1
- package/components/Link/Link/Link.js +4 -1
- package/components/Link/Link/Link.js.map +1 -1
- package/components/Link/Link.d.ts +2 -0
- package/components/Loader/Loader/Loader.js +2 -1
- package/components/Loader/Loader/Loader.js.map +1 -1
- package/components/Loader/Loader.d.ts +3 -0
- package/components/MaskedInput/ColorableInputElement/ColorableInputElement/ColorableInputElement.js +81 -66
- package/components/MaskedInput/ColorableInputElement/ColorableInputElement/ColorableInputElement.js.map +1 -1
- package/components/MaskedInput/ColorableInputElement/ColorableInputElement.d.ts +1 -0
- package/components/MaskedInput/FixedIMaskInput/FixedIMaskInput.js +3 -2
- package/components/MaskedInput/FixedIMaskInput/FixedIMaskInput.js.map +1 -1
- package/components/MaskedInput/MaskedInput/MaskedInput.js +28 -2
- package/components/MaskedInput/MaskedInput/MaskedInput.js.map +1 -1
- package/components/MaskedInput/MaskedInput.d.ts +9 -0
- package/components/MenuItem/MenuItem/MenuItem.js +12 -1
- package/components/MenuItem/MenuItem/MenuItem.js.map +1 -1
- package/components/MenuItem/MenuItem.d.ts +3 -0
- package/components/MenuItem/MenuItem.styles/MenuItem.styles.js +25 -19
- package/components/MenuItem/MenuItem.styles/MenuItem.styles.js.map +1 -1
- package/components/MenuItem/MenuItem.styles.d.ts +3 -1
- package/components/Modal/Modal.styles/Modal.styles.js +31 -28
- package/components/Modal/Modal.styles/Modal.styles.js.map +1 -1
- package/components/Modal/Modal.styles.d.ts +1 -0
- package/components/Modal/ModalBody/ModalBody.js.map +1 -1
- package/components/Modal/ModalBody.d.ts +2 -0
- package/components/Modal/ModalHeader/ModalHeader.js +3 -1
- package/components/Modal/ModalHeader/ModalHeader.js.map +1 -1
- package/components/Modal/ModalHeader.d.ts +5 -0
- package/components/Paging/DotsIcon/DotsIcon.js +14 -0
- package/components/Paging/DotsIcon/DotsIcon.js.map +1 -0
- package/components/Paging/DotsIcon/package.json +6 -0
- package/components/Paging/DotsIcon.d.ts +3 -0
- package/components/Paging/ForwardIcon/ForwardIcon.js +15 -1
- package/components/Paging/ForwardIcon/ForwardIcon.js.map +1 -1
- package/components/Paging/ForwardIcon.d.ts +3 -0
- package/components/Paging/NavigationHelper/NavigationHelper.js +9 -8
- package/components/Paging/NavigationHelper/NavigationHelper.js.map +1 -1
- package/components/Paging/NavigationHelper.d.ts +3 -2
- package/components/Paging/Paging/Paging.js +95 -25
- package/components/Paging/Paging/Paging.js.map +1 -1
- package/components/Paging/Paging.d.ts +13 -1
- package/components/Paging/Paging.styles/Paging.styles.js +77 -16
- package/components/Paging/Paging.styles/Paging.styles.js.map +1 -1
- package/components/Paging/Paging.styles.d.ts +24 -1
- package/components/Paging/PagingHelper/PagingHelper.js +16 -8
- package/components/Paging/PagingHelper/PagingHelper.js.map +1 -1
- package/components/Paging/PagingHelper.d.ts +1 -1
- package/components/PasswordInput/PasswordInput/PasswordInput.js +13 -19
- package/components/PasswordInput/PasswordInput/PasswordInput.js.map +1 -1
- package/components/PasswordInput/PasswordInput.d.ts +5 -5
- package/components/Radio/Radio/Radio.js +7 -7
- package/components/Radio/Radio/Radio.js.map +1 -1
- package/components/Radio/Radio.d.ts +4 -1
- package/components/RadioGroup/RadioGroup/RadioGroup.js.map +1 -1
- package/components/RadioGroup/RadioGroup.d.ts +2 -0
- package/components/ScrollContainer/ScrollContainer/ScrollContainer.js.map +1 -1
- package/components/ScrollContainer/ScrollContainer.d.ts +2 -0
- package/components/Select/Select/Select.js +17 -15
- package/components/Select/Select/Select.js.map +1 -1
- package/components/Select/Select.d.ts +4 -1
- package/components/SidePage/SidePage/SidePage.js +2 -2
- package/components/SidePage/SidePage/SidePage.js.map +1 -1
- package/components/SidePage/SidePage.styles/SidePage.styles.js +41 -35
- package/components/SidePage/SidePage.styles/SidePage.styles.js.map +1 -1
- package/components/SidePage/SidePage.styles.d.ts +3 -1
- package/components/SidePage/SidePageBody/SidePageBody.js.map +1 -1
- package/components/SidePage/SidePageBody.d.ts +2 -0
- package/components/SidePage/SidePageContainer/SidePageContainer.js.map +1 -1
- package/components/SidePage/SidePageContainer.d.ts +2 -0
- package/components/SidePage/SidePageFooter/SidePageFooter.js.map +1 -1
- package/components/SidePage/SidePageFooter.d.ts +2 -0
- package/components/SidePage/SidePageHeader/SidePageHeader.js +61 -39
- package/components/SidePage/SidePageHeader/SidePageHeader.js.map +1 -1
- package/components/SidePage/SidePageHeader.d.ts +12 -2
- package/components/SingleToast/SingleToast/SingleToast.js +37 -12
- package/components/SingleToast/SingleToast/SingleToast.js.map +1 -1
- package/components/SingleToast/SingleToast.d.ts +32 -2
- package/components/Spinner/Spinner/Spinner.js.map +1 -1
- package/components/Spinner/Spinner.d.ts +2 -0
- package/components/Sticky/Sticky/Sticky.js.map +1 -1
- package/components/Sticky/Sticky.d.ts +2 -0
- package/components/Switcher/Switcher/Switcher.js.map +1 -1
- package/components/Switcher/Switcher.d.ts +2 -0
- package/components/Tabs/Indicator/Indicator.js.map +1 -1
- package/components/Tabs/Indicator.d.ts +2 -0
- package/components/Tabs/Tab/Tab.js.map +1 -1
- package/components/Tabs/Tab.d.ts +2 -0
- package/components/Tabs/Tabs/Tabs.js.map +1 -1
- package/components/Tabs/Tabs.d.ts +2 -0
- package/components/Textarea/Textarea/Textarea.js +7 -6
- package/components/Textarea/Textarea/Textarea.js.map +1 -1
- package/components/Textarea/Textarea.d.ts +4 -1
- package/components/Textarea/Textarea.styles/Textarea.styles.js +1 -1
- package/components/Textarea/Textarea.styles/Textarea.styles.js.map +1 -1
- package/components/Toast/Toast/Toast.js +86 -23
- package/components/Toast/Toast/Toast.js.map +1 -1
- package/components/Toast/Toast.d.ts +56 -9
- package/components/Toast/ToastView/ToastView.js +17 -5
- package/components/Toast/ToastView/ToastView.js.map +1 -1
- package/components/Toast/ToastView.d.ts +7 -1
- package/components/Toast/ToastView.styles/ToastView.styles.js +17 -5
- package/components/Toast/ToastView.styles/ToastView.styles.js.map +1 -1
- package/components/Toast/ToastView.styles.d.ts +4 -0
- package/components/Toggle/Toggle/Toggle.js +10 -10
- package/components/Toggle/Toggle/Toggle.js.map +1 -1
- package/components/Toggle/Toggle.d.ts +4 -1
- package/components/Token/Token/Token.js.map +1 -1
- package/components/Token/Token.d.ts +2 -0
- package/components/TokenInput/TokenInput/TokenInput.js +47 -42
- package/components/TokenInput/TokenInput/TokenInput.js.map +1 -1
- package/components/TokenInput/TokenInput.d.ts +6 -1
- package/components/Tooltip/Tooltip/Tooltip.js +69 -19
- package/components/Tooltip/Tooltip/Tooltip.js.map +1 -1
- package/components/Tooltip/Tooltip.d.ts +12 -5
- package/components/Tooltip/Tooltip.styles/Tooltip.styles.js +22 -4
- package/components/Tooltip/Tooltip.styles/Tooltip.styles.js.map +1 -1
- package/components/Tooltip/Tooltip.styles.d.ts +7 -1
- package/components/TooltipMenu/TooltipMenu/TooltipMenu.js.map +1 -1
- package/components/TooltipMenu/TooltipMenu.d.ts +4 -2
- package/index.d.ts +1 -0
- package/index.js +1 -0
- package/index.js.map +1 -1
- package/internal/ClearCrossIcon/ClearCrossIcon.styles/ClearCrossIcon.styles.js +1 -1
- package/internal/ClearCrossIcon/ClearCrossIcon.styles/ClearCrossIcon.styles.js.map +1 -1
- package/internal/CommonWrapper/CommonWrapper/CommonWrapper.js.map +1 -1
- package/internal/CommonWrapper/CommonWrapper.d.ts +2 -0
- package/internal/CustomComboBox/ComboBoxView/ComboBoxView.js +46 -45
- package/internal/CustomComboBox/ComboBoxView/ComboBoxView.js.map +1 -1
- package/internal/CustomComboBox/ComboBoxView.d.ts +8 -4
- package/internal/CustomComboBox/CustomComboBox/CustomComboBox.js +12 -7
- package/internal/CustomComboBox/CustomComboBox/CustomComboBox.js.map +1 -1
- package/internal/CustomComboBox/CustomComboBox.d.ts +7 -2
- package/internal/CustomComboBox/getComboBoxTheme/getComboBoxTheme.js +5 -3
- package/internal/CustomComboBox/getComboBoxTheme/getComboBoxTheme.js.map +1 -1
- package/internal/CustomComboBox/getComboBoxTheme.d.ts +2 -1
- package/internal/DateSelect/DateSelect/DateSelect.js +1 -1
- package/internal/DateSelect/DateSelect/DateSelect.js.map +1 -1
- package/internal/FocusTrap/FocusTrap/FocusTrap.js.map +1 -1
- package/internal/FocusTrap/FocusTrap.d.ts +2 -0
- package/internal/IgnoreLayerClick/IgnoreLayerClick/IgnoreLayerClick.js.map +1 -1
- package/internal/InputLikeText/InputLikeText/InputLikeText.js +17 -28
- package/internal/InputLikeText/InputLikeText/InputLikeText.js.map +1 -1
- package/internal/InputLikeText/InputLikeText.d.ts +4 -3
- package/internal/InternalTextareaWithLayout/InternalTextareaWithLayout/InternalTextareaWithLayout.js +21 -16
- package/internal/InternalTextareaWithLayout/InternalTextareaWithLayout/InternalTextareaWithLayout.js.map +1 -1
- package/internal/InternalTextareaWithLayout/InternalTextareaWithLayout.d.ts +1 -0
- package/internal/Menu/Menu/Menu.js.map +1 -1
- package/internal/Menu/Menu.d.ts +2 -0
- package/internal/MenuMessage/MenuMessage/MenuMessage.js +12 -1
- package/internal/MenuMessage/MenuMessage/MenuMessage.js.map +1 -1
- package/internal/MenuMessage/MenuMessage.styles/MenuMessage.styles.js +12 -6
- package/internal/MenuMessage/MenuMessage.styles/MenuMessage.styles.js.map +1 -1
- package/internal/MenuMessage/MenuMessage.styles.d.ts +3 -1
- package/internal/MobilePopup/MobilePopup/MobilePopup.js +19 -6
- package/internal/MobilePopup/MobilePopup/MobilePopup.js.map +1 -1
- package/internal/MobilePopup/MobilePopup.d.ts +9 -0
- package/internal/MobilePopup/MobilePopup.styles/MobilePopup.styles.js +24 -12
- package/internal/MobilePopup/MobilePopup.styles/MobilePopup.styles.js.map +1 -1
- package/internal/MobilePopup/MobilePopup.styles.d.ts +7 -3
- package/internal/MobilePopup/MobilePopupFooter/MobilePopupFooter/MobilePopupFooter.js +23 -9
- package/internal/MobilePopup/MobilePopupFooter/MobilePopupFooter/MobilePopupFooter.js.map +1 -1
- package/internal/MobilePopup/MobilePopupFooter/MobilePopupFooter.d.ts +8 -1
- package/internal/MobilePopup/MobilePopupFooter/MobilePopupFooter.styles/MobilePopupFooter.styles.js +11 -2
- package/internal/MobilePopup/MobilePopupFooter/MobilePopupFooter.styles/MobilePopupFooter.styles.js.map +1 -1
- package/internal/MobilePopup/MobilePopupFooter/MobilePopupFooter.styles.d.ts +3 -0
- package/internal/MobilePopup/MobilePopupHeader/MobilePopupHeader/MobilePopupHeader.js +29 -23
- package/internal/MobilePopup/MobilePopupHeader/MobilePopupHeader/MobilePopupHeader.js.map +1 -1
- package/internal/MobilePopup/MobilePopupHeader/MobilePopupHeader.d.ts +3 -0
- package/internal/MobilePopup/MobilePopupHeader/MobilePopupHeader.styles/MobilePopupHeader.styles.js +12 -9
- package/internal/MobilePopup/MobilePopupHeader/MobilePopupHeader.styles/MobilePopupHeader.styles.js.map +1 -1
- package/internal/MobilePopup/MobilePopupHeader/MobilePopupHeader.styles.d.ts +3 -2
- package/internal/Popup/Popup/Popup.js +10 -3
- package/internal/Popup/Popup/Popup.js.map +1 -1
- package/internal/Popup/Popup.d.ts +2 -0
- package/internal/Popup/PopupPinNew/PopupPinNew.js +146 -0
- package/internal/Popup/PopupPinNew/PopupPinNew.js.map +1 -0
- package/internal/Popup/PopupPinNew/package.json +6 -0
- package/internal/Popup/PopupPinNew.d.ts +31 -0
- package/internal/Popup/PopupPinNew.styles/PopupPinNew.styles.js +20 -0
- package/internal/Popup/PopupPinNew.styles/PopupPinNew.styles.js.map +1 -0
- package/internal/Popup/PopupPinNew.styles/package.json +6 -0
- package/internal/Popup/PopupPinNew.styles.d.ts +7 -0
- package/internal/PopupMenu/PopupMenu/PopupMenu.js.map +1 -1
- package/internal/PopupMenu/PopupMenu.d.ts +2 -0
- package/internal/RenderLayer/RenderLayer/RenderLayer.js.map +1 -1
- package/internal/RenderLayer/RenderLayer.d.ts +2 -0
- package/internal/ThemePlayground/Playground/Playground.js +8 -5
- package/internal/ThemePlayground/Playground/Playground.js.map +1 -1
- package/internal/ThemePlayground/Playground.styles/Playground.styles.js +4 -4
- package/internal/ThemePlayground/Playground.styles/Playground.styles.js.map +1 -1
- package/internal/ThemePlayground/ShowcaseGroup/ShowcaseGroup.js +6 -1
- package/internal/ThemePlayground/ShowcaseGroup/ShowcaseGroup.js.map +1 -1
- package/internal/ThemeShowcase/VariablesCollector.d.ts +1 -1
- package/internal/ZIndex/ZIndex/ZIndex.js.map +1 -1
- package/internal/ZIndex/ZIndex.d.ts +2 -0
- package/internal/icons2022/UiMenuDots3HIcon/UiMenuDots3HIcon16Regular/UiMenuDots3HIcon16Regular.js +21 -0
- package/internal/icons2022/UiMenuDots3HIcon/UiMenuDots3HIcon16Regular/UiMenuDots3HIcon16Regular.js.map +1 -0
- package/internal/icons2022/UiMenuDots3HIcon/UiMenuDots3HIcon16Regular/package.json +6 -0
- package/internal/icons2022/UiMenuDots3HIcon/UiMenuDots3HIcon16Regular.d.ts +2 -0
- package/internal/themes/BasicTheme/BasicTheme.js +267 -44
- package/internal/themes/BasicTheme/BasicTheme.js.map +1 -1
- package/internal/themes/BasicTheme.d.ts +147 -28
- package/internal/themes/DarkTheme5_4/DarkTheme5_4.js +17 -0
- package/internal/themes/DarkTheme5_4/DarkTheme5_4.js.map +1 -0
- package/internal/themes/DarkTheme5_4/package.json +6 -0
- package/internal/themes/DarkTheme5_4.d.ts +1 -0
- package/internal/themes/LightTheme5_4/LightTheme5_4.js +17 -0
- package/internal/themes/LightTheme5_4/LightTheme5_4.js.map +1 -0
- package/internal/themes/LightTheme5_4/package.json +6 -0
- package/internal/themes/LightTheme5_4.d.ts +1 -0
- package/internal/themes/consts/consts.js +9 -0
- package/internal/themes/consts/consts.js.map +1 -0
- package/internal/themes/consts/package.json +6 -0
- package/internal/themes/consts.d.ts +8 -0
- package/lib/__stories__/Blink.creevey.mts +90 -0
- package/lib/blink/blink.js +63 -0
- package/lib/blink/blink.js.map +1 -0
- package/lib/blink/package.json +6 -0
- package/lib/blink.d.ts +15 -0
- package/lib/delay.d.mts +1 -0
- package/lib/delay.mts +3 -0
- package/lib/featureFlagsContext/FeatureFlagsHelpers.d.ts +6 -0
- package/lib/featureFlagsContext/ReactUIFeatureFlagsContext/ReactUIFeatureFlagsContext.js +7 -1
- package/lib/featureFlagsContext/ReactUIFeatureFlagsContext/ReactUIFeatureFlagsContext.js.map +1 -1
- package/lib/featureFlagsContext/ReactUIFeatureFlagsContext.d.ts +6 -0
- package/lib/rootNode/rootNodeDecorator/rootNodeDecorator.js.map +1 -1
- package/lib/rootNode/rootNodeDecorator.d.ts +2 -1
- package/lib/size/SizeControlContext/SizeControlContext.js +7 -0
- package/lib/size/SizeControlContext/SizeControlContext.js.map +1 -0
- package/lib/size/SizeControlContext/package.json +6 -0
- package/lib/size/SizeControlContext.d.ts +6 -0
- package/lib/size/SizeDecorator/SizeDecorator.js +41 -0
- package/lib/size/SizeDecorator/SizeDecorator.js.map +1 -0
- package/lib/size/SizeDecorator/package.json +6 -0
- package/lib/size/SizeDecorator.d.ts +33 -0
- package/lib/size/constants/constants.js +1 -0
- package/lib/size/constants/constants.js.map +1 -0
- package/lib/size/constants/package.json +6 -0
- package/lib/size/constants.d.ts +2 -0
- package/lib/size/index/index.js +1 -0
- package/lib/size/index/index.js.map +1 -0
- package/lib/size/index/package.json +6 -0
- package/lib/size/index.d.ts +1 -0
- package/lib/size/package.json +6 -0
- package/lib/size/useSizeControl/package.json +6 -0
- package/lib/size/useSizeControl/useSizeControl.js +7 -0
- package/lib/size/useSizeControl/useSizeControl.js.map +1 -0
- package/lib/size/useSizeControl.d.ts +2 -0
- package/lib/theming/ThemeVersions/ThemeVersions.js.map +1 -1
- package/lib/theming/ThemeVersions.d.ts +1 -1
- package/lib/theming/themes/DarkTheme/DarkTheme.js +3 -1
- package/lib/theming/themes/DarkTheme/DarkTheme.js.map +1 -1
- package/lib/theming/themes/DarkTheme.d.ts +1 -0
- package/lib/theming/themes/LightTheme/LightTheme.js +3 -1
- package/lib/theming/themes/LightTheme/LightTheme.js.map +1 -1
- package/lib/theming/themes/LightTheme.d.ts +1 -0
- package/lib/utils/utils.js +26 -0
- package/lib/utils/utils.js.map +1 -1
- package/lib/utils.d.ts +13 -0
- package/package.json +9 -15
- package/cjs/components/Autocomplete/Autocomplete.md +0 -113
- package/cjs/components/Button/Button.md +0 -261
- package/cjs/components/Calendar/Calendar.md +0 -276
- package/cjs/components/Calendar/CalendarDay.md +0 -70
- package/cjs/components/Center/Center.md +0 -26
- package/cjs/components/Checkbox/Checkbox.md +0 -171
- package/cjs/components/ComboBox/ComboBox.md +0 -574
- package/cjs/components/CurrencyInput/CurrencyInput.md +0 -39
- package/cjs/components/CurrencyLabel/CurrencyLabel.md +0 -29
- package/cjs/components/DateInput/DateInput.md +0 -111
- package/cjs/components/DatePicker/DatePicker.md +0 -368
- package/cjs/components/Dropdown/Dropdown.md +0 -45
- package/cjs/components/DropdownMenu/DropdownMenu.md +0 -290
- package/cjs/components/FileUploader/FileUploader.md +0 -131
- package/cjs/components/FxInput/FxInput.md +0 -31
- package/cjs/components/Gapped/Gapped.md +0 -44
- package/cjs/components/GlobalLoader/GlobalLoader.md +0 -97
- package/cjs/components/Group/Group.md +0 -19
- package/cjs/components/Hint/Hint.md +0 -86
- package/cjs/components/Input/Input.md +0 -86
- package/cjs/components/Kebab/Kebab.md +0 -306
- package/cjs/components/Link/Link.md +0 -182
- package/cjs/components/Loader/Loader.md +0 -33
- package/cjs/components/MaskedInput/MaskedInput.md +0 -114
- package/cjs/components/MenuFooter/MenuFooter.md +0 -27
- package/cjs/components/MenuHeader/MenuHeader.md +0 -35
- package/cjs/components/MenuItem/MenuItem.md +0 -139
- package/cjs/components/MenuSeparator/MenuSeparator.md +0 -14
- package/cjs/components/MiniModal/MiniModal.md +0 -231
- package/cjs/components/Modal/Modal.md +0 -56
- package/cjs/components/Paging/Paging.md +0 -57
- package/cjs/components/PasswordInput/PasswordInput.md +0 -29
- package/cjs/components/Radio/Radio.md +0 -57
- package/cjs/components/RadioGroup/RadioGroup.md +0 -44
- package/cjs/components/ResponsiveLayout/ResponsiveLayout.md +0 -75
- package/cjs/components/ScrollContainer/ScrollContainer.md +0 -224
- package/cjs/components/Select/Select.md +0 -113
- package/cjs/components/SidePage/SidePage.md +0 -65
- package/cjs/components/SingleToast/SingleToast.md +0 -36
- package/cjs/components/Spinner/Spinner.md +0 -36
- package/cjs/components/Sticky/Sticky.md +0 -28
- package/cjs/components/Switcher/Switcher.md +0 -111
- package/cjs/components/Tabs/Tab.md +0 -73
- package/cjs/components/Tabs/Tabs.md +0 -54
- package/cjs/components/Textarea/Textarea.md +0 -58
- package/cjs/components/Toast/Toast.md +0 -69
- package/cjs/components/Toggle/Toggle.md +0 -110
- package/cjs/components/Token/Token.md +0 -48
- package/cjs/components/TokenInput/TokenInput.md +0 -277
- package/cjs/components/Tooltip/Tooltip.md +0 -322
- package/cjs/components/TooltipMenu/TooltipMenu.md +0 -241
- package/cjs/internal/DataTids/DATATIDS.md +0 -12
- package/cjs/internal/DataTids/DataTids.d.ts +0 -12
- package/cjs/internal/DataTids/DataTids.js +0 -50
- package/cjs/internal/DataTids/DataTids.js.map +0 -1
- package/cjs/internal/DataTids/DataTids.styles.d.ts +0 -7
- package/cjs/internal/DataTids/DataTids.styles.js +0 -42
- package/cjs/internal/DataTids/DataTids.styles.js.map +0 -1
- package/cjs/internal/DataTids/componentsDataTids.d.ts +0 -5
- package/cjs/internal/DataTids/componentsDataTids.js +0 -15
- package/cjs/internal/DataTids/componentsDataTids.js.map +0 -1
- package/cjs/internal/ThemePlayground/Playground.md +0 -7
- package/cjs/lib/featureFlagsContext/FEATUREFLAGSCONTEXT.md +0 -64
- package/cjs/lib/locale/LOCALECONTEXT.md +0 -222
- package/cjs/lib/theming/ThemeContext.md +0 -265
- package/components/Autocomplete/Autocomplete.md +0 -113
- package/components/Button/Button.md +0 -261
- package/components/Calendar/Calendar.md +0 -276
- package/components/Calendar/CalendarDay.md +0 -70
- package/components/Center/Center.md +0 -26
- package/components/Checkbox/Checkbox.md +0 -171
- package/components/ComboBox/ComboBox.md +0 -574
- package/components/CurrencyInput/CurrencyInput.md +0 -39
- package/components/CurrencyLabel/CurrencyLabel.md +0 -29
- package/components/DateInput/DateInput.md +0 -111
- package/components/DatePicker/DatePicker.md +0 -368
- package/components/Dropdown/Dropdown.md +0 -45
- package/components/DropdownMenu/DropdownMenu.md +0 -290
- package/components/FileUploader/FileUploader.md +0 -131
- package/components/FxInput/FxInput.md +0 -31
- package/components/Gapped/Gapped.md +0 -44
- package/components/GlobalLoader/GlobalLoader.md +0 -97
- package/components/Group/Group.md +0 -19
- package/components/Hint/Hint.md +0 -86
- package/components/Input/Input.md +0 -86
- package/components/Kebab/Kebab.md +0 -306
- package/components/Link/Link.md +0 -182
- package/components/Loader/Loader.md +0 -33
- package/components/MaskedInput/MaskedInput.md +0 -114
- package/components/MenuFooter/MenuFooter.md +0 -27
- package/components/MenuHeader/MenuHeader.md +0 -35
- package/components/MenuItem/MenuItem.md +0 -139
- package/components/MenuSeparator/MenuSeparator.md +0 -14
- package/components/MiniModal/MiniModal.md +0 -231
- package/components/Modal/Modal.md +0 -56
- package/components/Paging/Paging.md +0 -57
- package/components/PasswordInput/PasswordInput.md +0 -29
- package/components/Radio/Radio.md +0 -57
- package/components/RadioGroup/RadioGroup.md +0 -44
- package/components/ResponsiveLayout/ResponsiveLayout.md +0 -75
- package/components/ScrollContainer/ScrollContainer.md +0 -224
- package/components/Select/Select.md +0 -113
- package/components/SidePage/SidePage.md +0 -65
- package/components/SingleToast/SingleToast.md +0 -36
- package/components/Spinner/Spinner.md +0 -36
- package/components/Sticky/Sticky.md +0 -28
- package/components/Switcher/Switcher.md +0 -111
- package/components/Tabs/Tab.md +0 -73
- package/components/Tabs/Tabs.md +0 -54
- package/components/Textarea/Textarea.md +0 -58
- package/components/Toast/Toast.md +0 -69
- package/components/Toggle/Toggle.md +0 -110
- package/components/Token/Token.md +0 -48
- package/components/TokenInput/TokenInput.md +0 -277
- package/components/Tooltip/Tooltip.md +0 -322
- package/components/TooltipMenu/TooltipMenu.md +0 -241
- package/internal/DataTids/DATATIDS.md +0 -12
- package/internal/DataTids/DataTids/DataTids.js +0 -69
- package/internal/DataTids/DataTids/DataTids.js.map +0 -1
- package/internal/DataTids/DataTids/package.json +0 -6
- package/internal/DataTids/DataTids.d.ts +0 -12
- package/internal/DataTids/DataTids.styles/DataTids.styles.js +0 -20
- package/internal/DataTids/DataTids.styles/DataTids.styles.js.map +0 -1
- package/internal/DataTids/DataTids.styles/package.json +0 -6
- package/internal/DataTids/DataTids.styles.d.ts +0 -7
- package/internal/DataTids/componentsDataTids/componentsDataTids.js +0 -12
- package/internal/DataTids/componentsDataTids/componentsDataTids.js.map +0 -1
- package/internal/DataTids/componentsDataTids/package.json +0 -6
- package/internal/DataTids/componentsDataTids.d.ts +0 -5
- package/internal/ThemePlayground/Playground.md +0 -7
- package/lib/featureFlagsContext/FEATUREFLAGSCONTEXT.md +0 -64
- package/lib/locale/LOCALECONTEXT.md +0 -222
- package/lib/theming/ThemeContext.md +0 -265
|
@@ -27,18 +27,23 @@ BasicThemeClass = exports.BasicThemeClass = /*#__PURE__*/function () {function B
|
|
|
27
27
|
|
|
28
28
|
|
|
29
29
|
|
|
30
|
+
|
|
30
31
|
|
|
31
32
|
|
|
32
33
|
function get() {
|
|
33
34
|
return this.bgDefault;
|
|
34
35
|
} }, { key: "errorMain", get:
|
|
35
36
|
|
|
37
|
+
|
|
38
|
+
|
|
36
39
|
function get() {
|
|
37
40
|
return this.red;
|
|
38
41
|
} }, { key: "errorText", get:
|
|
42
|
+
|
|
39
43
|
function get() {
|
|
40
44
|
return this.redDark;
|
|
41
45
|
} }, { key: "errorSecondary", get:
|
|
46
|
+
|
|
42
47
|
function get() {
|
|
43
48
|
return this.redXxLight;
|
|
44
49
|
} }, { key: "borderColorError", get:
|
|
@@ -72,12 +77,15 @@ BasicThemeClass = exports.BasicThemeClass = /*#__PURE__*/function () {function B
|
|
|
72
77
|
|
|
73
78
|
|
|
74
79
|
|
|
80
|
+
|
|
81
|
+
|
|
75
82
|
|
|
76
83
|
|
|
77
84
|
|
|
78
85
|
function get() {
|
|
79
86
|
return this.errorMain;
|
|
80
87
|
} }, { key: "borderColorWarning", get:
|
|
88
|
+
|
|
81
89
|
function get() {
|
|
82
90
|
return this.warningMain;
|
|
83
91
|
} }, { key: "linkHoverColor", get:
|
|
@@ -93,20 +101,24 @@ BasicThemeClass = exports.BasicThemeClass = /*#__PURE__*/function () {function B
|
|
|
93
101
|
|
|
94
102
|
|
|
95
103
|
|
|
104
|
+
|
|
96
105
|
function get() {
|
|
97
106
|
return this.linkColor;
|
|
98
107
|
} }, { key: "linkSuccessColor", get:
|
|
99
108
|
|
|
100
109
|
|
|
101
110
|
|
|
111
|
+
|
|
102
112
|
function get() {
|
|
103
113
|
return this.green;
|
|
104
114
|
} }, { key: "linkSuccessHoverColor", get:
|
|
115
|
+
|
|
105
116
|
function get() {
|
|
106
117
|
return this.greenDark;
|
|
107
118
|
} }, { key: "linkDangerColor", get:
|
|
108
119
|
|
|
109
120
|
|
|
121
|
+
|
|
110
122
|
function get() {
|
|
111
123
|
return this.errorText;
|
|
112
124
|
} }, { key: "linkDisabledColor", get:
|
|
@@ -116,6 +128,7 @@ BasicThemeClass = exports.BasicThemeClass = /*#__PURE__*/function () {function B
|
|
|
116
128
|
|
|
117
129
|
|
|
118
130
|
|
|
131
|
+
|
|
119
132
|
function get() {
|
|
120
133
|
return this.textColorDisabled;
|
|
121
134
|
} }, { key: "linkHoverTextDecorationStyle", get:
|
|
@@ -129,6 +142,8 @@ BasicThemeClass = exports.BasicThemeClass = /*#__PURE__*/function () {function B
|
|
|
129
142
|
|
|
130
143
|
|
|
131
144
|
|
|
145
|
+
|
|
146
|
+
|
|
132
147
|
function get() {
|
|
133
148
|
return this.linkTextDecorationStyle;
|
|
134
149
|
} }, { key: "linkLineHoverBorderBottomStyle", get:
|
|
@@ -137,6 +152,8 @@ BasicThemeClass = exports.BasicThemeClass = /*#__PURE__*/function () {function B
|
|
|
137
152
|
|
|
138
153
|
|
|
139
154
|
|
|
155
|
+
|
|
156
|
+
|
|
140
157
|
function get() {
|
|
141
158
|
return this.linkLineBorderBottomStyle;
|
|
142
159
|
} }, { key: "linkFocusOutlineWidth", get:
|
|
@@ -147,9 +164,12 @@ BasicThemeClass = exports.BasicThemeClass = /*#__PURE__*/function () {function B
|
|
|
147
164
|
|
|
148
165
|
|
|
149
166
|
|
|
167
|
+
|
|
168
|
+
|
|
150
169
|
function get() {
|
|
151
170
|
return this.controlOutlineWidth;
|
|
152
171
|
} }, { key: "linkFocusOutline", get:
|
|
172
|
+
|
|
153
173
|
function get() {
|
|
154
174
|
return this.linkFocusOutlineWidth + " solid " + this.linkFocusOutlineColor;
|
|
155
175
|
}
|
|
@@ -157,6 +177,7 @@ BasicThemeClass = exports.BasicThemeClass = /*#__PURE__*/function () {function B
|
|
|
157
177
|
//#endregion Link
|
|
158
178
|
//#region Token
|
|
159
179
|
}, { key: "tokenTextColorDisabled", get:
|
|
180
|
+
|
|
160
181
|
function get() {
|
|
161
182
|
return this.textColorDisabled;
|
|
162
183
|
} }, { key: "tokenFontSizeSmall", get:
|
|
@@ -164,9 +185,11 @@ BasicThemeClass = exports.BasicThemeClass = /*#__PURE__*/function () {function B
|
|
|
164
185
|
function get() {
|
|
165
186
|
return this.fontSizeSmall;
|
|
166
187
|
} }, { key: "tokenFontSizeMedium", get:
|
|
188
|
+
|
|
167
189
|
function get() {
|
|
168
190
|
return this.fontSizeMedium;
|
|
169
191
|
} }, { key: "tokenFontSizeLarge", get:
|
|
192
|
+
|
|
170
193
|
function get() {
|
|
171
194
|
return this.fontSizeLarge;
|
|
172
195
|
} }, { key: "tokenLineHeightSmall", get:
|
|
@@ -181,9 +204,11 @@ BasicThemeClass = exports.BasicThemeClass = /*#__PURE__*/function () {function B
|
|
|
181
204
|
function get() {
|
|
182
205
|
return this.controlLineHeightSmall;
|
|
183
206
|
} }, { key: "tokenLineHeightMedium", get:
|
|
207
|
+
|
|
184
208
|
function get() {
|
|
185
209
|
return this.controlLineHeightMedium;
|
|
186
210
|
} }, { key: "tokenLineHeightLarge", get:
|
|
211
|
+
|
|
187
212
|
function get() {
|
|
188
213
|
return this.controlLineHeightLarge;
|
|
189
214
|
} }, { key: "tokenBorderColorWarning", get:
|
|
@@ -203,17 +228,21 @@ BasicThemeClass = exports.BasicThemeClass = /*#__PURE__*/function () {function B
|
|
|
203
228
|
|
|
204
229
|
|
|
205
230
|
|
|
231
|
+
|
|
206
232
|
function get() {
|
|
207
233
|
return this.borderColorWarning;
|
|
208
234
|
} }, { key: "tokenBorderColorError", get:
|
|
235
|
+
|
|
209
236
|
function get() {
|
|
210
237
|
return this.borderColorError;
|
|
211
238
|
} }, { key: "tokenPaddingYDisabled", get:
|
|
212
239
|
|
|
213
240
|
|
|
241
|
+
|
|
214
242
|
function get() {
|
|
215
243
|
return this.tokenPaddingYSmall;
|
|
216
244
|
} }, { key: "tokenPaddingXDisabled", get:
|
|
245
|
+
|
|
217
246
|
function get() {
|
|
218
247
|
return this.tokenPaddingXSmall;
|
|
219
248
|
} }, { key: "tokenMarginYDisabled", get:
|
|
@@ -221,6 +250,7 @@ BasicThemeClass = exports.BasicThemeClass = /*#__PURE__*/function () {function B
|
|
|
221
250
|
function get() {
|
|
222
251
|
return this.tokenMarginYSmall;
|
|
223
252
|
} }, { key: "tokenMarginXDisabled", get:
|
|
253
|
+
|
|
224
254
|
function get() {
|
|
225
255
|
return this.tokenMarginXSmall;
|
|
226
256
|
} }, { key: "tokenInputLineHeightSmall", get:
|
|
@@ -243,62 +273,83 @@ BasicThemeClass = exports.BasicThemeClass = /*#__PURE__*/function () {function B
|
|
|
243
273
|
function get() {
|
|
244
274
|
return this.controlLineHeightSmall;
|
|
245
275
|
} }, { key: "tokenInputLineHeightMedium", get:
|
|
276
|
+
|
|
246
277
|
function get() {
|
|
247
278
|
return this.controlLineHeightMedium;
|
|
248
279
|
} }, { key: "tokenInputLineHeightLarge", get:
|
|
280
|
+
|
|
249
281
|
function get() {
|
|
250
282
|
return this.controlLineHeightLarge;
|
|
251
283
|
} }, { key: "tokenInputBorderColor", get:
|
|
284
|
+
|
|
252
285
|
function get() {
|
|
253
286
|
return this.inputBorderColor;
|
|
254
287
|
} }, { key: "tokenInputBorderColorHover", get:
|
|
288
|
+
|
|
255
289
|
function get() {
|
|
256
290
|
return this.inputBorderColorHover;
|
|
257
291
|
} }, { key: "tokenInputBorderColorFocus", get:
|
|
292
|
+
|
|
258
293
|
function get() {
|
|
259
294
|
return this.inputBorderColorFocus;
|
|
260
295
|
} }, { key: "tokenInputBorderColorError", get:
|
|
296
|
+
|
|
261
297
|
function get() {
|
|
262
298
|
return this.inputBorderColorError;
|
|
263
299
|
} }, { key: "tokenInputBorderColorWarning", get:
|
|
300
|
+
|
|
264
301
|
function get() {
|
|
265
302
|
return this.inputBorderColorWarning;
|
|
266
303
|
} }, { key: "tokenInputBorderTopColor", get:
|
|
304
|
+
|
|
267
305
|
function get() {
|
|
268
306
|
return this.inputBorderTopColor;
|
|
269
307
|
} }, { key: "tokenInputPlaceholderColor", get:
|
|
270
308
|
|
|
309
|
+
|
|
310
|
+
|
|
271
311
|
function get() {
|
|
272
312
|
return this.inputPlaceholderColor;
|
|
273
313
|
} }, { key: "tokenInputPlaceholderColorLight", get:
|
|
314
|
+
|
|
274
315
|
function get() {
|
|
275
316
|
return this.inputPlaceholderColorLight;
|
|
276
317
|
} }, { key: "tokenInputDisabledBg", get:
|
|
318
|
+
|
|
277
319
|
function get() {
|
|
278
320
|
return this.inputDisabledBg;
|
|
279
321
|
} }, { key: "tokenInputDisabledBorderColor", get:
|
|
322
|
+
|
|
280
323
|
function get() {
|
|
281
324
|
return this.inputDisabledBorderColor;
|
|
282
325
|
} }, { key: "tokenInputBorderWidth", get:
|
|
326
|
+
|
|
283
327
|
function get() {
|
|
284
328
|
return this.inputBorderWidth;
|
|
285
329
|
} }, { key: "tokenInputOutlineWidth", get:
|
|
330
|
+
|
|
286
331
|
function get() {
|
|
287
332
|
return this.inputOutlineWidth;
|
|
288
333
|
} }, { key: "tokenInputBg", get:
|
|
334
|
+
|
|
289
335
|
function get() {
|
|
290
336
|
return this.inputBg;
|
|
291
337
|
} }, { key: "tokenInputShadow", get:
|
|
292
338
|
|
|
339
|
+
|
|
340
|
+
|
|
293
341
|
function get() {
|
|
294
342
|
return this.inputShadow;
|
|
295
343
|
} }, { key: "tokenInputTextColor", get:
|
|
344
|
+
|
|
296
345
|
function get() {
|
|
297
346
|
return this.inputTextColor;
|
|
298
347
|
} }, { key: "tokenInputTextColorDisabled", get:
|
|
348
|
+
|
|
299
349
|
function get() {
|
|
300
350
|
return this.textColorDisabledContrast;
|
|
301
351
|
} }, { key: "tokenInputPlaceholderColorDisabled", get:
|
|
352
|
+
|
|
302
353
|
function get() {
|
|
303
354
|
return this.textColorDisabledContrast;
|
|
304
355
|
} }, { key: "btnCheckedDisabledBorderColor", get:
|
|
@@ -331,6 +382,7 @@ BasicThemeClass = exports.BasicThemeClass = /*#__PURE__*/function () {function B
|
|
|
331
382
|
|
|
332
383
|
|
|
333
384
|
|
|
385
|
+
|
|
334
386
|
|
|
335
387
|
|
|
336
388
|
function get() {
|
|
@@ -343,10 +395,13 @@ BasicThemeClass = exports.BasicThemeClass = /*#__PURE__*/function () {function B
|
|
|
343
395
|
|
|
344
396
|
|
|
345
397
|
|
|
398
|
+
|
|
346
399
|
function get() {
|
|
347
400
|
return this.controlBorderWidth;
|
|
348
401
|
} }, { key: "btnOutlineWidth", get:
|
|
349
402
|
|
|
403
|
+
|
|
404
|
+
|
|
350
405
|
function get() {
|
|
351
406
|
return this.controlOutlineWidth;
|
|
352
407
|
} }, { key: "btnIconGapSmallRight", get:
|
|
@@ -355,16 +410,20 @@ BasicThemeClass = exports.BasicThemeClass = /*#__PURE__*/function () {function B
|
|
|
355
410
|
|
|
356
411
|
|
|
357
412
|
|
|
413
|
+
|
|
414
|
+
|
|
358
415
|
function get() {
|
|
359
416
|
return this.btnIconGapSmallLeft;
|
|
360
417
|
} }, { key: "btnIconGapMediumRight", get:
|
|
361
418
|
|
|
362
419
|
|
|
420
|
+
|
|
363
421
|
function get() {
|
|
364
422
|
return this.btnIconGapMediumLeft;
|
|
365
423
|
} }, { key: "btnIconGapLargeRight", get:
|
|
366
424
|
|
|
367
425
|
|
|
426
|
+
|
|
368
427
|
function get() {
|
|
369
428
|
return this.btnIconGapLargeLeft;
|
|
370
429
|
} }, { key: "btnDefaultCheckedBorderColor", get:
|
|
@@ -375,9 +434,11 @@ BasicThemeClass = exports.BasicThemeClass = /*#__PURE__*/function () {function B
|
|
|
375
434
|
|
|
376
435
|
|
|
377
436
|
|
|
437
|
+
|
|
378
438
|
function get() {
|
|
379
439
|
return this.btnCheckedBg;
|
|
380
440
|
} }, { key: "btnDefaultTextColor", get:
|
|
441
|
+
|
|
381
442
|
function get() {
|
|
382
443
|
return this.textColorDefault;
|
|
383
444
|
} }, { key: "btnDefaultHoverBorderColor", get:
|
|
@@ -385,10 +446,14 @@ BasicThemeClass = exports.BasicThemeClass = /*#__PURE__*/function () {function B
|
|
|
385
446
|
|
|
386
447
|
|
|
387
448
|
|
|
449
|
+
|
|
450
|
+
|
|
388
451
|
function get() {
|
|
389
452
|
return this.btnDefaultBorderColor;
|
|
390
453
|
} }, { key: "btnDefaultActiveBorderColor", get:
|
|
391
454
|
|
|
455
|
+
|
|
456
|
+
|
|
392
457
|
function get() {
|
|
393
458
|
return this.btnDefaultBorderColor;
|
|
394
459
|
} }, { key: "btnDangerBg", get:
|
|
@@ -420,12 +485,15 @@ BasicThemeClass = exports.BasicThemeClass = /*#__PURE__*/function () {function B
|
|
|
420
485
|
|
|
421
486
|
|
|
422
487
|
|
|
488
|
+
|
|
489
|
+
|
|
423
490
|
|
|
424
491
|
|
|
425
492
|
|
|
426
493
|
function get() {
|
|
427
494
|
return this.errorMain;
|
|
428
495
|
} }, { key: "btnDangerBorderColor", get:
|
|
496
|
+
|
|
429
497
|
function get() {
|
|
430
498
|
return this.btnDangerBg;
|
|
431
499
|
} }, { key: "btnDangerActiveBorderColor", get:
|
|
@@ -440,6 +508,7 @@ BasicThemeClass = exports.BasicThemeClass = /*#__PURE__*/function () {function B
|
|
|
440
508
|
|
|
441
509
|
|
|
442
510
|
|
|
511
|
+
|
|
443
512
|
function get() {
|
|
444
513
|
return this.btnDangerActiveBg;
|
|
445
514
|
} }, { key: "btnPayTextColor", get:
|
|
@@ -452,6 +521,7 @@ BasicThemeClass = exports.BasicThemeClass = /*#__PURE__*/function () {function B
|
|
|
452
521
|
|
|
453
522
|
|
|
454
523
|
|
|
524
|
+
|
|
455
525
|
function get() {
|
|
456
526
|
return this.textColorDefault;
|
|
457
527
|
} }, { key: "btnFontSizeSmall", get:
|
|
@@ -461,98 +531,127 @@ BasicThemeClass = exports.BasicThemeClass = /*#__PURE__*/function () {function B
|
|
|
461
531
|
|
|
462
532
|
|
|
463
533
|
|
|
534
|
+
|
|
535
|
+
|
|
464
536
|
function get() {
|
|
465
537
|
return this.fontSizeSmall;
|
|
466
538
|
} }, { key: "btnFontSizeMedium", get:
|
|
539
|
+
|
|
467
540
|
function get() {
|
|
468
541
|
return this.fontSizeMedium;
|
|
469
542
|
} }, { key: "btnFontSizeLarge", get:
|
|
543
|
+
|
|
470
544
|
function get() {
|
|
471
545
|
return this.fontSizeLarge;
|
|
472
546
|
} }, { key: "btnLineHeightSmall", get:
|
|
547
|
+
|
|
473
548
|
function get() {
|
|
474
549
|
return this.controlLineHeightSmall;
|
|
475
550
|
} }, { key: "btnLineHeightMedium", get:
|
|
551
|
+
|
|
476
552
|
function get() {
|
|
477
553
|
return this.controlLineHeightMedium;
|
|
478
554
|
} }, { key: "btnLineHeightLarge", get:
|
|
555
|
+
|
|
479
556
|
function get() {
|
|
480
557
|
return this.controlLineHeightLarge;
|
|
481
558
|
} }, { key: "btnPaddingYSmall", get:
|
|
559
|
+
|
|
482
560
|
function get() {
|
|
483
561
|
return this.controlPaddingYSmall;
|
|
484
562
|
} }, { key: "btnPaddingYMedium", get:
|
|
563
|
+
|
|
485
564
|
function get() {
|
|
486
565
|
return this.controlPaddingYMedium;
|
|
487
566
|
} }, { key: "btnPaddingYLarge", get:
|
|
567
|
+
|
|
488
568
|
function get() {
|
|
489
569
|
return this.controlPaddingYLarge;
|
|
490
570
|
} }, { key: "btnBorderColorWarning", get:
|
|
491
571
|
|
|
492
572
|
|
|
573
|
+
|
|
493
574
|
function get() {
|
|
494
575
|
return this.borderColorWarning;
|
|
495
576
|
} }, { key: "btnBorderColorError", get:
|
|
577
|
+
|
|
496
578
|
function get() {
|
|
497
579
|
return this.borderColorError;
|
|
498
580
|
} }, { key: "btnHeightSmall", get:
|
|
581
|
+
|
|
499
582
|
function get() {
|
|
500
583
|
var borderWidth = parseInt(this.btnBorderWidth, 10) || 0;
|
|
501
584
|
var padding = parseInt(this.btnPaddingYSmall, 10) || 0;
|
|
502
585
|
var lineHeigh = parseInt(this.btnLineHeightSmall, 10) || 0;
|
|
503
586
|
return 2 * borderWidth + 2 * padding + lineHeigh + "px";
|
|
504
587
|
} }, { key: "btnHeightMedium", get:
|
|
588
|
+
|
|
505
589
|
function get() {
|
|
506
590
|
var borderWidth = parseInt(this.btnBorderWidth, 10) || 0;
|
|
507
591
|
var padding = parseInt(this.btnPaddingYMedium, 10) || 0;
|
|
508
592
|
var lineHeigh = parseInt(this.btnLineHeightMedium, 10) || 0;
|
|
509
593
|
return 2 * borderWidth + 2 * padding + lineHeigh + "px";
|
|
510
594
|
} }, { key: "btnHeightLarge", get:
|
|
595
|
+
|
|
511
596
|
function get() {
|
|
512
597
|
var borderWidth = parseInt(this.btnBorderWidth, 10) || 0;
|
|
513
598
|
var padding = parseInt(this.btnPaddingYLarge, 10) || 0;
|
|
514
599
|
var lineHeigh = parseInt(this.btnLineHeightLarge, 10) || 0;
|
|
515
600
|
return 2 * borderWidth + 2 * padding + lineHeigh + "px";
|
|
516
601
|
} }, { key: "btnLinkColor", get:
|
|
602
|
+
|
|
517
603
|
function get() {
|
|
518
604
|
return this.linkColor;
|
|
519
605
|
} }, { key: "btnLinkHoverColor", get:
|
|
606
|
+
|
|
520
607
|
function get() {
|
|
521
608
|
return this.linkHoverColor;
|
|
522
609
|
} }, { key: "btnLinkActiveColor", get:
|
|
610
|
+
|
|
523
611
|
function get() {
|
|
524
612
|
return this.linkActiveColor;
|
|
525
613
|
} }, { key: "btnLinkHoverTextDecoration", get:
|
|
614
|
+
|
|
526
615
|
function get() {
|
|
527
616
|
return this.linkHoverTextDecoration;
|
|
528
617
|
} }, { key: "btnLinkTextDecorationColor", get:
|
|
618
|
+
|
|
529
619
|
function get() {
|
|
530
620
|
return this.linkTextDecorationColor;
|
|
531
621
|
} }, { key: "btnLinkTextDecorationStyle", get:
|
|
622
|
+
|
|
532
623
|
function get() {
|
|
533
624
|
return this.linkTextDecorationStyle;
|
|
534
625
|
} }, { key: "btnLinkHoverTextDecorationStyle", get:
|
|
626
|
+
|
|
535
627
|
function get() {
|
|
536
628
|
return this.linkTextDecorationStyle;
|
|
537
629
|
} }, { key: "btnLinkTextUnderlineOffset", get:
|
|
630
|
+
|
|
538
631
|
function get() {
|
|
539
632
|
return this.linkTextUnderlineOffset;
|
|
540
633
|
} }, { key: "btnLinkTextDecorationThickness", get:
|
|
634
|
+
|
|
541
635
|
function get() {
|
|
542
636
|
return this.linkTextDecorationThickness;
|
|
543
637
|
} }, { key: "btnLinkTextUnderlineOpacity", get:
|
|
638
|
+
|
|
544
639
|
function get() {
|
|
545
640
|
return this.linkTextUnderlineOpacity;
|
|
546
641
|
} }, { key: "btnLinkLineBorderBottomStyle", get:
|
|
642
|
+
|
|
547
643
|
function get() {
|
|
548
644
|
return this.linkLineBorderBottomStyle;
|
|
549
645
|
} }, { key: "btnLinkHoverLineBorderBottomStyle", get:
|
|
646
|
+
|
|
550
647
|
function get() {
|
|
551
648
|
return this.btnLinkLineBorderBottomStyle;
|
|
552
649
|
} }, { key: "btnLinkLineBorderBottomWidth", get:
|
|
650
|
+
|
|
553
651
|
function get() {
|
|
554
652
|
return this.linkLineBorderBottomWidth;
|
|
555
653
|
} }, { key: "btnLinkLineBorderBottomOpacity", get:
|
|
654
|
+
|
|
556
655
|
function get() {
|
|
557
656
|
return this.linkLineBorderBottomOpacity;
|
|
558
657
|
} }, { key: "btnLinkIconMarginRight", get:
|
|
@@ -560,44 +659,59 @@ BasicThemeClass = exports.BasicThemeClass = /*#__PURE__*/function () {function B
|
|
|
560
659
|
function get() {
|
|
561
660
|
return this.linkIconMarginRight;
|
|
562
661
|
} }, { key: "btnLinkIconMarginLeft", get:
|
|
662
|
+
|
|
563
663
|
function get() {
|
|
564
664
|
return this.linkIconMarginRight;
|
|
565
665
|
} }, { key: "btnErrorSecondary", get:
|
|
666
|
+
|
|
566
667
|
function get() {
|
|
567
668
|
return this.errorSecondary;
|
|
568
669
|
} }, { key: "btnWarningSecondary", get:
|
|
670
|
+
|
|
569
671
|
function get() {
|
|
570
672
|
return this.warningSecondary;
|
|
571
673
|
} }, { key: "btnOutlineColorFocus", get:
|
|
674
|
+
|
|
572
675
|
function get() {
|
|
573
676
|
return this.outlineColorFocus;
|
|
574
677
|
} }, { key: "btnBorderColorFocus", get:
|
|
575
678
|
|
|
679
|
+
|
|
680
|
+
|
|
576
681
|
function get() {
|
|
577
682
|
return this.borderColorFocus;
|
|
578
683
|
} }, { key: "btnLinkDisabledColor", get:
|
|
684
|
+
|
|
579
685
|
function get() {
|
|
580
686
|
return this.linkDisabledColor;
|
|
581
687
|
} }, { key: "btnDisabledTextColor", get:
|
|
688
|
+
|
|
582
689
|
function get() {
|
|
583
690
|
return this.textColorDisabled;
|
|
584
691
|
} }, { key: "btnBacklessActiveBorderColor", get:
|
|
585
692
|
|
|
586
693
|
|
|
587
694
|
|
|
695
|
+
|
|
696
|
+
|
|
588
697
|
function get() {
|
|
589
698
|
return this.btnBacklessBorderColor;
|
|
590
699
|
} }, { key: "btnBacklessBorderColor", get:
|
|
700
|
+
|
|
591
701
|
function get() {
|
|
592
702
|
return this.btnDefaultBorderColor;
|
|
593
703
|
} }, { key: "btnBacklessDisabledBorderColor", get:
|
|
704
|
+
|
|
594
705
|
function get() {
|
|
595
706
|
return this.btnDisabledBorderColor;
|
|
596
707
|
} }, { key: "btnBacklessHoverBorderColor", get:
|
|
708
|
+
|
|
597
709
|
function get() {
|
|
598
710
|
return this.btnBacklessBorderColor;
|
|
599
711
|
} }, { key: "btnBacklessTextColor", get:
|
|
600
712
|
|
|
713
|
+
|
|
714
|
+
|
|
601
715
|
function get() {
|
|
602
716
|
return this.btnDefaultTextColor;
|
|
603
717
|
} }, { key: "btnTextBorderColor", get:
|
|
@@ -605,15 +719,32 @@ BasicThemeClass = exports.BasicThemeClass = /*#__PURE__*/function () {function B
|
|
|
605
719
|
|
|
606
720
|
|
|
607
721
|
|
|
722
|
+
|
|
608
723
|
function get() {
|
|
609
724
|
return this.btnDefaultBorderColor;
|
|
610
725
|
} }, { key: "btnTextTextColor", get:
|
|
726
|
+
|
|
611
727
|
function get() {
|
|
612
728
|
return this.btnDefaultTextColor;
|
|
613
729
|
} }, { key: "btnTextHoverBorderColor", get:
|
|
614
730
|
|
|
731
|
+
|
|
732
|
+
|
|
615
733
|
function get() {
|
|
616
734
|
return this.btnTextHoverBg;
|
|
735
|
+
}
|
|
736
|
+
|
|
737
|
+
/** @deprecated use btnWithIconPadding[Small/Medium/Large] instead */ }, { key: "btnWithIconPaddingLeftSmall", get:
|
|
738
|
+
function get() {
|
|
739
|
+
return this.btnWithIconPaddingSmall;
|
|
740
|
+
} }, { key: "btnWithIconPaddingLeftMedium", get:
|
|
741
|
+
|
|
742
|
+
function get() {
|
|
743
|
+
return this.btnWithIconPaddingMedium;
|
|
744
|
+
} }, { key: "btnWithIconPaddingLeftLarge", get:
|
|
745
|
+
|
|
746
|
+
function get() {
|
|
747
|
+
return this.btnWithIconPaddingLarge;
|
|
617
748
|
} }, { key: "selectDefaultBg", get:
|
|
618
749
|
|
|
619
750
|
|
|
@@ -630,40 +761,54 @@ BasicThemeClass = exports.BasicThemeClass = /*#__PURE__*/function () {function B
|
|
|
630
761
|
return this.inputBg;
|
|
631
762
|
} }, { key: "selectBorderWidth", get:
|
|
632
763
|
|
|
764
|
+
|
|
765
|
+
|
|
633
766
|
function get() {
|
|
634
767
|
return this.controlBorderWidth;
|
|
635
768
|
} }, { key: "selectPlaceholderColorDisabled", get:
|
|
769
|
+
|
|
636
770
|
function get() {
|
|
637
771
|
return this.textColorDisabled;
|
|
638
772
|
} }, { key: "selectOutlineWidth", get:
|
|
773
|
+
|
|
639
774
|
function get() {
|
|
640
775
|
return this.controlOutlineWidth;
|
|
641
776
|
} }, { key: "selectLineHeightSmall", get:
|
|
777
|
+
|
|
642
778
|
function get() {
|
|
643
779
|
return this.controlLineHeightSmall;
|
|
644
780
|
} }, { key: "selectFontSizeSmall", get:
|
|
781
|
+
|
|
645
782
|
function get() {
|
|
646
783
|
return this.fontSizeSmall;
|
|
647
784
|
} }, { key: "selectPaddingYSmall", get:
|
|
648
785
|
|
|
786
|
+
|
|
787
|
+
|
|
649
788
|
function get() {
|
|
650
789
|
return this.controlPaddingYSmall;
|
|
651
790
|
} }, { key: "selectBorderRadiusSmall", get:
|
|
791
|
+
|
|
652
792
|
function get() {
|
|
653
793
|
return this.inputBorderRadiusSmall;
|
|
654
794
|
} }, { key: "selectBorderRadiusMedium", get:
|
|
795
|
+
|
|
655
796
|
function get() {
|
|
656
797
|
return this.inputBorderRadiusMedium;
|
|
657
798
|
} }, { key: "selectBorderRadiusLarge", get:
|
|
799
|
+
|
|
658
800
|
function get() {
|
|
659
801
|
return this.inputBorderRadiusLarge;
|
|
660
802
|
} }, { key: "selectIconGapSmall", get:
|
|
803
|
+
|
|
661
804
|
function get() {
|
|
662
805
|
return this.inputIconGapSmall;
|
|
663
806
|
} }, { key: "selectIconGapMedium", get:
|
|
807
|
+
|
|
664
808
|
function get() {
|
|
665
809
|
return this.inputIconGapMedium;
|
|
666
810
|
} }, { key: "selectIconGapLarge", get:
|
|
811
|
+
|
|
667
812
|
function get() {
|
|
668
813
|
return this.inputIconGapLarge;
|
|
669
814
|
} }, { key: "selectLineHeightMedium", get:
|
|
@@ -671,52 +816,70 @@ BasicThemeClass = exports.BasicThemeClass = /*#__PURE__*/function () {function B
|
|
|
671
816
|
function get() {
|
|
672
817
|
return this.controlLineHeightMedium;
|
|
673
818
|
} }, { key: "selectFontSizeMedium", get:
|
|
819
|
+
|
|
674
820
|
function get() {
|
|
675
821
|
return this.fontSizeMedium;
|
|
676
822
|
} }, { key: "selectPaddingYMedium", get:
|
|
677
823
|
|
|
824
|
+
|
|
825
|
+
|
|
678
826
|
function get() {
|
|
679
827
|
return this.controlPaddingYMedium;
|
|
680
828
|
} }, { key: "selectLineHeightLarge", get:
|
|
829
|
+
|
|
681
830
|
function get() {
|
|
682
831
|
return this.controlLineHeightLarge;
|
|
683
832
|
} }, { key: "selectFontSizeLarge", get:
|
|
833
|
+
|
|
684
834
|
function get() {
|
|
685
835
|
return this.fontSizeLarge;
|
|
686
836
|
} }, { key: "selectPaddingYLarge", get:
|
|
687
837
|
|
|
838
|
+
|
|
839
|
+
|
|
688
840
|
function get() {
|
|
689
841
|
return this.controlPaddingYLarge;
|
|
690
842
|
} }, { key: "selectMenuArrowColor", get:
|
|
843
|
+
|
|
691
844
|
function get() {
|
|
692
845
|
return this.btnMenuArrowColor;
|
|
693
846
|
} }, { key: "selectMenuArrowColorDisabled", get:
|
|
847
|
+
|
|
694
848
|
function get() {
|
|
695
849
|
return this.textColorDisabled;
|
|
696
850
|
} }, { key: "selectIconSizeSmall", get:
|
|
851
|
+
|
|
697
852
|
function get() {
|
|
698
853
|
return this.btnIconSizeSmall;
|
|
699
854
|
} }, { key: "selectIconSizeMedium", get:
|
|
855
|
+
|
|
700
856
|
function get() {
|
|
701
857
|
return this.btnIconSizeMedium;
|
|
702
858
|
} }, { key: "selectIconSizeLarge", get:
|
|
859
|
+
|
|
703
860
|
function get() {
|
|
704
861
|
return this.btnIconSizeLarge;
|
|
705
862
|
} }, { key: "selectTextColorDisabled", get:
|
|
706
863
|
|
|
707
864
|
|
|
865
|
+
|
|
866
|
+
|
|
708
867
|
function get() {
|
|
709
868
|
return this.btnDisabledTextColor;
|
|
710
869
|
} }, { key: "selectBgDisabled", get:
|
|
870
|
+
|
|
711
871
|
function get() {
|
|
712
872
|
return this.inputDisabledBg;
|
|
713
873
|
} }, { key: "selectBorderColorDisabled", get:
|
|
874
|
+
|
|
714
875
|
function get() {
|
|
715
876
|
return this.btnDisabledBorderColor;
|
|
716
877
|
} }, { key: "selectMenuOffsetY", get:
|
|
878
|
+
|
|
717
879
|
function get() {
|
|
718
880
|
return this.menuOffsetY;
|
|
719
881
|
} }, { key: "selectBorderColorHover", get:
|
|
882
|
+
|
|
720
883
|
function get() {
|
|
721
884
|
return this.btnDefaultHoverBorderColor;
|
|
722
885
|
} }, { key: "tooltipTextColor", get:
|
|
@@ -726,6 +889,23 @@ BasicThemeClass = exports.BasicThemeClass = /*#__PURE__*/function () {function B
|
|
|
726
889
|
|
|
727
890
|
|
|
728
891
|
|
|
892
|
+
|
|
893
|
+
|
|
894
|
+
|
|
895
|
+
|
|
896
|
+
|
|
897
|
+
|
|
898
|
+
|
|
899
|
+
|
|
900
|
+
|
|
901
|
+
|
|
902
|
+
|
|
903
|
+
|
|
904
|
+
|
|
905
|
+
|
|
906
|
+
|
|
907
|
+
|
|
908
|
+
|
|
729
909
|
|
|
730
910
|
|
|
731
911
|
|
|
@@ -734,33 +914,97 @@ BasicThemeClass = exports.BasicThemeClass = /*#__PURE__*/function () {function B
|
|
|
734
914
|
return this.textColorDefault;
|
|
735
915
|
} }, { key: "tooltipBorder", get:
|
|
736
916
|
|
|
917
|
+
|
|
918
|
+
|
|
737
919
|
function get() {
|
|
738
920
|
return this.popupBorder;
|
|
739
|
-
}
|
|
921
|
+
}
|
|
922
|
+
|
|
923
|
+
/** @deprecated Переменная устарела с появлением размеров у `Tooltip` и будет удалена в `6.0`.
|
|
924
|
+
* @see {@link tooltipBorderRadiusSmall `tooltipBorderRadiusSmall`} */ }, { key: "tooltipPinSize", get:
|
|
925
|
+
|
|
926
|
+
|
|
927
|
+
|
|
928
|
+
|
|
740
929
|
|
|
741
930
|
|
|
742
931
|
|
|
743
932
|
|
|
933
|
+
|
|
934
|
+
|
|
935
|
+
|
|
936
|
+
|
|
937
|
+
|
|
938
|
+
|
|
939
|
+
|
|
940
|
+
|
|
941
|
+
|
|
942
|
+
|
|
943
|
+
|
|
944
|
+
|
|
945
|
+
|
|
946
|
+
|
|
947
|
+
|
|
948
|
+
/** @deprecated Переменная устарела с появлением размеров у `Tooltip` и будет удалена в `6.0`.
|
|
949
|
+
* @see {@link tooltipPinSizeSmall `tooltipPinSizeSmall`} */
|
|
744
950
|
function get() {
|
|
745
951
|
return this.popupPinSize;
|
|
746
952
|
} }, { key: "tooltipFontSize", get:
|
|
953
|
+
|
|
954
|
+
|
|
955
|
+
|
|
956
|
+
|
|
957
|
+
|
|
958
|
+
/** @deprecated Переменная устарела с появлением размеров у `Tooltip` и будет удалена в `6.0`.
|
|
959
|
+
* @see {@link tooltipFontSizeSmall `tooltipFontSizeSmall`} */
|
|
960
|
+
function get() {
|
|
961
|
+
return this.fontSizeSmall;
|
|
962
|
+
} }, { key: "tooltipFontSizeSmall", get:
|
|
963
|
+
|
|
747
964
|
function get() {
|
|
748
965
|
return this.fontSizeSmall;
|
|
749
|
-
} }, { key: "
|
|
966
|
+
} }, { key: "tooltipFontSizeMedium", get:
|
|
967
|
+
|
|
968
|
+
function get() {
|
|
969
|
+
return this.fontSizeMedium;
|
|
970
|
+
} }, { key: "tooltipFontSizeLarge", get:
|
|
971
|
+
|
|
972
|
+
function get() {
|
|
973
|
+
return this.fontSizeLarge;
|
|
974
|
+
}
|
|
975
|
+
|
|
976
|
+
/** @deprecated Переменная устарела с появлением размеров у `Tooltip` и будет удалена в `6.0`.
|
|
977
|
+
* @see {@link tooltipLineHeightSmall `tooltipLineHeightSmall`} */ }, { key: "tooltipLineHeight", get:
|
|
978
|
+
function get() {
|
|
979
|
+
return this.controlLineHeightSmall;
|
|
980
|
+
} }, { key: "tooltipLineHeightSmall", get:
|
|
981
|
+
|
|
750
982
|
function get() {
|
|
751
983
|
return this.controlLineHeightSmall;
|
|
984
|
+
} }, { key: "tooltipLineHeightMedium", get:
|
|
985
|
+
|
|
986
|
+
function get() {
|
|
987
|
+
return this.controlLineHeightMedium;
|
|
988
|
+
} }, { key: "tooltipLineHeightLarge", get:
|
|
989
|
+
|
|
990
|
+
function get() {
|
|
991
|
+
return this.controlLineHeightLarge;
|
|
752
992
|
}
|
|
993
|
+
|
|
753
994
|
//#endregion Tooltip
|
|
754
995
|
//#region TooltipMenu
|
|
755
996
|
}, { key: "tooltipMenuPinOffsetX", get: function get() {
|
|
756
997
|
return this.tooltipPinOffsetX;
|
|
757
998
|
} }, { key: "tooltipMenuPinOffsetY", get:
|
|
999
|
+
|
|
758
1000
|
function get() {
|
|
759
1001
|
return this.tooltipPinOffsetY;
|
|
760
1002
|
} }, { key: "tooltipMenuMargin", get:
|
|
1003
|
+
|
|
761
1004
|
function get() {
|
|
762
1005
|
return this.popupMargin;
|
|
763
1006
|
} }, { key: "tooltipMenuPinSize", get:
|
|
1007
|
+
|
|
764
1008
|
function get() {
|
|
765
1009
|
return this.popupPinSize;
|
|
766
1010
|
}
|
|
@@ -785,6 +1029,7 @@ BasicThemeClass = exports.BasicThemeClass = /*#__PURE__*/function () {function B
|
|
|
785
1029
|
|
|
786
1030
|
|
|
787
1031
|
|
|
1032
|
+
|
|
788
1033
|
function get() {
|
|
789
1034
|
return this.bgSecondary;
|
|
790
1035
|
} }, { key: "modalFixedHeaderBg", get:
|
|
@@ -802,18 +1047,25 @@ BasicThemeClass = exports.BasicThemeClass = /*#__PURE__*/function () {function B
|
|
|
802
1047
|
|
|
803
1048
|
|
|
804
1049
|
|
|
1050
|
+
|
|
1051
|
+
|
|
805
1052
|
function get() {
|
|
806
1053
|
return this.bgSecondary;
|
|
807
1054
|
} }, { key: "modalFixedHeaderShadow", get:
|
|
1055
|
+
|
|
808
1056
|
function get() {
|
|
809
1057
|
return this.fixedPanelShadow;
|
|
810
1058
|
} }, { key: "modalFixedFooterShadow", get:
|
|
811
1059
|
|
|
812
1060
|
|
|
1061
|
+
|
|
1062
|
+
|
|
813
1063
|
function get() {
|
|
814
1064
|
return this.fixedPanelShadow;
|
|
815
1065
|
} }, { key: "modalFooterBg", get:
|
|
816
1066
|
|
|
1067
|
+
|
|
1068
|
+
|
|
817
1069
|
function get() {
|
|
818
1070
|
return this.modalBg;
|
|
819
1071
|
} }, { key: "modalHeaderTextColor", get:
|
|
@@ -823,19 +1075,26 @@ BasicThemeClass = exports.BasicThemeClass = /*#__PURE__*/function () {function B
|
|
|
823
1075
|
|
|
824
1076
|
|
|
825
1077
|
|
|
1078
|
+
|
|
1079
|
+
|
|
826
1080
|
function get() {
|
|
827
1081
|
return this.textColorDefault;
|
|
828
1082
|
} }, { key: "modalHeaderAdditionalPaddingBottom", get:
|
|
829
1083
|
|
|
830
1084
|
|
|
831
1085
|
|
|
1086
|
+
|
|
1087
|
+
|
|
832
1088
|
function get() {
|
|
833
1089
|
return this.modalHeaderPaddingBottom;
|
|
834
1090
|
} }, { key: "modalFixedHeaderPaddingBottom", get:
|
|
835
1091
|
|
|
1092
|
+
|
|
1093
|
+
|
|
836
1094
|
function get() {
|
|
837
1095
|
return this.modalHeaderPaddingBottom;
|
|
838
1096
|
} }, { key: "modalFixedFooterPaddingTop", get:
|
|
1097
|
+
|
|
839
1098
|
function get() {
|
|
840
1099
|
return this.modalFooterPanelPaddingTop;
|
|
841
1100
|
} }, { key: "modalFooterPanelPaddingBottom", get:
|
|
@@ -853,6 +1112,8 @@ BasicThemeClass = exports.BasicThemeClass = /*#__PURE__*/function () {function B
|
|
|
853
1112
|
|
|
854
1113
|
|
|
855
1114
|
|
|
1115
|
+
|
|
1116
|
+
|
|
856
1117
|
function get() {
|
|
857
1118
|
return this.modalFooterPaddingBottom;
|
|
858
1119
|
} }, { key: "mobileModalWithoutHeaderCloseButtonWidth", get:
|
|
@@ -860,6 +1121,8 @@ BasicThemeClass = exports.BasicThemeClass = /*#__PURE__*/function () {function B
|
|
|
860
1121
|
|
|
861
1122
|
|
|
862
1123
|
|
|
1124
|
+
|
|
1125
|
+
|
|
863
1126
|
function get() {
|
|
864
1127
|
return parseInt(this.modalCloseIconSize) + 2 * parseInt(this.mobileModalWithoutHeaderCloseButtonPadding) + "px";
|
|
865
1128
|
} }, { key: "sidePageFooterPanelBg", get:
|
|
@@ -878,6 +1141,7 @@ BasicThemeClass = exports.BasicThemeClass = /*#__PURE__*/function () {function B
|
|
|
878
1141
|
|
|
879
1142
|
|
|
880
1143
|
|
|
1144
|
+
|
|
881
1145
|
//#endregion
|
|
882
1146
|
//#region SidePage
|
|
883
1147
|
function get() {
|
|
@@ -900,6 +1164,8 @@ BasicThemeClass = exports.BasicThemeClass = /*#__PURE__*/function () {function B
|
|
|
900
1164
|
|
|
901
1165
|
|
|
902
1166
|
|
|
1167
|
+
|
|
1168
|
+
|
|
903
1169
|
function get() {
|
|
904
1170
|
return this.textColorDefault;
|
|
905
1171
|
} }, { key: "sidePageFooterPanelPaddingTop", get:
|
|
@@ -916,9 +1182,12 @@ BasicThemeClass = exports.BasicThemeClass = /*#__PURE__*/function () {function B
|
|
|
916
1182
|
|
|
917
1183
|
|
|
918
1184
|
|
|
1185
|
+
|
|
1186
|
+
|
|
919
1187
|
function get() {
|
|
920
1188
|
return this.sidePageFooterPaddingTop;
|
|
921
1189
|
} }, { key: "sidePageFooterPanelPaddingBottom", get:
|
|
1190
|
+
|
|
922
1191
|
function get() {
|
|
923
1192
|
return this.sidePageFooterPanelPaddingTop;
|
|
924
1193
|
} }, { key: "sidePageCloseButtonFixedClickAreaTop", get:
|
|
@@ -929,14 +1198,19 @@ BasicThemeClass = exports.BasicThemeClass = /*#__PURE__*/function () {function B
|
|
|
929
1198
|
|
|
930
1199
|
|
|
931
1200
|
|
|
1201
|
+
|
|
1202
|
+
|
|
932
1203
|
function get() {
|
|
933
1204
|
return this.sidePageCloseButtonFixedClickAreaBottom;
|
|
934
1205
|
} }, { key: "sidePageFixedHeaderShadow", get:
|
|
935
1206
|
|
|
936
1207
|
|
|
1208
|
+
|
|
1209
|
+
|
|
937
1210
|
function get() {
|
|
938
1211
|
return this.fixedPanelShadow;
|
|
939
1212
|
} }, { key: "sidePageFixedFooterShadow", get:
|
|
1213
|
+
|
|
940
1214
|
function get() {
|
|
941
1215
|
return this.fixedPanelShadow;
|
|
942
1216
|
} }, { key: "dateInputIconColor", get:
|
|
@@ -950,6 +1224,7 @@ BasicThemeClass = exports.BasicThemeClass = /*#__PURE__*/function () {function B
|
|
|
950
1224
|
|
|
951
1225
|
|
|
952
1226
|
|
|
1227
|
+
|
|
953
1228
|
//#endregion SidePage
|
|
954
1229
|
//#region DateInput
|
|
955
1230
|
function get() {
|
|
@@ -958,26 +1233,34 @@ BasicThemeClass = exports.BasicThemeClass = /*#__PURE__*/function () {function B
|
|
|
958
1233
|
|
|
959
1234
|
|
|
960
1235
|
|
|
1236
|
+
|
|
961
1237
|
//#endregion DateInput
|
|
962
1238
|
//#region Calendar
|
|
963
1239
|
function get() {
|
|
964
1240
|
return ColorFunctions.fade(this.calendarMonthTitleBorderBottomColor, 1);
|
|
965
1241
|
} }, { key: "calendarBottomSeparatorBorderWidth", get:
|
|
1242
|
+
|
|
966
1243
|
function get() {
|
|
967
1244
|
return '1px';
|
|
968
1245
|
} }, { key: "calendarBottomSeparatorBorder", get:
|
|
1246
|
+
|
|
969
1247
|
function get() {
|
|
970
1248
|
return this.calendarBottomSeparatorBorderWidth + " solid " + this.calendarBottomSeparatorBorderColor;
|
|
971
1249
|
} }, { key: "calendarBg", get:
|
|
1250
|
+
|
|
972
1251
|
function get() {
|
|
973
1252
|
return this.bgSecondary;
|
|
974
1253
|
} }, { key: "calendarCellBg", get:
|
|
975
1254
|
|
|
1255
|
+
|
|
1256
|
+
|
|
976
1257
|
function get() {
|
|
977
1258
|
return this.bgSecondary;
|
|
978
1259
|
} }, { key: "calendarCellWeekendColor", get:
|
|
979
1260
|
|
|
980
1261
|
|
|
1262
|
+
|
|
1263
|
+
|
|
981
1264
|
function get() {
|
|
982
1265
|
return this.errorText;
|
|
983
1266
|
} }, { key: "calendarCellWidth", get:
|
|
@@ -986,13 +1269,18 @@ BasicThemeClass = exports.BasicThemeClass = /*#__PURE__*/function () {function B
|
|
|
986
1269
|
|
|
987
1270
|
|
|
988
1271
|
|
|
1272
|
+
|
|
1273
|
+
|
|
989
1274
|
function get() {
|
|
990
1275
|
return this.calendarCellHeight;
|
|
991
1276
|
} }, { key: "calendarCellLineHeight", get:
|
|
992
1277
|
|
|
1278
|
+
|
|
1279
|
+
|
|
993
1280
|
function get() {
|
|
994
1281
|
return parseInt(this.calendarCellHeight) - 2 + "px";
|
|
995
1282
|
} }, { key: "calendarMonthHeaderStickedBgColor", get:
|
|
1283
|
+
|
|
996
1284
|
function get() {
|
|
997
1285
|
return this.bgSecondary;
|
|
998
1286
|
} }, { key: "datePickerOpenBtnColor", get:
|
|
@@ -1008,11 +1296,13 @@ BasicThemeClass = exports.BasicThemeClass = /*#__PURE__*/function () {function B
|
|
|
1008
1296
|
|
|
1009
1297
|
|
|
1010
1298
|
|
|
1299
|
+
|
|
1011
1300
|
//#endregion Calendar
|
|
1012
1301
|
//#region DatePicker
|
|
1013
1302
|
function get() {
|
|
1014
1303
|
return this.textColorDefault;
|
|
1015
1304
|
} }, { key: "datePickerMenuOffsetY", get:
|
|
1305
|
+
|
|
1016
1306
|
function get() {
|
|
1017
1307
|
return this.menuOffsetY;
|
|
1018
1308
|
} }, { key: "dateSelectMenuBg", get:
|
|
@@ -1037,6 +1327,7 @@ BasicThemeClass = exports.BasicThemeClass = /*#__PURE__*/function () {function B
|
|
|
1037
1327
|
|
|
1038
1328
|
|
|
1039
1329
|
|
|
1330
|
+
|
|
1040
1331
|
|
|
1041
1332
|
|
|
1042
1333
|
//#endregion
|
|
@@ -1046,13 +1337,18 @@ BasicThemeClass = exports.BasicThemeClass = /*#__PURE__*/function () {function B
|
|
|
1046
1337
|
return this.bgSecondary;
|
|
1047
1338
|
} }, { key: "dateSelectMenuItemBgDisabled", get:
|
|
1048
1339
|
|
|
1340
|
+
|
|
1341
|
+
|
|
1049
1342
|
function get() {
|
|
1050
1343
|
return this.bgSecondary;
|
|
1051
1344
|
} }, { key: "dateSelectMenuItemFontSelected", get:
|
|
1052
1345
|
|
|
1346
|
+
|
|
1347
|
+
|
|
1053
1348
|
function get() {
|
|
1054
1349
|
return this.textColorDefault;
|
|
1055
1350
|
} }, { key: "dateSelectMenuItemFontDisabled", get:
|
|
1351
|
+
|
|
1056
1352
|
function get() {
|
|
1057
1353
|
return this.textColorDisabled;
|
|
1058
1354
|
} }, { key: "dateSelectTextColorDisabled", get:
|
|
@@ -1060,41 +1356,77 @@ BasicThemeClass = exports.BasicThemeClass = /*#__PURE__*/function () {function B
|
|
|
1060
1356
|
|
|
1061
1357
|
|
|
1062
1358
|
|
|
1359
|
+
|
|
1360
|
+
|
|
1063
1361
|
function get() {
|
|
1064
1362
|
return this.textColorDisabled;
|
|
1065
1363
|
} }, { key: "dateSelectTextColorDefault", get:
|
|
1364
|
+
|
|
1066
1365
|
function get() {
|
|
1067
1366
|
return this.textColorDefault;
|
|
1068
1367
|
} }, { key: "dateSelectLinkColor", get:
|
|
1368
|
+
|
|
1069
1369
|
function get() {
|
|
1070
1370
|
return this.linkColor;
|
|
1071
1371
|
} }, { key: "dateSelectPopupBoxShadow", get:
|
|
1372
|
+
|
|
1072
1373
|
function get() {
|
|
1073
1374
|
return this.popupBoxShadow;
|
|
1074
1375
|
} }, { key: "pagingFontSize", get:
|
|
1075
1376
|
|
|
1076
1377
|
|
|
1077
1378
|
|
|
1379
|
+
|
|
1078
1380
|
//#endregion DateSelect
|
|
1079
1381
|
//#region Paging
|
|
1382
|
+
/** @deprecated Это переменная старого размера `Paging` и будет удалена в `6.0`
|
|
1383
|
+
* @see {@link pagingFontSizeSmall `pagingFontSizeSmall`} */
|
|
1080
1384
|
function get() {
|
|
1081
1385
|
return this.fontSizeMedium;
|
|
1082
|
-
} }, { key: "
|
|
1386
|
+
} }, { key: "pagingFontSizeSmall", get:
|
|
1387
|
+
|
|
1083
1388
|
function get() {
|
|
1084
|
-
return this.
|
|
1085
|
-
} }, { key: "
|
|
1389
|
+
return this.fontSizeSmall;
|
|
1390
|
+
} }, { key: "pagingFontSizeMedium", get:
|
|
1391
|
+
|
|
1086
1392
|
function get() {
|
|
1087
|
-
return this.
|
|
1088
|
-
} }, { key: "
|
|
1393
|
+
return this.fontSizeMedium;
|
|
1394
|
+
} }, { key: "pagingFontSizeLarge", get:
|
|
1089
1395
|
|
|
1396
|
+
function get() {
|
|
1397
|
+
return this.fontSizeLarge;
|
|
1398
|
+
}
|
|
1090
1399
|
|
|
1400
|
+
/** @deprecated Это переменная старого размера `Paging` и будет удалена в `6.0`
|
|
1401
|
+
* @see {@link pagingLineHeightSmall `pagingLineHeightSmall`} */ }, { key: "pagingLineHeightSmall", get:
|
|
1091
1402
|
|
|
1092
1403
|
|
|
1404
|
+
function get() {
|
|
1405
|
+
return this.controlLineHeightSmall;
|
|
1406
|
+
} }, { key: "pagingLineHeightMedium", get:
|
|
1093
1407
|
|
|
1408
|
+
function get() {
|
|
1409
|
+
return this.controlLineHeightMedium;
|
|
1410
|
+
} }, { key: "pagingLineHeightLarge", get:
|
|
1094
1411
|
|
|
1095
1412
|
function get() {
|
|
1096
|
-
return this.
|
|
1097
|
-
} }, { key: "
|
|
1413
|
+
return this.controlLineHeightLarge;
|
|
1414
|
+
} }, { key: "pagingPageLinkColor", get:
|
|
1415
|
+
|
|
1416
|
+
|
|
1417
|
+
|
|
1418
|
+
|
|
1419
|
+
|
|
1420
|
+
|
|
1421
|
+
|
|
1422
|
+
|
|
1423
|
+
|
|
1424
|
+
|
|
1425
|
+
|
|
1426
|
+
|
|
1427
|
+
|
|
1428
|
+
|
|
1429
|
+
|
|
1098
1430
|
|
|
1099
1431
|
|
|
1100
1432
|
|
|
@@ -1102,36 +1434,78 @@ BasicThemeClass = exports.BasicThemeClass = /*#__PURE__*/function () {function B
|
|
|
1102
1434
|
|
|
1103
1435
|
function get() {
|
|
1104
1436
|
return this.textColorDefault;
|
|
1105
|
-
} }, { key: "
|
|
1437
|
+
} }, { key: "pagingPageLinkActiveColor", get:
|
|
1438
|
+
|
|
1439
|
+
function get() {
|
|
1440
|
+
return this.textColorDefault;
|
|
1441
|
+
} }, { key: "pagingPageForwardLinkPaddingRight", get:
|
|
1442
|
+
|
|
1106
1443
|
|
|
1107
1444
|
|
|
1445
|
+
|
|
1446
|
+
|
|
1447
|
+
|
|
1448
|
+
|
|
1449
|
+
|
|
1450
|
+
|
|
1451
|
+
/** @deprecated Это переменная старого размера `Paging` и будет удалена в `6.0` */
|
|
1108
1452
|
function get() {
|
|
1109
|
-
return this.
|
|
1110
|
-
} }, { key: "
|
|
1453
|
+
return this.pagingPageLinkPaddingX;
|
|
1454
|
+
} }, { key: "pagingForwardIconSize", get:
|
|
1455
|
+
|
|
1111
1456
|
|
|
1112
1457
|
|
|
1113
1458
|
|
|
1114
1459
|
|
|
1460
|
+
|
|
1461
|
+
|
|
1462
|
+
/** @deprecated Это переменная старого размера `Paging` и будет удалена в `6.0` */
|
|
1463
|
+
function get() {
|
|
1464
|
+
return this.pagingFontSize;
|
|
1465
|
+
} }, { key: "pagingForwardLinkColor", get:
|
|
1466
|
+
|
|
1115
1467
|
function get() {
|
|
1116
1468
|
return this.textColorDefault;
|
|
1117
1469
|
} }, { key: "pagingForwardLinkDisabledColor", get:
|
|
1470
|
+
|
|
1118
1471
|
function get() {
|
|
1119
1472
|
return this.linkDisabledColor;
|
|
1120
|
-
}
|
|
1473
|
+
}
|
|
1474
|
+
|
|
1475
|
+
/** @deprecated Это переменная старого размера `Paging` и будет удалена в `6.0`
|
|
1476
|
+
* @see {@link pagingDotsPaddingSmall `pagingDotsPaddingSmall`} */ }, { key: "pagingDotsDisabledColor", get:
|
|
1477
|
+
|
|
1478
|
+
|
|
1479
|
+
|
|
1480
|
+
|
|
1481
|
+
|
|
1482
|
+
|
|
1121
1483
|
function get() {
|
|
1122
1484
|
return this.textColorDisabled;
|
|
1485
|
+
} }, { key: "pagingPageLinkHintColor", get:
|
|
1486
|
+
|
|
1487
|
+
|
|
1488
|
+
|
|
1489
|
+
|
|
1490
|
+
|
|
1491
|
+
function get() {
|
|
1492
|
+
return this.placeholderColor;
|
|
1123
1493
|
}
|
|
1494
|
+
|
|
1124
1495
|
//#endregion Paging
|
|
1125
1496
|
//#region Hint
|
|
1126
1497
|
}, { key: "hintColor", get: function get() {
|
|
1127
1498
|
return this.textColorInvert;
|
|
1128
1499
|
} }, { key: "mobileHintColor", get:
|
|
1500
|
+
|
|
1129
1501
|
function get() {
|
|
1130
1502
|
return this.hintColor;
|
|
1131
1503
|
} }, { key: "hintFontSize", get:
|
|
1504
|
+
|
|
1132
1505
|
function get() {
|
|
1133
1506
|
return this.fontSizeSmall;
|
|
1134
1507
|
} }, { key: "hintLineHeight", get:
|
|
1508
|
+
|
|
1135
1509
|
function get() {
|
|
1136
1510
|
return this.controlLineHeightSmall;
|
|
1137
1511
|
} }, { key: "toastFontSize", get:
|
|
@@ -1144,11 +1518,13 @@ BasicThemeClass = exports.BasicThemeClass = /*#__PURE__*/function () {function B
|
|
|
1144
1518
|
|
|
1145
1519
|
|
|
1146
1520
|
|
|
1521
|
+
|
|
1147
1522
|
//#endregion Hint
|
|
1148
1523
|
//#region Toast
|
|
1149
1524
|
function get() {
|
|
1150
1525
|
return this.fontSizeSmall;
|
|
1151
1526
|
} }, { key: "toastLineHeight", get:
|
|
1527
|
+
|
|
1152
1528
|
function get() {
|
|
1153
1529
|
return this.controlLineHeightSmall;
|
|
1154
1530
|
} }, { key: "dropdownMenuHoverBorderColor", get:
|
|
@@ -1161,6 +1537,16 @@ BasicThemeClass = exports.BasicThemeClass = /*#__PURE__*/function () {function B
|
|
|
1161
1537
|
|
|
1162
1538
|
|
|
1163
1539
|
|
|
1540
|
+
|
|
1541
|
+
|
|
1542
|
+
|
|
1543
|
+
|
|
1544
|
+
|
|
1545
|
+
|
|
1546
|
+
|
|
1547
|
+
|
|
1548
|
+
|
|
1549
|
+
|
|
1164
1550
|
|
|
1165
1551
|
|
|
1166
1552
|
|
|
@@ -1175,9 +1561,11 @@ BasicThemeClass = exports.BasicThemeClass = /*#__PURE__*/function () {function B
|
|
|
1175
1561
|
function get() {
|
|
1176
1562
|
return this.btnDefaultHoverBorderColor;
|
|
1177
1563
|
} }, { key: "dropdownMenuOffsetY", get:
|
|
1564
|
+
|
|
1178
1565
|
function get() {
|
|
1179
1566
|
return this.menuOffsetY;
|
|
1180
1567
|
} }, { key: "dropdownMenuMenuOffsetY", get:
|
|
1568
|
+
|
|
1181
1569
|
function get() {
|
|
1182
1570
|
return this.menuOffsetY;
|
|
1183
1571
|
} }, { key: "dropdownDefaultBg", get:
|
|
@@ -1186,69 +1574,91 @@ BasicThemeClass = exports.BasicThemeClass = /*#__PURE__*/function () {function B
|
|
|
1186
1574
|
|
|
1187
1575
|
|
|
1188
1576
|
|
|
1577
|
+
|
|
1189
1578
|
function get() {
|
|
1190
1579
|
return this.btnDefaultBg;
|
|
1191
1580
|
} }, { key: "dropdownBorderWidth", get:
|
|
1581
|
+
|
|
1192
1582
|
function get() {
|
|
1193
1583
|
return this.btnBorderWidth;
|
|
1194
1584
|
} }, { key: "dropdownOutlineWidth", get:
|
|
1585
|
+
|
|
1195
1586
|
function get() {
|
|
1196
1587
|
return this.btnOutlineWidth;
|
|
1197
1588
|
} }, { key: "dropdownLineHeightSmall", get:
|
|
1589
|
+
|
|
1198
1590
|
function get() {
|
|
1199
1591
|
return this.btnLineHeightSmall;
|
|
1200
1592
|
} }, { key: "dropdownFontSizeSmall", get:
|
|
1593
|
+
|
|
1201
1594
|
function get() {
|
|
1202
1595
|
return this.btnFontSizeSmall;
|
|
1203
1596
|
} }, { key: "dropdownPaddingXSmall", get:
|
|
1597
|
+
|
|
1204
1598
|
function get() {
|
|
1205
1599
|
return this.btnPaddingXSmall;
|
|
1206
1600
|
} }, { key: "dropdownPaddingYSmall", get:
|
|
1601
|
+
|
|
1207
1602
|
function get() {
|
|
1208
1603
|
return this.btnPaddingYSmall;
|
|
1209
1604
|
} }, { key: "dropdownIconSizeSmall", get:
|
|
1605
|
+
|
|
1210
1606
|
function get() {
|
|
1211
1607
|
return this.btnIconSizeSmall;
|
|
1212
1608
|
} }, { key: "dropdownLineHeightMedium", get:
|
|
1609
|
+
|
|
1213
1610
|
function get() {
|
|
1214
1611
|
return this.btnLineHeightMedium;
|
|
1215
1612
|
} }, { key: "dropdownFontSizeMedium", get:
|
|
1613
|
+
|
|
1216
1614
|
function get() {
|
|
1217
1615
|
return this.btnFontSizeMedium;
|
|
1218
1616
|
} }, { key: "dropdownPaddingXMedium", get:
|
|
1617
|
+
|
|
1219
1618
|
function get() {
|
|
1220
1619
|
return this.btnPaddingXMedium;
|
|
1221
1620
|
} }, { key: "dropdownPaddingYMedium", get:
|
|
1621
|
+
|
|
1222
1622
|
function get() {
|
|
1223
1623
|
return this.btnPaddingYMedium;
|
|
1224
1624
|
} }, { key: "dropdownIconSizeMedium", get:
|
|
1625
|
+
|
|
1225
1626
|
function get() {
|
|
1226
1627
|
return this.btnIconSizeMedium;
|
|
1227
1628
|
} }, { key: "dropdownLineHeightLarge", get:
|
|
1629
|
+
|
|
1228
1630
|
function get() {
|
|
1229
1631
|
return this.btnLineHeightLarge;
|
|
1230
1632
|
} }, { key: "dropdownFontSizeLarge", get:
|
|
1633
|
+
|
|
1231
1634
|
function get() {
|
|
1232
1635
|
return this.btnFontSizeLarge;
|
|
1233
1636
|
} }, { key: "dropdownPaddingXLarge", get:
|
|
1637
|
+
|
|
1234
1638
|
function get() {
|
|
1235
1639
|
return this.btnPaddingXLarge;
|
|
1236
1640
|
} }, { key: "dropdownPaddingYLarge", get:
|
|
1641
|
+
|
|
1237
1642
|
function get() {
|
|
1238
1643
|
return this.btnPaddingYLarge;
|
|
1239
1644
|
} }, { key: "dropdownIconSizeLarge", get:
|
|
1645
|
+
|
|
1240
1646
|
function get() {
|
|
1241
1647
|
return this.btnIconSizeLarge;
|
|
1242
1648
|
} }, { key: "dropdownBgDisabled", get:
|
|
1649
|
+
|
|
1243
1650
|
function get() {
|
|
1244
1651
|
return this.btnDisabledBg;
|
|
1245
1652
|
} }, { key: "dropdownBorderColorDisabled", get:
|
|
1653
|
+
|
|
1246
1654
|
function get() {
|
|
1247
1655
|
return this.btnDisabledBorderColor;
|
|
1248
1656
|
} }, { key: "dropdownTextColorDisabled", get:
|
|
1657
|
+
|
|
1249
1658
|
function get() {
|
|
1250
1659
|
return this.btnDisabledTextColor;
|
|
1251
1660
|
}
|
|
1661
|
+
|
|
1252
1662
|
//#endregion Dropdown
|
|
1253
1663
|
//#region Menu
|
|
1254
1664
|
}, { key: "menuBgDefault", get: function get() {
|
|
@@ -1265,6 +1675,8 @@ BasicThemeClass = exports.BasicThemeClass = /*#__PURE__*/function () {function B
|
|
|
1265
1675
|
|
|
1266
1676
|
|
|
1267
1677
|
|
|
1678
|
+
|
|
1679
|
+
|
|
1268
1680
|
// menuItem
|
|
1269
1681
|
function get() {
|
|
1270
1682
|
return this.textColorDefault;
|
|
@@ -1277,16 +1689,19 @@ BasicThemeClass = exports.BasicThemeClass = /*#__PURE__*/function () {function B
|
|
|
1277
1689
|
|
|
1278
1690
|
|
|
1279
1691
|
|
|
1692
|
+
|
|
1280
1693
|
function get() {
|
|
1281
1694
|
return (
|
|
1282
1695
|
parseInt(this.menuItemPaddingXSmall) + parseInt(this.menuItemIconWidthSmall) + parseInt(this.menuItemIconGap) + "px");
|
|
1283
1696
|
|
|
1284
1697
|
} }, { key: "menuItemPaddingForIconMedium", get:
|
|
1698
|
+
|
|
1285
1699
|
function get() {
|
|
1286
1700
|
return (
|
|
1287
1701
|
parseInt(this.menuItemPaddingXMedium) + parseInt(this.menuItemIconWidthMedium) + parseInt(this.menuItemIconGap) + "px");
|
|
1288
1702
|
|
|
1289
1703
|
} }, { key: "menuItemPaddingForIconLarge", get:
|
|
1704
|
+
|
|
1290
1705
|
function get() {
|
|
1291
1706
|
return (
|
|
1292
1707
|
parseInt(this.menuItemPaddingXLarge) + parseInt(this.menuItemIconWidthLarge) + parseInt(this.menuItemIconGap) + "px");
|
|
@@ -1296,9 +1711,11 @@ BasicThemeClass = exports.BasicThemeClass = /*#__PURE__*/function () {function B
|
|
|
1296
1711
|
function get() {
|
|
1297
1712
|
return this.controlLineHeightSmall;
|
|
1298
1713
|
} }, { key: "menuItemLineHeightMedium", get:
|
|
1714
|
+
|
|
1299
1715
|
function get() {
|
|
1300
1716
|
return this.controlLineHeightMedium;
|
|
1301
1717
|
} }, { key: "menuItemLineHeightLarge", get:
|
|
1718
|
+
|
|
1302
1719
|
function get() {
|
|
1303
1720
|
return this.controlLineHeightLarge;
|
|
1304
1721
|
} }, { key: "menuItemFontSizeSmall", get:
|
|
@@ -1306,9 +1723,11 @@ BasicThemeClass = exports.BasicThemeClass = /*#__PURE__*/function () {function B
|
|
|
1306
1723
|
function get() {
|
|
1307
1724
|
return this.fontSizeSmall;
|
|
1308
1725
|
} }, { key: "menuItemFontSizeMedium", get:
|
|
1726
|
+
|
|
1309
1727
|
function get() {
|
|
1310
1728
|
return this.fontSizeMedium;
|
|
1311
1729
|
} }, { key: "menuItemFontSizeLarge", get:
|
|
1730
|
+
|
|
1312
1731
|
function get() {
|
|
1313
1732
|
return this.fontSizeLarge;
|
|
1314
1733
|
} }, { key: "menuItemHoverColor", get:
|
|
@@ -1323,67 +1742,128 @@ BasicThemeClass = exports.BasicThemeClass = /*#__PURE__*/function () {function B
|
|
|
1323
1742
|
|
|
1324
1743
|
|
|
1325
1744
|
|
|
1745
|
+
|
|
1326
1746
|
function get() {
|
|
1327
1747
|
return this.menuItemTextColor;
|
|
1328
1748
|
}
|
|
1749
|
+
|
|
1329
1750
|
/**
|
|
1330
1751
|
* @deprecated
|
|
1331
1752
|
*/ }, { key: "menuItemLinkColor", get:
|
|
1332
1753
|
function get() {
|
|
1333
1754
|
return this.linkColor;
|
|
1334
1755
|
} }, { key: "menuItemCommentColor", get:
|
|
1756
|
+
|
|
1335
1757
|
function get() {
|
|
1336
1758
|
return this.menuItemTextColor;
|
|
1337
1759
|
} }, { key: "menuItemCommentColorHover", get:
|
|
1338
1760
|
|
|
1761
|
+
|
|
1762
|
+
|
|
1339
1763
|
function get() {
|
|
1340
1764
|
return this.menuItemTextColor;
|
|
1341
|
-
} }, { key: "
|
|
1765
|
+
} }, { key: "menuItemLineHeightMobileLarge", get:
|
|
1766
|
+
|
|
1767
|
+
|
|
1768
|
+
|
|
1769
|
+
|
|
1342
1770
|
|
|
1343
1771
|
|
|
1344
1772
|
function get() {
|
|
1345
1773
|
return this.lineHeightMobile;
|
|
1346
|
-
} }, { key: "
|
|
1774
|
+
} }, { key: "menuItemLineHeightMobileMedium", get:
|
|
1775
|
+
|
|
1347
1776
|
function get() {
|
|
1348
|
-
return this.
|
|
1777
|
+
return this.lineHeightMobile;
|
|
1778
|
+
} }, { key: "menuItemLineHeightMobileSmall", get:
|
|
1779
|
+
|
|
1780
|
+
function get() {
|
|
1781
|
+
return this.lineHeightMobile;
|
|
1782
|
+
} }, { key: "menuItemFontSizeMobileLarge", get:
|
|
1783
|
+
|
|
1784
|
+
function get() {
|
|
1785
|
+
return this.fontSizeLarge;
|
|
1786
|
+
} }, { key: "menuItemFontSizeMobileMedium", get:
|
|
1787
|
+
|
|
1788
|
+
function get() {
|
|
1789
|
+
return this.fontSizeMedium;
|
|
1790
|
+
} }, { key: "menuItemFontSizeMobileSmall", get:
|
|
1791
|
+
|
|
1792
|
+
function get() {
|
|
1793
|
+
return this.fontSizeSmall;
|
|
1349
1794
|
} }, { key: "menuItemDisabledColor", get:
|
|
1795
|
+
|
|
1350
1796
|
function get() {
|
|
1351
1797
|
return this.textColorDisabled;
|
|
1352
1798
|
} }, { key: "menuMessageTextColor", get:
|
|
1353
1799
|
|
|
1800
|
+
|
|
1801
|
+
|
|
1354
1802
|
// menuMessage
|
|
1355
1803
|
function get() {
|
|
1356
1804
|
return this.menuItemDisabledColor;
|
|
1357
1805
|
} }, { key: "menuMessageBg", get:
|
|
1806
|
+
|
|
1358
1807
|
function get() {
|
|
1359
1808
|
return this.menuItemDisabledBg;
|
|
1360
1809
|
} }, { key: "menuMessagePaddingY", get:
|
|
1810
|
+
|
|
1361
1811
|
function get() {
|
|
1362
1812
|
return this.menuItemPaddingYSmall;
|
|
1363
1813
|
} }, { key: "menuMessagePaddingX", get:
|
|
1814
|
+
|
|
1364
1815
|
function get() {
|
|
1365
1816
|
return this.menuItemPaddingXSmall;
|
|
1366
1817
|
} }, { key: "menuMessageDisplay", get:
|
|
1818
|
+
|
|
1367
1819
|
function get() {
|
|
1368
1820
|
return this.menuItemDisplay;
|
|
1369
|
-
} }, { key: "
|
|
1821
|
+
} }, { key: "menuMessagePaddingMobileLarge", get:
|
|
1822
|
+
|
|
1823
|
+
function get() {
|
|
1824
|
+
return this.menuItemPaddingMobileLarge;
|
|
1825
|
+
} }, { key: "menuMessagePaddingMobileMedium", get:
|
|
1826
|
+
|
|
1827
|
+
function get() {
|
|
1828
|
+
return this.menuItemPaddingMobileMedium;
|
|
1829
|
+
} }, { key: "menuMessagePaddingMobileSmall", get:
|
|
1830
|
+
|
|
1831
|
+
function get() {
|
|
1832
|
+
return this.menuItemPaddingMobileSmall;
|
|
1833
|
+
} }, { key: "menuMessageLineHeightMobileLarge", get:
|
|
1834
|
+
|
|
1835
|
+
function get() {
|
|
1836
|
+
return this.menuItemLineHeightLarge;
|
|
1837
|
+
} }, { key: "menuMessageLineHeightMobileMedium", get:
|
|
1838
|
+
|
|
1839
|
+
function get() {
|
|
1840
|
+
return this.menuItemLineHeightMedium;
|
|
1841
|
+
} }, { key: "menuMessageLineHeightMobileSmall", get:
|
|
1842
|
+
|
|
1843
|
+
function get() {
|
|
1844
|
+
return this.menuItemLineHeightSmall;
|
|
1845
|
+
} }, { key: "menuMessageFontSizeMobileLarge", get:
|
|
1846
|
+
|
|
1370
1847
|
function get() {
|
|
1371
|
-
return this.
|
|
1372
|
-
} }, { key: "
|
|
1848
|
+
return this.menuItemFontSizeMobileLarge;
|
|
1849
|
+
} }, { key: "menuMessageFontSizeMobileMedium", get:
|
|
1373
1850
|
|
|
1374
1851
|
function get() {
|
|
1375
|
-
return this.
|
|
1376
|
-
} }, { key: "
|
|
1852
|
+
return this.menuItemFontSizeMobileMedium;
|
|
1853
|
+
} }, { key: "menuMessageFontSizeMobileSmall", get:
|
|
1377
1854
|
|
|
1378
1855
|
function get() {
|
|
1379
|
-
return this.
|
|
1856
|
+
return this.menuItemFontSizeMobileSmall;
|
|
1380
1857
|
} }, { key: "menuMessageFontSizeSmall", get:
|
|
1858
|
+
|
|
1381
1859
|
function get() {
|
|
1382
1860
|
return this.menuItemFontSizeSmall;
|
|
1383
1861
|
} }, { key: "menuMessageFontSizeMedium", get:
|
|
1862
|
+
|
|
1384
1863
|
function get() {
|
|
1385
1864
|
return this.menuItemFontSizeMedium;
|
|
1386
1865
|
} }, { key: "menuMessageFontSizeLarge", get:
|
|
1866
|
+
|
|
1387
1867
|
function get() {
|
|
1388
1868
|
return this.menuItemFontSizeLarge;
|
|
1389
1869
|
} }, { key: "menuMessageLineHeightSmall", get:
|
|
@@ -1391,9 +1871,11 @@ BasicThemeClass = exports.BasicThemeClass = /*#__PURE__*/function () {function B
|
|
|
1391
1871
|
function get() {
|
|
1392
1872
|
return this.menuItemLineHeightSmall;
|
|
1393
1873
|
} }, { key: "menuMessageLineHeightMedium", get:
|
|
1874
|
+
|
|
1394
1875
|
function get() {
|
|
1395
1876
|
return this.menuItemLineHeightMedium;
|
|
1396
1877
|
} }, { key: "menuMessageLineHeightLarge", get:
|
|
1878
|
+
|
|
1397
1879
|
function get() {
|
|
1398
1880
|
return this.menuItemLineHeightLarge;
|
|
1399
1881
|
} }, { key: "menuFooterColor", get:
|
|
@@ -1428,18 +1910,22 @@ BasicThemeClass = exports.BasicThemeClass = /*#__PURE__*/function () {function B
|
|
|
1428
1910
|
|
|
1429
1911
|
|
|
1430
1912
|
|
|
1913
|
+
|
|
1431
1914
|
|
|
1432
1915
|
|
|
1433
1916
|
//menuFooter
|
|
1434
1917
|
function get() {
|
|
1435
1918
|
return this.menuHeaderColor;
|
|
1436
1919
|
} }, { key: "menuFooterLineHeightSmall", get:
|
|
1920
|
+
|
|
1437
1921
|
function get() {
|
|
1438
1922
|
return this.menuHeaderLineHeightSmall;
|
|
1439
1923
|
} }, { key: "menuFooterLineHeightMedium", get:
|
|
1924
|
+
|
|
1440
1925
|
function get() {
|
|
1441
1926
|
return this.menuHeaderLineHeightMedium;
|
|
1442
1927
|
} }, { key: "menuFooterLineHeightLarge", get:
|
|
1928
|
+
|
|
1443
1929
|
function get() {
|
|
1444
1930
|
return this.menuHeaderLineHeightLarge;
|
|
1445
1931
|
} }, { key: "menuFooterFontSizeSmall", get:
|
|
@@ -1447,9 +1933,11 @@ BasicThemeClass = exports.BasicThemeClass = /*#__PURE__*/function () {function B
|
|
|
1447
1933
|
function get() {
|
|
1448
1934
|
return this.menuHeaderFontSizeSmall;
|
|
1449
1935
|
} }, { key: "menuFooterFontSizeMedium", get:
|
|
1936
|
+
|
|
1450
1937
|
function get() {
|
|
1451
1938
|
return this.menuHeaderFontSizeMedium;
|
|
1452
1939
|
} }, { key: "menuFooterFontSizeLarge", get:
|
|
1940
|
+
|
|
1453
1941
|
function get() {
|
|
1454
1942
|
return this.menuHeaderFontSizeLarge;
|
|
1455
1943
|
} }, { key: "menuFooterPaddingXSmall", get:
|
|
@@ -1457,9 +1945,11 @@ BasicThemeClass = exports.BasicThemeClass = /*#__PURE__*/function () {function B
|
|
|
1457
1945
|
function get() {
|
|
1458
1946
|
return this.menuHeaderPaddingXSmall;
|
|
1459
1947
|
} }, { key: "menuFooterPaddingXMedium", get:
|
|
1948
|
+
|
|
1460
1949
|
function get() {
|
|
1461
1950
|
return this.menuHeaderPaddingXMedium;
|
|
1462
1951
|
} }, { key: "menuFooterPaddingXLarge", get:
|
|
1952
|
+
|
|
1463
1953
|
function get() {
|
|
1464
1954
|
return this.menuHeaderPaddingXLarge;
|
|
1465
1955
|
} }, { key: "menuFooterPaddingTopSmall", get:
|
|
@@ -1467,9 +1957,11 @@ BasicThemeClass = exports.BasicThemeClass = /*#__PURE__*/function () {function B
|
|
|
1467
1957
|
function get() {
|
|
1468
1958
|
return this.menuHeaderPaddingBottomSmall;
|
|
1469
1959
|
} }, { key: "menuFooterPaddingTopMedium", get:
|
|
1960
|
+
|
|
1470
1961
|
function get() {
|
|
1471
1962
|
return this.menuHeaderPaddingBottomMedium;
|
|
1472
1963
|
} }, { key: "menuFooterPaddingTopLarge", get:
|
|
1964
|
+
|
|
1473
1965
|
function get() {
|
|
1474
1966
|
return this.menuHeaderPaddingBottomLarge;
|
|
1475
1967
|
} }, { key: "menuFooterPaddingBottomSmall", get:
|
|
@@ -1477,9 +1969,11 @@ BasicThemeClass = exports.BasicThemeClass = /*#__PURE__*/function () {function B
|
|
|
1477
1969
|
function get() {
|
|
1478
1970
|
return this.menuHeaderPaddingTopSmall;
|
|
1479
1971
|
} }, { key: "menuFooterPaddingBottomMedium", get:
|
|
1972
|
+
|
|
1480
1973
|
function get() {
|
|
1481
1974
|
return this.menuHeaderPaddingTopMedium;
|
|
1482
1975
|
} }, { key: "menuFooterPaddingBottomLarge", get:
|
|
1976
|
+
|
|
1483
1977
|
function get() {
|
|
1484
1978
|
return this.menuHeaderPaddingTopLarge;
|
|
1485
1979
|
}
|
|
@@ -1497,37 +1991,47 @@ BasicThemeClass = exports.BasicThemeClass = /*#__PURE__*/function () {function B
|
|
|
1497
1991
|
function get() {
|
|
1498
1992
|
return this.controlLineHeightSmall;
|
|
1499
1993
|
} }, { key: "toggleLineHeightMedium", get:
|
|
1994
|
+
|
|
1500
1995
|
function get() {
|
|
1501
1996
|
return this.controlLineHeightMedium;
|
|
1502
1997
|
} }, { key: "toggleLineHeightLarge", get:
|
|
1998
|
+
|
|
1503
1999
|
function get() {
|
|
1504
2000
|
return this.controlLineHeightLarge;
|
|
1505
2001
|
} }, { key: "toggleFontSizeSmall", get:
|
|
2002
|
+
|
|
1506
2003
|
function get() {
|
|
1507
2004
|
return this.fontSizeSmall;
|
|
1508
2005
|
} }, { key: "toggleFontSizeMedium", get:
|
|
2006
|
+
|
|
1509
2007
|
function get() {
|
|
1510
2008
|
return this.fontSizeMedium;
|
|
1511
2009
|
} }, { key: "toggleFontSizeLarge", get:
|
|
2010
|
+
|
|
1512
2011
|
function get() {
|
|
1513
2012
|
return this.fontSizeLarge;
|
|
1514
2013
|
} }, { key: "toggleTextColor", get:
|
|
2014
|
+
|
|
1515
2015
|
function get() {
|
|
1516
2016
|
return this.textColorDefault;
|
|
1517
2017
|
} }, { key: "toggleHandleBorderRadiusSmall", get:
|
|
1518
2018
|
|
|
2019
|
+
|
|
2020
|
+
|
|
1519
2021
|
function get() {
|
|
1520
2022
|
var height = parseInt(this.toggleHeightSmall, 10) || 0;
|
|
1521
2023
|
var borderWidth = parseInt(this.toggleBorderWidth, 10) || 0;
|
|
1522
2024
|
var handleSize = height - 2 * borderWidth;
|
|
1523
2025
|
return handleSize / 2 + "px";
|
|
1524
2026
|
} }, { key: "toggleHandleBorderRadiusMedium", get:
|
|
2027
|
+
|
|
1525
2028
|
function get() {
|
|
1526
2029
|
var height = parseInt(this.toggleHeightMedium, 10) || 0;
|
|
1527
2030
|
var borderWidth = parseInt(this.toggleBorderWidth, 10) || 0;
|
|
1528
2031
|
var handleSize = height - 2 * borderWidth;
|
|
1529
2032
|
return handleSize / 2 + "px";
|
|
1530
2033
|
} }, { key: "toggleHandleBorderRadiusLarge", get:
|
|
2034
|
+
|
|
1531
2035
|
function get() {
|
|
1532
2036
|
var height = parseInt(this.toggleHeightLarge, 10) || 0;
|
|
1533
2037
|
var borderWidth = parseInt(this.toggleBorderWidth, 10) || 0;
|
|
@@ -1547,9 +2051,11 @@ BasicThemeClass = exports.BasicThemeClass = /*#__PURE__*/function () {function B
|
|
|
1547
2051
|
function get() {
|
|
1548
2052
|
return "calc(" + this.toggleHeightSmall + " * 0.5)";
|
|
1549
2053
|
} }, { key: "toggleBorderRadiusMedium", get:
|
|
2054
|
+
|
|
1550
2055
|
function get() {
|
|
1551
2056
|
return "calc(" + this.toggleHeightMedium + " * 0.5)";
|
|
1552
2057
|
} }, { key: "toggleBorderRadiusLarge", get:
|
|
2058
|
+
|
|
1553
2059
|
function get() {
|
|
1554
2060
|
return "calc(" + this.toggleHeightLarge + " * 0.5)";
|
|
1555
2061
|
} }, { key: "toggleBorderWidth", get:
|
|
@@ -1560,12 +2066,15 @@ BasicThemeClass = exports.BasicThemeClass = /*#__PURE__*/function () {function B
|
|
|
1560
2066
|
function get() {
|
|
1561
2067
|
return this.controlBorderWidth;
|
|
1562
2068
|
} }, { key: "toggleOutlineWidth", get:
|
|
2069
|
+
|
|
1563
2070
|
function get() {
|
|
1564
2071
|
var outlineWidth = parseInt(this.controlOutlineWidth, 10) || 0;
|
|
1565
2072
|
var borderWidth = parseInt(this.toggleBorderWidth, 10) || 0;
|
|
1566
2073
|
return outlineWidth + borderWidth + "px";
|
|
1567
2074
|
} }, { key: "toggleBorderColorDisabled", get:
|
|
1568
2075
|
|
|
2076
|
+
|
|
2077
|
+
|
|
1569
2078
|
function get() {
|
|
1570
2079
|
return this.toggleBorderColor;
|
|
1571
2080
|
} }, { key: "toggleShadowColorError", get:
|
|
@@ -1578,18 +2087,22 @@ BasicThemeClass = exports.BasicThemeClass = /*#__PURE__*/function () {function B
|
|
|
1578
2087
|
|
|
1579
2088
|
|
|
1580
2089
|
|
|
2090
|
+
|
|
1581
2091
|
function get() {
|
|
1582
2092
|
return this.errorMain;
|
|
1583
2093
|
} }, { key: "toggleShadowColorWarning", get:
|
|
2094
|
+
|
|
1584
2095
|
function get() {
|
|
1585
2096
|
return this.warningMain;
|
|
1586
2097
|
} }, { key: "toggleFocusShadowColor", get:
|
|
2098
|
+
|
|
1587
2099
|
function get() {
|
|
1588
2100
|
return this.borderColorFocus;
|
|
1589
2101
|
} }, { key: "toggleOutlineColorFocus", get:
|
|
1590
2102
|
|
|
1591
2103
|
|
|
1592
2104
|
|
|
2105
|
+
|
|
1593
2106
|
function get() {
|
|
1594
2107
|
return this.outlineColorFocus;
|
|
1595
2108
|
} }, { key: "toggleContainerBgHover", get:
|
|
@@ -1603,6 +2116,7 @@ BasicThemeClass = exports.BasicThemeClass = /*#__PURE__*/function () {function B
|
|
|
1603
2116
|
|
|
1604
2117
|
|
|
1605
2118
|
|
|
2119
|
+
|
|
1606
2120
|
function get() {
|
|
1607
2121
|
return this.toggleBgHover;
|
|
1608
2122
|
}
|
|
@@ -1612,6 +2126,7 @@ BasicThemeClass = exports.BasicThemeClass = /*#__PURE__*/function () {function B
|
|
|
1612
2126
|
|
|
1613
2127
|
|
|
1614
2128
|
|
|
2129
|
+
|
|
1615
2130
|
function get() {
|
|
1616
2131
|
return this.toggleBgChecked;
|
|
1617
2132
|
} }, { key: "toggleBgDisabled", get:
|
|
@@ -1630,6 +2145,8 @@ BasicThemeClass = exports.BasicThemeClass = /*#__PURE__*/function () {function B
|
|
|
1630
2145
|
|
|
1631
2146
|
|
|
1632
2147
|
|
|
2148
|
+
|
|
2149
|
+
|
|
1633
2150
|
function get() {
|
|
1634
2151
|
return this.bgDisabled;
|
|
1635
2152
|
}
|
|
@@ -1639,6 +2156,7 @@ BasicThemeClass = exports.BasicThemeClass = /*#__PURE__*/function () {function B
|
|
|
1639
2156
|
|
|
1640
2157
|
|
|
1641
2158
|
|
|
2159
|
+
|
|
1642
2160
|
function get() {
|
|
1643
2161
|
return this.toggleBorderColor;
|
|
1644
2162
|
} }, { key: "popupTextColor", get:
|
|
@@ -1652,9 +2170,12 @@ BasicThemeClass = exports.BasicThemeClass = /*#__PURE__*/function () {function B
|
|
|
1652
2170
|
|
|
1653
2171
|
|
|
1654
2172
|
|
|
2173
|
+
|
|
2174
|
+
|
|
1655
2175
|
function get() {
|
|
1656
2176
|
return this.textColorDefault;
|
|
1657
2177
|
} }, { key: "popupBackground", get:
|
|
2178
|
+
|
|
1658
2179
|
function get() {
|
|
1659
2180
|
return this.bgSecondary;
|
|
1660
2181
|
} }, { key: "inputTextColor", get:
|
|
@@ -1663,6 +2184,7 @@ BasicThemeClass = exports.BasicThemeClass = /*#__PURE__*/function () {function B
|
|
|
1663
2184
|
|
|
1664
2185
|
|
|
1665
2186
|
|
|
2187
|
+
|
|
1666
2188
|
//#endregion
|
|
1667
2189
|
//#region Input
|
|
1668
2190
|
function get() {
|
|
@@ -1671,62 +2193,80 @@ BasicThemeClass = exports.BasicThemeClass = /*#__PURE__*/function () {function B
|
|
|
1671
2193
|
|
|
1672
2194
|
|
|
1673
2195
|
|
|
2196
|
+
|
|
2197
|
+
|
|
1674
2198
|
function get() {
|
|
1675
2199
|
return this.textColorDisabled;
|
|
1676
2200
|
} }, { key: "inputFocusedIconColor", get:
|
|
2201
|
+
|
|
1677
2202
|
function get() {
|
|
1678
2203
|
return this.inputIconColor;
|
|
1679
2204
|
} }, { key: "inputTextColorDisabled", get:
|
|
1680
2205
|
|
|
1681
2206
|
|
|
2207
|
+
|
|
2208
|
+
|
|
1682
2209
|
function get() {
|
|
1683
2210
|
return this.textColorDisabled;
|
|
1684
2211
|
} }, { key: "inputPlaceholderColorDisabled", get:
|
|
2212
|
+
|
|
1685
2213
|
function get() {
|
|
1686
2214
|
return this.textColorDisabled;
|
|
1687
2215
|
} }, { key: "inputFontSizeSmall", get:
|
|
2216
|
+
|
|
1688
2217
|
function get() {
|
|
1689
2218
|
return this.fontSizeSmall;
|
|
1690
2219
|
} }, { key: "inputFontSizeMedium", get:
|
|
2220
|
+
|
|
1691
2221
|
function get() {
|
|
1692
2222
|
return this.fontSizeMedium;
|
|
1693
2223
|
} }, { key: "inputFontSizeLarge", get:
|
|
2224
|
+
|
|
1694
2225
|
function get() {
|
|
1695
2226
|
return this.fontSizeLarge;
|
|
1696
2227
|
} }, { key: "inputLineHeightSmall", get:
|
|
2228
|
+
|
|
1697
2229
|
function get() {
|
|
1698
2230
|
return this.controlLineHeightSmall;
|
|
1699
2231
|
} }, { key: "inputLineHeightMedium", get:
|
|
2232
|
+
|
|
1700
2233
|
function get() {
|
|
1701
2234
|
return this.controlLineHeightMedium;
|
|
1702
2235
|
} }, { key: "inputLineHeightLarge", get:
|
|
2236
|
+
|
|
1703
2237
|
function get() {
|
|
1704
2238
|
return this.controlLineHeightLarge;
|
|
1705
2239
|
} }, { key: "inputHeightSmall", get:
|
|
2240
|
+
|
|
1706
2241
|
function get() {
|
|
1707
2242
|
var borderWidth = parseInt(this.inputBorderWidth, 10) || 0;
|
|
1708
2243
|
var padding = parseInt(this.inputPaddingYSmall, 10) || 0;
|
|
1709
2244
|
var lineHeigh = parseInt(this.inputLineHeightSmall, 10) || 0;
|
|
1710
2245
|
return 2 * borderWidth + 2 * padding + lineHeigh + "px";
|
|
1711
2246
|
} }, { key: "inputHeightMedium", get:
|
|
2247
|
+
|
|
1712
2248
|
function get() {
|
|
1713
2249
|
var borderWidth = parseInt(this.inputBorderWidth, 10) || 0;
|
|
1714
2250
|
var padding = parseInt(this.inputPaddingYMedium, 10) || 0;
|
|
1715
2251
|
var lineHeigh = parseInt(this.inputLineHeightMedium, 10) || 0;
|
|
1716
2252
|
return 2 * borderWidth + 2 * padding + lineHeigh + "px";
|
|
1717
2253
|
} }, { key: "inputHeightLarge", get:
|
|
2254
|
+
|
|
1718
2255
|
function get() {
|
|
1719
2256
|
var borderWidth = parseInt(this.inputBorderWidth, 10) || 0;
|
|
1720
2257
|
var padding = parseInt(this.inputPaddingYLarge, 10) || 0;
|
|
1721
2258
|
var lineHeigh = parseInt(this.inputLineHeightLarge, 10) || 0;
|
|
1722
2259
|
return 2 * borderWidth + 2 * padding + lineHeigh + "px";
|
|
1723
2260
|
} }, { key: "inputPaddingYSmall", get:
|
|
2261
|
+
|
|
1724
2262
|
function get() {
|
|
1725
2263
|
return this.controlPaddingYSmall;
|
|
1726
2264
|
} }, { key: "inputPaddingYMedium", get:
|
|
2265
|
+
|
|
1727
2266
|
function get() {
|
|
1728
2267
|
return this.controlPaddingYMedium;
|
|
1729
2268
|
} }, { key: "inputPaddingYLarge", get:
|
|
2269
|
+
|
|
1730
2270
|
function get() {
|
|
1731
2271
|
return this.controlPaddingYLarge;
|
|
1732
2272
|
} }, { key: "inputFocusShadow", get:
|
|
@@ -1742,24 +2282,31 @@ BasicThemeClass = exports.BasicThemeClass = /*#__PURE__*/function () {function B
|
|
|
1742
2282
|
|
|
1743
2283
|
|
|
1744
2284
|
|
|
2285
|
+
|
|
1745
2286
|
function get() {
|
|
1746
2287
|
return "0 0 0 " + this.inputOutlineWidth + " " + this.borderColorFocus;
|
|
1747
2288
|
} }, { key: "inputFocusedBg", get:
|
|
2289
|
+
|
|
1748
2290
|
function get() {
|
|
1749
2291
|
return this.inputBg;
|
|
1750
2292
|
} }, { key: "inputDisabledBg", get:
|
|
2293
|
+
|
|
1751
2294
|
function get() {
|
|
1752
2295
|
return this.bgDisabled;
|
|
1753
2296
|
} }, { key: "inputDisabledBorderColor", get:
|
|
2297
|
+
|
|
1754
2298
|
function get() {
|
|
1755
2299
|
return this.borderColorDisabled;
|
|
1756
2300
|
} }, { key: "inputFocusOutline", get:
|
|
2301
|
+
|
|
1757
2302
|
function get() {
|
|
1758
2303
|
return this.borderColorFocus;
|
|
1759
2304
|
} }, { key: "inputBorderWidth", get:
|
|
2305
|
+
|
|
1760
2306
|
function get() {
|
|
1761
2307
|
return this.controlBorderWidth;
|
|
1762
2308
|
} }, { key: "inputOutlineWidth", get:
|
|
2309
|
+
|
|
1763
2310
|
function get() {
|
|
1764
2311
|
return "calc(" + this.controlOutlineWidth + " - 1px)";
|
|
1765
2312
|
} }, { key: "inputBorderColorFocus", get:
|
|
@@ -1771,18 +2318,24 @@ BasicThemeClass = exports.BasicThemeClass = /*#__PURE__*/function () {function B
|
|
|
1771
2318
|
|
|
1772
2319
|
|
|
1773
2320
|
|
|
2321
|
+
|
|
2322
|
+
|
|
1774
2323
|
function get() {
|
|
1775
2324
|
return this.borderColorFocus;
|
|
1776
2325
|
} }, { key: "inputBorderColorError", get:
|
|
2326
|
+
|
|
1777
2327
|
function get() {
|
|
1778
2328
|
return this.borderColorError;
|
|
1779
2329
|
} }, { key: "inputBorderColorWarning", get:
|
|
2330
|
+
|
|
1780
2331
|
function get() {
|
|
1781
2332
|
return this.borderColorWarning;
|
|
1782
2333
|
} }, { key: "inputBorderTopColor", get:
|
|
2334
|
+
|
|
1783
2335
|
function get() {
|
|
1784
2336
|
return this.inputBorderColor;
|
|
1785
2337
|
} }, { key: "inputPlaceholderColor", get:
|
|
2338
|
+
|
|
1786
2339
|
function get() {
|
|
1787
2340
|
return this.placeholderColor;
|
|
1788
2341
|
} }, { key: "inputPlaceholderColorLight", get:
|
|
@@ -1793,14 +2346,17 @@ BasicThemeClass = exports.BasicThemeClass = /*#__PURE__*/function () {function B
|
|
|
1793
2346
|
|
|
1794
2347
|
|
|
1795
2348
|
|
|
2349
|
+
|
|
1796
2350
|
//#endregion Input
|
|
1797
2351
|
//#region Checkbox
|
|
1798
2352
|
function get() {
|
|
1799
2353
|
return this.fontSizeSmall;
|
|
1800
2354
|
} }, { key: "checkboxFontSizeMedium", get:
|
|
2355
|
+
|
|
1801
2356
|
function get() {
|
|
1802
2357
|
return this.fontSizeMedium;
|
|
1803
2358
|
} }, { key: "checkboxFontSizeLarge", get:
|
|
2359
|
+
|
|
1804
2360
|
function get() {
|
|
1805
2361
|
return this.fontSizeLarge;
|
|
1806
2362
|
} }, { key: "checkboxLineHeightSmall", get:
|
|
@@ -1808,9 +2364,11 @@ BasicThemeClass = exports.BasicThemeClass = /*#__PURE__*/function () {function B
|
|
|
1808
2364
|
function get() {
|
|
1809
2365
|
return this.controlLineHeightSmall;
|
|
1810
2366
|
} }, { key: "checkboxLineHeightMedium", get:
|
|
2367
|
+
|
|
1811
2368
|
function get() {
|
|
1812
2369
|
return this.controlLineHeightMedium;
|
|
1813
2370
|
} }, { key: "checkboxLineHeightLarge", get:
|
|
2371
|
+
|
|
1814
2372
|
function get() {
|
|
1815
2373
|
return this.controlLineHeightLarge;
|
|
1816
2374
|
} }, { key: "checkboxPaddingYSmall", get:
|
|
@@ -1831,6 +2389,7 @@ BasicThemeClass = exports.BasicThemeClass = /*#__PURE__*/function () {function B
|
|
|
1831
2389
|
var lineHeight = parseInt(this.checkboxLineHeightMedium, 10) || 0;
|
|
1832
2390
|
return (controlHeight - lineHeight) / 2 + "px";
|
|
1833
2391
|
} }, { key: "checkboxPaddingYLarge", get:
|
|
2392
|
+
|
|
1834
2393
|
function get() {
|
|
1835
2394
|
var controlHeight = parseInt(this.controlHeightLarge, 10) || 0;
|
|
1836
2395
|
var lineHeight = parseInt(this.checkboxLineHeightLarge, 10) || 0;
|
|
@@ -1839,98 +2398,133 @@ BasicThemeClass = exports.BasicThemeClass = /*#__PURE__*/function () {function B
|
|
|
1839
2398
|
|
|
1840
2399
|
|
|
1841
2400
|
|
|
2401
|
+
|
|
2402
|
+
|
|
1842
2403
|
function get() {
|
|
1843
2404
|
return this.textColorDefault;
|
|
1844
2405
|
} }, { key: "checkboxTextColorDisabled", get:
|
|
2406
|
+
|
|
1845
2407
|
function get() {
|
|
1846
2408
|
return this.textColorDisabled;
|
|
1847
2409
|
} }, { key: "checkboxShadowDisabled", get:
|
|
2410
|
+
|
|
1848
2411
|
function get() {
|
|
1849
2412
|
return "0 0 0 " + this.checkboxBorderWidth + " rgba(0, 0, 0, 0.1)";
|
|
1850
2413
|
} }, { key: "checkboxBorderWidth", get:
|
|
1851
2414
|
|
|
2415
|
+
|
|
2416
|
+
|
|
1852
2417
|
function get() {
|
|
1853
2418
|
return this.controlBorderWidth;
|
|
1854
2419
|
} }, { key: "checkboxShadow", get:
|
|
2420
|
+
|
|
1855
2421
|
function get() {
|
|
1856
2422
|
return "0 0 0 " + this.checkboxBorderWidth + " rgba(0, 0, 0, 0.15)";
|
|
1857
2423
|
} }, { key: "checkboxShadowHover", get:
|
|
2424
|
+
|
|
1858
2425
|
function get() {
|
|
1859
2426
|
return "0 0 0 " + this.checkboxBorderWidth + " #c3c3c3";
|
|
1860
2427
|
} }, { key: "checkboxOutlineColorFocus", get:
|
|
1861
2428
|
|
|
2429
|
+
|
|
2430
|
+
|
|
1862
2431
|
function get() {
|
|
1863
2432
|
return this.outlineColorFocus;
|
|
1864
2433
|
} }, { key: "checkboxBorderColorWarning", get:
|
|
2434
|
+
|
|
1865
2435
|
function get() {
|
|
1866
2436
|
return this.borderColorWarning;
|
|
1867
2437
|
} }, { key: "checkboxBorderColorError", get:
|
|
2438
|
+
|
|
1868
2439
|
function get() {
|
|
1869
2440
|
return this.borderColorError;
|
|
1870
2441
|
} }, { key: "checkboxCheckedHoverShadow", get:
|
|
2442
|
+
|
|
1871
2443
|
function get() {
|
|
1872
2444
|
return "0 0 0 " + this.checkboxBorderWidth + " " + this.checkboxCheckedHoverBg;
|
|
1873
2445
|
} }, { key: "checkboxOutlineWidth", get:
|
|
1874
2446
|
|
|
2447
|
+
|
|
2448
|
+
|
|
1875
2449
|
function get() {
|
|
1876
2450
|
return this.controlOutlineWidth;
|
|
1877
2451
|
} }, { key: "checkboxCheckedShadow", get:
|
|
2452
|
+
|
|
1878
2453
|
function get() {
|
|
1879
2454
|
return "0 0 0 " + this.checkboxBorderWidth + " " + this.checkboxCheckedBg;
|
|
1880
2455
|
} }, { key: "checkboxCheckedActiveShadow", get:
|
|
2456
|
+
|
|
1881
2457
|
function get() {
|
|
1882
2458
|
return "0 0 0 " + this.checkboxBorderWidth + " " + this.checkboxCheckedActiveBg;
|
|
1883
2459
|
} }, { key: "checkboxBorderColorFocus", get:
|
|
2460
|
+
|
|
1884
2461
|
function get() {
|
|
1885
2462
|
return this.borderColorFocus;
|
|
1886
2463
|
} }, { key: "checkboxHoverBg", get:
|
|
1887
2464
|
|
|
2465
|
+
|
|
2466
|
+
|
|
1888
2467
|
function get() {
|
|
1889
2468
|
return this.btnDefaultHoverBg;
|
|
1890
2469
|
} }, { key: "checkboxActiveBg", get:
|
|
2470
|
+
|
|
1891
2471
|
function get() {
|
|
1892
2472
|
return this.btnDefaultActiveBg;
|
|
1893
2473
|
} }, { key: "checkboxCheckedBg", get:
|
|
2474
|
+
|
|
1894
2475
|
function get() {
|
|
1895
2476
|
return this.bgChecked;
|
|
1896
2477
|
} }, { key: "checkboxBgDisabled", get:
|
|
2478
|
+
|
|
1897
2479
|
function get() {
|
|
1898
2480
|
return this.bgDisabled;
|
|
1899
2481
|
} }, { key: "checkboxCheckedActiveBg", get:
|
|
1900
2482
|
|
|
2483
|
+
|
|
2484
|
+
|
|
1901
2485
|
function get() {
|
|
1902
2486
|
return ColorFunctions.darken(this.checkboxCheckedBg, '15%');
|
|
1903
2487
|
} }, { key: "checkboxShadowActive", get:
|
|
2488
|
+
|
|
1904
2489
|
function get() {
|
|
1905
2490
|
return "0 0 0 " + this.checkboxBorderWidth + " #c3c3c3";
|
|
1906
2491
|
}
|
|
2492
|
+
|
|
1907
2493
|
//#endregion Checkbox
|
|
1908
2494
|
//#region TextArea
|
|
1909
2495
|
}, { key: "textareaColor", get:
|
|
2496
|
+
|
|
1910
2497
|
function get() {
|
|
1911
2498
|
return this.textColorDefault;
|
|
1912
2499
|
} }, { key: "textareaTextColorDisabled", get:
|
|
2500
|
+
|
|
1913
2501
|
function get() {
|
|
1914
2502
|
return this.textColorDisabled;
|
|
1915
2503
|
} }, { key: "textareaPlaceholderColorLight", get:
|
|
2504
|
+
|
|
1916
2505
|
function get() {
|
|
1917
2506
|
return this.placeholderColorLight;
|
|
1918
2507
|
} }, { key: "textareaPlaceholderColor", get:
|
|
2508
|
+
|
|
1919
2509
|
function get() {
|
|
1920
2510
|
return this.placeholderColor;
|
|
1921
2511
|
} }, { key: "textareaPlaceholderColorDisabled", get:
|
|
2512
|
+
|
|
1922
2513
|
function get() {
|
|
1923
2514
|
return this.textColorDisabled;
|
|
1924
2515
|
} }, { key: "textareaFontSizeSmall", get:
|
|
1925
2516
|
|
|
1926
2517
|
|
|
1927
2518
|
|
|
2519
|
+
|
|
1928
2520
|
function get() {
|
|
1929
2521
|
return this.fontSizeSmall;
|
|
1930
2522
|
} }, { key: "textareaFontSizeMedium", get:
|
|
2523
|
+
|
|
1931
2524
|
function get() {
|
|
1932
2525
|
return this.fontSizeMedium;
|
|
1933
2526
|
} }, { key: "textareaFontSizeLarge", get:
|
|
2527
|
+
|
|
1934
2528
|
function get() {
|
|
1935
2529
|
return this.fontSizeLarge;
|
|
1936
2530
|
} }, { key: "textareaLineHeightSmall", get:
|
|
@@ -1938,16 +2532,21 @@ BasicThemeClass = exports.BasicThemeClass = /*#__PURE__*/function () {function B
|
|
|
1938
2532
|
function get() {
|
|
1939
2533
|
return this.controlLineHeightSmall;
|
|
1940
2534
|
} }, { key: "textareaLineHeightMedium", get:
|
|
2535
|
+
|
|
1941
2536
|
function get() {
|
|
1942
2537
|
return this.controlLineHeightMedium;
|
|
1943
2538
|
} }, { key: "textareaLineHeightLarge", get:
|
|
2539
|
+
|
|
1944
2540
|
function get() {
|
|
1945
2541
|
return this.controlLineHeightLarge;
|
|
1946
2542
|
} }, { key: "textareaBorderWidth", get:
|
|
1947
2543
|
|
|
2544
|
+
|
|
2545
|
+
|
|
1948
2546
|
function get() {
|
|
1949
2547
|
return this.controlBorderWidth;
|
|
1950
2548
|
} }, { key: "textareaOutlineWidth", get:
|
|
2549
|
+
|
|
1951
2550
|
function get() {
|
|
1952
2551
|
var outlineWidth = parseInt(this.controlOutlineWidth, 10) || 0;
|
|
1953
2552
|
var borderWidth = parseInt(this.textareaBorderWidth, 10) || 0;
|
|
@@ -1967,6 +2566,7 @@ BasicThemeClass = exports.BasicThemeClass = /*#__PURE__*/function () {function B
|
|
|
1967
2566
|
var borderWidth = parseInt(this.textareaBorderWidth, 10) || 0;
|
|
1968
2567
|
return lineHeight + paddingY * 2 + borderWidth * 2 + "px";
|
|
1969
2568
|
} }, { key: "textareaMinHeightLarge", get:
|
|
2569
|
+
|
|
1970
2570
|
function get() {
|
|
1971
2571
|
var lineHeight = parseInt(this.textareaLineHeightLarge, 10) || 0;
|
|
1972
2572
|
var paddingY = parseInt(this.textareaPaddingYLarge, 10) || 0;
|
|
@@ -1987,6 +2587,7 @@ BasicThemeClass = exports.BasicThemeClass = /*#__PURE__*/function () {function B
|
|
|
1987
2587
|
function get() {
|
|
1988
2588
|
return this.controlPaddingYMedium;
|
|
1989
2589
|
} }, { key: "textareaPaddingYLarge", get:
|
|
2590
|
+
|
|
1990
2591
|
function get() {
|
|
1991
2592
|
return this.controlPaddingYLarge;
|
|
1992
2593
|
} }, { key: "textareaBorderColor", get:
|
|
@@ -1995,15 +2596,20 @@ BasicThemeClass = exports.BasicThemeClass = /*#__PURE__*/function () {function B
|
|
|
1995
2596
|
return this.borderColorGrayLight;
|
|
1996
2597
|
} }, { key: "textareaBorderColorFocus", get:
|
|
1997
2598
|
|
|
2599
|
+
|
|
2600
|
+
|
|
1998
2601
|
function get() {
|
|
1999
2602
|
return this.borderColorFocus;
|
|
2000
2603
|
} }, { key: "textareaBorderColorHover", get:
|
|
2604
|
+
|
|
2001
2605
|
function get() {
|
|
2002
2606
|
return this.inputBorderColorHover;
|
|
2003
2607
|
} }, { key: "textareaBorderColorWarning", get:
|
|
2608
|
+
|
|
2004
2609
|
function get() {
|
|
2005
2610
|
return this.borderColorWarning;
|
|
2006
2611
|
} }, { key: "textareaBorderColorError", get:
|
|
2612
|
+
|
|
2007
2613
|
function get() {
|
|
2008
2614
|
return this.borderColorError;
|
|
2009
2615
|
} }, { key: "textareaDisabledBg", get:
|
|
@@ -2011,30 +2617,40 @@ BasicThemeClass = exports.BasicThemeClass = /*#__PURE__*/function () {function B
|
|
|
2011
2617
|
function get() {
|
|
2012
2618
|
return this.inputDisabledBg;
|
|
2013
2619
|
} }, { key: "textareaDisabledBorderColor", get:
|
|
2620
|
+
|
|
2014
2621
|
function get() {
|
|
2015
2622
|
return this.borderColorDisabled;
|
|
2016
2623
|
} }, { key: "textareaCounterColor", get:
|
|
2624
|
+
|
|
2017
2625
|
function get() {
|
|
2018
2626
|
return this.gray;
|
|
2019
2627
|
} }, { key: "textareaCounterBg", get:
|
|
2628
|
+
|
|
2020
2629
|
function get() {
|
|
2021
2630
|
return ColorFunctions.fade(this.textareaBg, 0.9);
|
|
2022
2631
|
} }, { key: "textareaCounterErrorColor", get:
|
|
2632
|
+
|
|
2023
2633
|
function get() {
|
|
2024
2634
|
return this.errorText;
|
|
2025
2635
|
} }, { key: "textareaCounterHelpIconColor", get:
|
|
2636
|
+
|
|
2026
2637
|
function get() {
|
|
2027
2638
|
return this.linkColor;
|
|
2028
|
-
}
|
|
2639
|
+
} }, { key: "radioOutlineWidth", get:
|
|
2640
|
+
|
|
2641
|
+
|
|
2642
|
+
|
|
2643
|
+
|
|
2644
|
+
|
|
2645
|
+
|
|
2646
|
+
|
|
2029
2647
|
|
|
2030
|
-
//#endregion Textarea
|
|
2031
|
-
//#region Radio
|
|
2032
|
-
}, { key: "radioOutlineWidth", get:
|
|
2033
2648
|
|
|
2034
2649
|
|
|
2035
2650
|
function get() {
|
|
2036
2651
|
return this.controlOutlineWidth;
|
|
2037
2652
|
} }, { key: "radioTextColor", get:
|
|
2653
|
+
|
|
2038
2654
|
function get() {
|
|
2039
2655
|
return this.textColorDefault;
|
|
2040
2656
|
} }, { key: "radioFontSizeSmall", get:
|
|
@@ -2046,9 +2662,11 @@ BasicThemeClass = exports.BasicThemeClass = /*#__PURE__*/function () {function B
|
|
|
2046
2662
|
function get() {
|
|
2047
2663
|
return this.fontSizeSmall;
|
|
2048
2664
|
} }, { key: "radioFontSizeMedium", get:
|
|
2665
|
+
|
|
2049
2666
|
function get() {
|
|
2050
2667
|
return this.fontSizeMedium;
|
|
2051
2668
|
} }, { key: "radioFontSizeLarge", get:
|
|
2669
|
+
|
|
2052
2670
|
function get() {
|
|
2053
2671
|
return this.fontSizeLarge;
|
|
2054
2672
|
} }, { key: "radioLineHeightSmall", get:
|
|
@@ -2056,9 +2674,11 @@ BasicThemeClass = exports.BasicThemeClass = /*#__PURE__*/function () {function B
|
|
|
2056
2674
|
function get() {
|
|
2057
2675
|
return this.controlLineHeightSmall;
|
|
2058
2676
|
} }, { key: "radioLineHeightMedium", get:
|
|
2677
|
+
|
|
2059
2678
|
function get() {
|
|
2060
2679
|
return this.controlLineHeightMedium;
|
|
2061
2680
|
} }, { key: "radioLineHeightLarge", get:
|
|
2681
|
+
|
|
2062
2682
|
function get() {
|
|
2063
2683
|
return this.controlLineHeightLarge;
|
|
2064
2684
|
} }, { key: "radioPaddingYSmall", get:
|
|
@@ -2070,11 +2690,13 @@ BasicThemeClass = exports.BasicThemeClass = /*#__PURE__*/function () {function B
|
|
|
2070
2690
|
var lineHeight = parseInt(this.radioLineHeightSmall, 10) || 0;
|
|
2071
2691
|
return (controlHeight - lineHeight) / 2 + "px";
|
|
2072
2692
|
} }, { key: "radioPaddingYMedium", get:
|
|
2693
|
+
|
|
2073
2694
|
function get() {
|
|
2074
2695
|
var controlHeight = parseInt(this.controlHeightMedium, 10) || 0;
|
|
2075
2696
|
var lineHeight = parseInt(this.radioLineHeightMedium, 10) || 0;
|
|
2076
2697
|
return (controlHeight - lineHeight) / 2 + "px";
|
|
2077
2698
|
} }, { key: "radioPaddingYLarge", get:
|
|
2699
|
+
|
|
2078
2700
|
function get() {
|
|
2079
2701
|
var controlHeight = parseInt(this.controlHeightLarge, 10) || 0;
|
|
2080
2702
|
var lineHeight = parseInt(this.radioLineHeightLarge, 10) || 0;
|
|
@@ -2084,71 +2706,95 @@ BasicThemeClass = exports.BasicThemeClass = /*#__PURE__*/function () {function B
|
|
|
2084
2706
|
|
|
2085
2707
|
|
|
2086
2708
|
|
|
2709
|
+
|
|
2087
2710
|
function get() {
|
|
2088
2711
|
return this.checkboxHoverBg;
|
|
2089
2712
|
} }, { key: "radioActiveBg", get:
|
|
2713
|
+
|
|
2090
2714
|
function get() {
|
|
2091
2715
|
return this.checkboxActiveBg;
|
|
2092
2716
|
} }, { key: "radioBorderWidth", get:
|
|
2717
|
+
|
|
2093
2718
|
function get() {
|
|
2094
2719
|
return this.controlBorderWidth;
|
|
2095
2720
|
} }, { key: "radioBorderColor", get:
|
|
2721
|
+
|
|
2096
2722
|
function get() {
|
|
2097
2723
|
return this.borderColorGrayLight;
|
|
2098
2724
|
} }, { key: "radioBorder", get:
|
|
2099
2725
|
|
|
2726
|
+
|
|
2727
|
+
|
|
2100
2728
|
function get() {
|
|
2101
2729
|
return this.radioBorderWidth + " solid " + this.radioBorderColor;
|
|
2102
2730
|
} }, { key: "radioBorderColorFocus", get:
|
|
2731
|
+
|
|
2103
2732
|
function get() {
|
|
2104
2733
|
return this.borderColorFocus;
|
|
2105
2734
|
} }, { key: "radioBorderColorWarning", get:
|
|
2735
|
+
|
|
2106
2736
|
function get() {
|
|
2107
2737
|
return this.borderColorWarning;
|
|
2108
2738
|
} }, { key: "radioBorderColorError", get:
|
|
2739
|
+
|
|
2109
2740
|
function get() {
|
|
2110
2741
|
return this.borderColorError;
|
|
2111
2742
|
} }, { key: "radioFocusShadow", get:
|
|
2112
2743
|
|
|
2113
2744
|
|
|
2745
|
+
|
|
2746
|
+
|
|
2114
2747
|
function get() {
|
|
2115
2748
|
return "inset 0 0 0 1px " + this.outlineColorFocus;
|
|
2116
2749
|
} }, { key: "radioCheckedBgColor", get:
|
|
2750
|
+
|
|
2117
2751
|
function get() {
|
|
2118
2752
|
return this.checkboxCheckedBg;
|
|
2119
2753
|
} }, { key: "radioCheckedHoverBgColor", get:
|
|
2120
2754
|
|
|
2121
2755
|
|
|
2756
|
+
|
|
2757
|
+
|
|
2122
2758
|
function get() {
|
|
2123
2759
|
return ColorFunctions.darken(this.checkboxCheckedBg, '5%');
|
|
2124
2760
|
} }, { key: "radioDisabledShadow", get:
|
|
2125
2761
|
|
|
2762
|
+
|
|
2763
|
+
|
|
2126
2764
|
function get() {
|
|
2127
2765
|
return "0 0 0 " + this.radioBorderWidth + " rgba(0, 0, 0, 0.1)";
|
|
2128
2766
|
} }, { key: "radioCheckedDisabledBulletBg", get:
|
|
2129
2767
|
|
|
2130
2768
|
|
|
2131
2769
|
|
|
2770
|
+
|
|
2771
|
+
|
|
2132
2772
|
function get() {
|
|
2133
2773
|
return this.gray;
|
|
2134
2774
|
}
|
|
2775
|
+
|
|
2135
2776
|
//#endregion
|
|
2136
2777
|
//#region Tabs
|
|
2137
2778
|
}, { key: "tabFontSizeSmall", get: function get() {
|
|
2138
2779
|
return this.fontSizeSmall;
|
|
2139
2780
|
} }, { key: "tabFontSizeMedium", get:
|
|
2781
|
+
|
|
2140
2782
|
function get() {
|
|
2141
2783
|
return this.fontSizeMedium;
|
|
2142
2784
|
} }, { key: "tabFontSizeLarge", get:
|
|
2785
|
+
|
|
2143
2786
|
function get() {
|
|
2144
2787
|
return this.fontSizeLarge;
|
|
2145
2788
|
} }, { key: "tabLineHeightSmall", get:
|
|
2789
|
+
|
|
2146
2790
|
function get() {
|
|
2147
2791
|
return this.controlLineHeightSmall;
|
|
2148
2792
|
} }, { key: "tabLineHeightMedium", get:
|
|
2793
|
+
|
|
2149
2794
|
function get() {
|
|
2150
2795
|
return this.controlLineHeightMedium;
|
|
2151
2796
|
} }, { key: "tabLineHeightLarge", get:
|
|
2797
|
+
|
|
2152
2798
|
function get() {
|
|
2153
2799
|
return this.controlLineHeightLarge;
|
|
2154
2800
|
} }, { key: "tabPaddingYSmall", get:
|
|
@@ -2162,81 +2808,106 @@ BasicThemeClass = exports.BasicThemeClass = /*#__PURE__*/function () {function B
|
|
|
2162
2808
|
var borderWidth = parseInt(this.controlBorderWidth);
|
|
2163
2809
|
return paddingY + borderWidth + "px";
|
|
2164
2810
|
} }, { key: "tabPaddingYMedium", get:
|
|
2811
|
+
|
|
2165
2812
|
function get() {
|
|
2166
2813
|
var paddingY = parseInt(this.controlPaddingYMedium);
|
|
2167
2814
|
var borderWidth = parseInt(this.controlBorderWidth);
|
|
2168
2815
|
return paddingY + borderWidth + "px";
|
|
2169
2816
|
} }, { key: "tabPaddingYLarge", get:
|
|
2817
|
+
|
|
2170
2818
|
function get() {
|
|
2171
2819
|
var paddingY = parseInt(this.controlPaddingYLarge);
|
|
2172
2820
|
var borderWidth = parseInt(this.controlBorderWidth);
|
|
2173
2821
|
return paddingY + borderWidth + "px";
|
|
2174
2822
|
} }, { key: "tabOutlineWidth", get:
|
|
2175
2823
|
|
|
2824
|
+
|
|
2825
|
+
|
|
2176
2826
|
function get() {
|
|
2177
2827
|
return this.controlOutlineWidth;
|
|
2178
2828
|
} }, { key: "tabTextColorDefault", get:
|
|
2829
|
+
|
|
2179
2830
|
function get() {
|
|
2180
2831
|
return this.textColorDefault;
|
|
2181
2832
|
} }, { key: "tabColorFocus", get:
|
|
2833
|
+
|
|
2182
2834
|
function get() {
|
|
2183
2835
|
return this.borderColorFocus;
|
|
2184
2836
|
} }, { key: "tabColorError", get:
|
|
2837
|
+
|
|
2185
2838
|
function get() {
|
|
2186
2839
|
return this.btnDangerBg;
|
|
2187
2840
|
} }, { key: "tabColorWarning", get:
|
|
2841
|
+
|
|
2188
2842
|
function get() {
|
|
2189
2843
|
return this.btnPayBg;
|
|
2190
2844
|
} }, { key: "tabColorSuccess", get:
|
|
2845
|
+
|
|
2191
2846
|
function get() {
|
|
2192
2847
|
return this.btnSuccessBg;
|
|
2193
2848
|
} }, { key: "tabColorPrimary", get:
|
|
2849
|
+
|
|
2194
2850
|
function get() {
|
|
2195
2851
|
return this.btnPrimaryBg;
|
|
2196
2852
|
} }, { key: "tabColorHoverError", get:
|
|
2197
2853
|
|
|
2854
|
+
|
|
2855
|
+
|
|
2198
2856
|
function get() {
|
|
2199
2857
|
return ColorFunctions.lighten(this.tabColorError, '25%');
|
|
2200
2858
|
} }, { key: "tabColorHoverWarning", get:
|
|
2859
|
+
|
|
2201
2860
|
function get() {
|
|
2202
2861
|
return ColorFunctions.lighten(this.tabColorWarning, '25%');
|
|
2203
2862
|
} }, { key: "tabColorHoverSuccess", get:
|
|
2863
|
+
|
|
2204
2864
|
function get() {
|
|
2205
2865
|
return ColorFunctions.lighten(this.tabColorSuccess, '25%');
|
|
2206
2866
|
} }, { key: "tabColorHoverPrimary", get:
|
|
2867
|
+
|
|
2207
2868
|
function get() {
|
|
2208
2869
|
return ColorFunctions.lighten(this.tabColorPrimary, '25%');
|
|
2209
2870
|
} }, { key: "spinnerBgColor", get:
|
|
2210
2871
|
|
|
2872
|
+
|
|
2211
2873
|
//#endregion Tabs
|
|
2212
2874
|
//#region Spinner
|
|
2213
2875
|
function get() {
|
|
2214
2876
|
return this.grayXLight;
|
|
2215
2877
|
} }, { key: "spinnerColor", get:
|
|
2878
|
+
|
|
2216
2879
|
function get() {
|
|
2217
2880
|
return this.red;
|
|
2218
2881
|
} }, { key: "spinnerDimmedColor", get:
|
|
2882
|
+
|
|
2219
2883
|
function get() {
|
|
2220
2884
|
return this.gray;
|
|
2221
2885
|
} }, { key: "spinnerCaptionColor", get:
|
|
2886
|
+
|
|
2222
2887
|
function get() {
|
|
2223
2888
|
return this.gray;
|
|
2224
2889
|
} }, { key: "spinnerFontSizeSmall", get:
|
|
2890
|
+
|
|
2225
2891
|
function get() {
|
|
2226
2892
|
return this.fontSizeSmall;
|
|
2227
2893
|
} }, { key: "spinnerFontSizeMedium", get:
|
|
2894
|
+
|
|
2228
2895
|
function get() {
|
|
2229
2896
|
return this.fontSizeMedium;
|
|
2230
2897
|
} }, { key: "spinnerFontSizeLarge", get:
|
|
2898
|
+
|
|
2231
2899
|
function get() {
|
|
2232
2900
|
return this.fontSizeLarge;
|
|
2233
2901
|
} }, { key: "spinnerLineHeightSmall", get:
|
|
2902
|
+
|
|
2234
2903
|
function get() {
|
|
2235
2904
|
return this.controlLineHeightSmall;
|
|
2236
2905
|
} }, { key: "spinnerLineHeightMedium", get:
|
|
2906
|
+
|
|
2237
2907
|
function get() {
|
|
2238
2908
|
return this.controlLineHeightMedium;
|
|
2239
2909
|
} }, { key: "spinnerLineHeightLarge", get:
|
|
2910
|
+
|
|
2240
2911
|
function get() {
|
|
2241
2912
|
return this.controlLineHeightLarge;
|
|
2242
2913
|
} }, { key: "switcherTextColor", get:
|
|
@@ -2249,88 +2920,118 @@ BasicThemeClass = exports.BasicThemeClass = /*#__PURE__*/function () {function B
|
|
|
2249
2920
|
|
|
2250
2921
|
|
|
2251
2922
|
|
|
2923
|
+
|
|
2924
|
+
|
|
2252
2925
|
function get() {
|
|
2253
2926
|
return this.textColorDefault;
|
|
2254
2927
|
} }, { key: "switcherOutlineWidth", get:
|
|
2928
|
+
|
|
2255
2929
|
function get() {
|
|
2256
2930
|
return this.btnOutlineWidth;
|
|
2257
2931
|
} }, { key: "switcherCaptionFontSizeSmall", get:
|
|
2932
|
+
|
|
2258
2933
|
function get() {
|
|
2259
2934
|
return this.btnFontSizeSmall;
|
|
2260
2935
|
} }, { key: "switcherCaptionFontSizeMedium", get:
|
|
2936
|
+
|
|
2261
2937
|
function get() {
|
|
2262
2938
|
return this.btnFontSizeMedium;
|
|
2263
2939
|
} }, { key: "switcherCaptionFontSizeLarge", get:
|
|
2940
|
+
|
|
2264
2941
|
function get() {
|
|
2265
2942
|
return this.btnFontSizeLarge;
|
|
2266
2943
|
} }, { key: "switcherCaptionLineHeightSmall", get:
|
|
2944
|
+
|
|
2267
2945
|
function get() {
|
|
2268
2946
|
return this.btnLineHeightSmall;
|
|
2269
2947
|
} }, { key: "switcherCaptionLineHeightMedium", get:
|
|
2948
|
+
|
|
2270
2949
|
function get() {
|
|
2271
2950
|
return this.btnLineHeightMedium;
|
|
2272
2951
|
} }, { key: "switcherCaptionLineHeightLarge", get:
|
|
2952
|
+
|
|
2273
2953
|
function get() {
|
|
2274
2954
|
return this.btnLineHeightLarge;
|
|
2275
2955
|
} }, { key: "switcherCaptionGapSmall", get:
|
|
2956
|
+
|
|
2276
2957
|
function get() {
|
|
2277
2958
|
return this.btnPaddingXSmall;
|
|
2278
2959
|
} }, { key: "switcherCaptionGapMedium", get:
|
|
2960
|
+
|
|
2279
2961
|
function get() {
|
|
2280
2962
|
return this.btnPaddingXMedium;
|
|
2281
2963
|
} }, { key: "switcherCaptionGapLarge", get:
|
|
2964
|
+
|
|
2282
2965
|
function get() {
|
|
2283
2966
|
return this.btnPaddingXLarge;
|
|
2284
2967
|
} }, { key: "switcherButtonPaddingYSmall", get:
|
|
2285
2968
|
|
|
2286
2969
|
|
|
2287
2970
|
|
|
2971
|
+
|
|
2972
|
+
|
|
2288
2973
|
function get() {
|
|
2289
2974
|
return this.btnPaddingYSmall;
|
|
2290
2975
|
} }, { key: "switcherButtonPaddingYMedium", get:
|
|
2976
|
+
|
|
2291
2977
|
function get() {
|
|
2292
2978
|
return this.btnPaddingYMedium;
|
|
2293
2979
|
} }, { key: "switcherButtonPaddingYLarge", get:
|
|
2980
|
+
|
|
2294
2981
|
function get() {
|
|
2295
2982
|
return this.btnPaddingYLarge;
|
|
2296
2983
|
} }, { key: "switcherButtonLineHeightSmall", get:
|
|
2984
|
+
|
|
2297
2985
|
function get() {
|
|
2298
2986
|
return this.btnLineHeightSmall;
|
|
2299
2987
|
} }, { key: "switcherButtonLineHeightMedium", get:
|
|
2988
|
+
|
|
2300
2989
|
function get() {
|
|
2301
2990
|
return this.btnLineHeightMedium;
|
|
2302
2991
|
} }, { key: "switcherButtonLineHeightLarge", get:
|
|
2992
|
+
|
|
2303
2993
|
function get() {
|
|
2304
2994
|
return this.btnLineHeightLarge;
|
|
2305
2995
|
} }, { key: "switcherButtonFontSizeSmall", get:
|
|
2996
|
+
|
|
2306
2997
|
function get() {
|
|
2307
2998
|
return this.btnFontSizeSmall;
|
|
2308
2999
|
} }, { key: "switcherButtonFontSizeMedium", get:
|
|
3000
|
+
|
|
2309
3001
|
function get() {
|
|
2310
3002
|
return this.btnFontSizeMedium;
|
|
2311
3003
|
} }, { key: "switcherButtonFontSizeLarge", get:
|
|
3004
|
+
|
|
2312
3005
|
function get() {
|
|
2313
3006
|
return this.btnFontSizeLarge;
|
|
2314
3007
|
} }, { key: "switcherButtonBorderRadiusSmall", get:
|
|
3008
|
+
|
|
2315
3009
|
function get() {
|
|
2316
3010
|
return this.btnBorderRadiusSmall;
|
|
2317
3011
|
} }, { key: "switcherButtonBorderRadiusMedium", get:
|
|
3012
|
+
|
|
2318
3013
|
function get() {
|
|
2319
3014
|
return this.btnBorderRadiusMedium;
|
|
2320
3015
|
} }, { key: "switcherButtonBorderRadiusLarge", get:
|
|
3016
|
+
|
|
2321
3017
|
function get() {
|
|
2322
3018
|
return this.btnBorderRadiusLarge;
|
|
2323
3019
|
} }, { key: "switcherButtonBorderWidth", get:
|
|
3020
|
+
|
|
2324
3021
|
function get() {
|
|
2325
3022
|
return this.btnBorderWidth;
|
|
2326
3023
|
} }, { key: "switcherButtonDisabledBorderColor", get:
|
|
2327
3024
|
|
|
3025
|
+
|
|
3026
|
+
|
|
2328
3027
|
function get() {
|
|
2329
3028
|
return this.switcherBtnDisabledBorderColor;
|
|
2330
3029
|
} }, { key: "switcherButtonCheckedDisabledShadow", get:
|
|
3030
|
+
|
|
2331
3031
|
function get() {
|
|
2332
3032
|
return this.btnCheckedDisabledShadow;
|
|
2333
3033
|
}
|
|
3034
|
+
|
|
2334
3035
|
//#endregion
|
|
2335
3036
|
//#region MobilePopup
|
|
2336
3037
|
}, { key: "mobilePopupHeaderFontSize", get:
|
|
@@ -2338,9 +3039,18 @@ BasicThemeClass = exports.BasicThemeClass = /*#__PURE__*/function () {function B
|
|
|
2338
3039
|
|
|
2339
3040
|
|
|
2340
3041
|
|
|
3042
|
+
|
|
3043
|
+
|
|
3044
|
+
|
|
3045
|
+
|
|
3046
|
+
|
|
3047
|
+
|
|
3048
|
+
|
|
3049
|
+
|
|
2341
3050
|
function get() {
|
|
2342
3051
|
return this.fontSizeMobile;
|
|
2343
3052
|
} }, { key: "mobilePopupHeaderLineHeight", get:
|
|
3053
|
+
|
|
2344
3054
|
function get() {
|
|
2345
3055
|
return this.lineHeightMobile;
|
|
2346
3056
|
} }, { key: "globalLoaderColor", get:
|
|
@@ -2361,6 +3071,7 @@ BasicThemeClass = exports.BasicThemeClass = /*#__PURE__*/function () {function B
|
|
|
2361
3071
|
|
|
2362
3072
|
|
|
2363
3073
|
|
|
3074
|
+
|
|
2364
3075
|
//#endregion
|
|
2365
3076
|
//#region GlobalLoader
|
|
2366
3077
|
function get() {
|
|
@@ -2383,57 +3094,77 @@ BasicThemeClass = exports.BasicThemeClass = /*#__PURE__*/function () {function B
|
|
|
2383
3094
|
|
|
2384
3095
|
|
|
2385
3096
|
|
|
3097
|
+
|
|
3098
|
+
|
|
2386
3099
|
function get() {
|
|
2387
3100
|
return this.inputPaddingXSmall;
|
|
2388
3101
|
} }, { key: "fileUploaderPaddingXMedium", get:
|
|
3102
|
+
|
|
2389
3103
|
function get() {
|
|
2390
3104
|
return this.inputPaddingXMedium;
|
|
2391
3105
|
} }, { key: "fileUploaderPaddingXLarge", get:
|
|
3106
|
+
|
|
2392
3107
|
function get() {
|
|
2393
3108
|
return this.inputPaddingXLarge;
|
|
2394
3109
|
} }, { key: "fileUploaderFontSizeSmall", get:
|
|
3110
|
+
|
|
2395
3111
|
function get() {
|
|
2396
3112
|
return this.fontSizeSmall;
|
|
2397
3113
|
} }, { key: "fileUploaderFontSizeMedium", get:
|
|
3114
|
+
|
|
2398
3115
|
function get() {
|
|
2399
3116
|
return this.fontSizeMedium;
|
|
2400
3117
|
} }, { key: "fileUploaderFontSizeLarge", get:
|
|
3118
|
+
|
|
2401
3119
|
function get() {
|
|
2402
3120
|
return this.fontSizeLarge;
|
|
2403
3121
|
} }, { key: "fileUploaderLineHeightSmall", get:
|
|
3122
|
+
|
|
2404
3123
|
function get() {
|
|
2405
3124
|
return this.controlLineHeightSmall;
|
|
2406
3125
|
} }, { key: "fileUploaderLineHeightMedium", get:
|
|
3126
|
+
|
|
2407
3127
|
function get() {
|
|
2408
3128
|
return this.controlLineHeightMedium;
|
|
2409
3129
|
} }, { key: "fileUploaderLineHeightLarge", get:
|
|
3130
|
+
|
|
2410
3131
|
function get() {
|
|
2411
3132
|
return this.controlLineHeightLarge;
|
|
2412
3133
|
} }, { key: "fileUploaderPaddingYSmall", get:
|
|
3134
|
+
|
|
2413
3135
|
function get() {
|
|
2414
3136
|
return this.controlPaddingYSmall;
|
|
2415
3137
|
} }, { key: "fileUploaderPaddingYMedium", get:
|
|
3138
|
+
|
|
2416
3139
|
function get() {
|
|
2417
3140
|
return this.controlPaddingYMedium;
|
|
2418
3141
|
} }, { key: "fileUploaderPaddingYLarge", get:
|
|
3142
|
+
|
|
2419
3143
|
function get() {
|
|
2420
3144
|
return this.controlPaddingYLarge;
|
|
2421
3145
|
} }, { key: "fileUploaderTextColorDefault", get:
|
|
3146
|
+
|
|
2422
3147
|
function get() {
|
|
2423
3148
|
return this.textColorDefault;
|
|
2424
3149
|
} }, { key: "fileUploaderBorderWidth", get:
|
|
2425
3150
|
|
|
2426
3151
|
|
|
3152
|
+
|
|
3153
|
+
|
|
2427
3154
|
function get() {
|
|
2428
3155
|
return this.controlBorderWidth;
|
|
2429
3156
|
} }, { key: "fileUploaderDisabledBorder", get:
|
|
3157
|
+
|
|
2430
3158
|
function get() {
|
|
2431
3159
|
return this.fileUploaderBorderWidth + " " + this.fileUploaderBorderStyle + " " + this.fileUploaderDisabledBorderColor;
|
|
2432
3160
|
} }, { key: "fileUploaderBorderColorFocus", get:
|
|
2433
3161
|
|
|
3162
|
+
|
|
3163
|
+
|
|
2434
3164
|
function get() {
|
|
2435
3165
|
return this.borderColorFocus;
|
|
2436
3166
|
} }, { key: "fileUploaderLinkColor", get:
|
|
3167
|
+
|
|
2437
3168
|
function get() {
|
|
2438
3169
|
return this.textColorDefault;
|
|
2439
3170
|
} }, { key: "fileUploaderBorderColorError", get:
|
|
@@ -2441,23 +3172,31 @@ BasicThemeClass = exports.BasicThemeClass = /*#__PURE__*/function () {function B
|
|
|
2441
3172
|
|
|
2442
3173
|
|
|
2443
3174
|
|
|
3175
|
+
|
|
3176
|
+
|
|
2444
3177
|
function get() {
|
|
2445
3178
|
return this.borderColorError;
|
|
2446
3179
|
} }, { key: "fileUploaderBorderColorWarning", get:
|
|
3180
|
+
|
|
2447
3181
|
function get() {
|
|
2448
3182
|
return this.borderColorWarning;
|
|
2449
3183
|
} }, { key: "fileUploaderDisabledBg", get:
|
|
3184
|
+
|
|
2450
3185
|
function get() {
|
|
2451
3186
|
return this.btnDisabledBg;
|
|
2452
3187
|
} }, { key: "fileUploaderDisabledTextColor", get:
|
|
2453
3188
|
|
|
2454
3189
|
|
|
3190
|
+
|
|
3191
|
+
|
|
2455
3192
|
function get() {
|
|
2456
3193
|
return this.textColorDisabled;
|
|
2457
3194
|
} }, { key: "fileUploaderDisabledLinkColor", get:
|
|
3195
|
+
|
|
2458
3196
|
function get() {
|
|
2459
3197
|
return this.textColorDisabled;
|
|
2460
3198
|
} }, { key: "fileUploaderDisabledIconColor", get:
|
|
3199
|
+
|
|
2461
3200
|
function get() {
|
|
2462
3201
|
return this.textColorDisabled;
|
|
2463
3202
|
} }, { key: "fileUploaderDragOverBorderColor", get:
|
|
@@ -2468,29 +3207,36 @@ BasicThemeClass = exports.BasicThemeClass = /*#__PURE__*/function () {function B
|
|
|
2468
3207
|
|
|
2469
3208
|
|
|
2470
3209
|
|
|
3210
|
+
|
|
2471
3211
|
function get() {
|
|
2472
3212
|
return this.borderColorFocus;
|
|
2473
3213
|
} }, { key: "clearCrossIconWidthSmall", get:
|
|
2474
3214
|
|
|
2475
3215
|
|
|
3216
|
+
|
|
2476
3217
|
//#endregion FileUploader
|
|
2477
3218
|
|
|
2478
3219
|
//#region ClearCrossIcon
|
|
2479
3220
|
function get() {
|
|
2480
3221
|
return this.inputHeightSmall;
|
|
2481
3222
|
} }, { key: "clearCrossIconWidthMedium", get:
|
|
3223
|
+
|
|
2482
3224
|
function get() {
|
|
2483
3225
|
return this.inputHeightMedium;
|
|
2484
3226
|
} }, { key: "clearCrossIconWidthLarge", get:
|
|
3227
|
+
|
|
2485
3228
|
function get() {
|
|
2486
3229
|
return this.inputHeightLarge;
|
|
2487
3230
|
} }, { key: "clearCrossIconHeightSmall", get:
|
|
3231
|
+
|
|
2488
3232
|
function get() {
|
|
2489
3233
|
return this.inputHeightSmall;
|
|
2490
3234
|
} }, { key: "clearCrossIconHeightMedium", get:
|
|
3235
|
+
|
|
2491
3236
|
function get() {
|
|
2492
3237
|
return this.inputHeightMedium;
|
|
2493
3238
|
} }, { key: "clearCrossIconHeightLarge", get:
|
|
3239
|
+
|
|
2494
3240
|
function get() {
|
|
2495
3241
|
return this.inputHeightLarge;
|
|
2496
3242
|
} }, { key: "clearCrossIconRightMarginSmall", get:
|
|
@@ -2500,11 +3246,13 @@ BasicThemeClass = exports.BasicThemeClass = /*#__PURE__*/function () {function B
|
|
|
2500
3246
|
var inputBorderWidth = parseInt(this.inputBorderWidth);
|
|
2501
3247
|
return "-" + (inputPaddingXSmall + inputBorderWidth) + "px";
|
|
2502
3248
|
} }, { key: "clearCrossIconRightMarginMedium", get:
|
|
3249
|
+
|
|
2503
3250
|
function get() {
|
|
2504
3251
|
var inputPaddingXMedium = parseInt(this.inputPaddingXMedium);
|
|
2505
3252
|
var inputBorderWidth = parseInt(this.inputBorderWidth);
|
|
2506
3253
|
return "-" + (inputPaddingXMedium + inputBorderWidth) + "px";
|
|
2507
3254
|
} }, { key: "clearCrossIconRightMarginLarge", get:
|
|
3255
|
+
|
|
2508
3256
|
function get() {
|
|
2509
3257
|
var inputPaddingXLarge = parseInt(this.inputPaddingXLarge);
|
|
2510
3258
|
var inputBorderWidth = parseInt(this.inputBorderWidth);
|
|
@@ -2514,9 +3262,11 @@ BasicThemeClass = exports.BasicThemeClass = /*#__PURE__*/function () {function B
|
|
|
2514
3262
|
function get() {
|
|
2515
3263
|
return this.inputBorderRadiusSmall;
|
|
2516
3264
|
} }, { key: "clearCrossIconBorderRadiusMedium", get:
|
|
3265
|
+
|
|
2517
3266
|
function get() {
|
|
2518
3267
|
return this.inputBorderRadiusMedium;
|
|
2519
3268
|
} }, { key: "clearCrossIconBorderRadiusLarge", get:
|
|
3269
|
+
|
|
2520
3270
|
function get() {
|
|
2521
3271
|
return this.inputBorderRadiusLarge;
|
|
2522
3272
|
} }, { key: "closeBtnIconFocusShadow", get:
|
|
@@ -2531,21 +3281,27 @@ BasicThemeClass = exports.BasicThemeClass = /*#__PURE__*/function () {function B
|
|
|
2531
3281
|
|
|
2532
3282
|
|
|
2533
3283
|
|
|
3284
|
+
|
|
3285
|
+
|
|
3286
|
+
|
|
2534
3287
|
function get() {
|
|
2535
3288
|
return "inset 0 0 0 1px " + this.borderColorFocus + ", inset 0 0 0 2px " + this.outlineColorFocus;
|
|
2536
3289
|
}
|
|
3290
|
+
|
|
2537
3291
|
//#endregion CloseIcon
|
|
2538
3292
|
|
|
2539
3293
|
//#region Autocomplete
|
|
2540
3294
|
}, { key: "autocompleteMenuOffsetY", get: function get() {
|
|
2541
3295
|
return this.menuOffsetY;
|
|
2542
3296
|
}
|
|
3297
|
+
|
|
2543
3298
|
//#endregion Autocomplete
|
|
2544
3299
|
|
|
2545
3300
|
//#region Combobox
|
|
2546
3301
|
}, { key: "comboboxMenuOffsetY", get: function get() {
|
|
2547
3302
|
return this.menuOffsetY;
|
|
2548
3303
|
}
|
|
3304
|
+
|
|
2549
3305
|
//#endregion Combobox
|
|
2550
3306
|
|
|
2551
3307
|
//#region MiniModal
|
|
@@ -2574,6 +3330,7 @@ BasicThemeClass = exports.BasicThemeClass = /*#__PURE__*/function () {function B
|
|
|
2574
3330
|
return this.errorText;
|
|
2575
3331
|
}
|
|
2576
3332
|
|
|
3333
|
+
|
|
2577
3334
|
//#endregion
|
|
2578
3335
|
}]);}();_BasicThemeClass = BasicThemeClass; //#region Common variables
|
|
2579
3336
|
BasicThemeClass.baseFontFamily = '"Lab Grotesque", "Lab Grotesque K", Arial, sans-serif';BasicThemeClass.labGrotesqueBaselineCompensation = '1';BasicThemeClass.brand = '#2291ff';BasicThemeClass.white = '#fff';BasicThemeClass.grayXLight = '#ebebeb';BasicThemeClass.gray = '#858585';BasicThemeClass.grayDark = '#333';BasicThemeClass.black = '#000';BasicThemeClass.blueXxLight = '#cdedff';BasicThemeClass.blueLight = '#1f87ef';BasicThemeClass.blue = '#1874cf';BasicThemeClass.greenXxLight = '#C7F9CC';BasicThemeClass.green = '#1C8A3F';BasicThemeClass.greenDark = '#197F39';BasicThemeClass.red = '#FE4C4C';BasicThemeClass.redXxLight = '#FFEBEB';BasicThemeClass.redDark = '#CC2626';BasicThemeClass.yellowXxLight = '#ffeec2';BasicThemeClass.yellow = '#fcb73e';BasicThemeClass.yellowDark = '#ef8b17';BasicThemeClass.bgDefault = '#fff';BasicThemeClass.bgDisabled = '#F0F0F0';BasicThemeClass.warningMain = '#fcb73e';BasicThemeClass.warningSecondary = '#fff0bc';BasicThemeClass.warningText = '#d97e00';BasicThemeClass.borderColorFocusLight = '#cdedff';BasicThemeClass.borderColorGrayDark = 'rgba(0, 0, 0, 0.28)';BasicThemeClass.borderColorGrayLight = 'rgba(0, 0, 0, 0.16)';BasicThemeClass.borderColorDisabled = 'rgba(0, 0, 0, 0.10)';BasicThemeClass.placeholderColor = '#adadad';BasicThemeClass.outlineColorFocus = '#fff';BasicThemeClass.placeholderColorLight = '#cdcdcd';BasicThemeClass.blinkColor = 'rgba(0, 136, 255, 0.2)';BasicThemeClass.controlBorderWidth = '1px';BasicThemeClass.controlOutlineWidth = '2px';BasicThemeClass.controlLineHeightSmall = '20px';BasicThemeClass.controlLineHeightMedium = '22px';BasicThemeClass.controlLineHeightLarge = '24px';BasicThemeClass.controlPaddingYSmall = '5px';BasicThemeClass.controlPaddingYMedium = '8px';BasicThemeClass.controlPaddingYLarge = '11px';BasicThemeClass.textColorDefault = '#222222';BasicThemeClass.textColorInvert = '#fff';BasicThemeClass.textColorDisabled = '#adadad';BasicThemeClass.textColorDisabledContrast = '#858585';BasicThemeClass.fontSizeSmall = '14px';BasicThemeClass.fontSizeMedium = '16px';BasicThemeClass.fontSizeLarge = '18px';BasicThemeClass.fontSizeMobile = '18px';BasicThemeClass.lineHeightMobile = '24px';BasicThemeClass.specificityLevel = '0';BasicThemeClass.fixedPanelShadow = 'none';BasicThemeClass.bgActive = '#141414';BasicThemeClass.bgChecked = '#3D3D3D';BasicThemeClass.borderColorFocus = '#3D3D3D';BasicThemeClass.controlHeightSmall = '32px';BasicThemeClass.controlHeightMedium = '40px';BasicThemeClass.controlHeightLarge = '48px';BasicThemeClass.mobileMediaQuery = '(max-width: 576px) and (pointer: coarse)';BasicThemeClass.transitionDuration = '100ms';BasicThemeClass.transitionTimingFunction = 'cubic-bezier(0.5, 1, 0.89, 1)'; //#endregion Common variables
|
|
@@ -2582,24 +3339,34 @@ BasicThemeClass.linkColor = '#222222';BasicThemeClass.linkTextDecoration = 'unde
|
|
|
2582
3339
|
//#region Loader
|
|
2583
3340
|
BasicThemeClass.loaderBg = 'rgba(255, 255, 255, 0.8)';BasicThemeClass.loaderOpacity = '0.8';BasicThemeClass.loaderBorderRadius = '0px'; //#endregion
|
|
2584
3341
|
//#region Button
|
|
2585
|
-
BasicThemeClass.btnBackgroundClip = 'padding-box';BasicThemeClass.btnLinkBorderRadius = '2px';BasicThemeClass.btnFocusShadowWidth = '2px';BasicThemeClass.btnBorderColorTransition = '';BasicThemeClass.btnDisabledBorderColor = 'rgba(0, 0, 0, 0.10)';BasicThemeClass.btnCheckedBg = '#3D3D3D';BasicThemeClass.btnCheckedDisabledBg = '#ADADAD';BasicThemeClass.btnCheckedDisabledColor = '#E6E6E6';BasicThemeClass.btnCheckedTextColor = '#fff';BasicThemeClass.btnCheckedShadow = 'none';BasicThemeClass.btnCheckedDisabledShadow = 'none';BasicThemeClass.btnBorderRadiusSmall = '8px';BasicThemeClass.btnBorderRadiusMedium = '8px';BasicThemeClass.btnBorderRadiusLarge = '8px';BasicThemeClass.btnInsetWidth = '1px';BasicThemeClass.btnPaddingXSmall = '12px';BasicThemeClass.btnPaddingXMedium = '16px';BasicThemeClass.btnPaddingXLarge = '20px';BasicThemeClass.btnIconGapSmallLeft = '4px';BasicThemeClass.btnIconGapMediumLeft = '6px';BasicThemeClass.btnIconGapLargeLeft = '8px';BasicThemeClass.btnIconSizeSmall = '16px';BasicThemeClass.btnIconSizeMedium = '20px';BasicThemeClass.btnIconSizeLarge = '24px';BasicThemeClass.btnDefaultBg = '#fff';BasicThemeClass.btnDefaultBgStart = 'none';BasicThemeClass.btnDefaultBgEnd = 'none';BasicThemeClass.btnDefaultHoverBg = '#F0F0F0';BasicThemeClass.btnDefaultHoverBgStart = 'none';BasicThemeClass.btnDefaultHoverBgEnd = 'none';BasicThemeClass.btnDefaultActiveBg = '#E6E6E6';BasicThemeClass.btnDefaultHoverTextColor = '';BasicThemeClass.btnDefaultBorderColor = 'rgba(0, 0, 0, 0.16)';BasicThemeClass.btnDefaultActiveShadow = 'none';BasicThemeClass.btnSuccessBg = '#26AD50';BasicThemeClass.btnSuccessBorderColor = '#26AD50';BasicThemeClass.btnSuccessHoverBg = '#23A14A';BasicThemeClass.btnSuccessHoverBorderColor = '#23A14A';BasicThemeClass.btnSuccessHoverTextColor = '';BasicThemeClass.btnSuccessBgStart = 'none';BasicThemeClass.btnSuccessBgEnd = 'none';BasicThemeClass.btnSuccessTextColor = '#fff';BasicThemeClass.btnSuccessHoverBgStart = 'none';BasicThemeClass.btnSuccessHoverBgEnd = 'none';BasicThemeClass.btnSuccessActiveBg = '#209644';BasicThemeClass.btnSuccessActiveBorderColor = '#209644';BasicThemeClass.btnSuccessActiveShadow = 'none';BasicThemeClass.btnPrimaryBg = '#3D3D3D';BasicThemeClass.btnPrimaryHoverBg = '#292929';BasicThemeClass.btnPrimaryActiveBg = '#141414';BasicThemeClass.btnPrimaryHoverTextColor = '';BasicThemeClass.btnPrimaryBorderColor = '#3D3D3D';BasicThemeClass.btnPrimaryHoverBorderColor = '#292929';BasicThemeClass.btnPrimaryActiveBorderColor = '#141414';BasicThemeClass.btnPrimaryBgStart = 'none';BasicThemeClass.btnPrimaryBgEnd = 'none';BasicThemeClass.btnPrimaryTextColor = '#fff';BasicThemeClass.btnPrimaryHoverBgStart = 'none';BasicThemeClass.btnPrimaryHoverBgEnd = 'none';BasicThemeClass.btnPrimaryActiveShadow = 'none';BasicThemeClass.btnDangerHoverBg = '#ED3F3F';BasicThemeClass.btnDangerHoverBorderColor = '#ED3F3F';BasicThemeClass.btnDangerHoverTextColor = '';BasicThemeClass.btnDangerBgStart = 'none';BasicThemeClass.btnDangerBgEnd = 'none';BasicThemeClass.btnDangerTextColor = '#fff';BasicThemeClass.btnDangerHoverBgStart = 'none';BasicThemeClass.btnDangerHoverBgEnd = 'none';BasicThemeClass.btnDangerActiveBg = '#DD3333';BasicThemeClass.btnDangerActiveShadow = 'none';BasicThemeClass.btnPayBg = '#fcb73e';BasicThemeClass.btnPayHoverBg = '#fda70c';BasicThemeClass.btnPayHoverBorderColor = '#fda70c';BasicThemeClass.btnPayHoverTextColor = '';BasicThemeClass.btnPayBorderColor = '#fcb73e';BasicThemeClass.btnPayBgStart = 'none';BasicThemeClass.btnPayBgEnd = 'none';BasicThemeClass.btnPayHoverBgStart = 'none';BasicThemeClass.btnPayHoverBgEnd = 'none';BasicThemeClass.btnPayActiveBg = '#f69912';BasicThemeClass.btnPayActiveBorderColor = '#f69912';BasicThemeClass.btnPayActiveShadow = 'none';BasicThemeClass.btnMenuArrowColor = '#a6a6a6';BasicThemeClass.btnDisabledBg = 'rgba(0, 0, 0, 0.06)';BasicThemeClass.btnInsetColor = '#fff';BasicThemeClass.btnBacklessBg = 'transparent';BasicThemeClass.btnBacklessHoverBg = 'rgba(0, 0, 0, 0.06)';BasicThemeClass.btnBacklessActiveBg = 'rgba(0, 0, 0, 0.1)';BasicThemeClass.btnBacklessHoverTextColor = '';BasicThemeClass.btnTextBg = 'transparent';BasicThemeClass.btnTextHoverBg = 'rgba(0, 0, 0, 0.06)';BasicThemeClass.btnTextActiveBg = 'rgba(0, 0, 0, 0.1)';BasicThemeClass.btnTextHoverTextColor = '';BasicThemeClass.
|
|
3342
|
+
BasicThemeClass.btnBackgroundClip = 'padding-box';BasicThemeClass.btnLinkBorderRadius = '2px';BasicThemeClass.btnFocusShadowWidth = '2px';BasicThemeClass.btnBorderColorTransition = '';BasicThemeClass.btnDisabledBorderColor = 'rgba(0, 0, 0, 0.10)';BasicThemeClass.btnCheckedBg = '#3D3D3D';BasicThemeClass.btnCheckedDisabledBg = '#ADADAD';BasicThemeClass.btnCheckedDisabledColor = '#E6E6E6';BasicThemeClass.btnCheckedTextColor = '#fff';BasicThemeClass.btnCheckedShadow = 'none';BasicThemeClass.btnCheckedDisabledShadow = 'none';BasicThemeClass.btnBorderRadiusSmall = '8px';BasicThemeClass.btnBorderRadiusMedium = '8px';BasicThemeClass.btnBorderRadiusLarge = '8px';BasicThemeClass.btnInsetWidth = '1px';BasicThemeClass.btnPaddingXSmall = '12px';BasicThemeClass.btnPaddingXMedium = '16px';BasicThemeClass.btnPaddingXLarge = '20px';BasicThemeClass.btnIconGapSmallLeft = '4px';BasicThemeClass.btnIconGapMediumLeft = '6px';BasicThemeClass.btnIconGapLargeLeft = '8px';BasicThemeClass.btnIconSizeSmall = '16px';BasicThemeClass.btnIconSizeMedium = '20px';BasicThemeClass.btnIconSizeLarge = '24px';BasicThemeClass.btnDefaultBg = '#fff';BasicThemeClass.btnDefaultBgStart = 'none';BasicThemeClass.btnDefaultBgEnd = 'none';BasicThemeClass.btnDefaultHoverBg = '#F0F0F0';BasicThemeClass.btnDefaultHoverBgStart = 'none';BasicThemeClass.btnDefaultHoverBgEnd = 'none';BasicThemeClass.btnDefaultActiveBg = '#E6E6E6';BasicThemeClass.btnDefaultHoverTextColor = '';BasicThemeClass.btnDefaultBorderColor = 'rgba(0, 0, 0, 0.16)';BasicThemeClass.btnDefaultActiveShadow = 'none';BasicThemeClass.btnSuccessBg = '#26AD50';BasicThemeClass.btnSuccessBorderColor = '#26AD50';BasicThemeClass.btnSuccessHoverBg = '#23A14A';BasicThemeClass.btnSuccessHoverBorderColor = '#23A14A';BasicThemeClass.btnSuccessHoverTextColor = '';BasicThemeClass.btnSuccessBgStart = 'none';BasicThemeClass.btnSuccessBgEnd = 'none';BasicThemeClass.btnSuccessTextColor = '#fff';BasicThemeClass.btnSuccessHoverBgStart = 'none';BasicThemeClass.btnSuccessHoverBgEnd = 'none';BasicThemeClass.btnSuccessActiveBg = '#209644';BasicThemeClass.btnSuccessActiveBorderColor = '#209644';BasicThemeClass.btnSuccessActiveShadow = 'none';BasicThemeClass.btnPrimaryBg = '#3D3D3D';BasicThemeClass.btnPrimaryHoverBg = '#292929';BasicThemeClass.btnPrimaryActiveBg = '#141414';BasicThemeClass.btnPrimaryHoverTextColor = '';BasicThemeClass.btnPrimaryBorderColor = '#3D3D3D';BasicThemeClass.btnPrimaryHoverBorderColor = '#292929';BasicThemeClass.btnPrimaryActiveBorderColor = '#141414';BasicThemeClass.btnPrimaryBgStart = 'none';BasicThemeClass.btnPrimaryBgEnd = 'none';BasicThemeClass.btnPrimaryTextColor = '#fff';BasicThemeClass.btnPrimaryHoverBgStart = 'none';BasicThemeClass.btnPrimaryHoverBgEnd = 'none';BasicThemeClass.btnPrimaryActiveShadow = 'none';BasicThemeClass.btnDangerHoverBg = '#ED3F3F';BasicThemeClass.btnDangerHoverBorderColor = '#ED3F3F';BasicThemeClass.btnDangerHoverTextColor = '';BasicThemeClass.btnDangerBgStart = 'none';BasicThemeClass.btnDangerBgEnd = 'none';BasicThemeClass.btnDangerTextColor = '#fff';BasicThemeClass.btnDangerHoverBgStart = 'none';BasicThemeClass.btnDangerHoverBgEnd = 'none';BasicThemeClass.btnDangerActiveBg = '#DD3333';BasicThemeClass.btnDangerActiveShadow = 'none';BasicThemeClass.btnPayBg = '#fcb73e';BasicThemeClass.btnPayHoverBg = '#fda70c';BasicThemeClass.btnPayHoverBorderColor = '#fda70c';BasicThemeClass.btnPayHoverTextColor = '';BasicThemeClass.btnPayBorderColor = '#fcb73e';BasicThemeClass.btnPayBgStart = 'none';BasicThemeClass.btnPayBgEnd = 'none';BasicThemeClass.btnPayHoverBgStart = 'none';BasicThemeClass.btnPayHoverBgEnd = 'none';BasicThemeClass.btnPayActiveBg = '#f69912';BasicThemeClass.btnPayActiveBorderColor = '#f69912';BasicThemeClass.btnPayActiveShadow = 'none';BasicThemeClass.btnMenuArrowColor = '#a6a6a6';BasicThemeClass.btnDisabledBg = 'rgba(0, 0, 0, 0.06)';BasicThemeClass.btnInsetColor = '#fff';BasicThemeClass.btnBacklessBg = 'transparent';BasicThemeClass.btnBacklessHoverBg = 'rgba(0, 0, 0, 0.06)';BasicThemeClass.btnBacklessActiveBg = 'rgba(0, 0, 0, 0.1)';BasicThemeClass.btnBacklessHoverTextColor = '';BasicThemeClass.btnTextBg = 'transparent';BasicThemeClass.btnTextHoverBg = 'rgba(0, 0, 0, 0.06)';BasicThemeClass.btnTextActiveBg = 'rgba(0, 0, 0, 0.1)';BasicThemeClass.btnTextHoverTextColor = '';BasicThemeClass.btnWithIconPaddingSmall = '8px';BasicThemeClass.btnWithIconPaddingMedium = '10px';BasicThemeClass.btnWithIconPaddingLarge = '12px';BasicThemeClass.btnIconColor = '';BasicThemeClass.btnIconHoverColor = '';BasicThemeClass.btnIconDisabledColor = '';BasicThemeClass.selectPlaceholderColor = '#adadad';BasicThemeClass.selectPaddingXSmall = '7px';BasicThemeClass.selectPaddingXMedium = '11px';BasicThemeClass.selectPaddingXLarge = '15px';BasicThemeClass.selectRootWidthMobile = 'auto';BasicThemeClass.mobileSelectMaxWidth = '100%';BasicThemeClass.selectBorderColorTransition = "box-shadow " + _BasicThemeClass.transitionDuration + " " + _BasicThemeClass.transitionTimingFunction + ";"; //#endregion Select
|
|
2586
3343
|
//#region Tooltip
|
|
2587
|
-
|
|
3344
|
+
/** @deprecated Эта переменная устарела при появлении размеров у `Tooltip` и будет удалена в `6.0`.
|
|
3345
|
+
* @see {@link tooltipPaddingYSmall `tooltipPaddingYSmall`} */BasicThemeClass.tooltipPaddingY = '16px'; /** @deprecated Эта переменная устарела при появлении размеров у `Tooltip` и будет удалена в `6.0`.
|
|
3346
|
+
* @see {@link tooltipPaddingXSmall `tooltipPaddingXSmall`} */BasicThemeClass.tooltipPaddingX = '16px';BasicThemeClass.tooltipPaddingYSmall = '16px';BasicThemeClass.tooltipPaddingXSmall = '16px';BasicThemeClass.tooltipPaddingYMedium = '20px';BasicThemeClass.tooltipPaddingXMedium = '20px';BasicThemeClass.tooltipPaddingYLarge = '24px';BasicThemeClass.tooltipPaddingXLarge = '24px'; /** @deprecated Переменная устарела с появлением размеров у `Tooltip` и будет удалена в `6.0`.
|
|
3347
|
+
* @see {@link tooltipCloseBtnPaddingSmall `tooltipCloseBtnPaddingSmall`} */BasicThemeClass.tooltipCloseBtnPadding = '4px';BasicThemeClass.tooltipCloseBtnPaddingSmall = '4px';BasicThemeClass.tooltipCloseBtnPaddingMedium = '6px';BasicThemeClass.tooltipCloseBtnPaddingLarge = '8px';BasicThemeClass.tooltipCloseBtnSide = '16px';BasicThemeClass.tooltipCloseBtnColor = 'rgba(0, 0, 0, 0.32)';BasicThemeClass.tooltipCloseBtnHoverColor = 'rgba(0, 0, 0, 0.5)';BasicThemeClass.tooltipBg = '#fff';BasicThemeClass.tooltipBorderRadius = '8px';BasicThemeClass.tooltipBorderRadiusSmall = '8px';BasicThemeClass.tooltipBorderRadiusMedium = '10px';BasicThemeClass.tooltipBorderRadiusLarge = '12px'; /** @deprecated Переменная устарела с появлением размеров у `Tooltip` и будет удалена в `6.0`.
|
|
3348
|
+
* @see {@link tooltipPinOffsetYSmall `tooltipPinOffsetYSmall`} */BasicThemeClass.tooltipPinOffsetY = '18px';BasicThemeClass.tooltipPinOffsetYSmall = '18px';BasicThemeClass.tooltipPinOffsetYMedium = '21px';BasicThemeClass.tooltipPinOffsetYLarge = '24px'; /** @deprecated Переменная устарела с появлением размеров у `Tooltip` и будет удалена в `6.0`.
|
|
3349
|
+
* @see {@link tooltipPinOffsetXSmall `tooltipPinOffsetXSmall` */BasicThemeClass.tooltipPinOffsetX = '16px';BasicThemeClass.tooltipPinOffsetXSmall = '16px';BasicThemeClass.tooltipPinOffsetXMedium = '20px';BasicThemeClass.tooltipPinOffsetXLarge = '24px'; /** @deprecated Переменная устарела с появлением размеров у `Tooltip` и будет удалена в `6.0`.
|
|
3350
|
+
* @see {@link tooltipMarginSmall `tooltipMarginSmall`} */BasicThemeClass.tooltipMargin = '10px';BasicThemeClass.tooltipMarginSmall = '10px';BasicThemeClass.tooltipMarginMedium = '12px';BasicThemeClass.tooltipMarginLarge = '14px';BasicThemeClass.tooltipPinSizeSmall = '8px';BasicThemeClass.tooltipPinSizeMedium = '10px';BasicThemeClass.tooltipPinSizeLarge = '12px';BasicThemeClass.kebabMargin = '4px';BasicThemeClass.kebabBackground = 'transparent';BasicThemeClass.kebabBackgroundHover = 'rgba(0, 0, 0, 0.06)';BasicThemeClass.kebabBackgroundActive = 'rgba(0, 0, 0, 0.10)';BasicThemeClass.kebabBorderRadius = '50%';BasicThemeClass.kebabBorder = '2px solid transparent';BasicThemeClass.kebabSizeSmall = '24px';BasicThemeClass.kebabSizeMedium = '32px';BasicThemeClass.kebabSizeLarge = '40px';BasicThemeClass.kebabIconSizeSmall = '16px';BasicThemeClass.kebabIconSizeMedium = '20px';BasicThemeClass.kebabIconSizeLarge = '24px';BasicThemeClass.kebabIconColor = '#757575'; //#endregion
|
|
2588
3351
|
//#region Modal
|
|
2589
3352
|
BasicThemeClass.modalWindowShadow = '0px 16px 32px 0px rgba(0, 0, 0, 0.06)';BasicThemeClass.modalBackBg = '#000';BasicThemeClass.modalBackOpacity = '0.16';BasicThemeClass.modalCloseButtonColor = 'rgba(0, 0, 0, 0.32)';BasicThemeClass.modalCloseButtonDisabledColor = '#8b8b8b';BasicThemeClass.modalCloseButtonHoverColor = 'rgba(0, 0, 0, 0.865)';BasicThemeClass.modalCloseButtonPadding = '32px';BasicThemeClass.modalCloseButtonBottomPadding = '20px'; /** @deprecated use modalCloseButtonClickArea[Top/Bottom/Left/Right] instead */BasicThemeClass.modalCloseButtonClickArea = '6px';BasicThemeClass.modalCloseButtonClickAreaTop = '6px';BasicThemeClass.modalCloseButtonClickAreaBottom = '6px';BasicThemeClass.modalCloseButtonClickAreaLeft = '6px';BasicThemeClass.modalCloseButtonClickAreaRight = '6px';BasicThemeClass.modalCloseIconSize = '20px';BasicThemeClass.modalBorderRadius = '16px';BasicThemeClass.modalFixedHeaderBorder = 'none';BasicThemeClass.modalFixedFooterBorder = 'none';BasicThemeClass.modalFixedPanelShadow = 'none';BasicThemeClass.modalAdaptiveThreshold = '425px';BasicThemeClass.modalPaddingTop = '24px';BasicThemeClass.modalPaddingLeft = '32px';BasicThemeClass.modalPaddingRight = '32px';BasicThemeClass.modalHeaderFontSize = '24px';BasicThemeClass.modalHeaderFontWeight = '700';BasicThemeClass.modalHeaderLineHeight = '32px';BasicThemeClass.modalHeaderPaddingBottom = '16px';BasicThemeClass.modalHeaderPaddingTop = '24px';BasicThemeClass.modalFixedHeaderMarginBottom = '0px';BasicThemeClass.modalFixedFooterMarginTop = '0px';BasicThemeClass.modalSeparatorBorderBottom = '1px solid #E6E6E6';BasicThemeClass.modalSeparatorMargin = '0 32px';BasicThemeClass.modalSeparatorFixedMargin = '0 16px';BasicThemeClass.modalBodyTextColor = 'inherit';BasicThemeClass.modalFooterTextColor = 'inherit';BasicThemeClass.modalBodyPaddingTop = '0';BasicThemeClass.modalBodyPaddingBottom = '20px';BasicThemeClass.modalBodyBorderRadius = '0px';BasicThemeClass.modalFooterPaddingTop = '0px';BasicThemeClass.modalFooterPaddingBottom = '20px';BasicThemeClass.modalPaddingBottom = '40px';BasicThemeClass.modalFooterPanelPaddingTop = '20px';BasicThemeClass.mobileModalCloseButtonRightPadding = '16px';BasicThemeClass.mobileModalCloseButtonTopPadding = '8px';BasicThemeClass.mobileModalCloseButtonClickArea = '16px';BasicThemeClass.mobileModalWithoutHeaderCloseButtonPadding = '10px';BasicThemeClass.mobileModalCloseIconSize = '20px';BasicThemeClass.mobileModalHeaderFontSize = '24px';BasicThemeClass.mobileModalHeaderLineHeight = '32px';BasicThemeClass.mobileModalHeaderPadding = '16px';BasicThemeClass.mobileModalBodyPadding = '0 16px 16px 16px';BasicThemeClass.mobileModalBodyPaddingTop = '16px';BasicThemeClass.mobileModalBodyPaddingBottom = '16px';BasicThemeClass.mobileModalBodyFontSize = '16px';BasicThemeClass.mobileModalFooterPadding = '16px';BasicThemeClass.mobileModalPaddingBottom = '16px';BasicThemeClass.mobileModalContainerHeight = '100%';BasicThemeClass.mobileModalContainerMarginTop = '0';BasicThemeClass.mobileModalContainerMarginRight = '0';BasicThemeClass.mobileModalContainerMarginBottom = '0';BasicThemeClass.mobileModalContainerMarginLeft = '0';BasicThemeClass.sidePageBackingBg = '#000';BasicThemeClass.sidePageBackingBgOpacity = '0.16';BasicThemeClass.sidePageCloseButtonColor = 'rgba(0, 0, 0, 0.374)';BasicThemeClass.sidePageCloseButtonHoverColor = 'rgba(0, 0, 0, 0.5)';BasicThemeClass.sidePageContainerShadow = '0 5px 10px rgba(0, 0, 0, 0.2)';BasicThemeClass.mobileSidePagePaddingLeft = '16px';BasicThemeClass.mobileSidePagePaddingRight = '16px';BasicThemeClass.mobileSidePagePaddingTop = '16px';BasicThemeClass.mobileSidePagePaddingBottom = '16px';BasicThemeClass.mobileSidePageFooterPadding = '16px';BasicThemeClass.sidePagePaddingLeft = '32px';BasicThemeClass.sidePagePaddingRight = '36px';BasicThemeClass.sidePagePaddingTop = '24px';BasicThemeClass.sidePagePaddingBottom = '40px';BasicThemeClass.sidePageFooterPaddingTop = '20px';BasicThemeClass.sidePageFooterPaddingBottom = '20px';BasicThemeClass.sidePageBgDefault = '#fff';BasicThemeClass.sidePageBodyTextColor = 'inherit';BasicThemeClass.sidePageFooterTextColor = 'inherit';BasicThemeClass.sidePageHeaderFontSize = '24px';BasicThemeClass.sidePageHeaderLineHeight = '32px';BasicThemeClass.sidePageHeaderPaddingBottom = '16px';BasicThemeClass.sidePageHeaderPaddingTop = '24px';BasicThemeClass.sidePageHeaderFixedFontSize = '18px';BasicThemeClass.sidePageHeaderFixedLineHeight = '28px';BasicThemeClass.sidePageHeaderFixedPaddingY = '10px';BasicThemeClass.sidePageHeaderStickyOffset = '9px'; /** @deprecated use sidePageCloseButtonClickAreaLeft and sidePageCloseButtonClickAreaRight instead */BasicThemeClass.sidePageCloseButtonPadding = '32px';BasicThemeClass.mobileSidePageCloseButtonPadding = '16px';BasicThemeClass.sidePageCloseIconSize = '20px'; /** @deprecated use sidePageCloseButtonClickArea[Top/Bottom/Left/Right] instead */BasicThemeClass.sidePageCloseButtonClickArea = '6px';BasicThemeClass.sidePageCloseButtonClickAreaTop = '6px';BasicThemeClass.sidePageCloseButtonClickAreaBottom = '6px';BasicThemeClass.sidePageCloseButtonClickAreaLeft = '6px';BasicThemeClass.sidePageCloseButtonClickAreaRight = '6px';BasicThemeClass.sidePageCloseButtonFixedClickAreaBottom = '14px';BasicThemeClass.mobileSidePageCloseButtonClickArea = '16px';BasicThemeClass.sidePageFixedPanelShadow = 'none';BasicThemeClass.mobileSidePageHeaderFontSize = '24px';BasicThemeClass.mobileSidePageHeaderLineHeight = '32px';BasicThemeClass.mobileSidePageHeaderPaddingBottom = '16px';BasicThemeClass.mobileSidePageHeaderPaddingTop = '16px'; /** @deprecated use mobileSidePageCloseButtonPadding instead */BasicThemeClass.mobileSidePageCloseButtonRightPadding = '12px';BasicThemeClass.sidePageHeaderFontWeight = 'bold';BasicThemeClass.sidePageCloseButtonWrapperOffsetTop = '4px';BasicThemeClass.sidePageCloseButtonWrapperFixedOffsetTop = '4px';BasicThemeClass.dateInputMaskColor = '#b8b8b8';BasicThemeClass.dateInputComponentSelectedBgColor = '';BasicThemeClass.dateInputComponentSelectedTextColor = '';BasicThemeClass.calendarBorderRadius = '8px';BasicThemeClass.calendarCellHoverColor = '';BasicThemeClass.calendarCellActiveHoverColor = '';BasicThemeClass.calendarCellTodayBorder = '1px solid';BasicThemeClass.calendarCellBorderRadius = '9999px';BasicThemeClass.calendarCellSelectedBgColor = '#E6E6E6';BasicThemeClass.calendarCellSelectedFontColor = 'inherit';BasicThemeClass.calendarCellHeight = '32px';BasicThemeClass.calendarCellFontSize = '14px';BasicThemeClass.calendarMonthTitleBorderBottomColor = '#dfdede';BasicThemeClass.calendarCellHoverBgColor = '#F0F0F0';BasicThemeClass.calendarPaddingX = '18px';BasicThemeClass.calendarMonthTitleLineHeight = '20px';BasicThemeClass.calendarMonthTitlePaddingTop = '12px';BasicThemeClass.calendarMonthTitlePaddingBottom = '8px';BasicThemeClass.calendarMonthTitleMarginX = '6px';BasicThemeClass.calendarMonthTitleMarginBottom = '6px';BasicThemeClass.calendarWrapperHeight = ' 330px';BasicThemeClass.calendarMonthMarginBottom = '6px';BasicThemeClass.calendarMaxMonthsToAppendOnScroll = '5';BasicThemeClass.calendarGridRowSpacing = '0px';BasicThemeClass.pickerShadow = '0px 32px 32px -16px rgba(0, 0, 0, 0.08), 0px 0px 24px 0px rgba(0, 0, 0, 0.12)';BasicThemeClass.mobileCalendarPaddingX = '16px';BasicThemeClass.mobileCalendarCellWidth = '40px';BasicThemeClass.mobileCalendarCellHeight = '40px';BasicThemeClass.mobileCalendarCellBorderRadius = '20px';BasicThemeClass.mobileCalendarCellFontSize = '16px';BasicThemeClass.mobileCalendarGridRowSpacing = '8px';BasicThemeClass.mobileCalendarWrapperHeight = '304px'; //#endregion DatePicker
|
|
2590
3353
|
//#region DateRangePicker
|
|
2591
|
-
BasicThemeClass.rangeCalendarCellBg = '#f0f0f0';BasicThemeClass.rangeCalendarCellEndBg = '#1e1e1e';BasicThemeClass.rangeCalendarCellEndColor = 'white';BasicThemeClass.rangeCalendarCellHoverBg = 'rgba(0, 0, 0, 0.1)';BasicThemeClass.rangeCalendarWrapperHeight = '450px';BasicThemeClass.mobileRangeCalendarCellHeight = '42px';BasicThemeClass.mobileRangeCalendarCellWidth = '42px';BasicThemeClass.mobileRangeCalendarGridRowSpacing = '0px';BasicThemeClass.mobileRangeCalendarWrapperHeight = '400px';BasicThemeClass.dateSelectMenuItemBgActive = '#F0F0F0';BasicThemeClass.dateSelectMenuItemFontActive = '';BasicThemeClass.dateSelectLineHeight = '20px';BasicThemeClass.dateSelectFontSize = '14px';BasicThemeClass.dateSelectFontWeight = 'bold';BasicThemeClass.dateSelectMenuItemBgSelected = '#ececec';BasicThemeClass.dateSelectTextColorInvert = '';BasicThemeClass.mobileDateSelectFontSize = '16px';BasicThemeClass.mobileDateSelectLineHeight = '20px';BasicThemeClass.
|
|
3354
|
+
BasicThemeClass.rangeCalendarCellBg = '#f0f0f0';BasicThemeClass.rangeCalendarCellEndBg = '#1e1e1e';BasicThemeClass.rangeCalendarCellEndColor = 'white';BasicThemeClass.rangeCalendarCellHoverBg = 'rgba(0, 0, 0, 0.1)';BasicThemeClass.rangeCalendarWrapperHeight = '450px';BasicThemeClass.mobileRangeCalendarCellHeight = '42px';BasicThemeClass.mobileRangeCalendarCellWidth = '42px';BasicThemeClass.mobileRangeCalendarGridRowSpacing = '0px';BasicThemeClass.mobileRangeCalendarWrapperHeight = '400px';BasicThemeClass.dateSelectMenuItemBgActive = '#F0F0F0';BasicThemeClass.dateSelectMenuItemFontActive = '';BasicThemeClass.dateSelectLineHeight = '20px';BasicThemeClass.dateSelectFontSize = '14px';BasicThemeClass.dateSelectFontWeight = 'bold';BasicThemeClass.dateSelectMenuItemBgSelected = '#ececec';BasicThemeClass.dateSelectTextColorInvert = '';BasicThemeClass.mobileDateSelectFontSize = '16px';BasicThemeClass.mobileDateSelectLineHeight = '20px';BasicThemeClass.pagingLineHeight = '22px';BasicThemeClass.pagingPageLinkBoxSizing = 'border-box'; /** @deprecated Это переменная старого размера `Paging` и будет удалена в `6.0` */BasicThemeClass.pagingPageLinkMinWidth = '0.75em'; /** @deprecated Это переменная старого размера `Paging` и будет удалена в `6.0`
|
|
3355
|
+
* @see {@link pagingPageLinkPaddingYSmall `pagingPageLinkPaddingYSmall`} */BasicThemeClass.pagingPageLinkPaddingY = '0.3125em'; /** @deprecated Это переменная старого размера `Paging` и будет удалена в `6.0`
|
|
3356
|
+
* @see {@link pagingPageLinkPaddingXSmall `pagingPageLinkPaddingXSmall`} */BasicThemeClass.pagingPageLinkPaddingX = '12px';BasicThemeClass.pagingPageLinkPaddingYSmall = '6px';BasicThemeClass.pagingPageLinkPaddingXSmall = '11.5px';BasicThemeClass.pagingPageLinkPaddingYMedium = '9px';BasicThemeClass.pagingPageLinkPaddingXMedium = '15px';BasicThemeClass.pagingPageLinkPaddingYLarge = '12px';BasicThemeClass.pagingPageLinkPaddingXLarge = '18.5px'; /** @deprecated Это переменная старого размера `Paging` и будет удалена в `6.0` */BasicThemeClass.pagingPageLinkMargin = '0px 1px';BasicThemeClass.pagingPageLinkBorderRadius = '9999px';BasicThemeClass.pagingPageLinkActiveBg = 'rgba(0, 0, 0, 0.1)';BasicThemeClass.pagingPageLinkDisabledActiveBg = 'rgba(0, 0, 0, 0.04)';BasicThemeClass.pagingPageLinkHoverBg = 'rgba(0, 0, 0, 0.06)'; /** @deprecated Это переменная старого размера `Paging` и будет удалена в `6.0` */BasicThemeClass.pagingPageForwardLinkMarginTop = ''; /** @deprecated Это переменная старого размера `Paging` и будет удалена в `6.0` */BasicThemeClass.pagingPageForwardLinkMarginLeft = '0px';BasicThemeClass.pagingForwardLinkPaddingSmall = '6px 8px 6px 12px';BasicThemeClass.pagingForwardLinkPaddingMedium = '9px 12px 9px 16px';BasicThemeClass.pagingForwardLinkPaddingLarge = '12px 16px 12px 20px';BasicThemeClass.pagingForwardLinkPaddingMediumMobile = '10px';BasicThemeClass.pagingForwardLinkPaddingLargeMobile = '12px';BasicThemeClass.pagingDotsPadding = '0.375em 0.625em 0';BasicThemeClass.pagingDotsPaddingSmall = '11px 8px 5px 8px';BasicThemeClass.pagingDotsPaddingMedium = '14px 12px 10px 12px';BasicThemeClass.pagingDotsPaddingLarge = '19px 16px 13px 16px';BasicThemeClass.pagingDotsColor = '#ADADAD';BasicThemeClass.pagingPageLinkHintFontSize = '12px';BasicThemeClass.pagingPageLinkHintLineHeight = '16px';BasicThemeClass.pagingPageLinkHintMargin = '4px -20px 0px';BasicThemeClass.hintMaxWidth = '200px';BasicThemeClass.hintPaddingY = '4px';BasicThemeClass.hintPaddingX = '8px';BasicThemeClass.hintTextAlign = 'center';BasicThemeClass.hintBgColor = 'rgba(0, 0, 0, 0.76)';BasicThemeClass.hintBorder = 'none';BasicThemeClass.hintBorderRadius = '6px';BasicThemeClass.hintMargin = '8px';BasicThemeClass.toastPaddingY = '10px';BasicThemeClass.toastPaddingX = '16px';BasicThemeClass.toastBorderRadius = '8px';BasicThemeClass.toastBorder = 'none';BasicThemeClass.toastTop = '24px';BasicThemeClass.toastBg = 'rgba(0, 0, 0, 0.76)';BasicThemeClass.toastErrorBg = '#F63B3F';BasicThemeClass.toastColor = 'white';BasicThemeClass.toastColorError = '#fff';BasicThemeClass.toastLinkColor = '#fff';BasicThemeClass.toastLinkColorError = '#fff';BasicThemeClass.toastLinkTextDecorationHover = '';BasicThemeClass.toastLinkBgHover = 'rgba(255, 255, 255, 0.12)';BasicThemeClass.toastLinkBgHoverError = 'rgba(255, 255, 255, 0.08)';BasicThemeClass.toastLinkBgActive = 'rgba(0, 0, 0, 0.87)';BasicThemeClass.toastLinkBgActiveError = 'rgba(255, 255, 255, 0.04)';BasicThemeClass.toastLinkColorActiveError = 'rgba(255, 255, 255, 0.64)';BasicThemeClass.toastLinkPadding = '12px';BasicThemeClass.toastClosePadding = '16px';BasicThemeClass.toastCloseColor = 'rgba(255, 255, 255, 0.6)';BasicThemeClass.toastCloseColorError = 'rgba(255, 255, 255, 0.6)';BasicThemeClass.toastCloseHoverColor = 'white';BasicThemeClass.toastCloseHoverColorError = 'white';BasicThemeClass.toastCloseSize = '16px'; //#endregion Toast
|
|
2592
3357
|
//#region Dropdown
|
|
2593
|
-
BasicThemeClass.dropdownMenuBorderColorTransition = '';BasicThemeClass.dropdownMenuMenuBoxSizing = 'content-box';BasicThemeClass.dropdownButtonBorderRadiusSmall = '8px';BasicThemeClass.dropdownButtonBorderRadiusMedium = '8px';BasicThemeClass.dropdownButtonBorderRadiusLarge = '8px';BasicThemeClass.menuBorderRadius = '8px';BasicThemeClass.menuBorder = 'none';BasicThemeClass.menuShadow = '0px 32px 32px -16px rgba(0, 0, 0, 0.08), 0px 0px 24px 0px rgba(0, 0, 0, 0.12)';BasicThemeClass.menuPaddingY = '0px';BasicThemeClass.menuScrollContainerContentWrapperPaddingY = '4px';BasicThemeClass.mobileMenuPaddingY = '0px';BasicThemeClass.mobileMenuScrollContainerContentWrapperPaddingY = '0px';BasicThemeClass.menuPaddingX = '4px';BasicThemeClass.mobileMenuPaddingX = '8px';BasicThemeClass.menuOffsetY = '4px';BasicThemeClass.menuBoxSizing = 'border-box';BasicThemeClass.menuItemSelectedBg = '#E6E6E6';BasicThemeClass.menuItemHoverBg = '#F0F0F0';BasicThemeClass.menuItemIconWidthSmall = '16px';BasicThemeClass.menuItemIconWidthMedium = '20px';BasicThemeClass.menuItemIconWidthLarge = '24px';BasicThemeClass.menuItemIconGap = '4px';BasicThemeClass.menuItemPaddingXSmall = '8px';BasicThemeClass.menuItemPaddingYSmall = '6px';BasicThemeClass.menuItemPaddingXMedium = '12px';BasicThemeClass.menuItemPaddingYMedium = '9px';BasicThemeClass.menuItemPaddingXLarge = '16px';BasicThemeClass.menuItemPaddingYLarge = '12px';BasicThemeClass.menuItemBorderRadius = '6px';BasicThemeClass.menuItemCommentOpacity = '0.6';BasicThemeClass.menuItemDisplay = 'block';BasicThemeClass.
|
|
3358
|
+
BasicThemeClass.dropdownMenuBorderColorTransition = '';BasicThemeClass.dropdownMenuMenuBoxSizing = 'content-box';BasicThemeClass.dropdownButtonBorderRadiusSmall = '8px';BasicThemeClass.dropdownButtonBorderRadiusMedium = '8px';BasicThemeClass.dropdownButtonBorderRadiusLarge = '8px';BasicThemeClass.menuBorderRadius = '8px';BasicThemeClass.menuBorder = 'none';BasicThemeClass.menuShadow = '0px 32px 32px -16px rgba(0, 0, 0, 0.08), 0px 0px 24px 0px rgba(0, 0, 0, 0.12)';BasicThemeClass.menuPaddingY = '0px';BasicThemeClass.menuScrollContainerContentWrapperPaddingY = '4px';BasicThemeClass.mobileMenuPaddingY = '0px';BasicThemeClass.mobileMenuScrollContainerContentWrapperPaddingY = '0px';BasicThemeClass.menuPaddingX = '4px';BasicThemeClass.mobileMenuPaddingX = '8px';BasicThemeClass.menuOffsetY = '4px';BasicThemeClass.menuBoxSizing = 'border-box';BasicThemeClass.menuItemSelectedBg = '#E6E6E6';BasicThemeClass.menuItemHoverBg = '#F0F0F0';BasicThemeClass.menuItemIconWidthSmall = '16px';BasicThemeClass.menuItemIconWidthMedium = '20px';BasicThemeClass.menuItemIconWidthLarge = '24px';BasicThemeClass.menuItemIconGap = '4px';BasicThemeClass.menuItemPaddingXSmall = '8px';BasicThemeClass.menuItemPaddingYSmall = '6px';BasicThemeClass.menuItemPaddingXMedium = '12px';BasicThemeClass.menuItemPaddingYMedium = '9px';BasicThemeClass.menuItemPaddingXLarge = '16px';BasicThemeClass.menuItemPaddingYLarge = '12px';BasicThemeClass.menuItemBorderRadius = '6px';BasicThemeClass.menuItemCommentOpacity = '0.6';BasicThemeClass.menuItemDisplay = 'block';BasicThemeClass.menuItemPaddingMobileLarge = '12px 16px';BasicThemeClass.menuItemPaddingMobileMedium = '9px 12px';BasicThemeClass.menuItemPaddingMobileSmall = '6px 8px';BasicThemeClass.menuItemDisabledBg = 'transparent';BasicThemeClass.menuItemGap = '1px'; //menuHeader
|
|
2594
3359
|
BasicThemeClass.menuHeaderColor = '#757575';BasicThemeClass.menuHeaderLineHeightSmall = '16px';BasicThemeClass.menuHeaderLineHeightMedium = '20px';BasicThemeClass.menuHeaderLineHeightLarge = '22px';BasicThemeClass.menuHeaderFontSizeSmall = '12px';BasicThemeClass.menuHeaderFontSizeMedium = '14px';BasicThemeClass.menuHeaderFontSizeLarge = '16px';BasicThemeClass.menuHeaderPaddingXSmall = '8px';BasicThemeClass.menuHeaderPaddingTopSmall = '12px';BasicThemeClass.menuHeaderPaddingBottomSmall = '4px';BasicThemeClass.menuHeaderPaddingXMedium = '12px';BasicThemeClass.menuHeaderPaddingTopMedium = '14px';BasicThemeClass.menuHeaderPaddingBottomMedium = '6px';BasicThemeClass.menuHeaderPaddingXLarge = '16px';BasicThemeClass.menuHeaderPaddingTopLarge = '18px';BasicThemeClass.menuHeaderPaddingBottomLarge = '8px';BasicThemeClass.menuHeaderTotalCountPaddingTopSmall = '4px';BasicThemeClass.menuHeaderTotalCountPaddingTopMedium = '6px';BasicThemeClass.menuHeaderTotalCountPaddingTopLarge = '8px';BasicThemeClass.menuHeaderTotalCountPaddingBottomSmall = '12px';BasicThemeClass.menuHeaderTotalCountPaddingBottomMedium = '14px';BasicThemeClass.menuHeaderTotalCountPaddingBottomLarge = '18px';BasicThemeClass.menuSeparatorBorderColor = '#ebebeb';BasicThemeClass.menuSeparatorMarginY = '2px';BasicThemeClass.menuSeparatorMarginX = '8px';BasicThemeClass.menuSeparatorBorderWidth = '1px'; // mobileMenuSeparator
|
|
2595
3360
|
BasicThemeClass.mobileMenuSeparatorMarginY = '4px';BasicThemeClass.mobileMenuSeparatorMarginX = '24px';BasicThemeClass.toggleHandleActiveWidthIncrement = '0px';BasicThemeClass.toggleHeightSmall = '20px';BasicThemeClass.toggleWidthSmall = '32px';BasicThemeClass.toggleHeightMedium = '22px';BasicThemeClass.toggleWidthMedium = '34px';BasicThemeClass.toggleHeightLarge = '24px';BasicThemeClass.toggleWidthLarge = '36px';BasicThemeClass.toggleBaseBg = '#fff';BasicThemeClass.toggleBgHover = '#F0F0F0';BasicThemeClass.toggleBorderColor = 'rgba(0, 0, 0, 0.16)';BasicThemeClass.toggleHandleSizeSmall = '14px';BasicThemeClass.toggleHandleSizeMedium = '16px';BasicThemeClass.toggleHandleSizeLarge = '18px';BasicThemeClass.toggleHandleLeft = '3px';BasicThemeClass.toggleHandleTop = '3px';BasicThemeClass.toggleBgFocus = 'linear-gradient(-180deg, #f1f1f1, #dedede)';BasicThemeClass.toggleCaptionGap = '8px';BasicThemeClass.toggleButtonOffsetY = '0px';BasicThemeClass.toggleContainerBg = '#FFFFFF';BasicThemeClass.toggleHandleBg = '#FFFFFF';BasicThemeClass.toggleHandleBoxShadow = '0 0 0 1px rgba(0, 0, 0, 0.16)';BasicThemeClass.toggleContainerBoxShadow = 'inset 0 0 0 1px rgba(0, 0, 0, 0.16)'; // idle :hover
|
|
2596
3361
|
BasicThemeClass.toggleContainerBoxShadowHover = 'inset 0 0 0 1px rgba(0, 0, 0, 0.16)';BasicThemeClass.toggleHandleBgHover = '#FFFFFF';BasicThemeClass.toggleHandleBoxShadowHover = '0 0 0 1px rgba(0, 0, 0, 0.16)';BasicThemeClass.toggleContainerBoxShadowChecked = 'none';BasicThemeClass.toggleHandleBoxShadowChecked = 'none';BasicThemeClass.toggleHandleBgChecked = '#FFFFFF';BasicThemeClass.toggleBgChecked = '#3D3D3D';BasicThemeClass.toggleCheckedBg = '#fff';BasicThemeClass.toggleCheckedBgHover = '#fff'; // checked :hover
|
|
2597
3362
|
BasicThemeClass.toggleContainerBoxShadowCheckedHover = 'none';BasicThemeClass.toggleContainerBgCheckedHover = '#292929';BasicThemeClass.toggleHandleBoxShadowCheckedHover = 'none';BasicThemeClass.toggleHandleBgCheckedHover = '#F0F0F0'; // disabled
|
|
2598
3363
|
BasicThemeClass.toggleContainerBgDisabled = '#F0F0F0';BasicThemeClass.toggleHandleBgDisabled = 'transparent';BasicThemeClass.toggleContainerBoxShadowDisabled = 'inset 0 0 0 1px rgba(0, 0, 0, 0.1)';BasicThemeClass.toggleHandleBoxShadowDisabled = '0 0 0 1px rgba(0, 0, 0, 0.1)';BasicThemeClass.toggleDisabledHandleBg = '#fff';BasicThemeClass.toggleContainerBgDisabledChecked = '#D6D6D6';BasicThemeClass.toggleHandleBgDisabledChecked = '#F0F0F0';BasicThemeClass.toggleContainerBoxShadowDisabledChecked = 'none';BasicThemeClass.toggleHandleBoxShadowDisabledChecked = 'none';BasicThemeClass.toggleBgDisabledChecked = '#dadada'; //#endregion Toggle
|
|
2599
3364
|
//#region Popup
|
|
2600
|
-
BasicThemeClass.popupBorder = 'none';BasicThemeClass.popupBorderRadius = '8px';BasicThemeClass.popupBorderColor = 'transparent';BasicThemeClass.popupDropShadow = 'drop-shadow(0px 32px 32px rgba(0, 0, 0, 0.08)) drop-shadow(0px 0px 24px rgba(0, 0, 0, 0.12))';BasicThemeClass.popupBoxShadow = '0px 32px 32px -16px rgba(0, 0, 0, 0.08), 0px 0px 24px 0px rgba(0, 0, 0, 0.12)';BasicThemeClass.popupPinOffsetX = '16px';BasicThemeClass.popupPinOffsetY = '16px';BasicThemeClass.popupMargin = '10px';BasicThemeClass.popupPinSize = '8px';BasicThemeClass.popupMenuMenuOffsetY = '0px';BasicThemeClass.inputShadow = 'none';BasicThemeClass.inputBg = 'white';BasicThemeClass.inputIconColor = '#858585';BasicThemeClass.inputColor = 'inherit';BasicThemeClass.inputWidth = '200px';BasicThemeClass.inputPaddingXSmall = '7px';BasicThemeClass.inputPaddingXMedium = '11px';BasicThemeClass.inputPaddingXLarge = '15px';BasicThemeClass.inputIconGapSmall = '4px';BasicThemeClass.inputIconGapMedium = '6px';BasicThemeClass.inputIconGapLarge = '8px';BasicThemeClass.inputIconSizeSmall = '16px';BasicThemeClass.inputIconSizeMedium = '20px';BasicThemeClass.inputIconSizeLarge = '24px';BasicThemeClass.inputBackgroundClip = 'padding-box';BasicThemeClass.inputBorderRadiusSmall = '2px';BasicThemeClass.inputBorderRadiusMedium = '2px';BasicThemeClass.inputBorderRadiusLarge = '2px';BasicThemeClass.inputDisabledBackgroundClip = 'padding-box';BasicThemeClass.inputBorderColor = 'rgba(0, 0, 0, 0.16)';BasicThemeClass.inputBorderColorHover = 'rgba(0, 0, 0, 0.32)';BasicThemeClass.inputBlinkColor = 'rgba(61, 61, 61, 0.2)';BasicThemeClass.inputColorScheme = 'light';BasicThemeClass.checkboxBoxSizeSmall = '16px';BasicThemeClass.checkboxBoxSizeMedium = '20px';BasicThemeClass.checkboxBoxSizeLarge = '24px';BasicThemeClass.checkboxCaptionGap = '8px';BasicThemeClass.checkboxBoxOffsetY = '1px';BasicThemeClass.checkboxBgStart = '#fdfdfd';BasicThemeClass.checkboxBgEnd = '#ededed';BasicThemeClass.checkboxBorder = 'none';BasicThemeClass.checkboxCheckedColor = '#fff';BasicThemeClass.checkboxBorderRadius = '4px';BasicThemeClass.checkboxBg = '#fff';BasicThemeClass.checkboxCheckedHoverBg = '#292929';BasicThemeClass.textareaBg = '#fff';BasicThemeClass.textareaShadow = 'none';BasicThemeClass.textareaBackgroundClip = 'padding-box';BasicThemeClass.textareaBorderRadius = '2px';BasicThemeClass.textareaWidth = '250px';BasicThemeClass.textareaPaddingXSmall = '7px';BasicThemeClass.textareaPaddingXMedium = '11px';BasicThemeClass.textareaPaddingXLarge = '15px';BasicThemeClass.textareaBorderTopColor = 'rgba(0, 0, 0, 0.16)';BasicThemeClass.
|
|
3365
|
+
BasicThemeClass.popupBorder = 'none';BasicThemeClass.popupBorderRadius = '8px';BasicThemeClass.popupBorderColor = 'transparent';BasicThemeClass.popupDropShadow = 'drop-shadow(0px 32px 32px rgba(0, 0, 0, 0.08)) drop-shadow(0px 0px 24px rgba(0, 0, 0, 0.12))';BasicThemeClass.popupBoxShadow = '0px 32px 32px -16px rgba(0, 0, 0, 0.08), 0px 0px 24px 0px rgba(0, 0, 0, 0.12)';BasicThemeClass.popupPinOffsetX = '16px';BasicThemeClass.popupPinOffsetY = '16px';BasicThemeClass.popupMargin = '10px';BasicThemeClass.popupPinSize = '8px';BasicThemeClass.popupMenuMenuOffsetY = '0px';BasicThemeClass.inputShadow = 'none';BasicThemeClass.inputBg = 'white';BasicThemeClass.inputIconColor = '#858585';BasicThemeClass.inputColor = 'inherit';BasicThemeClass.inputWidth = '200px';BasicThemeClass.inputPaddingXSmall = '7px';BasicThemeClass.inputPaddingXMedium = '11px';BasicThemeClass.inputPaddingXLarge = '15px';BasicThemeClass.inputIconGapSmall = '4px';BasicThemeClass.inputIconGapMedium = '6px';BasicThemeClass.inputIconGapLarge = '8px';BasicThemeClass.inputIconSizeSmall = '16px';BasicThemeClass.inputIconSizeMedium = '20px';BasicThemeClass.inputIconSizeLarge = '24px';BasicThemeClass.inputBackgroundClip = 'padding-box';BasicThemeClass.inputBorderRadiusSmall = '2px';BasicThemeClass.inputBorderRadiusMedium = '2px';BasicThemeClass.inputBorderRadiusLarge = '2px';BasicThemeClass.inputDisabledBackgroundClip = 'padding-box';BasicThemeClass.inputBorderColor = 'rgba(0, 0, 0, 0.16)';BasicThemeClass.inputBorderColorHover = 'rgba(0, 0, 0, 0.32)';BasicThemeClass.inputBlinkColor = 'rgba(61, 61, 61, 0.2)';BasicThemeClass.inputColorScheme = 'light';BasicThemeClass.checkboxBoxSizeSmall = '16px';BasicThemeClass.checkboxBoxSizeMedium = '20px';BasicThemeClass.checkboxBoxSizeLarge = '24px';BasicThemeClass.checkboxCaptionGap = '8px';BasicThemeClass.checkboxBoxOffsetY = '1px';BasicThemeClass.checkboxBgStart = '#fdfdfd';BasicThemeClass.checkboxBgEnd = '#ededed';BasicThemeClass.checkboxBorder = 'none';BasicThemeClass.checkboxCheckedColor = '#fff';BasicThemeClass.checkboxBorderRadius = '4px';BasicThemeClass.checkboxBg = '#fff';BasicThemeClass.checkboxCheckedHoverBg = '#292929';BasicThemeClass.textareaBg = '#fff';BasicThemeClass.textareaShadow = 'none';BasicThemeClass.textareaBackgroundClip = 'padding-box';BasicThemeClass.textareaBorderRadius = '2px';BasicThemeClass.textareaWidth = '250px';BasicThemeClass.textareaPaddingXSmall = '7px';BasicThemeClass.textareaPaddingXMedium = '11px';BasicThemeClass.textareaPaddingXLarge = '15px';BasicThemeClass.textareaBorderTopColor = 'rgba(0, 0, 0, 0.16)';BasicThemeClass.textareaMargin = '';BasicThemeClass.textareaVerticalAlign = 'middle'; //#endregion Textarea
|
|
3366
|
+
//#region Radio
|
|
3367
|
+
BasicThemeClass.radioBulletSizeSmall = '6px';BasicThemeClass.radioBulletSizeMedium = '10px';BasicThemeClass.radioBulletSizeLarge = '12px';BasicThemeClass.radioSizeSmall = '16px';BasicThemeClass.radioSizeMedium = '20px';BasicThemeClass.radioSizeLarge = '24px';BasicThemeClass.radioCaptionGap = '8px';BasicThemeClass.radioVerticalAlign = 'top';BasicThemeClass.radioBgImage = 'none';BasicThemeClass.radioBgColor = '#fff';BasicThemeClass.radioBoxShadow = 'none';BasicThemeClass.radioHoverShadow = 'none';BasicThemeClass.radioActiveShadow = 'none';BasicThemeClass.radioCheckedBorderColor = 'transparent';BasicThemeClass.radioCheckedBulletColor = '#fff';BasicThemeClass.radioDisabledBg = '#F0F0F0';BasicThemeClass.radioCaptionDisplay = 'inline-flex';BasicThemeClass.radioBorderWidthCompensation = '0px';BasicThemeClass.radioCircleOffsetY = '1px';BasicThemeClass.tabPaddingXSmall = '8px';BasicThemeClass.tabPaddingXMedium = '10px';BasicThemeClass.tabPaddingXLarge = '12px';BasicThemeClass.tabBorderWidth = '2px';BasicThemeClass.tabColorHover = '#D6D6D6';BasicThemeClass.tabIndicatorBorderRadius = '2px';BasicThemeClass.spinnerCaptionGapSmall = '6px';BasicThemeClass.spinnerCaptionGapMedium = '-4px';BasicThemeClass.spinnerCaptionGapLarge = '-3px';BasicThemeClass.spinnerCaptionMarginSmall = '0 0 0 6px';BasicThemeClass.spinnerCaptionMarginMedium = '0 0 0 6px';BasicThemeClass.spinnerCaptionMarginLarge = '0 0 0 6px'; //#endregion
|
|
2601
3368
|
//#region Switcher
|
|
2602
|
-
BasicThemeClass.switcherBorderRadius = '8px';BasicThemeClass.switcherButtonPaddingXSmall = '7px';BasicThemeClass.switcherButtonPaddingXMedium = '11px';BasicThemeClass.switcherButtonPaddingXLarge = '15px';BasicThemeClass.switcherBtnDisabledBorderColor = 'rgba(0, 0, 0, 0.16)';BasicThemeClass.
|
|
3369
|
+
BasicThemeClass.switcherBorderRadius = '8px';BasicThemeClass.switcherButtonPaddingXSmall = '7px';BasicThemeClass.switcherButtonPaddingXMedium = '11px';BasicThemeClass.switcherButtonPaddingXLarge = '15px';BasicThemeClass.switcherBtnDisabledBorderColor = 'rgba(0, 0, 0, 0.16)';BasicThemeClass.mobilePopupPaddingX = '16px';BasicThemeClass.mobilePopupPaddingY = '16px';BasicThemeClass.mobilePaddingSmall = '6px';BasicThemeClass.mobilePaddingMedium = '8px';BasicThemeClass.mobilePaddingLarge = '12px';BasicThemeClass.mobilePopupContainerBottomPadding = '16px';BasicThemeClass.mobilePopupHeaderPaddingSmall = '12px 8px 4px 14px';BasicThemeClass.mobilePopupHeaderPaddingMedium = '14px 12px 6px 18px';BasicThemeClass.mobilePopupHeaderPaddingLarge = '18px 16px 8px 24px';BasicThemeClass.mobilePopupFooterPadding = '16px 16px 16px 16px';BasicThemeClass.mobilePopupContainerBorderRadius = '8px';BasicThemeClass.mobilePopupHeaderFontWeight = '500';BasicThemeClass.mobilePopupHeaderChildPadding = '12px';BasicThemeClass.mobilePopupOuterIndentY = '24px'; //#endregion
|
|
2603
3370
|
//#region ScrollContainer
|
|
2604
3371
|
BasicThemeClass.scrollContainerScrollBarSize = '4px';BasicThemeClass.scrollContainerScrollBarHoverSize = '10px';BasicThemeClass.scrollContainerScrollBarColor = 'rgba(183, 183, 183, 0.7)';BasicThemeClass.scrollContainerScrollBarInvertColor = 'rgba(255, 255, 255, 0.5)';BasicThemeClass.scrollContainerScrollBarOffsetY = '4px';BasicThemeClass.dropdownMenuScrollContainerScrollBarOffsetY = '0px'; //#endregion
|
|
2605
3372
|
//#region PasswordInput
|
|
@@ -2609,6 +3376,6 @@ BasicThemeClass.globalLoaderSlowAnimationDuration = '20000'; //ms
|
|
|
2609
3376
|
BasicThemeClass.globalLoaderTransitionFromSpinnerDuration = '200'; //ms
|
|
2610
3377
|
//#endregion
|
|
2611
3378
|
//#region FileUploader
|
|
2612
|
-
BasicThemeClass.fileUploaderWidth = '362px';BasicThemeClass.fileUploaderBg = '';BasicThemeClass.fileUploaderUploadButtonBg = '#fff';BasicThemeClass.fileUploaderBorderRadius = '8px';BasicThemeClass.fileUploaderBorderColor = 'rgba(0, 0, 0, 0.37)';BasicThemeClass.fileUploaderBorderStyle = 'dashed';BasicThemeClass.fileUploaderAfterLinkColor = '#858585';BasicThemeClass.fileUploaderIconSize = '14px';BasicThemeClass.fileUploaderIconColor = '#222222';BasicThemeClass.fileUploaderIconHoverColor = '#333';BasicThemeClass.fileUploaderDisabledBgClip = 'padding-box';BasicThemeClass.fileUploaderDisabledBorderColor = 'rgba(0, 0, 0, 0.16)';BasicThemeClass.fileUploaderLinkHoverTextDecoration = 'none';BasicThemeClass.fileUploaderHoveredBg = 'rgba(0, 0, 0, 0.06)';BasicThemeClass.fileUploaderHoveredBorderColor = 'transparent';BasicThemeClass.fileUploaderIconGapSmall = '4px';BasicThemeClass.fileUploaderIconGapMedium = '6px';BasicThemeClass.fileUploaderIconGapLarge = '8px';BasicThemeClass.fileUploaderDragOverShadow = '0px 0px 0px 3px rgb(149, 149, 149), 0px 0px 0px 8px rgba(61, 61, 61, 0.2)';BasicThemeClass.clearCrossIconColor = 'rgba(0, 0, 0, 0.54)';BasicThemeClass.clearCrossIconHoverColor = 'rgba(0, 0, 0, 0.87)'; //#endregion ClearCrossIcon
|
|
3379
|
+
BasicThemeClass.fileUploaderWidth = '362px';BasicThemeClass.fileUploaderBg = '';BasicThemeClass.fileUploaderUploadButtonBg = '#fff';BasicThemeClass.fileUploaderBorderRadius = '8px';BasicThemeClass.fileUploaderBorderColor = 'rgba(0, 0, 0, 0.37)';BasicThemeClass.fileUploaderBorderStyle = 'dashed';BasicThemeClass.fileUploaderAfterLinkColor = '#858585';BasicThemeClass.fileUploaderIconSize = '14px';BasicThemeClass.fileUploaderIconColor = '#222222';BasicThemeClass.fileUploaderIconHoverColor = '#333';BasicThemeClass.fileUploaderDisabledBgClip = 'padding-box';BasicThemeClass.fileUploaderDisabledBorderColor = 'rgba(0, 0, 0, 0.16)';BasicThemeClass.fileUploaderLinkHoverTextDecoration = 'none';BasicThemeClass.fileUploaderHoveredBg = 'rgba(0, 0, 0, 0.06)';BasicThemeClass.fileUploaderHoveredBorderColor = 'transparent';BasicThemeClass.fileUploaderIconGapSmall = '4px';BasicThemeClass.fileUploaderIconGapMedium = '6px';BasicThemeClass.fileUploaderIconGapLarge = '8px';BasicThemeClass.fileUploaderDragOverShadow = '0px 0px 0px 3px rgb(149, 149, 149), 0px 0px 0px 8px rgba(61, 61, 61, 0.2)';BasicThemeClass.clearCrossIconColor = 'rgba(0, 0, 0, 0.54)';BasicThemeClass.clearCrossIconHoverColor = 'rgba(0, 0, 0, 0.87)';BasicThemeClass.clearCrossIconAlign = 'center'; //#endregion ClearCrossIcon
|
|
2613
3380
|
//#region CloseIcon
|
|
2614
3381
|
BasicThemeClass.closeBtnIconColor = 'rgba(0, 0, 0, 0.32)';BasicThemeClass.closeBtnIconDisabledColor = '#8b8b8b';BasicThemeClass.closeBtnIconHoverColor = 'rgba(0, 0, 0, 0.865)';BasicThemeClass.closeBtnIconBorderRadius = '4px';BasicThemeClass.miniModalHeaderPaddingBottom = '0';BasicThemeClass.miniModalBodyPaddingTop = '16px';BasicThemeClass.miniModalBodyPaddingBottom = '0';BasicThemeClass.miniModalDescriptionFontSize = 'inherit';BasicThemeClass.miniModalDescriptionLineHeight = 'normal';BasicThemeClass.miniModalHeaderPaddingTop = '32px';BasicThemeClass.miniModalActionGap = '8px';BasicThemeClass.miniModalCancelIndent = '8px';BasicThemeClass.miniModalFooterPaddingTop = '24px';BasicThemeClass.miniModalFooterPaddingBottom = '32px';BasicThemeClass.miniModalTitleMarginTop = '16px';BasicThemeClass.miniModalHeightMobile = 'auto';BasicThemeClass.miniModalMarginTopMobile = '80px';BasicThemeClass.miniModalMarginLeftMobile = '24px';BasicThemeClass.miniModalMarginRightMobile = '24px';BasicThemeClass.miniModalFooterPaddingMobile = '24px 16px 16px';BasicThemeClass.miniModalHeaderPaddingMobile = '32px 16px 0';BasicThemeClass.miniModalBodyPaddingMobile = '16px 16px 0';BasicThemeClass.validationsTextColorWarning = '#ef8b17';var BasicTheme = exports.BasicTheme = (0, _ThemeHelpers.createTheme)({ themeClass: BasicThemeClass });var BasicThemeClassForExtension = exports.BasicThemeClassForExtension = function BasicThemeClassForExtension() {};
|