ns-base-module 1.1.59 → 1.1.62
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 -21
- package/README.md +20 -20
- package/dist/Button/AntdIconButton.d.ts +11 -0
- package/dist/Button/AntdIconButton.d.ts.map +1 -0
- package/dist/Button/AntdIconButton.js +2 -2
- package/dist/Button/ConfigButton.d.ts +18 -0
- package/dist/Button/ConfigButton.d.ts.map +1 -0
- package/dist/Button/ConfigButton.js +12 -12
- package/dist/Button/index.d.ts +8 -0
- package/dist/Button/index.d.ts.map +1 -0
- package/dist/ChooseModal/index.d.ts +21 -0
- package/dist/ChooseModal/index.d.ts.map +1 -0
- package/dist/ChooseModal/index.js +6 -6
- package/dist/ClassFilter/index.d.ts +11 -0
- package/dist/ClassFilter/index.d.ts.map +1 -0
- package/dist/ClassFilter/indexVertical.d.ts +11 -0
- package/dist/ClassFilter/indexVertical.d.ts.map +1 -0
- package/dist/ClassFilter/util.d.ts +17 -0
- package/dist/ClassFilter/util.d.ts.map +1 -0
- package/dist/CopyCol/index.d.ts +4 -0
- package/dist/CopyCol/index.d.ts.map +1 -0
- package/dist/Entry/EntryCriteria.d.ts +17 -0
- package/dist/Entry/EntryCriteria.d.ts.map +1 -0
- package/dist/Entry/EntryItem.d.ts +34 -0
- package/dist/Entry/EntryItem.d.ts.map +1 -0
- package/dist/Entry/components/Checkbox.d.ts +12 -0
- package/dist/Entry/components/Checkbox.d.ts.map +1 -0
- package/dist/Entry/components/ChooseModalTable.d.ts +15 -0
- package/dist/Entry/components/ChooseModalTable.d.ts.map +1 -0
- package/dist/Entry/components/ChooseModalTable.js +6 -6
- package/dist/Entry/components/Condition.d.ts +9 -0
- package/dist/Entry/components/Condition.d.ts.map +1 -0
- package/dist/Entry/components/DatePicker.d.ts +12 -0
- package/dist/Entry/components/DatePicker.d.ts.map +1 -0
- package/dist/Entry/components/Etable2Modal.d.ts +4 -0
- package/dist/Entry/components/Etable2Modal.d.ts.map +1 -0
- package/dist/Entry/components/Express.d.ts +8 -0
- package/dist/Entry/components/Express.d.ts.map +1 -0
- package/dist/Entry/components/GroupInput.d.ts +13 -0
- package/dist/Entry/components/GroupInput.d.ts.map +1 -0
- package/dist/Entry/components/ImageText.d.ts +13 -0
- package/dist/Entry/components/ImageText.d.ts.map +1 -0
- package/dist/Entry/components/ImageText.js +5 -5
- package/dist/Entry/components/Input.d.ts +27 -0
- package/dist/Entry/components/Input.d.ts.map +1 -0
- package/dist/Entry/components/InputNumber.d.ts +18 -0
- package/dist/Entry/components/InputNumber.d.ts.map +1 -0
- package/dist/Entry/components/InputNumber.js +10 -10
- package/dist/Entry/components/InputNumberRange.d.ts +10 -0
- package/dist/Entry/components/InputNumberRange.d.ts.map +1 -0
- package/dist/Entry/components/ListSelect.d.ts +15 -0
- package/dist/Entry/components/ListSelect.d.ts.map +1 -0
- package/dist/Entry/components/ListSelect.js +6 -6
- package/dist/Entry/components/ObjectSelect.d.ts +14 -0
- package/dist/Entry/components/ObjectSelect.d.ts.map +1 -0
- package/dist/Entry/components/ObjectSelect.js +5 -5
- package/dist/Entry/components/Progress.d.ts +11 -0
- package/dist/Entry/components/Progress.d.ts.map +1 -0
- package/dist/Entry/components/Radio.d.ts +15 -0
- package/dist/Entry/components/Radio.d.ts.map +1 -0
- package/dist/Entry/components/Select.d.ts +29 -0
- package/dist/Entry/components/Select.d.ts.map +1 -0
- package/dist/Entry/components/Select.js +5 -5
- package/dist/Entry/components/Switch.d.ts +6 -0
- package/dist/Entry/components/Switch.d.ts.map +1 -0
- package/dist/Entry/components/TagsDatePicker.d.ts +7 -0
- package/dist/Entry/components/TagsDatePicker.d.ts.map +1 -0
- package/dist/Entry/components/TagsDatePicker.js +6 -6
- package/dist/Entry/components/TimePicker.d.ts +6 -0
- package/dist/Entry/components/TimePicker.d.ts.map +1 -0
- package/dist/Entry/components/TreeSelect.d.ts +5 -0
- package/dist/Entry/components/TreeSelect.d.ts.map +1 -0
- package/dist/Entry/components/TreeSelect.js +5 -5
- package/dist/Entry/components/index.scss +97 -97
- package/dist/Entry/components/utils.d.ts +1 -0
- package/dist/Entry/components/utils.d.ts.map +1 -0
- package/dist/Entry/components/utils.js +5 -5
- package/dist/Entry/data.d.ts +133 -133
- package/dist/Entry/index.d.ts +54 -0
- package/dist/Entry/index.d.ts.map +1 -0
- package/dist/Entry/index.js +6 -6
- package/dist/FilterPopover/Filter.d.ts +30 -0
- package/dist/FilterPopover/Filter.d.ts.map +1 -0
- package/dist/FilterPopover/FilterClearIcon.d.ts +8 -0
- package/dist/FilterPopover/FilterClearIcon.d.ts.map +1 -0
- package/dist/FilterPopover/FilterClearIcon.js +6 -6
- package/dist/FilterPopover/index.d.ts +21 -0
- package/dist/FilterPopover/index.d.ts.map +1 -0
- package/dist/FilterPopover/index.js +6 -6
- package/dist/FilterPopover/vTableFilter.d.ts +25 -0
- package/dist/FilterPopover/vTableFilter.d.ts.map +1 -0
- package/dist/Icon/IconCreate.d.ts +11 -0
- package/dist/Icon/IconCreate.d.ts.map +1 -0
- package/dist/Icon/index.d.ts +6 -0
- package/dist/Icon/index.d.ts.map +1 -0
- package/dist/Icon/index.js +5 -5
- package/dist/IconTools/index.d.ts +13 -0
- package/dist/IconTools/index.d.ts.map +1 -0
- package/dist/IconTools/utils.d.ts +15 -0
- package/dist/IconTools/utils.d.ts.map +1 -0
- package/dist/IconTools/utils.js +5 -5
- package/dist/SubtotalsModal/Increment.d.ts +18 -0
- package/dist/SubtotalsModal/Increment.d.ts.map +1 -0
- package/dist/SubtotalsModal/addSubtotals.d.ts +22 -0
- package/dist/SubtotalsModal/addSubtotals.d.ts.map +1 -0
- package/dist/SubtotalsModal/dndQuota.d.ts +27 -0
- package/dist/SubtotalsModal/dndQuota.d.ts.map +1 -0
- package/dist/SubtotalsModal/index.d.ts +22 -0
- package/dist/SubtotalsModal/index.d.ts.map +1 -0
- package/dist/SubtotalsModal/index.js +7 -7
- package/dist/SubtotalsModal/subtotalTemplate.d.ts +22 -0
- package/dist/SubtotalsModal/subtotalTemplate.d.ts.map +1 -0
- package/dist/SubtotalsModal/util.d.ts +3 -0
- package/dist/SubtotalsModal/util.d.ts.map +1 -0
- package/dist/SubtotalsModal/viewSubtotals.d.ts +12 -0
- package/dist/SubtotalsModal/viewSubtotals.d.ts.map +1 -0
- package/dist/TableHeaderConfigPopover/Dustbin.d.ts +5 -0
- package/dist/TableHeaderConfigPopover/Dustbin.d.ts.map +1 -0
- package/dist/TableHeaderConfigPopover/index.d.ts +22 -0
- package/dist/TableHeaderConfigPopover/index.d.ts.map +1 -0
- package/dist/TableHeaderConfigPopover/index.js +11 -8
- package/dist/TableHeaderConfigPopover/updateColumns.d.ts +10 -0
- package/dist/TableHeaderConfigPopover/updateColumns.d.ts.map +1 -0
- package/dist/TableHeaderConfigPopover/updateColumns.js +5 -5
- package/dist/TableHeaderConfigPopover/utils.d.ts +16 -0
- package/dist/TableHeaderConfigPopover/utils.d.ts.map +1 -0
- package/dist/TableHeaderConfigPopover/utils.js +5 -5
- package/dist/WidgetConfig/index.d.ts +40 -0
- package/dist/WidgetConfig/index.d.ts.map +1 -0
- package/dist/WidgetConfig/index.js +8 -8
- package/dist/index.d.ts +6 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/test/index.d.ts +4 -0
- package/dist/test/index.d.ts.map +1 -0
- package/dist/umd/ns-base-module.min.css +1 -1
- package/dist/umd/ns-base-module.min.js +1 -1
- package/dist/utils/cache.d.ts +17 -0
- package/dist/utils/cache.d.ts.map +1 -0
- package/dist/utils/cache.js +10 -10
- package/dist/utils/enum.d.ts +22 -0
- package/dist/utils/enum.d.ts.map +1 -0
- package/dist/utils/errorMsg.d.ts +3 -0
- package/dist/utils/errorMsg.d.ts.map +1 -0
- package/dist/utils/language.d.ts +283 -0
- package/dist/utils/language.d.ts.map +1 -0
- package/dist/utils/request.d.ts +1 -0
- package/dist/utils/request.d.ts.map +1 -0
- package/dist/utils/services/global.d.ts +130 -0
- package/dist/utils/services/global.d.ts.map +1 -0
- package/dist/utils/services/global.js +49 -49
- package/dist/utils/utils.d.ts +111 -0
- package/dist/utils/utils.d.ts.map +1 -0
- package/dist/utils/utils.js +50 -50
- package/package.json +100 -100
- package/style/basics.scss +671 -671
- package/style/components/ClassFilter.scss +74 -74
- package/style/components/FilterPopover.scss +40 -40
- package/style/components/SubtotalsModal.scss +388 -388
- package/style/components/TableHeaderConfigPopover.scss +105 -105
- package/style/components/index.scss +4 -4
- package/style/default.scss +1219 -1219
- package/style/index.scss +1 -1
- package/style/mixins/index.scss +28 -28
- package/style/mixins/libs/tint.scss +23 -23
- package/style/variables.scss +684 -684
- package/types/Action.d.ts +43 -43
- package/types/types.d.ts +1 -1
|
@@ -8,17 +8,17 @@ function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
|
|
|
8
8
|
function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
|
|
9
9
|
function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
|
|
10
10
|
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
11
|
-
/*
|
|
12
|
-
* @description:
|
|
13
|
-
* @author chenchangfu
|
|
14
|
-
* Copyright (c) 2019, AUTHOR. All rights reserved.
|
|
15
|
-
* AUTHOR PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
|
|
11
|
+
/*
|
|
12
|
+
* @description:
|
|
13
|
+
* @author chenchangfu
|
|
14
|
+
* Copyright (c) 2019, AUTHOR. All rights reserved.
|
|
15
|
+
* AUTHOR PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
|
|
16
16
|
*/
|
|
17
|
-
/*
|
|
18
|
-
* @description:
|
|
19
|
-
* @author chenchangfu
|
|
20
|
-
* Copyright (c) 2019, AUTHOR. All rights reserved.
|
|
21
|
-
* AUTHOR PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
|
|
17
|
+
/*
|
|
18
|
+
* @description:
|
|
19
|
+
* @author chenchangfu
|
|
20
|
+
* Copyright (c) 2019, AUTHOR. All rights reserved.
|
|
21
|
+
* AUTHOR PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
|
|
22
22
|
*/
|
|
23
23
|
import React, { useState, useEffect } from 'react';
|
|
24
24
|
import { InputNumber } from 'antd';
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
interface InputNumberRangeProps {
|
|
3
|
+
desc1?: string;
|
|
4
|
+
desc2?: string;
|
|
5
|
+
value?: any[];
|
|
6
|
+
onChange?: (nextValue?: any[]) => void;
|
|
7
|
+
}
|
|
8
|
+
declare const InputNumberRange: React.FC<InputNumberRangeProps>;
|
|
9
|
+
export default InputNumberRange;
|
|
10
|
+
//# sourceMappingURL=InputNumberRange.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"InputNumberRange.d.ts","sourceRoot":"","sources":["InputNumberRange.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAI1B,UAAU,qBAAqB;IAC7B,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,KAAK,CAAC,EAAE,GAAG,EAAE,CAAC;IACd,QAAQ,CAAC,EAAE,CAAC,SAAS,CAAC,EAAE,GAAG,EAAE,KAAK,IAAI,CAAC;CACxC;AAED,QAAA,MAAM,gBAAgB,EAAE,KAAK,CAAC,EAAE,CAAC,qBAAqB,CAyCrD,CAAC;AAEF,eAAe,gBAAgB,CAAC"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import type { ChooseModalProps } from '@/components/v2/Modal';
|
|
3
|
+
interface ListSelectProps extends ChooseModalProps {
|
|
4
|
+
value?: string;
|
|
5
|
+
onChange?: (e: React.ChangeEvent<HTMLInputElement>) => void;
|
|
6
|
+
style?: React.CSSProperties;
|
|
7
|
+
className?: string;
|
|
8
|
+
params?: Record<string, any>;
|
|
9
|
+
disabled?: boolean;
|
|
10
|
+
clearForm?: () => void;
|
|
11
|
+
templateName?: string;
|
|
12
|
+
}
|
|
13
|
+
declare const ListSelect: React.FC<ListSelectProps>;
|
|
14
|
+
export default ListSelect;
|
|
15
|
+
//# sourceMappingURL=ListSelect.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ListSelect.d.ts","sourceRoot":"","sources":["ListSelect.tsx"],"names":[],"mappings":"AAOA,OAAO,KAA+C,MAAM,OAAO,CAAC;AAEpE,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,uBAAuB,CAAC;AAG9D,UAAU,eAAgB,SAAQ,gBAAgB;IAChD,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,QAAQ,CAAC,EAAE,CAAC,CAAC,EAAE,KAAK,CAAC,WAAW,CAAC,gBAAgB,CAAC,KAAK,IAAI,CAAC;IAC5D,KAAK,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;IAC5B,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,MAAM,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;IAC7B,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,SAAS,CAAC,EAAE,MAAM,IAAI,CAAC;IACvB,YAAY,CAAC,EAAE,MAAM,CAAC;CACvB;AAED,QAAA,MAAM,UAAU,EAAE,KAAK,CAAC,EAAE,CAAC,eAAe,CAsGzC,CAAC;AAEF,eAAe,UAAU,CAAC"}
|
|
@@ -8,12 +8,12 @@ function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol"
|
|
|
8
8
|
function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
|
|
9
9
|
function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
|
|
10
10
|
function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
|
|
11
|
-
/*
|
|
12
|
-
* @Date: 2023-05-08 13:49:29
|
|
13
|
-
* @description:
|
|
14
|
-
* @author chenchangfu
|
|
15
|
-
* Copyright (c) 2019, AUTHOR. All rights reserved.
|
|
16
|
-
* AUTHOR PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
|
|
11
|
+
/*
|
|
12
|
+
* @Date: 2023-05-08 13:49:29
|
|
13
|
+
* @description:
|
|
14
|
+
* @author chenchangfu
|
|
15
|
+
* Copyright (c) 2019, AUTHOR. All rights reserved.
|
|
16
|
+
* AUTHOR PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
|
|
17
17
|
*/
|
|
18
18
|
import React, { useRef } from 'react';
|
|
19
19
|
import Input from "./Input";
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import type { SelectValue } from './Select';
|
|
3
|
+
import type { ValueEnumType } from '../data.d';
|
|
4
|
+
interface ObjectSelectProps {
|
|
5
|
+
valueEnum?: ValueEnumType[];
|
|
6
|
+
value?: string[];
|
|
7
|
+
name?: any;
|
|
8
|
+
onChange?: (value: SelectValue) => void;
|
|
9
|
+
onSelectObject?: (values: Record<string, any>, otherKey: string[], name?: any) => void;
|
|
10
|
+
record?: Record<string, any>;
|
|
11
|
+
}
|
|
12
|
+
declare const ObjectSelect: React.FC<ObjectSelectProps>;
|
|
13
|
+
export default ObjectSelect;
|
|
14
|
+
//# sourceMappingURL=ObjectSelect.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ObjectSelect.d.ts","sourceRoot":"","sources":["ObjectSelect.tsx"],"names":[],"mappings":"AAMA,OAAO,KAA4B,MAAM,OAAO,CAAC;AACjD,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,UAAU,CAAC;AAK5C,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,WAAW,CAAC;AAG/C,UAAU,iBAAiB;IACzB,SAAS,CAAC,EAAE,aAAa,EAAE,CAAC;IAC5B,KAAK,CAAC,EAAE,MAAM,EAAE,CAAC;IACjB,IAAI,CAAC,EAAE,GAAG,CAAC;IACX,QAAQ,CAAC,EAAE,CAAC,KAAK,EAAE,WAAW,KAAK,IAAI,CAAC;IACxC,cAAc,CAAC,EAAE,CAAC,MAAM,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,EAAE,QAAQ,EAAE,MAAM,EAAE,EAAE,IAAI,CAAC,EAAE,GAAG,KAAK,IAAI,CAAC;IACvF,MAAM,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;CAC9B;AAED,QAAA,MAAM,YAAY,EAAE,KAAK,CAAC,EAAE,CAAC,iBAAiB,CA4D7C,CAAC;AAEF,eAAe,YAAY,CAAC"}
|
|
@@ -10,11 +10,11 @@ function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol"
|
|
|
10
10
|
function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
|
|
11
11
|
function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
|
|
12
12
|
function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
|
|
13
|
-
/*
|
|
14
|
-
* @description:
|
|
15
|
-
* @author chenchangfu
|
|
16
|
-
* Copyright (c) 2019, AUTHOR. All rights reserved.
|
|
17
|
-
* AUTHOR PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
|
|
13
|
+
/*
|
|
14
|
+
* @description:
|
|
15
|
+
* @author chenchangfu
|
|
16
|
+
* Copyright (c) 2019, AUTHOR. All rights reserved.
|
|
17
|
+
* AUTHOR PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
|
|
18
18
|
*/
|
|
19
19
|
import React, { useEffect, useRef } from 'react';
|
|
20
20
|
import Select from "./Select";
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { ProgressProps } from 'antd/es/progress';
|
|
3
|
+
interface Iprops extends ProgressProps {
|
|
4
|
+
progressType?: 'circle' | 'line' | 'dashboard';
|
|
5
|
+
text?: string;
|
|
6
|
+
iconText?: string;
|
|
7
|
+
}
|
|
8
|
+
declare const Index: React.FC<Iprops>;
|
|
9
|
+
export default Index;
|
|
10
|
+
export type { ProgressProps };
|
|
11
|
+
//# sourceMappingURL=Progress.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Progress.d.ts","sourceRoot":"","sources":["Progress.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,aAAa,EAAE,MAAM,kBAAkB,CAAC;AAEjD,UAAU,MAAO,SAAQ,aAAa;IACpC,YAAY,CAAC,EAAE,QAAQ,GAAG,MAAM,GAAG,WAAW,CAAC;IAC/C,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,QAAQ,CAAC,EAAE,MAAM,CAAC;CACnB;AAED,QAAA,MAAM,KAAK,EAAE,KAAK,CAAC,EAAE,CAAC,MAAM,CAuD3B,CAAC;AAEF,eAAe,KAAK,CAAC;AACrB,YAAY,EAAE,aAAa,EAAE,CAAC"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import type { RadioProps } from 'antd';
|
|
3
|
+
import type { RadioGroupProps } from 'antd/lib/radio';
|
|
4
|
+
import type { RadioButtonProps } from 'antd/lib/radio/radioButton';
|
|
5
|
+
declare const RadioWrapper: {
|
|
6
|
+
(props: RadioProps): React.JSX.Element;
|
|
7
|
+
Group: (props: RadioGroupProps) => React.JSX.Element;
|
|
8
|
+
Button: (props: RadioButtonProps) => React.JSX.Element;
|
|
9
|
+
};
|
|
10
|
+
declare const Group: (props: RadioGroupProps) => React.JSX.Element;
|
|
11
|
+
declare const Button: (props: RadioButtonProps) => React.JSX.Element;
|
|
12
|
+
export default RadioWrapper;
|
|
13
|
+
export { Group, Button };
|
|
14
|
+
export type { RadioProps, RadioGroupProps, RadioButtonProps };
|
|
15
|
+
//# sourceMappingURL=Radio.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Radio.d.ts","sourceRoot":"","sources":["Radio.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,MAAM,CAAC;AAEvC,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,gBAAgB,CAAC;AACtD,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,4BAA4B,CAAC;AAKnE,QAAA,MAAM,YAAY;YAAW,UAAU;mBAIjB,eAAe;;CAFpC,CAAC;AAEF,QAAA,MAAM,KAAK,UAAW,eAAe,sBAEpC,CAAC;AAEF,QAAA,MAAM,MAAM,gDAEX,CAAC;AAKF,eAAe,YAAY,CAAC;AAE5B,OAAO,EAAE,KAAK,EAAE,MAAM,EAAE,CAAC;AACzB,YAAY,EAAE,UAAU,EAAE,eAAe,EAAE,gBAAgB,EAAE,CAAC"}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import type { SelectProps } from 'antd';
|
|
3
|
+
import type { OptionProps } from 'antd/lib/select';
|
|
4
|
+
declare type RawValue = string | number;
|
|
5
|
+
export interface LabeledValue {
|
|
6
|
+
key?: string;
|
|
7
|
+
value: RawValue;
|
|
8
|
+
label: React.ReactNode;
|
|
9
|
+
}
|
|
10
|
+
export declare type SelectValue = RawValue | RawValue[] | LabeledValue | LabeledValue[];
|
|
11
|
+
declare type selectExtend = {
|
|
12
|
+
record?: Record<string, any>;
|
|
13
|
+
request?: {
|
|
14
|
+
url: string;
|
|
15
|
+
};
|
|
16
|
+
getOptionCallback?: Function;
|
|
17
|
+
valueEnum?: Record<string, any>[];
|
|
18
|
+
};
|
|
19
|
+
declare const Option: (props: OptionProps) => React.JSX.Element;
|
|
20
|
+
declare const OptGroup: (props: OptionProps) => React.JSX.Element;
|
|
21
|
+
declare const SelectWrapper: {
|
|
22
|
+
(props: SelectProps<SelectValue> & selectExtend): React.JSX.Element;
|
|
23
|
+
Option: (props: OptionProps) => React.JSX.Element;
|
|
24
|
+
OptGroup: (props: OptionProps) => React.JSX.Element;
|
|
25
|
+
};
|
|
26
|
+
export default SelectWrapper;
|
|
27
|
+
export { Option, OptGroup };
|
|
28
|
+
export type { SelectProps, OptionProps };
|
|
29
|
+
//# sourceMappingURL=Select.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Select.d.ts","sourceRoot":"","sources":["Select.tsx"],"names":[],"mappings":"AAMA,OAAO,KAAoD,MAAM,OAAO,CAAC;AACzE,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,MAAM,CAAC;AAExC,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,iBAAiB,CAAC;AAOnD,OAAO,MAAM,QAAQ,GAAG,MAAM,GAAG,MAAM,CAAC;AACxC,MAAM,WAAW,YAAY;IAC3B,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,KAAK,EAAE,QAAQ,CAAC;IAChB,KAAK,EAAE,KAAK,CAAC,SAAS,CAAC;CACxB;AACD,MAAM,CAAC,OAAO,MAAM,WAAW,GAAG,QAAQ,GAAG,QAAQ,EAAE,GAAG,YAAY,GAAG,YAAY,EAAE,CAAC;AACxF,aAAK,YAAY,GAAG;IAElB,MAAM,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;IAE7B,OAAO,CAAC,EAAE;QAAE,GAAG,EAAE,MAAM,CAAA;KAAE,CAAC;IAE1B,iBAAiB,CAAC,EAAE,QAAQ,CAAC;IAE7B,SAAS,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,EAAE,CAAC;CACnC,CAAC;AAKF,QAAA,MAAM,MAAM,UAAW,WAAW,sBAEjC,CAAC;AAEF,QAAA,MAAM,QAAQ,UAAW,WAAW,sBAEnC,CAAC;AAEF,QAAA,MAAM,aAAa;YAAW,YAAY,WAAW,CAAC,GAAG,YAAY;oBAR9C,WAAW;sBAIT,WAAW;CA2DnC,CAAC;AAKF,eAAe,aAAa,CAAC;AAE7B,OAAO,EAAE,MAAM,EAAE,QAAQ,EAAE,CAAC;AAE5B,YAAY,EAAE,WAAW,EAAE,WAAW,EAAE,CAAC"}
|
|
@@ -9,11 +9,11 @@ function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o =
|
|
|
9
9
|
function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i]; return arr2; }
|
|
10
10
|
function _iterableToArrayLimit(r, l) { var t = null == r ? null : "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"]; if (null != t) { var e, n, i, u, a = [], f = !0, o = !1; try { if (i = (t = t.call(r)).next, 0 === l) { if (Object(t) !== t) return; f = !1; } else for (; !(f = (e = i.call(t)).done) && (a.push(e.value), a.length !== l); f = !0); } catch (r) { o = !0, n = r; } finally { try { if (!f && null != t.return && (u = t.return(), Object(u) !== u)) return; } finally { if (o) throw n; } } return a; } }
|
|
11
11
|
function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
|
|
12
|
-
/*
|
|
13
|
-
* @description:
|
|
14
|
-
* @author chenchangfu
|
|
15
|
-
* Copyright (c) 2019, AUTHOR. All rights reserved.
|
|
16
|
-
* AUTHOR PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
|
|
12
|
+
/*
|
|
13
|
+
* @description:
|
|
14
|
+
* @author chenchangfu
|
|
15
|
+
* Copyright (c) 2019, AUTHOR. All rights reserved.
|
|
16
|
+
* AUTHOR PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
|
|
17
17
|
*/
|
|
18
18
|
import React, { useCallback, useEffect, useState } from 'react';
|
|
19
19
|
import { Select } from 'antd';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Switch.d.ts","sourceRoot":"","sources":["Switch.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,MAAM,CAAC;AAGxC,QAAA,MAAM,KAAK,kCAAmC,GAAG,sBAMhD,CAAC;AAEF,eAAe,KAAK,CAAC;AAErB,YAAY,EAAE,WAAW,EAAE,CAAC"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import type { DatePickerProps } from 'antd';
|
|
3
|
+
import type { RangePickerProps } from 'antd/lib/date-picker';
|
|
4
|
+
declare const TagsDatePicker: ({ onChange, picker, value, ...props }: any) => React.JSX.Element;
|
|
5
|
+
export default TagsDatePicker;
|
|
6
|
+
export type { RangePickerProps, DatePickerProps };
|
|
7
|
+
//# sourceMappingURL=TagsDatePicker.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TagsDatePicker.d.ts","sourceRoot":"","sources":["TagsDatePicker.tsx"],"names":[],"mappings":"AAOA,OAAO,KAA4D,MAAM,OAAO,CAAC;AACjF,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,MAAM,CAAC;AAG5C,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,sBAAsB,CAAC;AA8B7D,QAAA,MAAM,cAAc,0CAA2C,GAAG,sBAsKjE,CAAC;AAEF,eAAe,cAAc,CAAC;AAE9B,YAAY,EAAE,gBAAgB,EAAE,eAAe,EAAE,CAAC"}
|
|
@@ -13,12 +13,12 @@ function _iterableToArrayLimit(r, l) { var t = null == r ? null : "undefined" !=
|
|
|
13
13
|
function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
|
|
14
14
|
function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
|
|
15
15
|
function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
|
|
16
|
-
/*
|
|
17
|
-
* @Date: 2023-06-12 18:56:06
|
|
18
|
-
* @description:
|
|
19
|
-
* @author chenchangfu
|
|
20
|
-
* Copyright (c) 2019, AUTHOR. All rights reserved.
|
|
21
|
-
* AUTHOR PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
|
|
16
|
+
/*
|
|
17
|
+
* @Date: 2023-06-12 18:56:06
|
|
18
|
+
* @description:
|
|
19
|
+
* @author chenchangfu
|
|
20
|
+
* Copyright (c) 2019, AUTHOR. All rights reserved.
|
|
21
|
+
* AUTHOR PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
|
|
22
22
|
*/
|
|
23
23
|
import React, { useCallback, useEffect, useState, useRef } from 'react';
|
|
24
24
|
import { DatePicker, Space, Select, Row, Col, Radio } from 'antd';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TimePicker.d.ts","sourceRoot":"","sources":["TimePicker.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,MAAM,CAAC;AAG5C,QAAA,MAAM,iBAAiB,UAAW,eAAe,sBAEhD,CAAC;AAEF,eAAe,iBAAiB,CAAC;AAEjC,YAAY,EAAE,eAAe,EAAE,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TreeSelect.d.ts","sourceRoot":"","sources":["TreeSelect.tsx"],"names":[],"mappings":"AAMA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,MAAM,CAAC;AAG5C,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,QAAA,MAAM,KAAK,UAAW,eAAe,sBAYpC,CAAC;AAEF,eAAe,KAAK,CAAC"}
|
|
@@ -5,11 +5,11 @@ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t =
|
|
|
5
5
|
function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
|
6
6
|
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : String(i); }
|
|
7
7
|
function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
|
|
8
|
-
/*
|
|
9
|
-
* @description:
|
|
10
|
-
* @author chenchangfu
|
|
11
|
-
* Copyright (c) 2019, AUTHOR. All rights reserved.
|
|
12
|
-
* AUTHOR PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
|
|
8
|
+
/*
|
|
9
|
+
* @description:
|
|
10
|
+
* @author chenchangfu
|
|
11
|
+
* Copyright (c) 2019, AUTHOR. All rights reserved.
|
|
12
|
+
* AUTHOR PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
|
|
13
13
|
*/
|
|
14
14
|
|
|
15
15
|
import { TreeSelect } from "antd";
|
|
@@ -1,97 +1,97 @@
|
|
|
1
|
-
.image-text {
|
|
2
|
-
display: flex;
|
|
3
|
-
flex-wrap: wrap;
|
|
4
|
-
// flex-direction: row-reverse;
|
|
5
|
-
flex-wrap: wrap-reverse;
|
|
6
|
-
justify-content: flex-start;
|
|
7
|
-
.ant-form-item {
|
|
8
|
-
margin-bottom: 10px;
|
|
9
|
-
}
|
|
10
|
-
.ant-col {
|
|
11
|
-
// &:hover {
|
|
12
|
-
// background-color: #eee;
|
|
13
|
-
// cursor: pointer;
|
|
14
|
-
// }
|
|
15
|
-
// &:first-child {
|
|
16
|
-
// .card-list-item {
|
|
17
|
-
// border-top: 1px solid #cacaca99;
|
|
18
|
-
// }
|
|
19
|
-
// }
|
|
20
|
-
}
|
|
21
|
-
|
|
22
|
-
.card-list-item {
|
|
23
|
-
display: flex;
|
|
24
|
-
width: 230px;
|
|
25
|
-
// border-bottom: 1px solid #cacaca99;
|
|
26
|
-
margin-bottom: 15px;
|
|
27
|
-
margin-left: 24px;
|
|
28
|
-
|
|
29
|
-
.item-img {
|
|
30
|
-
width: 100px;
|
|
31
|
-
min-width: 100px;
|
|
32
|
-
height: 100px;
|
|
33
|
-
margin: auto;
|
|
34
|
-
margin-right: 10px;
|
|
35
|
-
overflow: hidden;
|
|
36
|
-
// background: #eee;
|
|
37
|
-
background-color: #fff;
|
|
38
|
-
background-repeat: no-repeat;
|
|
39
|
-
background-position: center;
|
|
40
|
-
background-size: contain;
|
|
41
|
-
img {
|
|
42
|
-
display: block;
|
|
43
|
-
max-width: 100%;
|
|
44
|
-
max-height: 100%;
|
|
45
|
-
margin: auto;
|
|
46
|
-
}
|
|
47
|
-
}
|
|
48
|
-
.stepsItem {
|
|
49
|
-
margin-top: 20px;
|
|
50
|
-
margin-bottom: 35px;
|
|
51
|
-
padding-left: 34px;
|
|
52
|
-
}
|
|
53
|
-
.item-desc {
|
|
54
|
-
flex: 1;
|
|
55
|
-
margin: auto;
|
|
56
|
-
text-align: left;
|
|
57
|
-
|
|
58
|
-
.item-body {
|
|
59
|
-
display: inline-block;
|
|
60
|
-
align-items: center;
|
|
61
|
-
vertical-align: middle;
|
|
62
|
-
}
|
|
63
|
-
.ant-form-item-label > label {
|
|
64
|
-
height: 20px;
|
|
65
|
-
}
|
|
66
|
-
.ant-form-item-control-input {
|
|
67
|
-
min-height: 20px;
|
|
68
|
-
}
|
|
69
|
-
p {
|
|
70
|
-
width: 100%;
|
|
71
|
-
margin-bottom: 8px;
|
|
72
|
-
overflow: hidden;
|
|
73
|
-
text-overflow: ellipsis;
|
|
74
|
-
overflow-wrap: break-word;
|
|
75
|
-
}
|
|
76
|
-
}
|
|
77
|
-
|
|
78
|
-
&.horizontal {
|
|
79
|
-
display: flex;
|
|
80
|
-
// margin-top: 10px;
|
|
81
|
-
// margin-bottom: 10px;
|
|
82
|
-
// flex: 1;
|
|
83
|
-
.item-desc {
|
|
84
|
-
flex: 1;
|
|
85
|
-
padding: 24px 10px 10px 10px;
|
|
86
|
-
overflow: hidden;
|
|
87
|
-
text-align: left;
|
|
88
|
-
}
|
|
89
|
-
}
|
|
90
|
-
&.vertical {
|
|
91
|
-
margin-left: 0;
|
|
92
|
-
.item-img {
|
|
93
|
-
margin-right: auto;
|
|
94
|
-
}
|
|
95
|
-
}
|
|
96
|
-
}
|
|
97
|
-
}
|
|
1
|
+
.image-text {
|
|
2
|
+
display: flex;
|
|
3
|
+
flex-wrap: wrap;
|
|
4
|
+
// flex-direction: row-reverse;
|
|
5
|
+
flex-wrap: wrap-reverse;
|
|
6
|
+
justify-content: flex-start;
|
|
7
|
+
.ant-form-item {
|
|
8
|
+
margin-bottom: 10px;
|
|
9
|
+
}
|
|
10
|
+
.ant-col {
|
|
11
|
+
// &:hover {
|
|
12
|
+
// background-color: #eee;
|
|
13
|
+
// cursor: pointer;
|
|
14
|
+
// }
|
|
15
|
+
// &:first-child {
|
|
16
|
+
// .card-list-item {
|
|
17
|
+
// border-top: 1px solid #cacaca99;
|
|
18
|
+
// }
|
|
19
|
+
// }
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
.card-list-item {
|
|
23
|
+
display: flex;
|
|
24
|
+
width: 230px;
|
|
25
|
+
// border-bottom: 1px solid #cacaca99;
|
|
26
|
+
margin-bottom: 15px;
|
|
27
|
+
margin-left: 24px;
|
|
28
|
+
|
|
29
|
+
.item-img {
|
|
30
|
+
width: 100px;
|
|
31
|
+
min-width: 100px;
|
|
32
|
+
height: 100px;
|
|
33
|
+
margin: auto;
|
|
34
|
+
margin-right: 10px;
|
|
35
|
+
overflow: hidden;
|
|
36
|
+
// background: #eee;
|
|
37
|
+
background-color: #fff;
|
|
38
|
+
background-repeat: no-repeat;
|
|
39
|
+
background-position: center;
|
|
40
|
+
background-size: contain;
|
|
41
|
+
img {
|
|
42
|
+
display: block;
|
|
43
|
+
max-width: 100%;
|
|
44
|
+
max-height: 100%;
|
|
45
|
+
margin: auto;
|
|
46
|
+
}
|
|
47
|
+
}
|
|
48
|
+
.stepsItem {
|
|
49
|
+
margin-top: 20px;
|
|
50
|
+
margin-bottom: 35px;
|
|
51
|
+
padding-left: 34px;
|
|
52
|
+
}
|
|
53
|
+
.item-desc {
|
|
54
|
+
flex: 1;
|
|
55
|
+
margin: auto;
|
|
56
|
+
text-align: left;
|
|
57
|
+
|
|
58
|
+
.item-body {
|
|
59
|
+
display: inline-block;
|
|
60
|
+
align-items: center;
|
|
61
|
+
vertical-align: middle;
|
|
62
|
+
}
|
|
63
|
+
.ant-form-item-label > label {
|
|
64
|
+
height: 20px;
|
|
65
|
+
}
|
|
66
|
+
.ant-form-item-control-input {
|
|
67
|
+
min-height: 20px;
|
|
68
|
+
}
|
|
69
|
+
p {
|
|
70
|
+
width: 100%;
|
|
71
|
+
margin-bottom: 8px;
|
|
72
|
+
overflow: hidden;
|
|
73
|
+
text-overflow: ellipsis;
|
|
74
|
+
overflow-wrap: break-word;
|
|
75
|
+
}
|
|
76
|
+
}
|
|
77
|
+
|
|
78
|
+
&.horizontal {
|
|
79
|
+
display: flex;
|
|
80
|
+
// margin-top: 10px;
|
|
81
|
+
// margin-bottom: 10px;
|
|
82
|
+
// flex: 1;
|
|
83
|
+
.item-desc {
|
|
84
|
+
flex: 1;
|
|
85
|
+
padding: 24px 10px 10px 10px;
|
|
86
|
+
overflow: hidden;
|
|
87
|
+
text-align: left;
|
|
88
|
+
}
|
|
89
|
+
}
|
|
90
|
+
&.vertical {
|
|
91
|
+
margin-left: 0;
|
|
92
|
+
.item-img {
|
|
93
|
+
margin-right: auto;
|
|
94
|
+
}
|
|
95
|
+
}
|
|
96
|
+
}
|
|
97
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
//# sourceMappingURL=utils.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["utils.tsx"],"names":[],"mappings":""}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* @description:
|
|
3
|
-
* @author chenchangfu
|
|
4
|
-
* Copyright (c) 2019, AUTHOR. All rights reserved.
|
|
5
|
-
* AUTHOR PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
|
|
1
|
+
/*
|
|
2
|
+
* @description:
|
|
3
|
+
* @author chenchangfu
|
|
4
|
+
* Copyright (c) 2019, AUTHOR. All rights reserved.
|
|
5
|
+
* AUTHOR PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
|
|
6
6
|
*/
|