bkui-vue 2.0.1-beta.107 → 2.0.1-beta.108
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 +71 -71
- package/dist/index.esm.js +18590 -18752
- package/dist/index.umd.js +70 -70
- package/dist/style.css +1 -1
- package/dist/style.variable.css +1 -1
- package/lib/affix/affix.css +130 -0
- package/lib/affix/affix.variable.css +261 -1
- package/lib/affix/index.d.ts +111 -57
- package/lib/affix/index.js +17 -17
- package/lib/alert/alert.css +133 -3
- package/lib/alert/alert.variable.css +261 -1
- package/lib/alert/index.d.ts +126 -73
- package/lib/alert/index.js +20 -20
- package/lib/animate-number/index.d.ts +96 -33
- package/lib/animate-number/index.js +7 -8
- package/lib/backtop/backtop.css +133 -3
- package/lib/backtop/backtop.variable.css +394 -4
- package/lib/backtop/index.d.ts +117 -69
- package/lib/backtop/index.js +10 -11
- package/lib/badge/badge.css +156 -26
- package/lib/badge/badge.variable.css +261 -1
- package/lib/badge/index.d.ts +152 -119
- package/lib/badge/index.js +19 -19
- package/lib/breadcrumb/breadcrumb.css +135 -5
- package/lib/breadcrumb/breadcrumb.variable.css +396 -6
- package/lib/breadcrumb/index.d.ts +119 -67
- package/lib/breadcrumb/index.js +17 -17
- package/lib/button/button.css +273 -143
- package/lib/button/button.d.ts +2 -2
- package/lib/button/button.variable.css +261 -1
- package/lib/button/index.d.ts +155 -119
- package/lib/button/index.js +20 -19
- package/lib/card/card.css +134 -4
- package/lib/card/card.variable.css +395 -5
- package/lib/card/index.d.ts +157 -128
- package/lib/card/index.js +22 -20
- package/lib/cascader/cascader.css +153 -23
- package/lib/cascader/cascader.d.ts +3 -3
- package/lib/cascader/cascader.variable.css +414 -24
- package/lib/cascader/index.d.ts +354 -393
- package/lib/cascader/index.js +268 -270
- package/lib/checkbox/checkbox.css +140 -10
- package/lib/checkbox/checkbox.d.ts +1 -1
- package/lib/checkbox/checkbox.variable.css +261 -1
- package/lib/checkbox/index.d.ts +175 -143
- package/lib/checkbox/index.js +45 -45
- package/lib/code-diff/code-diff.css +130 -0
- package/lib/code-diff/code-diff.variable.css +261 -1
- package/lib/code-diff/index.d.ts +82 -65
- package/lib/code-diff/index.js +438 -381
- package/lib/collapse/collapse.css +131 -1
- package/lib/collapse/collapse.variable.css +261 -1
- package/lib/collapse/index.d.ts +175 -156
- package/lib/collapse/index.js +27 -28
- package/lib/collapse-transition/collapse-transition.css +130 -0
- package/lib/collapse-transition/collapse-transition.variable.css +261 -1
- package/lib/collapse-transition/index.d.ts +94 -19
- package/lib/collapse-transition/index.js +3 -4
- package/lib/color-picker/color-picker.css +130 -0
- package/lib/color-picker/color-picker.d.ts +1 -1
- package/lib/color-picker/color-picker.variable.css +261 -1
- package/lib/color-picker/index.d.ts +165 -144
- package/lib/color-picker/index.js +41 -43
- package/lib/config-provider/config-provider.css +130 -0
- package/lib/config-provider/config-provider.variable.css +261 -1
- package/lib/config-provider/index.d.ts +227 -160
- package/lib/config-provider/index.js +17 -17
- package/lib/container/container.css +130 -0
- package/lib/container/container.d.ts +1 -1
- package/lib/container/container.variable.css +391 -1
- package/lib/container/index.d.ts +85 -74
- package/lib/container/index.js +26 -28
- package/lib/date-picker/base/picker-dropdown.d.ts +1 -1
- package/lib/date-picker/base/time-spinner.d.ts +3 -3
- package/lib/date-picker/date-picker.css +147 -17
- package/lib/date-picker/date-picker.d.ts +4 -4
- package/lib/date-picker/date-picker.variable.css +261 -1
- package/lib/date-picker/index.d.ts +351 -380
- package/lib/date-picker/index.js +79 -80
- package/lib/date-picker/panel/date-range.d.ts +1 -1
- package/lib/date-picker/panel/date.d.ts +1 -1
- package/lib/date-picker/panel/time-range.d.ts +2 -2
- package/lib/date-picker/panel/time.d.ts +2 -2
- package/lib/date-picker/time-picker.d.ts +4 -4
- package/lib/dialog/dialog.css +138 -8
- package/lib/dialog/dialog.variable.css +399 -9
- package/lib/dialog/index.d.ts +269 -299
- package/lib/dialog/index.js +228 -227
- package/lib/directives/index.js +29 -29
- package/lib/divider/divider.css +133 -3
- package/lib/divider/divider.variable.css +261 -1
- package/lib/divider/index.d.ts +111 -57
- package/lib/divider/index.js +2 -3
- package/lib/dropdown/dropdown.css +130 -0
- package/lib/dropdown/dropdown.d.ts +1 -1
- package/lib/dropdown/dropdown.variable.css +391 -1
- package/lib/dropdown/index.d.ts +136 -94
- package/lib/dropdown/index.js +22 -24
- package/lib/exception/exception.css +130 -0
- package/lib/exception/exception.variable.css +261 -1
- package/lib/exception/index.d.ts +102 -41
- package/lib/exception/index.js +21 -21
- package/lib/fixed-navbar/fixed-navbar.css +134 -4
- package/lib/fixed-navbar/fixed-navbar.variable.css +261 -1
- package/lib/fixed-navbar/index.d.ts +113 -59
- package/lib/fixed-navbar/index.js +2 -3
- package/lib/form/form.css +130 -0
- package/lib/form/form.d.ts +1 -1
- package/lib/form/form.variable.css +261 -1
- package/lib/form/index.d.ts +132 -80
- package/lib/form/index.js +22 -21
- package/lib/icon/angle-double-down-line.js +17 -17
- package/lib/icon/angle-double-left-line.js +17 -17
- package/lib/icon/angle-double-left.js +17 -17
- package/lib/icon/angle-double-right-line.js +17 -17
- package/lib/icon/angle-double-right.js +17 -17
- package/lib/icon/angle-double-up-line.js +17 -17
- package/lib/icon/angle-down-fill.js +17 -17
- package/lib/icon/angle-down-line.js +17 -17
- package/lib/icon/angle-down.js +17 -17
- package/lib/icon/angle-left.js +17 -17
- package/lib/icon/angle-right.js +17 -17
- package/lib/icon/angle-up-fill.js +17 -17
- package/lib/icon/angle-up.js +17 -17
- package/lib/icon/archive-fill.js +17 -17
- package/lib/icon/arrows-left.js +17 -17
- package/lib/icon/arrows-right.js +17 -17
- package/lib/icon/assistant.js +17 -17
- package/lib/icon/audio-fill.js +17 -17
- package/lib/icon/bk.js +17 -17
- package/lib/icon/circle.js +17 -17
- package/lib/icon/close-line.js +17 -17
- package/lib/icon/close.js +17 -17
- package/lib/icon/code.js +17 -17
- package/lib/icon/cog-shape.js +17 -17
- package/lib/icon/collapse-left.js +17 -17
- package/lib/icon/copy-shape.js +17 -17
- package/lib/icon/copy.js +17 -17
- package/lib/icon/data-shape.js +17 -17
- package/lib/icon/del.js +17 -17
- package/lib/icon/doc-fill.js +17 -17
- package/lib/icon/done.js +17 -17
- package/lib/icon/down-shape.js +17 -17
- package/lib/icon/down-small.js +17 -17
- package/lib/icon/edit-line.js +17 -17
- package/lib/icon/ellipsis.js +17 -17
- package/lib/icon/enlarge-line.js +17 -17
- package/lib/icon/error.js +17 -17
- package/lib/icon/excel-fill.js +17 -17
- package/lib/icon/exclamation-circle-shape.js +17 -17
- package/lib/icon/eye.js +17 -17
- package/lib/icon/filliscreen-line.js +17 -17
- package/lib/icon/fix-line.js +17 -17
- package/lib/icon/fix-shape.js +17 -17
- package/lib/icon/folder-open.js +17 -17
- package/lib/icon/folder-shape-open.js +17 -17
- package/lib/icon/folder-shape.js +17 -17
- package/lib/icon/folder.js +17 -17
- package/lib/icon/funnel.js +17 -17
- package/lib/icon/grag-fill.js +17 -17
- package/lib/icon/help-document-fill.js +17 -17
- package/lib/icon/help-fill.js +17 -17
- package/lib/icon/help.js +17 -17
- package/lib/icon/image-fill.js +17 -17
- package/lib/icon/img-error.js +17 -17
- package/lib/icon/img-placehoulder.js +17 -17
- package/lib/icon/info-line.js +17 -17
- package/lib/icon/info.js +17 -17
- package/lib/icon/left-shape.js +17 -17
- package/lib/icon/left-turn-line.js +17 -17
- package/lib/icon/loading.js +17 -17
- package/lib/icon/narrow-line.js +17 -17
- package/lib/icon/original.js +17 -17
- package/lib/icon/pdf-fill.js +17 -17
- package/lib/icon/play-shape.js +17 -17
- package/lib/icon/plus.js +17 -17
- package/lib/icon/ppt-fill.js +17 -17
- package/lib/icon/qq.js +17 -17
- package/lib/icon/right-shape.js +17 -17
- package/lib/icon/right-turn-line.js +17 -17
- package/lib/icon/search.js +17 -17
- package/lib/icon/share.js +17 -17
- package/lib/icon/spinner.js +17 -17
- package/lib/icon/success.js +17 -17
- package/lib/icon/switcher-loading.js +17 -17
- package/lib/icon/text-all.js +17 -17
- package/lib/icon/text-file.js +17 -17
- package/lib/icon/text-fill.js +17 -17
- package/lib/icon/transfer.js +17 -17
- package/lib/icon/tree-application-shape.js +17 -17
- package/lib/icon/unfull-screen.js +17 -17
- package/lib/icon/unvisible.js +17 -17
- package/lib/icon/up-shape.js +17 -17
- package/lib/icon/upload.js +17 -17
- package/lib/icon/video-fill.js +17 -17
- package/lib/icon/warn.js +17 -17
- package/lib/icon/weixin-pro.js +17 -17
- package/lib/icon/weixin.js +17 -17
- package/lib/image/image-viewer.css +130 -0
- package/lib/image/image-viewer.variable.css +261 -1
- package/lib/image/image.css +130 -0
- package/lib/image/image.variable.css +391 -1
- package/lib/image/index.d.ts +149 -113
- package/lib/image/index.js +26 -27
- package/lib/index.js +1 -1
- package/lib/info-box/index.js +233 -232
- package/lib/info-box/info-box.css +134 -4
- package/lib/info-box/info-box.variable.css +261 -1
- package/lib/input/index.d.ts +293 -326
- package/lib/input/index.js +48 -46
- package/lib/input/input.css +205 -75
- package/lib/input/input.variable.css +466 -76
- package/lib/link/index.d.ts +122 -73
- package/lib/link/index.js +2 -2
- package/lib/link/link.css +146 -16
- package/lib/link/link.variable.css +261 -1
- package/lib/loading/index.d.ts +156 -130
- package/lib/loading/index.js +33 -32
- package/lib/loading/loading.css +146 -16
- package/lib/loading/loading.d.ts +1 -1
- package/lib/loading/loading.variable.css +407 -17
- package/lib/menu/index.d.ts +116 -55
- package/lib/menu/index.js +25 -26
- package/lib/menu/menu.css +150 -20
- package/lib/menu/menu.variable.css +411 -21
- package/lib/menu/submenu.css +130 -0
- package/lib/menu/submenu.variable.css +261 -1
- package/lib/message/index.js +25 -24
- package/lib/message/message.css +151 -21
- package/lib/message/message.variable.css +261 -1
- package/lib/message/messageConstructor.d.ts +5 -5
- package/lib/modal/index.d.ts +185 -171
- package/lib/modal/index.js +19 -19
- package/lib/modal/modal.css +134 -4
- package/lib/modal/modal.variable.css +395 -5
- package/lib/navigation/index.d.ts +188 -152
- package/lib/navigation/index.js +7 -9
- package/lib/navigation/navigation.css +132 -2
- package/lib/navigation/navigation.variable.css +261 -1
- package/lib/notify/index.js +21 -20
- package/lib/notify/notify.css +137 -7
- package/lib/notify/notify.variable.css +261 -1
- package/lib/overflow-title/index.d.ts +256 -343
- package/lib/overflow-title/index.js +10 -11
- package/lib/pagination/index.d.ts +198 -184
- package/lib/pagination/index.js +56 -49
- package/lib/pagination/pagination.css +131 -1
- package/lib/pagination/pagination.variable.css +261 -1
- package/lib/plugin-popover/index.js +135 -233
- package/lib/pop-confirm/index.d.ts +153 -115
- package/lib/pop-confirm/index.js +4 -5
- package/lib/pop-confirm/pop-confirm.css +130 -0
- package/lib/pop-confirm/pop-confirm.d.ts +1 -1
- package/lib/pop-confirm/pop-confirm.variable.css +261 -1
- package/lib/popover/content.d.ts +1 -1
- package/lib/popover/index.d.ts +361 -423
- package/lib/popover/index.js +135 -233
- package/lib/popover/popover.css +130 -0
- package/lib/popover/popover.d.ts +1 -1
- package/lib/popover/popover.variable.css +261 -1
- package/lib/popover/use-popover-init.d.ts +1 -2
- package/lib/popover2/index.d.ts +83 -8
- package/lib/popover2/index.js +2 -2
- package/lib/process/index.d.ts +137 -93
- package/lib/process/index.js +226 -226
- package/lib/process/process.css +143 -13
- package/lib/process/process.variable.css +261 -1
- package/lib/progress/index.d.ts +187 -178
- package/lib/progress/index.js +21 -22
- package/lib/progress/progress.css +134 -4
- package/lib/progress/progress.d.ts +2 -2
- package/lib/progress/progress.variable.css +395 -5
- package/lib/radio/index.d.ts +140 -91
- package/lib/radio/index.js +48 -46
- package/lib/radio/radio.css +172 -42
- package/lib/radio/radio.variable.css +261 -1
- package/lib/rate/index.d.ts +112 -55
- package/lib/rate/index.js +20 -19
- package/lib/rate/rate.css +130 -0
- package/lib/rate/rate.variable.css +261 -1
- package/lib/resize-layout/index.d.ts +192 -168
- package/lib/resize-layout/index.js +21 -20
- package/lib/resize-layout/resize-layout.css +130 -0
- package/lib/resize-layout/resize-layout.d.ts +2 -2
- package/lib/resize-layout/resize-layout.variable.css +261 -1
- package/lib/scrollbar/css/scrollbar.css +130 -0
- package/lib/scrollbar/css/scrollbar.variable.css +261 -1
- package/lib/scrollbar/index.js +38 -38
- package/lib/search-select/index.d.ts +901 -684
- package/lib/search-select/index.js +274 -274
- package/lib/search-select/input.d.ts +2 -2
- package/lib/search-select/search-select.css +163 -33
- package/lib/search-select/search-select.d.ts +188 -133
- package/lib/search-select/search-select.variable.css +424 -34
- package/lib/search-select/selected.d.ts +188 -133
- package/lib/select/index.d.ts +1333 -1491
- package/lib/select/index.js +280 -279
- package/lib/select/select.css +169 -39
- package/lib/select/select.d.ts +169 -132
- package/lib/select/select.variable.css +430 -40
- package/lib/select/selectTagInput.d.ts +2 -2
- package/lib/shared/index.js +56 -54
- package/lib/sideslider/index.d.ts +201 -197
- package/lib/sideslider/index.js +228 -227
- package/lib/sideslider/sideslider.css +131 -1
- package/lib/sideslider/sideslider.variable.css +261 -1
- package/lib/slider/index.d.ts +210 -214
- package/lib/slider/index.js +225 -226
- package/lib/slider/slider.css +135 -5
- package/lib/slider/slider.variable.css +261 -1
- package/lib/steps/index.d.ts +149 -110
- package/lib/steps/index.js +231 -230
- package/lib/steps/steps.css +168 -38
- package/lib/steps/steps.variable.css +261 -1
- package/lib/styles/mixins/animate.css +130 -0
- package/lib/styles/mixins/animate.variable.css +261 -1
- package/lib/styles/mixins/mixins.css +130 -0
- package/lib/styles/mixins/mixins.variable.css +130 -0
- package/lib/styles/mixins/popper.css +130 -0
- package/lib/styles/mixins/popper.variable.css +261 -1
- package/lib/styles/mixins/scroll.css +130 -0
- package/lib/styles/mixins/scroll.variable.css +261 -1
- package/lib/styles/reset.css +130 -0
- package/lib/styles/reset.variable.css +261 -1
- package/lib/styles/themes/themes.css +130 -0
- package/lib/styles/themes/themes.less +299 -130
- package/lib/styles/themes/themes.variable.css +130 -0
- package/lib/swiper/index.d.ts +127 -81
- package/lib/swiper/index.js +18 -18
- package/lib/swiper/swiper.css +130 -0
- package/lib/swiper/swiper.variable.css +261 -1
- package/lib/switcher/index.d.ts +174 -152
- package/lib/switcher/index.js +22 -20
- package/lib/switcher/switcher.css +147 -17
- package/lib/switcher/switcher.variable.css +408 -18
- package/lib/tab/index.d.ts +183 -151
- package/lib/tab/index.js +19 -20
- package/lib/tab/tab.css +156 -26
- package/lib/tab/tab.variable.css +261 -1
- package/lib/table/components/table-column.d.ts +1 -1
- package/lib/table/hooks/use-columns.d.ts +1 -1
- package/lib/table/hooks/use-layout.d.ts +2 -2
- package/lib/table/hooks/use-rows.d.ts +1 -1
- package/lib/table/index.d.ts +362 -457
- package/lib/table/index.js +350 -338
- package/lib/table/plugins/head-filter.css +130 -0
- package/lib/table/plugins/head-filter.variable.css +261 -1
- package/lib/table/plugins/head-sort.css +130 -0
- package/lib/table/plugins/head-sort.variable.css +261 -1
- package/lib/table/plugins/settings.css +130 -0
- package/lib/table/plugins/settings.variable.css +261 -1
- package/lib/table/table.css +319 -189
- package/lib/table/table.d.ts +1 -1
- package/lib/table/table.variable.css +580 -190
- package/lib/table-column/index.d.ts +150 -104
- package/lib/table-column/index.js +19 -18
- package/lib/tag/index.d.ts +142 -95
- package/lib/tag/index.js +19 -19
- package/lib/tag/tag.css +135 -5
- package/lib/tag/tag.variable.css +261 -1
- package/lib/tag-input/index.d.ts +540 -755
- package/lib/tag-input/index.js +58 -52
- package/lib/tag-input/tag-input.css +148 -18
- package/lib/tag-input/tag-input.d.ts +5 -5
- package/lib/tag-input/tag-input.variable.css +261 -1
- package/lib/time-picker/index.d.ts +386 -439
- package/lib/time-picker/time-picker.css +130 -0
- package/lib/time-picker/time-picker.variable.css +261 -1
- package/lib/timeline/index.d.ts +131 -64
- package/lib/timeline/index.js +6 -6
- package/lib/timeline/timeline.css +149 -19
- package/lib/timeline/timeline.variable.css +261 -1
- package/lib/transfer/index.d.ts +206 -191
- package/lib/transfer/transfer.css +149 -19
- package/lib/transfer/transfer.variable.css +261 -1
- package/lib/tree/index.d.ts +308 -350
- package/lib/tree/index.js +74 -71
- package/lib/tree/tree.css +140 -10
- package/lib/tree/tree.d.ts +1 -1
- package/lib/tree/tree.variable.css +401 -11
- package/lib/tree/use-tree-init.d.ts +1 -1
- package/lib/upload/index.d.ts +273 -311
- package/lib/upload/index.js +264 -261
- package/lib/upload/upload.css +157 -27
- package/lib/upload/upload.d.ts +2 -2
- package/lib/upload/upload.variable.css +418 -28
- package/lib/virtual-render/index.d.ts +241 -333
- package/lib/virtual-render/index.js +29 -29
- package/lib/virtual-render/virtual-render.css +130 -0
- package/lib/virtual-render/virtual-render.d.ts +1 -1
- package/lib/virtual-render/virtual-render.variable.css +391 -1
- package/package.json +1 -1
package/lib/shared/index.js
CHANGED
@@ -181,7 +181,7 @@ function scrollTop(el) {
|
|
181
181
|
var step = Math.ceil(difference / duration * 50);
|
182
182
|
function scroll(start, end, step) {
|
183
183
|
if (start === end) {
|
184
|
-
endCallback === null || endCallback === void 0
|
184
|
+
endCallback === null || endCallback === void 0 ? void 0 : endCallback();
|
185
185
|
return;
|
186
186
|
}
|
187
187
|
var d = start + step > end ? end : start + step;
|
@@ -200,14 +200,14 @@ function scrollTop(el) {
|
|
200
200
|
scroll(from, to, step);
|
201
201
|
}
|
202
202
|
;// CONCATENATED MODULE: ../../node_modules/@babel/runtime/helpers/esm/typeof.js
|
203
|
-
function _typeof(
|
203
|
+
function _typeof(obj) {
|
204
204
|
"@babel/helpers - typeof";
|
205
205
|
|
206
|
-
return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (
|
207
|
-
return typeof
|
208
|
-
} : function (
|
209
|
-
return
|
210
|
-
}, _typeof(
|
206
|
+
return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) {
|
207
|
+
return typeof obj;
|
208
|
+
} : function (obj) {
|
209
|
+
return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj;
|
210
|
+
}, _typeof(obj);
|
211
211
|
}
|
212
212
|
;// CONCATENATED MODULE: ../../packages/shared/src/helper.ts
|
213
213
|
|
@@ -606,22 +606,22 @@ function _classCallCheck(instance, Constructor) {
|
|
606
606
|
}
|
607
607
|
;// CONCATENATED MODULE: ../../node_modules/@babel/runtime/helpers/esm/toPrimitive.js
|
608
608
|
|
609
|
-
function
|
610
|
-
if ("object"
|
611
|
-
var
|
612
|
-
if (
|
613
|
-
var
|
614
|
-
if ("object"
|
609
|
+
function _toPrimitive(input, hint) {
|
610
|
+
if (_typeof(input) !== "object" || input === null) return input;
|
611
|
+
var prim = input[Symbol.toPrimitive];
|
612
|
+
if (prim !== undefined) {
|
613
|
+
var res = prim.call(input, hint || "default");
|
614
|
+
if (_typeof(res) !== "object") return res;
|
615
615
|
throw new TypeError("@@toPrimitive must return a primitive value.");
|
616
616
|
}
|
617
|
-
return ("string"
|
617
|
+
return (hint === "string" ? String : Number)(input);
|
618
618
|
}
|
619
619
|
;// CONCATENATED MODULE: ../../node_modules/@babel/runtime/helpers/esm/toPropertyKey.js
|
620
620
|
|
621
621
|
|
622
|
-
function
|
623
|
-
var
|
624
|
-
return "symbol"
|
622
|
+
function _toPropertyKey(arg) {
|
623
|
+
var key = _toPrimitive(arg, "string");
|
624
|
+
return _typeof(key) === "symbol" ? key : String(key);
|
625
625
|
}
|
626
626
|
;// CONCATENATED MODULE: ../../node_modules/@babel/runtime/helpers/esm/createClass.js
|
627
627
|
|
@@ -631,7 +631,7 @@ function _defineProperties(target, props) {
|
|
631
631
|
descriptor.enumerable = descriptor.enumerable || false;
|
632
632
|
descriptor.configurable = true;
|
633
633
|
if ("value" in descriptor) descriptor.writable = true;
|
634
|
-
Object.defineProperty(target,
|
634
|
+
Object.defineProperty(target, _toPropertyKey(descriptor.key), descriptor);
|
635
635
|
}
|
636
636
|
}
|
637
637
|
function _createClass(Constructor, protoProps, staticProps) {
|
@@ -645,7 +645,7 @@ function _createClass(Constructor, protoProps, staticProps) {
|
|
645
645
|
;// CONCATENATED MODULE: ../../node_modules/@babel/runtime/helpers/esm/defineProperty.js
|
646
646
|
|
647
647
|
function _defineProperty(obj, key, value) {
|
648
|
-
key =
|
648
|
+
key = _toPropertyKey(key);
|
649
649
|
if (key in obj) {
|
650
650
|
Object.defineProperty(obj, key, {
|
651
651
|
value: value,
|
@@ -848,7 +848,7 @@ var BKPopover = /*#__PURE__*/function () {
|
|
848
848
|
key: "forceUpdate",
|
849
849
|
value: function forceUpdate() {
|
850
850
|
var _this$instance;
|
851
|
-
(_this$instance = this.instance) === null || _this$instance === void 0
|
851
|
+
(_this$instance = this.instance) === null || _this$instance === void 0 ? void 0 : _this$instance.forceUpdate();
|
852
852
|
}
|
853
853
|
// Asynchronously updates the popper instance, and returns a promise. Use this
|
854
854
|
// for high-frequency updates.
|
@@ -856,7 +856,7 @@ var BKPopover = /*#__PURE__*/function () {
|
|
856
856
|
key: "update",
|
857
857
|
value: function update() {
|
858
858
|
var _this$instance2;
|
859
|
-
(_this$instance2 = this.instance) === null || _this$instance2 === void 0
|
859
|
+
(_this$instance2 = this.instance) === null || _this$instance2 === void 0 ? void 0 : _this$instance2.update();
|
860
860
|
}
|
861
861
|
}, {
|
862
862
|
key: "updateOptions",
|
@@ -873,14 +873,14 @@ var BKPopover = /*#__PURE__*/function () {
|
|
873
873
|
key: "setOptions",
|
874
874
|
value: function setOptions(options) {
|
875
875
|
var _this$instance3;
|
876
|
-
(_this$instance3 = this.instance) === null || _this$instance3 === void 0
|
876
|
+
(_this$instance3 = this.instance) === null || _this$instance3 === void 0 ? void 0 : _this$instance3.setOptions(options);
|
877
877
|
}
|
878
878
|
// Cleans up the instance.
|
879
879
|
}, {
|
880
880
|
key: "destroy",
|
881
881
|
value: function destroy() {
|
882
882
|
var _this$instance4;
|
883
|
-
(_this$instance4 = this.instance) === null || _this$instance4 === void 0
|
883
|
+
(_this$instance4 = this.instance) === null || _this$instance4 === void 0 ? void 0 : _this$instance4.destroy();
|
884
884
|
}
|
885
885
|
// 更新禁用状态
|
886
886
|
}, {
|
@@ -899,7 +899,7 @@ var BKPopover = /*#__PURE__*/function () {
|
|
899
899
|
if (!this.disabled) {
|
900
900
|
var _this$popperRefer2;
|
901
901
|
// Make the tooltip visible
|
902
|
-
(_this$popperRefer2 = this.popperRefer) === null || _this$popperRefer2 === void 0
|
902
|
+
(_this$popperRefer2 = this.popperRefer) === null || _this$popperRefer2 === void 0 ? void 0 : _this$popperRefer2.setAttribute('data-show', '');
|
903
903
|
// Enable the event listeners
|
904
904
|
this.setOptions({
|
905
905
|
modifiers: [].concat(_toConsumableArray(this.instanceOptions.modifiers || []), [{
|
@@ -926,7 +926,7 @@ var BKPopover = /*#__PURE__*/function () {
|
|
926
926
|
var _this$popperRefer3;
|
927
927
|
if (this.always) return;
|
928
928
|
// Hide the tooltip
|
929
|
-
(_this$popperRefer3 = this.popperRefer) === null || _this$popperRefer3 === void 0
|
929
|
+
(_this$popperRefer3 = this.popperRefer) === null || _this$popperRefer3 === void 0 ? void 0 : _this$popperRefer3.removeAttribute('data-show');
|
930
930
|
// Disable the event listeners
|
931
931
|
this.setOptions({
|
932
932
|
modifiers: [].concat(_toConsumableArray(this.instanceOptions.modifiers || []), [{
|
@@ -1045,7 +1045,7 @@ var BKPopover = /*#__PURE__*/function () {
|
|
1045
1045
|
if (this.referenceTarget && this.popperRefer) {
|
1046
1046
|
var _this$popperRefer4, _this$instanceOptions3;
|
1047
1047
|
this.instance = (0,core_namespaceObject.createPopper)(this.referenceTarget, this.popperRefer, this.instanceOptions);
|
1048
|
-
(_this$popperRefer4 = this.popperRefer) === null || _this$popperRefer4 === void 0
|
1048
|
+
(_this$popperRefer4 = this.popperRefer) === null || _this$popperRefer4 === void 0 ? void 0 : _this$popperRefer4.setAttribute('data-theme', (_this$instanceOptions3 = this.instanceOptions.theme) !== null && _this$instanceOptions3 !== void 0 ? _this$instanceOptions3 : 'dark');
|
1049
1049
|
} else {
|
1050
1050
|
console.error('reference or popperRefer is null, please check html element.');
|
1051
1051
|
}
|
@@ -1355,31 +1355,6 @@ var getFullscreenRoot = function getFullscreenRoot(selector) {
|
|
1355
1355
|
}
|
1356
1356
|
return helper_isElement(document.body) ? document.body : 'body';
|
1357
1357
|
};
|
1358
|
-
;// CONCATENATED MODULE: ../../node_modules/@babel/runtime/helpers/esm/assertThisInitialized.js
|
1359
|
-
function _assertThisInitialized(self) {
|
1360
|
-
if (self === void 0) {
|
1361
|
-
throw new ReferenceError("this hasn't been initialised - super() hasn't been called");
|
1362
|
-
}
|
1363
|
-
return self;
|
1364
|
-
}
|
1365
|
-
;// CONCATENATED MODULE: ../../node_modules/@babel/runtime/helpers/esm/possibleConstructorReturn.js
|
1366
|
-
|
1367
|
-
|
1368
|
-
function _possibleConstructorReturn(self, call) {
|
1369
|
-
if (call && (_typeof(call) === "object" || typeof call === "function")) {
|
1370
|
-
return call;
|
1371
|
-
} else if (call !== void 0) {
|
1372
|
-
throw new TypeError("Derived constructors may only return object or undefined");
|
1373
|
-
}
|
1374
|
-
return _assertThisInitialized(self);
|
1375
|
-
}
|
1376
|
-
;// CONCATENATED MODULE: ../../node_modules/@babel/runtime/helpers/esm/getPrototypeOf.js
|
1377
|
-
function _getPrototypeOf(o) {
|
1378
|
-
_getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) {
|
1379
|
-
return o.__proto__ || Object.getPrototypeOf(o);
|
1380
|
-
};
|
1381
|
-
return _getPrototypeOf(o);
|
1382
|
-
}
|
1383
1358
|
;// CONCATENATED MODULE: ../../node_modules/@babel/runtime/helpers/esm/setPrototypeOf.js
|
1384
1359
|
function _setPrototypeOf(o, p) {
|
1385
1360
|
_setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function _setPrototypeOf(o, p) {
|
@@ -1406,6 +1381,31 @@ function _inherits(subClass, superClass) {
|
|
1406
1381
|
});
|
1407
1382
|
if (superClass) _setPrototypeOf(subClass, superClass);
|
1408
1383
|
}
|
1384
|
+
;// CONCATENATED MODULE: ../../node_modules/@babel/runtime/helpers/esm/assertThisInitialized.js
|
1385
|
+
function _assertThisInitialized(self) {
|
1386
|
+
if (self === void 0) {
|
1387
|
+
throw new ReferenceError("this hasn't been initialised - super() hasn't been called");
|
1388
|
+
}
|
1389
|
+
return self;
|
1390
|
+
}
|
1391
|
+
;// CONCATENATED MODULE: ../../node_modules/@babel/runtime/helpers/esm/possibleConstructorReturn.js
|
1392
|
+
|
1393
|
+
|
1394
|
+
function _possibleConstructorReturn(self, call) {
|
1395
|
+
if (call && (_typeof(call) === "object" || typeof call === "function")) {
|
1396
|
+
return call;
|
1397
|
+
} else if (call !== void 0) {
|
1398
|
+
throw new TypeError("Derived constructors may only return object or undefined");
|
1399
|
+
}
|
1400
|
+
return _assertThisInitialized(self);
|
1401
|
+
}
|
1402
|
+
;// CONCATENATED MODULE: ../../node_modules/@babel/runtime/helpers/esm/getPrototypeOf.js
|
1403
|
+
function _getPrototypeOf(o) {
|
1404
|
+
_getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) {
|
1405
|
+
return o.__proto__ || Object.getPrototypeOf(o);
|
1406
|
+
};
|
1407
|
+
return _getPrototypeOf(o);
|
1408
|
+
}
|
1409
1409
|
;// CONCATENATED MODULE: external "vue-types"
|
1410
1410
|
var external_vue_types_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
|
1411
1411
|
var external_vue_types_y = x => () => x
|
@@ -1416,7 +1416,7 @@ const external_vue_types_namespaceObject = external_vue_types_x({ ["createTypes"
|
|
1416
1416
|
|
1417
1417
|
|
1418
1418
|
|
1419
|
-
function
|
1419
|
+
function _createSuper(t) { var r = _isNativeReflectConstruct(); return function () { var e, o = _getPrototypeOf(t); if (r) { var s = _getPrototypeOf(this).constructor; e = Reflect.construct(o, arguments, s); } else e = o.apply(this, arguments); return _possibleConstructorReturn(this, e); }; }
|
1420
1420
|
function _isNativeReflectConstruct() { try { var t = !Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); } catch (t) {} return (_isNativeReflectConstruct = function _isNativeReflectConstruct() { return !!t; })(); }
|
1421
1421
|
/*
|
1422
1422
|
* Tencent is pleased to support the open source community by making
|
@@ -1610,9 +1610,10 @@ function InputBehaviorType() {
|
|
1610
1610
|
}
|
1611
1611
|
var PropTypes = /*#__PURE__*/function (_propTypesNS) {
|
1612
1612
|
_inherits(PropTypes, _propTypesNS);
|
1613
|
+
var _super = _createSuper(PropTypes);
|
1613
1614
|
function PropTypes() {
|
1614
1615
|
_classCallCheck(this, PropTypes);
|
1615
|
-
return
|
1616
|
+
return _super.apply(this, arguments);
|
1616
1617
|
}
|
1617
1618
|
_createClass(PropTypes, null, [{
|
1618
1619
|
key: "size",
|
@@ -1721,6 +1722,7 @@ function SelectedType() {
|
|
1721
1722
|
|
1722
1723
|
|
1723
1724
|
|
1725
|
+
var _BKLAYERD_INDEX_EFAUL;
|
1724
1726
|
/**
|
1725
1727
|
* Tencent is pleased to support the open source community by making
|
1726
1728
|
* 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available.
|
@@ -1769,7 +1771,7 @@ var BKLAYERTYPE;
|
|
1769
1771
|
BKLAYERTYPE["POPPER"] = "popper";
|
1770
1772
|
})(BKLAYERTYPE || (BKLAYERTYPE = {}));
|
1771
1773
|
/** 定义不同分层默认值 */
|
1772
|
-
var BKLAYERD_INDEX_EFAULT_VALUE =
|
1774
|
+
var BKLAYERD_INDEX_EFAULT_VALUE = (_BKLAYERD_INDEX_EFAUL = {}, _defineProperty(_BKLAYERD_INDEX_EFAUL, BKLAYERTYPE.BOTTOM, 0), _defineProperty(_BKLAYERD_INDEX_EFAUL, BKLAYERTYPE.CONTENT, 1), _defineProperty(_BKLAYERD_INDEX_EFAUL, BKLAYERTYPE.NAVI, 100), _defineProperty(_BKLAYERD_INDEX_EFAUL, BKLAYERTYPE.FULLSCREEN, 1000), _defineProperty(_BKLAYERD_INDEX_EFAUL, BKLAYERTYPE.MODAL, 2000), _defineProperty(_BKLAYERD_INDEX_EFAUL, BKLAYERTYPE.PLUGINS, 5000), _defineProperty(_BKLAYERD_INDEX_EFAUL, BKLAYERTYPE.MESSAGE, 6000), _defineProperty(_BKLAYERD_INDEX_EFAUL, BKLAYERTYPE.POPPER, 8000), _BKLAYERD_INDEX_EFAUL);
|
1773
1775
|
var BKZIndexManager = /*#__PURE__*/function () {
|
1774
1776
|
function BKZIndexManager() {
|
1775
1777
|
_classCallCheck(this, BKZIndexManager);
|
@@ -1,5 +1,204 @@
|
|
1
1
|
declare const BkSideslider: {
|
2
|
-
new (...args: any[]):
|
2
|
+
new (...args: any[]): {
|
3
|
+
$: import("vue").ComponentInternalInstance;
|
4
|
+
$data: {};
|
5
|
+
$props: {
|
6
|
+
title?: string;
|
7
|
+
extCls?: string;
|
8
|
+
left?: string;
|
9
|
+
top?: string;
|
10
|
+
isShow?: boolean;
|
11
|
+
renderDirective?: "if" | "show";
|
12
|
+
backgroundColor?: string;
|
13
|
+
transfer?: string | boolean | HTMLElement;
|
14
|
+
direction?: string;
|
15
|
+
fullscreen?: boolean;
|
16
|
+
showMask?: boolean;
|
17
|
+
closeIcon?: boolean;
|
18
|
+
escClose?: boolean;
|
19
|
+
quickClose?: boolean;
|
20
|
+
animateType?: string;
|
21
|
+
beforeClose?: () => boolean | Promise<boolean>;
|
22
|
+
class?: unknown;
|
23
|
+
style?: unknown;
|
24
|
+
readonly width?: string | number;
|
25
|
+
ref?: import("vue").VNodeRef;
|
26
|
+
readonly zIndex?: string | number;
|
27
|
+
key?: string | number | symbol;
|
28
|
+
ref_for?: boolean;
|
29
|
+
ref_key?: string;
|
30
|
+
onVnodeBeforeMount?: ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
31
|
+
[key: string]: any;
|
32
|
+
}>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
33
|
+
[key: string]: any;
|
34
|
+
}>) => void)[];
|
35
|
+
onVnodeMounted?: ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
36
|
+
[key: string]: any;
|
37
|
+
}>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
38
|
+
[key: string]: any;
|
39
|
+
}>) => void)[];
|
40
|
+
onVnodeBeforeUpdate?: ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
41
|
+
[key: string]: any;
|
42
|
+
}>, oldVNode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
43
|
+
[key: string]: any;
|
44
|
+
}>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
45
|
+
[key: string]: any;
|
46
|
+
}>, oldVNode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
47
|
+
[key: string]: any;
|
48
|
+
}>) => void)[];
|
49
|
+
onVnodeUpdated?: ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
50
|
+
[key: string]: any;
|
51
|
+
}>, oldVNode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
52
|
+
[key: string]: any;
|
53
|
+
}>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
54
|
+
[key: string]: any;
|
55
|
+
}>, oldVNode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
56
|
+
[key: string]: any;
|
57
|
+
}>) => void)[];
|
58
|
+
onVnodeBeforeUnmount?: ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
59
|
+
[key: string]: any;
|
60
|
+
}>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
61
|
+
[key: string]: any;
|
62
|
+
}>) => void)[];
|
63
|
+
onVnodeUnmounted?: ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
64
|
+
[key: string]: any;
|
65
|
+
}>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
66
|
+
[key: string]: any;
|
67
|
+
}>) => void)[];
|
68
|
+
onHidden?: (...args: any[]) => any;
|
69
|
+
onShown?: (...args: any[]) => any;
|
70
|
+
onClosed?: (...args: any[]) => any;
|
71
|
+
"onUpdate:isShow"?: (...args: any[]) => any;
|
72
|
+
"onAnimation-end"?: (...args: any[]) => any;
|
73
|
+
};
|
74
|
+
$attrs: {
|
75
|
+
[x: string]: unknown;
|
76
|
+
};
|
77
|
+
$refs: {
|
78
|
+
[x: string]: unknown;
|
79
|
+
};
|
80
|
+
$slots: Readonly<{
|
81
|
+
[name: string]: import("vue").Slot<any>;
|
82
|
+
}>;
|
83
|
+
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
|
84
|
+
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
|
85
|
+
$emit: (event: "hidden" | "shown" | "closed" | "update:isShow" | "animation-end", ...args: any[]) => void;
|
86
|
+
$el: any;
|
87
|
+
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
88
|
+
title: import("vue-types").VueTypeValidableDef<string> & {
|
89
|
+
default: string;
|
90
|
+
} & {
|
91
|
+
default: string;
|
92
|
+
};
|
93
|
+
direction: {
|
94
|
+
type: StringConstructor;
|
95
|
+
default: string;
|
96
|
+
validator: (value: string) => boolean;
|
97
|
+
};
|
98
|
+
isShow: import("vue-types").VueTypeValidableDef<boolean> & {
|
99
|
+
default: boolean;
|
100
|
+
} & {
|
101
|
+
default: boolean;
|
102
|
+
};
|
103
|
+
width: import("vue-types").VueTypeDef<string | number>;
|
104
|
+
fullscreen: import("vue-types").VueTypeValidableDef<boolean> & {
|
105
|
+
default: boolean;
|
106
|
+
} & {
|
107
|
+
default: boolean;
|
108
|
+
};
|
109
|
+
showMask: import("vue-types").VueTypeValidableDef<boolean> & {
|
110
|
+
default: boolean;
|
111
|
+
} & {
|
112
|
+
default: boolean;
|
113
|
+
};
|
114
|
+
closeIcon: import("vue-types").VueTypeValidableDef<boolean> & {
|
115
|
+
default: boolean;
|
116
|
+
} & {
|
117
|
+
default: boolean;
|
118
|
+
};
|
119
|
+
escClose: import("vue-types").VueTypeValidableDef<boolean> & {
|
120
|
+
default: boolean;
|
121
|
+
} & {
|
122
|
+
default: boolean;
|
123
|
+
};
|
124
|
+
quickClose: import("vue-types").VueTypeValidableDef<boolean> & {
|
125
|
+
default: boolean;
|
126
|
+
} & {
|
127
|
+
default: boolean;
|
128
|
+
};
|
129
|
+
transfer: import("vue-types").VueTypeDef<string | boolean | HTMLElement> & {
|
130
|
+
default: string | boolean | (() => HTMLElement);
|
131
|
+
};
|
132
|
+
zIndex: import("vue-types").VueTypeDef<string | number>;
|
133
|
+
animateType: import("vue-types").VueTypeValidableDef<string> & {
|
134
|
+
default: string;
|
135
|
+
} & {
|
136
|
+
default: string;
|
137
|
+
};
|
138
|
+
renderDirective: import("vue-types").VueTypeValidableDef<"if" | "show"> & {
|
139
|
+
default: "if" | "show";
|
140
|
+
};
|
141
|
+
beforeClose: import("vue-types").VueTypeValidableDef<() => boolean | Promise<boolean>> & {
|
142
|
+
default: () => boolean | Promise<boolean>;
|
143
|
+
};
|
144
|
+
left: import("vue-types").VueTypeValidableDef<string> & {
|
145
|
+
default: string;
|
146
|
+
};
|
147
|
+
top: import("vue-types").VueTypeValidableDef<string> & {
|
148
|
+
default: string;
|
149
|
+
};
|
150
|
+
extCls: import("vue-types").VueTypeValidableDef<string> & {
|
151
|
+
default: string;
|
152
|
+
};
|
153
|
+
backgroundColor: import("vue-types").VueTypeValidableDef<string> & {
|
154
|
+
default: string;
|
155
|
+
} & {
|
156
|
+
default: string;
|
157
|
+
};
|
158
|
+
}>> & {
|
159
|
+
onHidden?: (...args: any[]) => any;
|
160
|
+
onShown?: (...args: any[]) => any;
|
161
|
+
onClosed?: (...args: any[]) => any;
|
162
|
+
"onUpdate:isShow"?: (...args: any[]) => any;
|
163
|
+
"onAnimation-end"?: (...args: any[]) => any;
|
164
|
+
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("hidden" | "shown" | "closed" | "update:isShow" | "animation-end")[], string, {
|
165
|
+
title: string;
|
166
|
+
extCls: string;
|
167
|
+
left: string;
|
168
|
+
top: string;
|
169
|
+
isShow: boolean;
|
170
|
+
renderDirective: "if" | "show";
|
171
|
+
backgroundColor: string;
|
172
|
+
transfer: string | boolean | HTMLElement;
|
173
|
+
direction: string;
|
174
|
+
fullscreen: boolean;
|
175
|
+
showMask: boolean;
|
176
|
+
closeIcon: boolean;
|
177
|
+
escClose: boolean;
|
178
|
+
quickClose: boolean;
|
179
|
+
animateType: string;
|
180
|
+
beforeClose: () => boolean | Promise<boolean>;
|
181
|
+
}, {}, string, {}> & {
|
182
|
+
beforeCreate?: (() => void) | (() => void)[];
|
183
|
+
created?: (() => void) | (() => void)[];
|
184
|
+
beforeMount?: (() => void) | (() => void)[];
|
185
|
+
mounted?: (() => void) | (() => void)[];
|
186
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
187
|
+
updated?: (() => void) | (() => void)[];
|
188
|
+
activated?: (() => void) | (() => void)[];
|
189
|
+
deactivated?: (() => void) | (() => void)[];
|
190
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
191
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
192
|
+
destroyed?: (() => void) | (() => void)[];
|
193
|
+
unmounted?: (() => void) | (() => void)[];
|
194
|
+
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
195
|
+
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
196
|
+
errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>, info: string) => boolean | void)[];
|
197
|
+
};
|
198
|
+
$forceUpdate: () => void;
|
199
|
+
$nextTick: typeof import("vue").nextTick;
|
200
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
|
201
|
+
} & Readonly<import("vue").ExtractPropTypes<{
|
3
202
|
title: import("vue-types").VueTypeValidableDef<string> & {
|
4
203
|
default: string;
|
5
204
|
} & {
|
@@ -76,202 +275,7 @@ declare const BkSideslider: {
|
|
76
275
|
onClosed?: (...args: any[]) => any;
|
77
276
|
"onUpdate:isShow"?: (...args: any[]) => any;
|
78
277
|
"onAnimation-end"?: (...args: any[]) => any;
|
79
|
-
}
|
80
|
-
title: import("vue-types").VueTypeValidableDef<string> & {
|
81
|
-
default: string;
|
82
|
-
} & {
|
83
|
-
default: string;
|
84
|
-
};
|
85
|
-
direction: {
|
86
|
-
type: StringConstructor;
|
87
|
-
default: string;
|
88
|
-
validator: (value: string) => boolean;
|
89
|
-
};
|
90
|
-
isShow: import("vue-types").VueTypeValidableDef<boolean> & {
|
91
|
-
default: boolean;
|
92
|
-
} & {
|
93
|
-
default: boolean;
|
94
|
-
};
|
95
|
-
width: import("vue-types").VueTypeDef<string | number>;
|
96
|
-
fullscreen: import("vue-types").VueTypeValidableDef<boolean> & {
|
97
|
-
default: boolean;
|
98
|
-
} & {
|
99
|
-
default: boolean;
|
100
|
-
};
|
101
|
-
showMask: import("vue-types").VueTypeValidableDef<boolean> & {
|
102
|
-
default: boolean;
|
103
|
-
} & {
|
104
|
-
default: boolean;
|
105
|
-
};
|
106
|
-
closeIcon: import("vue-types").VueTypeValidableDef<boolean> & {
|
107
|
-
default: boolean;
|
108
|
-
} & {
|
109
|
-
default: boolean;
|
110
|
-
};
|
111
|
-
escClose: import("vue-types").VueTypeValidableDef<boolean> & {
|
112
|
-
default: boolean;
|
113
|
-
} & {
|
114
|
-
default: boolean;
|
115
|
-
};
|
116
|
-
quickClose: import("vue-types").VueTypeValidableDef<boolean> & {
|
117
|
-
default: boolean;
|
118
|
-
} & {
|
119
|
-
default: boolean;
|
120
|
-
};
|
121
|
-
transfer: import("vue-types").VueTypeDef<string | boolean | HTMLElement> & {
|
122
|
-
default: string | boolean | (() => HTMLElement);
|
123
|
-
};
|
124
|
-
zIndex: import("vue-types").VueTypeDef<string | number>;
|
125
|
-
animateType: import("vue-types").VueTypeValidableDef<string> & {
|
126
|
-
default: string;
|
127
|
-
} & {
|
128
|
-
default: string;
|
129
|
-
};
|
130
|
-
renderDirective: import("vue-types").VueTypeValidableDef<"if" | "show"> & {
|
131
|
-
default: "if" | "show";
|
132
|
-
};
|
133
|
-
beforeClose: import("vue-types").VueTypeValidableDef<() => boolean | Promise<boolean>> & {
|
134
|
-
default: () => boolean | Promise<boolean>;
|
135
|
-
};
|
136
|
-
left: import("vue-types").VueTypeValidableDef<string> & {
|
137
|
-
default: string;
|
138
|
-
};
|
139
|
-
top: import("vue-types").VueTypeValidableDef<string> & {
|
140
|
-
default: string;
|
141
|
-
};
|
142
|
-
extCls: import("vue-types").VueTypeValidableDef<string> & {
|
143
|
-
default: string;
|
144
|
-
};
|
145
|
-
backgroundColor: import("vue-types").VueTypeValidableDef<string> & {
|
146
|
-
default: string;
|
147
|
-
} & {
|
148
|
-
default: string;
|
149
|
-
};
|
150
|
-
}>> & {
|
151
|
-
onHidden?: (...args: any[]) => any;
|
152
|
-
onShown?: (...args: any[]) => any;
|
153
|
-
onClosed?: (...args: any[]) => any;
|
154
|
-
"onUpdate:isShow"?: (...args: any[]) => any;
|
155
|
-
"onAnimation-end"?: (...args: any[]) => any;
|
156
|
-
}, {
|
157
|
-
title: string;
|
158
|
-
extCls: string;
|
159
|
-
left: string;
|
160
|
-
top: string;
|
161
|
-
isShow: boolean;
|
162
|
-
renderDirective: "if" | "show";
|
163
|
-
backgroundColor: string;
|
164
|
-
transfer: string | boolean | HTMLElement;
|
165
|
-
direction: string;
|
166
|
-
fullscreen: boolean;
|
167
|
-
showMask: boolean;
|
168
|
-
closeIcon: boolean;
|
169
|
-
escClose: boolean;
|
170
|
-
quickClose: boolean;
|
171
|
-
animateType: string;
|
172
|
-
beforeClose: () => boolean | Promise<boolean>;
|
173
|
-
}, true, {}, {}, {
|
174
|
-
P: {};
|
175
|
-
B: {};
|
176
|
-
D: {};
|
177
|
-
C: {};
|
178
|
-
M: {};
|
179
|
-
Defaults: {};
|
180
|
-
}, Readonly<import("vue").ExtractPropTypes<{
|
181
|
-
title: import("vue-types").VueTypeValidableDef<string> & {
|
182
|
-
default: string;
|
183
|
-
} & {
|
184
|
-
default: string;
|
185
|
-
};
|
186
|
-
direction: {
|
187
|
-
type: StringConstructor;
|
188
|
-
default: string;
|
189
|
-
validator: (value: string) => boolean;
|
190
|
-
};
|
191
|
-
isShow: import("vue-types").VueTypeValidableDef<boolean> & {
|
192
|
-
default: boolean;
|
193
|
-
} & {
|
194
|
-
default: boolean;
|
195
|
-
};
|
196
|
-
width: import("vue-types").VueTypeDef<string | number>;
|
197
|
-
fullscreen: import("vue-types").VueTypeValidableDef<boolean> & {
|
198
|
-
default: boolean;
|
199
|
-
} & {
|
200
|
-
default: boolean;
|
201
|
-
};
|
202
|
-
showMask: import("vue-types").VueTypeValidableDef<boolean> & {
|
203
|
-
default: boolean;
|
204
|
-
} & {
|
205
|
-
default: boolean;
|
206
|
-
};
|
207
|
-
closeIcon: import("vue-types").VueTypeValidableDef<boolean> & {
|
208
|
-
default: boolean;
|
209
|
-
} & {
|
210
|
-
default: boolean;
|
211
|
-
};
|
212
|
-
escClose: import("vue-types").VueTypeValidableDef<boolean> & {
|
213
|
-
default: boolean;
|
214
|
-
} & {
|
215
|
-
default: boolean;
|
216
|
-
};
|
217
|
-
quickClose: import("vue-types").VueTypeValidableDef<boolean> & {
|
218
|
-
default: boolean;
|
219
|
-
} & {
|
220
|
-
default: boolean;
|
221
|
-
};
|
222
|
-
transfer: import("vue-types").VueTypeDef<string | boolean | HTMLElement> & {
|
223
|
-
default: string | boolean | (() => HTMLElement);
|
224
|
-
};
|
225
|
-
zIndex: import("vue-types").VueTypeDef<string | number>;
|
226
|
-
animateType: import("vue-types").VueTypeValidableDef<string> & {
|
227
|
-
default: string;
|
228
|
-
} & {
|
229
|
-
default: string;
|
230
|
-
};
|
231
|
-
renderDirective: import("vue-types").VueTypeValidableDef<"if" | "show"> & {
|
232
|
-
default: "if" | "show";
|
233
|
-
};
|
234
|
-
beforeClose: import("vue-types").VueTypeValidableDef<() => boolean | Promise<boolean>> & {
|
235
|
-
default: () => boolean | Promise<boolean>;
|
236
|
-
};
|
237
|
-
left: import("vue-types").VueTypeValidableDef<string> & {
|
238
|
-
default: string;
|
239
|
-
};
|
240
|
-
top: import("vue-types").VueTypeValidableDef<string> & {
|
241
|
-
default: string;
|
242
|
-
};
|
243
|
-
extCls: import("vue-types").VueTypeValidableDef<string> & {
|
244
|
-
default: string;
|
245
|
-
};
|
246
|
-
backgroundColor: import("vue-types").VueTypeValidableDef<string> & {
|
247
|
-
default: string;
|
248
|
-
} & {
|
249
|
-
default: string;
|
250
|
-
};
|
251
|
-
}>> & {
|
252
|
-
onHidden?: (...args: any[]) => any;
|
253
|
-
onShown?: (...args: any[]) => any;
|
254
|
-
onClosed?: (...args: any[]) => any;
|
255
|
-
"onUpdate:isShow"?: (...args: any[]) => any;
|
256
|
-
"onAnimation-end"?: (...args: any[]) => any;
|
257
|
-
}, () => JSX.Element, {}, {}, {}, {
|
258
|
-
title: string;
|
259
|
-
extCls: string;
|
260
|
-
left: string;
|
261
|
-
top: string;
|
262
|
-
isShow: boolean;
|
263
|
-
renderDirective: "if" | "show";
|
264
|
-
backgroundColor: string;
|
265
|
-
transfer: string | boolean | HTMLElement;
|
266
|
-
direction: string;
|
267
|
-
fullscreen: boolean;
|
268
|
-
showMask: boolean;
|
269
|
-
closeIcon: boolean;
|
270
|
-
escClose: boolean;
|
271
|
-
quickClose: boolean;
|
272
|
-
animateType: string;
|
273
|
-
beforeClose: () => boolean | Promise<boolean>;
|
274
|
-
}>;
|
278
|
+
} & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
|
275
279
|
__isFragment?: never;
|
276
280
|
__isTeleport?: never;
|
277
281
|
__isSuspense?: never;
|