kts-component-invoice-operate 3.2.3 → 3.2.5
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/dist/Invoice/{ui/digtal/GoodsList.o/ui/AddRowButton → Invoice-digtal/_test/prefab}/index.d.ts +1 -0
- package/dist/Invoice/ui/digtal/GoodsList/hook/useRowSelection/index.d.ts +1 -1
- package/dist/index.esm.js +29 -8
- package/dist/index.js +29 -8
- package/docs-dist/404.html +33 -0
- package/docs-dist/index.html +33 -0
- package/docs-dist/static/add.a70623b4.svg +12 -0
- package/docs-dist/static/arrowDown.a1cbf0d8.svg +3 -0
- package/docs-dist/static/arrowUp.4c482054.svg +3 -0
- package/docs-dist/static/auto.a6cd905c.svg +1 -0
- package/docs-dist/static/fork.5431267d.svg +12 -0
- package/docs-dist/static/magnifier.2b26be6e.svg +1 -0
- package/docs-dist/static/plus.4fd1af30.svg +12 -0
- package/docs-dist/umi.css +20 -0
- package/docs-dist/umi.js +1 -0
- package/package.json +1 -1
- package/src/Invoice/Invoice-digtal/_test/prefab/index.tsx +150 -0
- package/src/Invoice/Invoice-digtal/index.md +3 -0
- package/src/Invoice/ui/digtal/GoodsList/hook/useRowSelection/index.tsx +12 -2
- package/src/Invoice/ui/digtal/GoodsList/ui/BulkMenu/hooks/useAddDiscountRowButton/index.tsx +1 -0
- package/src/Invoice/ui/digtal/GoodsList/ui/BulkMenu/hooks/useEmptyRefill/index.tsx +1 -0
- package/src/Invoice/ui/digtal/GoodsList/ui/BulkMenu/hooks/useReselectInvoiceType/index.tsx +1 -0
- package/src/Invoice/ui/digtal/Stakeholder/index.tsx +5 -1
- package/src/InvoiceTypeModal/dist/index.js +92 -0
- package/src/InvoiceTypeModal/index.tsx +8 -2
- package/dist/Invoice/ui/digtal/GoodsList.o/hook/useColumns/autoFillFn/index.d.ts +0 -35
- package/dist/Invoice/ui/digtal/GoodsList.o/hook/useColumns/index.d.ts +0 -3
- package/dist/Invoice/ui/digtal/GoodsList.o/hook/useColumns/ui/ItemNameInput/index.d.ts +0 -7
- package/dist/Invoice/ui/digtal/GoodsList.o/hook/useColumns/ui/RowEditButton/index.d.ts +0 -6
- package/dist/Invoice/ui/digtal/GoodsList.o/hook/useColumns/ui/RowMenu/hook/_useAddComparison/index.d.ts +0 -4
- package/dist/Invoice/ui/digtal/GoodsList.o/hook/useColumns/ui/RowMenu/hook/useAddDiscount/index.d.ts +0 -7
- package/dist/Invoice/ui/digtal/GoodsList.o/hook/useColumns/ui/RowMenu/hook/useDelItem/index.d.ts +0 -7
- package/dist/Invoice/ui/digtal/GoodsList.o/hook/useColumns/ui/RowMenu/hook/useEndowCode/index.d.ts +0 -7
- package/dist/Invoice/ui/digtal/GoodsList.o/hook/useColumns/ui/RowMenu/index.d.ts +0 -7
- package/dist/Invoice/ui/digtal/GoodsList.o/hook/useColumns/ui/RowSaveButton/index.d.ts +0 -6
- package/dist/Invoice/ui/digtal/GoodsList.o/hook/useColumns/ui/TitleText/index.d.ts +0 -8
- package/dist/Invoice/ui/digtal/GoodsList.o/hook/useDeduction/index.d.ts +0 -8
- package/dist/Invoice/ui/digtal/GoodsList.o/hook/useOnRow/index.d.ts +0 -8
- package/dist/Invoice/ui/digtal/GoodsList.o/hook/useRowSelection/index.d.ts +0 -8
- package/dist/Invoice/ui/digtal/GoodsList.o/hook/useWindowClick/index.d.ts +0 -8
- package/dist/Invoice/ui/digtal/GoodsList.o/index.d.ts +0 -20
- package/dist/Invoice/ui/digtal/GoodsList.o/ui/TableRow/index.d.ts +0 -2
- package/dist/Invoice/ui/digtal/GoodsList.o/ui/TableVirtual/index.d.ts +0 -4
- package/src/Invoice/ui/digtal/GoodsList.o/hook/useColumns/autoFillFn/index.ts +0 -520
- package/src/Invoice/ui/digtal/GoodsList.o/hook/useColumns/index.tsx +0 -624
- package/src/Invoice/ui/digtal/GoodsList.o/hook/useColumns/ui/ItemNameInput/index.less +0 -10
- package/src/Invoice/ui/digtal/GoodsList.o/hook/useColumns/ui/ItemNameInput/index.tsx +0 -19
- package/src/Invoice/ui/digtal/GoodsList.o/hook/useColumns/ui/RowEditButton/index.tsx +0 -30
- package/src/Invoice/ui/digtal/GoodsList.o/hook/useColumns/ui/RowMenu/hook/_useAddComparison/index.tsx +0 -43
- package/src/Invoice/ui/digtal/GoodsList.o/hook/useColumns/ui/RowMenu/hook/useAddDiscount/index.tsx +0 -76
- package/src/Invoice/ui/digtal/GoodsList.o/hook/useColumns/ui/RowMenu/hook/useDelItem/index.tsx +0 -41
- package/src/Invoice/ui/digtal/GoodsList.o/hook/useColumns/ui/RowMenu/hook/useEndowCode/index.tsx +0 -34
- package/src/Invoice/ui/digtal/GoodsList.o/hook/useColumns/ui/RowMenu/index.less +0 -13
- package/src/Invoice/ui/digtal/GoodsList.o/hook/useColumns/ui/RowMenu/index.tsx +0 -98
- package/src/Invoice/ui/digtal/GoodsList.o/hook/useColumns/ui/RowSaveButton/index.tsx +0 -14
- package/src/Invoice/ui/digtal/GoodsList.o/hook/useColumns/ui/TitleText/index.tsx +0 -20
- package/src/Invoice/ui/digtal/GoodsList.o/hook/useDeduction/index.tsx +0 -24
- package/src/Invoice/ui/digtal/GoodsList.o/hook/useOnRow/index.tsx +0 -39
- package/src/Invoice/ui/digtal/GoodsList.o/hook/useRowSelection/index.tsx +0 -112
- package/src/Invoice/ui/digtal/GoodsList.o/hook/useWindowClick/index.tsx +0 -23
- package/src/Invoice/ui/digtal/GoodsList.o/index.less +0 -7
- package/src/Invoice/ui/digtal/GoodsList.o/index.tsx +0 -132
- package/src/Invoice/ui/digtal/GoodsList.o/ui/AddRowButton/index.tsx +0 -66
- package/src/Invoice/ui/digtal/GoodsList.o/ui/TableRow/index.tsx +0 -28
- package/src/Invoice/ui/digtal/GoodsList.o/ui/TableVirtual/index.less +0 -43
- package/src/Invoice/ui/digtal/GoodsList.o/ui/TableVirtual/index.tsx +0 -109
- /package/{src/Invoice/ui/digtal/GoodsList.o/hook/useColumns/ui/RowMenu/spot.svg → docs-dist/static/spot.42e620e1.svg} +0 -0
package/dist/index.esm.js
CHANGED
|
@@ -14113,7 +14113,9 @@ var Stakeholder$1 = decorator(Form.create())(function (props) {
|
|
|
14113
14113
|
return s.stakeholder.rulesMap || {};
|
|
14114
14114
|
}, []);
|
|
14115
14115
|
var readOnly = React.useMemo(function () {
|
|
14116
|
-
|
|
14116
|
+
if (model === 'readOnly') return true;
|
|
14117
|
+
if (model === 'prefab') return true;
|
|
14118
|
+
return false;
|
|
14117
14119
|
}, [model]);
|
|
14118
14120
|
var onExpand = React.useCallback(function () {
|
|
14119
14121
|
setExpand(function (e) {
|
|
@@ -17301,11 +17303,20 @@ var useRowSelection$1 = (function () {
|
|
|
17301
17303
|
var goodsList = controller.useMemo(function (s) {
|
|
17302
17304
|
return s.goodsListState.goodsList;
|
|
17303
17305
|
}, []);
|
|
17304
|
-
/**
|
|
17306
|
+
/** 组件模式 */
|
|
17305
17307
|
|
|
17306
|
-
var
|
|
17307
|
-
return s.
|
|
17308
|
+
var model = controller.useMemo(function (s) {
|
|
17309
|
+
return s.model;
|
|
17308
17310
|
}, []);
|
|
17311
|
+
/** 搜索条件 */
|
|
17312
|
+
// const searchValue = controller.useMemo(s => s.goodsListState.searchValue, []);
|
|
17313
|
+
|
|
17314
|
+
/** 是否显示选择框 */
|
|
17315
|
+
|
|
17316
|
+
var isShow = React.useMemo(function () {
|
|
17317
|
+
if (model === 'readOnly') return false;
|
|
17318
|
+
return true;
|
|
17319
|
+
}, [model]);
|
|
17309
17320
|
/** 是否全选 */
|
|
17310
17321
|
// const isAll = controller.useMemo(s => s.goodsListState.goodsList.length > 0 && s.goodsListState.selectedGoodIndex.length === s.goodsListState.goodsList.length, [])
|
|
17311
17322
|
|
|
@@ -17569,6 +17580,7 @@ var useRowSelection$1 = (function () {
|
|
|
17569
17580
|
React.useEffect(function () {
|
|
17570
17581
|
sortOut(true);
|
|
17571
17582
|
}, [sortOut, goodsList]);
|
|
17583
|
+
if (isShow === false) return undefined;
|
|
17572
17584
|
return {
|
|
17573
17585
|
columnWidth: 45,
|
|
17574
17586
|
columnTitle: columnTitle,
|
|
@@ -17890,6 +17902,7 @@ var useAddDiscountRowButton$1 = (function () {
|
|
|
17890
17902
|
|
|
17891
17903
|
var isEnable = React.useMemo(function () {
|
|
17892
17904
|
if (model === 'readOnly') return false;
|
|
17905
|
+
if (model === 'prefab') return false;
|
|
17893
17906
|
return !(isAddDiscount === false);
|
|
17894
17907
|
}, [isAddDiscount, model]);
|
|
17895
17908
|
var button = React.useMemo(function () {
|
|
@@ -18415,6 +18428,7 @@ var useEmptyRefill = (function () {
|
|
|
18415
18428
|
}, [controller]);
|
|
18416
18429
|
var button = React.useMemo(function () {
|
|
18417
18430
|
if (model === 'readOnly') return React.createElement(React.Fragment, null);
|
|
18431
|
+
if (model === 'prefab') return React.createElement(React.Fragment, null);
|
|
18418
18432
|
return React.createElement(Popconfirm, {
|
|
18419
18433
|
title: "\u5C06\u8981\u6E05\u7A7A\u6240\u6709\u9879\u76EE\u4FE1\u606F\uFF0C\u662F\u5426\u7EE7\u7EED",
|
|
18420
18434
|
onConfirm: confirm,
|
|
@@ -18466,7 +18480,15 @@ function InvoiceTypeModal(props) {
|
|
|
18466
18480
|
}
|
|
18467
18481
|
}
|
|
18468
18482
|
}, _callee);
|
|
18469
|
-
})), [props.onOk]);
|
|
18483
|
+
})), [props.onOk, form]);
|
|
18484
|
+
var onChangeBillingType = React.useCallback(function (e) {
|
|
18485
|
+
props.onChange && props.onChange(e.target.value);
|
|
18486
|
+
form.setFieldsValue({
|
|
18487
|
+
invoiceType: null,
|
|
18488
|
+
business: null
|
|
18489
|
+
});
|
|
18490
|
+
setValues(form.getFieldsValue());
|
|
18491
|
+
}, [props.onChange, form]);
|
|
18470
18492
|
React.useEffect(function () {
|
|
18471
18493
|
if (props.open) {
|
|
18472
18494
|
var values = {
|
|
@@ -18506,9 +18528,7 @@ function InvoiceTypeModal(props) {
|
|
|
18506
18528
|
className: "goods-list-digtal-reselect-invoice-typeModal-radio",
|
|
18507
18529
|
optionType: "button",
|
|
18508
18530
|
disabled: disableds.indexOf('billingType') >= 0,
|
|
18509
|
-
onChange:
|
|
18510
|
-
props.onChange && props.onChange(e.target.value);
|
|
18511
|
-
},
|
|
18531
|
+
onChange: onChangeBillingType,
|
|
18512
18532
|
options: [{
|
|
18513
18533
|
label: '数电发票',
|
|
18514
18534
|
value: 'digital'
|
|
@@ -18576,6 +18596,7 @@ var useReselectInvoiceType = (function () {
|
|
|
18576
18596
|
}, [onClose, typeModalProps === null || typeModalProps === void 0 ? void 0 : typeModalProps.onOk]);
|
|
18577
18597
|
var isEnable = React.useMemo(function () {
|
|
18578
18598
|
if (model === 'readOnly') return false;
|
|
18599
|
+
if (model === 'prefab') return false;
|
|
18579
18600
|
return true;
|
|
18580
18601
|
}, [model]);
|
|
18581
18602
|
var button = React.useMemo(function () {
|
package/dist/index.js
CHANGED
|
@@ -14123,7 +14123,9 @@ var Stakeholder$1 = GreyReactBox.decorator(ktsComponentsAntdX3.Form.create())(fu
|
|
|
14123
14123
|
return s.stakeholder.rulesMap || {};
|
|
14124
14124
|
}, []);
|
|
14125
14125
|
var readOnly = React__default['default'].useMemo(function () {
|
|
14126
|
-
|
|
14126
|
+
if (model === 'readOnly') return true;
|
|
14127
|
+
if (model === 'prefab') return true;
|
|
14128
|
+
return false;
|
|
14127
14129
|
}, [model]);
|
|
14128
14130
|
var onExpand = React__default['default'].useCallback(function () {
|
|
14129
14131
|
setExpand(function (e) {
|
|
@@ -17311,11 +17313,20 @@ var useRowSelection$1 = (function () {
|
|
|
17311
17313
|
var goodsList = controller.useMemo(function (s) {
|
|
17312
17314
|
return s.goodsListState.goodsList;
|
|
17313
17315
|
}, []);
|
|
17314
|
-
/**
|
|
17316
|
+
/** 组件模式 */
|
|
17315
17317
|
|
|
17316
|
-
var
|
|
17317
|
-
return s.
|
|
17318
|
+
var model = controller.useMemo(function (s) {
|
|
17319
|
+
return s.model;
|
|
17318
17320
|
}, []);
|
|
17321
|
+
/** 搜索条件 */
|
|
17322
|
+
// const searchValue = controller.useMemo(s => s.goodsListState.searchValue, []);
|
|
17323
|
+
|
|
17324
|
+
/** 是否显示选择框 */
|
|
17325
|
+
|
|
17326
|
+
var isShow = React__default['default'].useMemo(function () {
|
|
17327
|
+
if (model === 'readOnly') return false;
|
|
17328
|
+
return true;
|
|
17329
|
+
}, [model]);
|
|
17319
17330
|
/** 是否全选 */
|
|
17320
17331
|
// const isAll = controller.useMemo(s => s.goodsListState.goodsList.length > 0 && s.goodsListState.selectedGoodIndex.length === s.goodsListState.goodsList.length, [])
|
|
17321
17332
|
|
|
@@ -17579,6 +17590,7 @@ var useRowSelection$1 = (function () {
|
|
|
17579
17590
|
React__default['default'].useEffect(function () {
|
|
17580
17591
|
sortOut(true);
|
|
17581
17592
|
}, [sortOut, goodsList]);
|
|
17593
|
+
if (isShow === false) return undefined;
|
|
17582
17594
|
return {
|
|
17583
17595
|
columnWidth: 45,
|
|
17584
17596
|
columnTitle: columnTitle,
|
|
@@ -17900,6 +17912,7 @@ var useAddDiscountRowButton$1 = (function () {
|
|
|
17900
17912
|
|
|
17901
17913
|
var isEnable = React__default['default'].useMemo(function () {
|
|
17902
17914
|
if (model === 'readOnly') return false;
|
|
17915
|
+
if (model === 'prefab') return false;
|
|
17903
17916
|
return !(isAddDiscount === false);
|
|
17904
17917
|
}, [isAddDiscount, model]);
|
|
17905
17918
|
var button = React__default['default'].useMemo(function () {
|
|
@@ -18425,6 +18438,7 @@ var useEmptyRefill = (function () {
|
|
|
18425
18438
|
}, [controller]);
|
|
18426
18439
|
var button = React__default['default'].useMemo(function () {
|
|
18427
18440
|
if (model === 'readOnly') return React__default['default'].createElement(React__default['default'].Fragment, null);
|
|
18441
|
+
if (model === 'prefab') return React__default['default'].createElement(React__default['default'].Fragment, null);
|
|
18428
18442
|
return React__default['default'].createElement(ktsXui.Popconfirm, {
|
|
18429
18443
|
title: "\u5C06\u8981\u6E05\u7A7A\u6240\u6709\u9879\u76EE\u4FE1\u606F\uFF0C\u662F\u5426\u7EE7\u7EED",
|
|
18430
18444
|
onConfirm: confirm,
|
|
@@ -18476,7 +18490,15 @@ function InvoiceTypeModal(props) {
|
|
|
18476
18490
|
}
|
|
18477
18491
|
}
|
|
18478
18492
|
}, _callee);
|
|
18479
|
-
})), [props.onOk]);
|
|
18493
|
+
})), [props.onOk, form]);
|
|
18494
|
+
var onChangeBillingType = React__default['default'].useCallback(function (e) {
|
|
18495
|
+
props.onChange && props.onChange(e.target.value);
|
|
18496
|
+
form.setFieldsValue({
|
|
18497
|
+
invoiceType: null,
|
|
18498
|
+
business: null
|
|
18499
|
+
});
|
|
18500
|
+
setValues(form.getFieldsValue());
|
|
18501
|
+
}, [props.onChange, form]);
|
|
18480
18502
|
React__default['default'].useEffect(function () {
|
|
18481
18503
|
if (props.open) {
|
|
18482
18504
|
var values = {
|
|
@@ -18516,9 +18538,7 @@ function InvoiceTypeModal(props) {
|
|
|
18516
18538
|
className: "goods-list-digtal-reselect-invoice-typeModal-radio",
|
|
18517
18539
|
optionType: "button",
|
|
18518
18540
|
disabled: disableds.indexOf('billingType') >= 0,
|
|
18519
|
-
onChange:
|
|
18520
|
-
props.onChange && props.onChange(e.target.value);
|
|
18521
|
-
},
|
|
18541
|
+
onChange: onChangeBillingType,
|
|
18522
18542
|
options: [{
|
|
18523
18543
|
label: '数电发票',
|
|
18524
18544
|
value: 'digital'
|
|
@@ -18586,6 +18606,7 @@ var useReselectInvoiceType = (function () {
|
|
|
18586
18606
|
}, [onClose, typeModalProps === null || typeModalProps === void 0 ? void 0 : typeModalProps.onOk]);
|
|
18587
18607
|
var isEnable = React__default['default'].useMemo(function () {
|
|
18588
18608
|
if (model === 'readOnly') return false;
|
|
18609
|
+
if (model === 'prefab') return false;
|
|
18589
18610
|
return true;
|
|
18590
18611
|
}, [model]);
|
|
18591
18612
|
var button = React__default['default'].useMemo(function () {
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
<!DOCTYPE html>
|
|
2
|
+
<html>
|
|
3
|
+
<head>
|
|
4
|
+
<meta charset="utf-8" />
|
|
5
|
+
<meta
|
|
6
|
+
name="viewport"
|
|
7
|
+
content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=no"
|
|
8
|
+
/>
|
|
9
|
+
<link rel="stylesheet" href="/docs-dist/umi.css" />
|
|
10
|
+
<script>
|
|
11
|
+
window.routerBase = "/";
|
|
12
|
+
</script>
|
|
13
|
+
<script>
|
|
14
|
+
//! umi version: 3.5.27
|
|
15
|
+
</script>
|
|
16
|
+
<script>
|
|
17
|
+
!(function () {
|
|
18
|
+
var e = localStorage.getItem("dumi:prefers-color"),
|
|
19
|
+
t = window.matchMedia("(prefers-color-scheme: dark)").matches,
|
|
20
|
+
r = ["light", "dark", "auto"];
|
|
21
|
+
document.documentElement.setAttribute(
|
|
22
|
+
"data-prefers-color",
|
|
23
|
+
e === r[2] ? (t ? r[1] : r[0]) : r.indexOf(e) > -1 ? e : r[0]
|
|
24
|
+
);
|
|
25
|
+
})();
|
|
26
|
+
</script>
|
|
27
|
+
</head>
|
|
28
|
+
<body>
|
|
29
|
+
<div id="root"></div>
|
|
30
|
+
|
|
31
|
+
<script src="/docs-dist/umi.js"></script>
|
|
32
|
+
</body>
|
|
33
|
+
</html>
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
<!DOCTYPE html>
|
|
2
|
+
<html>
|
|
3
|
+
<head>
|
|
4
|
+
<meta charset="utf-8" />
|
|
5
|
+
<meta
|
|
6
|
+
name="viewport"
|
|
7
|
+
content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=no"
|
|
8
|
+
/>
|
|
9
|
+
<link rel="stylesheet" href="/docs-dist/umi.css" />
|
|
10
|
+
<script>
|
|
11
|
+
window.routerBase = "/";
|
|
12
|
+
</script>
|
|
13
|
+
<script>
|
|
14
|
+
//! umi version: 3.5.27
|
|
15
|
+
</script>
|
|
16
|
+
<script>
|
|
17
|
+
!(function () {
|
|
18
|
+
var e = localStorage.getItem("dumi:prefers-color"),
|
|
19
|
+
t = window.matchMedia("(prefers-color-scheme: dark)").matches,
|
|
20
|
+
r = ["light", "dark", "auto"];
|
|
21
|
+
document.documentElement.setAttribute(
|
|
22
|
+
"data-prefers-color",
|
|
23
|
+
e === r[2] ? (t ? r[1] : r[0]) : r.indexOf(e) > -1 ? e : r[0]
|
|
24
|
+
);
|
|
25
|
+
})();
|
|
26
|
+
</script>
|
|
27
|
+
</head>
|
|
28
|
+
<body>
|
|
29
|
+
<div id="root"></div>
|
|
30
|
+
|
|
31
|
+
<script src="/docs-dist/umi.js"></script>
|
|
32
|
+
</body>
|
|
33
|
+
</html>
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="15" height="15" viewBox="0 0 15 15" fill="none">
|
|
2
|
+
<g clip-path="url(#clip0_715_372)">
|
|
3
|
+
<path d="M7.5 14.5312C3.61687 14.5312 0.46875 11.3831 0.46875 7.5C0.46875 3.61687 3.61687 0.46875 7.5 0.46875C11.3831 0.46875 14.5312 3.61687 14.5312 7.5C14.5312 11.3831 11.3831 14.5312 7.5 14.5312ZM7.5 13.5938C10.8656 13.5938 13.5938 10.8656 13.5938 7.5C13.5938 4.13438 10.8656 1.40625 7.5 1.40625C4.13438 1.40625 1.40625 4.13438 1.40625 7.5C1.40625 10.8656 4.13438 13.5938 7.5 13.5938Z" />
|
|
4
|
+
<path d="M3.75 7.96875C3.62568 7.96875 3.50645 7.91936 3.41854 7.83146C3.33064 7.74355 3.28125 7.62432 3.28125 7.5C3.28125 7.37568 3.33064 7.25645 3.41854 7.16854C3.50645 7.08064 3.62568 7.03125 3.75 7.03125H11.25C11.3743 7.03125 11.4935 7.08064 11.5815 7.16854C11.6694 7.25645 11.7188 7.37568 11.7188 7.5C11.7188 7.62432 11.6694 7.74355 11.5815 7.83146C11.4935 7.91936 11.3743 7.96875 11.25 7.96875H3.75Z" />
|
|
5
|
+
<path d="M7.03125 3.75C7.03125 3.62568 7.08064 3.50645 7.16854 3.41854C7.25645 3.33064 7.37568 3.28125 7.5 3.28125C7.62432 3.28125 7.74355 3.33064 7.83146 3.41854C7.91936 3.50645 7.96875 3.62568 7.96875 3.75V11.25C7.96875 11.3743 7.91936 11.4935 7.83146 11.5815C7.74355 11.6694 7.62432 11.7188 7.5 11.7188C7.37568 11.7188 7.25645 11.6694 7.16854 11.5815C7.08064 11.4935 7.03125 11.3743 7.03125 11.25V3.75Z" />
|
|
6
|
+
</g>
|
|
7
|
+
<defs>
|
|
8
|
+
<clipPath id="clip0_715_372">
|
|
9
|
+
<rect width="15" height="15" />
|
|
10
|
+
</clipPath>
|
|
11
|
+
</defs>
|
|
12
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="12" height="13" viewBox="0 0 12 13" fill="none">
|
|
2
|
+
<path d="M2.94338 4.42663C3.03458 4.42662 3.12571 4.46481 3.19459 4.54096L5.99164 7.6327L8.78868 4.54096C8.92463 4.39067 9.14733 4.38824 9.28606 4.53554C9.4248 4.68285 9.42705 4.92408 9.29107 5.07437L6.24283 8.44378C6.17667 8.5169 6.08613 8.55811 5.99164 8.55811C5.89714 8.55811 5.80659 8.5169 5.74044 8.44378L2.69221 5.07437C2.55623 4.92408 2.55849 4.68285 2.69722 4.53554C2.76567 4.46287 2.85455 4.42665 2.94338 4.42663Z"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="13" height="13" viewBox="0 0 13 13" fill="none">
|
|
2
|
+
<path d="M9.55662 8.57337C9.46542 8.57338 9.37429 8.53519 9.30541 8.45904L6.50836 5.3673L3.71132 8.45904C3.57537 8.60933 3.35267 8.61176 3.21394 8.46446C3.0752 8.31715 3.07295 8.07592 3.20893 7.92563L6.25717 4.55622C6.32333 4.4831 6.41387 4.44189 6.50836 4.44189C6.60286 4.44189 6.69341 4.4831 6.75956 4.55622L9.80779 7.92563C9.94377 8.07592 9.94151 8.31715 9.80278 8.46446C9.73433 8.53713 9.64545 8.57335 9.55662 8.57337Z"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1586510245354" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="4976" width="16" height="16" xmlns:xlink="http://www.w3.org/1999/xlink"><defs><style type="text/css"></style></defs><path d="M510.677 83.529c60.891 0 119.75 13.191 174.046 38.055l-40.087 70.028 202.97-1.016-101.99-175.063-35.52 61.909c-61.908-29.433-129.903-44.657-199.419-44.657-257.266 0-466.833 209.566-466.833 466.833 0 93.368 27.4 183.69 79.668 261.326l42.116-28.415c-46.684-69.012-71.039-149.183-71.039-232.91 0-229.355 186.729-416.09 416.088-416.09z m425.225 223.774l-46.175 20.802c24.356 53.788 37.039 111.637 37.039 171.512 0 229.358-186.73 416.089-416.089 416.089-46.684 0-92.351-7.608-135.99-22.832l34-65.968-202.468 10.148 110.116 170.5 35.52-69.012c50.738 18.777 104.526 27.908 159.33 27.908 257.265 0 466.832-209.567 466.832-466.833-0.507-66.98-14.715-131.93-42.115-192.314z m0 0" p-id="4977"></path><path d="M317.096 1023.06L192.387 829.965 421.78 818.47l-36.039 69.924c40.06 12.971 82.045 19.543 124.936 19.543 225.147 0 408.317-183.17 408.317-408.317 0-58.417-12.23-115.043-36.348-168.305l-3.212-7.094 60.343-27.186 3.203 7.059c27.889 61.462 42.292 127.226 42.81 195.467 0 261.757-212.908 474.664-474.606 474.664-54.211 0-106.5-8.76-155.546-26.05l-38.54 74.885zM220.05 844.143l95.524 147.906 32.521-63.187 6.458 2.39c49.176 18.198 101.874 27.425 156.632 27.425 253.126 0 459.06-205.933 459.06-459.06-0.48-63.377-13.353-124.59-38.275-182.018l-32.013 14.422c22.95 53.205 34.582 109.55 34.582 167.595 0 233.719-190.143 423.862-423.862 423.862-47.682 0-94.297-7.828-138.55-23.266l-8.448-2.948 31.914-61.92-175.543 8.8z m-98.64-72.405l-4.345-6.455C64.08 686.583 36.071 594.717 36.071 499.617c0-261.698 212.907-474.605 474.605-474.605 68.724 0 134.705 14.25 196.232 42.368L745.564 0.005 861.09 198.301l-229.898 1.151 42.514-74.27c-51.835-22.486-106.64-33.88-163.03-33.88-225.147 0-408.317 183.17-408.317 408.316 0 82.11 24.104 161.145 69.705 228.556l4.36 6.445-55.014 37.12zM510.677 40.557c-253.126 0-459.06 205.934-459.06 459.06 0 89.396 25.578 175.828 74.053 250.495l29.221-19.715c-44.563-68.554-68.074-148.169-68.074-230.78 0-233.717 190.143-423.861 423.861-423.861 61.471 0 121.117 13.04 177.283 38.76l7.738 3.543-37.618 65.714 176.044-0.882-88.458-151.83-32.41 56.489-6.498-3.09C645.482 55.329 579.51 40.558 510.677 40.558z" p-id="4978"></path><path d="M320.113 320.409h383.973v63.55H320.113z m0.184 127.952H704.27v63.55H320.297z m-0.184 127.803h383.973v63.55H320.113z" p-id="4979"></path></svg>
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none">
|
|
2
|
+
<g clip-path="url(#clip0_695_1221)">
|
|
3
|
+
<path d="M7.99978 0.888916C4.08867 0.888916 0.888672 4.08892 0.888672 8.00003C0.888672 11.9111 4.08867 15.1111 7.99978 15.1111C11.9109 15.1111 15.1109 11.9111 15.1109 8.00003C15.1109 4.08892 11.9109 0.888916 7.99978 0.888916ZM7.99978 14.2222C4.53312 14.2222 1.77756 11.4667 1.77756 8.00003C1.77756 4.53336 4.53312 1.7778 7.99978 1.7778C11.4664 1.7778 14.222 4.53336 14.222 8.00003C14.222 11.4667 11.4664 14.2222 7.99978 14.2222Z" fill="#333333"/>
|
|
4
|
+
<path d="M10.7019 11.3288L4.72949 5.35818L5.35794 4.72974L11.3295 10.7004L10.7019 11.3288Z" fill="#333333"/>
|
|
5
|
+
<path d="M4.66895 10.7023L10.6396 4.73071L11.2681 5.35916L5.29739 11.3307L4.66895 10.7023Z" fill="#333333"/>
|
|
6
|
+
</g>
|
|
7
|
+
<defs>
|
|
8
|
+
<clipPath id="clip0_695_1221">
|
|
9
|
+
<rect width="16" height="16" fill="white"/>
|
|
10
|
+
</clipPath>
|
|
11
|
+
</defs>
|
|
12
|
+
</svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg t="1656901778998" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="9253" width="200" height="200"><path d="M985.781333 918.594133 820.773333 765.5264c27.3728-32.973867 49.6544-69.5776 66.436267-109.258667 22.933333-54.218667 34.561067-111.7952 34.561067-171.1296 0-59.333333-11.627733-116.910933-34.561067-171.1296-22.142933-52.354133-53.837867-99.365333-94.200533-139.729067S705.633067 102.222933 653.28 80.08c-54.218667-22.933333-111.7952-34.561067-171.1296-34.561067S365.240533 57.147733 311.021867 80.08c-52.354133 22.142933-99.365333 53.8368-139.729067 94.200533s-72.0576 87.374933-94.200533 139.729067c-22.932267 54.218667-34.56 111.7952-34.56 171.1296 0 59.3344 11.627733 116.910933 34.56 171.1296 22.144 52.354133 53.837867 99.365333 94.200533 139.729067s87.374933 72.0576 139.729067 94.200533c54.218667 22.932267 111.7952 34.56 171.1296 34.56s116.910933-11.627733 171.1296-34.56c45.352533-19.181867 86.686933-45.543467 123.172267-78.487467L942.256 965.514667c6.16 5.714133 13.966933 8.539733 21.755733 8.539733 8.593067 0 17.163733-3.441067 23.467733-10.237867C999.4976 950.8608 998.738133 930.612267 985.781333 918.594133zM482.151467 860.7584c-207.117867 0-375.620267-168.5024-375.620267-375.620267 0-207.1168 168.5024-375.6192 375.620267-375.6192S857.770667 278.021333 857.770667 485.138133C857.770667 692.256 689.268267 860.7584 482.151467 860.7584z" p-id="9254"></path></svg>
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="15" viewBox="0 0 16 15" fill="none">
|
|
2
|
+
<g clip-path="url(#clip0_715_360)">
|
|
3
|
+
<path d="M8 14.5312C4.11687 14.5312 0.96875 11.3831 0.96875 7.5C0.96875 3.61687 4.11687 0.46875 8 0.46875C11.8831 0.46875 15.0312 3.61687 15.0312 7.5C15.0312 11.3831 11.8831 14.5312 8 14.5312ZM8 13.5938C11.3656 13.5938 14.0938 10.8656 14.0938 7.5C14.0938 4.13438 11.3656 1.40625 8 1.40625C4.63438 1.40625 1.90625 4.13438 1.90625 7.5C1.90625 10.8656 4.63438 13.5938 8 13.5938Z"/>
|
|
4
|
+
<path d="M4.25 7.96875C4.12568 7.96875 4.00645 7.91936 3.91854 7.83146C3.83064 7.74355 3.78125 7.62432 3.78125 7.5C3.78125 7.37568 3.83064 7.25645 3.91854 7.16854C4.00645 7.08064 4.12568 7.03125 4.25 7.03125H11.75C11.8743 7.03125 11.9935 7.08064 12.0815 7.16854C12.1694 7.25645 12.2188 7.37568 12.2188 7.5C12.2188 7.62432 12.1694 7.74355 12.0815 7.83146C11.9935 7.91936 11.8743 7.96875 11.75 7.96875H4.25Z"/>
|
|
5
|
+
<path d="M7.53125 3.75C7.53125 3.62568 7.58064 3.50645 7.66854 3.41854C7.75645 3.33064 7.87568 3.28125 8 3.28125C8.12432 3.28125 8.24355 3.33064 8.33146 3.41854C8.41936 3.50645 8.46875 3.62568 8.46875 3.75V11.25C8.46875 11.3743 8.41936 11.4935 8.33146 11.5815C8.24355 11.6694 8.12432 11.7188 8 11.7188C7.87568 11.7188 7.75645 11.6694 7.66854 11.5815C7.58064 11.4935 7.53125 11.3743 7.53125 11.25V3.75Z"/>
|
|
6
|
+
</g>
|
|
7
|
+
<defs>
|
|
8
|
+
<clipPath id="clip0_715_360">
|
|
9
|
+
<rect width="15" height="15" transform="translate(0.5)"/>
|
|
10
|
+
</clipPath>
|
|
11
|
+
</defs>
|
|
12
|
+
</svg>
|