dcp-design-react 1.7.42
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/LICENSE +21 -0
- package/README.md +4 -0
- package/lib/_utils/cloneElement.d.ts +2 -0
- package/lib/_utils/dom.d.ts +75 -0
- package/lib/_utils/download.d.ts +7 -0
- package/lib/_utils/error.d.ts +2 -0
- package/lib/_utils/isDev.d.ts +1 -0
- package/lib/_utils/isMobile.d.ts +1 -0
- package/lib/_utils/isServer.d.ts +2 -0
- package/lib/_utils/prefix.d.ts +1 -0
- package/lib/_utils/resize-event.d.ts +10 -0
- package/lib/_utils/scrollbar-width.d.ts +1 -0
- package/lib/_utils/types.d.ts +39 -0
- package/lib/_utils/util.d.ts +27 -0
- package/lib/_utils/validators.d.ts +2 -0
- package/lib/anchor/index.d.ts +4 -0
- package/lib/anchor/src/anchor-item.d.ts +15 -0
- package/lib/anchor/src/anchor-nav.d.ts +12 -0
- package/lib/anchor/src/anchor.d.ts +61 -0
- package/lib/anchor/style/index.less +101 -0
- package/lib/antd/Calendar.d.ts +4 -0
- package/lib/antd/DatePicker.d.ts +50 -0
- package/lib/antd/TimePicker.d.ts +16 -0
- package/lib/antd/compact.less +11 -0
- package/lib/antd/dayjs.d.ts +1 -0
- package/lib/antd/index.d.ts +124 -0
- package/lib/antd/index.less +19 -0
- package/lib/button/index.d.ts +3 -0
- package/lib/button/src/button.d.ts +32 -0
- package/lib/button/style/index.less +12 -0
- package/lib/collapse/index.d.ts +3 -0
- package/lib/collapse/src/Content.d.ts +3 -0
- package/lib/collapse/src/_util/motion.less +13 -0
- package/lib/collapse/src/_util/motionUtil.d.ts +3 -0
- package/lib/collapse/src/collapse.d.ts +18 -0
- package/lib/collapse/style/index.less +24 -0
- package/lib/config-provider/context.d.ts +10 -0
- package/lib/config-provider/index.d.ts +3 -0
- package/lib/config-provider/src/config-provider.d.ts +36 -0
- package/lib/copy-to-clipboard/index.d.ts +3 -0
- package/lib/copy-to-clipboard/src/copy-to-clipboard.d.ts +15 -0
- package/lib/copy-to-clipboard/style/index.less +12 -0
- package/lib/countup/index.d.ts +3 -0
- package/lib/countup/src/countup.d.ts +17 -0
- package/lib/countup/style/index.less +22 -0
- package/lib/cropper/index.d.ts +3 -0
- package/lib/cropper/src/cropper.d.ts +213 -0
- package/lib/cropper/style/index.less +13 -0
- package/lib/divider/index.d.ts +3 -0
- package/lib/divider/src/divider.d.ts +27 -0
- package/lib/divider/style/index.less +54 -0
- package/lib/download/index.d.ts +3 -0
- package/lib/download/src/download.d.ts +54 -0
- package/lib/download/style/index.less +12 -0
- package/lib/drawer/index.d.ts +3 -0
- package/lib/drawer/src/drawer.d.ts +46 -0
- package/lib/drawer/style/index.less +82 -0
- package/lib/empty/index.d.ts +3 -0
- package/lib/empty/src/empty.d.ts +15 -0
- package/lib/empty/style/index.less +35 -0
- package/lib/form/index.d.ts +4 -0
- package/lib/form/src/context.d.ts +9 -0
- package/lib/form/src/fields-filter.d.ts +26 -0
- package/lib/form/src/form-cascader.d.ts +21 -0
- package/lib/form/src/form-checkbox-group.d.ts +19 -0
- package/lib/form/src/form-checkbox.d.ts +16 -0
- package/lib/form/src/form-city-select.d.ts +10 -0
- package/lib/form/src/form-date.d.ts +10 -0
- package/lib/form/src/form-divider.d.ts +10 -0
- package/lib/form/src/form-immediate.d.ts +20 -0
- package/lib/form/src/form-input-number.d.ts +11 -0
- package/lib/form/src/form-input.d.ts +11 -0
- package/lib/form/src/form-item-view.d.ts +7 -0
- package/lib/form/src/form-multiple-search-helper.d.ts +20 -0
- package/lib/form/src/form-multiple-tree-table-helper.d.ts +20 -0
- package/lib/form/src/form-radio.d.ts +19 -0
- package/lib/form/src/form-range-date.d.ts +10 -0
- package/lib/form/src/form-range-input-number.d.ts +10 -0
- package/lib/form/src/form-range-input.d.ts +10 -0
- package/lib/form/src/form-range-search-helper.d.ts +20 -0
- package/lib/form/src/form-range-time.d.ts +10 -0
- package/lib/form/src/form-rate.d.ts +10 -0
- package/lib/form/src/form-region-select.d.ts +10 -0
- package/lib/form/src/form-search-helper.d.ts +21 -0
- package/lib/form/src/form-select.d.ts +21 -0
- package/lib/form/src/form-switch.d.ts +10 -0
- package/lib/form/src/form-text-area.d.ts +10 -0
- package/lib/form/src/form-time.d.ts +10 -0
- package/lib/form/src/form-tinymce.d.ts +10 -0
- package/lib/form/src/form-tree-select.d.ts +21 -0
- package/lib/form/src/form-tree-table-helper.d.ts +20 -0
- package/lib/form/src/form-upload-file.d.ts +10 -0
- package/lib/form/src/form-upload-img.d.ts +10 -0
- package/lib/form/src/form.d.ts +197 -0
- package/lib/form/src/types.d.ts +356 -0
- package/lib/form/src/utils.d.ts +57 -0
- package/lib/form/style/index.less +352 -0
- package/lib/guide-tracker/index.d.ts +3 -0
- package/lib/guide-tracker/src/Panel.d.ts +9 -0
- package/lib/guide-tracker/src/guideTracker.d.ts +37 -0
- package/lib/guide-tracker/src/lib/Highlighter.d.ts +2 -0
- package/lib/guide-tracker/src/lib/Overlay.d.ts +36 -0
- package/lib/guide-tracker/src/lib/index.d.ts +29 -0
- package/lib/guide-tracker/src/lib/utils.d.ts +27 -0
- package/lib/guide-tracker/style/index.less +189 -0
- package/lib/hoc/outsideClick.d.ts +1 -0
- package/lib/hooks/useDebounce.d.ts +3 -0
- package/lib/hooks/useEvent.d.ts +2 -0
- package/lib/hooks/useForceUpdate.d.ts +1 -0
- package/lib/hooks/useLayoutUpdateEffect.d.ts +2 -0
- package/lib/hooks/useLocale.d.ts +4 -0
- package/lib/hooks/useMergedState.d.ts +8 -0
- package/lib/hooks/useOutsideClick.d.ts +2 -0
- package/lib/hooks/useResizeObserve.d.ts +5 -0
- package/lib/hooks/useSafeState.d.ts +4 -0
- package/lib/hooks/useSize.d.ts +9 -0
- package/lib/hooks/useUpdateEffect.d.ts +2 -0
- package/lib/index.d.ts +127 -0
- package/lib/index.esm.js +1 -0
- package/lib/index.full.js +1 -0
- package/lib/index.js +1 -0
- package/lib/locale/index.d.ts +11 -0
- package/lib/locale/index.js +44 -0
- package/lib/locale/lang/en.d.ts +320 -0
- package/lib/locale/lang/en.js +325 -0
- package/lib/locale/lang/zh-cn.d.ts +320 -0
- package/lib/locale/lang/zh-cn.js +325 -0
- package/lib/modal/index.d.ts +3 -0
- package/lib/modal/src/modal.d.ts +68 -0
- package/lib/modal/style/index.less +95 -0
- package/lib/pinyin/core.d.ts +12 -0
- package/lib/pinyin/dict.d.ts +31 -0
- package/lib/pinyin/index.d.ts +2 -0
- package/lib/pinyin/patchers/56l.d.ts +7 -0
- package/lib/print/index.d.ts +3 -0
- package/lib/print/src/LodopFuncs.d.ts +1 -0
- package/lib/print/src/config.d.ts +6 -0
- package/lib/print/src/container.d.ts +14 -0
- package/lib/print/src/context.d.ts +6 -0
- package/lib/print/src/preview.d.ts +61 -0
- package/lib/print/src/print.d.ts +37 -0
- package/lib/print/src/setting.d.ts +49 -0
- package/lib/print/src/utils.d.ts +5 -0
- package/lib/print/style/index.less +175 -0
- package/lib/qm-design.d.ts +28 -0
- package/lib/range-table-helper/index.d.ts +3 -0
- package/lib/range-table-helper/src/range-table-helper.d.ts +22 -0
- package/lib/range-table-helper/style/index.less +18 -0
- package/lib/scrollbar/index.d.ts +3 -0
- package/lib/scrollbar/src/context.d.ts +7 -0
- package/lib/scrollbar/src/scrollbar.d.ts +28 -0
- package/lib/scrollbar/src/thumb.d.ts +15 -0
- package/lib/scrollbar/style/index.less +72 -0
- package/lib/search-helper/index.d.ts +3 -0
- package/lib/search-helper/src/search-helper.d.ts +24 -0
- package/lib/search-helper/style/index.less +14 -0
- package/lib/search-tree/index.d.ts +3 -0
- package/lib/search-tree/src/search-tree.d.ts +57 -0
- package/lib/search-tree/style/index.less +34 -0
- package/lib/space/index.d.ts +3 -0
- package/lib/space/src/space.d.ts +12 -0
- package/lib/space/style/index.less +12 -0
- package/lib/spin/index.d.ts +3 -0
- package/lib/spin/src/spin.d.ts +14 -0
- package/lib/spin/style/index.less +16 -0
- package/lib/split/index.d.ts +4 -0
- package/lib/split/src/context.d.ts +8 -0
- package/lib/split/src/resize-bar.d.ts +8 -0
- package/lib/split/src/split-pane.d.ts +11 -0
- package/lib/split/src/split.d.ts +18 -0
- package/lib/split/style/index.less +83 -0
- package/lib/style/common.less +8 -0
- package/lib/style/compact.css +26706 -0
- package/lib/style/compact.less +10 -0
- package/lib/style/compact.min.css +1 -0
- package/lib/style/index.css +30459 -0
- package/lib/style/index.less +39 -0
- package/lib/style/index.min.css +1 -0
- package/lib/style/mixins/box.less +13 -0
- package/lib/style/mixins/clearfix.less +21 -0
- package/lib/style/mixins/index.less +11 -0
- package/lib/style/mixins/operation-unit.less +24 -0
- package/lib/style/mixins/reset.less +34 -0
- package/lib/style/mixins/size.less +15 -0
- package/lib/style/reset.less +132 -0
- package/lib/style/themes/compact.less +19 -0
- package/lib/style/themes/default.less +117 -0
- package/lib/style/themes/index.less +7 -0
- package/lib/style/var.less +9 -0
- package/lib/table/index.d.ts +4 -0
- package/lib/table/src/alert/index.d.ts +6 -0
- package/lib/table/src/body/index.d.ts +8 -0
- package/lib/table/src/body/useMergeCell.d.ts +7 -0
- package/lib/table/src/body/useValueFormat.d.ts +12 -0
- package/lib/table/src/clipboard/index.d.ts +8 -0
- package/lib/table/src/clipboard/setting.d.ts +8 -0
- package/lib/table/src/column-filter/index.d.ts +7 -0
- package/lib/table/src/config/index.d.ts +47 -0
- package/lib/table/src/context/index.d.ts +85 -0
- package/lib/table/src/edit/InputNumber.d.ts +26 -0
- package/lib/table/src/edit/index.d.ts +15 -0
- package/lib/table/src/empty/index.d.ts +3 -0
- package/lib/table/src/expandable/all.d.ts +6 -0
- package/lib/table/src/expandable/index.d.ts +9 -0
- package/lib/table/src/export/define.d.ts +8 -0
- package/lib/table/src/export/index.d.ts +19 -0
- package/lib/table/src/export/setting.d.ts +14 -0
- package/lib/table/src/export/useExport.d.ts +13 -0
- package/lib/table/src/fast-search/index.d.ts +7 -0
- package/lib/table/src/fast-search/setting.d.ts +6 -0
- package/lib/table/src/filter/index.d.ts +8 -0
- package/lib/table/src/filter-sql/index.d.ts +5 -0
- package/lib/table/src/filter-sql/lib/filter_string.d.ts +11 -0
- package/lib/table/src/filter-sql/lib/operations.d.ts +8 -0
- package/lib/table/src/filter-sql/lib/variables_replacement.d.ts +5 -0
- package/lib/table/src/footer/index.d.ts +8 -0
- package/lib/table/src/full-screen/index.d.ts +8 -0
- package/lib/table/src/group-summary/index.d.ts +7 -0
- package/lib/table/src/group-summary/result.d.ts +9 -0
- package/lib/table/src/group-summary/setting.d.ts +6 -0
- package/lib/table/src/header/index.d.ts +10 -0
- package/lib/table/src/hooks/useImperativeMethod.d.ts +49 -0
- package/lib/table/src/hooks/useTableCore.d.ts +93 -0
- package/lib/table/src/hooks/useTableEffect.d.ts +45 -0
- package/lib/table/src/hooks/useTableLayout.d.ts +44 -0
- package/lib/table/src/hooks/useTableMemo.d.ts +48 -0
- package/lib/table/src/hooks/useTableRef.d.ts +111 -0
- package/lib/table/src/hooks/useTableState.d.ts +98 -0
- package/lib/table/src/icon/caretdown.d.ts +3 -0
- package/lib/table/src/icon/caretup.d.ts +3 -0
- package/lib/table/src/icon/filter.d.ts +3 -0
- package/lib/table/src/import/SelectFile.d.ts +8 -0
- package/lib/table/src/import/index.d.ts +8 -0
- package/lib/table/src/import/setting.d.ts +8 -0
- package/lib/table/src/manager/index.d.ts +15 -0
- package/lib/table/src/pager/index.d.ts +9 -0
- package/lib/table/src/print/index.d.ts +8 -0
- package/lib/table/src/reload/index.d.ts +7 -0
- package/lib/table/src/resizable/index.d.ts +7 -0
- package/lib/table/src/select-collection/index.d.ts +8 -0
- package/lib/table/src/select-collection/result.d.ts +8 -0
- package/lib/table/src/selection/all.d.ts +7 -0
- package/lib/table/src/selection/index.d.ts +12 -0
- package/lib/table/src/store/index.d.ts +33 -0
- package/lib/table/src/super-search/index.d.ts +7 -0
- package/lib/table/src/super-search/result.d.ts +6 -0
- package/lib/table/src/table/index.d.ts +5 -0
- package/lib/table/src/table/props.d.ts +299 -0
- package/lib/table/src/table/types.d.ts +444 -0
- package/lib/table/src/toolbox/index.d.ts +18 -0
- package/lib/table/src/utils/index.d.ts +43 -0
- package/lib/table/style/alert.less +34 -0
- package/lib/table/style/body.less +77 -0
- package/lib/table/style/clipboard.less +29 -0
- package/lib/table/style/column-filter.less +94 -0
- package/lib/table/style/empty.less +19 -0
- package/lib/table/style/expandable.less +64 -0
- package/lib/table/style/export.less +26 -0
- package/lib/table/style/fast-search.less +110 -0
- package/lib/table/style/footer.less +33 -0
- package/lib/table/style/full-screen.less +21 -0
- package/lib/table/style/group-summary.less +93 -0
- package/lib/table/style/header.less +207 -0
- package/lib/table/style/import.less +25 -0
- package/lib/table/style/index.less +29 -0
- package/lib/table/style/pager.less +29 -0
- package/lib/table/style/print.less +21 -0
- package/lib/table/style/reload.less +21 -0
- package/lib/table/style/select-collection.less +21 -0
- package/lib/table/style/size.less +88 -0
- package/lib/table/style/super-search.less +102 -0
- package/lib/table/style/table.less +372 -0
- package/lib/table/style/tollbox.less +39 -0
- package/lib/table/style/toper.less +31 -0
- package/lib/table/style/variable.less +48 -0
- package/lib/tabs/index.d.ts +4 -0
- package/lib/tabs/src/tab-pane.d.ts +9 -0
- package/lib/tabs/src/tabs.d.ts +19 -0
- package/lib/tabs/style/index.less +32 -0
- package/lib/tinymce/index.d.ts +3 -0
- package/lib/tinymce/src/Events.d.ts +85 -0
- package/lib/tinymce/src/ScriptLoader.d.ts +13 -0
- package/lib/tinymce/src/TinyMCE.d.ts +9 -0
- package/lib/tinymce/src/Utils.d.ts +20 -0
- package/lib/tinymce/src/components/Editor.d.ts +73 -0
- package/lib/tinymce/src/components/EditorPropTypes.d.ts +18 -0
- package/lib/tinymce/src/index.d.ts +35 -0
- package/lib/tinymce/style/index.less +18 -0
- package/lib/tour/index.d.ts +4 -0
- package/lib/tour/src/Mask.d.ts +17 -0
- package/lib/tour/src/Pause.d.ts +10 -0
- package/lib/tour/src/Tour.d.ts +41 -0
- package/lib/tour/src/TourStep/DefaultPanel.d.ts +4 -0
- package/lib/tour/src/TourStep/index.d.ts +34 -0
- package/lib/tour/src/hooks/useTarget.d.ts +14 -0
- package/lib/tour/src/placements.d.ts +29 -0
- package/lib/tour/src/util.d.ts +5 -0
- package/lib/tour/style/index.less +157 -0
- package/lib/transition/index.d.ts +3 -0
- package/lib/transition/src/tools.d.ts +13 -0
- package/lib/transition/src/transition.d.ts +12 -0
- package/lib/transition/src/types.d.ts +25 -0
- package/lib/transition/src/useTransition.d.ts +2 -0
- package/lib/tree-helper/index.d.ts +3 -0
- package/lib/tree-helper/src/tree-helper.d.ts +22 -0
- package/lib/tree-helper/style/index.less +21 -0
- package/lib/tree-table-helper/index.d.ts +3 -0
- package/lib/tree-table-helper/src/tree-table-helper.d.ts +31 -0
- package/lib/tree-table-helper/style/index.less +24 -0
- package/lib/upload-file/index.d.ts +3 -0
- package/lib/upload-file/src/upload-file.d.ts +35 -0
- package/lib/upload-file/style/index.less +18 -0
- package/lib/upload-img/index.d.ts +3 -0
- package/lib/upload-img/src/cropper-preview.d.ts +32 -0
- package/lib/upload-img/src/upload-img.d.ts +39 -0
- package/lib/upload-img/style/index.less +41 -0
- package/lib/version/index.d.ts +2 -0
- package/package.json +138 -0
|
@@ -0,0 +1,352 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* @Author: 焦质晔
|
|
3
|
+
* @Date: 2021-07-23 19:05:57
|
|
4
|
+
* @Last Modified by: 焦质晔
|
|
5
|
+
* @Last Modified time: 2022-12-02 20:00:11
|
|
6
|
+
*/
|
|
7
|
+
@import '../../style/common';
|
|
8
|
+
|
|
9
|
+
@prefix-form: ~'@{qm-prefix}-form';
|
|
10
|
+
|
|
11
|
+
.@{prefix-form} {
|
|
12
|
+
position: relative;
|
|
13
|
+
.ant-form-item {
|
|
14
|
+
margin-bottom: @--margin-md + 2px;
|
|
15
|
+
.ant-form-item-label {
|
|
16
|
+
& > label[title=''] {
|
|
17
|
+
width: 100%;
|
|
18
|
+
display: inline-flex;
|
|
19
|
+
justify-content: right;
|
|
20
|
+
.ant-select {
|
|
21
|
+
flex: auto;
|
|
22
|
+
width: 0;
|
|
23
|
+
text-align: left;
|
|
24
|
+
}
|
|
25
|
+
}
|
|
26
|
+
&-wrap {
|
|
27
|
+
line-height: 1.075;
|
|
28
|
+
}
|
|
29
|
+
&-left > label[title=''] {
|
|
30
|
+
justify-content: left;
|
|
31
|
+
}
|
|
32
|
+
}
|
|
33
|
+
// placeholder
|
|
34
|
+
input::placeholder {
|
|
35
|
+
text-align: left;
|
|
36
|
+
}
|
|
37
|
+
// ant-form-inline
|
|
38
|
+
&-with-help {
|
|
39
|
+
margin-bottom: @--margin-md + 2px;
|
|
40
|
+
}
|
|
41
|
+
// valigator
|
|
42
|
+
.ant-form-item-explain {
|
|
43
|
+
.text-overflow-cut();
|
|
44
|
+
display: flex;
|
|
45
|
+
gap: @--margin-md;
|
|
46
|
+
min-height: auto;
|
|
47
|
+
height: @--font-size-sm;
|
|
48
|
+
font-size: @--font-size-sm;
|
|
49
|
+
line-height: 1;
|
|
50
|
+
}
|
|
51
|
+
// search
|
|
52
|
+
.ant-input-search {
|
|
53
|
+
width: calc(100% + 1px);
|
|
54
|
+
& > .ant-input-group > .ant-input-group-addon {
|
|
55
|
+
line-height: 1;
|
|
56
|
+
}
|
|
57
|
+
}
|
|
58
|
+
// textarea
|
|
59
|
+
.ant-input-textarea-show-count {
|
|
60
|
+
position: relative;
|
|
61
|
+
&::after {
|
|
62
|
+
position: absolute;
|
|
63
|
+
right: 3px;
|
|
64
|
+
bottom: 0;
|
|
65
|
+
margin: 0;
|
|
66
|
+
}
|
|
67
|
+
}
|
|
68
|
+
// input extra
|
|
69
|
+
.extra-tooltip {
|
|
70
|
+
color: @--text-color-secondary-dark;
|
|
71
|
+
vertical-align: -0.4em;
|
|
72
|
+
transform: scale(1.2);
|
|
73
|
+
}
|
|
74
|
+
.extra-text {
|
|
75
|
+
height: 100%;
|
|
76
|
+
display: flex;
|
|
77
|
+
align-items: center;
|
|
78
|
+
}
|
|
79
|
+
.extra-overflow-cut {
|
|
80
|
+
.text-overflow-cut();
|
|
81
|
+
}
|
|
82
|
+
// select
|
|
83
|
+
.ant-select {
|
|
84
|
+
width: 100%;
|
|
85
|
+
}
|
|
86
|
+
// input number
|
|
87
|
+
.ant-input-number.right {
|
|
88
|
+
input {
|
|
89
|
+
text-align: right;
|
|
90
|
+
}
|
|
91
|
+
&.controls {
|
|
92
|
+
input {
|
|
93
|
+
padding-right: 30px;
|
|
94
|
+
}
|
|
95
|
+
}
|
|
96
|
+
}
|
|
97
|
+
// range input
|
|
98
|
+
.site-input-left {
|
|
99
|
+
border-right-width: 0;
|
|
100
|
+
z-index: 1;
|
|
101
|
+
}
|
|
102
|
+
.site-input-left:hover,
|
|
103
|
+
.site-input-left:focus {
|
|
104
|
+
border-right-width: 1px;
|
|
105
|
+
}
|
|
106
|
+
.site-input-right {
|
|
107
|
+
border-left-width: 0;
|
|
108
|
+
&.ant-input-search .ant-input-affix-wrapper {
|
|
109
|
+
border-left-width: 0;
|
|
110
|
+
}
|
|
111
|
+
}
|
|
112
|
+
.site-input-right:hover,
|
|
113
|
+
.site-input-right:focus {
|
|
114
|
+
border-left-width: 1px;
|
|
115
|
+
&.ant-input-search .ant-input-affix-wrapper {
|
|
116
|
+
border-left-width: 1px;
|
|
117
|
+
}
|
|
118
|
+
}
|
|
119
|
+
// search-helper-multiple
|
|
120
|
+
.search-helper-multiple {
|
|
121
|
+
.ant-input-group > .ant-select:first-child {
|
|
122
|
+
z-index: 1;
|
|
123
|
+
.ant-select-selector {
|
|
124
|
+
border-top-right-radius: 0;
|
|
125
|
+
border-bottom-right-radius: 0;
|
|
126
|
+
}
|
|
127
|
+
}
|
|
128
|
+
}
|
|
129
|
+
// select-multiple
|
|
130
|
+
.ant-select-multiple:not(.ant-select-disabled) {
|
|
131
|
+
.ant-select-selection-overflow-item-rest {
|
|
132
|
+
cursor: pointer;
|
|
133
|
+
* {
|
|
134
|
+
pointer-events: none;
|
|
135
|
+
}
|
|
136
|
+
}
|
|
137
|
+
}
|
|
138
|
+
}
|
|
139
|
+
// ------ size ------
|
|
140
|
+
// 40 32 24
|
|
141
|
+
&--lg {
|
|
142
|
+
}
|
|
143
|
+
&--sm {
|
|
144
|
+
.ant-form-item {
|
|
145
|
+
margin-bottom: @--margin-md;
|
|
146
|
+
.ant-form-item-label {
|
|
147
|
+
&-wrap {
|
|
148
|
+
line-height: 1;
|
|
149
|
+
}
|
|
150
|
+
}
|
|
151
|
+
// valigator
|
|
152
|
+
.ant-form-item-control {
|
|
153
|
+
// 待优化
|
|
154
|
+
& > div:nth-last-of-type(1)[style*='nowrap'] {
|
|
155
|
+
transform: scale(0.8334);
|
|
156
|
+
transform-origin: 0 50%;
|
|
157
|
+
}
|
|
158
|
+
}
|
|
159
|
+
}
|
|
160
|
+
}
|
|
161
|
+
&__only-show {
|
|
162
|
+
// ...
|
|
163
|
+
}
|
|
164
|
+
&__compact {
|
|
165
|
+
.ant-form-item {
|
|
166
|
+
margin-bottom: 4px;
|
|
167
|
+
.ant-form-item-control {
|
|
168
|
+
& > div:nth-last-of-type(1)[style*='nowrap'] {
|
|
169
|
+
display: none !important;
|
|
170
|
+
}
|
|
171
|
+
}
|
|
172
|
+
}
|
|
173
|
+
}
|
|
174
|
+
}
|
|
175
|
+
|
|
176
|
+
.ant-picker-footer-extra {
|
|
177
|
+
.ant-tag {
|
|
178
|
+
cursor: pointer;
|
|
179
|
+
}
|
|
180
|
+
}
|
|
181
|
+
|
|
182
|
+
// immediate
|
|
183
|
+
.@{prefix-form}-immediate {
|
|
184
|
+
padding: 5px 15px;
|
|
185
|
+
overflow-y: auto !important;
|
|
186
|
+
.table {
|
|
187
|
+
width: 100%;
|
|
188
|
+
th,
|
|
189
|
+
td {
|
|
190
|
+
height: 32px;
|
|
191
|
+
text-align: left;
|
|
192
|
+
border-bottom: 1px solid @--border-color-secondary;
|
|
193
|
+
}
|
|
194
|
+
tbody {
|
|
195
|
+
tr td {
|
|
196
|
+
cursor: pointer;
|
|
197
|
+
}
|
|
198
|
+
tr:hover,
|
|
199
|
+
tr.active {
|
|
200
|
+
background-color: @--primary-1;
|
|
201
|
+
}
|
|
202
|
+
}
|
|
203
|
+
}
|
|
204
|
+
// 40 32 24
|
|
205
|
+
&--lg {
|
|
206
|
+
.table {
|
|
207
|
+
th,
|
|
208
|
+
td {
|
|
209
|
+
height: 40px;
|
|
210
|
+
}
|
|
211
|
+
}
|
|
212
|
+
}
|
|
213
|
+
&--sm {
|
|
214
|
+
padding: 5px 10px !important;
|
|
215
|
+
.table {
|
|
216
|
+
th,
|
|
217
|
+
td {
|
|
218
|
+
height: 24px;
|
|
219
|
+
}
|
|
220
|
+
}
|
|
221
|
+
}
|
|
222
|
+
}
|
|
223
|
+
|
|
224
|
+
// city-select
|
|
225
|
+
.@{prefix-form}-city-select {
|
|
226
|
+
padding: 15px 15px 10px;
|
|
227
|
+
max-width: 420px;
|
|
228
|
+
.container {
|
|
229
|
+
.city-drop {
|
|
230
|
+
&-toper {
|
|
231
|
+
margin-bottom: 10px;
|
|
232
|
+
display: flex;
|
|
233
|
+
&__type {
|
|
234
|
+
display: inline-block;
|
|
235
|
+
}
|
|
236
|
+
&__search {
|
|
237
|
+
margin-left: 10px;
|
|
238
|
+
}
|
|
239
|
+
}
|
|
240
|
+
&-letter {
|
|
241
|
+
display: flex;
|
|
242
|
+
flex-wrap: wrap;
|
|
243
|
+
margin-bottom: 4px;
|
|
244
|
+
.tag {
|
|
245
|
+
list-style: none;
|
|
246
|
+
line-height: 1.75;
|
|
247
|
+
font-size: @--font-size-sm;
|
|
248
|
+
padding: 0 8px;
|
|
249
|
+
margin: 0 4px 4px 0;
|
|
250
|
+
border: 1px solid @--border-color-secondary;
|
|
251
|
+
border-radius: @--border-radius-base;
|
|
252
|
+
cursor: pointer;
|
|
253
|
+
&.actived {
|
|
254
|
+
color: @--white;
|
|
255
|
+
background-color: @--primary-color;
|
|
256
|
+
border-color: @--primary-color;
|
|
257
|
+
}
|
|
258
|
+
}
|
|
259
|
+
}
|
|
260
|
+
&-list {
|
|
261
|
+
margin-right: -2px;
|
|
262
|
+
max-height: 350px;
|
|
263
|
+
overflow-y: auto;
|
|
264
|
+
dl {
|
|
265
|
+
margin: 0;
|
|
266
|
+
dt {
|
|
267
|
+
float: left;
|
|
268
|
+
font-weight: 700;
|
|
269
|
+
}
|
|
270
|
+
dd {
|
|
271
|
+
white-space: normal;
|
|
272
|
+
margin-inline-start: 50px;
|
|
273
|
+
margin-bottom: 8px;
|
|
274
|
+
li {
|
|
275
|
+
display: inline-block;
|
|
276
|
+
margin-right: 8px;
|
|
277
|
+
cursor: pointer;
|
|
278
|
+
&:hover {
|
|
279
|
+
color: @--primary-color;
|
|
280
|
+
}
|
|
281
|
+
&.actived {
|
|
282
|
+
color: @--primary-color;
|
|
283
|
+
}
|
|
284
|
+
}
|
|
285
|
+
}
|
|
286
|
+
}
|
|
287
|
+
}
|
|
288
|
+
}
|
|
289
|
+
}
|
|
290
|
+
// 40 32 24
|
|
291
|
+
&--lg {
|
|
292
|
+
}
|
|
293
|
+
&--sm {
|
|
294
|
+
padding: 10px 10px 5px !important;
|
|
295
|
+
}
|
|
296
|
+
}
|
|
297
|
+
|
|
298
|
+
// region-select
|
|
299
|
+
.@{prefix-form}-region-select {
|
|
300
|
+
padding: 10px 15px;
|
|
301
|
+
.container {
|
|
302
|
+
margin-top: -10px;
|
|
303
|
+
.region-box {
|
|
304
|
+
display: flex;
|
|
305
|
+
flex-wrap: wrap;
|
|
306
|
+
width: 440px;
|
|
307
|
+
&__item {
|
|
308
|
+
margin: 0 5px;
|
|
309
|
+
width: 100px;
|
|
310
|
+
cursor: pointer;
|
|
311
|
+
.text-overflow-cut();
|
|
312
|
+
&:hover {
|
|
313
|
+
color: @--primary-color;
|
|
314
|
+
}
|
|
315
|
+
&.actived {
|
|
316
|
+
color: @--primary-color;
|
|
317
|
+
}
|
|
318
|
+
}
|
|
319
|
+
}
|
|
320
|
+
}
|
|
321
|
+
// 40 32 24
|
|
322
|
+
&--lg {
|
|
323
|
+
}
|
|
324
|
+
&--sm {
|
|
325
|
+
padding: 15px 10px 5px !important;
|
|
326
|
+
}
|
|
327
|
+
}
|
|
328
|
+
|
|
329
|
+
// fields-filter
|
|
330
|
+
.@{prefix-form}-fields-filter {
|
|
331
|
+
.fields-list {
|
|
332
|
+
padding: 4px @--padding-md;
|
|
333
|
+
ul {
|
|
334
|
+
margin: 0;
|
|
335
|
+
li.item {
|
|
336
|
+
line-height: 1.75;
|
|
337
|
+
.text-overflow-cut();
|
|
338
|
+
.handle {
|
|
339
|
+
padding: 2px;
|
|
340
|
+
color: @--text-color-secondary;
|
|
341
|
+
cursor: s-resize;
|
|
342
|
+
transform: scale(0.9);
|
|
343
|
+
}
|
|
344
|
+
}
|
|
345
|
+
}
|
|
346
|
+
}
|
|
347
|
+
&--lg {
|
|
348
|
+
}
|
|
349
|
+
&--sm {
|
|
350
|
+
font-size: @--font-size-sm;
|
|
351
|
+
}
|
|
352
|
+
}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import type { PlacementType } from '../../tour/src/placements';
|
|
3
|
+
type StepProps = {
|
|
4
|
+
id: string;
|
|
5
|
+
nodePath: string;
|
|
6
|
+
title: string;
|
|
7
|
+
};
|
|
8
|
+
type IOptions = Omit<StepProps, 'title'> & {
|
|
9
|
+
actionStatus: 'add' | 'edit';
|
|
10
|
+
DO_CLOSE: () => void;
|
|
11
|
+
};
|
|
12
|
+
type IProps = {
|
|
13
|
+
open?: boolean;
|
|
14
|
+
current?: number;
|
|
15
|
+
defaultCurrent?: number;
|
|
16
|
+
steps?: StepProps[];
|
|
17
|
+
overlayClassName?: string;
|
|
18
|
+
overlayStyle?: React.CSSProperties;
|
|
19
|
+
placement?: PlacementType;
|
|
20
|
+
control?: boolean;
|
|
21
|
+
destroyOnHide?: boolean;
|
|
22
|
+
onChange?: (items: StepProps[], current: number) => void;
|
|
23
|
+
onClose?: (current: number) => void;
|
|
24
|
+
onFinish?: () => void;
|
|
25
|
+
contentRender?: (options: IOptions, current: number) => React.ReactNode;
|
|
26
|
+
};
|
|
27
|
+
type GuideTrackerRef = {
|
|
28
|
+
OPEN: () => void;
|
|
29
|
+
CLOSE: () => void;
|
|
30
|
+
GET_CURRENT_STEP: () => {
|
|
31
|
+
current: number;
|
|
32
|
+
nodePath?: string;
|
|
33
|
+
};
|
|
34
|
+
};
|
|
35
|
+
export type GuideTrackerProps = IProps;
|
|
36
|
+
declare const QmGuideTracker: React.ForwardRefExoticComponent<IProps & React.RefAttributes<GuideTrackerRef>>;
|
|
37
|
+
export default QmGuideTracker;
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import type { Rect } from './utils';
|
|
2
|
+
type Box = {
|
|
3
|
+
top: number;
|
|
4
|
+
left: number;
|
|
5
|
+
width: number;
|
|
6
|
+
height: number;
|
|
7
|
+
};
|
|
8
|
+
declare class OverlayRect {
|
|
9
|
+
node: HTMLElement;
|
|
10
|
+
border: HTMLElement;
|
|
11
|
+
padding: HTMLElement;
|
|
12
|
+
content: HTMLElement;
|
|
13
|
+
constructor(doc: Document, container: HTMLElement);
|
|
14
|
+
remove(): void;
|
|
15
|
+
update(box: Rect, dims: any): void;
|
|
16
|
+
}
|
|
17
|
+
declare class OverlayTip {
|
|
18
|
+
tip: HTMLElement;
|
|
19
|
+
nameSpan: HTMLElement;
|
|
20
|
+
dimSpan: HTMLElement;
|
|
21
|
+
constructor(doc: Document, container: HTMLElement);
|
|
22
|
+
remove(): void;
|
|
23
|
+
updateText(name: string, width: number, height: number): void;
|
|
24
|
+
updatePosition(dims: Box, bounds: Box): void;
|
|
25
|
+
}
|
|
26
|
+
export default class Overlay {
|
|
27
|
+
window: any;
|
|
28
|
+
tipBoundsWindow: any;
|
|
29
|
+
container: HTMLElement;
|
|
30
|
+
tip: OverlayTip;
|
|
31
|
+
rects: Array<OverlayRect>;
|
|
32
|
+
constructor();
|
|
33
|
+
remove(): void;
|
|
34
|
+
inspect(nodes: Array<HTMLElement>, name?: string | null): void;
|
|
35
|
+
}
|
|
36
|
+
export {};
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
/// <reference types="lodash" />
|
|
2
|
+
type HighlighterProps = {
|
|
3
|
+
excludeSelectors?: string[];
|
|
4
|
+
onSelect?: (node: HTMLElement, XPath: string) => void;
|
|
5
|
+
};
|
|
6
|
+
export default class Highlighter {
|
|
7
|
+
_isRunning: boolean;
|
|
8
|
+
_selectIgnore: boolean;
|
|
9
|
+
_lastHoveredNode: HTMLElement | null;
|
|
10
|
+
excludeSelectors: string[];
|
|
11
|
+
onSelect: HighlighterProps['onSelect'];
|
|
12
|
+
constructor(options: HighlighterProps);
|
|
13
|
+
startHandle(): void;
|
|
14
|
+
stopHandle(): void;
|
|
15
|
+
iframesListeningTo: Set<HTMLIFrameElement>;
|
|
16
|
+
startInspectingNative(): void;
|
|
17
|
+
stopInspectingNative(): void;
|
|
18
|
+
registerListenersOnWindow(window: any): void;
|
|
19
|
+
removeListenersOnWindow(window: any): void;
|
|
20
|
+
onClick: (event: MouseEvent) => void;
|
|
21
|
+
onMouseEvent: (event: MouseEvent) => void;
|
|
22
|
+
onPointerDown: (event: MouseEvent) => void;
|
|
23
|
+
onPointerMove: (event: MouseEvent) => void;
|
|
24
|
+
onPointerUp: (event: MouseEvent) => void;
|
|
25
|
+
selectFiberForNode: import("lodash").DebouncedFunc<(node: HTMLElement) => void>;
|
|
26
|
+
getEventTarget(event: MouseEvent): HTMLElement;
|
|
27
|
+
}
|
|
28
|
+
export declare function getNodeByXPath(xpathString: string): HTMLElement | null;
|
|
29
|
+
export {};
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
export interface Rect {
|
|
2
|
+
bottom: number;
|
|
3
|
+
height: number;
|
|
4
|
+
left: number;
|
|
5
|
+
right: number;
|
|
6
|
+
top: number;
|
|
7
|
+
width: number;
|
|
8
|
+
}
|
|
9
|
+
export declare function getOwnerWindow(node: HTMLElement): (Window & typeof globalThis) | null;
|
|
10
|
+
export declare function getOwnerIframe(node: HTMLElement): HTMLElement | null;
|
|
11
|
+
export declare function getBoundingClientRectWithBorderOffset(node: HTMLElement): Rect;
|
|
12
|
+
export declare function mergeRectOffsets(rects: Array<Rect>): Rect;
|
|
13
|
+
export declare function getNestedBoundingClientRect(node: HTMLElement, boundaryWindow: typeof window): Rect;
|
|
14
|
+
export declare function getElementDimensions(domElement: Element): {
|
|
15
|
+
borderBottom: number;
|
|
16
|
+
borderLeft: number;
|
|
17
|
+
borderRight: number;
|
|
18
|
+
borderTop: number;
|
|
19
|
+
marginBottom: number;
|
|
20
|
+
marginLeft: number;
|
|
21
|
+
marginRight: number;
|
|
22
|
+
marginTop: number;
|
|
23
|
+
paddingBottom: number;
|
|
24
|
+
paddingLeft: number;
|
|
25
|
+
paddingRight: number;
|
|
26
|
+
paddingTop: number;
|
|
27
|
+
};
|
|
@@ -0,0 +1,189 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* @Author: 焦质晔
|
|
3
|
+
* @Date: 2022-01-11 18:01:20
|
|
4
|
+
* @Last Modified by: 焦质晔
|
|
5
|
+
* @Last Modified time: 2023-07-29 23:42:13
|
|
6
|
+
*/
|
|
7
|
+
@import '../../style/common';
|
|
8
|
+
|
|
9
|
+
@prefix-guide-tracker: ~'@{qm-prefix}-guide-tracker';
|
|
10
|
+
|
|
11
|
+
.@{prefix-guide-tracker} {
|
|
12
|
+
.reset-container();
|
|
13
|
+
position: absolute;
|
|
14
|
+
display: block;
|
|
15
|
+
visibility: visible;
|
|
16
|
+
min-width: 450px;
|
|
17
|
+
&-hidden {
|
|
18
|
+
display: none;
|
|
19
|
+
}
|
|
20
|
+
& &-arrow {
|
|
21
|
+
display: block;
|
|
22
|
+
width: 15px;
|
|
23
|
+
height: 15px;
|
|
24
|
+
z-index: 1;
|
|
25
|
+
overflow: hidden;
|
|
26
|
+
pointer-events: none;
|
|
27
|
+
&::before {
|
|
28
|
+
content: '';
|
|
29
|
+
position: absolute;
|
|
30
|
+
bottom: 0px;
|
|
31
|
+
inset-inline-start: 0px;
|
|
32
|
+
width: 15px;
|
|
33
|
+
height: 8px;
|
|
34
|
+
clip-path: path('M 0 8 A 4 4 0 0 0 2.82843 6.82843 L 6.58579 3.07107 A 2 2 0 0 1 9.41421 3.07107 L 13.1716 6.82843 A 4 4 0 0 0 16 8 Z');
|
|
35
|
+
background-color: #fff;
|
|
36
|
+
}
|
|
37
|
+
&::after {
|
|
38
|
+
content: '';
|
|
39
|
+
position: absolute;
|
|
40
|
+
width: 8.97056px;
|
|
41
|
+
height: 8.97056px;
|
|
42
|
+
bottom: 0px;
|
|
43
|
+
transform: translateY(50%) rotate(-135deg);
|
|
44
|
+
box-shadow: rgba(0, 0, 0, 0.05) 2px 2px 5px;
|
|
45
|
+
z-index: 0;
|
|
46
|
+
inset-inline: 0px;
|
|
47
|
+
margin: auto;
|
|
48
|
+
border-radius: 0px 0px 2px;
|
|
49
|
+
background: 0px 0px;
|
|
50
|
+
}
|
|
51
|
+
}
|
|
52
|
+
& &-close {
|
|
53
|
+
position: absolute;
|
|
54
|
+
top: 10px;
|
|
55
|
+
inset-inline-end: 10px;
|
|
56
|
+
color: @--text-color-secondary;
|
|
57
|
+
width: 22px;
|
|
58
|
+
height: 22px;
|
|
59
|
+
display: flex;
|
|
60
|
+
align-items: center;
|
|
61
|
+
justify-content: center;
|
|
62
|
+
outline: none;
|
|
63
|
+
border-radius: 4px;
|
|
64
|
+
transition: background-color 0.2s ease 0s, color 0.2s ease 0s;
|
|
65
|
+
&:hover {
|
|
66
|
+
color: rgba(0, 0, 0, 0.88);
|
|
67
|
+
background-color: rgba(0, 0, 0, 0.06);
|
|
68
|
+
}
|
|
69
|
+
}
|
|
70
|
+
& &-content {
|
|
71
|
+
position: relative;
|
|
72
|
+
}
|
|
73
|
+
& &-inner {
|
|
74
|
+
box-shadow: rgba(0, 0, 0, 0.03) 0px 1px 2px 0px, rgba(0, 0, 0, 0.02) 0px 1px 6px -1px, rgba(0, 0, 0, 0.02) 0px 2px 4px 0px;
|
|
75
|
+
background-color: #fff;
|
|
76
|
+
background-clip: padding-box;
|
|
77
|
+
text-decoration: none;
|
|
78
|
+
border-radius: 8px;
|
|
79
|
+
padding: 10px 15px 15px;
|
|
80
|
+
}
|
|
81
|
+
&-primary &-inner {
|
|
82
|
+
color: #fff;
|
|
83
|
+
background-color: rgba(@--primary-color, 0.85);
|
|
84
|
+
.panel-label {
|
|
85
|
+
margin-bottom: 5px;
|
|
86
|
+
.title {
|
|
87
|
+
font-weight: 600;
|
|
88
|
+
}
|
|
89
|
+
.step {
|
|
90
|
+
margin-left: 20px;
|
|
91
|
+
}
|
|
92
|
+
}
|
|
93
|
+
.menu-icon {
|
|
94
|
+
right: 35px;
|
|
95
|
+
}
|
|
96
|
+
}
|
|
97
|
+
&-primary &-arrow {
|
|
98
|
+
&::before {
|
|
99
|
+
background-color: rgba(@--primary-color, 0.85);
|
|
100
|
+
}
|
|
101
|
+
}
|
|
102
|
+
&-primary &-close {
|
|
103
|
+
color: #fff;
|
|
104
|
+
&:hover {
|
|
105
|
+
color: #fff;
|
|
106
|
+
}
|
|
107
|
+
}
|
|
108
|
+
&-control {
|
|
109
|
+
position: fixed;
|
|
110
|
+
right: 20px;
|
|
111
|
+
bottom: 20px;
|
|
112
|
+
width: 40px;
|
|
113
|
+
height: 40px;
|
|
114
|
+
border-radius: 50%;
|
|
115
|
+
border: 2px solid #fff;
|
|
116
|
+
background: linear-gradient(to right bottom, @--primary-4, @--primary-7);
|
|
117
|
+
display: flex;
|
|
118
|
+
align-items: center;
|
|
119
|
+
justify-content: center;
|
|
120
|
+
pointer-events: auto;
|
|
121
|
+
cursor: pointer;
|
|
122
|
+
.anticon {
|
|
123
|
+
color: #fff;
|
|
124
|
+
font-size: 20px;
|
|
125
|
+
}
|
|
126
|
+
}
|
|
127
|
+
// =======================================
|
|
128
|
+
&-placement-bottom &-arrow {
|
|
129
|
+
left: 50%;
|
|
130
|
+
transform: translateX(-50%) translateY(-100%);
|
|
131
|
+
}
|
|
132
|
+
&-placement-top &-arrow {
|
|
133
|
+
left: 50%;
|
|
134
|
+
transform: translateX(-50%) translateY(100%) rotate(180deg);
|
|
135
|
+
}
|
|
136
|
+
&-placement-right &-arrow {
|
|
137
|
+
top: 50%;
|
|
138
|
+
transform: translateY(-50%) translateX(-100%) rotate(-90deg);
|
|
139
|
+
}
|
|
140
|
+
&-placement-left &-arrow {
|
|
141
|
+
top: 50%;
|
|
142
|
+
transform: translateY(-50%) translateX(100%) rotate(90deg);
|
|
143
|
+
}
|
|
144
|
+
}
|
|
145
|
+
|
|
146
|
+
.@{prefix-guide-tracker}__popper {
|
|
147
|
+
.step-list {
|
|
148
|
+
ul {
|
|
149
|
+
margin: 0;
|
|
150
|
+
li.item {
|
|
151
|
+
line-height: 2;
|
|
152
|
+
display: flex;
|
|
153
|
+
align-items: center;
|
|
154
|
+
padding: 0 @--padding-md;
|
|
155
|
+
&.actived {
|
|
156
|
+
background-color: @--primary-2;
|
|
157
|
+
}
|
|
158
|
+
.handle {
|
|
159
|
+
padding: 2px;
|
|
160
|
+
color: @--text-color-secondary;
|
|
161
|
+
cursor: s-resize;
|
|
162
|
+
transform: scale(0.9);
|
|
163
|
+
}
|
|
164
|
+
.box {
|
|
165
|
+
flex: 1 0;
|
|
166
|
+
display: inline-flex;
|
|
167
|
+
align-items: center;
|
|
168
|
+
.title {
|
|
169
|
+
flex: 1 0;
|
|
170
|
+
width: 0;
|
|
171
|
+
.text-overflow-cut();
|
|
172
|
+
}
|
|
173
|
+
.close-icon {
|
|
174
|
+
padding: 2px;
|
|
175
|
+
font-size: 12px;
|
|
176
|
+
color: @--text-color-secondary;
|
|
177
|
+
border-radius: 4px;
|
|
178
|
+
cursor: pointer;
|
|
179
|
+
display: none;
|
|
180
|
+
}
|
|
181
|
+
&:hover .close-icon {
|
|
182
|
+
display: block;
|
|
183
|
+
background-color: rgba(0, 0, 0, 0.06);
|
|
184
|
+
}
|
|
185
|
+
}
|
|
186
|
+
}
|
|
187
|
+
}
|
|
188
|
+
}
|
|
189
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const OutsideClick: (WrappedComponent: any) => any;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export default function useForceUpdate(): () => void;
|