bkui-vue 0.0.1-beta.191 → 0.0.1-beta.193

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.
@@ -108,6 +108,9 @@ declare const _default: import("vue").DefineComponent<{
108
108
  } & {
109
109
  default: boolean;
110
110
  };
111
+ zIndex: import("vue-types").VueTypeValidableDef<number> & {
112
+ default: number;
113
+ };
111
114
  maxHeight: import("vue-types").VueTypeValidableDef<string> & {
112
115
  default: string;
113
116
  };
@@ -257,6 +260,9 @@ declare const _default: import("vue").DefineComponent<{
257
260
  } & {
258
261
  default: boolean;
259
262
  };
263
+ zIndex: import("vue-types").VueTypeValidableDef<number> & {
264
+ default: number;
265
+ };
260
266
  maxHeight: import("vue-types").VueTypeValidableDef<string> & {
261
267
  default: string;
262
268
  };
@@ -290,6 +296,7 @@ declare const _default: import("vue").DefineComponent<{
290
296
  }, {
291
297
  title: string;
292
298
  multiInstance: boolean;
299
+ zIndex: number;
293
300
  showMask: boolean;
294
301
  theme: string;
295
302
  extCls: string | unknown[];
@@ -5,6 +5,7 @@ declare const BkDialog: {
5
5
  $props: Partial<{
6
6
  title: string;
7
7
  multiInstance: boolean;
8
+ zIndex: number;
8
9
  showMask: boolean;
9
10
  theme: string;
10
11
  extCls: string | unknown[];
@@ -144,6 +145,9 @@ declare const BkDialog: {
144
145
  } & {
145
146
  default: boolean;
146
147
  };
148
+ zIndex: import("vue-types").VueTypeValidableDef<number> & {
149
+ default: number;
150
+ };
147
151
  maxHeight: import("vue-types").VueTypeValidableDef<string> & {
148
152
  default: string;
149
153
  };
@@ -174,7 +178,7 @@ declare const BkDialog: {
174
178
  onNext?: (...args: any[]) => any;
175
179
  onClosed?: (...args: any[]) => any;
176
180
  "onValue-change"?: (...args: any[]) => any;
177
- } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "title" | "multiInstance" | "showMask" | "theme" | "extCls" | "width" | "height" | "isShow" | "draggable" | "size" | "direction" | "maxHeight" | "renderDirective" | "transfer" | "dialogType" | "infoType" | "quickClose" | "scrollable" | "closeIcon" | "escClose" | "fullscreen" | "animateType" | "headerAlign" | "footerAlign" | "confirmText" | "cancelText" | "prevText" | "nextText" | "current" | "totalStep" | "isLoading">;
181
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "title" | "multiInstance" | "zIndex" | "showMask" | "theme" | "extCls" | "width" | "height" | "isShow" | "draggable" | "size" | "direction" | "maxHeight" | "renderDirective" | "transfer" | "dialogType" | "infoType" | "quickClose" | "scrollable" | "closeIcon" | "escClose" | "fullscreen" | "animateType" | "headerAlign" | "footerAlign" | "confirmText" | "cancelText" | "prevText" | "nextText" | "current" | "totalStep" | "isLoading">;
178
182
  $attrs: {
179
183
  [x: string]: unknown;
180
184
  };
@@ -298,6 +302,9 @@ declare const BkDialog: {
298
302
  } & {
299
303
  default: boolean;
300
304
  };
305
+ zIndex: import("vue-types").VueTypeValidableDef<number> & {
306
+ default: number;
307
+ };
301
308
  maxHeight: import("vue-types").VueTypeValidableDef<string> & {
302
309
  default: string;
303
310
  };
@@ -347,6 +354,7 @@ declare const BkDialog: {
347
354
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:isShow" | "confirm" | "prev" | "next" | "closed" | "value-change")[], string, {
348
355
  title: string;
349
356
  multiInstance: boolean;
357
+ zIndex: number;
350
358
  showMask: boolean;
351
359
  theme: string;
352
360
  extCls: string | unknown[];
@@ -506,6 +514,9 @@ declare const BkDialog: {
506
514
  } & {
507
515
  default: boolean;
508
516
  };
517
+ zIndex: import("vue-types").VueTypeValidableDef<number> & {
518
+ default: number;
519
+ };
509
520
  maxHeight: import("vue-types").VueTypeValidableDef<string> & {
510
521
  default: string;
511
522
  };
@@ -666,6 +677,9 @@ declare const BkDialog: {
666
677
  } & {
667
678
  default: boolean;
668
679
  };
680
+ zIndex: import("vue-types").VueTypeValidableDef<number> & {
681
+ default: number;
682
+ };
669
683
  maxHeight: import("vue-types").VueTypeValidableDef<string> & {
670
684
  default: string;
671
685
  };
@@ -715,6 +729,7 @@ declare const BkDialog: {
715
729
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:isShow" | "confirm" | "prev" | "next" | "closed" | "value-change")[], "update:isShow" | "confirm" | "prev" | "next" | "closed" | "value-change", {
716
730
  title: string;
717
731
  multiInstance: boolean;
732
+ zIndex: number;
718
733
  showMask: boolean;
719
734
  theme: string;
720
735
  extCls: string | unknown[];
@@ -108,6 +108,9 @@ declare const props: {
108
108
  } & {
109
109
  default: boolean;
110
110
  };
111
+ zIndex: import("vue-types").VueTypeValidableDef<number> & {
112
+ default: number;
113
+ };
111
114
  maxHeight: import("vue-types").VueTypeValidableDef<string> & {
112
115
  default: string;
113
116
  };
@@ -8,6 +8,7 @@ declare const BkModal: {
8
8
  $props: Partial<{
9
9
  title: string;
10
10
  multiInstance: boolean;
11
+ zIndex: number;
11
12
  showMask: boolean;
12
13
  extCls: string | unknown[];
13
14
  width: string | number;
@@ -87,6 +88,9 @@ declare const BkModal: {
87
88
  } & {
88
89
  default: boolean;
89
90
  };
91
+ zIndex: import("vue-types").VueTypeValidableDef<number> & {
92
+ default: number;
93
+ };
90
94
  maxHeight: import("vue-types").VueTypeValidableDef<string> & {
91
95
  default: string;
92
96
  };
@@ -124,7 +128,7 @@ declare const BkModal: {
124
128
  "onQuick-close"?: (...args: any[]) => any;
125
129
  onQuickClose?: (...args: any[]) => any;
126
130
  onShown?: (...args: any[]) => any;
127
- } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "title" | "multiInstance" | "showMask" | "extCls" | "width" | "height" | "isShow" | "draggable" | "size" | "direction" | "maxHeight" | "renderDirective" | "transfer" | "dialogType" | "infoType" | "quickClose" | "scrollable" | "closeIcon" | "escClose" | "fullscreen" | "animateType">;
131
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "title" | "multiInstance" | "zIndex" | "showMask" | "extCls" | "width" | "height" | "isShow" | "draggable" | "size" | "direction" | "maxHeight" | "renderDirective" | "transfer" | "dialogType" | "infoType" | "quickClose" | "scrollable" | "closeIcon" | "escClose" | "fullscreen" | "animateType">;
128
132
  $attrs: {
129
133
  [x: string]: unknown;
130
134
  };
@@ -198,6 +202,9 @@ declare const BkModal: {
198
202
  } & {
199
203
  default: boolean;
200
204
  };
205
+ zIndex: import("vue-types").VueTypeValidableDef<number> & {
206
+ default: number;
207
+ };
201
208
  maxHeight: import("vue-types").VueTypeValidableDef<string> & {
202
209
  default: string;
203
210
  };
@@ -247,6 +254,7 @@ declare const BkModal: {
247
254
  }, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("close" | "hidden" | "quick-close" | "quickClose" | "shown")[], string, {
248
255
  title: string;
249
256
  multiInstance: boolean;
257
+ zIndex: number;
250
258
  showMask: boolean;
251
259
  extCls: string | unknown[];
252
260
  width: string | number;
@@ -346,6 +354,9 @@ declare const BkModal: {
346
354
  } & {
347
355
  default: boolean;
348
356
  };
357
+ zIndex: import("vue-types").VueTypeValidableDef<number> & {
358
+ default: number;
359
+ };
349
360
  maxHeight: import("vue-types").VueTypeValidableDef<string> & {
350
361
  default: string;
351
362
  };
@@ -456,6 +467,9 @@ declare const BkModal: {
456
467
  } & {
457
468
  default: boolean;
458
469
  };
470
+ zIndex: import("vue-types").VueTypeValidableDef<number> & {
471
+ default: number;
472
+ };
459
473
  maxHeight: import("vue-types").VueTypeValidableDef<string> & {
460
474
  default: string;
461
475
  };
@@ -505,6 +519,7 @@ declare const BkModal: {
505
519
  }, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("close" | "hidden" | "quick-close" | "quickClose" | "shown")[], "close" | "hidden" | "quick-close" | "quickClose" | "shown", {
506
520
  title: string;
507
521
  multiInstance: boolean;
522
+ zIndex: number;
508
523
  showMask: boolean;
509
524
  extCls: string | unknown[];
510
525
  width: string | number;
@@ -585,6 +600,9 @@ declare const BkModal: {
585
600
  } & {
586
601
  default: boolean;
587
602
  };
603
+ zIndex: import("vue-types").VueTypeValidableDef<number> & {
604
+ default: number;
605
+ };
588
606
  maxHeight: import("vue-types").VueTypeValidableDef<string> & {
589
607
  default: string;
590
608
  };
@@ -1 +1 @@
1
- !function(e,o){if("object"==typeof exports&&"object"==typeof module)module.exports=o(require("../shared"),require("vue"));else if("function"==typeof define&&define.amd)define(["../shared","vue"],o);else{var t="object"==typeof exports?o(require("../shared"),require("vue")):o(e["../shared"],e.vue);for(var i in t)("object"==typeof exports?exports:e)[i]=t[i]}}(self,((e,o)=>(()=>{"use strict";var t={4212:o=>{o.exports=e},748:e=>{e.exports=o}},i={};function s(e){var o=i[e];if(void 0!==o)return o.exports;var r=i[e]={exports:{}};return t[e](r,r.exports,s),r.exports}s.d=(e,o)=>{for(var t in o)s.o(o,t)&&!s.o(e,t)&&Object.defineProperty(e,t,{enumerable:!0,get:o[t]})},s.o=(e,o)=>Object.prototype.hasOwnProperty.call(e,o),s.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})};var r={};return(()=>{s.r(r),s.d(r,{BkModal:()=>n,default:()=>l,propsMixin:()=>t});var e=s(4212),o=s(748),t={isShow:e.PropTypes.bool.def(!1),width:e.PropTypes.oneOfType([String,Number]).def("50%"),height:e.PropTypes.oneOfType([String,Number]).def("50%"),extCls:e.PropTypes.string||e.PropTypes.array,scrollable:e.PropTypes.bool.def(!0),showMask:e.PropTypes.bool.def(!0),closeIcon:e.PropTypes.bool.def(!0),escClose:e.PropTypes.bool.def(!0),fullscreen:e.PropTypes.bool.def(!1),size:e.PropTypes.commonType(["normal","small","medium","large"],"size").def(),draggable:e.PropTypes.bool.def(!0),quickClose:e.PropTypes.bool.def(!0),transfer:e.PropTypes.bool.def(!1),maxHeight:e.PropTypes.string,direction:e.PropTypes.string,title:e.PropTypes.string.def(""),animateType:e.PropTypes.string.def("slide"),renderDirective:e.PropTypes.commonType(["show","if"],"renderDirective").def("show"),beforeClose:e.PropTypes.custom((function(){return!0})),dialogType:e.PropTypes.commonType(["show","operation","confirm","process"],"dialogType").def("operation"),multiInstance:e.PropTypes.bool.def(!0),infoType:e.PropTypes.commonType(["success","warning","danger","loading"],"infoType").def()};const i=(0,o.defineComponent)({name:"Modal",props:Object.assign({},t),emits:["quick-close","quickClose","hidden","shown","close"],data:function(){return{visible:!1}},computed:{dialogWidth:function(){return/^\d+$/.test("".concat(this.width))?"".concat(this.width,"px"):this.width},dialogHeight:function(){return/^\d+$/.test("".concat(this.height))?"".concat(this.height,"px"):this.height},compStyle:function(){return{width:this.dialogWidth,height:this.dialogHeight,minHeigth:"".concat(200,"px"),display:this.visible?"inherit":"none"}},fullscreenStyle:function(){return{width:"".concat(100,"%"),height:"".concat(100,"%")}}},watch:{isShow:{handler:function(e){var o=this;e?this.visible=e:(this.$emit("hidden"),setTimeout((function(){o.visible=e}),250))},deep:!0},visible:function(o){var t=this;o?this.$nextTick((function(){var o=t.showMask?{}:{"background-color":"rgba(0,0,0,0)"};e.bkPopIndexManager.show(t.$el,t.showMask,o,t.transfer),t.$emit("shown"),t.$emit("quick-close",t.$el),t.$emit("quickClose",t.$el)})):e.bkPopIndexManager.hide(this.$el,this.transfer)}},beforeUnmount:function(){e.bkPopIndexManager.hide(this.$el)},methods:{handleClickOutSide:function(){this.quickClose&&this.$emit("close")}},render:function(){var e,t,i,s,r,n,l,d,a,c,p,h,u=this,f=this.maxHeight?{maxHeight:this.maxHeight}:{},y="bk-modal-body ".concat("slide"===this.animateType?this.direction:"");return(0,o.createVNode)("div",{class:["bk-modal-wrapper",this.extCls,this.size],style:[this.compStyle,this.fullscreen?this.fullscreenStyle:""]},[(0,o.withDirectives)((0,o.createVNode)("div",{class:"bk-modal-outside",onClick:this.handleClickOutSide},null),[[o.vShow,this.isShow]]),(0,o.createVNode)(o.Transition,{name:this.animateType},{default:function(){return[u.isShow?(0,o.createVNode)("div",{class:y},[(0,o.createVNode)("div",{class:"bk-modal-header"},[null!==(i=null===(t=(e=u.$slots).header)||void 0===t?void 0:t.call(e))&&void 0!==i?i:""]),(0,o.createVNode)("div",{class:"bk-modal-content",style:["show"===u.dialogType?"padding-bottom: 20px":"",Object.assign({},f)]},[null!==(n=null===(r=(s=u.$slots).default)||void 0===r?void 0:r.call(s))&&void 0!==n?n:""]),"show"===u.dialogType?"":(0,o.createVNode)("div",{class:"bk-modal-footer"},[null!==(a=null===(d=(l=u.$slots).footer)||void 0===d?void 0:d.call(l))&&void 0!==a?a:""]),(0,o.createVNode)("div",{class:["bk-modal-close",u.closeIcon?"":"close-icon"]},[null!==(h=null===(p=(c=u.$slots).close)||void 0===p?void 0:p.call(c))&&void 0!==h?h:""])]):""]}})])}});var n=(0,e.withInstallProps)(i,{propsMixin:t},!0);const l=n})(),r})()));
1
+ !function(e,o){if("object"==typeof exports&&"object"==typeof module)module.exports=o(require("../shared"),require("vue"));else if("function"==typeof define&&define.amd)define(["../shared","vue"],o);else{var t="object"==typeof exports?o(require("../shared"),require("vue")):o(e["../shared"],e.vue);for(var i in t)("object"==typeof exports?exports:e)[i]=t[i]}}(self,((e,o)=>(()=>{"use strict";var t={4212:o=>{o.exports=e},748:e=>{e.exports=o}},i={};function s(e){var o=i[e];if(void 0!==o)return o.exports;var r=i[e]={exports:{}};return t[e](r,r.exports,s),r.exports}s.d=(e,o)=>{for(var t in o)s.o(o,t)&&!s.o(e,t)&&Object.defineProperty(e,t,{enumerable:!0,get:o[t]})},s.o=(e,o)=>Object.prototype.hasOwnProperty.call(e,o),s.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})};var r={};return(()=>{s.r(r),s.d(r,{BkModal:()=>n,default:()=>l,propsMixin:()=>t});var e=s(4212),o=s(748),t={isShow:e.PropTypes.bool.def(!1),width:e.PropTypes.oneOfType([String,Number]).def("50%"),height:e.PropTypes.oneOfType([String,Number]).def("50%"),extCls:e.PropTypes.string||e.PropTypes.array,scrollable:e.PropTypes.bool.def(!0),showMask:e.PropTypes.bool.def(!0),closeIcon:e.PropTypes.bool.def(!0),escClose:e.PropTypes.bool.def(!0),fullscreen:e.PropTypes.bool.def(!1),size:e.PropTypes.commonType(["normal","small","medium","large"],"size").def(),draggable:e.PropTypes.bool.def(!0),quickClose:e.PropTypes.bool.def(!0),transfer:e.PropTypes.bool.def(!1),zIndex:e.PropTypes.number,maxHeight:e.PropTypes.string,direction:e.PropTypes.string,title:e.PropTypes.string.def(""),animateType:e.PropTypes.string.def("slide"),renderDirective:e.PropTypes.commonType(["show","if"],"renderDirective").def("show"),beforeClose:e.PropTypes.custom((function(){return!0})),dialogType:e.PropTypes.commonType(["show","operation","confirm","process"],"dialogType").def("operation"),multiInstance:e.PropTypes.bool.def(!0),infoType:e.PropTypes.commonType(["success","warning","danger","loading"],"infoType").def()};const i=(0,o.defineComponent)({name:"Modal",props:Object.assign({},t),emits:["quick-close","quickClose","hidden","shown","close"],data:function(){return{visible:!1}},computed:{dialogWidth:function(){return/^\d+$/.test("".concat(this.width))?"".concat(this.width,"px"):this.width},dialogHeight:function(){return/^\d+$/.test("".concat(this.height))?"".concat(this.height,"px"):this.height},compStyle:function(){return{width:this.dialogWidth,height:this.dialogHeight,minHeigth:"".concat(200,"px"),display:this.visible?"inherit":"none"}},fullscreenStyle:function(){return{width:"".concat(100,"%"),height:"".concat(100,"%")}}},watch:{isShow:{handler:function(e){var o=this;e?this.visible=e:(this.$emit("hidden"),setTimeout((function(){o.visible=e}),250))},deep:!0},visible:function(o){var t=this;o?this.$nextTick((function(){var o=t.showMask?{}:{"background-color":"rgba(0,0,0,0)"};e.bkPopIndexManager.show(t.$el,t.showMask,o,t.transfer,t.zIndex),t.$emit("shown"),t.$emit("quick-close",t.$el),t.$emit("quickClose",t.$el)})):e.bkPopIndexManager.hide(this.$el,this.transfer)}},beforeUnmount:function(){e.bkPopIndexManager.hide(this.$el)},methods:{handleClickOutSide:function(){this.quickClose&&this.$emit("close")}},render:function(){var e,t,i,s,r,n,l,d,a,c,p,h,u=this,f=this.maxHeight?{maxHeight:this.maxHeight}:{},y="bk-modal-body ".concat("slide"===this.animateType?this.direction:"");return(0,o.createVNode)("div",{class:["bk-modal-wrapper",this.extCls,this.size],style:[this.compStyle,this.fullscreen?this.fullscreenStyle:""]},[(0,o.withDirectives)((0,o.createVNode)("div",{class:"bk-modal-outside",onClick:this.handleClickOutSide},null),[[o.vShow,this.isShow]]),(0,o.createVNode)(o.Transition,{name:this.animateType},{default:function(){return[u.isShow?(0,o.createVNode)("div",{class:y},[(0,o.createVNode)("div",{class:"bk-modal-header"},[null!==(i=null===(t=(e=u.$slots).header)||void 0===t?void 0:t.call(e))&&void 0!==i?i:""]),(0,o.createVNode)("div",{class:"bk-modal-content",style:["show"===u.dialogType?"padding-bottom: 20px":"",Object.assign({},f)]},[null!==(n=null===(r=(s=u.$slots).default)||void 0===r?void 0:r.call(s))&&void 0!==n?n:""]),"show"===u.dialogType?"":(0,o.createVNode)("div",{class:"bk-modal-footer"},[null!==(a=null===(d=(l=u.$slots).footer)||void 0===d?void 0:d.call(l))&&void 0!==a?a:""]),(0,o.createVNode)("div",{class:["bk-modal-close",u.closeIcon?"":"close-icon"]},[null!==(h=null===(p=(c=u.$slots).close)||void 0===p?void 0:p.call(c))&&void 0!==h?h:""])]):""]}})])}});var n=(0,e.withInstallProps)(i,{propsMixin:t},!0);const l=n})(),r})()));
@@ -58,6 +58,9 @@ declare const _default: import("vue").DefineComponent<{
58
58
  } & {
59
59
  default: boolean;
60
60
  };
61
+ zIndex: import("vue-types").VueTypeValidableDef<number> & {
62
+ default: number;
63
+ };
61
64
  maxHeight: import("vue-types").VueTypeValidableDef<string> & {
62
65
  default: string;
63
66
  };
@@ -158,6 +161,9 @@ declare const _default: import("vue").DefineComponent<{
158
161
  } & {
159
162
  default: boolean;
160
163
  };
164
+ zIndex: import("vue-types").VueTypeValidableDef<number> & {
165
+ default: number;
166
+ };
161
167
  maxHeight: import("vue-types").VueTypeValidableDef<string> & {
162
168
  default: string;
163
169
  };
@@ -198,6 +204,7 @@ declare const _default: import("vue").DefineComponent<{
198
204
  }, {
199
205
  title: string;
200
206
  multiInstance: boolean;
207
+ zIndex: number;
201
208
  showMask: boolean;
202
209
  extCls: string | unknown[];
203
210
  width: string | number;
@@ -58,6 +58,9 @@ export declare const propsMixin: {
58
58
  } & {
59
59
  default: boolean;
60
60
  };
61
+ zIndex: import("vue-types").VueTypeValidableDef<number> & {
62
+ default: number;
63
+ };
61
64
  maxHeight: import("vue-types").VueTypeValidableDef<string> & {
62
65
  default: string;
63
66
  };
@@ -5,6 +5,7 @@ declare const BkSideslider: {
5
5
  $props: Partial<{
6
6
  title: string;
7
7
  multiInstance: boolean;
8
+ zIndex: number;
8
9
  showMask: boolean;
9
10
  extCls: string | unknown[];
10
11
  width: string | number;
@@ -89,6 +90,9 @@ declare const BkSideslider: {
89
90
  } & {
90
91
  default: boolean;
91
92
  };
93
+ zIndex: import("vue-types").VueTypeValidableDef<number> & {
94
+ default: number;
95
+ };
92
96
  maxHeight: import("vue-types").VueTypeValidableDef<string> & {
93
97
  default: string;
94
98
  };
@@ -123,7 +127,7 @@ declare const BkSideslider: {
123
127
  onShown?: (...args: any[]) => any;
124
128
  onClosed?: (...args: any[]) => any;
125
129
  "onAnimation-end"?: (...args: any[]) => any;
126
- } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "title" | "multiInstance" | "showMask" | "extCls" | "width" | "height" | "isShow" | "draggable" | "size" | "direction" | "maxHeight" | "renderDirective" | "transfer" | "dialogType" | "infoType" | "quickClose" | "scrollable" | "closeIcon" | "escClose" | "fullscreen" | "animateType">;
130
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "title" | "multiInstance" | "zIndex" | "showMask" | "extCls" | "width" | "height" | "isShow" | "draggable" | "size" | "direction" | "maxHeight" | "renderDirective" | "transfer" | "dialogType" | "infoType" | "quickClose" | "scrollable" | "closeIcon" | "escClose" | "fullscreen" | "animateType">;
127
131
  $attrs: {
128
132
  [x: string]: unknown;
129
133
  };
@@ -202,6 +206,9 @@ declare const BkSideslider: {
202
206
  } & {
203
207
  default: boolean;
204
208
  };
209
+ zIndex: import("vue-types").VueTypeValidableDef<number> & {
210
+ default: number;
211
+ };
205
212
  maxHeight: import("vue-types").VueTypeValidableDef<string> & {
206
213
  default: string;
207
214
  };
@@ -239,6 +246,7 @@ declare const BkSideslider: {
239
246
  }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("hidden" | "update:isShow" | "shown" | "closed" | "animation-end")[], string, {
240
247
  title: string;
241
248
  multiInstance: boolean;
249
+ zIndex: number;
242
250
  showMask: boolean;
243
251
  extCls: string | unknown[];
244
252
  width: string | number;
@@ -343,6 +351,9 @@ declare const BkSideslider: {
343
351
  } & {
344
352
  default: boolean;
345
353
  };
354
+ zIndex: import("vue-types").VueTypeValidableDef<number> & {
355
+ default: number;
356
+ };
346
357
  maxHeight: import("vue-types").VueTypeValidableDef<string> & {
347
358
  default: string;
348
359
  };
@@ -446,6 +457,9 @@ declare const BkSideslider: {
446
457
  } & {
447
458
  default: boolean;
448
459
  };
460
+ zIndex: import("vue-types").VueTypeValidableDef<number> & {
461
+ default: number;
462
+ };
449
463
  maxHeight: import("vue-types").VueTypeValidableDef<string> & {
450
464
  default: string;
451
465
  };
@@ -483,6 +497,7 @@ declare const BkSideslider: {
483
497
  }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("hidden" | "update:isShow" | "shown" | "closed" | "animation-end")[], "hidden" | "update:isShow" | "shown" | "closed" | "animation-end", {
484
498
  title: string;
485
499
  multiInstance: boolean;
500
+ zIndex: number;
486
501
  showMask: boolean;
487
502
  extCls: string | unknown[];
488
503
  width: string | number;
@@ -110,4 +110,5 @@
110
110
  background: #fff;
111
111
  border-top: 1px solid transparent;
112
112
  align-items: center;
113
+ box-shadow: rgba(0, 0, 0, 0.06) 0px -2px 4px 0px;
113
114
  }
@@ -63,6 +63,9 @@ declare const _default: import("vue").DefineComponent<{
63
63
  } & {
64
64
  default: boolean;
65
65
  };
66
+ zIndex: import("vue-types").VueTypeValidableDef<number> & {
67
+ default: number;
68
+ };
66
69
  maxHeight: import("vue-types").VueTypeValidableDef<string> & {
67
70
  default: string;
68
71
  };
@@ -156,6 +159,9 @@ declare const _default: import("vue").DefineComponent<{
156
159
  } & {
157
160
  default: boolean;
158
161
  };
162
+ zIndex: import("vue-types").VueTypeValidableDef<number> & {
163
+ default: number;
164
+ };
159
165
  maxHeight: import("vue-types").VueTypeValidableDef<string> & {
160
166
  default: string;
161
167
  };
@@ -193,6 +199,7 @@ declare const _default: import("vue").DefineComponent<{
193
199
  }, {
194
200
  title: string;
195
201
  multiInstance: boolean;
202
+ zIndex: number;
196
203
  showMask: boolean;
197
204
  extCls: string | unknown[];
198
205
  width: string | number;
@@ -138,6 +138,7 @@
138
138
  background: #fff;
139
139
  border-top: 1px solid transparent;
140
140
  align-items: center;
141
+ box-shadow: rgb(0 0 0 / 6%) 0px -2px 4px 0px;
141
142
  }
142
143
  }
143
144
  }
@@ -223,4 +223,5 @@
223
223
  background: #fff;
224
224
  border-top: 1px solid transparent;
225
225
  align-items: center;
226
+ box-shadow: rgba(0, 0, 0, 0.06) 0px -2px 4px 0px;
226
227
  }
@@ -0,0 +1,21 @@
1
+ @keyframes loading-scale-animate {
2
+ 0% {
3
+ transform: scale(1);
4
+ }
5
+ 100% {
6
+ transform: scale(0.6);
7
+ }
8
+ }
9
+ @keyframes fade {
10
+ 100% {
11
+ background-color: transparent;
12
+ }
13
+ }
14
+ .bk-fade-transtion .bk-fade-enter-active,
15
+ .bk-fade-transtion .bk-fade-leave-active {
16
+ transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
17
+ }
18
+ .bk-fade-transtion .bk-fade-enter,
19
+ .bk-fade-transtion .bk-fade-leave-to {
20
+ opacity: 0;
21
+ }
package/lib/tag/tag.css CHANGED
@@ -18,10 +18,13 @@
18
18
  background-color: #E4FAF0;
19
19
  }
20
20
  .bk-tag.bk-tag-success.bk-tag-filled {
21
- background-color: #14a568;
21
+ background-color: #14A568;
22
+ }
23
+ .bk-tag.bk-tag-success.bk-tag-filled:hover {
24
+ background-color: #42B685;
22
25
  }
23
26
  .bk-tag.bk-tag-success:hover:not(.bk-tag-filled) {
24
- background-color: #DCF8EC;
27
+ background-color: #C9F5E2;
25
28
  }
26
29
  .bk-tag.bk-tag-info {
27
30
  color: #3a84ff;
@@ -29,7 +32,10 @@
29
32
  background-color: #EDF4FF;
30
33
  }
31
34
  .bk-tag.bk-tag-info.bk-tag-filled {
32
- background-color: #3a84ff;
35
+ background-color: #3A84FF;
36
+ }
37
+ .bk-tag.bk-tag-info.bk-tag-filled:hover {
38
+ background-color: #609CFE;
33
39
  }
34
40
  .bk-tag.bk-tag-info:hover:not(.bk-tag-filled) {
35
41
  background-color: #E1ECFF;
@@ -40,7 +46,10 @@
40
46
  background-color: #FFF1DB;
41
47
  }
42
48
  .bk-tag.bk-tag-warning.bk-tag-filled {
43
- background-color: #fe9c00;
49
+ background-color: #FE9C00;
50
+ }
51
+ .bk-tag.bk-tag-warning.bk-tag-filled:hover {
52
+ background-color: #FDAF32;
44
53
  }
45
54
  .bk-tag.bk-tag-warning:hover:not(.bk-tag-filled) {
46
55
  background-color: #FFE8C3;
@@ -51,7 +60,10 @@
51
60
  background-color: #FEEBEA;
52
61
  }
53
62
  .bk-tag.bk-tag-danger.bk-tag-filled {
54
- background-color: #ea3636;
63
+ background-color: #EA3536;
64
+ }
65
+ .bk-tag.bk-tag-danger.bk-tag-filled:hover {
66
+ background-color: #ED5C5D;
55
67
  }
56
68
  .bk-tag.bk-tag-danger:hover:not(.bk-tag-filled) {
57
69
  background-color: #FEDDDC;
@@ -61,10 +73,10 @@
61
73
  }
62
74
  .bk-tag.bk-tag-filled {
63
75
  color: #fff;
64
- background-color: #979ba5;
76
+ background-color: #979BA5;
65
77
  }
66
78
  .bk-tag.bk-tag-filled:hover {
67
- opacity: 0.8;
79
+ background-color: #ACAFB6;
68
80
  }
69
81
  .bk-tag.bk-tag-stroke {
70
82
  padding: 0 9px;
@@ -72,6 +84,12 @@
72
84
  border-style: solid;
73
85
  border-width: 1px;
74
86
  }
87
+ .bk-tag.bk-tag-stroke:not(.bk-tag-success, .bk-tag-warning, .bk-tag-info, .bk-tag-danger) {
88
+ background-color: #FAFBFD;
89
+ }
90
+ .bk-tag.bk-tag-stroke:not(.bk-tag-success, .bk-tag-warning, .bk-tag-info, .bk-tag-danger):hover {
91
+ background-color: #F0F1F5;
92
+ }
75
93
  .bk-tag.bk-tag-closable {
76
94
  padding: 0 4px 0 10px;
77
95
  }
package/lib/tag/tag.less CHANGED
@@ -10,17 +10,24 @@
10
10
  @tag-info-bg-color: #EDF4FF;
11
11
  @tag-warning-bg-color: #FFF1DB;
12
12
  @tag-danger-bg-color: #FEEBEA;
13
- @tag-filled-bg-color: #979ba5;
13
+ @tag-stroke-bg-color: #FAFBFD;
14
+ @tag-filled-bg-color: #979BA5;
15
+ @tag-filled-success-bg-color: #14A568;
16
+ @tag-filled-info-bg-color: #3A84FF;
17
+ @tag-filled-warning-bg-color: #FE9C00;
18
+ @tag-filled-danger-bg-color: #EA3536;
14
19
 
15
20
  @tag-success-border-color: rgba(20,165,104,.3);
16
21
  @tag-info-border-color: rgba(58,132,255,.3);
17
22
  @tag-warning-border-color: rgba(254,165,0,.3);
18
23
  @tag-danger-border-color: rgba(234,53,54,.3);
19
24
 
20
- @tag-success-hover-bg-color: #DCF8EC;
25
+ @tag-success-hover-bg-color: #C9F5E2;
21
26
  @tag-info-hover-bg-color: #E1ECFF;
22
27
  @tag-warning-hover-bg-color: #FFE8C3;
23
28
  @tag-danger-hover-bg-color: #FEDDDC;
29
+ @tag-stroke-hover-bg-color: #F0F1F5;
30
+ @tag-filled-hover-bg-color: #ACAFB6;
24
31
  @tag-filled-success-hover-bg-color: #42B685;
25
32
  @tag-filled-info-hover-bg-color: #609CFE;
26
33
  @tag-filled-warning-hover-bg-color: #FDAF32;
@@ -48,13 +55,17 @@
48
55
  @borderColor: 'tag-@{value}-border-color';
49
56
  @bgColor: 'tag-@{value}-bg-color';
50
57
  @bgHoverColor: 'tag-@{value}-hover-bg-color';
58
+ @filledBgColor: 'tag-filled-@{value}-bg-color';
51
59
  @filledBgHoverColor: 'tag-filled-@{value}-hover-bg-color';
52
60
  &.bk-tag-@{value} {
53
61
  color: @@color;
54
62
  border-color: @@borderColor;
55
63
  background-color: @@bgColor;
56
64
  &.bk-tag-filled {
57
- background-color: @@color;
65
+ background-color: @@filledBgColor;
66
+ &:hover {
67
+ background-color: @@filledBgHoverColor;
68
+ }
58
69
  }
59
70
  &:hover:not(.bk-tag-filled) {
60
71
  background-color: @@bgHoverColor;
@@ -71,7 +82,7 @@
71
82
  background-color: @tag-filled-bg-color;
72
83
 
73
84
  &:hover {
74
- opacity: .8;
85
+ background-color: @tag-filled-hover-bg-color;
75
86
  }
76
87
  }
77
88
 
@@ -80,6 +91,14 @@
80
91
  line-height: 20px;
81
92
  border-style: solid;
82
93
  border-width: 1px;
94
+
95
+ &:not(.bk-tag-success, .bk-tag-warning, .bk-tag-info, .bk-tag-danger) {
96
+ background-color: @tag-stroke-bg-color;
97
+
98
+ &:hover {
99
+ background-color: @tag-stroke-hover-bg-color;
100
+ }
101
+ }
83
102
  }
84
103
 
85
104
  &.bk-tag-closable {
@@ -131,10 +131,13 @@
131
131
  background-color: #E4FAF0;
132
132
  }
133
133
  .bk-tag.bk-tag-success.bk-tag-filled {
134
- background-color: #14a568;
134
+ background-color: #14A568;
135
+ }
136
+ .bk-tag.bk-tag-success.bk-tag-filled:hover {
137
+ background-color: #42B685;
135
138
  }
136
139
  .bk-tag.bk-tag-success:hover:not(.bk-tag-filled) {
137
- background-color: #DCF8EC;
140
+ background-color: #C9F5E2;
138
141
  }
139
142
  .bk-tag.bk-tag-info {
140
143
  color: var(--primary-color);
@@ -142,7 +145,10 @@
142
145
  background-color: #EDF4FF;
143
146
  }
144
147
  .bk-tag.bk-tag-info.bk-tag-filled {
145
- background-color: var(--primary-color);
148
+ background-color: #3A84FF;
149
+ }
150
+ .bk-tag.bk-tag-info.bk-tag-filled:hover {
151
+ background-color: #609CFE;
146
152
  }
147
153
  .bk-tag.bk-tag-info:hover:not(.bk-tag-filled) {
148
154
  background-color: #E1ECFF;
@@ -153,7 +159,10 @@
153
159
  background-color: #FFF1DB;
154
160
  }
155
161
  .bk-tag.bk-tag-warning.bk-tag-filled {
156
- background-color: #fe9c00;
162
+ background-color: #FE9C00;
163
+ }
164
+ .bk-tag.bk-tag-warning.bk-tag-filled:hover {
165
+ background-color: #FDAF32;
157
166
  }
158
167
  .bk-tag.bk-tag-warning:hover:not(.bk-tag-filled) {
159
168
  background-color: #FFE8C3;
@@ -164,7 +173,10 @@
164
173
  background-color: #FEEBEA;
165
174
  }
166
175
  .bk-tag.bk-tag-danger.bk-tag-filled {
167
- background-color: var(--danger-color);
176
+ background-color: #EA3536;
177
+ }
178
+ .bk-tag.bk-tag-danger.bk-tag-filled:hover {
179
+ background-color: #ED5C5D;
168
180
  }
169
181
  .bk-tag.bk-tag-danger:hover:not(.bk-tag-filled) {
170
182
  background-color: #FEDDDC;
@@ -174,10 +186,10 @@
174
186
  }
175
187
  .bk-tag.bk-tag-filled {
176
188
  color: #fff;
177
- background-color: #979ba5;
189
+ background-color: #979BA5;
178
190
  }
179
191
  .bk-tag.bk-tag-filled:hover {
180
- opacity: 0.8;
192
+ background-color: #ACAFB6;
181
193
  }
182
194
  .bk-tag.bk-tag-stroke {
183
195
  padding: 0 9px;
@@ -185,6 +197,12 @@
185
197
  border-style: solid;
186
198
  border-width: 1px;
187
199
  }
200
+ .bk-tag.bk-tag-stroke:not(.bk-tag-success, .bk-tag-warning, .bk-tag-info, .bk-tag-danger) {
201
+ background-color: #FAFBFD;
202
+ }
203
+ .bk-tag.bk-tag-stroke:not(.bk-tag-success, .bk-tag-warning, .bk-tag-info, .bk-tag-danger):hover {
204
+ background-color: #F0F1F5;
205
+ }
188
206
  .bk-tag.bk-tag-closable {
189
207
  padding: 0 4px 0 10px;
190
208
  }