@plesk/ui-library 3.36.1 → 3.37.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +50 -50
- package/cjs/components/Action/Action.js +3 -3
- package/cjs/components/Alert/Alert.js +5 -5
- package/cjs/components/AutoClosable/AutoClosable.js +3 -3
- package/cjs/components/AuxiliaryActions/AuxiliaryActions.js +3 -3
- package/cjs/components/Badge/Badge.js +3 -3
- package/cjs/components/Breadcrumbs/Breadcrumbs.js +4 -4
- package/cjs/components/Button/Button.js +4 -4
- package/cjs/components/ButtonGroup/ButtonGroup.js +3 -3
- package/cjs/components/Card/Card.js +52 -52
- package/cjs/components/Card/CardButton.js +2 -2
- package/cjs/components/Card/PreviewPanel.js +3 -3
- package/cjs/components/Card/images/no-image.svg +6 -6
- package/cjs/components/CardList/CardList.js +55 -55
- package/cjs/components/Carousel/Carousel.js +186 -81
- package/cjs/components/Checkbox/Checkbox.js +3 -3
- package/cjs/components/CodeEditor/CodeEditor.js +3 -3
- package/cjs/components/Columns/Column.js +3 -3
- package/cjs/components/Columns/Columns.js +3 -3
- package/cjs/components/ComboBox/ComboBox.js +4 -4
- package/cjs/components/ComboBox/ComboBoxOption.js +5 -4
- package/cjs/components/ConsoleOutput/ConsoleOutput.js +3 -3
- package/cjs/components/ContentLoader/ContentLoader.js +3 -3
- package/cjs/components/Cuttable/Cuttable.js +3 -3
- package/cjs/components/Dialog/Dialog.js +3 -3
- package/cjs/components/Drawer/Drawer.js +4 -4
- package/cjs/components/Dropdown/Dropdown.js +5 -5
- package/cjs/components/ExtendedStatusMessage/ExtendedStatusMessage.js +4 -4
- package/cjs/components/ExtendedStatusMessage/ExtendedStatusMessageActions.js +3 -3
- package/cjs/components/ExtendedStatusMessage/ExtendedStatusMessageDescription.js +3 -3
- package/cjs/components/ExtendedStatusMessage/ExtendedStatusMessageSeparator.js +3 -3
- package/cjs/components/ExtendedStatusMessage/ExtendedStatusMessageTitle.js +3 -3
- package/cjs/components/Figure/Figure.js +3 -3
- package/cjs/components/Form/Form.js +4 -4
- package/cjs/components/Form/utils.js +22 -22
- package/cjs/components/FormField/FormField.js +24 -24
- package/cjs/components/FormFieldCheckbox/FormFieldCheckbox.js +4 -4
- package/cjs/components/FormFieldPassword/FormFieldPassword.js +3 -3
- package/cjs/components/FormFieldRadioButtons/FormFieldRadioButtons.js +3 -3
- package/cjs/components/FormFieldSelect/FormFieldSelect.js +4 -4
- package/cjs/components/FormFieldText/FormFieldText.js +5 -5
- package/cjs/components/Grid/Grid.js +3 -3
- package/cjs/components/GridCol/GridCol.js +3 -3
- package/cjs/components/Heading/Heading.js +3 -3
- package/cjs/components/Hint/Hint.js +3 -3
- package/cjs/components/Icon/Icon.js +6 -6
- package/cjs/components/Icon/images/symbols.svg +1846 -1846
- package/cjs/components/InPlaceEdit/InPlaceEdit.js +5 -5
- package/cjs/components/Input/Input.js +3 -3
- package/cjs/components/InputFile/InputFile.js +3 -3
- package/cjs/components/InputNumber/InputNumber.js +3 -3
- package/cjs/components/Item/Item.js +4 -4
- package/cjs/components/ItemLink/ItemLink.js +4 -4
- package/cjs/components/ItemList/ItemList.js +6 -6
- package/cjs/components/Label/Label.js +3 -3
- package/cjs/components/Layer/Layer.js +2 -2
- package/cjs/components/Layout/Layout.js +2 -2
- package/cjs/components/Link/Link.js +3 -3
- package/cjs/components/List/List.js +4 -7
- package/cjs/components/List/ListAction.js +4 -4
- package/cjs/components/List/ListActions.js +3 -3
- package/cjs/components/List/ListActionsDivider.js +4 -4
- package/cjs/components/List/ListEmptyView.js +4 -4
- package/cjs/components/List/ListOperation.js +4 -4
- package/cjs/components/LocaleProvider/LocaleProvider.js +3 -3
- package/cjs/components/Markdown/Markdown.js +3 -3
- package/cjs/components/Media/Media.js +5 -5
- package/cjs/components/Media/MediaSection.js +3 -3
- package/cjs/components/Menu/Menu.js +9 -9
- package/cjs/components/Menu/MenuBaseItem.js +3 -3
- package/cjs/components/Menu/MenuDivider.js +3 -3
- package/cjs/components/Menu/MenuHeader.js +3 -3
- package/cjs/components/Menu/MenuItem.js +3 -3
- package/cjs/components/Menu/MenuSelectableItem.js +3 -3
- package/cjs/components/Overlay/Overlay.js +2 -2
- package/cjs/components/PageHeader/PageHeader.js +3 -3
- package/cjs/components/Pagination/Pagination.js +3 -3
- package/cjs/components/Panel/Panel.js +64 -101
- package/cjs/components/Paragraph/Paragraph.js +3 -3
- package/cjs/components/Plaintext/Plaintext.js +3 -3
- package/cjs/components/Popover/Popover.js +4 -4
- package/cjs/components/Popper/Popper.js +2 -2
- package/cjs/components/Progress/Progress.js +3 -3
- package/cjs/components/ProgressDialog/ProgressDialog.js +3 -3
- package/cjs/components/ProgressDialogStep/ProgressDialogStep.js +3 -3
- package/cjs/components/ProgressStep/ProgressStep.js +3 -3
- package/cjs/components/Radio/Radio.js +3 -3
- package/cjs/components/Rating/Rating.js +3 -3
- package/cjs/components/Rating/images/rating.svg +6 -6
- package/cjs/components/Section/Section.js +4 -4
- package/cjs/components/Section/SectionItem.js +3 -3
- package/cjs/components/SegmentedControl/SegmentedControl.js +4 -4
- package/cjs/components/Select/MultiValue.js +1 -1
- package/cjs/components/Select/Select.js +3 -3
- package/cjs/components/Select/SelectControl.js +1 -1
- package/cjs/components/Select/SelectOption.js +5 -4
- package/cjs/components/Select/SelectOptionGroup.js +3 -3
- package/cjs/components/Skeleton/Skeleton.js +4 -4
- package/cjs/components/Skeleton/SkeletonTabs.js +3 -3
- package/cjs/components/Skeleton/SkeletonText.js +3 -3
- package/cjs/components/Spinner/Spinner.js +2 -2
- package/cjs/components/SplitButton/SplitButton.js +5 -5
- package/cjs/components/Spot/Spot.js +3 -3
- package/cjs/components/Status/Status.js +3 -3
- package/cjs/components/StatusMessage/StatusMessage.js +4 -4
- package/cjs/components/Subnav/Subnav.js +5 -5
- package/cjs/components/Switch/Switch.js +4 -4
- package/cjs/components/SwitchesPanel/SwitchesPanel.js +3 -3
- package/cjs/components/SwitchesPanelItem/SwitchesPanelItem.js +4 -4
- package/cjs/components/Tabs/SearchBar.js +3 -3
- package/cjs/components/Tabs/Tab.js +7 -7
- package/cjs/components/Tabs/Tabs.js +6 -6
- package/cjs/components/Text/Text.js +3 -3
- package/cjs/components/TextArea/TextArea.js +3 -3
- package/cjs/components/Toaster/Toaster.js +37 -37
- package/cjs/components/Toolbar/Toolbar.js +6 -6
- package/cjs/components/Toolbar/ToolbarExpander.js +5 -5
- package/cjs/components/Toolbar/ToolbarGroup.js +4 -4
- package/cjs/components/Toolbar/ToolbarMenu.js +0 -1
- package/cjs/components/Tooltip/Tooltip.js +4 -4
- package/cjs/components/Tour/Tour.js +5 -5
- package/cjs/components/Translate/Translate.js +3 -3
- package/cjs/index.js +1 -1
- package/dist/images/no-image.svg +6 -6
- package/dist/images/rating.svg +6 -6
- package/dist/images/symbols.svg +1846 -1846
- package/dist/plesk-ui-library-rtl.css +1 -1
- package/dist/plesk-ui-library-rtl.css.map +1 -1
- package/dist/plesk-ui-library.css +1 -1
- package/dist/plesk-ui-library.css.map +1 -1
- package/dist/plesk-ui-library.js +11997 -11914
- package/dist/plesk-ui-library.js.map +1 -1
- package/dist/plesk-ui-library.min.js +18 -18
- package/dist/plesk-ui-library.min.js.map +1 -1
- package/esm/components/Action/Action.js +3 -3
- package/esm/components/Alert/Alert.js +5 -5
- package/esm/components/AutoClosable/AutoClosable.js +3 -3
- package/esm/components/AuxiliaryActions/AuxiliaryActions.js +3 -3
- package/esm/components/Badge/Badge.js +3 -3
- package/esm/components/Breadcrumbs/Breadcrumbs.js +4 -4
- package/esm/components/Button/Button.js +4 -4
- package/esm/components/ButtonGroup/ButtonGroup.js +3 -3
- package/esm/components/Card/Card.js +52 -52
- package/esm/components/Card/CardButton.js +2 -2
- package/esm/components/Card/PreviewPanel.js +3 -3
- package/esm/components/Card/images/no-image.svg +6 -6
- package/esm/components/CardList/CardList.js +55 -55
- package/esm/components/Carousel/Carousel.js +187 -82
- package/esm/components/Checkbox/Checkbox.js +3 -3
- package/esm/components/CodeEditor/CodeEditor.js +3 -3
- package/esm/components/Columns/Column.js +3 -3
- package/esm/components/Columns/Columns.js +3 -3
- package/esm/components/ComboBox/ComboBox.js +4 -4
- package/esm/components/ComboBox/ComboBoxOption.js +5 -4
- package/esm/components/ConsoleOutput/ConsoleOutput.js +3 -3
- package/esm/components/ContentLoader/ContentLoader.js +3 -3
- package/esm/components/Cuttable/Cuttable.js +3 -3
- package/esm/components/Dialog/Dialog.js +3 -3
- package/esm/components/Drawer/Drawer.js +4 -4
- package/esm/components/Dropdown/Dropdown.js +5 -5
- package/esm/components/ExtendedStatusMessage/ExtendedStatusMessage.js +4 -4
- package/esm/components/ExtendedStatusMessage/ExtendedStatusMessageActions.js +3 -3
- package/esm/components/ExtendedStatusMessage/ExtendedStatusMessageDescription.js +3 -3
- package/esm/components/ExtendedStatusMessage/ExtendedStatusMessageSeparator.js +3 -3
- package/esm/components/ExtendedStatusMessage/ExtendedStatusMessageTitle.js +3 -3
- package/esm/components/Figure/Figure.js +3 -3
- package/esm/components/Form/Form.js +4 -4
- package/esm/components/Form/utils.js +22 -22
- package/esm/components/FormField/FormField.js +24 -24
- package/esm/components/FormFieldCheckbox/FormFieldCheckbox.js +4 -4
- package/esm/components/FormFieldPassword/FormFieldPassword.js +3 -3
- package/esm/components/FormFieldRadioButtons/FormFieldRadioButtons.js +3 -3
- package/esm/components/FormFieldSelect/FormFieldSelect.js +4 -4
- package/esm/components/FormFieldText/FormFieldText.js +5 -5
- package/esm/components/Grid/Grid.js +3 -3
- package/esm/components/GridCol/GridCol.js +3 -3
- package/esm/components/Heading/Heading.js +3 -3
- package/esm/components/Hint/Hint.js +3 -3
- package/esm/components/Icon/Icon.js +6 -6
- package/esm/components/Icon/images/symbols.svg +1846 -1846
- package/esm/components/InPlaceEdit/InPlaceEdit.js +5 -5
- package/esm/components/Input/Input.js +3 -3
- package/esm/components/InputFile/InputFile.js +3 -3
- package/esm/components/InputNumber/InputNumber.js +3 -3
- package/esm/components/Item/Item.js +4 -4
- package/esm/components/ItemLink/ItemLink.js +4 -4
- package/esm/components/ItemList/ItemList.js +6 -6
- package/esm/components/Label/Label.js +3 -3
- package/esm/components/Layer/Layer.js +2 -2
- package/esm/components/Layout/Layout.js +2 -2
- package/esm/components/Link/Link.js +3 -3
- package/esm/components/List/List.js +4 -7
- package/esm/components/List/ListAction.js +4 -4
- package/esm/components/List/ListActions.js +3 -3
- package/esm/components/List/ListActionsDivider.js +4 -4
- package/esm/components/List/ListEmptyView.js +4 -4
- package/esm/components/List/ListOperation.js +4 -4
- package/esm/components/LocaleProvider/LocaleProvider.js +3 -3
- package/esm/components/Markdown/Markdown.js +3 -3
- package/esm/components/Media/Media.js +5 -5
- package/esm/components/Media/MediaSection.js +3 -3
- package/esm/components/Menu/Menu.js +9 -9
- package/esm/components/Menu/MenuBaseItem.js +3 -3
- package/esm/components/Menu/MenuDivider.js +3 -3
- package/esm/components/Menu/MenuHeader.js +3 -3
- package/esm/components/Menu/MenuItem.js +3 -3
- package/esm/components/Menu/MenuSelectableItem.js +3 -3
- package/esm/components/Overlay/Overlay.js +2 -2
- package/esm/components/PageHeader/PageHeader.js +3 -3
- package/esm/components/Pagination/Pagination.js +3 -3
- package/esm/components/Panel/Panel.js +65 -102
- package/esm/components/Paragraph/Paragraph.js +3 -3
- package/esm/components/Plaintext/Plaintext.js +3 -3
- package/esm/components/Popover/Popover.js +4 -4
- package/esm/components/Popper/Popper.js +2 -2
- package/esm/components/Progress/Progress.js +3 -3
- package/esm/components/ProgressDialog/ProgressDialog.js +3 -3
- package/esm/components/ProgressDialogStep/ProgressDialogStep.js +3 -3
- package/esm/components/ProgressStep/ProgressStep.js +3 -3
- package/esm/components/Radio/Radio.js +3 -3
- package/esm/components/Rating/Rating.js +3 -3
- package/esm/components/Rating/images/rating.svg +6 -6
- package/esm/components/Section/Section.js +4 -4
- package/esm/components/Section/SectionItem.js +3 -3
- package/esm/components/SegmentedControl/SegmentedControl.js +4 -4
- package/esm/components/Select/MultiValue.js +1 -1
- package/esm/components/Select/Select.js +3 -3
- package/esm/components/Select/SelectControl.js +1 -1
- package/esm/components/Select/SelectOption.js +5 -4
- package/esm/components/Select/SelectOptionGroup.js +3 -3
- package/esm/components/Skeleton/Skeleton.js +4 -4
- package/esm/components/Skeleton/SkeletonTabs.js +3 -3
- package/esm/components/Skeleton/SkeletonText.js +3 -3
- package/esm/components/Spinner/Spinner.js +2 -2
- package/esm/components/SplitButton/SplitButton.js +5 -5
- package/esm/components/Spot/Spot.js +3 -3
- package/esm/components/Status/Status.js +3 -3
- package/esm/components/StatusMessage/StatusMessage.js +4 -4
- package/esm/components/Subnav/Subnav.js +5 -5
- package/esm/components/Switch/Switch.js +4 -4
- package/esm/components/SwitchesPanel/SwitchesPanel.js +3 -3
- package/esm/components/SwitchesPanelItem/SwitchesPanelItem.js +4 -4
- package/esm/components/Tabs/SearchBar.js +3 -3
- package/esm/components/Tabs/Tab.js +7 -7
- package/esm/components/Tabs/Tabs.js +6 -6
- package/esm/components/Text/Text.js +3 -3
- package/esm/components/TextArea/TextArea.js +3 -3
- package/esm/components/Toaster/Toaster.js +37 -37
- package/esm/components/Toolbar/Toolbar.js +6 -6
- package/esm/components/Toolbar/ToolbarExpander.js +5 -5
- package/esm/components/Toolbar/ToolbarGroup.js +4 -4
- package/esm/components/Toolbar/ToolbarMenu.js +0 -1
- package/esm/components/Tooltip/Tooltip.js +4 -4
- package/esm/components/Tour/Tour.js +5 -5
- package/esm/components/Translate/Translate.js +3 -3
- package/esm/index.js +1 -1
- package/index.js +5 -5
- package/package.json +150 -150
- package/scripts/postinstall.js +9 -9
- package/styleguide/browserconfig.xml +9 -9
- package/styleguide/build/bundle.c3d05006.js +2 -0
- package/styleguide/images/no-image.svg +6 -6
- package/styleguide/images/rating.svg +6 -6
- package/styleguide/images/symbols.svg +1846 -1846
- package/styleguide/index.html +2 -2
- package/styleguide/placeholders/placeholder_400x200.svg +5 -5
- package/styleguide/placeholders/placeholder_400x400.svg +5 -5
- package/styleguide/placeholders/placeholder_600x400.svg +5 -5
- package/styleguide/safari-pinned-tab.svg +28 -28
- package/styleguide/site.webmanifest +19 -19
- package/types/src/components/Carousel/Carousel.d.ts +43 -8
- package/types/src/components/List/List.d.ts +0 -1
- package/types/src/components/Panel/Panel.d.ts +4 -21
- package/types/src/components/Panel/index.d.ts +1 -0
- package/types/src/components/Radio/Radio.d.ts +4 -6
- package/types/src/components/Section/Section.d.ts +1 -1
- package/types/src/components/index.d.ts +1 -0
- package/styleguide/build/bundle.ed34a3c0.js +0 -2
- /package/styleguide/build/{bundle.ed34a3c0.js.LICENSE.txt → bundle.c3d05006.js.LICENSE.txt} +0 -0
package/styleguide/index.html
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
<meta charset="utf-8">
|
|
5
5
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
6
6
|
<meta http-equiv="X-UA-Compatible" content="ie=edge">
|
|
7
|
-
<title>Plesk UI Library 3.
|
|
7
|
+
<title>Plesk UI Library 3.37.0</title>
|
|
8
8
|
<meta name="msapplication-TileColor" content="#da532c">
|
|
9
9
|
<meta name="theme-color" content="#ffffff">
|
|
10
10
|
<link rel="apple-touch-icon" sizes="180x180" href="apple-touch-icon.png">
|
|
@@ -26,6 +26,6 @@
|
|
|
26
26
|
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-KWST26V"
|
|
27
27
|
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
|
|
28
28
|
<!-- End Google Tag Manager (noscript) -->
|
|
29
|
-
<script src="build/bundle.
|
|
29
|
+
<script src="build/bundle.c3d05006.js"></script>
|
|
30
30
|
</body>
|
|
31
31
|
</html>
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="400" height="200" viewBox="0 100 600 200">
|
|
2
|
-
<path fill="#28aade" d="M0 0h600v400H0z"/>
|
|
3
|
-
<path fill="#fff" d="M234.54 148.5v103h130.92v-103H234.54zm120.37 91.83H245.7v-80.66h109.2v80.66z"/>
|
|
4
|
-
<path fill="#fff" d="M251.58 231.64l22.51-23.66 8.43 3.65 26.61-28.32 10.47 12.53 4.73-2.86 25.57 38.66z"/>
|
|
5
|
-
<circle cx="277.58" cy="180.18" r="9.83" fill="#fff"/>
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="400" height="200" viewBox="0 100 600 200">
|
|
2
|
+
<path fill="#28aade" d="M0 0h600v400H0z"/>
|
|
3
|
+
<path fill="#fff" d="M234.54 148.5v103h130.92v-103H234.54zm120.37 91.83H245.7v-80.66h109.2v80.66z"/>
|
|
4
|
+
<path fill="#fff" d="M251.58 231.64l22.51-23.66 8.43 3.65 26.61-28.32 10.47 12.53 4.73-2.86 25.57 38.66z"/>
|
|
5
|
+
<circle cx="277.58" cy="180.18" r="9.83" fill="#fff"/>
|
|
6
6
|
</svg>
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="400" height="400" viewBox="200 100 200 200">
|
|
2
|
-
<path fill="#28aade" d="M0 0h600v400H0z"/>
|
|
3
|
-
<path fill="#fff" d="M234.54 148.5v103h130.92v-103H234.54zm120.37 91.83H245.7v-80.66h109.2v80.66z"/>
|
|
4
|
-
<path fill="#fff" d="M251.58 231.64l22.51-23.66 8.43 3.65 26.61-28.32 10.47 12.53 4.73-2.86 25.57 38.66z"/>
|
|
5
|
-
<circle cx="277.58" cy="180.18" r="9.83" fill="#fff"/>
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="400" height="400" viewBox="200 100 200 200">
|
|
2
|
+
<path fill="#28aade" d="M0 0h600v400H0z"/>
|
|
3
|
+
<path fill="#fff" d="M234.54 148.5v103h130.92v-103H234.54zm120.37 91.83H245.7v-80.66h109.2v80.66z"/>
|
|
4
|
+
<path fill="#fff" d="M251.58 231.64l22.51-23.66 8.43 3.65 26.61-28.32 10.47 12.53 4.73-2.86 25.57 38.66z"/>
|
|
5
|
+
<circle cx="277.58" cy="180.18" r="9.83" fill="#fff"/>
|
|
6
6
|
</svg>
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="600" height="400" viewBox="0 0 600 400">
|
|
2
|
-
<path fill="#28aade" d="M0 0h600v400H0z"/>
|
|
3
|
-
<path fill="#fff" d="M234.54 148.5v103h130.92v-103H234.54zm120.37 91.83H245.7v-80.66h109.2v80.66z"/>
|
|
4
|
-
<path fill="#fff" d="M251.58 231.64l22.51-23.66 8.43 3.65 26.61-28.32 10.47 12.53 4.73-2.86 25.57 38.66z"/>
|
|
5
|
-
<circle cx="277.58" cy="180.18" r="9.83" fill="#fff"/>
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="600" height="400" viewBox="0 0 600 400">
|
|
2
|
+
<path fill="#28aade" d="M0 0h600v400H0z"/>
|
|
3
|
+
<path fill="#fff" d="M234.54 148.5v103h130.92v-103H234.54zm120.37 91.83H245.7v-80.66h109.2v80.66z"/>
|
|
4
|
+
<path fill="#fff" d="M251.58 231.64l22.51-23.66 8.43 3.65 26.61-28.32 10.47 12.53 4.73-2.86 25.57 38.66z"/>
|
|
5
|
+
<circle cx="277.58" cy="180.18" r="9.83" fill="#fff"/>
|
|
6
6
|
</svg>
|
|
@@ -1,28 +1,28 @@
|
|
|
1
|
-
<?xml version="1.0" standalone="no"?>
|
|
2
|
-
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20010904//EN"
|
|
3
|
-
"http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd">
|
|
4
|
-
<svg version="1.0" xmlns="http://www.w3.org/2000/svg"
|
|
5
|
-
width="666.000000pt" height="666.000000pt" viewBox="0 0 666.000000 666.000000"
|
|
6
|
-
preserveAspectRatio="xMidYMid meet">
|
|
7
|
-
<metadata>
|
|
8
|
-
Created by potrace 1.11, written by Peter Selinger 2001-2013
|
|
9
|
-
</metadata>
|
|
10
|
-
<g transform="translate(0.000000,666.000000) scale(0.100000,-0.100000)"
|
|
11
|
-
fill="#000000" stroke="none">
|
|
12
|
-
<path d="M3110 6654 c-19 -2 -84 -9 -145 -15 -1439 -143 -2649 -1266 -2909
|
|
13
|
-
-2699 -42 -231 -51 -342 -51 -610 0 -268 9 -379 51 -610 244 -1344 1320 -2420
|
|
14
|
-
2664 -2664 231 -42 342 -51 610 -51 268 0 379 9 610 51 1344 244 2420 1320
|
|
15
|
-
2664 2664 42 231 51 342 51 610 0 268 -9 379 -51 610 -213 1177 -1066 2160
|
|
16
|
-
-2209 2547 -207 70 -419 118 -657 149 -115 15 -547 27 -628 18z m-1368 -2031
|
|
17
|
-
l28 -27 0 -872 c0 -520 4 -914 10 -975 40 -401 260 -587 670 -565 260 13 410
|
|
18
|
-
100 500 288 77 159 73 109 77 1173 l4 950 26 27 27 28 181 0 181 0 28 -29 27
|
|
19
|
-
-28 -4 -934 c-3 -832 -5 -944 -20 -1029 -50 -270 -117 -418 -260 -567 -200
|
|
20
|
-
-209 -446 -297 -822 -296 -362 1 -625 96 -810 295 -142 151 -217 319 -261 580
|
|
21
|
-
-15 91 -18 210 -21 1027 l-4 924 27 28 28 29 180 0 180 0 28 -27z m3555 5 c22
|
|
22
|
-
-21 23 -28 23 -167 0 -198 8 -191 -197 -191 l-153 0 0 -1035 0 -1035 152 0
|
|
23
|
-
c206 0 198 7 198 -189 0 -135 -1 -146 -22 -168 l-21 -23 -542 0 -541 0 -27 28
|
|
24
|
-
c-27 28 -27 30 -27 163 0 135 0 135 28 162 28 27 29 27 180 27 l152 0 0 1035
|
|
25
|
-
0 1035 -153 0 -153 0 -27 28 c-27 28 -27 30 -27 162 0 132 0 134 27 162 l27
|
|
26
|
-
28 540 0 540 0 23 -22z"/>
|
|
27
|
-
</g>
|
|
28
|
-
</svg>
|
|
1
|
+
<?xml version="1.0" standalone="no"?>
|
|
2
|
+
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20010904//EN"
|
|
3
|
+
"http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd">
|
|
4
|
+
<svg version="1.0" xmlns="http://www.w3.org/2000/svg"
|
|
5
|
+
width="666.000000pt" height="666.000000pt" viewBox="0 0 666.000000 666.000000"
|
|
6
|
+
preserveAspectRatio="xMidYMid meet">
|
|
7
|
+
<metadata>
|
|
8
|
+
Created by potrace 1.11, written by Peter Selinger 2001-2013
|
|
9
|
+
</metadata>
|
|
10
|
+
<g transform="translate(0.000000,666.000000) scale(0.100000,-0.100000)"
|
|
11
|
+
fill="#000000" stroke="none">
|
|
12
|
+
<path d="M3110 6654 c-19 -2 -84 -9 -145 -15 -1439 -143 -2649 -1266 -2909
|
|
13
|
+
-2699 -42 -231 -51 -342 -51 -610 0 -268 9 -379 51 -610 244 -1344 1320 -2420
|
|
14
|
+
2664 -2664 231 -42 342 -51 610 -51 268 0 379 9 610 51 1344 244 2420 1320
|
|
15
|
+
2664 2664 42 231 51 342 51 610 0 268 -9 379 -51 610 -213 1177 -1066 2160
|
|
16
|
+
-2209 2547 -207 70 -419 118 -657 149 -115 15 -547 27 -628 18z m-1368 -2031
|
|
17
|
+
l28 -27 0 -872 c0 -520 4 -914 10 -975 40 -401 260 -587 670 -565 260 13 410
|
|
18
|
+
100 500 288 77 159 73 109 77 1173 l4 950 26 27 27 28 181 0 181 0 28 -29 27
|
|
19
|
+
-28 -4 -934 c-3 -832 -5 -944 -20 -1029 -50 -270 -117 -418 -260 -567 -200
|
|
20
|
+
-209 -446 -297 -822 -296 -362 1 -625 96 -810 295 -142 151 -217 319 -261 580
|
|
21
|
+
-15 91 -18 210 -21 1027 l-4 924 27 28 28 29 180 0 180 0 28 -27z m3555 5 c22
|
|
22
|
+
-21 23 -28 23 -167 0 -198 8 -191 -197 -191 l-153 0 0 -1035 0 -1035 152 0
|
|
23
|
+
c206 0 198 7 198 -189 0 -135 -1 -146 -22 -168 l-21 -23 -542 0 -541 0 -27 28
|
|
24
|
+
c-27 28 -27 30 -27 163 0 135 0 135 28 162 28 27 29 27 180 27 l152 0 0 1035
|
|
25
|
+
0 1035 -153 0 -153 0 -27 28 c-27 28 -27 30 -27 162 0 132 0 134 27 162 l27
|
|
26
|
+
28 540 0 540 0 23 -22z"/>
|
|
27
|
+
</g>
|
|
28
|
+
</svg>
|
|
@@ -1,19 +1,19 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "",
|
|
3
|
-
"short_name": "",
|
|
4
|
-
"icons": [
|
|
5
|
-
{
|
|
6
|
-
"src": "android-chrome-192x192.png",
|
|
7
|
-
"sizes": "192x192",
|
|
8
|
-
"type": "image/png"
|
|
9
|
-
},
|
|
10
|
-
{
|
|
11
|
-
"src": "android-chrome-512x512.png",
|
|
12
|
-
"sizes": "512x512",
|
|
13
|
-
"type": "image/png"
|
|
14
|
-
}
|
|
15
|
-
],
|
|
16
|
-
"theme_color": "#ffffff",
|
|
17
|
-
"background_color": "#ffffff",
|
|
18
|
-
"display": "standalone"
|
|
19
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "",
|
|
3
|
+
"short_name": "",
|
|
4
|
+
"icons": [
|
|
5
|
+
{
|
|
6
|
+
"src": "android-chrome-192x192.png",
|
|
7
|
+
"sizes": "192x192",
|
|
8
|
+
"type": "image/png"
|
|
9
|
+
},
|
|
10
|
+
{
|
|
11
|
+
"src": "android-chrome-512x512.png",
|
|
12
|
+
"sizes": "512x512",
|
|
13
|
+
"type": "image/png"
|
|
14
|
+
}
|
|
15
|
+
],
|
|
16
|
+
"theme_color": "#ffffff",
|
|
17
|
+
"background_color": "#ffffff",
|
|
18
|
+
"display": "standalone"
|
|
19
|
+
}
|
|
@@ -6,7 +6,36 @@ export interface CarouselProps {
|
|
|
6
6
|
* Slides
|
|
7
7
|
* @since 0.0.42
|
|
8
8
|
*/
|
|
9
|
-
children?: ReactNode;
|
|
9
|
+
children?: ReactNode[];
|
|
10
|
+
/**
|
|
11
|
+
* Enable autoplay
|
|
12
|
+
* @since 3.37.0
|
|
13
|
+
*/
|
|
14
|
+
autoplay?: boolean;
|
|
15
|
+
/**
|
|
16
|
+
* Autoplay interval, ms
|
|
17
|
+
* @since 3.37.0
|
|
18
|
+
*/
|
|
19
|
+
autoplayInterval?: number;
|
|
20
|
+
/**
|
|
21
|
+
* Show exact number of slides
|
|
22
|
+
* @since 3.37.0
|
|
23
|
+
*/
|
|
24
|
+
items?: number;
|
|
25
|
+
/**
|
|
26
|
+
* Show navigation arrows
|
|
27
|
+
* @since 3.37.0
|
|
28
|
+
*/
|
|
29
|
+
arrows?: boolean;
|
|
30
|
+
/**
|
|
31
|
+
* Show navigation dots. Works only with items options.
|
|
32
|
+
* @since 3.37.0
|
|
33
|
+
*/
|
|
34
|
+
dots?: boolean;
|
|
35
|
+
/**
|
|
36
|
+
* Callback called on change slides
|
|
37
|
+
*/
|
|
38
|
+
onSlide?: (current: number) => {};
|
|
10
39
|
/**
|
|
11
40
|
* @ignore
|
|
12
41
|
*/
|
|
@@ -24,10 +53,14 @@ export interface CarouselProps {
|
|
|
24
53
|
declare class Carousel extends Component<CarouselProps> {
|
|
25
54
|
static defaultProps: {
|
|
26
55
|
children: null;
|
|
56
|
+
arrows: boolean;
|
|
57
|
+
dots: boolean;
|
|
58
|
+
autoplay: boolean;
|
|
59
|
+
autoplayInterval: number;
|
|
60
|
+
onSlide: null;
|
|
27
61
|
className: null;
|
|
28
62
|
baseClassName: string;
|
|
29
63
|
};
|
|
30
|
-
constructor(props: CarouselProps);
|
|
31
64
|
state: {
|
|
32
65
|
showControls: boolean;
|
|
33
66
|
current: number;
|
|
@@ -40,19 +73,21 @@ declare class Carousel extends Component<CarouselProps> {
|
|
|
40
73
|
componentDidUpdate(): void;
|
|
41
74
|
componentWillUnmount(): void;
|
|
42
75
|
private readonly speed;
|
|
43
|
-
private readonly playSpeed;
|
|
44
76
|
private isRtl;
|
|
45
77
|
private playTimer;
|
|
46
78
|
private movingCallback;
|
|
47
79
|
private readonly rootRef;
|
|
48
80
|
private readonly genuineRef;
|
|
49
|
-
handlePrevClick()
|
|
50
|
-
handleNextClick()
|
|
51
|
-
play()
|
|
52
|
-
stop()
|
|
81
|
+
handlePrevClick: () => void;
|
|
82
|
+
handleNextClick: () => void;
|
|
83
|
+
play: () => void;
|
|
84
|
+
stop: () => void;
|
|
53
85
|
setCurrentSlide(next: number): void;
|
|
54
|
-
handleResize({ bounds }: ContentRect)
|
|
86
|
+
handleResize: ({ bounds }: ContentRect) => void;
|
|
55
87
|
listStyle(): CSSProperties;
|
|
88
|
+
renderNavigationDots: () => import("react/jsx-runtime").JSX.Element | null;
|
|
89
|
+
renderNavigationArrows: () => import("react/jsx-runtime").JSX.Element | null;
|
|
90
|
+
renderSliderItems: () => ("" | 0 | import("react/jsx-runtime").JSX.Element)[] | null | undefined;
|
|
56
91
|
render(): import("react/jsx-runtime").JSX.Element;
|
|
57
92
|
}
|
|
58
93
|
export default Carousel;
|
|
@@ -348,7 +348,6 @@ declare class List<T extends ListData> extends Component<ListProps<T>, ListState
|
|
|
348
348
|
id?: string | undefined;
|
|
349
349
|
lang?: string | undefined;
|
|
350
350
|
nonce?: string | undefined;
|
|
351
|
-
placeholder?: string | undefined;
|
|
352
351
|
slot?: string | undefined;
|
|
353
352
|
spellCheck?: (boolean | "false" | "true") | undefined;
|
|
354
353
|
style?: import("react").CSSProperties | undefined;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { HTMLAttributes, ReactNode } from 'react';
|
|
2
2
|
import { DataAttributes } from '../../utils/types';
|
|
3
3
|
import './Panel.less';
|
|
4
|
-
type PanelProps = {
|
|
4
|
+
export type PanelProps = {
|
|
5
5
|
/**
|
|
6
6
|
* Panel title.
|
|
7
7
|
* @since 0.0.37
|
|
@@ -40,27 +40,10 @@ type PanelProps = {
|
|
|
40
40
|
* @ignore
|
|
41
41
|
*/
|
|
42
42
|
baseClassName?: string;
|
|
43
|
-
} & DataAttributes
|
|
44
|
-
type PanelState = {
|
|
45
|
-
collapsed: boolean;
|
|
46
|
-
prevPropsCollapsed: boolean;
|
|
47
|
-
};
|
|
43
|
+
} & DataAttributes & HTMLAttributes<HTMLDivElement>;
|
|
48
44
|
/**
|
|
49
45
|
* `Panel` component is used for visually grouping some content.
|
|
50
46
|
* @since 0.0.35
|
|
51
47
|
*/
|
|
52
|
-
declare
|
|
53
|
-
static defaultProps: {
|
|
54
|
-
collapsible: boolean;
|
|
55
|
-
collapsed: boolean;
|
|
56
|
-
baseClassName: string;
|
|
57
|
-
};
|
|
58
|
-
constructor(props: PanelProps);
|
|
59
|
-
static getDerivedStateFromProps(props: PanelProps, state: PanelState): {
|
|
60
|
-
collapsed: boolean | undefined;
|
|
61
|
-
prevPropsCollapsed: boolean | undefined;
|
|
62
|
-
} | null;
|
|
63
|
-
handleToggle: (e: SyntheticEvent<HTMLElement, MouseEvent>) => void;
|
|
64
|
-
render(): import("react/jsx-runtime").JSX.Element;
|
|
65
|
-
}
|
|
48
|
+
declare const Panel: ({ baseClassName, className, title, collapsible, collapsed: externalCollapsed, onToggle, children, extra, ...props }: PanelProps) => import("react/jsx-runtime").JSX.Element;
|
|
66
49
|
export default Panel;
|
|
@@ -1,6 +1,7 @@
|
|
|
1
|
-
import { ReactNode, HTMLProps, FunctionComponent } from 'react';
|
|
1
|
+
import { ReactNode, HTMLProps, FunctionComponent, HTMLAttributes } from 'react';
|
|
2
|
+
import { DataAttributes } from '../../utils/types';
|
|
2
3
|
import './Radio.less';
|
|
3
|
-
|
|
4
|
+
type BaseRadioProps = {
|
|
4
5
|
/**
|
|
5
6
|
* Determine whether the `Radio` is checked.
|
|
6
7
|
* @since 3.2.0
|
|
@@ -35,15 +36,12 @@ export type RadioProps = {
|
|
|
35
36
|
* @since 3.2.0
|
|
36
37
|
*/
|
|
37
38
|
inputProps?: HTMLProps<HTMLInputElement>;
|
|
38
|
-
/**
|
|
39
|
-
* @ignore
|
|
40
|
-
*/
|
|
41
|
-
className?: string;
|
|
42
39
|
/**
|
|
43
40
|
* @ignore
|
|
44
41
|
*/
|
|
45
42
|
baseClassName?: string;
|
|
46
43
|
};
|
|
44
|
+
export type RadioProps = BaseRadioProps & DataAttributes & Omit<HTMLAttributes<HTMLLabelElement>, keyof BaseRadioProps>;
|
|
47
45
|
/**
|
|
48
46
|
* `Radio` component is used for making a choice among a set of mutually exclusive, related options.
|
|
49
47
|
* @since 3.2.0
|
|
@@ -99,6 +99,7 @@ export { default as Overlay } from './Overlay';
|
|
|
99
99
|
export { default as PageHeader } from './PageHeader';
|
|
100
100
|
export { default as Pagination } from './Pagination';
|
|
101
101
|
export { default as Panel } from './Panel';
|
|
102
|
+
export type { PanelProps } from './Panel';
|
|
102
103
|
export { default as Paragraph } from './Paragraph';
|
|
103
104
|
export { default as Plaintext } from './Plaintext';
|
|
104
105
|
export type { PlainTextProps } from './Plaintext';
|