bm-admin-ui 1.0.7-alpha → 1.0.10-alpha
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/es/components/feedback/index.js +6 -19
- package/es/components/multi-cascader-compose/index.js +4 -17
- package/es/components/search-filter/index.d.ts +28 -1
- package/es/components/search-filter/index.js +69 -51
- package/es/components/search-filter/src/{serach-filter.d.ts → search-filter.d.ts} +12 -0
- package/es/components/search-filter/src/search-filter.vue.d.ts +28 -1
- package/es/components/search-filter/src/search-reset-btn.vue.d.ts +14 -0
- package/es/components/shops-filter/index.js +4 -17
- package/es/components/staffs-selector/index.js +4 -17
- package/es/components/upload/index.js +4 -17
- package/index.esm.js +37019 -969
- package/index.js +37017 -967
- package/lib/components/feedback/index.js +5 -18
- package/lib/components/multi-cascader-compose/index.js +4 -17
- package/lib/components/search-filter/index.d.ts +28 -1
- package/lib/components/search-filter/index.js +69 -51
- package/lib/components/search-filter/src/{serach-filter.d.ts → search-filter.d.ts} +12 -0
- package/lib/components/search-filter/src/search-filter.vue.d.ts +28 -1
- package/lib/components/search-filter/src/search-reset-btn.vue.d.ts +14 -0
- package/lib/components/shops-filter/index.js +4 -17
- package/lib/components/staffs-selector/index.js +4 -17
- package/lib/components/upload/index.js +4 -17
- package/package.json +29 -29
- package/theme-chalk/button.css +1 -1
- package/theme-chalk/feedback.css +1 -0
- package/theme-chalk/float-table.css +1 -0
- package/theme-chalk/floating-vue.css +1 -0
- package/theme-chalk/flow-designer.css +1 -0
- package/theme-chalk/index.css +1 -0
- package/theme-chalk/modal.css +1 -0
- package/theme-chalk/multi-cascader-compose.css +1 -0
- package/theme-chalk/over-tooltips.css +1 -0
- package/theme-chalk/search-filter.css +1 -0
- package/theme-chalk/shops-filter.css +1 -0
- package/theme-chalk/staffs-selector.css +1 -0
- package/theme-chalk/timeline.css +1 -0
- package/theme-chalk/upload.css +1 -0
- package/types/components/search-filter/index.d.ts +28 -1
- package/types/components/search-filter/src/{serach-filter.d.ts → search-filter.d.ts} +12 -0
- package/types/components/search-filter/src/search-filter.vue.d.ts +28 -1
- package/types/components/search-filter/src/search-reset-btn.vue.d.ts +14 -0
|
@@ -15,7 +15,7 @@ var AAlert__default = /*#__PURE__*/_interopDefaultLegacy(AAlert);
|
|
|
15
15
|
var AModal__default = /*#__PURE__*/_interopDefaultLegacy(AModal$1);
|
|
16
16
|
var message__default = /*#__PURE__*/_interopDefaultLegacy(message);
|
|
17
17
|
|
|
18
|
-
|
|
18
|
+
/******************************************************************************
|
|
19
19
|
Copyright (c) Microsoft Corporation.
|
|
20
20
|
|
|
21
21
|
Permission to use, copy, modify, and/or distribute this software for any
|
|
@@ -104,7 +104,7 @@ function boundAlpha(a) {
|
|
|
104
104
|
*/
|
|
105
105
|
function convertToPercentage(n) {
|
|
106
106
|
if (n <= 1) {
|
|
107
|
-
return Number(n) * 100
|
|
107
|
+
return "".concat(Number(n) * 100, "%");
|
|
108
108
|
}
|
|
109
109
|
return n;
|
|
110
110
|
}
|
|
@@ -486,12 +486,12 @@ var CSS_INTEGER = '[-\\+]?\\d+%?';
|
|
|
486
486
|
// <http://www.w3.org/TR/css3-values/#number-value>
|
|
487
487
|
var CSS_NUMBER = '[-\\+]?\\d*\\.\\d+%?';
|
|
488
488
|
// Allow positive/negative integer/number. Don't capture the either/or, just the entire outcome.
|
|
489
|
-
var CSS_UNIT = "(?:"
|
|
489
|
+
var CSS_UNIT = "(?:".concat(CSS_NUMBER, ")|(?:").concat(CSS_INTEGER, ")");
|
|
490
490
|
// Actual matching.
|
|
491
491
|
// Parentheses and commas are optional, but not required.
|
|
492
492
|
// Whitespace can take the place of commas or opening paren
|
|
493
|
-
var PERMISSIVE_MATCH3 = "[\\s|\\(]+("
|
|
494
|
-
var PERMISSIVE_MATCH4 = "[\\s|\\(]+("
|
|
493
|
+
var PERMISSIVE_MATCH3 = "[\\s|\\(]+(".concat(CSS_UNIT, ")[,|\\s]+(").concat(CSS_UNIT, ")[,|\\s]+(").concat(CSS_UNIT, ")\\s*\\)?");
|
|
494
|
+
var PERMISSIVE_MATCH4 = "[\\s|\\(]+(".concat(CSS_UNIT, ")[,|\\s]+(").concat(CSS_UNIT, ")[,|\\s]+(").concat(CSS_UNIT, ")[,|\\s]+(").concat(CSS_UNIT, ")\\s*\\)?");
|
|
495
495
|
var matchers = {
|
|
496
496
|
CSS_UNIT: new RegExp(CSS_UNIT),
|
|
497
497
|
rgb: new RegExp('rgb' + PERMISSIVE_MATCH3),
|
|
@@ -816,19 +816,6 @@ Object.keys(presetPrimaryColors).forEach(function (key) {
|
|
|
816
816
|
});
|
|
817
817
|
presetDarkPalettes[key].primary = presetDarkPalettes[key][5];
|
|
818
818
|
});
|
|
819
|
-
presetPalettes.red;
|
|
820
|
-
presetPalettes.volcano;
|
|
821
|
-
presetPalettes.gold;
|
|
822
|
-
presetPalettes.orange;
|
|
823
|
-
presetPalettes.yellow;
|
|
824
|
-
presetPalettes.lime;
|
|
825
|
-
presetPalettes.green;
|
|
826
|
-
presetPalettes.cyan;
|
|
827
|
-
presetPalettes.blue;
|
|
828
|
-
presetPalettes.geekblue;
|
|
829
|
-
presetPalettes.purple;
|
|
830
|
-
presetPalettes.magenta;
|
|
831
|
-
presetPalettes.grey;
|
|
832
819
|
|
|
833
820
|
// https://github.com/substack/insert-css
|
|
834
821
|
var containers = []; // will store container HTMLElement references
|
|
@@ -69,7 +69,7 @@ function boundAlpha(a) {
|
|
|
69
69
|
*/
|
|
70
70
|
function convertToPercentage(n) {
|
|
71
71
|
if (n <= 1) {
|
|
72
|
-
return Number(n) * 100
|
|
72
|
+
return "".concat(Number(n) * 100, "%");
|
|
73
73
|
}
|
|
74
74
|
return n;
|
|
75
75
|
}
|
|
@@ -451,12 +451,12 @@ var CSS_INTEGER = '[-\\+]?\\d+%?';
|
|
|
451
451
|
// <http://www.w3.org/TR/css3-values/#number-value>
|
|
452
452
|
var CSS_NUMBER = '[-\\+]?\\d*\\.\\d+%?';
|
|
453
453
|
// Allow positive/negative integer/number. Don't capture the either/or, just the entire outcome.
|
|
454
|
-
var CSS_UNIT = "(?:"
|
|
454
|
+
var CSS_UNIT = "(?:".concat(CSS_NUMBER, ")|(?:").concat(CSS_INTEGER, ")");
|
|
455
455
|
// Actual matching.
|
|
456
456
|
// Parentheses and commas are optional, but not required.
|
|
457
457
|
// Whitespace can take the place of commas or opening paren
|
|
458
|
-
var PERMISSIVE_MATCH3 = "[\\s|\\(]+("
|
|
459
|
-
var PERMISSIVE_MATCH4 = "[\\s|\\(]+("
|
|
458
|
+
var PERMISSIVE_MATCH3 = "[\\s|\\(]+(".concat(CSS_UNIT, ")[,|\\s]+(").concat(CSS_UNIT, ")[,|\\s]+(").concat(CSS_UNIT, ")\\s*\\)?");
|
|
459
|
+
var PERMISSIVE_MATCH4 = "[\\s|\\(]+(".concat(CSS_UNIT, ")[,|\\s]+(").concat(CSS_UNIT, ")[,|\\s]+(").concat(CSS_UNIT, ")[,|\\s]+(").concat(CSS_UNIT, ")\\s*\\)?");
|
|
460
460
|
var matchers = {
|
|
461
461
|
CSS_UNIT: new RegExp(CSS_UNIT),
|
|
462
462
|
rgb: new RegExp('rgb' + PERMISSIVE_MATCH3),
|
|
@@ -781,19 +781,6 @@ Object.keys(presetPrimaryColors).forEach(function (key) {
|
|
|
781
781
|
});
|
|
782
782
|
presetDarkPalettes[key].primary = presetDarkPalettes[key][5];
|
|
783
783
|
});
|
|
784
|
-
presetPalettes.red;
|
|
785
|
-
presetPalettes.volcano;
|
|
786
|
-
presetPalettes.gold;
|
|
787
|
-
presetPalettes.orange;
|
|
788
|
-
presetPalettes.yellow;
|
|
789
|
-
presetPalettes.lime;
|
|
790
|
-
presetPalettes.green;
|
|
791
|
-
presetPalettes.cyan;
|
|
792
|
-
presetPalettes.blue;
|
|
793
|
-
presetPalettes.geekblue;
|
|
794
|
-
presetPalettes.purple;
|
|
795
|
-
presetPalettes.magenta;
|
|
796
|
-
presetPalettes.grey;
|
|
797
784
|
|
|
798
785
|
// https://github.com/substack/insert-css
|
|
799
786
|
var containers = []; // will store container HTMLElement references
|
|
@@ -3,6 +3,10 @@ declare const BmSearchFilter: import("bm-admin-ui/es/utils/with-install").SFCWit
|
|
|
3
3
|
type: BooleanConstructor;
|
|
4
4
|
default: boolean;
|
|
5
5
|
};
|
|
6
|
+
showSearchIcon: {
|
|
7
|
+
type: BooleanConstructor;
|
|
8
|
+
default: boolean;
|
|
9
|
+
};
|
|
6
10
|
userRule: {
|
|
7
11
|
type: ArrayConstructor;
|
|
8
12
|
default(): never[];
|
|
@@ -21,6 +25,10 @@ declare const BmSearchFilter: import("bm-admin-ui/es/utils/with-install").SFCWit
|
|
|
21
25
|
type: ObjectConstructor;
|
|
22
26
|
default(): {};
|
|
23
27
|
};
|
|
28
|
+
gutter: {
|
|
29
|
+
type: ArrayConstructor;
|
|
30
|
+
default(): number[];
|
|
31
|
+
};
|
|
24
32
|
fixedCount: {
|
|
25
33
|
type: NumberConstructor;
|
|
26
34
|
default: number;
|
|
@@ -39,6 +47,10 @@ declare const BmSearchFilter: import("bm-admin-ui/es/utils/with-install").SFCWit
|
|
|
39
47
|
type: BooleanConstructor;
|
|
40
48
|
default: boolean;
|
|
41
49
|
};
|
|
50
|
+
showSearchIcon: {
|
|
51
|
+
type: BooleanConstructor;
|
|
52
|
+
default: boolean;
|
|
53
|
+
};
|
|
42
54
|
userRule: {
|
|
43
55
|
type: ArrayConstructor;
|
|
44
56
|
default(): never[];
|
|
@@ -57,6 +69,10 @@ declare const BmSearchFilter: import("bm-admin-ui/es/utils/with-install").SFCWit
|
|
|
57
69
|
type: ObjectConstructor;
|
|
58
70
|
default(): {};
|
|
59
71
|
};
|
|
72
|
+
gutter: {
|
|
73
|
+
type: ArrayConstructor;
|
|
74
|
+
default(): number[];
|
|
75
|
+
};
|
|
60
76
|
fixedCount: {
|
|
61
77
|
type: NumberConstructor;
|
|
62
78
|
default: number;
|
|
@@ -81,6 +97,7 @@ declare const BmSearchFilter: import("bm-admin-ui/es/utils/with-install").SFCWit
|
|
|
81
97
|
type: string;
|
|
82
98
|
props: {
|
|
83
99
|
showExpandBtn: boolean;
|
|
100
|
+
showSearchIcon: boolean;
|
|
84
101
|
};
|
|
85
102
|
on: {
|
|
86
103
|
submit: () => void;
|
|
@@ -94,7 +111,7 @@ declare const BmSearchFilter: import("bm-admin-ui/es/utils/with-install").SFCWit
|
|
|
94
111
|
span: number;
|
|
95
112
|
};
|
|
96
113
|
row: {
|
|
97
|
-
gutter:
|
|
114
|
+
gutter: unknown[];
|
|
98
115
|
};
|
|
99
116
|
form: {
|
|
100
117
|
labelCol: Record<string, any>;
|
|
@@ -116,6 +133,10 @@ declare const BmSearchFilter: import("bm-admin-ui/es/utils/with-install").SFCWit
|
|
|
116
133
|
type: BooleanConstructor;
|
|
117
134
|
default: boolean;
|
|
118
135
|
};
|
|
136
|
+
showSearchIcon: {
|
|
137
|
+
type: BooleanConstructor;
|
|
138
|
+
default: boolean;
|
|
139
|
+
};
|
|
119
140
|
userRule: {
|
|
120
141
|
type: ArrayConstructor;
|
|
121
142
|
default(): never[];
|
|
@@ -134,6 +155,10 @@ declare const BmSearchFilter: import("bm-admin-ui/es/utils/with-install").SFCWit
|
|
|
134
155
|
type: ObjectConstructor;
|
|
135
156
|
default(): {};
|
|
136
157
|
};
|
|
158
|
+
gutter: {
|
|
159
|
+
type: ArrayConstructor;
|
|
160
|
+
default(): number[];
|
|
161
|
+
};
|
|
137
162
|
fixedCount: {
|
|
138
163
|
type: NumberConstructor;
|
|
139
164
|
default: number;
|
|
@@ -154,9 +179,11 @@ declare const BmSearchFilter: import("bm-admin-ui/es/utils/with-install").SFCWit
|
|
|
154
179
|
}, {
|
|
155
180
|
value: Record<string, any>;
|
|
156
181
|
showExpandBtn: boolean;
|
|
182
|
+
showSearchIcon: boolean;
|
|
157
183
|
userRule: unknown[];
|
|
158
184
|
labelCol: Record<string, any>;
|
|
159
185
|
ruleSpan: Record<string, any>;
|
|
186
|
+
gutter: unknown[];
|
|
160
187
|
fixedCount: number;
|
|
161
188
|
fixedFields: string[];
|
|
162
189
|
expandPlacement: "left" | "right";
|
|
@@ -74,7 +74,7 @@ function boundAlpha(a) {
|
|
|
74
74
|
*/
|
|
75
75
|
function convertToPercentage(n) {
|
|
76
76
|
if (n <= 1) {
|
|
77
|
-
return Number(n) * 100
|
|
77
|
+
return "".concat(Number(n) * 100, "%");
|
|
78
78
|
}
|
|
79
79
|
return n;
|
|
80
80
|
}
|
|
@@ -456,12 +456,12 @@ var CSS_INTEGER = '[-\\+]?\\d+%?';
|
|
|
456
456
|
// <http://www.w3.org/TR/css3-values/#number-value>
|
|
457
457
|
var CSS_NUMBER = '[-\\+]?\\d*\\.\\d+%?';
|
|
458
458
|
// Allow positive/negative integer/number. Don't capture the either/or, just the entire outcome.
|
|
459
|
-
var CSS_UNIT = "(?:"
|
|
459
|
+
var CSS_UNIT = "(?:".concat(CSS_NUMBER, ")|(?:").concat(CSS_INTEGER, ")");
|
|
460
460
|
// Actual matching.
|
|
461
461
|
// Parentheses and commas are optional, but not required.
|
|
462
462
|
// Whitespace can take the place of commas or opening paren
|
|
463
|
-
var PERMISSIVE_MATCH3 = "[\\s|\\(]+("
|
|
464
|
-
var PERMISSIVE_MATCH4 = "[\\s|\\(]+("
|
|
463
|
+
var PERMISSIVE_MATCH3 = "[\\s|\\(]+(".concat(CSS_UNIT, ")[,|\\s]+(").concat(CSS_UNIT, ")[,|\\s]+(").concat(CSS_UNIT, ")\\s*\\)?");
|
|
464
|
+
var PERMISSIVE_MATCH4 = "[\\s|\\(]+(".concat(CSS_UNIT, ")[,|\\s]+(").concat(CSS_UNIT, ")[,|\\s]+(").concat(CSS_UNIT, ")[,|\\s]+(").concat(CSS_UNIT, ")\\s*\\)?");
|
|
465
465
|
var matchers = {
|
|
466
466
|
CSS_UNIT: new RegExp(CSS_UNIT),
|
|
467
467
|
rgb: new RegExp('rgb' + PERMISSIVE_MATCH3),
|
|
@@ -786,19 +786,6 @@ Object.keys(presetPrimaryColors).forEach(function (key) {
|
|
|
786
786
|
});
|
|
787
787
|
presetDarkPalettes[key].primary = presetDarkPalettes[key][5];
|
|
788
788
|
});
|
|
789
|
-
presetPalettes.red;
|
|
790
|
-
presetPalettes.volcano;
|
|
791
|
-
presetPalettes.gold;
|
|
792
|
-
presetPalettes.orange;
|
|
793
|
-
presetPalettes.yellow;
|
|
794
|
-
presetPalettes.lime;
|
|
795
|
-
presetPalettes.green;
|
|
796
|
-
presetPalettes.cyan;
|
|
797
|
-
presetPalettes.blue;
|
|
798
|
-
presetPalettes.geekblue;
|
|
799
|
-
presetPalettes.purple;
|
|
800
|
-
presetPalettes.magenta;
|
|
801
|
-
presetPalettes.grey;
|
|
802
789
|
|
|
803
790
|
// https://github.com/substack/insert-css
|
|
804
791
|
var containers = []; // will store container HTMLElement references
|
|
@@ -860,9 +847,9 @@ function insertCss(css, options) {
|
|
|
860
847
|
return styleElement;
|
|
861
848
|
}
|
|
862
849
|
|
|
863
|
-
function _objectSpread$
|
|
850
|
+
function _objectSpread$8(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? Object(arguments[i]) : {}; var ownKeys = Object.keys(source); if (typeof Object.getOwnPropertySymbols === 'function') { ownKeys = ownKeys.concat(Object.getOwnPropertySymbols(source).filter(function (sym) { return Object.getOwnPropertyDescriptor(source, sym).enumerable; })); } ownKeys.forEach(function (key) { _defineProperty$8(target, key, source[key]); }); } return target; }
|
|
864
851
|
|
|
865
|
-
function _defineProperty$
|
|
852
|
+
function _defineProperty$8(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
|
866
853
|
function warn(valid, message) {
|
|
867
854
|
// Support uglify
|
|
868
855
|
if (process.env.NODE_ENV !== 'production' && !valid && console !== undefined) {
|
|
@@ -878,14 +865,14 @@ function isIconDefinition(target) {
|
|
|
878
865
|
}
|
|
879
866
|
function generate(node, key, rootProps) {
|
|
880
867
|
if (!rootProps) {
|
|
881
|
-
return vue.h(node.tag, _objectSpread$
|
|
868
|
+
return vue.h(node.tag, _objectSpread$8({
|
|
882
869
|
key: key
|
|
883
870
|
}, node.attrs), (node.children || []).map(function (child, index) {
|
|
884
871
|
return generate(child, "".concat(key, "-").concat(node.tag, "-").concat(index));
|
|
885
872
|
}));
|
|
886
873
|
}
|
|
887
874
|
|
|
888
|
-
return vue.h(node.tag, _objectSpread$
|
|
875
|
+
return vue.h(node.tag, _objectSpread$8({
|
|
889
876
|
key: key
|
|
890
877
|
}, rootProps, node.attrs), (node.children || []).map(function (child, index) {
|
|
891
878
|
return generate(child, "".concat(key, "-").concat(node.tag, "-").concat(index));
|
|
@@ -925,9 +912,9 @@ function _objectWithoutProperties$1(source, excluded) { if (source == null) retu
|
|
|
925
912
|
|
|
926
913
|
function _objectWithoutPropertiesLoose$1(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; }
|
|
927
914
|
|
|
928
|
-
function _objectSpread$
|
|
915
|
+
function _objectSpread$7(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? Object(arguments[i]) : {}; var ownKeys = Object.keys(source); if (typeof Object.getOwnPropertySymbols === 'function') { ownKeys = ownKeys.concat(Object.getOwnPropertySymbols(source).filter(function (sym) { return Object.getOwnPropertyDescriptor(source, sym).enumerable; })); } ownKeys.forEach(function (key) { _defineProperty$7(target, key, source[key]); }); } return target; }
|
|
929
916
|
|
|
930
|
-
function _defineProperty$
|
|
917
|
+
function _defineProperty$7(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
|
931
918
|
var twoToneColorPalette = {
|
|
932
919
|
primaryColor: '#333',
|
|
933
920
|
secondaryColor: '#E6E6E6',
|
|
@@ -943,11 +930,11 @@ function setTwoToneColors(_ref) {
|
|
|
943
930
|
}
|
|
944
931
|
|
|
945
932
|
function getTwoToneColors() {
|
|
946
|
-
return _objectSpread$
|
|
933
|
+
return _objectSpread$7({}, twoToneColorPalette);
|
|
947
934
|
}
|
|
948
935
|
|
|
949
936
|
var IconBase = function IconBase(props, context) {
|
|
950
|
-
var _props$context$attrs = _objectSpread$
|
|
937
|
+
var _props$context$attrs = _objectSpread$7({}, props, context.attrs),
|
|
951
938
|
icon = _props$context$attrs.icon,
|
|
952
939
|
primaryColor = _props$context$attrs.primaryColor,
|
|
953
940
|
secondaryColor = _props$context$attrs.secondaryColor,
|
|
@@ -972,12 +959,12 @@ var IconBase = function IconBase(props, context) {
|
|
|
972
959
|
var target = icon;
|
|
973
960
|
|
|
974
961
|
if (target && typeof target.icon === 'function') {
|
|
975
|
-
target = _objectSpread$
|
|
962
|
+
target = _objectSpread$7({}, target, {
|
|
976
963
|
icon: target.icon(colors.primaryColor, colors.secondaryColor)
|
|
977
964
|
});
|
|
978
965
|
}
|
|
979
966
|
|
|
980
|
-
return generate(target.icon, "svg-".concat(target.name), _objectSpread$
|
|
967
|
+
return generate(target.icon, "svg-".concat(target.name), _objectSpread$7({}, restProps, {
|
|
981
968
|
'data-icon': target.name,
|
|
982
969
|
width: '1em',
|
|
983
970
|
height: '1em',
|
|
@@ -1044,9 +1031,9 @@ function _iterableToArrayLimit(arr, i) { var _i = arr == null ? null : typeof Sy
|
|
|
1044
1031
|
|
|
1045
1032
|
function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
|
|
1046
1033
|
|
|
1047
|
-
function _objectSpread$
|
|
1034
|
+
function _objectSpread$6(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? Object(arguments[i]) : {}; var ownKeys = Object.keys(source); if (typeof Object.getOwnPropertySymbols === 'function') { ownKeys = ownKeys.concat(Object.getOwnPropertySymbols(source).filter(function (sym) { return Object.getOwnPropertyDescriptor(source, sym).enumerable; })); } ownKeys.forEach(function (key) { _defineProperty$6(target, key, source[key]); }); } return target; }
|
|
1048
1035
|
|
|
1049
|
-
function _defineProperty$
|
|
1036
|
+
function _defineProperty$6(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
|
1050
1037
|
|
|
1051
1038
|
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; }
|
|
1052
1039
|
|
|
@@ -1057,7 +1044,7 @@ setTwoToneColor('#1890ff');
|
|
|
1057
1044
|
var Icon = function Icon(props, context) {
|
|
1058
1045
|
var _classObj;
|
|
1059
1046
|
|
|
1060
|
-
var _props$context$attrs = _objectSpread$
|
|
1047
|
+
var _props$context$attrs = _objectSpread$6({}, props, context.attrs),
|
|
1061
1048
|
cls = _props$context$attrs["class"],
|
|
1062
1049
|
icon = _props$context$attrs.icon,
|
|
1063
1050
|
spin = _props$context$attrs.spin,
|
|
@@ -1069,7 +1056,7 @@ var Icon = function Icon(props, context) {
|
|
|
1069
1056
|
|
|
1070
1057
|
var classObj = (_classObj = {
|
|
1071
1058
|
anticon: true
|
|
1072
|
-
}, _defineProperty$
|
|
1059
|
+
}, _defineProperty$6(_classObj, "anticon-".concat(icon.name), Boolean(icon.name)), _defineProperty$6(_classObj, cls, cls), _classObj);
|
|
1073
1060
|
var svgClassString = spin === '' || !!spin || icon.name === 'loading' ? 'anticon-spin' : '';
|
|
1074
1061
|
var iconTabIndex = tabindex;
|
|
1075
1062
|
|
|
@@ -1088,7 +1075,7 @@ var Icon = function Icon(props, context) {
|
|
|
1088
1075
|
primaryColor = _normalizeTwoToneColo2[0],
|
|
1089
1076
|
secondaryColor = _normalizeTwoToneColo2[1];
|
|
1090
1077
|
|
|
1091
|
-
return vue.createVNode("span", _objectSpread$
|
|
1078
|
+
return vue.createVNode("span", _objectSpread$6({
|
|
1092
1079
|
"role": "img",
|
|
1093
1080
|
"aria-label": icon.name
|
|
1094
1081
|
}, restProps, {
|
|
@@ -1119,14 +1106,14 @@ var AntdIcon = Icon;
|
|
|
1119
1106
|
var CloseCircleFilled$2 = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm165.4 618.2l-66-.3L512 563.4l-99.3 118.4-66.1.3c-4.4 0-8-3.5-8-8 0-1.9.7-3.7 1.9-5.2l130.1-155L340.5 359a8.32 8.32 0 01-1.9-5.2c0-4.4 3.6-8 8-8l66.1.3L512 464.6l99.3-118.4 66-.3c4.4 0 8 3.5 8 8 0 1.9-.7 3.7-1.9 5.2L553.5 514l130 155c1.2 1.5 1.9 3.3 1.9 5.2 0 4.4-3.6 8-8 8z" } }] }, "name": "close-circle", "theme": "filled" };
|
|
1120
1107
|
var CloseCircleFilledSvg = CloseCircleFilled$2;
|
|
1121
1108
|
|
|
1122
|
-
function _objectSpread$
|
|
1109
|
+
function _objectSpread$5(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? Object(arguments[i]) : {}; var ownKeys = Object.keys(source); if (typeof Object.getOwnPropertySymbols === 'function') { ownKeys = ownKeys.concat(Object.getOwnPropertySymbols(source).filter(function (sym) { return Object.getOwnPropertyDescriptor(source, sym).enumerable; })); } ownKeys.forEach(function (key) { _defineProperty$5(target, key, source[key]); }); } return target; }
|
|
1123
1110
|
|
|
1124
|
-
function _defineProperty$
|
|
1111
|
+
function _defineProperty$5(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
|
1125
1112
|
|
|
1126
1113
|
var CloseCircleFilled = function CloseCircleFilled(props, context) {
|
|
1127
|
-
var p = _objectSpread$
|
|
1114
|
+
var p = _objectSpread$5({}, props, context.attrs);
|
|
1128
1115
|
|
|
1129
|
-
return vue.createVNode(AntdIcon, _objectSpread$
|
|
1116
|
+
return vue.createVNode(AntdIcon, _objectSpread$5({}, p, {
|
|
1130
1117
|
"icon": CloseCircleFilledSvg
|
|
1131
1118
|
}), null);
|
|
1132
1119
|
};
|
|
@@ -1139,14 +1126,14 @@ var CloseCircleFilled$1 = CloseCircleFilled;
|
|
|
1139
1126
|
var CloseOutlined$2 = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M563.8 512l262.5-312.9c4.4-5.2.7-13.1-6.1-13.1h-79.8c-4.7 0-9.2 2.1-12.3 5.7L511.6 449.8 295.1 191.7c-3-3.6-7.5-5.7-12.3-5.7H203c-6.8 0-10.5 7.9-6.1 13.1L459.4 512 196.9 824.9A7.95 7.95 0 00203 838h79.8c4.7 0 9.2-2.1 12.3-5.7l216.5-258.1 216.5 258.1c3 3.6 7.5 5.7 12.3 5.7h79.8c6.8 0 10.5-7.9 6.1-13.1L563.8 512z" } }] }, "name": "close", "theme": "outlined" };
|
|
1140
1127
|
var CloseOutlinedSvg = CloseOutlined$2;
|
|
1141
1128
|
|
|
1142
|
-
function _objectSpread$
|
|
1129
|
+
function _objectSpread$4(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? Object(arguments[i]) : {}; var ownKeys = Object.keys(source); if (typeof Object.getOwnPropertySymbols === 'function') { ownKeys = ownKeys.concat(Object.getOwnPropertySymbols(source).filter(function (sym) { return Object.getOwnPropertyDescriptor(source, sym).enumerable; })); } ownKeys.forEach(function (key) { _defineProperty$4(target, key, source[key]); }); } return target; }
|
|
1143
1130
|
|
|
1144
|
-
function _defineProperty$
|
|
1131
|
+
function _defineProperty$4(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
|
1145
1132
|
|
|
1146
1133
|
var CloseOutlined = function CloseOutlined(props, context) {
|
|
1147
|
-
var p = _objectSpread$
|
|
1134
|
+
var p = _objectSpread$4({}, props, context.attrs);
|
|
1148
1135
|
|
|
1149
|
-
return vue.createVNode(AntdIcon, _objectSpread$
|
|
1136
|
+
return vue.createVNode(AntdIcon, _objectSpread$4({}, p, {
|
|
1150
1137
|
"icon": CloseOutlinedSvg
|
|
1151
1138
|
}), null);
|
|
1152
1139
|
};
|
|
@@ -1159,14 +1146,14 @@ var CloseOutlined$1 = CloseOutlined;
|
|
|
1159
1146
|
var DownOutlined$2 = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M884 256h-75c-5.1 0-9.9 2.5-12.9 6.6L512 654.2 227.9 262.6c-3-4.1-7.8-6.6-12.9-6.6h-75c-6.5 0-10.3 7.4-6.5 12.7l352.6 486.1c12.8 17.6 39 17.6 51.7 0l352.6-486.1c3.9-5.3.1-12.7-6.4-12.7z" } }] }, "name": "down", "theme": "outlined" };
|
|
1160
1147
|
var DownOutlinedSvg = DownOutlined$2;
|
|
1161
1148
|
|
|
1162
|
-
function _objectSpread$
|
|
1149
|
+
function _objectSpread$3(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? Object(arguments[i]) : {}; var ownKeys = Object.keys(source); if (typeof Object.getOwnPropertySymbols === 'function') { ownKeys = ownKeys.concat(Object.getOwnPropertySymbols(source).filter(function (sym) { return Object.getOwnPropertyDescriptor(source, sym).enumerable; })); } ownKeys.forEach(function (key) { _defineProperty$3(target, key, source[key]); }); } return target; }
|
|
1163
1150
|
|
|
1164
|
-
function _defineProperty$
|
|
1151
|
+
function _defineProperty$3(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
|
1165
1152
|
|
|
1166
1153
|
var DownOutlined = function DownOutlined(props, context) {
|
|
1167
|
-
var p = _objectSpread$
|
|
1154
|
+
var p = _objectSpread$3({}, props, context.attrs);
|
|
1168
1155
|
|
|
1169
|
-
return vue.createVNode(AntdIcon, _objectSpread$
|
|
1156
|
+
return vue.createVNode(AntdIcon, _objectSpread$3({}, p, {
|
|
1170
1157
|
"icon": DownOutlinedSvg
|
|
1171
1158
|
}), null);
|
|
1172
1159
|
};
|
|
@@ -1179,14 +1166,14 @@ var DownOutlined$1 = DownOutlined;
|
|
|
1179
1166
|
var RightOutlined$2 = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M765.7 486.8L314.9 134.7A7.97 7.97 0 00302 141v77.3c0 4.9 2.3 9.6 6.1 12.6l360 281.1-360 281.1c-3.9 3-6.1 7.7-6.1 12.6V883c0 6.7 7.7 10.4 12.9 6.3l450.8-352.1a31.96 31.96 0 000-50.4z" } }] }, "name": "right", "theme": "outlined" };
|
|
1180
1167
|
var RightOutlinedSvg = RightOutlined$2;
|
|
1181
1168
|
|
|
1182
|
-
function _objectSpread$
|
|
1169
|
+
function _objectSpread$2(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? Object(arguments[i]) : {}; var ownKeys = Object.keys(source); if (typeof Object.getOwnPropertySymbols === 'function') { ownKeys = ownKeys.concat(Object.getOwnPropertySymbols(source).filter(function (sym) { return Object.getOwnPropertyDescriptor(source, sym).enumerable; })); } ownKeys.forEach(function (key) { _defineProperty$2(target, key, source[key]); }); } return target; }
|
|
1183
1170
|
|
|
1184
|
-
function _defineProperty$
|
|
1171
|
+
function _defineProperty$2(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
|
1185
1172
|
|
|
1186
1173
|
var RightOutlined = function RightOutlined(props, context) {
|
|
1187
|
-
var p = _objectSpread$
|
|
1174
|
+
var p = _objectSpread$2({}, props, context.attrs);
|
|
1188
1175
|
|
|
1189
|
-
return vue.createVNode(AntdIcon, _objectSpread$
|
|
1176
|
+
return vue.createVNode(AntdIcon, _objectSpread$2({}, p, {
|
|
1190
1177
|
"icon": RightOutlinedSvg
|
|
1191
1178
|
}), null);
|
|
1192
1179
|
};
|
|
@@ -1195,6 +1182,26 @@ RightOutlined.displayName = 'RightOutlined';
|
|
|
1195
1182
|
RightOutlined.inheritAttrs = false;
|
|
1196
1183
|
var RightOutlined$1 = RightOutlined;
|
|
1197
1184
|
|
|
1185
|
+
// This icon file is generated automatically.
|
|
1186
|
+
var SearchOutlined$2 = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M909.6 854.5L649.9 594.8C690.2 542.7 712 479 712 412c0-80.2-31.3-155.4-87.9-212.1-56.6-56.7-132-87.9-212.1-87.9s-155.5 31.3-212.1 87.9C143.2 256.5 112 331.8 112 412c0 80.1 31.3 155.5 87.9 212.1C256.5 680.8 331.8 712 412 712c67 0 130.6-21.8 182.7-62l259.7 259.6a8.2 8.2 0 0011.6 0l43.6-43.5a8.2 8.2 0 000-11.6zM570.4 570.4C528 612.7 471.8 636 412 636s-116-23.3-158.4-65.6C211.3 528 188 471.8 188 412s23.3-116.1 65.6-158.4C296 211.3 352.2 188 412 188s116.1 23.2 158.4 65.6S636 352.2 636 412s-23.3 116.1-65.6 158.4z" } }] }, "name": "search", "theme": "outlined" };
|
|
1187
|
+
var SearchOutlinedSvg = SearchOutlined$2;
|
|
1188
|
+
|
|
1189
|
+
function _objectSpread$1(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? Object(arguments[i]) : {}; var ownKeys = Object.keys(source); if (typeof Object.getOwnPropertySymbols === 'function') { ownKeys = ownKeys.concat(Object.getOwnPropertySymbols(source).filter(function (sym) { return Object.getOwnPropertyDescriptor(source, sym).enumerable; })); } ownKeys.forEach(function (key) { _defineProperty$1(target, key, source[key]); }); } return target; }
|
|
1190
|
+
|
|
1191
|
+
function _defineProperty$1(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
|
1192
|
+
|
|
1193
|
+
var SearchOutlined = function SearchOutlined(props, context) {
|
|
1194
|
+
var p = _objectSpread$1({}, props, context.attrs);
|
|
1195
|
+
|
|
1196
|
+
return vue.createVNode(AntdIcon, _objectSpread$1({}, p, {
|
|
1197
|
+
"icon": SearchOutlinedSvg
|
|
1198
|
+
}), null);
|
|
1199
|
+
};
|
|
1200
|
+
|
|
1201
|
+
SearchOutlined.displayName = 'SearchOutlined';
|
|
1202
|
+
SearchOutlined.inheritAttrs = false;
|
|
1203
|
+
var SearchOutlined$1 = SearchOutlined;
|
|
1204
|
+
|
|
1198
1205
|
// This icon file is generated automatically.
|
|
1199
1206
|
var UpOutlined$2 = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M890.5 755.3L537.9 269.2c-12.8-17.6-39-17.6-51.7 0L133.5 755.3A8 8 0 00140 768h75c5.1 0 9.9-2.5 12.9-6.6L512 369.8l284.1 391.6c3 4.1 7.8 6.6 12.9 6.6h75c6.5 0 10.3-7.4 6.5-12.7z" } }] }, "name": "up", "theme": "outlined" };
|
|
1200
1207
|
var UpOutlinedSvg = UpOutlined$2;
|
|
@@ -1220,6 +1227,10 @@ const searchResetBtnProps = {
|
|
|
1220
1227
|
type: Boolean,
|
|
1221
1228
|
default: false,
|
|
1222
1229
|
},
|
|
1230
|
+
showSearchIcon: {
|
|
1231
|
+
type: Boolean,
|
|
1232
|
+
default: false,
|
|
1233
|
+
},
|
|
1223
1234
|
};
|
|
1224
1235
|
const searchFilterProps = Object.assign({ userRule: {
|
|
1225
1236
|
type: Array,
|
|
@@ -1243,6 +1254,11 @@ const searchFilterProps = Object.assign({ userRule: {
|
|
|
1243
1254
|
default() {
|
|
1244
1255
|
return {};
|
|
1245
1256
|
},
|
|
1257
|
+
}, gutter: {
|
|
1258
|
+
type: Array,
|
|
1259
|
+
default() {
|
|
1260
|
+
return [24, 16];
|
|
1261
|
+
},
|
|
1246
1262
|
}, fixedCount: {
|
|
1247
1263
|
type: Number,
|
|
1248
1264
|
default: 999999,
|
|
@@ -1269,7 +1285,7 @@ const _hoisted_2$1 = { class: "bm-search-filter-actions" };
|
|
|
1269
1285
|
const _hoisted_3$1 = /* @__PURE__ */ vue.createTextVNode("\u91CD\u7F6E");
|
|
1270
1286
|
const _hoisted_4$1 = /* @__PURE__ */ vue.createTextVNode("\u67E5\u8BE2");
|
|
1271
1287
|
const _sfc_main$2 = /* @__PURE__ */ vue.defineComponent({
|
|
1272
|
-
|
|
1288
|
+
__name: "search-reset-btn",
|
|
1273
1289
|
props: searchResetBtnProps,
|
|
1274
1290
|
emits: ["submit", "reset", "expand"],
|
|
1275
1291
|
setup(__props, { emit: emits }) {
|
|
@@ -1308,6 +1324,7 @@ const _sfc_main$2 = /* @__PURE__ */ vue.defineComponent({
|
|
|
1308
1324
|
onClick: handleSubmit
|
|
1309
1325
|
}, {
|
|
1310
1326
|
default: vue.withCtx(() => [
|
|
1327
|
+
props.showSearchIcon ? (vue.openBlock(), vue.createBlock(vue.unref(SearchOutlined$1), { key: 0 })) : vue.createCommentVNode("v-if", true),
|
|
1311
1328
|
_hoisted_4$1
|
|
1312
1329
|
]),
|
|
1313
1330
|
_: 1
|
|
@@ -1849,7 +1866,8 @@ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
|
|
|
1849
1866
|
{
|
|
1850
1867
|
type: "SearchResetBtn",
|
|
1851
1868
|
props: {
|
|
1852
|
-
showExpandBtn: props.showExpandBtn
|
|
1869
|
+
showExpandBtn: props.showExpandBtn,
|
|
1870
|
+
showSearchIcon: props.showSearchIcon
|
|
1853
1871
|
},
|
|
1854
1872
|
on: {
|
|
1855
1873
|
submit() {
|
|
@@ -1872,7 +1890,7 @@ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
|
|
|
1872
1890
|
span: 8
|
|
1873
1891
|
},
|
|
1874
1892
|
row: {
|
|
1875
|
-
gutter:
|
|
1893
|
+
gutter: props.gutter
|
|
1876
1894
|
},
|
|
1877
1895
|
form: {
|
|
1878
1896
|
labelCol: props.labelCol,
|
|
@@ -4,12 +4,20 @@ export declare const searchResetBtnProps: {
|
|
|
4
4
|
type: BooleanConstructor;
|
|
5
5
|
default: boolean;
|
|
6
6
|
};
|
|
7
|
+
showSearchIcon: {
|
|
8
|
+
type: BooleanConstructor;
|
|
9
|
+
default: boolean;
|
|
10
|
+
};
|
|
7
11
|
};
|
|
8
12
|
export declare const searchFilterProps: {
|
|
9
13
|
showExpandBtn: {
|
|
10
14
|
type: BooleanConstructor;
|
|
11
15
|
default: boolean;
|
|
12
16
|
};
|
|
17
|
+
showSearchIcon: {
|
|
18
|
+
type: BooleanConstructor;
|
|
19
|
+
default: boolean;
|
|
20
|
+
};
|
|
13
21
|
userRule: {
|
|
14
22
|
type: ArrayConstructor;
|
|
15
23
|
default(): never[];
|
|
@@ -28,6 +36,10 @@ export declare const searchFilterProps: {
|
|
|
28
36
|
type: ObjectConstructor;
|
|
29
37
|
default(): {};
|
|
30
38
|
};
|
|
39
|
+
gutter: {
|
|
40
|
+
type: ArrayConstructor;
|
|
41
|
+
default(): number[];
|
|
42
|
+
};
|
|
31
43
|
fixedCount: {
|
|
32
44
|
type: NumberConstructor;
|
|
33
45
|
default: number;
|
|
@@ -3,6 +3,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3
3
|
type: BooleanConstructor;
|
|
4
4
|
default: boolean;
|
|
5
5
|
};
|
|
6
|
+
showSearchIcon: {
|
|
7
|
+
type: BooleanConstructor;
|
|
8
|
+
default: boolean;
|
|
9
|
+
};
|
|
6
10
|
userRule: {
|
|
7
11
|
type: ArrayConstructor;
|
|
8
12
|
default(): never[];
|
|
@@ -21,6 +25,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
21
25
|
type: ObjectConstructor;
|
|
22
26
|
default(): {};
|
|
23
27
|
};
|
|
28
|
+
gutter: {
|
|
29
|
+
type: ArrayConstructor;
|
|
30
|
+
default(): number[];
|
|
31
|
+
};
|
|
24
32
|
fixedCount: {
|
|
25
33
|
type: NumberConstructor;
|
|
26
34
|
default: number;
|
|
@@ -39,6 +47,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
39
47
|
type: BooleanConstructor;
|
|
40
48
|
default: boolean;
|
|
41
49
|
};
|
|
50
|
+
showSearchIcon: {
|
|
51
|
+
type: BooleanConstructor;
|
|
52
|
+
default: boolean;
|
|
53
|
+
};
|
|
42
54
|
userRule: {
|
|
43
55
|
type: ArrayConstructor;
|
|
44
56
|
default(): never[];
|
|
@@ -57,6 +69,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
57
69
|
type: ObjectConstructor;
|
|
58
70
|
default(): {};
|
|
59
71
|
};
|
|
72
|
+
gutter: {
|
|
73
|
+
type: ArrayConstructor;
|
|
74
|
+
default(): number[];
|
|
75
|
+
};
|
|
60
76
|
fixedCount: {
|
|
61
77
|
type: NumberConstructor;
|
|
62
78
|
default: number;
|
|
@@ -81,6 +97,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
81
97
|
type: string;
|
|
82
98
|
props: {
|
|
83
99
|
showExpandBtn: boolean;
|
|
100
|
+
showSearchIcon: boolean;
|
|
84
101
|
};
|
|
85
102
|
on: {
|
|
86
103
|
submit: () => void;
|
|
@@ -94,7 +111,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
94
111
|
span: number;
|
|
95
112
|
};
|
|
96
113
|
row: {
|
|
97
|
-
gutter:
|
|
114
|
+
gutter: unknown[];
|
|
98
115
|
};
|
|
99
116
|
form: {
|
|
100
117
|
labelCol: Record<string, any>;
|
|
@@ -116,6 +133,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
116
133
|
type: BooleanConstructor;
|
|
117
134
|
default: boolean;
|
|
118
135
|
};
|
|
136
|
+
showSearchIcon: {
|
|
137
|
+
type: BooleanConstructor;
|
|
138
|
+
default: boolean;
|
|
139
|
+
};
|
|
119
140
|
userRule: {
|
|
120
141
|
type: ArrayConstructor;
|
|
121
142
|
default(): never[];
|
|
@@ -134,6 +155,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
134
155
|
type: ObjectConstructor;
|
|
135
156
|
default(): {};
|
|
136
157
|
};
|
|
158
|
+
gutter: {
|
|
159
|
+
type: ArrayConstructor;
|
|
160
|
+
default(): number[];
|
|
161
|
+
};
|
|
137
162
|
fixedCount: {
|
|
138
163
|
type: NumberConstructor;
|
|
139
164
|
default: number;
|
|
@@ -154,9 +179,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
154
179
|
}, {
|
|
155
180
|
value: Record<string, any>;
|
|
156
181
|
showExpandBtn: boolean;
|
|
182
|
+
showSearchIcon: boolean;
|
|
157
183
|
userRule: unknown[];
|
|
158
184
|
labelCol: Record<string, any>;
|
|
159
185
|
ruleSpan: Record<string, any>;
|
|
186
|
+
gutter: unknown[];
|
|
160
187
|
fixedCount: number;
|
|
161
188
|
fixedFields: string[];
|
|
162
189
|
expandPlacement: "left" | "right";
|