@kmkf-fe-packages/services-components 0.7.3-alpha.1 → 0.7.3-alpha.2
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.
|
@@ -66,12 +66,12 @@ var OrdinaryHeader = /*#__PURE__*/_createClass(function OrdinaryHeader(options)
|
|
|
66
66
|
return {
|
|
67
67
|
searchDefaultConditions: SYMBOL.in,
|
|
68
68
|
type: item.type,
|
|
69
|
-
id: "".concat(item.id, "
|
|
70
|
-
name: "".concat(item.name, "-\
|
|
69
|
+
id: "".concat(item.id, "_ordinaryTaitou"),
|
|
70
|
+
name: "".concat(item.name, "-\u53D1\u7968\u62AC\u5934"),
|
|
71
71
|
filterComponentType: 'Input',
|
|
72
72
|
filterFn: function filterFn(value) {
|
|
73
73
|
return function (i) {
|
|
74
|
-
return "".concat(_filterFn.filterTableListItemColumnValue(i, item.id, '
|
|
74
|
+
return "".concat(_filterFn.filterTableListItemColumnValue(i, item.id, 'ordinaryTaitou')).includes(value);
|
|
75
75
|
};
|
|
76
76
|
}
|
|
77
77
|
};
|
|
@@ -59,12 +59,12 @@ var OrdinaryMoney = /*#__PURE__*/_createClass(function OrdinaryMoney(options) {
|
|
|
59
59
|
return {
|
|
60
60
|
searchDefaultConditions: SYMBOL.between,
|
|
61
61
|
type: item.type,
|
|
62
|
-
id: "".concat(item.id, "
|
|
63
|
-
name: "".concat(item.name, "-\
|
|
62
|
+
id: "".concat(item.id, "_ordinaryMoney"),
|
|
63
|
+
name: "".concat(item.name, "-\u5F00\u7968\u91D1\u989D"),
|
|
64
64
|
filterComponentType: 'Rate',
|
|
65
65
|
filterFn: function filterFn(value) {
|
|
66
66
|
return function (i) {
|
|
67
|
-
return "".concat(_filterFn.filterTableListItemColumnValue(i, item.id, '
|
|
67
|
+
return "".concat(_filterFn.filterTableListItemColumnValue(i, item.id, 'ordinaryMoney')).includes(value);
|
|
68
68
|
};
|
|
69
69
|
}
|
|
70
70
|
};
|
|
@@ -35,7 +35,7 @@ declare class Ordinary implements ComponentInterface {
|
|
|
35
35
|
type: string;
|
|
36
36
|
id: string;
|
|
37
37
|
name: string;
|
|
38
|
-
filterComponentType: "
|
|
38
|
+
filterComponentType: "Rate";
|
|
39
39
|
filterFn: (value: string) => (i: Record) => boolean;
|
|
40
40
|
} | {
|
|
41
41
|
searchDefaultConditions: "in";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kmkf-fe-packages/services-components",
|
|
3
|
-
"version": "0.7.3-alpha.
|
|
3
|
+
"version": "0.7.3-alpha.2",
|
|
4
4
|
"module": "dist/esm/index.js",
|
|
5
5
|
"typings": "dist/esm/index.d.ts",
|
|
6
6
|
"files": [
|
|
@@ -40,5 +40,5 @@
|
|
|
40
40
|
"gitHooks": {
|
|
41
41
|
"pre-commit": "lint-staged"
|
|
42
42
|
},
|
|
43
|
-
"gitHead": "
|
|
43
|
+
"gitHead": "7f5d01ac8e779dcc08b09dbaf02acc9ae0304d86"
|
|
44
44
|
}
|