bkui-vue 2.0.1-beta.1 → 2.0.1-beta.10
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/index.cjs.js +166 -166
- package/dist/index.esm.js +31973 -31924
- package/dist/index.umd.js +166 -166
- package/dist/style.css +1 -1
- package/dist/style.variable.css +1 -1
- package/lib/affix/index.js +7 -7
- package/lib/alert/alert.d.ts +5 -5
- package/lib/alert/index.d.ts +11 -11
- package/lib/backtop/backtop.d.ts +1 -1
- package/lib/backtop/index.d.ts +3 -3
- package/lib/backtop/index.js +6 -6
- package/lib/badge/index.js +1 -1
- package/lib/button/button.d.ts +7 -7
- package/lib/button/index.d.ts +8 -8
- package/lib/button/index.js +6 -6
- package/lib/cascader/cascader-panel.d.ts +1 -1
- package/lib/cascader/cascader.css +3 -3
- package/lib/cascader/cascader.d.ts +1 -1
- package/lib/cascader/cascader.less +4 -4
- package/lib/cascader/cascader.variable.css +3 -3
- package/lib/cascader/index.js +35 -36
- package/lib/cascader/interface.d.ts +1 -1
- package/lib/checkbox/index.js +3 -3
- package/lib/checkbox/type.d.ts +1 -1
- package/lib/code-diff/index.js +8 -8
- package/lib/collapse/index.js +2 -2
- package/lib/collapse/utils.d.ts +2 -2
- package/lib/color-picker/color-picker.css +3 -3
- package/lib/color-picker/color-picker.less +3 -3
- package/lib/color-picker/color-picker.variable.css +3 -3
- package/lib/color-picker/index.js +45 -45
- package/lib/components.d.ts +32 -32
- package/lib/components.js +31 -31
- package/lib/config-provider/index.d.ts +1 -1
- package/lib/container/index.js +6 -6
- package/lib/date-picker/base/date-table.d.ts +1 -1
- package/lib/date-picker/base/month-table.d.ts +1 -1
- package/lib/date-picker/base/picker-dropdown.d.ts +1 -1
- package/lib/date-picker/base/year-table.d.ts +3 -3
- package/lib/date-picker/index.js +291 -213
- package/lib/date-picker/interface.d.ts +9 -9
- package/lib/date-picker/panel/date-range.d.ts +2 -64
- package/lib/date-picker/panel/date.d.ts +1 -1
- package/lib/date-picker/panel/time-range.d.ts +1 -1
- package/lib/date-picker/panel/time.d.ts +1 -1
- package/lib/date-picker/props.d.ts +1 -1
- package/lib/date-picker/utils.d.ts +5 -1
- package/lib/dialog/dialog.css +0 -4
- package/lib/dialog/dialog.d.ts +18 -18
- package/lib/dialog/dialog.variable.css +0 -4
- package/lib/dialog/index.d.ts +40 -40
- package/lib/dialog/index.js +22 -22
- package/lib/dialog/props.d.ts +7 -7
- package/lib/directives/index.d.ts +3 -3
- package/lib/directives/index.js +166 -166
- package/lib/directives/tooltips.d.ts +1 -1
- package/lib/dist.index.js +2 -2
- package/lib/divider/divider.d.ts +5 -5
- package/lib/divider/index.d.ts +11 -11
- package/lib/divider/index.js +2 -2
- package/lib/divider/props.d.ts +2 -2
- package/lib/dropdown/dropdown.d.ts +5 -5
- package/lib/dropdown/index.d.ts +11 -11
- package/lib/dropdown/index.js +7 -7
- package/lib/exception/exception.d.ts +9 -9
- package/lib/exception/index.d.ts +11 -11
- package/lib/exception/index.js +10 -10
- package/lib/exception/typings/index.d.ts +1 -1
- package/lib/fixed-navbar/index.js +2 -2
- package/lib/form/form.d.ts +2 -2
- package/lib/form/index.js +14 -14
- package/lib/form/type.d.ts +2 -2
- package/lib/icon/index.d.ts +11 -11
- package/lib/icon/index.js +11 -11
- package/lib/image/image-viewer.d.ts +1 -1
- package/lib/image/index.js +20 -20
- package/lib/index.d.ts +3 -3
- package/lib/index.js +3 -3
- package/lib/info-box/index.js +14 -14
- package/lib/info-box/info-box.d.ts +15 -15
- package/lib/input/index.d.ts +15 -15
- package/lib/input/index.js +16 -16
- package/lib/input/input.d.ts +15 -15
- package/lib/link/index.d.ts +11 -11
- package/lib/link/index.js +3 -3
- package/lib/link/link.d.ts +5 -5
- package/lib/loading/index.d.ts +4 -4
- package/lib/loading/index.js +6 -6
- package/lib/loading/loading.d.ts +6 -6
- package/lib/locale/index.d.ts +1 -1
- package/lib/menu/index.js +0 -1
- package/lib/menu/utils.d.ts +3 -3
- package/lib/message/index.js +18 -18
- package/lib/message/messageConstructor.d.ts +11 -11
- package/lib/modal/index.d.ts +3 -3
- package/lib/modal/index.js +7 -7
- package/lib/modal/modal.css +0 -4
- package/lib/modal/modal.d.ts +1 -1
- package/lib/modal/modal.less +0 -5
- package/lib/modal/modal.variable.css +0 -4
- package/lib/navigation/index.js +20 -20
- package/lib/navigation/navigation.d.ts +1 -1
- package/lib/notify/index.js +4 -4
- package/lib/overflow-title/components/overflow-title.d.ts +9 -9
- package/lib/overflow-title/index.d.ts +19 -19
- package/lib/overflow-title/index.js +61 -11
- package/lib/overflow-title/props.d.ts +18 -18
- package/lib/pagination/index.js +16 -16
- package/lib/pagination/type.d.ts +1 -1
- package/lib/pagination/use-limit.d.ts +1 -1
- package/lib/pagination/use-total.d.ts +1 -1
- package/lib/plugin-popover/index.js +18 -19
- package/lib/pop-confirm/index.js +9 -9
- package/lib/pop-confirm/props.d.ts +2 -2
- package/lib/popover/const.d.ts +3 -3
- package/lib/popover/index.d.ts +19 -19
- package/lib/popover/index.js +18 -19
- package/lib/popover/plugin-popover.d.ts +1 -1
- package/lib/popover/popover.d.ts +7 -7
- package/lib/popover/props.d.ts +4 -4
- package/lib/process/index.js +3 -3
- package/lib/progress/index.d.ts +11 -11
- package/lib/progress/index.js +10 -10
- package/lib/progress/progress.d.ts +7 -7
- package/lib/radio/index.js +18 -23
- package/lib/radio/type.d.ts +1 -1
- package/lib/rate/index.js +8 -8
- package/lib/rate/rate.css +27 -0
- package/lib/rate/rate.less +33 -0
- package/lib/rate/rate.variable.css +27 -0
- package/lib/resize-layout/index.d.ts +11 -11
- package/lib/resize-layout/index.js +7 -8
- package/lib/resize-layout/resize-layout.d.ts +5 -5
- package/lib/scrollbar/index.js +0 -1
- package/lib/scrollbar/scrollbar-core/index.d.ts +9 -9
- package/lib/search-select/index.js +66 -66
- package/lib/search-select/menu.d.ts +1 -1
- package/lib/search-select/selected.d.ts +1 -1
- package/lib/search-select/utils.d.ts +3 -3
- package/lib/select/index.d.ts +61 -61
- package/lib/select/index.js +69 -73
- package/lib/select/option.d.ts +1 -1
- package/lib/select/select.css +1 -2
- package/lib/select/select.d.ts +24 -24
- package/lib/select/select.less +1 -2
- package/lib/select/select.variable.css +1 -2
- package/lib/select/selectTagInput.d.ts +6 -6
- package/lib/select/type.d.ts +2 -2
- package/lib/shared/index.d.ts +1 -1
- package/lib/shared/index.js +38 -46
- package/lib/shared/popover.d.ts +3 -3
- package/lib/shared/token.d.ts +1 -1
- package/lib/shared/vue-types.d.ts +46 -46
- package/lib/shared/z-index-manager.d.ts +6 -6
- package/lib/sideslider/index.d.ts +3 -3
- package/lib/sideslider/index.js +11 -11
- package/lib/sideslider/sideslider.d.ts +1 -1
- package/lib/slider/index.js +21 -23
- package/lib/steps/index.d.ts +11 -11
- package/lib/steps/index.js +3 -3
- package/lib/steps/steps.d.ts +7 -7
- package/lib/styles/index.d.ts +0 -1
- package/lib/swiper/index.js +5 -5
- package/lib/switcher/index.js +2 -2
- package/lib/switcher/switcher.d.ts +2 -2
- package/lib/tab/index.d.ts +22 -22
- package/lib/tab/index.js +15 -15
- package/lib/tab/props.d.ts +15 -15
- package/lib/tab/tab-nav.d.ts +10 -10
- package/lib/tab/tab.d.ts +10 -10
- package/lib/table/components/table-column.d.ts +27 -87
- package/lib/table/const.d.ts +8 -8
- package/lib/table/events.d.ts +21 -21
- package/lib/table/index.d.ts +194 -244
- package/lib/table/index.js +164 -142
- package/lib/table/plugins/use-shift-key.d.ts +2 -0
- package/lib/table/props.d.ts +34 -34
- package/lib/table/table.d.ts +47 -47
- package/lib/table/use-attributes.d.ts +3 -3
- package/lib/table/use-column.d.ts +9 -129
- package/lib/table/use-common.d.ts +4 -4
- package/lib/table/utils.d.ts +5 -5
- package/lib/table-column/index.d.ts +42 -172
- package/lib/table-column/index.js +19 -19
- package/lib/tag/index.d.ts +11 -11
- package/lib/tag/index.js +2 -2
- package/lib/tag/tag.d.ts +5 -5
- package/lib/tag-input/common.d.ts +1 -1
- package/lib/tag-input/index.d.ts +8 -8
- package/lib/tag-input/index.js +30 -30
- package/lib/tag-input/tag-input.d.ts +4 -4
- package/lib/tag-input/tag-props.d.ts +2 -2
- package/lib/timeline/index.js +2 -2
- package/lib/transfer/const.d.ts +2 -2
- package/lib/transfer/index.js +19 -19
- package/lib/transfer/transfer.css +9 -9
- package/lib/transfer/transfer.less +3 -3
- package/lib/transfer/transfer.variable.css +9 -9
- package/lib/tree/constant.d.ts +20 -20
- package/lib/tree/index.d.ts +20 -20
- package/lib/tree/index.js +48 -48
- package/lib/tree/props.d.ts +6 -6
- package/lib/tree/tree.d.ts +6 -6
- package/lib/tree/tree.less +1 -1
- package/lib/tree/use-empty.d.ts +1 -1
- package/lib/tree/use-node-action.d.ts +2 -2
- package/lib/tree/use-search.d.ts +1 -1
- package/lib/tree/util.d.ts +1 -1
- package/lib/upload/index.js +41 -35
- package/lib/upload/props.d.ts +1 -1
- package/lib/upload/upload.type.d.ts +7 -7
- package/lib/upload/use-file-handler.d.ts +1 -1
- package/package.json +13 -49
- package/lib/rate/star.css +0 -27
- package/lib/rate/star.less +0 -34
- package/lib/rate/star.variable.css +0 -156
package/lib/slider/index.js
CHANGED
@@ -650,21 +650,21 @@ const popover_less_namespaceObject = popover_less_x({ });
|
|
650
650
|
resolveClassName = _usePrefix.resolveClassName;
|
651
651
|
var renderDom = function renderDom() {
|
652
652
|
return (0,external_vue_namespaceObject.createVNode)("div", {
|
653
|
+
"ref": button,
|
654
|
+
"style": wrapperStyle.value,
|
653
655
|
"class": ["".concat(resolveClassName('slider-button')), props.params.vertical ? 'vertical' : 'horizontal', {
|
654
656
|
grabbing: dragging.value
|
655
657
|
}],
|
656
|
-
"ref": button,
|
657
658
|
"tabindex": "0",
|
658
|
-
"style": wrapperStyle.value,
|
659
659
|
"onClick": function onClick(event) {
|
660
660
|
return event.stopPropagation();
|
661
661
|
},
|
662
662
|
"onMousedown": onButtonDown
|
663
663
|
}, [Boolean(tip.value.content) ? (0,external_vue_namespaceObject.createVNode)(external_vue_namespaceObject.Fragment, null, [(0,external_vue_namespaceObject.createVNode)(popover_namespaceObject["default"], {
|
664
|
+
"boundary": document.body,
|
664
665
|
"content": tip.value.content,
|
665
|
-
"theme": 'dark',
|
666
666
|
"placement": tip.value.placement,
|
667
|
-
"
|
667
|
+
"theme": 'dark'
|
668
668
|
}, {
|
669
669
|
"default": function _default() {
|
670
670
|
return [(0,external_vue_namespaceObject.createVNode)("div", {
|
@@ -886,12 +886,10 @@ var off = function off(element, event, handler) {
|
|
886
886
|
result.push(i * stepWidth);
|
887
887
|
}
|
888
888
|
if (props.range) {
|
889
|
-
// eslint-disable-next-line max-len
|
890
889
|
return result.filter(function (step) {
|
891
890
|
return step < 100 * (rangeMinValue.value - props.minValue) / (props.maxValue - props.minValue) || step > 100 * (rangeMaxValue.value - props.minValue) / (props.maxValue - props.minValue);
|
892
891
|
});
|
893
892
|
}
|
894
|
-
// eslint-disable-next-line max-len
|
895
893
|
return result.filter(function (step) {
|
896
894
|
return step > 100 * (firstValue.value - props.minValue) / (props.maxValue - props.minValue);
|
897
895
|
});
|
@@ -1188,25 +1186,25 @@ var off = function off(element, event, handler) {
|
|
1188
1186
|
return (0,external_vue_namespaceObject.createVNode)("div", {
|
1189
1187
|
"class": ["".concat(resolveClassName('slider')), props.extCls]
|
1190
1188
|
}, [(_slots$start = slots.start) === null || _slots$start === void 0 ? void 0 : _slots$start.call(slots), (0,external_vue_namespaceObject.createVNode)("div", {
|
1191
|
-
"class": "".concat(resolveClassName('slider-runway')),
|
1192
1189
|
"ref": slider,
|
1193
1190
|
"style": runwayStyle.value,
|
1191
|
+
"class": "".concat(resolveClassName('slider-runway')),
|
1194
1192
|
"onClick": setButtonPos
|
1195
1193
|
}, [(0,external_vue_namespaceObject.createVNode)("div", {
|
1194
|
+
"style": barStyle.value,
|
1196
1195
|
"class": ["".concat(resolveClassName('slider-bar')), props.vertical ? 'vertical' : 'horizontal', {
|
1197
1196
|
disable: props.disable
|
1198
|
-
}]
|
1199
|
-
"style": barStyle.value
|
1197
|
+
}]
|
1200
1198
|
}, null), props.showInterval ? intervals.value.map(function (interval, index) {
|
1201
1199
|
if (index === 0 || index === intervals.value.length - 1) {
|
1202
1200
|
return null;
|
1203
1201
|
}
|
1204
1202
|
return (0,external_vue_namespaceObject.createVNode)("div", {
|
1205
1203
|
"key": index,
|
1204
|
+
"style": getIntervalStyle(interval),
|
1206
1205
|
"class": ["".concat(resolveClassName('slider-interval')), {
|
1207
1206
|
vertical: props.vertical
|
1208
1207
|
}],
|
1209
|
-
"style": getIntervalStyle(interval),
|
1210
1208
|
"onClick": function onClick(e) {
|
1211
1209
|
return handleStepLabelClick(e, interval);
|
1212
1210
|
}
|
@@ -1217,10 +1215,10 @@ var off = function off(element, event, handler) {
|
|
1217
1215
|
}
|
1218
1216
|
return (0,external_vue_namespaceObject.createVNode)("div", {
|
1219
1217
|
"key": index,
|
1218
|
+
"style": getIntervalStyle(custom.percent),
|
1220
1219
|
"class": ["".concat(resolveClassName('slider-interval')), {
|
1221
1220
|
vertical: props.vertical
|
1222
1221
|
}],
|
1223
|
-
"style": getIntervalStyle(custom.percent),
|
1224
1222
|
"onClick": function onClick(e) {
|
1225
1223
|
return handleStepLabelClick(e, custom);
|
1226
1224
|
}
|
@@ -1230,23 +1228,23 @@ var off = function off(element, event, handler) {
|
|
1230
1228
|
}, [function () {
|
1231
1229
|
if (props.showBetweenLabel) {
|
1232
1230
|
return [(0,external_vue_namespaceObject.createVNode)("div", {
|
1233
|
-
"class": "label-start",
|
1234
1231
|
"style": [{
|
1235
1232
|
opacity: betweenLabelStyle('start')
|
1236
|
-
}]
|
1233
|
+
}],
|
1234
|
+
"class": "label-start"
|
1237
1235
|
}, [props.formatterLabel(props.minValue)]), (0,external_vue_namespaceObject.createVNode)("div", {
|
1238
|
-
"class": "label-end",
|
1239
1236
|
"style": [{
|
1240
1237
|
opacity: betweenLabelStyle('end')
|
1241
|
-
}]
|
1238
|
+
}],
|
1239
|
+
"class": "label-end"
|
1242
1240
|
}, [props.formatterLabel(props.maxValue)])];
|
1243
1241
|
}
|
1244
1242
|
if (props.showIntervalLabel) {
|
1245
1243
|
return intervalLabels.value.map(function (intervalLabel, index) {
|
1246
1244
|
return (0,external_vue_namespaceObject.createVNode)("div", {
|
1247
|
-
"class": ["".concat(resolveClassName('slider-label')), props.vertical ? 'vertical' : 'horizontal'],
|
1248
1245
|
"key": index,
|
1249
1246
|
"style": getIntervalStyle(intervalLabel.stepWidth),
|
1247
|
+
"class": ["".concat(resolveClassName('slider-label')), props.vertical ? 'vertical' : 'horizontal'],
|
1250
1248
|
"onClick": function onClick(e) {
|
1251
1249
|
return handleStepLabelClick(e, intervalLabel);
|
1252
1250
|
}
|
@@ -1256,9 +1254,9 @@ var off = function off(element, event, handler) {
|
|
1256
1254
|
if (props.customContent) {
|
1257
1255
|
return customList.value.map(function (item, index) {
|
1258
1256
|
return (0,external_vue_namespaceObject.createVNode)("div", {
|
1259
|
-
"class": ["".concat(resolveClassName('slider-label')), props.vertical ? 'vertical' : 'horizontal'],
|
1260
1257
|
"key": index,
|
1261
1258
|
"style": getIntervalStyle(item.percent),
|
1259
|
+
"class": ["".concat(resolveClassName('slider-label')), props.vertical ? 'vertical' : 'horizontal'],
|
1262
1260
|
"onClick": function onClick(e) {
|
1263
1261
|
return handleStepLabelClick(e, item);
|
1264
1262
|
}
|
@@ -1267,20 +1265,20 @@ var off = function off(element, event, handler) {
|
|
1267
1265
|
}
|
1268
1266
|
return undefined;
|
1269
1267
|
}()]) : undefined, (0,external_vue_namespaceObject.createVNode)(slider_button, {
|
1268
|
+
"ref": firstbutton,
|
1270
1269
|
"modelValue": firstValue.value,
|
1271
1270
|
"onUpdate:modelValue": function onUpdateModelValue($event) {
|
1272
1271
|
return firstValue.value = $event;
|
1273
1272
|
},
|
1274
|
-
"ref": firstbutton,
|
1275
1273
|
"params": buttonParms.value,
|
1276
1274
|
"onEmitChange": emitChange,
|
1277
1275
|
"onResetSize": resetSize
|
1278
1276
|
}, null), props.range ? (0,external_vue_namespaceObject.createVNode)(slider_button, {
|
1277
|
+
"ref": secondbutton,
|
1279
1278
|
"modelValue": secondValue.value,
|
1280
1279
|
"onUpdate:modelValue": function onUpdateModelValue($event) {
|
1281
1280
|
return secondValue.value = $event;
|
1282
1281
|
},
|
1283
|
-
"ref": secondbutton,
|
1284
1282
|
"params": buttonParms.value,
|
1285
1283
|
"onEmitChange": emitChange,
|
1286
1284
|
"onResetSize": resetSize
|
@@ -1289,20 +1287,20 @@ var off = function off(element, event, handler) {
|
|
1289
1287
|
}, [(0,external_vue_namespaceObject.createVNode)("div", {
|
1290
1288
|
"class": "input-item"
|
1291
1289
|
}, [(0,external_vue_namespaceObject.createVNode)(input_namespaceObject["default"], {
|
1292
|
-
"type": "number",
|
1293
|
-
"modelValue": firstInput.value,
|
1294
1290
|
"max": props.maxValue,
|
1295
1291
|
"min": props.minValue,
|
1292
|
+
"modelValue": firstInput.value,
|
1293
|
+
"type": "number",
|
1296
1294
|
"onChange": firstInputChange
|
1297
1295
|
}, null)]), showSecondInput.value && secondValue.value ? [(0,external_vue_namespaceObject.createVNode)("div", {
|
1298
1296
|
"class": "input-center"
|
1299
1297
|
}, [(0,external_vue_namespaceObject.createTextVNode)("\uFF5E")]), (0,external_vue_namespaceObject.createVNode)("div", {
|
1300
1298
|
"class": "input-item"
|
1301
1299
|
}, [(0,external_vue_namespaceObject.createVNode)(input_namespaceObject["default"], {
|
1302
|
-
"type": "number",
|
1303
|
-
"modelValue": secondInput.value,
|
1304
1300
|
"max": props.maxValue,
|
1305
1301
|
"min": props.minValue,
|
1302
|
+
"modelValue": secondInput.value,
|
1303
|
+
"type": "number",
|
1306
1304
|
"onChange": secondInputChange
|
1307
1305
|
}, null)])] : undefined]) : undefined, (_slots$end = slots.end) === null || _slots$end === void 0 ? void 0 : _slots$end.call(slots)]);
|
1308
1306
|
};
|
package/lib/steps/index.d.ts
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
declare const BkSteps: {
|
2
2
|
new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
|
3
|
-
theme: import("vue-types").VueTypeDef<"success" | "
|
4
|
-
default: "success" | "
|
3
|
+
theme: import("vue-types").VueTypeDef<"success" | "danger" | "warning" | "primary"> & {
|
4
|
+
default: "success" | "danger" | "warning" | "primary";
|
5
5
|
};
|
6
6
|
size: import("vue-types").VueTypeDef<"default" | "small" | "large" | "huge">;
|
7
7
|
curStep: import("vue-types").VueTypeValidableDef<number> & {
|
@@ -45,8 +45,8 @@ declare const BkSteps: {
|
|
45
45
|
jumpTo: (index: any) => Promise<void>;
|
46
46
|
resolveClassName: (cls: string) => string;
|
47
47
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("click" | "update:curStep")[], import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
48
|
-
theme: import("vue-types").VueTypeDef<"success" | "
|
49
|
-
default: "success" | "
|
48
|
+
theme: import("vue-types").VueTypeDef<"success" | "danger" | "warning" | "primary"> & {
|
49
|
+
default: "success" | "danger" | "warning" | "primary";
|
50
50
|
};
|
51
51
|
size: import("vue-types").VueTypeDef<"default" | "small" | "large" | "huge">;
|
52
52
|
curStep: import("vue-types").VueTypeValidableDef<number> & {
|
@@ -88,7 +88,7 @@ declare const BkSteps: {
|
|
88
88
|
}, {
|
89
89
|
text: boolean;
|
90
90
|
extCls: string;
|
91
|
-
theme: "success" | "
|
91
|
+
theme: "success" | "danger" | "warning" | "primary";
|
92
92
|
steps: unknown[];
|
93
93
|
direction: "horizontal" | "vertical";
|
94
94
|
lineType: "dashed" | "solid";
|
@@ -104,8 +104,8 @@ declare const BkSteps: {
|
|
104
104
|
M: {};
|
105
105
|
Defaults: {};
|
106
106
|
}, Readonly<import("vue").ExtractPropTypes<{
|
107
|
-
theme: import("vue-types").VueTypeDef<"success" | "
|
108
|
-
default: "success" | "
|
107
|
+
theme: import("vue-types").VueTypeDef<"success" | "danger" | "warning" | "primary"> & {
|
108
|
+
default: "success" | "danger" | "warning" | "primary";
|
109
109
|
};
|
110
110
|
size: import("vue-types").VueTypeDef<"default" | "small" | "large" | "huge">;
|
111
111
|
curStep: import("vue-types").VueTypeValidableDef<number> & {
|
@@ -151,7 +151,7 @@ declare const BkSteps: {
|
|
151
151
|
}, {}, {}, {}, {
|
152
152
|
text: boolean;
|
153
153
|
extCls: string;
|
154
|
-
theme: "success" | "
|
154
|
+
theme: "success" | "danger" | "warning" | "primary";
|
155
155
|
steps: unknown[];
|
156
156
|
direction: "horizontal" | "vertical";
|
157
157
|
lineType: "dashed" | "solid";
|
@@ -164,8 +164,8 @@ declare const BkSteps: {
|
|
164
164
|
__isTeleport?: never;
|
165
165
|
__isSuspense?: never;
|
166
166
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
167
|
-
theme: import("vue-types").VueTypeDef<"success" | "
|
168
|
-
default: "success" | "
|
167
|
+
theme: import("vue-types").VueTypeDef<"success" | "danger" | "warning" | "primary"> & {
|
168
|
+
default: "success" | "danger" | "warning" | "primary";
|
169
169
|
};
|
170
170
|
size: import("vue-types").VueTypeDef<"default" | "small" | "large" | "huge">;
|
171
171
|
curStep: import("vue-types").VueTypeValidableDef<number> & {
|
@@ -211,7 +211,7 @@ declare const BkSteps: {
|
|
211
211
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("click" | "update:curStep")[], "click" | "update:curStep", {
|
212
212
|
text: boolean;
|
213
213
|
extCls: string;
|
214
|
-
theme: "success" | "
|
214
|
+
theme: "success" | "danger" | "warning" | "primary";
|
215
215
|
steps: unknown[];
|
216
216
|
direction: "horizontal" | "vertical";
|
217
217
|
lineType: "dashed" | "solid";
|
package/lib/steps/index.js
CHANGED
@@ -557,9 +557,9 @@ const icon_namespaceObject = icon_x({ ["Circle"]: () => __WEBPACK_EXTERNAL_MODUL
|
|
557
557
|
|
558
558
|
var StatusEnum;
|
559
559
|
(function (StatusEnum) {
|
560
|
-
StatusEnum["UNKNOWN"] = "";
|
561
560
|
StatusEnum["ERROR"] = "error";
|
562
561
|
StatusEnum["LOADING"] = "loading";
|
562
|
+
StatusEnum["UNKNOWN"] = "";
|
563
563
|
})(StatusEnum || (StatusEnum = {}));
|
564
564
|
var stepsProps = {
|
565
565
|
theme: shared_namespaceObject.PropTypes.theme().def(shared_namespaceObject.ThemeEnum.PRIMARY),
|
@@ -766,20 +766,20 @@ var stepsProps = {
|
|
766
766
|
return (0,external_vue_namespaceObject.createVNode)("div", {
|
767
767
|
"class": [_this.resolveClassName('step'), !step.title ? _this.resolveClassName('step-no-content') : '', isDone(index) ? 'done' : '', isCurrent(index) ? 'current' : '', isCurrent(index) && _this.status === 'error' ? 'is-error' : '', step.status && isCurrent(index) ? ["".concat(_this.resolveClassName("step-".concat(step.status)))] : '']
|
768
768
|
}, [(0,external_vue_namespaceObject.createVNode)("span", {
|
769
|
-
"class": ["".concat(_this.resolveClassName('step-indicator')), "".concat(_this.resolveClassName("step-".concat(iconType(step) ? 'icon' : 'number'))), "".concat(_this.resolveClassName("step-icon".concat(step.status)))],
|
770
769
|
"style": {
|
771
770
|
cursor: _this.controllable ? 'pointer' : ''
|
772
771
|
},
|
772
|
+
"class": ["".concat(_this.resolveClassName('step-indicator')), "".concat(_this.resolveClassName("step-".concat(iconType(step) ? 'icon' : 'number'))), "".concat(_this.resolveClassName("step-icon".concat(step.status)))],
|
773
773
|
"onClick": function onClick() {
|
774
774
|
_this.jumpTo(index + 1);
|
775
775
|
}
|
776
776
|
}, [(_this$$slots = (_this$$slots2 = (_this$$slots3 = _this.$slots)[index + 1]) === null || _this$$slots2 === void 0 ? void 0 : _this$$slots2.call(_this$$slots3)) !== null && _this$$slots !== void 0 ? _this$$slots : renderIcon(index, step)]), step.title ? (0,external_vue_namespaceObject.createVNode)("div", {
|
777
777
|
"class": "".concat(_this.resolveClassName('step-content'))
|
778
778
|
}, [(0,external_vue_namespaceObject.createVNode)("div", {
|
779
|
-
"class": "".concat(_this.resolveClassName('step-title')),
|
780
779
|
"style": {
|
781
780
|
cursor: _this.controllable ? 'pointer' : ''
|
782
781
|
},
|
782
|
+
"class": "".concat(_this.resolveClassName('step-title')),
|
783
783
|
"onClick": function onClick() {
|
784
784
|
_this.jumpTo(index + 1);
|
785
785
|
}
|
package/lib/steps/steps.d.ts
CHANGED
@@ -25,8 +25,8 @@
|
|
25
25
|
*/
|
26
26
|
import { ExtractPropTypes } from 'vue';
|
27
27
|
declare const stepsProps: {
|
28
|
-
theme: import("vue-types").VueTypeDef<"success" | "
|
29
|
-
default: "success" | "
|
28
|
+
theme: import("vue-types").VueTypeDef<"success" | "danger" | "warning" | "primary"> & {
|
29
|
+
default: "success" | "danger" | "warning" | "primary";
|
30
30
|
};
|
31
31
|
size: import("vue-types").VueTypeDef<"default" | "small" | "large" | "huge">;
|
32
32
|
curStep: import("vue-types").VueTypeValidableDef<number> & {
|
@@ -65,8 +65,8 @@ declare const stepsProps: {
|
|
65
65
|
};
|
66
66
|
export type StepsPropTypes = ExtractPropTypes<typeof stepsProps>;
|
67
67
|
declare const _default: import("vue").DefineComponent<{
|
68
|
-
theme: import("vue-types").VueTypeDef<"success" | "
|
69
|
-
default: "success" | "
|
68
|
+
theme: import("vue-types").VueTypeDef<"success" | "danger" | "warning" | "primary"> & {
|
69
|
+
default: "success" | "danger" | "warning" | "primary";
|
70
70
|
};
|
71
71
|
size: import("vue-types").VueTypeDef<"default" | "small" | "large" | "huge">;
|
72
72
|
curStep: import("vue-types").VueTypeValidableDef<number> & {
|
@@ -107,8 +107,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
107
107
|
jumpTo: (index: any) => Promise<void>;
|
108
108
|
resolveClassName: (cls: string) => string;
|
109
109
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("click" | "update:curStep")[], "click" | "update:curStep", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<ExtractPropTypes<{
|
110
|
-
theme: import("vue-types").VueTypeDef<"success" | "
|
111
|
-
default: "success" | "
|
110
|
+
theme: import("vue-types").VueTypeDef<"success" | "danger" | "warning" | "primary"> & {
|
111
|
+
default: "success" | "danger" | "warning" | "primary";
|
112
112
|
};
|
113
113
|
size: import("vue-types").VueTypeDef<"default" | "small" | "large" | "huge">;
|
114
114
|
curStep: import("vue-types").VueTypeValidableDef<number> & {
|
@@ -150,7 +150,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
150
150
|
}, {
|
151
151
|
text: boolean;
|
152
152
|
extCls: string;
|
153
|
-
theme: "success" | "
|
153
|
+
theme: "success" | "danger" | "warning" | "primary";
|
154
154
|
steps: unknown[];
|
155
155
|
direction: "horizontal" | "vertical";
|
156
156
|
lineType: "dashed" | "solid";
|
package/lib/styles/index.d.ts
CHANGED
@@ -20,7 +20,6 @@ import '../modal/modal.less';
|
|
20
20
|
import '../progress/progress.less';
|
21
21
|
import '../radio/radio.less';
|
22
22
|
import '../rate/rate.less';
|
23
|
-
import '../rate/star.less';
|
24
23
|
import '../swiper/swiper.less';
|
25
24
|
import '../select/select.less';
|
26
25
|
import '../sideslider/sideslider.less';
|
package/lib/swiper/index.js
CHANGED
@@ -259,20 +259,20 @@ const config_provider_namespaceObject = config_provider_x({ ["usePrefix"]: () =>
|
|
259
259
|
// render
|
260
260
|
return function () {
|
261
261
|
return (0,external_vue_namespaceObject.createVNode)("section", {
|
262
|
-
"class": "".concat(resolveClassName('swiper-home')),
|
263
262
|
"ref": swiperRef,
|
264
|
-
"style": computedSwiperRenderStyle.value
|
263
|
+
"style": computedSwiperRenderStyle.value,
|
264
|
+
"class": "".concat(resolveClassName('swiper-home'))
|
265
265
|
}, [(0,external_vue_namespaceObject.createVNode)("hgroup", {
|
266
266
|
"style": computedSwiperTranslateStyle.value,
|
267
267
|
"class": "".concat(resolveClassName('transition'), " ").concat(resolveClassName('swiper-main'))
|
268
268
|
}, [computedRenderDataList.value.map(function (renderData) {
|
269
269
|
var _slots$default, _slots$default2;
|
270
270
|
return (0,external_vue_namespaceObject.createVNode)("h3", {
|
271
|
-
"
|
272
|
-
"
|
271
|
+
"style": computedSwiperRenderStyle.value,
|
272
|
+
"class": "".concat(resolveClassName('swiper-card'))
|
273
273
|
}, [(_slots$default = (_slots$default2 = slots["default"]) === null || _slots$default2 === void 0 ? void 0 : _slots$default2.call(slots, renderData)) !== null && _slots$default !== void 0 ? _slots$default : (0,external_vue_namespaceObject.createVNode)("span", {
|
274
|
-
"class": getRenderItemClass(renderData),
|
275
274
|
"style": getRenderItemStyle(renderData),
|
275
|
+
"class": getRenderItemClass(renderData),
|
276
276
|
"onClick": function onClick() {
|
277
277
|
return goToLink(renderData.link);
|
278
278
|
}
|
package/lib/switcher/index.js
CHANGED
@@ -145,8 +145,8 @@ var switcherType = {
|
|
145
145
|
};
|
146
146
|
var EVENTS;
|
147
147
|
(function (EVENTS) {
|
148
|
-
EVENTS["UPDATE"] = "update:modelValue";
|
149
148
|
EVENTS["CHANGE"] = "change";
|
149
|
+
EVENTS["UPDATE"] = "update:modelValue";
|
150
150
|
})(EVENTS || (EVENTS = {}));
|
151
151
|
function EventFunction(value) {
|
152
152
|
return value;
|
@@ -232,8 +232,8 @@ var switcherEmitEventsType = _defineProperty(_defineProperty({}, EVENTS.UPDATE,
|
|
232
232
|
return function () {
|
233
233
|
return (0,external_vue_namespaceObject.createVNode)("div", {
|
234
234
|
"class": classObject.value,
|
235
|
-
"onClick": handleChange,
|
236
235
|
"tabindex": "0",
|
236
|
+
"onClick": handleChange,
|
237
237
|
"onKeydown": handleKeydown
|
238
238
|
}, [isLoading.value ? (0,external_vue_namespaceObject.createVNode)(icon_namespaceObject.SwitcherLoading, {
|
239
239
|
"class": "".concat(resolveClassName('switcher-loading'))
|
@@ -53,8 +53,8 @@ export declare const switcherType: {
|
|
53
53
|
};
|
54
54
|
};
|
55
55
|
export declare const enum EVENTS {
|
56
|
-
|
57
|
-
|
56
|
+
CHANGE = "change",
|
57
|
+
UPDATE = "update:modelValue"
|
58
58
|
}
|
59
59
|
export type SwitcherType = ExtractPropTypes<typeof switcherType>;
|
60
60
|
declare function EventFunction(value: SwitcherType['modelValue']): string | number | boolean;
|
package/lib/tab/index.d.ts
CHANGED
@@ -8,11 +8,11 @@ declare const BkTab: {
|
|
8
8
|
active: import("vue-types").VueTypeDef<string | number> & {
|
9
9
|
default: string | number;
|
10
10
|
};
|
11
|
-
type: import("vue-types").VueTypeDef<"card" | "border-card" | "
|
12
|
-
default: "card" | "border-card" | "
|
11
|
+
type: import("vue-types").VueTypeDef<"card" | "border-card" | "card-grid" | "card-tab" | "unborder-card"> & {
|
12
|
+
default: "card" | "border-card" | "card-grid" | "card-tab" | "unborder-card";
|
13
13
|
};
|
14
|
-
tabPosition: import("vue-types").VueTypeDef<"
|
15
|
-
default: "
|
14
|
+
tabPosition: import("vue-types").VueTypeDef<"left" | "right" | "top"> & {
|
15
|
+
default: "left" | "right" | "top";
|
16
16
|
};
|
17
17
|
closable: BooleanConstructor;
|
18
18
|
addable: BooleanConstructor;
|
@@ -90,11 +90,11 @@ declare const BkTab: {
|
|
90
90
|
active: import("vue-types").VueTypeDef<string | number> & {
|
91
91
|
default: string | number;
|
92
92
|
};
|
93
|
-
type: import("vue-types").VueTypeDef<"card" | "border-card" | "
|
94
|
-
default: "card" | "border-card" | "
|
93
|
+
type: import("vue-types").VueTypeDef<"card" | "border-card" | "card-grid" | "card-tab" | "unborder-card"> & {
|
94
|
+
default: "card" | "border-card" | "card-grid" | "card-tab" | "unborder-card";
|
95
95
|
};
|
96
|
-
tabPosition: import("vue-types").VueTypeDef<"
|
97
|
-
default: "
|
96
|
+
tabPosition: import("vue-types").VueTypeDef<"left" | "right" | "top"> & {
|
97
|
+
default: "left" | "right" | "top";
|
98
98
|
};
|
99
99
|
closable: BooleanConstructor;
|
100
100
|
addable: BooleanConstructor;
|
@@ -160,7 +160,7 @@ declare const BkTab: {
|
|
160
160
|
"onOn-drag-tab"?: (...args: any[]) => any;
|
161
161
|
"onUpdate:active"?: (...args: any[]) => any;
|
162
162
|
}, {
|
163
|
-
type: "card" | "border-card" | "
|
163
|
+
type: "card" | "border-card" | "card-grid" | "card-tab" | "unborder-card";
|
164
164
|
extCls: string;
|
165
165
|
active: string | number;
|
166
166
|
closable: boolean;
|
@@ -169,7 +169,7 @@ declare const BkTab: {
|
|
169
169
|
sortable: boolean;
|
170
170
|
activeBarColor: string;
|
171
171
|
activeBarSize: number;
|
172
|
-
tabPosition: "
|
172
|
+
tabPosition: "left" | "right" | "top";
|
173
173
|
addable: boolean;
|
174
174
|
labelHeight: number;
|
175
175
|
scrollStep: number;
|
@@ -187,11 +187,11 @@ declare const BkTab: {
|
|
187
187
|
active: import("vue-types").VueTypeDef<string | number> & {
|
188
188
|
default: string | number;
|
189
189
|
};
|
190
|
-
type: import("vue-types").VueTypeDef<"card" | "border-card" | "
|
191
|
-
default: "card" | "border-card" | "
|
190
|
+
type: import("vue-types").VueTypeDef<"card" | "border-card" | "card-grid" | "card-tab" | "unborder-card"> & {
|
191
|
+
default: "card" | "border-card" | "card-grid" | "card-tab" | "unborder-card";
|
192
192
|
};
|
193
|
-
tabPosition: import("vue-types").VueTypeDef<"
|
194
|
-
default: "
|
193
|
+
tabPosition: import("vue-types").VueTypeDef<"left" | "right" | "top"> & {
|
194
|
+
default: "left" | "right" | "top";
|
195
195
|
};
|
196
196
|
closable: BooleanConstructor;
|
197
197
|
addable: BooleanConstructor;
|
@@ -266,7 +266,7 @@ declare const BkTab: {
|
|
266
266
|
tabSort(dragTabIndex: number, dropTabIndex: number, sortType: string): boolean;
|
267
267
|
tabDrag(dragTabIndex: number, dragEvent: DragEvent): void;
|
268
268
|
}, {}, {}, {}, {
|
269
|
-
type: "card" | "border-card" | "
|
269
|
+
type: "card" | "border-card" | "card-grid" | "card-tab" | "unborder-card";
|
270
270
|
extCls: string;
|
271
271
|
active: string | number;
|
272
272
|
closable: boolean;
|
@@ -275,7 +275,7 @@ declare const BkTab: {
|
|
275
275
|
sortable: boolean;
|
276
276
|
activeBarColor: string;
|
277
277
|
activeBarSize: number;
|
278
|
-
tabPosition: "
|
278
|
+
tabPosition: "left" | "right" | "top";
|
279
279
|
addable: boolean;
|
280
280
|
labelHeight: number;
|
281
281
|
scrollStep: number;
|
@@ -290,11 +290,11 @@ declare const BkTab: {
|
|
290
290
|
active: import("vue-types").VueTypeDef<string | number> & {
|
291
291
|
default: string | number;
|
292
292
|
};
|
293
|
-
type: import("vue-types").VueTypeDef<"card" | "border-card" | "
|
294
|
-
default: "card" | "border-card" | "
|
293
|
+
type: import("vue-types").VueTypeDef<"card" | "border-card" | "card-grid" | "card-tab" | "unborder-card"> & {
|
294
|
+
default: "card" | "border-card" | "card-grid" | "card-tab" | "unborder-card";
|
295
295
|
};
|
296
|
-
tabPosition: import("vue-types").VueTypeDef<"
|
297
|
-
default: "
|
296
|
+
tabPosition: import("vue-types").VueTypeDef<"left" | "right" | "top"> & {
|
297
|
+
default: "left" | "right" | "top";
|
298
298
|
};
|
299
299
|
closable: BooleanConstructor;
|
300
300
|
addable: BooleanConstructor;
|
@@ -369,7 +369,7 @@ declare const BkTab: {
|
|
369
369
|
tabSort(dragTabIndex: number, dropTabIndex: number, sortType: string): boolean;
|
370
370
|
tabDrag(dragTabIndex: number, dragEvent: DragEvent): void;
|
371
371
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("sort" | "change" | "drag" | "add" | "remove" | "add-panel" | "tab-change" | "remove-panel" | "sort-change" | "on-drag-tab" | "update:active")[], "sort" | "change" | "drag" | "add" | "remove" | "add-panel" | "tab-change" | "remove-panel" | "sort-change" | "on-drag-tab" | "update:active", {
|
372
|
-
type: "card" | "border-card" | "
|
372
|
+
type: "card" | "border-card" | "card-grid" | "card-tab" | "unborder-card";
|
373
373
|
extCls: string;
|
374
374
|
active: string | number;
|
375
375
|
closable: boolean;
|
@@ -378,7 +378,7 @@ declare const BkTab: {
|
|
378
378
|
sortable: boolean;
|
379
379
|
activeBarColor: string;
|
380
380
|
activeBarSize: number;
|
381
|
-
tabPosition: "
|
381
|
+
tabPosition: "left" | "right" | "top";
|
382
382
|
addable: boolean;
|
383
383
|
labelHeight: number;
|
384
384
|
scrollStep: number;
|
package/lib/tab/index.js
CHANGED
@@ -100,11 +100,11 @@ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t =
|
|
100
100
|
|
101
101
|
var TabTypeEnum;
|
102
102
|
(function (TabTypeEnum) {
|
103
|
-
TabTypeEnum["CARD"] = "card";
|
104
103
|
TabTypeEnum["BORDER_CARD"] = "border-card";
|
105
|
-
TabTypeEnum["
|
106
|
-
TabTypeEnum["CARD_TAB"] = "card-tab";
|
104
|
+
TabTypeEnum["CARD"] = "card";
|
107
105
|
TabTypeEnum["CARD_GRID"] = "card-grid";
|
106
|
+
TabTypeEnum["CARD_TAB"] = "card-tab";
|
107
|
+
TabTypeEnum["UNBORDER_CARD"] = "unborder-card";
|
108
108
|
})(TabTypeEnum || (TabTypeEnum = {}));
|
109
109
|
var PositionEnum;
|
110
110
|
(function (PositionEnum) {
|
@@ -115,8 +115,8 @@ var PositionEnum;
|
|
115
115
|
var TabPositionType = (0,external_vue_types_namespaceObject.toType)('position', {}).def(PositionEnum.TOP);
|
116
116
|
var SortTypeEnum;
|
117
117
|
(function (SortTypeEnum) {
|
118
|
-
SortTypeEnum["REPLACE"] = "replace";
|
119
118
|
SortTypeEnum["INSERT"] = "insert";
|
119
|
+
SortTypeEnum["REPLACE"] = "replace";
|
120
120
|
})(SortTypeEnum || (SortTypeEnum = {}));
|
121
121
|
var SortTypeUnion = (0,external_vue_types_namespaceObject.toType)('sortType', {}).def(SortTypeEnum.REPLACE);
|
122
122
|
var tabNavEventProps = {
|
@@ -528,14 +528,16 @@ function tab_nav_objectSpread(e) { for (var r = 1; r < arguments.length; r++) {
|
|
528
528
|
};
|
529
529
|
return (0,external_vue_namespaceObject.withDirectives)((0,external_vue_namespaceObject.createVNode)("div", {
|
530
530
|
"key": name,
|
531
|
+
"ref": active === name ? 'activeRef' : '',
|
532
|
+
"class": getNavItemClass(),
|
533
|
+
"draggable": getValue(item.sortable, sortable),
|
531
534
|
"onClick": function onClick() {
|
532
535
|
return !disabled && _this.handleTabChange(name);
|
533
536
|
},
|
534
|
-
"
|
535
|
-
|
536
|
-
|
537
|
+
"onDragend": function onDragend(e) {
|
538
|
+
e.preventDefault();
|
539
|
+
dragend();
|
537
540
|
},
|
538
|
-
"ref": active === name ? 'activeRef' : '',
|
539
541
|
"onDragenter": function onDragenter(e) {
|
540
542
|
e.preventDefault();
|
541
543
|
dragenter(index);
|
@@ -546,15 +548,13 @@ function tab_nav_objectSpread(e) { for (var r = 1; r < arguments.length; r++) {
|
|
546
548
|
"onDragover": function onDragover(e) {
|
547
549
|
e.preventDefault();
|
548
550
|
},
|
549
|
-
"
|
550
|
-
e
|
551
|
-
dragend();
|
551
|
+
"onDragstart": function onDragstart(e) {
|
552
|
+
return dragstart(index, e);
|
552
553
|
},
|
553
554
|
"onDrop": function onDrop(e) {
|
554
555
|
e.preventDefault();
|
555
556
|
drop(index, sortType);
|
556
|
-
}
|
557
|
-
"class": getNavItemClass()
|
557
|
+
}
|
558
558
|
}, [(0,external_vue_namespaceObject.createVNode)("div", null, [tabLabel]), getValue(item.closable, closable) ? (0,external_vue_namespaceObject.createVNode)("span", {
|
559
559
|
"class": _this.resolveClassName('tab-header--close'),
|
560
560
|
"onClick": function onClick() {
|
@@ -585,8 +585,8 @@ function tab_nav_objectSpread(e) { for (var r = 1; r < arguments.length; r++) {
|
|
585
585
|
"class": _this.resolveClassName('tab-header-operation')
|
586
586
|
}, [list.map(function (item, index) {
|
587
587
|
return (0,external_vue_namespaceObject.createVNode)("div", {
|
588
|
-
"
|
589
|
-
"
|
588
|
+
"key": index,
|
589
|
+
"class": _this.resolveClassName('tab-header-item')
|
590
590
|
}, [item]);
|
591
591
|
})]);
|
592
592
|
}
|