cnhis-design-vue 0.2.35-beta → 0.2.36-beta
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/affix/index.js +8 -8
- package/es/age/index.js +10 -10
- package/es/alert/index.js +8 -8
- package/es/anchor/index.js +8 -8
- package/es/auto-complete/index.js +8 -8
- package/es/avatar/index.js +8 -8
- package/es/back-top/index.js +8 -8
- package/es/badge/index.js +8 -8
- package/es/base/index.js +8 -8
- package/es/big-table/index.js +66 -66
- package/es/breadcrumb/index.js +8 -8
- package/es/button/index.js +28 -28
- package/es/calendar/index.js +8 -8
- package/es/captcha/index.js +3 -3
- package/es/card/index.js +8 -8
- package/es/carousel/index.js +8 -8
- package/es/cascader/index.js +8 -8
- package/es/checkbox/index.js +9 -9
- package/es/col/index.js +8 -8
- package/es/collapse/index.js +8 -8
- package/es/color-picker/index.js +1 -1
- package/es/comment/index.js +8 -8
- package/es/config-provider/index.js +8 -8
- package/es/date-picker/index.js +8 -8
- package/es/descriptions/index.js +8 -8
- package/es/divider/index.js +8 -8
- package/es/drag-layout/index.js +3 -3
- package/es/drawer/index.js +8 -8
- package/es/dropdown/index.js +8 -8
- package/es/editor/index.js +1 -1
- package/es/empty/index.js +8 -8
- package/es/fabric-chart/index.js +9 -9
- package/es/form/index.js +8 -8
- package/es/form-model/index.js +8 -8
- package/es/index/index.js +393 -378
- package/es/index/style.css +1 -1
- package/es/input/index.js +9 -9
- package/es/input-number/index.js +8 -8
- package/es/layout/index.js +8 -8
- package/es/list/index.js +8 -8
- package/es/locale-provider/index.js +8 -8
- package/es/map/index.js +9 -9
- package/es/mentions/index.js +8 -8
- package/es/menu/index.js +8 -8
- package/es/message/index.js +8 -8
- package/es/multi-chat/index.js +75 -75
- package/es/multi-chat-client/index.js +69 -69
- package/es/multi-chat-history/index.js +4 -4
- package/es/multi-chat-record/index.js +14 -14
- package/es/multi-chat-setting/index.js +22 -22
- package/es/multi-chat-sip/index.js +1 -1
- package/es/notification/index.js +8 -8
- package/es/page-header/index.js +8 -8
- package/es/pagination/index.js +8 -8
- package/es/popconfirm/index.js +8 -8
- package/es/popover/index.js +8 -8
- package/es/progress/index.js +8 -8
- package/es/radio/index.js +9 -9
- package/es/rate/index.js +8 -8
- package/es/result/index.js +8 -8
- package/es/row/index.js +8 -8
- package/es/scale-view/index.js +23 -23
- package/es/select/index.js +11 -11
- package/es/select-label/index.js +11 -11
- package/es/select-person/index.js +2 -2
- package/es/skeleton/index.js +8 -8
- package/es/slider/index.js +8 -8
- package/es/space/index.js +8 -8
- package/es/spin/index.js +8 -8
- package/es/statistic/index.js +8 -8
- package/es/steps/index.js +8 -8
- package/es/switch/index.js +8 -8
- package/es/table-filter/index.js +120 -105
- package/es/table-filter/style.css +1 -1
- package/es/tabs/index.js +8 -8
- package/es/tag/index.js +9 -9
- package/es/time-picker/index.js +8 -8
- package/es/timeline/index.js +8 -8
- package/es/tooltip/index.js +8 -8
- package/es/transfer/index.js +8 -8
- package/es/tree/index.js +8 -8
- package/es/tree-select/index.js +8 -8
- package/es/upload/index.js +8 -8
- package/es/verification-code/index.js +2 -2
- package/lib/cui.common.js +2964 -4782
- package/lib/cui.umd.js +2964 -4782
- package/lib/cui.umd.min.js +94 -94
- package/package.json +2 -2
- package/packages/table-filter/src/classification/Classification-com.vue +6 -0
- package/packages/table-filter/src/components/table-modal/TableModal.vue +2 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "cnhis-design-vue",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.36-beta",
|
|
4
4
|
"description": "基于 Ant Desgin Vue 的UI库",
|
|
5
5
|
"keyword": "cnhis-design-vue vue cnhis",
|
|
6
6
|
"homepage": "http://dv.cnhis.com/",
|
|
@@ -93,4 +93,4 @@
|
|
|
93
93
|
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
|
|
94
94
|
}
|
|
95
95
|
}
|
|
96
|
-
}
|
|
96
|
+
}
|
|
@@ -435,6 +435,11 @@ import create from '@/core/create';
|
|
|
435
435
|
export default create({
|
|
436
436
|
name: 'Classification',
|
|
437
437
|
mixins: [filterApiFn],
|
|
438
|
+
provide() {
|
|
439
|
+
return {
|
|
440
|
+
root_isShowResetButton: this.isShowResetButton
|
|
441
|
+
};
|
|
442
|
+
},
|
|
438
443
|
components: {
|
|
439
444
|
// Search,
|
|
440
445
|
[Icon.name]: Icon,
|
|
@@ -487,6 +492,7 @@ export default create({
|
|
|
487
492
|
countCondition: { type: Number }, // 是否统计筛选分类,1统计筛选分类,0反之
|
|
488
493
|
countTabCondition: { type: Number }, // 筛选页签是否进行数量统计,1统计筛选页签,0反之
|
|
489
494
|
keyword: { type: String },
|
|
495
|
+
isShowResetButton: { type: Boolean, default: true }, // 是否显示 恢复默认设置 按钮
|
|
490
496
|
fieldKeys: {
|
|
491
497
|
type: Array,
|
|
492
498
|
default: () => []
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
</div>
|
|
26
26
|
</slot>
|
|
27
27
|
<template #footer v-if="type == 'search'">
|
|
28
|
-
<a-popconfirm class="btn-reset" title="确认要恢复系统默认设置吗?" ok-text="确认" cancel-text="取消" @confirm="popconfirm">
|
|
28
|
+
<a-popconfirm v-if="isShowResetButton" class="btn-reset" title="确认要恢复系统默认设置吗?" ok-text="确认" cancel-text="取消" @confirm="popconfirm">
|
|
29
29
|
<a-button>恢复默认设置</a-button>
|
|
30
30
|
</a-popconfirm>
|
|
31
31
|
|
|
@@ -144,6 +144,7 @@ import draggable from 'vuedraggable';
|
|
|
144
144
|
import svgIcon from '@/component/svg/index.vue';
|
|
145
145
|
export default {
|
|
146
146
|
mixins: [filterApiFn],
|
|
147
|
+
inject: { isShowResetButton: { from: 'root_isShowResetButton' } },
|
|
147
148
|
props: {
|
|
148
149
|
visibleIn: Boolean,
|
|
149
150
|
loading: Boolean,
|