@antscorp/antsomi-ui 1.2.3 → 1.2.4
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 +44 -22
- package/README.md +78 -78
- package/dist/1a69688fb6f3d353be6b.png +0 -0
- package/dist/33b65403c460f2d4423b.svg +87 -0
- package/dist/4a824e811d4678e0e3a2.png +0 -0
- package/dist/4f873001a3769df8f982.svg +338 -0
- package/dist/9468534045e0fef49315.png +0 -0
- package/dist/afb8ae1bce88559d24ef.woff +0 -0
- package/dist/bfb9cf6473c43ea3c384.png +0 -0
- package/dist/c74e9d6a9ac4f04cfd3d.png +0 -0
- package/dist/cfed74d00d1032bc5076.ttf +0 -0
- package/dist/d623401497f2714dc96f.eot +0 -0
- package/dist/ff7db9ff05a910761543.png +0 -0
- package/dist/index.js +1 -1
- package/dist/index.js.LICENSE.txt +26 -0
- package/dist/main.css +68 -0
- package/dist/types/components/atoms/Button/Button.d.ts +1 -1
- package/dist/types/components/atoms/Button/Button.stories.d.ts +32 -32
- package/dist/types/components/atoms/Button/__tests__/Button.test.d.ts +1 -1
- package/dist/types/components/atoms/Button/index.d.ts +10 -10
- package/dist/types/components/atoms/Button/test.d.ts +3 -3
- package/dist/types/components/atoms/Checkbox/Checkbox.d.ts +1 -1
- package/dist/types/components/atoms/Checkbox/Checkbox.stories.d.ts +15 -15
- package/dist/types/components/atoms/Checkbox/__tests__/Checkbox.test.d.ts +1 -1
- package/dist/types/components/atoms/Checkbox/index.d.ts +1 -1
- package/dist/types/components/atoms/Divider/Divider.d.ts +1 -1
- package/dist/types/components/atoms/Divider/Divider.stories.d.ts +8 -8
- package/dist/types/components/atoms/Divider/index.d.ts +1 -1
- package/dist/types/components/atoms/Input/Input.d.ts +7 -7
- package/dist/types/components/atoms/Input/Input.stories.d.ts +19 -19
- package/dist/types/components/atoms/Input/__tests__/Input.test.d.ts +1 -1
- package/dist/types/components/atoms/Input/index.d.ts +1 -1
- package/dist/types/components/atoms/InputNumber/InputNumber.d.ts +6 -6
- package/dist/types/components/atoms/InputNumber/InputNumber.stories.d.ts +16 -16
- package/dist/types/components/atoms/InputNumber/__tests__/InputNumber.test.d.ts +1 -1
- package/dist/types/components/atoms/InputNumber/index.d.ts +1 -1
- package/dist/types/components/atoms/Radio/Radio.d.ts +1 -1
- package/dist/types/components/atoms/Radio/index.d.ts +1 -1
- package/dist/types/components/atoms/Space/Space.d.ts +1 -1
- package/dist/types/components/atoms/Space/index.d.ts +1 -1
- package/dist/types/components/atoms/Tag/Tag.d.ts +1 -1
- package/dist/types/components/atoms/Tag/index.d.ts +1 -1
- package/dist/types/components/atoms/Tooltip/Tooltip.d.ts +1 -1
- package/dist/types/components/atoms/Tooltip/index.d.ts +1 -1
- package/dist/types/components/atoms/Typography/Text.d.ts +1 -1
- package/dist/types/components/atoms/Typography/index.d.ts +1 -1
- package/dist/types/components/atoms/index.d.ts +10 -10
- package/dist/types/components/common/ConfigProvider/ConfigProvider.d.ts +10 -10
- package/dist/types/components/common/ConfigProvider/GlobalStyle.d.ts +5 -5
- package/dist/types/components/common/ConfigProvider/index.d.ts +1 -1
- package/dist/types/components/common/index.d.ts +1 -1
- package/dist/types/components/icons/ArrowGrowIcon.d.ts +1 -0
- package/dist/types/components/icons/AudioRecordIcon.d.ts +1 -0
- package/dist/types/components/icons/BugIcon.d.ts +1 -0
- package/dist/types/components/icons/CameraIcon.d.ts +1 -0
- package/dist/types/components/icons/CaptureIcon.d.ts +1 -0
- package/dist/types/components/icons/CheckSlimIcon.d.ts +1 -0
- package/dist/types/components/icons/CloseIcon.d.ts +3 -0
- package/dist/types/components/icons/CommentIcon.d.ts +1 -0
- package/dist/types/components/icons/EventIcon.d.ts +3 -3
- package/dist/types/components/icons/FreeDrawIcon.d.ts +1 -0
- package/dist/types/components/icons/GPTIcon.d.ts +1 -0
- package/dist/types/components/icons/GPTIconV2.d.ts +1 -0
- package/dist/types/components/icons/GPTIconV3.d.ts +1 -0
- package/dist/types/components/icons/HighlightIcon.d.ts +1 -0
- package/dist/types/components/icons/IdeaIcon.d.ts +1 -0
- package/dist/types/components/icons/InvisibleIcon.d.ts +1 -0
- package/dist/types/components/icons/MuteIcon.d.ts +1 -0
- package/dist/types/components/icons/OpenUrlIcon.d.ts +1 -0
- package/dist/types/components/icons/PauseIcon.d.ts +1 -0
- package/dist/types/components/icons/PlaneIcon.d.ts +1 -0
- package/dist/types/components/icons/StopRecordIcon.d.ts +1 -0
- package/dist/types/components/icons/UserIcon.d.ts +1 -0
- package/dist/types/components/icons/VerticalDotsIcon.d.ts +1 -0
- package/dist/types/components/icons/WarningIcon.d.ts +1 -0
- package/dist/types/components/icons/index.d.ts +24 -1
- package/dist/types/components/index.d.ts +4 -4
- package/dist/types/components/molecules/Alert/Alert.d.ts +1 -1
- package/dist/types/components/molecules/Alert/index.d.ts +1 -1
- package/dist/types/components/molecules/CaptureScreen/CaptureScreen.d.ts +11 -0
- package/dist/types/components/molecules/CaptureScreen/CaptureScreen.stories.d.ts +21 -0
- package/dist/types/components/molecules/CaptureScreen/components/CommentBox/CommentBox.d.ts +16 -0
- package/dist/types/components/molecules/CaptureScreen/components/CommentBox/index.d.ts +1 -0
- package/dist/types/components/molecules/CaptureScreen/components/CommentBox/styled.d.ts +12 -0
- package/dist/types/components/molecules/CaptureScreen/components/CommentBox/types.d.ts +15 -0
- package/dist/types/components/molecules/CaptureScreen/components/Cursor/Cursor.d.ts +3 -0
- package/dist/types/components/molecules/CaptureScreen/components/Cursor/index.d.ts +1 -0
- package/dist/types/components/molecules/CaptureScreen/components/Cursor/styled.d.ts +7 -0
- package/dist/types/components/molecules/CaptureScreen/components/Cursor/types.d.ts +10 -0
- package/dist/types/components/molecules/CaptureScreen/constants.d.ts +35 -0
- package/dist/types/components/molecules/CaptureScreen/hooks/useImageEditor.d.ts +5 -0
- package/dist/types/components/molecules/CaptureScreen/index.d.ts +1 -0
- package/dist/types/components/molecules/CaptureScreen/styled.d.ts +26 -0
- package/dist/types/components/molecules/CaptureScreen/themes/black.d.ts +54 -0
- package/dist/types/components/molecules/CaptureScreen/themes/white.d.ts +54 -0
- package/dist/types/components/molecules/CaptureScreen/types.d.ts +102 -0
- package/dist/types/components/molecules/CaptureScreen/utils.d.ts +13 -0
- package/dist/types/components/molecules/Cascader/Cascader.d.ts +1 -1
- package/dist/types/components/molecules/Cascader/index.d.ts +1 -1
- package/dist/types/components/molecules/ChatBox/ChatBox.d.ts +4 -0
- package/dist/types/components/molecules/ChatBox/ChatBox.stories.d.ts +0 -0
- package/dist/types/components/molecules/ChatBox/ask.d.ts +3 -0
- package/dist/types/components/molecules/ChatBox/constants.d.ts +6 -0
- package/dist/types/components/molecules/ChatBox/index.d.ts +1 -0
- package/dist/types/components/molecules/ChatBox/styled.d.ts +10 -0
- package/dist/types/components/molecules/ChatBox/types.d.ts +29 -0
- package/dist/types/components/molecules/ChatBox/utils.d.ts +0 -0
- package/dist/types/components/molecules/DatePicker/DatePicker.d.ts +8 -8
- package/dist/types/components/molecules/DatePicker/DatePicker.stories.d.ts +4 -4
- package/dist/types/components/molecules/DatePicker/components/AdvancedPicker/AdvancedPicker.d.ts +28 -28
- package/dist/types/components/molecules/DatePicker/components/AdvancedPicker/AdvancedPicker.stories.d.ts +5 -5
- package/dist/types/components/molecules/DatePicker/components/AdvancedPicker/constants.d.ts +53 -53
- package/dist/types/components/molecules/DatePicker/components/AdvancedPicker/index.d.ts +3 -3
- package/dist/types/components/molecules/DatePicker/components/AdvancedPicker/styled.d.ts +7 -7
- package/dist/types/components/molecules/DatePicker/components/AdvancedPicker/types.d.ts +14 -14
- package/dist/types/components/molecules/DatePicker/components/AdvancedPicker/utils.d.ts +15 -15
- package/dist/types/components/molecules/DatePicker/components/AdvancedRangePicker/AdvancedRangePicker.d.ts +15 -15
- package/dist/types/components/molecules/DatePicker/components/AdvancedRangePicker/AdvancedRangePicker.stories.d.ts +9 -9
- package/dist/types/components/molecules/DatePicker/components/AdvancedRangePicker/constants.d.ts +4 -4
- package/dist/types/components/molecules/DatePicker/components/AdvancedRangePicker/index.d.ts +2 -2
- package/dist/types/components/molecules/DatePicker/components/AdvancedRangePicker/types.d.ts +17 -17
- package/dist/types/components/molecules/DatePicker/index.d.ts +3 -3
- package/dist/types/components/molecules/Dropdown/Dropdown.d.ts +1 -1
- package/dist/types/components/molecules/Dropdown/index.d.ts +1 -1
- package/dist/types/components/molecules/Modal/Modal.d.ts +1 -1
- package/dist/types/components/molecules/Modal/index.d.ts +1 -1
- package/dist/types/components/molecules/PopupDraggable/PopupDraggable.d.ts +6 -0
- package/dist/types/components/molecules/PopupDraggable/index.d.ts +1 -0
- package/dist/types/components/molecules/PopupDraggable/styled.d.ts +4 -0
- package/dist/types/components/molecules/PopupDraggable/types.d.ts +12 -0
- package/dist/types/components/molecules/Select/Select.d.ts +15 -15
- package/dist/types/components/molecules/Select/Select.stories.d.ts +28 -28
- package/dist/types/components/molecules/Select/Test.d.ts +3 -3
- package/dist/types/components/molecules/Select/index.d.ts +2 -2
- package/dist/types/components/molecules/Select/styled.d.ts +4 -4
- package/dist/types/components/molecules/Tabs/Tabs.d.ts +1 -0
- package/dist/types/components/molecules/Tabs/index.d.ts +1 -0
- package/dist/types/components/molecules/index.d.ts +11 -7
- package/dist/types/components/organism/Help/Help.d.ts +5 -0
- package/dist/types/components/organism/Help/constants.d.ts +138 -0
- package/dist/types/components/organism/Help/index.d.ts +1 -0
- package/dist/types/components/organism/Help/styled.d.ts +78 -0
- package/dist/types/components/organism/Help/types.d.ts +65 -0
- package/dist/types/components/organism/Help/utils.d.ts +14 -0
- package/dist/types/components/organism/Table/CrossTabTable/CrossTabTable.d.ts +18 -0
- package/dist/types/components/organism/Table/CrossTabTable/components/CustomCell/CustomCell.d.ts +11 -0
- package/dist/types/components/organism/Table/CrossTabTable/components/CustomCell/index.d.ts +0 -0
- package/dist/types/components/organism/Table/CrossTabTable/components/CustomCell/styled.d.ts +1 -0
- package/dist/types/components/organism/Table/CrossTabTable/constants.d.ts +75 -0
- package/dist/types/components/organism/Table/CrossTabTable/index.d.ts +1 -0
- package/dist/types/components/organism/Table/CrossTabTable/styled.d.ts +1 -0
- package/dist/types/components/organism/Table/CrossTabTable/types.d.ts +1 -0
- package/dist/types/components/organism/Table/CrossTabTable/utils.d.ts +1 -0
- package/dist/types/components/organism/Table/ExplorePivotTable/ExplorePivotTable.d.ts +11 -0
- package/dist/types/components/organism/Table/ExplorePivotTable/components/CustomCell/CustomCell.d.ts +12 -0
- package/dist/types/components/organism/Table/ExplorePivotTable/components/CustomCell/index.d.ts +1 -0
- package/dist/types/components/organism/Table/ExplorePivotTable/components/CustomCell/styled.d.ts +3 -0
- package/dist/types/components/organism/Table/ExplorePivotTable/constants.d.ts +4 -0
- package/dist/types/components/organism/Table/ExplorePivotTable/index.d.ts +2 -0
- package/dist/types/components/organism/Table/ExplorePivotTable/styled.d.ts +11 -0
- package/dist/types/components/organism/Table/ExplorePivotTable/types.d.ts +17 -0
- package/dist/types/components/organism/Table/ExplorePivotTable/utils.d.ts +4 -0
- package/dist/types/components/organism/Table/Table.d.ts +1 -1
- package/dist/types/components/organism/Table/index.d.ts +1 -1
- package/dist/types/components/organism/index.d.ts +2 -1
- package/dist/types/constants/index.d.ts +1 -1
- package/dist/types/constants/theme.d.ts +12 -12
- package/dist/types/hooks/index.d.ts +2 -2
- package/dist/types/hooks/useDebounce.d.ts +3 -0
- package/dist/types/index.d.ts +1 -1
- package/dist/types/locales/i18n.d.ts +73 -73
- package/dist/types/locales/translations.d.ts +37 -37
- package/dist/types/locales/types.d.ts +15 -15
- package/dist/types/services/Ticket.d.ts +67 -0
- package/dist/types/services/constants.d.ts +20 -0
- package/dist/types/test.d.ts +3 -3
- package/dist/types/types/index.d.ts +6 -6
- package/dist/types/utils/color.d.ts +9 -0
- package/dist/types/utils/common.d.ts +46 -8
- package/dist/types/utils/handleError.d.ts +2 -2
- package/dist/types/utils/index.d.ts +3 -0
- package/package.json +131 -122
- package/dist/types/components/molecules/CustomComponent/CustomComponent.d.ts +0 -2
- package/dist/types/components/molecules/CustomComponent/index.d.ts +0 -1
|
@@ -4,8 +4,34 @@
|
|
|
4
4
|
http://jedwatson.github.io/classnames
|
|
5
5
|
*/
|
|
6
6
|
|
|
7
|
+
/*!
|
|
8
|
+
* @copyright Copyright (c) 2017 IcoMoon.io
|
|
9
|
+
* @license Licensed under MIT license
|
|
10
|
+
* See https://github.com/Keyamoon/svgxuse
|
|
11
|
+
* @version 1.2.6
|
|
12
|
+
*/
|
|
13
|
+
|
|
14
|
+
/*!
|
|
15
|
+
* TOAST UI ImageEditor
|
|
16
|
+
* @version 1.0.1
|
|
17
|
+
* @license MIT
|
|
18
|
+
*/
|
|
19
|
+
|
|
20
|
+
/*! @source http://purl.eligrey.com/github/classList.js/blob/master/classList.js */
|
|
21
|
+
|
|
22
|
+
/*! Fabric.js Copyright 2008-2015, Printio (Juriy Zaytsev, Maxim Chernyak) */
|
|
23
|
+
|
|
7
24
|
/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */
|
|
8
25
|
|
|
26
|
+
/**
|
|
27
|
+
* @license
|
|
28
|
+
* Lodash <https://lodash.com/>
|
|
29
|
+
* Copyright OpenJS Foundation and other contributors <https://openjsf.org/>
|
|
30
|
+
* Released under MIT license <https://lodash.com/license>
|
|
31
|
+
* Based on Underscore.js 1.8.3 <http://underscorejs.org/LICENSE>
|
|
32
|
+
* Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
|
|
33
|
+
*/
|
|
34
|
+
|
|
9
35
|
/** @license React v16.13.1
|
|
10
36
|
* react-is.production.min.js
|
|
11
37
|
*
|
package/dist/main.css
ADDED
|
@@ -0,0 +1,68 @@
|
|
|
1
|
+
.chat{display:flex;flex-direction:column;height:100%;padding:2rem;border-radius:1rem;border:1px solid #ddd;box-shadow:0 4px 6px rgba(49,54,68,.05),0 5px 20px rgba(49,54,68,.08)}.logs{flex:1;overflow-y:auto;margin-bottom:1rem}.log{gap:.4rem;display:flex;flex-direction:column}@keyframes blink{to{visibility:hidden}}.streaming>div{white-space:pre-wrap}.streaming>div>:not(ol):not(ul):not(pre):last-child:after,.streaming>div>ol:last-child li:last-child:after,.streaming>div>pre:last-child code:after,.streaming>div>ul:last-child li:last-child:after{-webkit-animation:blink 1s steps(5, start) infinite;animation:blink 1s steps(5, start) infinite;content:"▋";margin-left:.25rem;vertical-align:baseline}
|
|
2
|
+
.react-resizable {
|
|
3
|
+
position: relative;
|
|
4
|
+
}
|
|
5
|
+
.react-resizable-handle {
|
|
6
|
+
position: absolute;
|
|
7
|
+
width: 20px;
|
|
8
|
+
height: 20px;
|
|
9
|
+
background-repeat: no-repeat;
|
|
10
|
+
background-origin: content-box;
|
|
11
|
+
box-sizing: border-box;
|
|
12
|
+
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2IDYiIHN0eWxlPSJiYWNrZ3JvdW5kLWNvbG9yOiNmZmZmZmYwMCIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI2cHgiIGhlaWdodD0iNnB4Ij48ZyBvcGFjaXR5PSIwLjMwMiI+PHBhdGggZD0iTSA2IDYgTCAwIDYgTCAwIDQuMiBMIDQgNC4yIEwgNC4yIDQuMiBMIDQuMiAwIEwgNiAwIEwgNiA2IEwgNiA2IFoiIGZpbGw9IiMwMDAwMDAiLz48L2c+PC9zdmc+);
|
|
13
|
+
background-position: bottom right;
|
|
14
|
+
padding: 0 3px 3px 0;
|
|
15
|
+
}
|
|
16
|
+
.react-resizable-handle-sw {
|
|
17
|
+
bottom: 0;
|
|
18
|
+
left: 0;
|
|
19
|
+
cursor: sw-resize;
|
|
20
|
+
transform: rotate(90deg);
|
|
21
|
+
}
|
|
22
|
+
.react-resizable-handle-se {
|
|
23
|
+
bottom: 0;
|
|
24
|
+
right: 0;
|
|
25
|
+
cursor: se-resize;
|
|
26
|
+
}
|
|
27
|
+
.react-resizable-handle-nw {
|
|
28
|
+
top: 0;
|
|
29
|
+
left: 0;
|
|
30
|
+
cursor: nw-resize;
|
|
31
|
+
transform: rotate(180deg);
|
|
32
|
+
}
|
|
33
|
+
.react-resizable-handle-ne {
|
|
34
|
+
top: 0;
|
|
35
|
+
right: 0;
|
|
36
|
+
cursor: ne-resize;
|
|
37
|
+
transform: rotate(270deg);
|
|
38
|
+
}
|
|
39
|
+
.react-resizable-handle-w,
|
|
40
|
+
.react-resizable-handle-e {
|
|
41
|
+
top: 50%;
|
|
42
|
+
margin-top: -10px;
|
|
43
|
+
cursor: ew-resize;
|
|
44
|
+
}
|
|
45
|
+
.react-resizable-handle-w {
|
|
46
|
+
left: 0;
|
|
47
|
+
transform: rotate(135deg);
|
|
48
|
+
}
|
|
49
|
+
.react-resizable-handle-e {
|
|
50
|
+
right: 0;
|
|
51
|
+
transform: rotate(315deg);
|
|
52
|
+
}
|
|
53
|
+
.react-resizable-handle-n,
|
|
54
|
+
.react-resizable-handle-s {
|
|
55
|
+
left: 50%;
|
|
56
|
+
margin-left: -10px;
|
|
57
|
+
cursor: ns-resize;
|
|
58
|
+
}
|
|
59
|
+
.react-resizable-handle-n {
|
|
60
|
+
top: 0;
|
|
61
|
+
transform: rotate(225deg);
|
|
62
|
+
}
|
|
63
|
+
.react-resizable-handle-s {
|
|
64
|
+
bottom: 0;
|
|
65
|
+
transform: rotate(45deg);
|
|
66
|
+
}
|
|
67
|
+
@font-face{font-family:"icon-ants";src:url(d623401497f2714dc96f.eot);src:url(d623401497f2714dc96f.eot#iefix) format("embedded-opentype"),url(cfed74d00d1032bc5076.ttf) format("truetype"),url(afb8ae1bce88559d24ef.woff) format("woff"),url(4f873001a3769df8f982.svg#icon-ants) format("svg");font-weight:normal;font-style:normal;font-display:block}[class^=icon-ants-],[class*=icon-ants-]{font-family:"icon-ants" !important;speak:never;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.ants-icon-ants-toggle-on-3U5NW:before{content:""}.ants-icon-ants-data-array-3y_ha:before{content:""}.ants-icon-ants-save-2-1ICCx:before{content:""}.ants-icon-ants-more-horiz-1I87w:before{content:""}.ants-icon-ants-outline-delete-3gq1a:before{content:""}.ants-icon-ants-copy-url-u2OGn:before{content:""}.ants-icon-ants-data-object-2bjH5:before{content:""}.ants-icon-ants-dynamic-form-K7B7m:before{content:""}.ants-icon-ants-index-PsASX:before{content:""}.ants-icon-ants-unsubscribe-3Rl8S:before{content:""}.ants-icon-ants-badge-3M9oq::before{content:""}.ants-icon-ants-help-1u5pz:before{content:""}.ants-icon-ants-box-outline-3Svk2:before{content:""}.ants-icon-ants-folder-va7Rq:before{content:""}.ants-icon-ants-slide-show-1XBV0:before{content:""}.ants-icon-ants-visibility-2HR_C:before{content:""}.ants-icon-ants-visibility-off-1Krh3:before{content:""}.ants-icon-ants-layers-3ECzr:before{content:""}.ants-icon-ants-library-add-cCir8:before{content:""}.ants-icon-ants-unfold-more-1DkDF:before{content:""}.ants-icon-ants-email-3kJ0-:before{content:""}.ants-icon-ants-person-sXUxN:before{content:""}.ants-icon-ants-phone-android-21jy7:before{content:""}.ants-icon-ants-privacy-tip-ESzqa:before{content:""}.ants-icon-ants-remove-bold-1CQqu:before{content:""}.ants-icon-ants-remove-light-2egsx:before{content:""}.ants-icon-ants-yesno-button-hZZyD:before{content:""}.ants-icon-ants-palette-1EpZv:before{content:""}.ants-icon-ants-home-wgL-E:before{content:""}.ants-icon-ants-font-weight-20a9B:before{content:""}.ants-icon-ants-letter-spacing-2ri1r:before{content:""}.ants-icon-ants-material-format-bold-3JbbI:before{content:""}.ants-icon-ants-material-format-clear-hBgaq:before{content:""}.ants-icon-ants-material-format-indent-decrease-3ciMf:before{content:""}.ants-icon-ants-material-format-indent-increase-FtB3Y:before{content:""}.ants-icon-ants-material-format-italic-247Ug:before{content:""}.ants-icon-ants-material-format-line-spacing-kziLO:before{content:""}.ants-icon-ants-material-format-strikethrough-2baAq:before{content:""}.ants-icon-ants-material-format-underline-3o7RR:before{content:""}.ants-icon-ants-material-outline-border-color-2DSN3:before{content:""}.ants-icon-ants-material-outline-link-EGDf0:before{content:""}.ants-icon-ants-material-redo-2Gw5u:before{content:""}.ants-icon-ants-material-select-all-2JD60:before{content:""}.ants-icon-ants-material-subscript-1OINx:before{content:""}.ants-icon-ants-material-superscript-1AdzC:before{content:""}.ants-icon-ants-material-undo-3z4x-:before{content:""}.ants-icon-ants-merge-tags-3n-sL:before{content:""}.ants-icon-ants-text-color-1DjwN:before{content:""}.ants-icon-ants-text-transform-VhXRx:before{content:""}.ants-icon-ants-align-right-Lnbk-:before{content:"🔜"}.ants-icon-ants-align-left-28fyo:before{content:"🔙"}.ants-icon-ants-align-center-2jx5m:before{content:"🔛"}.ants-icon-ants-add-data-3ZXeG:before{content:"∏"}.ants-icon-ants-add-column-OUVJ7:before{content:"∐"}.ants-icon-ants-aggregate-3jeAp:before{content:"∑"}.ants-icon-ants-angle-down-2ee05:before{content:"∨"}.ants-icon-ants-add-square-1qKub:before{content:"⊞"}.ants-icon-ants-minus-square-2r1I6:before{content:"⊟"}.ants-icon-ants-invisible-2b3wK:before{content:"⌀"}.ants-icon-ants-branch-urE0x:before{content:"⌥"}.ants-icon-ants-wheel-2ZUzE:before{content:"⌬"}.ants-icon-ants-straight-line-V4AEK:before{content:"⎸"}.ants-icon-ants-heat-map-1V7Bu:before{content:"⏣"}.ants-icon-ants-edit-2-3123M:before{content:"⏦"}.ants-icon-ants-caret-left-FtrYq:before{content:"⏴"}.ants-icon-ants-caret-right-327xL:before{content:"⏵"}.ants-icon-ants-caret-up-1QNKC:before{content:"⏶"}.ants-icon-ants-caret-down-2QhEs:before{content:"⏷"}.ants-icon-ants-black-square-1Kf4s:before{content:"■"}.ants-icon-ants-square-outline-1TCpB:before{content:"▢"}.ants-icon-ants-select-column-121Ct:before{content:"▥"}.ants-icon-ants-delta-2zMC6:before{content:"△"}.ants-icon-ants-inner-join-6D9Ga:before{content:"◉"}.ants-icon-ants-full-join-2VTGm:before{content:"●"}.ants-icon-ants-left-join-c8Ncu:before{content:"◐"}.ants-icon-ants-right-join-1a_0G:before{content:"◑"}.ants-icon-ants-info-outline-1ZlH8:before{content:"◯"}.ants-icon-ants-five-dots-3Uh7e:before{content:"☀"}.ants-icon-ants-bars-1lb_6:before{content:"☰"}.ants-icon-ants-double-four-dots-3PVOr:before{content:"☶"}.ants-icon-ants-double-three-dots-1CFNL:before{content:"☷"}.ants-icon-ants-hyperlink-1yP7r:before{content:"♾"}.ants-icon-ants-line-chart-3c-IA:before{content:"⚋"}.ants-icon-ants-stacked-bar-chart-jXeze:before{content:"⚍"}.ants-icon-ants-danger-3q-eP:before{content:"⚠"}.ants-icon-ants-trigger-15YfO:before{content:"⚡"}.ants-icon-ants-warning-circle-X93Il:before{content:"⚫"}.ants-icon-ants-remove-circle-3OwxP:before{content:"⛒"}.ants-icon-ants-trash-3x-6-:before{content:"✁"}.ants-icon-ants-check-small-1S0YT:before{content:"✔"}.ants-icon-ants-add-2tBly:before{content:"✚"}.ants-icon-ants-plus-square-24Z-T:before{content:"✢"}.ants-icon-ants-play-circle-Z7z7m:before{content:"✪"}.ants-icon-ants-fullscreen-exit-SH5Zl:before{content:"✳"}.ants-icon-ants-input-box-G4YIc:before{content:"❌"}.ants-icon-ants-sunburst-chart-2WquP:before{content:"❦"}.ants-icon-ants-angle-left-Wnw6b:before{content:"❬"}.ants-icon-ants-angle-right1-34oVz:before{content:"❭"}.ants-icon-ants-step-backward-1zylL:before{content:"❰"}.ants-icon-ants-step-forward-2K6EF:before{content:"❱"}.ants-icon-ants-boolean-8_pjd:before{content:"➴"}.ants-icon-ants-array-string-1x-ML:before{content:"➵"}.ants-icon-ants-array-number-2Z5wn:before{content:"➶"}.ants-icon-ants-array-datetime-1otvr:before{content:"➷"}.ants-icon-ants-refresh-1OenU:before{content:"⟳"}.ants-icon-ants-undo1-3723k:before{content:"⟵"}.ants-icon-ants-redo-10Ru1:before{content:"⟶"}.ants-icon-ants-back-1ACfX:before{content:"⤀"}.ants-icon-ants-front-2wbSJ:before{content:"⤁"}.ants-icon-ants-send-to-back-12xno:before{content:"⤂"}.ants-icon-ants-bring-to-front-26jMT:before{content:"⤃"}.ants-icon-ants-upload-n8_wy:before{content:"⤒"}.ants-icon-ants-download-1b8Ts:before{content:"⤓"}.ants-icon-ants-join-2cz8a:before{content:"⥁"}.ants-icon-ants-html-aK31g:before{content:"⥎"}.ants-icon-ants-long-arrow-down-3TmXZ:before{content:"⬇"}.ants-icon-ants-line-diamond-Kkv0i:before{content:"⬨"}.ants-icon-ants-line-circle-38Qje:before{content:"⬭"}.ants-icon-ants-line-none-27Zzw:before{content:"⭖"}.ants-icon-ants-arrow-line-2q0PM:before{content:"⭨"}.ants-icon-ants-line-pointer-z_OaF:before{content:"⭲"}.ants-icon-ants-expand-2stSX:before{content:"⭿"}.ants-icon-ants-collapse-xkJEU:before{content:"⮀"}.ants-icon-ants-curved-connector-3-Zvr:before{content:"⮍"}.ants-icon-ants-double-arrow-up-1jqgU:before{content:"⮙"}.ants-icon-ants-123-hDbYh:before{content:"⮚"}.ants-icon-ants-exit-1OR8E:before{content:"⮡"}.ants-icon-ants-elbow-connector-2WUZP:before{content:"⮢"}.ants-icon-ants-undo-2-1VNzJ:before{content:"⮪"}.ants-icon-ants-redo-2-1uGdq:before{content:"⮫"}.ants-icon-ants-info-without-circle-rirId:before{content:"⮸"}.ants-icon-ants-tab-group-3Tf1A:before{content:"⯍"}.ants-icon-ants-slide-group-3EUrR:before{content:"⯎"}.ants-icon-ants-three-dot-vertical-vxfm3:before{content:""}.ants-icon-ants-sync-w4uCN:before{content:""}.ants-icon-ants-expand-more-2xVf9:before{content:""}.ants-icon-ants-settings-24NAy:before{content:""}.ants-icon-ants-divider-32yvX:before{content:"⏛"}.ants-icon-ants-browser-chrome-34MTD:before{content:""}.ants-icon-ants-browser-safari-1tnqZ:before{content:""}.ants-icon-ants-browser-firefox-2AyMz:before{content:""}.ants-icon-ants-browser-coccoc-3qaVW:before{content:""}.ants-icon-ants-browser-edge-3hk9H:before{content:""}.ants-icon-ants-os-linux-2HT4p:before{content:""}.ants-icon-ants-os-ios-1HEs5:before{content:""}.ants-icon-ants-os-windows-1WWhY:before{content:""}.ants-icon-ants-os-ubuntu-iQKqC:before{content:""}.ants-icon-ants-sql-9zGfl:before{content:""}.ants-icon-ants-os-android-tK0M1:before{content:""}.ants-icon-ants-fixed-size-25BO4:before{content:""}.ants-icon-ants-date-range-control-4SyIo:before{content:""}.ants-icon-ants-uniE90D-1vD4W:before{content:""}.ants-icon-ants-uniE90E-2OQFa:before{content:""}.ants-icon-ants-uniE90F-29DbV:before{content:""}.ants-icon-ants-browser-brave-1c3sb:before{content:""}.ants-icon-ants-grid-view-thumbnail-1Pswk:before{content:""}.ants-icon-ants-browser-ie-2w2eH:before{content:""}.ants-icon-ants-os-macos-24Qqn:before{content:""}.ants-icon-ants-edit-6K4k7:before{content:""}.ants-icon-ants-browser-opera-239-7:before{content:""}.ants-icon-ants-browser-uc-16dQ4:before{content:""}.ants-icon-ants-browser-vivaldi-2HZDz:before{content:""}.ants-icon-ants-sort-view-FUuc6:before{content:""}.ants-icon-ants-restore-1qyHB:before{content:""}.ants-icon-ants-empty-flag-2Qrug:before{content:""}.ants-icon-ants-filter-slim-3WzIZ:before{content:""}.ants-icon-ants-first-page-yEhF5:before{content:""}.ants-icon-ants-last-page-DlJ9R:before{content:""}.ants-icon-ants-remove-trash-19I8Y:before{content:""}.ants-icon-ants-save-1qMx-:before{content:""}.ants-icon-ants-list-view-3egPs:before{content:""}.ants-icon-ants-grid-view-1ZDe0:before{content:""}.ants-icon-ants-download-file-2zx-T:before{content:""}.ants-icon-ants-column-1npDA:before{content:""}.ants-icon-ants-plus-slim-2b2Tw:before{content:""}.ants-icon-ants-remove-slim-3sh7u:before{content:""}.ants-icon-ants-circle-outline-bold-26hvc:before{content:""}.ants-icon-ants-flask-d29SR:before{content:""}.ants-icon-ants-material-outline-code-3mlo8:before{content:""}.ants-icon-ants-material-outline-content-copy-2Z1X9:before{content:""}.ants-icon-ants-material-outline-save-1PZ4P:before{content:""}.ants-icon-ants-material-done-1CYYo:before{content:""}.ants-icon-ants-material-outline-remove-circle-3kGkz:before{content:""}.ants-icon-ants-material-play-arrow-1Atk2:before{content:""}.ants-icon-ants-emoji-vLT2q:before{content:""}.ants-icon-ants-image-3-1rQLL:before{content:""}.ants-icon-ants-video-1f7LC:before{content:""}.ants-icon-ants-spacer-1vsaM:before{content:""}.ants-icon-ants-button-2PquK:before{content:""}.ants-icon-ants-text-2-SyRXf:before{content:""}.ants-icon-ants-column-2-i1YzM:before{content:""}.ants-icon-ants-optin-fields-VKxxj:before{content:""}.ants-icon-ants-minus-1TC4O:before{content:""}.ants-icon-ants-traffic-1pB6s:before{content:""}.ants-icon-ants-clock-twinkle-3geId:before{content:""}.ants-icon-ants-arrow-alt-down-2_llt:before{content:""}.ants-icon-ants-arrow-alt-up-2gi1K:before{content:""}.ants-icon-ants-clock-error-1IFuS:before{content:""}.ants-icon-ants-star-1yZ0W:before{content:""}.ants-icon-ants-pie-chart-xq9tF:before{content:"🌀"}.ants-icon-ants-picture-1zm2K:before{content:"🌄"}.ants-icon-ants-leapfrogging-1ohOC:before{content:"🌊"}.ants-icon-ants-area-chart-1DWPC:before{content:"🌋"}.ants-icon-ants-image-2-3rish:before{content:"🌌"}.ants-icon-ants-earth-25sya:before{content:"🌍"}.ants-icon-ants-geo-map-Dfe35:before{content:"🌎"}.ants-icon-ants-arrow-down-x0Bx-:before{content:"🌏"}.ants-icon-ants-circle-outline-3EKv6:before{content:"🌕"}.ants-icon-ants-switch-side-panel-3Rg6N:before{content:"🌗"}.ants-icon-ants-switch-side-panel1-2-3ER:before{content:"🌘"}.ants-icon-ants-arrow-up-3GErA:before{content:"🌚"}.ants-icon-ants-upload-cloud-30YfI:before{content:"🌥"}.ants-icon-ants-angle-right-11VUK:before{content:"🌶"}.ants-icon-ants-advanced-filter-32KwS:before{content:"🌷"}.ants-icon-ants-slider-3PxkX:before{content:"🌸"}.ants-icon-ants-slider-metric-1cFcc:before{content:"⭈"}.ants-icon-ants-coding-2uz_h:before{content:"🌻"}.ants-icon-ants-dropdown-list-1Vs46:before{content:"🍀"}.ants-icon-ants-list-view-thumbnail-2t8t_:before{content:"🍬"}.ants-icon-ants-tv-1uV5a:before{content:"🎰"}.ants-icon-ants-bullet-chart-1vQ3T:before{content:"🎹"}.ants-icon-ants-minus-square-outlined-IlBGH:before{content:"🏌"}.ants-icon-ants-force-run-bu6fn:before{content:"🏗"}.ants-icon-ants-chart-setting-XxIDl:before{content:"🏮"}.ants-icon-ants-flag-10RkQ:before{content:"🏴"}.ants-icon-ants-copy-report-1xI7f:before{content:"🏻"}.ants-icon-ants-table-vertical-bqKlM:before{content:"🏽"}.ants-icon-ants-db-oracle-2P_tI:before{content:"🏾"}.ants-icon-ants-multi-monitor-WjNDB:before{content:"🐅"}.ants-icon-ants-laptop-1hgtf:before{content:"🐲"}.ants-icon-ants-undo-2Y4lZ:before{content:"👥"}.ants-icon-ants-user-22e8e:before{content:"👦"}.ants-icon-ants-uni1F4A1-2Ugtu:before{content:"💡"}.ants-icon-ants-uni1F4A2-3lMq8:before{content:"💢"}.ants-icon-ants-icon-scorecard-2xuvM:before{content:"💣"}.ants-icon-ants-scorecard--nXn6:before{content:"💦"}.ants-icon-ants-share-1YEv1:before{content:"💱"}.ants-icon-ants-phone-laptop-2gifk:before{content:"💼"}.ants-icon-ants-floppy-disk-35DZi:before{content:"💾"}.ants-icon-ants-note-310lI:before{content:"📄"}.ants-icon-ants-calendar-PnJpH:before{content:"📅"}.ants-icon-ants-calendar-small-j8-3V:before{content:"📆"}.ants-icon-ants-pivot-chart-c7ceD:before{content:"📈"}.ants-icon-ants-scatter-chart-L4ore:before{content:"📉"}.ants-icon-ants-bar-3l791:before{content:"📊"}.ants-icon-ants-table-2WQMk:before{content:"📋"}.ants-icon-ants-bar-chart-28uu-:before{content:"📌"}.ants-icon-ants-tree-map-38aC5:before{content:"📐"}.ants-icon-ants-delete-1-oKC:before{content:"📛"}.ants-icon-ants-info-ugHUP:before{content:"📢"}.ants-icon-ants-phone-1NPPC:before{content:"📱"}.ants-icon-ants-smart-phone-2ysI8:before{content:"📲"}.ants-icon-ants-angle-up-1QrXb:before{content:"📴"}.ants-icon-ants-photo-camera-2SzZM:before{content:"📷"}.ants-icon-ants-search-2-1OA_7:before{content:"🔍"}.ants-icon-ants-padlock-1MeCY:before{content:"🔒"}.ants-icon-ants-open-in-new-window-3ujNH:before{content:"🔓"}.ants-icon-ants-crop-1hyD6:before{content:"🔨"}.ants-icon-ants-filter-2qpiB:before{content:"🔻"}.ants-icon-ants-plus-circle-258NB:before{content:"🕀"}.ants-icon-ants-clock-cY94q:before{content:"🕔"}.ants-icon-ants-delay-1L6b0:before{content:"🕘"}.ants-icon-ants-history-2l6gu:before{content:"🕝"}.ants-icon-ants-version-history-3Ykqe:before{content:"🕤"}.ants-icon-ants-academy-3miAH:before{content:"🕮"}.ants-icon-ants-search-gOZM9:before{content:"🕵"}.ants-icon-ants-view-_Bp8m:before{content:"🕶"}.ants-icon-ants-eye-2GM2Z:before{content:"🕷"}.ants-icon-ants-share1-UZphz:before{content:"🕸"}.ants-icon-ants-cursor-eEPkR:before{content:"🖉"}.ants-icon-ants-uni1F59F-3Tu_t:before{content:"🖟"}.ants-icon-ants-uni1F5A0-3xkJm:before{content:"🖠"}.ants-icon-ants-sort-1mSmR:before{content:"🖡"}.ants-icon-ants-keyboard-2MWQh:before{content:"🖮"}.ants-icon-ants-desktop-kNqx-:before{content:"🖳"}.ants-icon-ants-diagram-2jIcB:before{content:"🖽"}.ants-icon-ants-enrol-17aJK:before{content:"🗇"}.ants-icon-ants-csv-29vT8:before{content:"🗍"}.ants-icon-ants-txt-3QyQo:before{content:"🗎"}.ants-icon-ants-xls-10B7X:before{content:"🗏"}.ants-icon-ants-xlsx-t7kX-:before{content:"🗐"}.ants-icon-ants-image-2lr14:before{content:"🗔"}.ants-icon-ants-full-screen-1lrPI:before{content:"🗖"}.ants-icon-ants-text-3JBnh:before{content:"🗚"}.ants-icon-ants-exclamation-1_ZY1:before{content:"🗡"}.ants-icon-ants-ABC-1Slbh:before{content:"🗳"}.ants-icon-ants-expand-icon-show-bF9fw:before{content:"🗴"}.ants-icon-ants-remove-3bPWS:before{content:"🗵"}.ants-icon-ants-check-Erowy:before{content:"🗸"}.ants-icon-ants-calendar-v2-18eV7:before{content:"🗺"}.ants-icon-ants-plus-square-outlined-27R7O:before{content:"🗾"}.ants-icon-ants-disapprove-2r-w-:before{content:"🚫"}.ants-icon-ants-send-3YThf:before{content:"🛧"}.ants-icon-ants-expand-icon-hide-3aRcI:before{content:"🛳"}.ants-icon-ants-material-outline-manage-search-3eof8:before{content:"🛴"}.ants-icon-ants-minus-slim-X4_dC:before{content:"🛶"}.ants-icon-ants-hyperlink-off-3BbfR:before{content:""}.ants-icon-ants-material-drive-file-rename-outline-TtSNX:before{content:""}.ants-icon-ants-arrow-up-square-2QeRJ:before{content:""}.ants-icon-ants-trash-outline-1ks_Y:before{content:""}.ants-icon-ants-move-to-top-3k2Tv:before{content:""}.ants-icon-ants-section-1gpM6:before{content:""}.ants-icon-ants-pencil-1wOcU:before{content:""}.ants-icon-ants-page-uZs-P:before{content:""}.ants-icon-ants-arrow-down-square-Ns5ew:before{content:""}.ants-icon-ants-move-to-bottom-3KPVI:before{content:""}.ants-icon-ants-navigation-top-left-3eCeO:before{content:""}.ants-icon-ants-navigation-tab-H17x9:before{content:""}.ants-icon-ants-navigation-left-aHrYm:before{content:""}.ants-icon-item-21YRq{cursor:pointer;display:flex;align-items:center;flex-direction:column;justify-content:center;padding:20px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;transition:all 200ms;border-radius:5px}.ants-icon-item-21YRq:hover{background:#13c2c2;color:#fff}.ants-wrap-disabled-1o6BW{cursor:not-allowed;width:max-content}.ants-wrap-disabled-1o6BW .ants-disabled-3kQaH{pointer-events:none;color:#b6b6b6}[class*=icon],[class^=icon-]{background-repeat:no-repeat}.ants-icon-undo-1F-eB{background-image:url(4a824e811d4678e0e3a2.png);background-position:0 0;background-size:200px 900px;width:29px;height:29px}.ants-icon-redo-3ZERM{background-image:url(4a824e811d4678e0e3a2.png);background-position:0 -50px;background-size:200px 900px;width:29px;height:29px}.ants-icon-add-chart-3FBPw{background-image:url(4a824e811d4678e0e3a2.png);background-position:-100px -638px;background-size:200px 900px;width:29px;height:34px}.ants-icon-tabel-Rj6LT{background-image:url(4a824e811d4678e0e3a2.png);background-position:0 -100px;background-size:200px 900px;width:29px;height:29px}.ants-icon-line-chart-2zXeG{background-image:url(4a824e811d4678e0e3a2.png);background-position:0 -150px;background-size:200px 900px;width:29px;height:29px}.ants-icon-bar-chart-15Rei{background-image:url(4a824e811d4678e0e3a2.png);background-position:0 -200px;background-size:200px 900px;width:29px;height:29px}.ants-icon-bar-chart-15Rei.ants-rotate-90-13Caa{transform:rotate(90deg)}.ants-icon-pie-chart-34jb-{background-image:url(4a824e811d4678e0e3a2.png);background-position:0 -250px;background-size:200px 900px;width:29px;height:29px}.ants-icon-kpi-metric-Ruffi{background-image:url(4a824e811d4678e0e3a2.png);background-position:0 -300px;background-size:200px 900px;width:29px;height:29px}.ants-icon-description-2OnvI{background-image:url(4a824e811d4678e0e3a2.png);background-position:0 -350px;background-size:200px 900px;width:29px;height:29px}.ants-icon-image-component-3_WrF{background-image:url(4a824e811d4678e0e3a2.png);background-position:0 -400px;background-size:200px 900px;width:29px;height:29px}.ants-icon-shape-2aBJ3{background-image:url(4a824e811d4678e0e3a2.png);background-position:0 -450px;background-size:200px 900px;width:29px;height:29px}.ants-icon-circle-3yJff{background-image:url(4a824e811d4678e0e3a2.png);background-position:0 -500px;background-size:200px 900px;width:29px;height:29px}.ants-icon-date-picker-1HWl5{background-image:url(4a824e811d4678e0e3a2.png);background-position:0 -550px;background-size:200px 900px;width:29px;height:29px}.ants-icon-dimension-filter-1ztb9{background-image:url(4a824e811d4678e0e3a2.png);background-position:0 -600px;background-size:200px 900px;width:29px;height:29px}.ants-icon-view-3iicd{background-image:url(4a824e811d4678e0e3a2.png);background-position:0 -650px;background-size:200px 900px;width:29px;height:29px}.ants-icon-bring-to-front-ZNlLA{background-image:url(4a824e811d4678e0e3a2.png);background-position:0 -750px;background-size:200px 900px;width:29px;height:29px}.ants-icon-send-to-back-31VsV{background-image:url(4a824e811d4678e0e3a2.png);background-position:0 -700px;background-size:200px 900px;width:29px;height:29px}.ants-icon-close-square-kWM-A{background-image:url(4a824e811d4678e0e3a2.png);background-position:0 -800px;background-size:200px 900px;width:20px;height:20px}.ants-icon-selection-mode-NkkHa{background-image:url(4a824e811d4678e0e3a2.png);background-position:0 -850px;background-size:200px 900px;width:29px;height:29px}.ants-icon-shared-report-2hxrj{background-image:url(4a824e811d4678e0e3a2.png);background-position:-100px -100px;background-size:200px 900px;width:29px;height:29px}.ants-icon-refresh-data-3dPSg{background-image:url(4a824e811d4678e0e3a2.png);background-position:-100px -500px;background-size:200px 900px;width:29px;height:29px}.ants-icon-geo-map-28oor{background-image:url(4a824e811d4678e0e3a2.png);background-position:-100px -150px;background-size:200px 900px;width:29px;height:29px}.ants-icon-pivot-table-27zn_{background-image:url(4a824e811d4678e0e3a2.png);background-position:-100px -200px;background-size:200px 900px;width:29px;height:29px}.ants-icon-scatter-chart-zrIFZ{background-image:url(4a824e811d4678e0e3a2.png);background-position:-100px -250px;background-size:200px 900px;width:29px;height:29px}.ants-icon-cloud-down-1Rpui{background-image:url(4a824e811d4678e0e3a2.png);background-position:-100px -350px;background-size:200px 900px;width:26px;height:21px}.ants-icon-bullet-1NpLB{background-image:url(4a824e811d4678e0e3a2.png);background-position:-100px -400px;background-size:200px 900px;width:29px;height:29px}.ants-icon-area-chart-1YTXh{background-image:url(4a824e811d4678e0e3a2.png);background-position:-100px -550px;background-size:200px 900px;width:29px;height:29px}.ants-icon-tree-map-1XtBf{background-image:url(4a824e811d4678e0e3a2.png);background-position:-100px -600px;background-size:200px 900px;width:29px;height:29px}.ants-icon-sql-workspace-36iOu{background-image:url(9468534045e0fef49315.png);background-position:-132.5px -32px;background-size:200px 330px;width:13px;height:12.5px}.ants-icon-setting-1bCKa{background-image:url(9468534045e0fef49315.png);background-position:-60px 0;background-size:200px 330px;width:19px;height:18px}.ants-icon-bell-ia-Kj{background-image:url(9468534045e0fef49315.png);background-position:-60px -30px;background-size:200px 330px;width:19px;height:21px}.ants-icon-warning-3-Ayq{background-image:url(9468534045e0fef49315.png);background-position:-60px -60px;background-size:200px 330px;width:27px;height:22px}.ants-icon-drag-R0z8O{background-image:url(9468534045e0fef49315.png);background-position:-30px 0;background-size:200px 330px;width:9px;height:15px}.ants-icon-edit-2JJNd{background-image:url(9468534045e0fef49315.png);background-position:-30px -30px;background-size:200px 330px;width:14px;height:14px}.ants-icon-close-2QMlJ{background-image:url(9468534045e0fef49315.png);background-position:0 -60px;background-size:200px 330px;width:15px;height:15px}.ants-icon-add-2wEkU{background-image:url(9468534045e0fef49315.png);background-position:0 -120px;background-size:200px 330px;width:15px;height:15px}.ants-icon-danger-valid-B4v3X{background-image:url(9468534045e0fef49315.png);background-position:0 -90px;background-size:200px 330px;width:14px;height:14px}.ants-icon-back-filter-12ajL{background-image:url(9468534045e0fef49315.png);background-position:-30px -90px;background-size:200px 330px;width:17px;height:13px}.ants-icon-close-square-sm-2TC7H{background-image:url(9468534045e0fef49315.png);background-position:-60px -90px;background-size:200px 330px;width:18px;height:18px}.ants-icon-checked-sm-2e4Aq{background-image:url(9468534045e0fef49315.png);background-position:0 -150px;background-size:200px 330px;width:11px;height:7px}.ants-icon-arrow-first-21GKV{background-image:url(9468534045e0fef49315.png);background-position:0 -180px;background-size:200px 330px;width:9px;height:11px}.ants-icon-arrow-pre-2Lu_W{background-image:url(9468534045e0fef49315.png);background-position:-100px -60px;background-size:200px 330px;width:8px;height:13px}.ants-icon-arrow-next-2tfhf{background-image:url(9468534045e0fef49315.png);background-position:-100px -60px;background-size:200px 330px;width:8px;height:13px;-webkit-transform:rotate(180deg);transform:rotate(180deg)}.ants-icon-plus-white-csM6e{background-image:url(9468534045e0fef49315.png);background-position:-30px -240px;background-size:200px 330px;width:13px;height:13px}.ants-icon-filter-grey-35cvF{background-image:url(9468534045e0fef49315.png);background-position:0 -210px;background-size:200px 330px;width:15px;height:15px}.ants-icon-campaign-grey--2luJ{background-image:url(9468534045e0fef49315.png);background-position:-30px -210px;background-size:200px 330px;width:16px;height:16px}.ants-icon-success-green-1xut9{background-image:url(9468534045e0fef49315.png);background-position:-60px -180px;background-size:200px 330px;width:22px;height:22px}.ants-icon-error-red-es9kz{background-image:url(9468534045e0fef49315.png);background-position:-60px -210px;background-size:200px 330px;width:22px;height:22px}.ants-icon-arrow-circle-2GM46{background-image:url(9468534045e0fef49315.png);background-position:0 -270px;background-size:200px 330px;width:16px;height:16px}.ants-icon-btn-arrow-2acYu{background-image:url(9468534045e0fef49315.png);background-position:-30px -270px;background-size:200px 330px;width:19px;height:15px}.ants-icon-arrow-down-red-1ZYBG{background-image:url(9468534045e0fef49315.png);background-position:-100px 0;background-size:200px 330px;width:10px;height:10px}.ants-icon-arrow-up-green-z7dNk{background-image:url(9468534045e0fef49315.png);background-position:-117px 0;background-size:200px 330px;width:10px;height:10px}.ants-icon-maximize-2LHNH{background-image:url(9468534045e0fef49315.png);background-position:-60px -240px;background-size:200px 330px;width:23px;height:17px}.ants-icon-demographic-2QTe_{background-image:url(9468534045e0fef49315.png);background-position:-60px -270px;background-size:200px 330px;width:23px;height:22px}.ants-icon-yeild-optiminzation-bKgCG{background-image:url(9468534045e0fef49315.png);background-position:-60px -300px;background-size:200px 330px;width:23px;height:17px}.ants-icon-pricing-model-1Gcv8{background-image:url(9468534045e0fef49315.png);background-position:-160px 0;background-size:200px 330px;width:21px;height:19px}.ants-icon-manage-ad-xXnmt{background-image:url(9468534045e0fef49315.png);background-position:-160px -30px;background-size:200px 330px;width:26px;height:16px}.ants-icon-bg-transparent-_vvHX{background-image:url(9468534045e0fef49315.png);background-position:-100px -30px;background-size:200px 330px;width:20px;height:20px}.ants-icon-analytic-3dOON{background-image:url(9468534045e0fef49315.png);background-position:-100px -150px;background-size:200px 330px;width:25px;height:13px}.ants-icon-analytic-account-JMlNr{background-image:url(9468534045e0fef49315.png);background-position:-100px -180px;background-size:200px 330px;width:25px;height:18px}.ants-icon-close-white-filter-v2-22UGf{background-image:url(9468534045e0fef49315.png);background-position:-130px -270px;background-size:200px 330px;width:18px;height:18px}.ants-icon-filter-v2-2_iVp{background-image:url(9468534045e0fef49315.png);background-position:-100px -270px;background-size:200px 330px;width:16px;height:13px}.ants-icon-arrow-filter-v2-96V9c{background-image:url(9468534045e0fef49315.png);background-position:0 -270px;background-size:200px 330px;width:16px;height:16px}.ants-icon-save-filter-v2-1IEt7{background-image:url(9468534045e0fef49315.png);background-position:-100px -300px;background-size:200px 330px;width:20px;height:20px}.ants-icon-close-filter-v2-3zVcn{background-image:url(9468534045e0fef49315.png);background-position:-130px -210px;background-size:200px 330px;width:20px;height:20px}.ants-icon-pen-filter-v2-SOEcb{background-image:url(9468534045e0fef49315.png);background-position:-130px -240px;background-size:200px 330px;width:18px;height:18px}.ants-icon-beta-tooltip-y5_P8{background-image:url(9468534045e0fef49315.png);background-position:-160px -90px;background-size:200px 330px;width:30px;height:12px}.ants-icon-align-left-ITjzT{background-image:url(9468534045e0fef49315.png);background-position:-100px -150px;background-size:200px 330px;width:14px;height:14px}.ants-icon-align-right-1Vuno{background-image:url(9468534045e0fef49315.png);background-position:-100px -150px;background-size:200px 330px;width:14px;height:14px;-webkit-transform:rotateY(180deg);transform:rotateY(180deg)}.ants-icon-align-center-2yK4D{background-image:url(9468534045e0fef49315.png);background-position:-116px -166px;background-size:200px 330px;width:14px;height:14px}.ants-icon-align-justify-3WYKE{background-image:url(9468534045e0fef49315.png);background-position:-100px -180px;background-size:200px 330px;width:14px;height:14px}.ants-icon-calendar-3vpBL{background-image:url(9468534045e0fef49315.png);background-position:-160px -120px;background-size:200px 330px;width:20px;height:21px}.ants-icon-arrow-grey-iWr3Y{background-image:url(9468534045e0fef49315.png);background-position:-130px 0;background-size:200px 330px;width:14px;height:16px}.ants-icon-arrow-grey-iWr3Y.ants-down-2vUp1{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.ants-icon-connect-join-field-2wVo-{background-image:url(9468534045e0fef49315.png);background-position:-136px -307px;background-size:200px 330px;width:9px;height:7px}.ants-icon-connect-join-field-grey-1Ytsc{background-image:url(9468534045e0fef49315.png);background-position:-153px -301px;background-size:200px 330px;width:10px;height:6px}.ants-icon-arrow-down-grey-h4CDF{background-image:url(9468534045e0fef49315.png);background-position:-130px 0;background-size:200px 330px;width:14px;height:16px;-webkit-transform:rotate(180deg);transform:rotate(180deg)}.ants-icon-config-2mCF7{background-image:url(9468534045e0fef49315.png);background-position:-158px -179px;background-size:200px 330px;width:24px;height:24px}.ants-icon-info-1mGUf{background-image:url(9468534045e0fef49315.png);background-position:-158px -208px;background-size:200px 330px;width:24px;height:24px}.ants-icon-warning-grey-27HUC{background-image:url(9468534045e0fef49315.png);background-position:-158px -242px;background-size:200px 330px;width:24px;height:21px}.ants-icon-preview-image-mgCI5{background-image:url(9468534045e0fef49315.png);background-position:-164px -268px;background-size:200px 330px;width:30px;height:25px;transform:scale(2)}.ants-icon-preview-image-small-1PPCv{background-image:url(9468534045e0fef49315.png);background-position:-164px -268px;background-size:200px 330px;width:24px;height:21px}.ants-icon-predefined-report-Ssu64{background-image:url(ff7db9ff05a910761543.png);background-position:0 0;background-size:240px 330px;width:24px;height:24px}.ants-icon-my-report-1IksV{background-image:url(ff7db9ff05a910761543.png);background-position:0 -30px;background-size:240px 330px;width:28px;height:25px}.ants-icon-my-report-template-M9N0x{background-image:url(ff7db9ff05a910761543.png);background-position:0 0;background-size:240px 330px;width:24px;height:24px}.ants-icon-shared-with-me-1yicn{background-image:url(ff7db9ff05a910761543.png);background-position:0 -271px;background-size:240px 330px;width:26px;height:19px}.ants-icon-gallery-template-3mnIw{background-image:url(ff7db9ff05a910761543.png);background-position:0 -241px;background-size:240px 330px;width:26px;height:22px}.ants-icon-beta-PQd5E{background-image:url(ff7db9ff05a910761543.png);background-position:0 -150px;background-size:240px 330px;width:26px;height:24px}.ants-icon-explorer-18tch{background-image:url(ff7db9ff05a910761543.png);background-position:0 -180px;background-size:240px 330px;width:27px;height:24px}.ants-icon-data-sources-197UX{background-image:url(ff7db9ff05a910761543.png);background-position:0 -209px;background-size:240px 330px;width:22px;height:23px}.ants-icon-connector-2NFvU{background-image:url(ff7db9ff05a910761543.png);background-position:0 -301px;background-size:240px 330px;width:26px;height:20px}.ants-icon-destination-channel-23-4E{background-image:url(ff7db9ff05a910761543.png);background-position:-34px 0;background-size:240px 330px;width:22px;height:22px}.ants-icon-workflow-2J7BZ{background-image:url(ff7db9ff05a910761543.png);background-position:-34px -30px;background-size:240px 330px;width:21px;height:21px}.ants-icon-audit-ads-a1-viuvD{background-image:url(bfb9cf6473c43ea3c384.png);background-position:0 0;background-size:60px 150px;width:16px;height:16px}.ants-icon-campaign-a1-_DfjD{background-image:url(bfb9cf6473c43ea3c384.png);background-position:-30px -4px;background-size:60px 150px;width:18px;height:10px}.ants-icon-analytics-a1-38ikB{background-image:url(bfb9cf6473c43ea3c384.png);background-position:0 -30px;background-size:60px 150px;width:16px;height:16px}.ants-icon-connector-a1-1Py6n{background-image:url(bfb9cf6473c43ea3c384.png);background-position:-32px -30px;background-size:60px 150px;width:14px;height:18px}.ants-icon-product-center-a1-3hHSe{background-image:url(bfb9cf6473c43ea3c384.png);background-position:0 -60px;background-size:60px 150px;width:16px;height:16px}.ants-icon-keyword-suggestion-a1-2t2v6{background-image:url(bfb9cf6473c43ea3c384.png);background-position:-30px -60px;background-size:60px 150px;width:18px;height:18px}.ants-icon-click-fraud-detection-a1-2bolp{background-image:url(bfb9cf6473c43ea3c384.png);background-position:0 -90px;background-size:60px 150px;width:18px;height:18px}.ants-icon-to-do-list-a1-1jhLy{background-image:url(bfb9cf6473c43ea3c384.png);background-position:-32px -90px;background-size:60px 150px;width:14px;height:16px}.ants-icon-adx-3-hck,.ants-icon-ants--6MIl{background-image:url(1a69688fb6f3d353be6b.png);background-position:0 0;background-size:180px 300px;width:22px;height:22px}.ants-icon-google-adwords-1S1uj,.ants-icon-google-ads-1xaNN{background-image:url(1a69688fb6f3d353be6b.png);background-position:-30px 0;background-size:180px 300px;width:22px;height:22px}.ants-icon-facebook-9sEM9{background-image:url(1a69688fb6f3d353be6b.png);background-position:0 -50px;background-size:180px 300px;width:22px;height:22px}.ants-icon-google-analytics-3sxOV{background-image:url(1a69688fb6f3d353be6b.png);background-position:-30px -50px;background-size:180px 300px;width:22px;height:22px}.ants-icon-coc-coc-3Chkd{background-image:url(1a69688fb6f3d353be6b.png);background-position:0 -100px;background-size:180px 300px;width:22px;height:22px}.ants-icon-appnexus-3PUM7{background-image:url(1a69688fb6f3d353be6b.png);background-position:-30px -100px;background-size:180px 300px;width:22px;height:22px}.ants-icon-admicro-zKpEs{background-image:url(1a69688fb6f3d353be6b.png);background-position:0 -150px;background-size:180px 300px;width:22px;height:22px}.ants-icon-dfp-GjvaW{background-image:url(1a69688fb6f3d353be6b.png);background-position:-30px -150px;background-size:180px 300px;width:22px;height:18px}.ants-icon-woocommerce-6HRVg{background-image:url(1a69688fb6f3d353be6b.png);background-position:-64px -166px;background-size:180px 300px;width:36px;height:22px}.ants-icon-zalo-1PjpZ{background-image:url(1a69688fb6f3d353be6b.png);background-position:-116px -124px;background-size:180px 300px;width:23px;height:22px}.ants-icon-google-3F7yJ{background-image:url(1a69688fb6f3d353be6b.png);background-position:-115px -83px;background-size:180px 300px;width:20px;height:22px}.ants-icon-instagram-2lOt2{background-image:url(1a69688fb6f3d353be6b.png);background-position:-116px 0;background-size:180px 300px;width:22px;height:22px}.ants-icon-tiki-2o4zl{background-image:url(1a69688fb6f3d353be6b.png);background-position:-64px -83px;background-size:180px 300px;width:32px;height:22px}.ants-icon-sheets-3WcCP{background-image:url(1a69688fb6f3d353be6b.png);background-position:-116px -41px;background-size:180px 300px;width:17px;height:22px}.ants-icon-lazada-v2-x95k_{background-image:url(1a69688fb6f3d353be6b.png);background-position:-64px -124px;background-size:180px 300px;width:27px;height:22px}.ants-icon-merchant-center-3TKlG{background-image:url(1a69688fb6f3d353be6b.png);background-position:-64px -41px;background-size:180px 300px;width:22px;height:22px}.ants-icon-a1-1AyMr{background-image:url(1a69688fb6f3d353be6b.png);background-position:-153px -128px;background-size:180px 300px;width:21px;height:17px}.ants-icon-kiotviet-3GzD9{background-image:url(1a69688fb6f3d353be6b.png);background-position:0 -196px;background-size:180px 300px;width:67px;height:16px}.ants-icon-kiotviet-mini-1NwYy{background-image:url(1a69688fb6f3d353be6b.png);background-position:-26px -249px;background-size:180px 300px;width:33px;height:8px}.ants-icon-elastic-search-no-text-aVQo4{background-image:url(1a69688fb6f3d353be6b.png);background-position:-156px -164px;background-size:180px 300px;width:17px;height:20px}.ants-icon-elastic-search-2ZoIX{background-image:url(1a69688fb6f3d353be6b.png);background-position:-156px -164px;background-size:180px 300px;width:17px;height:20px}.ants-icon-sapo-2lO86{background-image:url(1a69688fb6f3d353be6b.png);background-position:0px -223px;background-size:180px 300px;width:46px;height:16px}.ants-icon-sapo-mini-22Gqp{background-image:url(1a69688fb6f3d353be6b.png);background-position:-66px -248px;background-size:180px 300px;width:28px;height:10px}.ants-icon-haravan-2ZZ4C{background-image:url(1a69688fb6f3d353be6b.png);background-position:-57px -220px;background-size:180px 300px;width:73px;height:18px}.ants-icon-haravan-mini-1JdqD{background-image:url(1a69688fb6f3d353be6b.png);background-position:-2px -244px;background-size:180px 300px;width:20px;height:18px}.ants-icon-haravan-no-text-79cWl{background-image:url(1a69688fb6f3d353be6b.png);background-position:-57px -220px;background-size:180px 300px;width:20px;height:18px}.ants-icon-shopee-no-text-1jvpN{background-image:url(1a69688fb6f3d353be6b.png);background-position:-86px -191px;background-size:180px 300px;width:26px;height:27px}.ants-icon-lazada-13E_S{background-image:url(1a69688fb6f3d353be6b.png);background-position:-122px -198px;background-size:180px 300px;width:23px;height:19px}.ants-icon-shopee-2HMlr{background-image:url(1a69688fb6f3d353be6b.png);background-position:-155px -196px;background-size:180px 300px;width:16px;height:24px}.ants-icon-blend-data-3Ioad{background-image:url(1a69688fb6f3d353be6b.png);background-position:-142px -226px;background-size:180px 300px;width:20px;height:13px}.ants-icon-youtube-1aY0K{background-image:url(1a69688fb6f3d353be6b.png);background-position:-103px -241px;background-size:180px 300px;width:25px;height:16px}.ants-icon-mysql-sqvbc{background-image:url(1a69688fb6f3d353be6b.png);background-position:-36px -265px;background-size:180px 300px;width:26px;height:27px}.ants-icon-postgre-1mXCg{background-image:url(1a69688fb6f3d353be6b.png);background-position:0 -266px;background-size:180px 300px;width:25px;height:26px}.ants-icon-big-query-18wsH{background-image:url(1a69688fb6f3d353be6b.png);background-position:-135px -241px;background-size:180px 300px;width:25px;height:23px}.ants-icon-saleforce-2GR_Y{background-image:url(1a69688fb6f3d353be6b.png);background-position:-70px -266px;background-size:180px 300px;width:38px;height:26px}.ants-icon-save-data-2eiUt{background-image:url(1a69688fb6f3d353be6b.png);background-position:-116px -270px;background-size:180px 300px;width:15px;height:15px;transform:scale(1.5)}.ants-icon-btn-blue-IIJdD{background:url(c74e9d6a9ac4f04cfd3d.png) no-repeat;background-position:0 -150px;background-size:18px 350px;cursor:pointer;width:18px;height:18px}.ants-icon-btn-blue-sm-3TdRv{background-image:url(c74e9d6a9ac4f04cfd3d.png);background-position:0 -100px;background-size:18px 350px;cursor:pointer;width:15px;height:15px}.ants-icon-blue-square-RSjvh{background-image:url(c74e9d6a9ac4f04cfd3d.png);background-position:0 0px;background-size:18px 350px;width:18px;height:18px;cursor:pointer}.ants-icon-blue-checkbox-2Lqyn{background-image:url(c74e9d6a9ac4f04cfd3d.png);background-position:0 -20px;background-size:18px 350px;width:18px;height:18px;cursor:pointer}.ants-icon-blue-circle-3Ksj_{background-image:url(c74e9d6a9ac4f04cfd3d.png);background-position:0 -50px;background-size:18px 350px;width:18px;height:18px;cursor:pointer}.ants-icon-blue-radio-btn-25sIG{background-image:url(c74e9d6a9ac4f04cfd3d.png);background-position:0 -70px;background-size:18px 350px;width:18px;height:18px;cursor:pointer}.ants-icon-gray-circle-1OF96{background-image:url(c74e9d6a9ac4f04cfd3d.png);background-position:0 -200px;background-size:18px 350px;width:18px;height:18px;cursor:pointer}.ants-icon-gray-radio-btn-Lg69w{background-image:url(c74e9d6a9ac4f04cfd3d.png);background-position:0 -220px;background-size:18px 350px;width:18px;height:18px;cursor:pointer}.ants-icon-blue-sub-3mWWm{background-image:url(c74e9d6a9ac4f04cfd3d.png);background-position:0 -250px;background-size:18px 350px;width:18px;height:18px;cursor:pointer}.ants-icon-gray-square-XH-6d{background-image:url(c74e9d6a9ac4f04cfd3d.png);background-position:0 -275px;background-size:18px 350px;width:18px;height:18px;cursor:pointer}.ants-icon-gray-checkbox-fNeQs{background-image:url(c74e9d6a9ac4f04cfd3d.png);background-position:0 -295px;background-size:18px 350px;width:18px;height:18px;cursor:pointer}.ants-icon-circle-thick-1Pjz0{background-image:url(c74e9d6a9ac4f04cfd3d.png);background-position:0 -321px;background-size:18px 350px;width:18px;height:18px;cursor:pointer}.ants-icon-square-3GCI7{background-image:none;border:1px solid #fff;box-sizing:content-box;width:10px;height:10px}.ants-icon-square-3GCI7.ants-blue-3WgHT{background-color:#058dc7}.ants-icon-square-3GCI7.ants-orange-1X6Bw{background-color:#ff7b00}.ants-icon-ants-search-gOZM9{color:#889199;font-size:18px}.ants-icon-font-color-2L_V_,.ants-icon-font-family-3kX58,.ants-icon-background-color-14bPM,.ants-icon-border-weight-ObFlv,.ants-icon-border-style-3mao2,.ants-icon-border-radius-1tBOK,.ants-icon-opacity-2loOI,.ants-icon-border-color-NvDnw,.ants-icon-table-header-26mwC,.ants-icon-table-div-3QzLo,.ants-icon-table-odd-row-2Yzf5,.ants-icon-table-even-row-1g0-W,.ants-icon-axis-color-3103R,.ants-icon-grid-color-1OnSe,.ants-icon-highlight-color-1cisK,.ants-icon-bar-color-1tn3Y,.ants-icon-range-color-3Qxgv{background-image:url(33b65403c460f2d4423b.svg);opacity:.54}.ants-icon-font-color-2L_V_{background-position:6px 4px;width:24px;height:20px}.ants-icon-font-family-3kX58{background-position:0 -22px;width:15px;height:16px}.ants-icon-background-color-14bPM{background-position:-79px 0;width:24px;height:20px}.ants-icon-border-weight-ObFlv{background-position:-27px 0;width:14px;height:12px}.ants-icon-border-style-3mao2{background-position:-27px -22px;width:15px;height:13px}.ants-icon-border-radius-1tBOK{background-position:-56px 0;width:14px;height:14px}.ants-icon-opacity-2loOI{background-position:-85px -22px;width:12px;height:15px}.ants-icon-border-color-NvDnw{background-position:-50px -22px;width:24px;height:20px}.ants-icon-table-header-26mwC{background-position:3px -46px;width:25px;height:20px}.ants-icon-table-div-3QzLo{background-position:-24px -46px;width:25px;height:20px}.ants-icon-table-odd-row-2Yzf5{background-position:-52px -46px;width:25px;height:20px}.ants-icon-table-even-row-1g0-W{background-position:-79px -46px;width:25px;height:20px}.ants-icon-axis-color-3103R{background-position:4px -72px;width:25px;height:20px}.ants-icon-grid-color-1OnSe{background-position:-23px -72px;width:25px;height:20px}.ants-icon-highlight-color-1cisK{background-position:-51px -71px;width:25px;height:20px}.ants-icon-bar-color-1tn3Y{background-position:3px -93px;width:25px;height:20px}.ants-icon-range-color-3Qxgv{background-position:-79px -75px;width:25px;height:20px}.ants-icon-ants-make-default-Akbp5:before{content:""}.ants-icon-ants-bar-chart-1-2azU7:before{content:""}.ants-icon-ants-tree-map-1-Ci-ZQ:before{content:""}.ants-icon-ants-chord-chart-3aPuE:before{content:""}.ants-icon-ants-pivot-table-2MDrF:before{content:""}.ants-icon-ants-vertical-dots-gvr9Z:before{content:""}.ants-icon-ants-stop-record-11O40:before{content:""}.ants-icon-ants-pause-34nhU:before{content:""}.ants-icon-ants-mute-3x9ke:before{content:""}.ants-icon-ants-highlight-2yTn9:before{content:""}.ants-icon-ants-free-draw-y2PbS:before{content:""}.ants-icon-ants-comment-21RPv:before{content:""}.ants-icon-ants-check-slim-2wrge:before{content:""}.ants-icon-ants-capture-1Fx_k:before{content:""}.ants-icon-ants-camera-1lU_n:before{content:""}.ants-icon-ants-audio-record-3BaQz:before{content:""}.ants-icon-ants-arrow-grow-keAjh:before{content:""}.ants-icon-ants-idea-9x9Hj:before{content:""}.ants-icon-ants-bug-2CSOm:before{content:""}
|
|
68
|
+
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { Button } from 'antd';
|
|
1
|
+
export { Button } from 'antd';
|
|
@@ -1,32 +1,32 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { ComponentStory, ComponentMeta } from '@storybook/react';
|
|
3
|
-
declare const _default: ComponentMeta<React.ForwardRefExoticComponent<Partial<{
|
|
4
|
-
href: string;
|
|
5
|
-
target?: string | undefined;
|
|
6
|
-
onClick?: React.MouseEventHandler<HTMLAnchorElement> | undefined;
|
|
7
|
-
} & import("antd/es/button/button").BaseButtonProps & Omit<React.AnchorHTMLAttributes<HTMLAnchorElement | HTMLButtonElement>, "type" | "onClick"> & {
|
|
8
|
-
htmlType?: "button" | "submit" | "reset" | undefined;
|
|
9
|
-
onClick?: React.MouseEventHandler<HTMLButtonElement> | undefined;
|
|
10
|
-
} & Omit<React.ButtonHTMLAttributes<HTMLButtonElement>, "type" | "onClick">> & React.RefAttributes<HTMLElement>> & {
|
|
11
|
-
Group: React.FC<import("antd/es/button").ButtonGroupProps>;
|
|
12
|
-
}>;
|
|
13
|
-
export default _default;
|
|
14
|
-
export declare const Default: ComponentStory<React.ForwardRefExoticComponent<Partial<{
|
|
15
|
-
href: string;
|
|
16
|
-
target?: string | undefined;
|
|
17
|
-
onClick?: React.MouseEventHandler<HTMLAnchorElement> | undefined;
|
|
18
|
-
} & import("antd/es/button/button").BaseButtonProps & Omit<React.AnchorHTMLAttributes<HTMLAnchorElement | HTMLButtonElement>, "type" | "onClick"> & {
|
|
19
|
-
htmlType?: "button" | "submit" | "reset" | undefined;
|
|
20
|
-
onClick?: React.MouseEventHandler<HTMLButtonElement> | undefined;
|
|
21
|
-
} & Omit<React.ButtonHTMLAttributes<HTMLButtonElement>, "type" | "onClick">> & React.RefAttributes<HTMLElement>> & {
|
|
22
|
-
Group: React.FC<import("antd/es/button").ButtonGroupProps>;
|
|
23
|
-
}>;
|
|
24
|
-
export declare const Type: ComponentStory<any>;
|
|
25
|
-
export declare const Size: ComponentStory<any>;
|
|
26
|
-
export declare const Loading: ComponentStory<any>;
|
|
27
|
-
export declare const GhostButton: ComponentStory<any>;
|
|
28
|
-
export declare const BlockButton: ComponentStory<any>;
|
|
29
|
-
export declare const IconButton: ComponentStory<any>;
|
|
30
|
-
export declare const Disabled: ComponentStory<any>;
|
|
31
|
-
export declare const MultipleButtons: ComponentStory<any>;
|
|
32
|
-
export declare const DangerButtons: ComponentStory<any>;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { ComponentStory, ComponentMeta } from '@storybook/react';
|
|
3
|
+
declare const _default: ComponentMeta<React.ForwardRefExoticComponent<Partial<{
|
|
4
|
+
href: string;
|
|
5
|
+
target?: string | undefined;
|
|
6
|
+
onClick?: React.MouseEventHandler<HTMLAnchorElement> | undefined;
|
|
7
|
+
} & import("antd/es/button/button").BaseButtonProps & Omit<React.AnchorHTMLAttributes<HTMLAnchorElement | HTMLButtonElement>, "type" | "onClick"> & {
|
|
8
|
+
htmlType?: "button" | "submit" | "reset" | undefined;
|
|
9
|
+
onClick?: React.MouseEventHandler<HTMLButtonElement> | undefined;
|
|
10
|
+
} & Omit<React.ButtonHTMLAttributes<HTMLButtonElement>, "type" | "onClick">> & React.RefAttributes<HTMLElement>> & {
|
|
11
|
+
Group: React.FC<import("antd/es/button").ButtonGroupProps>;
|
|
12
|
+
}>;
|
|
13
|
+
export default _default;
|
|
14
|
+
export declare const Default: ComponentStory<React.ForwardRefExoticComponent<Partial<{
|
|
15
|
+
href: string;
|
|
16
|
+
target?: string | undefined;
|
|
17
|
+
onClick?: React.MouseEventHandler<HTMLAnchorElement> | undefined;
|
|
18
|
+
} & import("antd/es/button/button").BaseButtonProps & Omit<React.AnchorHTMLAttributes<HTMLAnchorElement | HTMLButtonElement>, "type" | "onClick"> & {
|
|
19
|
+
htmlType?: "button" | "submit" | "reset" | undefined;
|
|
20
|
+
onClick?: React.MouseEventHandler<HTMLButtonElement> | undefined;
|
|
21
|
+
} & Omit<React.ButtonHTMLAttributes<HTMLButtonElement>, "type" | "onClick">> & React.RefAttributes<HTMLElement>> & {
|
|
22
|
+
Group: React.FC<import("antd/es/button").ButtonGroupProps>;
|
|
23
|
+
}>;
|
|
24
|
+
export declare const Type: ComponentStory<any>;
|
|
25
|
+
export declare const Size: ComponentStory<any>;
|
|
26
|
+
export declare const Loading: ComponentStory<any>;
|
|
27
|
+
export declare const GhostButton: ComponentStory<any>;
|
|
28
|
+
export declare const BlockButton: ComponentStory<any>;
|
|
29
|
+
export declare const IconButton: ComponentStory<any>;
|
|
30
|
+
export declare const Disabled: ComponentStory<any>;
|
|
31
|
+
export declare const MultipleButtons: ComponentStory<any>;
|
|
32
|
+
export declare const DangerButtons: ComponentStory<any>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export {};
|
|
1
|
+
export {};
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
export declare const Button: import("react").ForwardRefExoticComponent<Partial<{
|
|
2
|
-
href: string;
|
|
3
|
-
target?: string | undefined;
|
|
4
|
-
onClick?: import("react").MouseEventHandler<HTMLAnchorElement> | undefined;
|
|
5
|
-
} & import("antd/es/button/button").BaseButtonProps & Omit<import("react").AnchorHTMLAttributes<HTMLAnchorElement | HTMLButtonElement>, "type" | "onClick"> & {
|
|
6
|
-
htmlType?: "button" | "submit" | "reset" | undefined;
|
|
7
|
-
onClick?: import("react").MouseEventHandler<HTMLButtonElement> | undefined;
|
|
8
|
-
} & Omit<import("react").ButtonHTMLAttributes<HTMLButtonElement>, "type" | "onClick">> & import("react").RefAttributes<HTMLElement>> & {
|
|
9
|
-
Group: import("react").FC<import("antd/es/button").ButtonGroupProps>;
|
|
10
|
-
};
|
|
1
|
+
export declare const Button: import("react").ForwardRefExoticComponent<Partial<{
|
|
2
|
+
href: string;
|
|
3
|
+
target?: string | undefined;
|
|
4
|
+
onClick?: import("react").MouseEventHandler<HTMLAnchorElement> | undefined;
|
|
5
|
+
} & import("antd/es/button/button").BaseButtonProps & Omit<import("react").AnchorHTMLAttributes<HTMLAnchorElement | HTMLButtonElement>, "type" | "onClick"> & {
|
|
6
|
+
htmlType?: "button" | "submit" | "reset" | undefined;
|
|
7
|
+
onClick?: import("react").MouseEventHandler<HTMLButtonElement> | undefined;
|
|
8
|
+
} & Omit<import("react").ButtonHTMLAttributes<HTMLButtonElement>, "type" | "onClick">> & import("react").RefAttributes<HTMLElement>> & {
|
|
9
|
+
Group: import("react").FC<import("antd/es/button").ButtonGroupProps>;
|
|
10
|
+
};
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
declare const TestButton: React.FC;
|
|
3
|
-
export default TestButton;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
declare const TestButton: React.FC;
|
|
3
|
+
export default TestButton;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { Checkbox } from 'antd';
|
|
1
|
+
export { Checkbox } from 'antd';
|
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { ComponentStory, ComponentMeta } from '@storybook/react';
|
|
3
|
-
import { Checkbox } from './Checkbox';
|
|
4
|
-
declare const _default: ComponentMeta<React.ForwardRefExoticComponent<import("antd/es/checkbox").CheckboxProps & React.RefAttributes<HTMLInputElement>> & {
|
|
5
|
-
Group: React.MemoExoticComponent<React.ForwardRefExoticComponent<import("antd/es/checkbox").CheckboxGroupProps & React.RefAttributes<HTMLDivElement>>>;
|
|
6
|
-
}>;
|
|
7
|
-
export default _default;
|
|
8
|
-
export declare const Default: ComponentStory<React.ForwardRefExoticComponent<import("antd/es/checkbox").CheckboxProps & React.RefAttributes<HTMLInputElement>> & {
|
|
9
|
-
Group: React.MemoExoticComponent<React.ForwardRefExoticComponent<import("antd/es/checkbox").CheckboxGroupProps & React.RefAttributes<HTMLDivElement>>>;
|
|
10
|
-
}>;
|
|
11
|
-
export declare const Basic: ComponentStory<typeof Checkbox>;
|
|
12
|
-
export declare const ControlledCheckbox: ComponentStory<typeof Checkbox>;
|
|
13
|
-
export declare const CheckAll: ComponentStory<typeof Checkbox>;
|
|
14
|
-
export declare const Disabled: ComponentStory<typeof Checkbox>;
|
|
15
|
-
export declare const CheckboxGroup: ComponentStory<typeof Checkbox>;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { ComponentStory, ComponentMeta } from '@storybook/react';
|
|
3
|
+
import { Checkbox } from './Checkbox';
|
|
4
|
+
declare const _default: ComponentMeta<React.ForwardRefExoticComponent<import("antd/es/checkbox").CheckboxProps & React.RefAttributes<HTMLInputElement>> & {
|
|
5
|
+
Group: React.MemoExoticComponent<React.ForwardRefExoticComponent<import("antd/es/checkbox").CheckboxGroupProps & React.RefAttributes<HTMLDivElement>>>;
|
|
6
|
+
}>;
|
|
7
|
+
export default _default;
|
|
8
|
+
export declare const Default: ComponentStory<React.ForwardRefExoticComponent<import("antd/es/checkbox").CheckboxProps & React.RefAttributes<HTMLInputElement>> & {
|
|
9
|
+
Group: React.MemoExoticComponent<React.ForwardRefExoticComponent<import("antd/es/checkbox").CheckboxGroupProps & React.RefAttributes<HTMLDivElement>>>;
|
|
10
|
+
}>;
|
|
11
|
+
export declare const Basic: ComponentStory<typeof Checkbox>;
|
|
12
|
+
export declare const ControlledCheckbox: ComponentStory<typeof Checkbox>;
|
|
13
|
+
export declare const CheckAll: ComponentStory<typeof Checkbox>;
|
|
14
|
+
export declare const Disabled: ComponentStory<typeof Checkbox>;
|
|
15
|
+
export declare const CheckboxGroup: ComponentStory<typeof Checkbox>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export {};
|
|
1
|
+
export {};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { Checkbox } from './Checkbox';
|
|
1
|
+
export { Checkbox } from './Checkbox';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { Divider } from 'antd';
|
|
1
|
+
export { Divider } from 'antd';
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { ComponentStory, ComponentMeta } from '@storybook/react';
|
|
3
|
-
declare const _default: ComponentMeta<React.FC<import("antd").DividerProps>>;
|
|
4
|
-
export default _default;
|
|
5
|
-
export declare const Default: ComponentStory<React.FC<import("antd").DividerProps>>;
|
|
6
|
-
export declare const Horizontal: ComponentStory<any>;
|
|
7
|
-
export declare const TextWithoutHeadingStyle: ComponentStory<any>;
|
|
8
|
-
export declare const Vertical: ComponentStory<any>;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { ComponentStory, ComponentMeta } from '@storybook/react';
|
|
3
|
+
declare const _default: ComponentMeta<React.FC<import("antd").DividerProps>>;
|
|
4
|
+
export default _default;
|
|
5
|
+
export declare const Default: ComponentStory<React.FC<import("antd").DividerProps>>;
|
|
6
|
+
export declare const Horizontal: ComponentStory<any>;
|
|
7
|
+
export declare const TextWithoutHeadingStyle: ComponentStory<any>;
|
|
8
|
+
export declare const Vertical: ComponentStory<any>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { Divider } from './Divider';
|
|
1
|
+
export { Divider } from './Divider';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
export declare const Input: import("react").ForwardRefExoticComponent<import("antd").InputProps & import("react").RefAttributes<import("antd").InputRef>> & {
|
|
3
|
-
Group: import("react").FC<import("antd/es/input").GroupProps>;
|
|
4
|
-
Search: import("react").ForwardRefExoticComponent<import("antd/es/input").SearchProps & import("react").RefAttributes<import("antd").InputRef>>;
|
|
5
|
-
TextArea: import("react").ForwardRefExoticComponent<import("antd/es/input").TextAreaProps & import("react").RefAttributes<import("antd/es/input/TextArea").TextAreaRef>>;
|
|
6
|
-
Password: import("react").ForwardRefExoticComponent<import("antd/es/input").PasswordProps & import("react").RefAttributes<import("antd").InputRef>>;
|
|
7
|
-
};
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
export declare const Input: import("react").ForwardRefExoticComponent<import("antd").InputProps & import("react").RefAttributes<import("antd").InputRef>> & {
|
|
3
|
+
Group: import("react").FC<import("antd/es/input").GroupProps>;
|
|
4
|
+
Search: import("react").ForwardRefExoticComponent<import("antd/es/input").SearchProps & import("react").RefAttributes<import("antd").InputRef>>;
|
|
5
|
+
TextArea: import("react").ForwardRefExoticComponent<import("antd/es/input").TextAreaProps & import("react").RefAttributes<import("antd/es/input/TextArea").TextAreaRef>>;
|
|
6
|
+
Password: import("react").ForwardRefExoticComponent<import("antd/es/input").PasswordProps & import("react").RefAttributes<import("antd").InputRef>>;
|
|
7
|
+
};
|
|
@@ -1,19 +1,19 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { ComponentStory, ComponentMeta } from '@storybook/react';
|
|
3
|
-
declare const _default: ComponentMeta<React.ForwardRefExoticComponent<import("antd").InputProps & React.RefAttributes<import("rc-input").InputRef>> & {
|
|
4
|
-
Group: React.FC<import("antd/es/input").GroupProps>;
|
|
5
|
-
Search: React.ForwardRefExoticComponent<import("antd/es/input").SearchProps & React.RefAttributes<import("rc-input").InputRef>>;
|
|
6
|
-
TextArea: React.ForwardRefExoticComponent<import("antd/es/input").TextAreaProps & React.RefAttributes<import("antd/es/input/TextArea").TextAreaRef>>;
|
|
7
|
-
Password: React.ForwardRefExoticComponent<import("antd/es/input").PasswordProps & React.RefAttributes<import("rc-input").InputRef>>;
|
|
8
|
-
}>;
|
|
9
|
-
export default _default;
|
|
10
|
-
export declare const Default: ComponentStory<React.ForwardRefExoticComponent<import("antd").InputProps & React.RefAttributes<import("rc-input").InputRef>> & {
|
|
11
|
-
Group: React.FC<import("antd/es/input").GroupProps>;
|
|
12
|
-
Search: React.ForwardRefExoticComponent<import("antd/es/input").SearchProps & React.RefAttributes<import("rc-input").InputRef>>;
|
|
13
|
-
TextArea: React.ForwardRefExoticComponent<import("antd/es/input").TextAreaProps & React.RefAttributes<import("antd/es/input/TextArea").TextAreaRef>>;
|
|
14
|
-
Password: React.ForwardRefExoticComponent<import("antd/es/input").PasswordProps & React.RefAttributes<import("rc-input").InputRef>>;
|
|
15
|
-
}>;
|
|
16
|
-
export declare const BasicUsage: ComponentStory<any>;
|
|
17
|
-
export declare const TextArea: ComponentStory<any>;
|
|
18
|
-
export declare const Status: ComponentStory<any>;
|
|
19
|
-
export declare const BorderLess: ComponentStory<any>;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { ComponentStory, ComponentMeta } from '@storybook/react';
|
|
3
|
+
declare const _default: ComponentMeta<React.ForwardRefExoticComponent<import("antd").InputProps & React.RefAttributes<import("rc-input").InputRef>> & {
|
|
4
|
+
Group: React.FC<import("antd/es/input").GroupProps>;
|
|
5
|
+
Search: React.ForwardRefExoticComponent<import("antd/es/input").SearchProps & React.RefAttributes<import("rc-input").InputRef>>;
|
|
6
|
+
TextArea: React.ForwardRefExoticComponent<import("antd/es/input").TextAreaProps & React.RefAttributes<import("antd/es/input/TextArea").TextAreaRef>>;
|
|
7
|
+
Password: React.ForwardRefExoticComponent<import("antd/es/input").PasswordProps & React.RefAttributes<import("rc-input").InputRef>>;
|
|
8
|
+
}>;
|
|
9
|
+
export default _default;
|
|
10
|
+
export declare const Default: ComponentStory<React.ForwardRefExoticComponent<import("antd").InputProps & React.RefAttributes<import("rc-input").InputRef>> & {
|
|
11
|
+
Group: React.FC<import("antd/es/input").GroupProps>;
|
|
12
|
+
Search: React.ForwardRefExoticComponent<import("antd/es/input").SearchProps & React.RefAttributes<import("rc-input").InputRef>>;
|
|
13
|
+
TextArea: React.ForwardRefExoticComponent<import("antd/es/input").TextAreaProps & React.RefAttributes<import("antd/es/input/TextArea").TextAreaRef>>;
|
|
14
|
+
Password: React.ForwardRefExoticComponent<import("antd/es/input").PasswordProps & React.RefAttributes<import("rc-input").InputRef>>;
|
|
15
|
+
}>;
|
|
16
|
+
export declare const BasicUsage: ComponentStory<any>;
|
|
17
|
+
export declare const TextArea: ComponentStory<any>;
|
|
18
|
+
export declare const Status: ComponentStory<any>;
|
|
19
|
+
export declare const BorderLess: ComponentStory<any>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export {};
|
|
1
|
+
export {};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { Input } from './Input';
|
|
1
|
+
export { Input } from './Input';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { InputNumberProps as AntdInputNumberProps } from 'antd';
|
|
3
|
-
export interface InputNumberProps extends AntdInputNumberProps {
|
|
4
|
-
showHandler?: boolean;
|
|
5
|
-
}
|
|
6
|
-
export declare const InputNumber: React.FC<InputNumberProps>;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { InputNumberProps as AntdInputNumberProps } from 'antd';
|
|
3
|
+
export interface InputNumberProps extends AntdInputNumberProps {
|
|
4
|
+
showHandler?: boolean;
|
|
5
|
+
}
|
|
6
|
+
export declare const InputNumber: React.FC<InputNumberProps>;
|
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { ComponentStory, ComponentMeta } from '@storybook/react';
|
|
3
|
-
declare const _default: ComponentMeta<React.FC<import("./InputNumber").InputNumberProps>>;
|
|
4
|
-
export default _default;
|
|
5
|
-
export declare const Default: ComponentStory<React.FC<import("./InputNumber").InputNumberProps>>;
|
|
6
|
-
export declare const BasicUsage: ComponentStory<any>;
|
|
7
|
-
export declare const PrePostTab: ComponentStory<any>;
|
|
8
|
-
export declare const HighPrecisionDecimals: ComponentStory<any>;
|
|
9
|
-
export declare const KeyBoard: ComponentStory<any>;
|
|
10
|
-
export declare const OutOfRange: ComponentStory<any>;
|
|
11
|
-
export declare const Status: ComponentStory<any>;
|
|
12
|
-
export declare const Sizes: ComponentStory<any>;
|
|
13
|
-
export declare const Disabled: ComponentStory<any>;
|
|
14
|
-
export declare const Formatter: ComponentStory<any>;
|
|
15
|
-
export declare const Borderless: ComponentStory<any>;
|
|
16
|
-
export declare const Prefix: ComponentStory<any>;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { ComponentStory, ComponentMeta } from '@storybook/react';
|
|
3
|
+
declare const _default: ComponentMeta<React.FC<import("./InputNumber").InputNumberProps>>;
|
|
4
|
+
export default _default;
|
|
5
|
+
export declare const Default: ComponentStory<React.FC<import("./InputNumber").InputNumberProps>>;
|
|
6
|
+
export declare const BasicUsage: ComponentStory<any>;
|
|
7
|
+
export declare const PrePostTab: ComponentStory<any>;
|
|
8
|
+
export declare const HighPrecisionDecimals: ComponentStory<any>;
|
|
9
|
+
export declare const KeyBoard: ComponentStory<any>;
|
|
10
|
+
export declare const OutOfRange: ComponentStory<any>;
|
|
11
|
+
export declare const Status: ComponentStory<any>;
|
|
12
|
+
export declare const Sizes: ComponentStory<any>;
|
|
13
|
+
export declare const Disabled: ComponentStory<any>;
|
|
14
|
+
export declare const Formatter: ComponentStory<any>;
|
|
15
|
+
export declare const Borderless: ComponentStory<any>;
|
|
16
|
+
export declare const Prefix: ComponentStory<any>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export {};
|
|
1
|
+
export {};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { InputNumber } from './InputNumber';
|
|
1
|
+
export { InputNumber } from './InputNumber';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { Radio } from 'antd';
|
|
1
|
+
export { Radio } from 'antd';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { Radio } from './Radio';
|
|
1
|
+
export { Radio } from './Radio';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { Space } from 'antd';
|
|
1
|
+
export { Space } from 'antd';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { Space } from './Space';
|
|
1
|
+
export { Space } from './Space';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { Tag } from 'antd';
|
|
1
|
+
export { Tag } from 'antd';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { Tag } from './Tag';
|
|
1
|
+
export { Tag } from './Tag';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { Tooltip } from 'antd';
|
|
1
|
+
export { Tooltip } from 'antd';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { Tooltip } from './Tooltip';
|
|
1
|
+
export { Tooltip } from './Tooltip';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { Typography } from 'antd';
|
|
1
|
+
export { Typography } from 'antd';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { Typography } from './Text';
|
|
1
|
+
export { Typography } from './Text';
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
export { Button } from './Button';
|
|
2
|
-
export { Divider } from './Divider';
|
|
3
|
-
export { Input } from './Input';
|
|
4
|
-
export { InputNumber } from './InputNumber';
|
|
5
|
-
export { Radio } from './Radio';
|
|
6
|
-
export { Space } from './Space';
|
|
7
|
-
export { Tag } from './Tag';
|
|
8
|
-
export { Tooltip } from './Tooltip';
|
|
9
|
-
export { Typography } from './Typography';
|
|
10
|
-
export { Checkbox } from './Checkbox';
|
|
1
|
+
export { Button } from './Button';
|
|
2
|
+
export { Divider } from './Divider';
|
|
3
|
+
export { Input } from './Input';
|
|
4
|
+
export { InputNumber } from './InputNumber';
|
|
5
|
+
export { Radio } from './Radio';
|
|
6
|
+
export { Space } from './Space';
|
|
7
|
+
export { Tag } from './Tag';
|
|
8
|
+
export { Tooltip } from './Tooltip';
|
|
9
|
+
export { Typography } from './Typography';
|
|
10
|
+
export { Checkbox } from './Checkbox';
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { ConfigProviderProps as AntdConfigProviderProps } from 'antd/es/config-provider';
|
|
2
|
-
import React, { ReactNode } from 'react';
|
|
3
|
-
import { TLocale } from 'src/types';
|
|
4
|
-
import 'src/locales/i18n';
|
|
5
|
-
interface ConfigProviderProps extends Omit<AntdConfigProviderProps, 'locale'> {
|
|
6
|
-
children?: ReactNode;
|
|
7
|
-
locale?: TLocale;
|
|
8
|
-
}
|
|
9
|
-
declare const ConfigProvider: React.FC<ConfigProviderProps>;
|
|
10
|
-
export default ConfigProvider;
|
|
1
|
+
import { ConfigProviderProps as AntdConfigProviderProps } from 'antd/es/config-provider';
|
|
2
|
+
import React, { ReactNode } from 'react';
|
|
3
|
+
import { TLocale } from 'src/types';
|
|
4
|
+
import 'src/locales/i18n';
|
|
5
|
+
interface ConfigProviderProps extends Omit<AntdConfigProviderProps, 'locale'> {
|
|
6
|
+
children?: ReactNode;
|
|
7
|
+
locale?: TLocale;
|
|
8
|
+
}
|
|
9
|
+
declare const ConfigProvider: React.FC<ConfigProviderProps>;
|
|
10
|
+
export default ConfigProvider;
|