bkui-vue 0.0.1-beta.203 → 0.0.1-beta.204
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 +2 -2
- package/dist/index.esm.js +13 -24
- package/dist/index.umd.js +2 -2
- package/dist/style.css +1 -1
- package/dist/style.variable.css +1 -1
- package/lib/affix/affix.variable.css +2 -2
- package/lib/alert/alert.variable.css +2 -2
- package/lib/backtop/backtop.variable.css +2 -2
- package/lib/badge/badge.variable.css +2 -2
- package/lib/breadcrumb/breadcrumb.variable.css +2 -2
- package/lib/button/button.variable.css +2 -2
- package/lib/card/card.variable.css +2 -2
- package/lib/cascader/cascader.variable.css +2 -2
- package/lib/checkbox/checkbox.variable.css +2 -2
- package/lib/code-diff/code-diff.variable.css +2 -2
- package/lib/collapse/collapse-panel.d.ts +0 -3
- package/lib/collapse/collapse.variable.css +2 -2
- package/lib/collapse/index.d.ts +0 -3
- package/lib/collapse/index.js +1 -1
- package/lib/collapse/props.d.ts +0 -2
- package/lib/color-picker/color-picker.variable.css +2 -2
- package/lib/container/container.variable.css +2 -2
- package/lib/date-picker/date-picker.d.ts +0 -2
- package/lib/date-picker/date-picker.variable.css +2 -2
- package/lib/date-picker/index.d.ts +0 -4
- package/lib/date-picker/index.js +1 -1
- package/lib/date-picker/panel/time.d.ts +0 -2
- package/lib/date-picker/props.d.ts +0 -1
- package/lib/date-picker/time-picker.d.ts +0 -2
- package/lib/divider/divider.variable.css +2 -2
- package/lib/dropdown/dropdown.variable.css +2 -2
- package/lib/exception/exception.variable.css +2 -2
- package/lib/fixed-navbar/fixed-navbar.variable.css +2 -2
- package/lib/form/form.css +1 -0
- package/lib/form/form.less +1 -0
- package/lib/form/form.variable.css +3 -2
- package/lib/input/input.variable.css +2 -2
- package/lib/link/link.variable.css +2 -2
- package/lib/loading/loading.variable.css +2 -2
- package/lib/menu/menu.variable.css +2 -2
- package/lib/menu/submenu.variable.css +2 -2
- package/lib/message/message.variable.css +2 -2
- package/lib/navigation/navigation.variable.css +2 -2
- package/lib/notify/notify.variable.css +2 -2
- package/lib/pagination/index.js +1 -1
- package/lib/pagination/pagination.variable.css +2 -2
- package/lib/popover/popover.variable.css +2 -2
- package/lib/popover2/popover2.variable.css +2 -2
- package/lib/process/process.variable.css +2 -2
- package/lib/progress/progress.variable.css +2 -2
- package/lib/radio/radio.css +4 -4
- package/lib/radio/radio.less +2 -2
- package/lib/radio/radio.variable.css +4 -4
- package/lib/resize-layout/resize-layout.variable.css +2 -2
- package/lib/search-select/search-select.variable.css +2 -2
- package/lib/select/select.variable.css +2 -2
- package/lib/sideslider/sideslider.variable.css +2 -2
- package/lib/slider/slider.variable.css +2 -2
- package/lib/steps/steps.variable.css +2 -2
- package/lib/styles/mixins/scroll.variable.css +2 -2
- package/lib/styles/themes/themes.less +2 -2
- package/lib/switcher/switcher.css +5 -5
- package/lib/switcher/switcher.variable.css +2 -2
- package/lib/tab/tab.variable.css +2 -2
- package/lib/table/plugins/head-filter.variable.css +2 -2
- package/lib/table/plugins/head-sort.variable.css +2 -2
- package/lib/table/plugins/settings.variable.css +2 -2
- package/lib/table/table.variable.css +2 -2
- package/lib/tag/tag.variable.css +2 -2
- package/lib/tag-input/index.d.ts +1 -60
- package/lib/tag-input/index.js +1 -1
- package/lib/tag-input/list-tag-render.d.ts +0 -3
- package/lib/tag-input/tag-input.d.ts +0 -23
- package/lib/tag-input/tag-input.variable.css +2 -2
- package/lib/tag-input/tag-props.d.ts +0 -5
- package/lib/tag-input/tag-render.d.ts +0 -3
- package/lib/time-picker/index.d.ts +0 -4
- package/lib/time-picker/time-picker.variable.css +2 -2
- package/lib/timeline/timeline.variable.css +2 -2
- package/lib/transfer/transfer.variable.css +2 -2
- package/lib/tree/tree.variable.css +2 -2
- package/lib/upload/index.d.ts +1 -15
- package/lib/upload/index.js +1 -1
- package/lib/upload/props.d.ts +0 -2
- package/lib/upload/upload-trigger.d.ts +0 -3
- package/lib/upload/upload.d.ts +0 -6
- package/lib/upload/upload.variable.css +2 -2
- package/lib/virtual-render/virtual-render.variable.css +2 -2
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
@@ -9878,8 +9878,7 @@ const propsCollapse = {
|
|
9878
9878
|
};
|
9879
9879
|
const CollapsePanelEventProps = {
|
9880
9880
|
itemClick: {
|
9881
|
-
type: Function
|
9882
|
-
default: null
|
9881
|
+
type: Function
|
9883
9882
|
}
|
9884
9883
|
};
|
9885
9884
|
const propsCollapsePanel = __spreadValues({
|
@@ -16466,6 +16465,7 @@ var useLimit = () => {
|
|
16466
16465
|
"class": "bk-pagination-limit-select",
|
16467
16466
|
"clearable": false,
|
16468
16467
|
"size": "small",
|
16468
|
+
"withValidate": false,
|
16469
16469
|
"modelValue": localLimit.value,
|
16470
16470
|
"onChange": handleLimitChange,
|
16471
16471
|
"disabled": proxy.disabled
|
@@ -19042,8 +19042,7 @@ var ListTagRender = defineComponent({
|
|
19042
19042
|
displayKey: PropTypes.string,
|
19043
19043
|
searchKeyword: PropTypes.string,
|
19044
19044
|
tpl: {
|
19045
|
-
type: Function
|
19046
|
-
default: null
|
19045
|
+
type: Function
|
19047
19046
|
}
|
19048
19047
|
},
|
19049
19048
|
render() {
|
@@ -19090,24 +19089,19 @@ const tagProps = () => ({
|
|
19090
19089
|
showClearOnlyHover: PropTypes.bool.def(false),
|
19091
19090
|
leftSpace: PropTypes.number.def(0),
|
19092
19091
|
createTagValidator: {
|
19093
|
-
type: Function
|
19094
|
-
default: null
|
19092
|
+
type: Function
|
19095
19093
|
},
|
19096
19094
|
filterCallback: {
|
19097
|
-
type: Function
|
19098
|
-
default: null
|
19095
|
+
type: Function
|
19099
19096
|
},
|
19100
19097
|
tagTpl: {
|
19101
|
-
type: Function
|
19102
|
-
default: null
|
19098
|
+
type: Function
|
19103
19099
|
},
|
19104
19100
|
tpl: {
|
19105
|
-
type: Function
|
19106
|
-
default: null
|
19101
|
+
type: Function
|
19107
19102
|
},
|
19108
19103
|
pasteFn: {
|
19109
|
-
type: Function
|
19110
|
-
default: null
|
19104
|
+
type: Function
|
19111
19105
|
},
|
19112
19106
|
withValidate: {
|
19113
19107
|
type: Boolean,
|
@@ -19124,8 +19118,7 @@ var TagRender = defineComponent({
|
|
19124
19118
|
node: PropTypes.object,
|
19125
19119
|
displayKey: PropTypes.string,
|
19126
19120
|
tpl: {
|
19127
|
-
type: Function
|
19128
|
-
default: null
|
19121
|
+
type: Function
|
19129
19122
|
}
|
19130
19123
|
},
|
19131
19124
|
render() {
|
@@ -23939,8 +23932,7 @@ const datePickerProps = {
|
|
23939
23932
|
default: true
|
23940
23933
|
},
|
23941
23934
|
open: {
|
23942
|
-
type: Boolean
|
23943
|
-
default: null
|
23935
|
+
type: Boolean
|
23944
23936
|
},
|
23945
23937
|
multiple: {
|
23946
23938
|
type: Boolean,
|
@@ -30261,12 +30253,10 @@ var uploadProps = {
|
|
30261
30253
|
},
|
30262
30254
|
customRequest: Function,
|
30263
30255
|
beforeUpload: {
|
30264
|
-
type: Function
|
30265
|
-
default: null
|
30256
|
+
type: Function
|
30266
30257
|
},
|
30267
30258
|
beforeRemove: {
|
30268
|
-
type: Function
|
30269
|
-
default: null
|
30259
|
+
type: Function
|
30270
30260
|
},
|
30271
30261
|
sliceUpload: {
|
30272
30262
|
type: Boolean,
|
@@ -30457,8 +30447,7 @@ var UploadTrigger = defineComponent({
|
|
30457
30447
|
multiple: uploadProps.multiple,
|
30458
30448
|
accept: uploadProps.accept,
|
30459
30449
|
file: {
|
30460
|
-
type: Object
|
30461
|
-
default: null
|
30450
|
+
type: Object
|
30462
30451
|
}
|
30463
30452
|
},
|
30464
30453
|
emits: ["change", "remove"],
|