bkui-vue 0.0.1-beta.420 → 0.0.1-beta.422
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 +33 -33
- package/dist/index.esm.js +3105 -3023
- package/dist/index.umd.js +32 -32
- package/dist/style.css +1 -1
- package/dist/style.variable.css +1 -1
- package/lib/affix/affix.d.ts +1 -1
- package/lib/affix/index.d.ts +4 -4
- package/lib/backtop/backtop.d.ts +2 -2
- package/lib/backtop/index.d.ts +7 -7
- package/lib/button/button.d.ts +1 -1
- package/lib/button/index.d.ts +7 -7
- package/lib/cascader/cascader.d.ts +2 -2
- package/lib/cascader/index.d.ts +7 -7
- package/lib/collapse/collapse-panel.d.ts +1 -1
- package/lib/collapse/index.d.ts +1 -1
- package/lib/container/col.d.ts +1 -1
- package/lib/container/index.d.ts +1 -1
- package/lib/date-picker/date-picker.d.ts +7 -7
- package/lib/date-picker/index.d.ts +20 -20
- package/lib/date-picker/panel/date-range.d.ts +1 -1
- package/lib/date-picker/panel/time-range.d.ts +6 -6
- package/lib/date-picker/panel/time.d.ts +7 -7
- package/lib/date-picker/props.d.ts +1 -1
- package/lib/date-picker/time-picker.d.ts +7 -7
- package/lib/dialog/dialog.d.ts +19 -19
- package/lib/dialog/index.d.ts +44 -44
- package/lib/dialog/props.d.ts +6 -6
- package/lib/divider/divider.d.ts +6 -6
- package/lib/divider/index.d.ts +15 -15
- package/lib/divider/props.d.ts +2 -2
- package/lib/dropdown/dropdown.d.ts +10 -10
- package/lib/dropdown/index.d.ts +23 -23
- package/lib/form/form-item.d.ts +1 -1
- package/lib/form/index.d.ts +1 -1
- package/lib/icon/index.d.ts +79 -79
- package/lib/image/image.d.ts +5 -5
- package/lib/image/index.d.ts +11 -11
- package/lib/image/props.d.ts +2 -2
- package/lib/input/index.d.ts +4 -4
- package/lib/input/index.js +1 -1
- package/lib/input/input.css +4 -1
- package/lib/input/input.d.ts +1 -1
- package/lib/input/input.less +4 -2
- package/lib/input/input.variable.css +4 -1
- package/lib/link/index.d.ts +15 -15
- package/lib/link/link.d.ts +6 -6
- package/lib/loading/directive.d.ts +14 -0
- package/lib/loading/index.d.ts +24 -1
- package/lib/loading/index.js +1 -1
- package/lib/loading/loading.css +8 -1
- package/lib/loading/loading.d.ts +16 -0
- package/lib/loading/loading.less +7 -1
- package/lib/loading/loading.variable.css +8 -1
- package/lib/message/messageConstructor.d.ts +2 -2
- package/lib/modal/index.d.ts +23 -23
- package/lib/modal/modal.d.ts +8 -8
- package/lib/modal/props.mixin.d.ts +2 -2
- package/lib/navigation/index.d.ts +3 -3
- package/lib/navigation/navigation.d.ts +1 -1
- package/lib/notify/notifyConstructor.d.ts +1 -1
- package/lib/pop-confirm/index.d.ts +50 -18
- package/lib/pop-confirm/index.js +1 -1
- package/lib/pop-confirm/pop-confirm.d.ts +23 -7
- package/lib/pop-confirm/props.d.ts +12 -4
- package/lib/popover/index.d.ts +47 -47
- package/lib/popover/popover.d.ts +18 -18
- package/lib/popover/props.d.ts +4 -4
- package/lib/progress/index.d.ts +6 -6
- package/lib/progress/progress.d.ts +2 -2
- package/lib/radio/radio.css +1 -1
- package/lib/radio/radio.less +1 -1
- package/lib/radio/radio.variable.css +1 -1
- package/lib/resize-layout/index.d.ts +12 -12
- package/lib/resize-layout/resize-layout.d.ts +5 -5
- package/lib/select/index.d.ts +480 -61
- package/lib/select/index.js +1 -1
- package/lib/select/select.d.ts +238 -26
- package/lib/shared/index.d.ts +14 -11
- package/lib/shared/index.js +1 -1
- package/lib/shared/vue-types.d.ts +8 -8
- package/lib/sideslider/index.d.ts +21 -21
- package/lib/sideslider/sideslider.d.ts +8 -8
- package/lib/slider/index.d.ts +4 -4
- package/lib/slider/slider.d.ts +1 -1
- package/lib/steps/index.d.ts +7 -7
- package/lib/steps/steps.d.ts +2 -2
- package/lib/tab/index.d.ts +13 -13
- package/lib/tab/props.d.ts +6 -6
- package/lib/tab/tab-nav.d.ts +5 -5
- package/lib/tab/tab-panel.d.ts +1 -1
- package/lib/tab/tab.d.ts +6 -6
- package/lib/table/components/table-column.d.ts +10 -10
- package/lib/table/index.d.ts +42 -42
- package/lib/table/index.js +1 -1
- package/lib/table/plugins/head-sort.css +1 -0
- package/lib/table/plugins/head-sort.less +1 -0
- package/lib/table/plugins/head-sort.variable.css +1 -0
- package/lib/table/props.d.ts +6 -6
- package/lib/table/render.d.ts +1 -1
- package/lib/table/table.css +7 -0
- package/lib/table/table.d.ts +6 -6
- package/lib/table/table.less +4 -0
- package/lib/table/table.variable.css +7 -0
- package/lib/table/use-common.d.ts +1 -1
- package/lib/table-column/index.d.ts +27 -27
- package/lib/table-column/index.js +1 -1
- package/lib/tag-input/index.d.ts +30 -30
- package/lib/tag-input/tag-input.d.ts +14 -14
- package/lib/tag-input/tag-props.d.ts +6 -6
- package/lib/time-picker/index.d.ts +20 -20
- package/lib/tree/index.d.ts +4 -4
- package/lib/tree/tree.d.ts +1 -1
- package/lib/upload/index.d.ts +7 -7
- package/lib/upload/upload.d.ts +2 -2
- package/lib/virtual-render/index.d.ts +4 -4
- package/lib/virtual-render/virtual-render.d.ts +1 -1
- package/package.json +1 -1
@@ -3,7 +3,12 @@ declare const BkTableColumn: {
|
|
3
3
|
$: import("vue").ComponentInternalInstance;
|
4
4
|
$data: {};
|
5
5
|
$props: Partial<{
|
6
|
-
fixed: boolean | "
|
6
|
+
fixed: boolean | "left" | "right";
|
7
|
+
sort: string | boolean | {
|
8
|
+
sortFn: any;
|
9
|
+
sortScope: (object | "all" | "current" | (() => "all" | "current") | ((props: Record<string, unknown>) => "all" | "current")) & ("all" | "current");
|
10
|
+
value: (string | object | (() => string) | ((props: Record<string, unknown>) => string)) & string;
|
11
|
+
};
|
7
12
|
filter: string | boolean | {
|
8
13
|
list: any[] | (object & (() => any[]));
|
9
14
|
filterFn: any;
|
@@ -12,11 +17,6 @@ declare const BkTableColumn: {
|
|
12
17
|
btnSave: (string | boolean | object | (() => string | boolean) | ((props: Record<string, unknown>) => string | boolean)) & (string | boolean);
|
13
18
|
btnReset: (string | boolean | object | (() => string | boolean) | ((props: Record<string, unknown>) => string | boolean)) & (string | boolean);
|
14
19
|
};
|
15
|
-
sort: string | boolean | {
|
16
|
-
sortFn: any;
|
17
|
-
sortScope: (object | "all" | "current" | (() => "all" | "current") | ((props: Record<string, unknown>) => "all" | "current")) & ("all" | "current");
|
18
|
-
value: (string | object | (() => string) | ((props: Record<string, unknown>) => string)) & string;
|
19
|
-
};
|
20
20
|
minWidth: string | number;
|
21
21
|
columnKey: string;
|
22
22
|
showOverflowTooltip: boolean | import("../../table/src/props").IOverflowTooltip;
|
@@ -44,8 +44,8 @@ declare const BkTableColumn: {
|
|
44
44
|
} & {
|
45
45
|
default: boolean;
|
46
46
|
};
|
47
|
-
fixed: import("vue-types").VueTypeDef<boolean | "
|
48
|
-
default: boolean | "
|
47
|
+
fixed: import("vue-types").VueTypeDef<boolean | "left" | "right"> & {
|
48
|
+
default: boolean | "left" | "right";
|
49
49
|
};
|
50
50
|
sort: import("vue-types").VueTypeDef<string | boolean | {
|
51
51
|
sortFn: any;
|
@@ -77,7 +77,7 @@ declare const BkTableColumn: {
|
|
77
77
|
};
|
78
78
|
colspan: import("vue-types").VueTypeDef<any>;
|
79
79
|
rowspan: import("vue-types").VueTypeDef<any>;
|
80
|
-
}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "fixed" | "
|
80
|
+
}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "fixed" | "sort" | "filter" | "minWidth" | "columnKey" | "showOverflowTooltip" | "resizable">;
|
81
81
|
$attrs: {
|
82
82
|
[x: string]: unknown;
|
83
83
|
};
|
@@ -114,8 +114,8 @@ declare const BkTableColumn: {
|
|
114
114
|
} & {
|
115
115
|
default: boolean;
|
116
116
|
};
|
117
|
-
fixed: import("vue-types").VueTypeDef<boolean | "
|
118
|
-
default: boolean | "
|
117
|
+
fixed: import("vue-types").VueTypeDef<boolean | "left" | "right"> & {
|
118
|
+
default: boolean | "left" | "right";
|
119
119
|
};
|
120
120
|
sort: import("vue-types").VueTypeDef<string | boolean | {
|
121
121
|
sortFn: any;
|
@@ -198,7 +198,12 @@ declare const BkTableColumn: {
|
|
198
198
|
}, unknown, {}, {
|
199
199
|
updateColumnDefine(): void;
|
200
200
|
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, {
|
201
|
-
fixed: boolean | "
|
201
|
+
fixed: boolean | "left" | "right";
|
202
|
+
sort: string | boolean | {
|
203
|
+
sortFn: any;
|
204
|
+
sortScope: (object | "all" | "current" | (() => "all" | "current") | ((props: Record<string, unknown>) => "all" | "current")) & ("all" | "current");
|
205
|
+
value: (string | object | (() => string) | ((props: Record<string, unknown>) => string)) & string;
|
206
|
+
};
|
202
207
|
filter: string | boolean | {
|
203
208
|
list: any[] | (object & (() => any[]));
|
204
209
|
filterFn: any;
|
@@ -207,11 +212,6 @@ declare const BkTableColumn: {
|
|
207
212
|
btnSave: (string | boolean | object | (() => string | boolean) | ((props: Record<string, unknown>) => string | boolean)) & (string | boolean);
|
208
213
|
btnReset: (string | boolean | object | (() => string | boolean) | ((props: Record<string, unknown>) => string | boolean)) & (string | boolean);
|
209
214
|
};
|
210
|
-
sort: string | boolean | {
|
211
|
-
sortFn: any;
|
212
|
-
sortScope: (object | "all" | "current" | (() => "all" | "current") | ((props: Record<string, unknown>) => "all" | "current")) & ("all" | "current");
|
213
|
-
value: (string | object | (() => string) | ((props: Record<string, unknown>) => string)) & string;
|
214
|
-
};
|
215
215
|
minWidth: string | number;
|
216
216
|
columnKey: string;
|
217
217
|
showOverflowTooltip: boolean | import("../../table/src/props").IOverflowTooltip;
|
@@ -259,8 +259,8 @@ declare const BkTableColumn: {
|
|
259
259
|
} & {
|
260
260
|
default: boolean;
|
261
261
|
};
|
262
|
-
fixed: import("vue-types").VueTypeDef<boolean | "
|
263
|
-
default: boolean | "
|
262
|
+
fixed: import("vue-types").VueTypeDef<boolean | "left" | "right"> & {
|
263
|
+
default: boolean | "left" | "right";
|
264
264
|
};
|
265
265
|
sort: import("vue-types").VueTypeDef<string | boolean | {
|
266
266
|
sortFn: any;
|
@@ -369,8 +369,8 @@ declare const BkTableColumn: {
|
|
369
369
|
} & {
|
370
370
|
default: boolean;
|
371
371
|
};
|
372
|
-
fixed: import("vue-types").VueTypeDef<boolean | "
|
373
|
-
default: boolean | "
|
372
|
+
fixed: import("vue-types").VueTypeDef<boolean | "left" | "right"> & {
|
373
|
+
default: boolean | "left" | "right";
|
374
374
|
};
|
375
375
|
sort: import("vue-types").VueTypeDef<string | boolean | {
|
376
376
|
sortFn: any;
|
@@ -453,7 +453,12 @@ declare const BkTableColumn: {
|
|
453
453
|
}, unknown, {}, {
|
454
454
|
updateColumnDefine(): void;
|
455
455
|
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, {
|
456
|
-
fixed: boolean | "
|
456
|
+
fixed: boolean | "left" | "right";
|
457
|
+
sort: string | boolean | {
|
458
|
+
sortFn: any;
|
459
|
+
sortScope: (object | "all" | "current" | (() => "all" | "current") | ((props: Record<string, unknown>) => "all" | "current")) & ("all" | "current");
|
460
|
+
value: (string | object | (() => string) | ((props: Record<string, unknown>) => string)) & string;
|
461
|
+
};
|
457
462
|
filter: string | boolean | {
|
458
463
|
list: any[] | (object & (() => any[]));
|
459
464
|
filterFn: any;
|
@@ -462,11 +467,6 @@ declare const BkTableColumn: {
|
|
462
467
|
btnSave: (string | boolean | object | (() => string | boolean) | ((props: Record<string, unknown>) => string | boolean)) & (string | boolean);
|
463
468
|
btnReset: (string | boolean | object | (() => string | boolean) | ((props: Record<string, unknown>) => string | boolean)) & (string | boolean);
|
464
469
|
};
|
465
|
-
sort: string | boolean | {
|
466
|
-
sortFn: any;
|
467
|
-
sortScope: (object | "all" | "current" | (() => "all" | "current") | ((props: Record<string, unknown>) => "all" | "current")) & ("all" | "current");
|
468
|
-
value: (string | object | (() => string) | ((props: Record<string, unknown>) => string)) & string;
|
469
|
-
};
|
470
470
|
minWidth: string | number;
|
471
471
|
columnKey: string;
|
472
472
|
showOverflowTooltip: boolean | import("../../table/src/props").IOverflowTooltip;
|
@@ -1 +1 @@
|
|
1
|
-
!function(e,o){if("object"==typeof exports&&"object"==typeof module)module.exports=o(require("../shared"),require("vue"),require("vue-types"));else if("function"==typeof define&&define.amd)define(["../shared","vue","vue-types"],o);else{var p="object"==typeof exports?o(require("../shared"),require("vue"),require("vue-types")):o(e["../shared"],e.vue,e["vue-types"]);for(var r in p)("object"==typeof exports?exports:e)[r]=p[r]}}(self,((e,o,p)=>(()=>{"use strict";var r={4212:o=>{o.exports=e},748:e=>{e.exports=o},210:e=>{e.exports=p}},n={};function s(e){var o=n[e];if(void 0!==o)return o.exports;var p=n[e]={exports:{}};return r[e](p,p.exports,s),p.exports}s.d=(e,o)=>{for(var p in o)s.o(o,p)&&!s.o(e,p)&&Object.defineProperty(e,p,{enumerable:!0,get:o[p]})},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 t={};return(()=>{s.r(t),s.d(t,{default:()=>R});var e,o,p,r,n=s(4212),T=s(748);function f(e,o,p){return o in e?Object.defineProperty(e,o,{value:p,enumerable:!0,configurable:!0,writable:!0}):e[o]=p,e}!function(e){e.NONE="none",e.ROW="row",e.COL="col",e.OUTER="outer",e.HORIZONTAL="horizontal"}(p||(p={})),function(e){e.HIGHLIGHT="highlight",e.AUTO="auto"}(r||(r={}));var y,i,l=[r.AUTO,r.HIGHLIGHT];p.NONE,p.ROW,p.COL,p.OUTER,p.HORIZONTAL,function(e){e.ON_SORT_BY_CLICK="onSortByClick",e.ON_FILTER_CLICK="onFilterClick",e.ON_SETTING_CHANGE="onSettingChange",e.ON_ROW_EXPAND_CLICK="onRowExpandClick",e.ON_ROW_CHECK="onRowCheck"}(y||(y={})),function(e){e.COLUMN_PICK="columnPick",e.COLUMN_SORT="columnSort",e.COLUMN_FILTER="columnFilter",e.COLUMN_FILTER_SAVE="colFilterSave",e.ROW_CLICK="rowClick",e.ROW_DBL_CLICK="rowDblclick",e.ROW_EXPAND_CLICK="rowExpand",e.PAGE_LIMIT_CHANGE="pageLimitChange",e.PAGE_VALUE_CHANGE="pageValueChange",e.SETTING_CHANGE="settingChange",e.SCROLL_BOTTOM="scrollBottom",e.ROW_SELECT="select",e.ROW_SELECT_ALL="selectAll",e.ROW_SELECT_CHANGE="selectionChange",e.CELL_CLICK="cellClick",e.CELL_DBL_CLICK="cellDblclick",e.NATIVE_CLICK="click",e.NATIVE_DBL_CLICK="dblclick"}(i||(i={}));var u
|
1
|
+
!function(e,o){if("object"==typeof exports&&"object"==typeof module)module.exports=o(require("../shared"),require("vue"),require("vue-types"));else if("function"==typeof define&&define.amd)define(["../shared","vue","vue-types"],o);else{var p="object"==typeof exports?o(require("../shared"),require("vue"),require("vue-types")):o(e["../shared"],e.vue,e["vue-types"]);for(var r in p)("object"==typeof exports?exports:e)[r]=p[r]}}(self,((e,o,p)=>(()=>{"use strict";var r={4212:o=>{o.exports=e},748:e=>{e.exports=o},210:e=>{e.exports=p}},n={};function s(e){var o=n[e];if(void 0!==o)return o.exports;var p=n[e]={exports:{}};return r[e](p,p.exports,s),p.exports}s.d=(e,o)=>{for(var p in o)s.o(o,p)&&!s.o(e,p)&&Object.defineProperty(e,p,{enumerable:!0,get:o[p]})},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 t={};return(()=>{s.r(t),s.d(t,{default:()=>R});var e,o,p,r,n=s(4212),T=s(748);function f(e,o,p){return o in e?Object.defineProperty(e,o,{value:p,enumerable:!0,configurable:!0,writable:!0}):e[o]=p,e}!function(e){e.NONE="none",e.ROW="row",e.COL="col",e.OUTER="outer",e.HORIZONTAL="horizontal"}(p||(p={})),function(e){e.HIGHLIGHT="highlight",e.AUTO="auto"}(r||(r={}));var y,i,l=[r.AUTO,r.HIGHLIGHT];p.NONE,p.ROW,p.COL,p.OUTER,p.HORIZONTAL,function(e){e.ON_SORT_BY_CLICK="onSortByClick",e.ON_FILTER_CLICK="onFilterClick",e.ON_SETTING_CHANGE="onSettingChange",e.ON_ROW_EXPAND_CLICK="onRowExpandClick",e.ON_ROW_CHECK="onRowCheck"}(y||(y={})),function(e){e.COLUMN_PICK="columnPick",e.COLUMN_SORT="columnSort",e.COLUMN_FILTER="columnFilter",e.COLUMN_FILTER_SAVE="colFilterSave",e.ROW_CLICK="rowClick",e.ROW_DBL_CLICK="rowDblclick",e.ROW_EXPAND_CLICK="rowExpand",e.PAGE_LIMIT_CHANGE="pageLimitChange",e.PAGE_VALUE_CHANGE="pageValueChange",e.SETTING_CHANGE="settingChange",e.SCROLL_BOTTOM="scrollBottom",e.ROW_SELECT="select",e.ROW_SELECT_ALL="selectAll",e.ROW_SELECT_CHANGE="selectionChange",e.CELL_CLICK="cellClick",e.CELL_DBL_CLICK="cellDblclick",e.NATIVE_CLICK="click",e.NATIVE_DBL_CLICK="dblclick"}(i||(i={}));var d,u=function(){return!0};f(e={},i.COLUMN_PICK,u),f(e,i.COLUMN_FILTER,u),f(e,i.COLUMN_SORT,u),f(e,i.COLUMN_FILTER_SAVE,u),f(e,i.ROW_CLICK,u),f(e,i.ROW_DBL_CLICK,u),f(e,i.ROW_EXPAND_CLICK,u),f(e,i.ROW_SELECT,u),f(e,i.ROW_SELECT_ALL,u),f(e,i.ROW_SELECT_CHANGE,u),f(e,i.PAGE_LIMIT_CHANGE,u),f(e,i.PAGE_VALUE_CHANGE,u),f(e,i.SETTING_CHANGE,u),f(e,i.SCROLL_BOTTOM,u),f(e,i.CELL_CLICK,u),f(e,i.CELL_DBL_CLICK,u),f(o={},i.NATIVE_CLICK,u),f(o,i.NATIVE_DBL_CLICK,u),function(e){e.ASC="asc",e.DESC="desc",e.NULL="null",e.CUSTOM="custom"}(d||(d={})),d.ASC,d.DESC,d.NULL,d.CUSTOM;var P,a,c=s(210);!function(e){e.CURRENT="current",e.ALL="all"}(P||(P={})),function(e){e.STATIC="static",e.AUTO="auto"}(a||(a={}));var O,C=(0,c.toType)("showOverflowTooltipMode",{default:a.AUTO});!function(e){e.SELECTION="selection",e.INDEX="index",e.EXPAND="expand",e.NONE="none"}(O||(O={}));var L,b=(0,c.toType)("columnType",{default:O.NONE});!function(e){e.FULL="full",e.FUZZY="fuzzy"}(L||(L={}));var E,_=(0,c.toType)("full",{default:L.FULL});!function(e){e.SMALL="small",e.MEDIUM="medium",e.LARGE="large"}(E||(E={}));var h,g=(0,c.toType)("columnSize",{default:E.SMALL});!function(e){e.LEFT="left",e.RIGHT="right"}(h||(h={}));var m,v,I=(0,c.string)(),N=(0,c.toType)("sortScope",{}).def(P.CURRENT);!function(e){e.MULTI="multi",e.SINGLE="single",e.DISABLED="disabled"}(m||(m={})),function(e){e.DEBOUNCE="debounce",e.THROTTLE="throttle"}(v||(v={}));var S={label:n.PropTypes.oneOfType([n.PropTypes.func.def((function(){return""})),n.PropTypes.string.def("")]),field:n.PropTypes.oneOfType([n.PropTypes.func.def((function(){return""})),n.PropTypes.string.def("")]),render:n.PropTypes.oneOfType([n.PropTypes.func.def((function(){return""})),n.PropTypes.string.def("")]),width:n.PropTypes.oneOfType([n.PropTypes.number.def(void 0),n.PropTypes.string.def("auto")]),minWidth:n.PropTypes.oneOfType([n.PropTypes.number.def(void 0),n.PropTypes.string.def("auto")]).def(30),columnKey:n.PropTypes.string.def(""),showOverflowTooltip:n.PropTypes.oneOfType([n.PropTypes.bool,n.PropTypes.shape({content:n.PropTypes.string.def(""),disabled:n.PropTypes.bool.def(!1),watchCellResize:n.PropTypes.bool.def(!0),mode:C})]).def(void 0),type:b,resizable:n.PropTypes.bool.def(!0),fixed:n.PropTypes.oneOfType([n.PropTypes.bool,I]).def(!1),sort:n.PropTypes.oneOfType([n.PropTypes.shape({sortFn:n.PropTypes.func.def(void 0),sortScope:N,value:n.PropTypes.string.def(d.NULL)}),n.PropTypes.bool,n.PropTypes.string]).def(!1),filter:n.PropTypes.oneOfType([n.PropTypes.shape({list:n.PropTypes.arrayOf(n.PropTypes.any).def([]),filterFn:n.PropTypes.func.def(void 0),match:_,filterScope:N,btnSave:n.PropTypes.oneOfType([n.PropTypes.bool,n.PropTypes.string]).def("确定"),btnReset:n.PropTypes.oneOfType([n.PropTypes.bool,n.PropTypes.string]).def("重置")}),n.PropTypes.bool,n.PropTypes.string]).def(!1),colspan:n.PropTypes.oneOfType([n.PropTypes.func.def((function(){return 1})),n.PropTypes.number.def(1)]),rowspan:n.PropTypes.oneOfType([n.PropTypes.func.def((function(){return 1})),n.PropTypes.number.def(1)])};n.PropTypes.arrayOf(n.PropTypes.any).def([]),n.PropTypes.arrayOf(n.PropTypes.shape(S).loose).def([]),n.PropTypes.oneOfType([n.PropTypes.number.def(-1),n.PropTypes.arrayOf(n.PropTypes.number.def(-1))]),(0,c.toType)("columnPick",{}).def(m.DISABLED),n.PropTypes.oneOfType([n.PropTypes.number,n.PropTypes.string]).def("auto"),n.PropTypes.oneOfType([n.PropTypes.number,n.PropTypes.string]).def(84),n.PropTypes.oneOfType([n.PropTypes.number,n.PropTypes.string]).def("auto"),n.PropTypes.oneOfType([n.PropTypes.number,n.PropTypes.func]).def(42),n.PropTypes.number.def(42),n.PropTypes.bool.def(!0),n.PropTypes.shape({height:n.PropTypes.number.def(42),isShow:n.PropTypes.bool.def(!0),cellFn:n.PropTypes.func.def(void 0)}),n.PropTypes.bool.def(!1),n.PropTypes.oneOfType([n.PropTypes.arrayOf((0,c.toType)("boderType",{})),n.PropTypes.string]).def([p.ROW]),n.PropTypes.oneOfType([n.PropTypes.bool.def(!1),n.PropTypes.object.def({})]).def(!1),n.PropTypes.number.def(42),n.PropTypes.bool.def(!1),n.PropTypes.string,n.PropTypes.oneOfType([n.PropTypes.shape({fields:n.PropTypes.arrayOf(n.PropTypes.shape({label:n.PropTypes.string,field:n.PropTypes.string,disabled:n.PropTypes.bool})),checked:n.PropTypes.arrayOf(n.PropTypes.string),limit:n.PropTypes.number.def(0),size:g,sizeList:n.PropTypes.shape([]),showLineHeight:n.PropTypes.bool.def(!0)}),n.PropTypes.bool]).def(!1),n.PropTypes.oneOfType([n.PropTypes.string,n.PropTypes.object,n.PropTypes.func]).def({}),n.PropTypes.oneOfType([n.PropTypes.string,n.PropTypes.object,n.PropTypes.func]).def({}),n.PropTypes.oneOfType([n.PropTypes.string,n.PropTypes.object,n.PropTypes.func]).def({}),n.PropTypes.oneOfType([n.PropTypes.string,n.PropTypes.object,n.PropTypes.func]).def({}),n.PropTypes.oneOfType([n.PropTypes.object,n.PropTypes.bool]).def(void 0),n.PropTypes.bool.def(!1),n.PropTypes.string.def(""),n.PropTypes.func.def(void 0),n.PropTypes.oneOfType([n.PropTypes.string,n.PropTypes.func]).def("__$table_row_index"),n.PropTypes.oneOfType([n.PropTypes.bool,n.PropTypes.shape({content:n.PropTypes.string.def(""),disabled:n.PropTypes.bool.def(!1),watchCellResize:n.PropTypes.bool.def(!0),mode:C})]).def(!1),n.PropTypes.bool.def(!1),n.PropTypes.oneOf(l).def(r.HIGHLIGHT),n.PropTypes.shape({}).def({}),n.PropTypes.oneOfType([n.PropTypes.func.def((function(){return!0})),n.PropTypes.bool.def(!0)]).def(!0),(0,c.toType)("ResizerWay",{default:v.DEBOUNCE}),n.PropTypes.bool.def(!0);const A=(0,T.defineComponent)({name:"TableColumn",props:Object.assign(Object.assign({},S),{prop:n.PropTypes.oneOfType([n.PropTypes.func.def((function(){return""})),n.PropTypes.string.def("")])}),setup:function(e){return{initColumns:(0,T.inject)("InitColumns",(function(e){}),!1),bkTableCache:(0,T.inject)("BKTableCahce",{queueStack:function(e,o){return null==o?void 0:o()}}),column:(0,T.reactive)(Object.assign(Object.assign({},e),{field:e.prop||e.field}))}},unmounted:function(){this.updateColumnDefine()},mounted:function(){this.updateColumnDefine()},methods:{updateColumnDefine:function(){var e=this;"function"==typeof this.bkTableCache.queueStack&&this.bkTableCache.queueStack("Bk_COlumn_Update_Define",(function(){var o=e._.parent.vnode.children.default()||[],p=[];!function e(o){Array.isArray(o)&&o.forEach((function(o){var r,n,s,t=!0;if("TableColumn"===(null===(r=o.type)||void 0===r?void 0:r.name)){t=Object.hasOwnProperty.call(o.props||{},"key");var f=Object.assign(Object.assign({},o.props),{field:o.props.prop||o.props.field,render:null===(n=o.children)||void 0===n?void 0:n.default});p.push((0,T.unref)(f))}(null===(s=o.children)||void 0===s?void 0:s.length)&&t&&e(o.children)}))}(o),e.initColumns(p)}))}},render:function(){var e,o;return(0,T.createVNode)(T.Fragment,null,[null===(o=(e=this.$slots).default)||void 0===o?void 0:o.call(e,{row:{}})])}}),R=(0,n.withInstall)(A)})(),t})()));
|
package/lib/tag-input/index.d.ts
CHANGED
@@ -4,7 +4,7 @@ declare const TagInput: {
|
|
4
4
|
$data: {};
|
5
5
|
$props: Partial<{
|
6
6
|
disabled: boolean;
|
7
|
-
trigger: "
|
7
|
+
trigger: "search" | "focus";
|
8
8
|
separator: string;
|
9
9
|
list: {
|
10
10
|
[key: string]: any;
|
@@ -77,8 +77,8 @@ declare const TagInput: {
|
|
77
77
|
} & {
|
78
78
|
default: boolean;
|
79
79
|
};
|
80
|
-
trigger: import("vue-types").VueTypeDef<"
|
81
|
-
default: "
|
80
|
+
trigger: import("vue-types").VueTypeDef<"search" | "focus"> & {
|
81
|
+
default: "search" | "focus";
|
82
82
|
};
|
83
83
|
searchKey: import("vue-types").VueTypeDef<string | string[]> & {
|
84
84
|
default: string | (() => string[]);
|
@@ -201,16 +201,16 @@ declare const TagInput: {
|
|
201
201
|
} & {
|
202
202
|
default: boolean;
|
203
203
|
};
|
204
|
-
placement: import("vue-types").VueTypeValidableDef<"auto" | "
|
205
|
-
default: "auto" | "
|
204
|
+
placement: import("vue-types").VueTypeValidableDef<"auto" | "left" | "right" | "auto-start" | "auto-end" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end"> & {
|
205
|
+
default: "auto" | "left" | "right" | "auto-start" | "auto-end" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end";
|
206
206
|
};
|
207
207
|
theme: import("vue-types").VueTypeValidableDef<string> & {
|
208
208
|
default: string;
|
209
209
|
} & {
|
210
210
|
default: string;
|
211
211
|
};
|
212
|
-
trigger: import("vue-types").VueTypeValidableDef<"
|
213
|
-
default: "
|
212
|
+
trigger: import("vue-types").VueTypeValidableDef<"click" | "hover" | "manual"> & {
|
213
|
+
default: "click" | "hover" | "manual";
|
214
214
|
};
|
215
215
|
renderType: import("vue-types").VueTypeDef<"auto" | "shown"> & {
|
216
216
|
default: "auto" | "shown";
|
@@ -315,7 +315,7 @@ declare const TagInput: {
|
|
315
315
|
}>;
|
316
316
|
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>;
|
317
317
|
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>;
|
318
|
-
$emit: (event: "
|
318
|
+
$emit: (event: "blur" | "change" | "focus" | "input" | "select" | "update:modelValue" | "remove" | "removeAll", ...args: any[]) => void;
|
319
319
|
$el: any;
|
320
320
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
321
321
|
modelValue: import("vue-types").VueTypeDef<string[]> & {
|
@@ -363,8 +363,8 @@ declare const TagInput: {
|
|
363
363
|
} & {
|
364
364
|
default: boolean;
|
365
365
|
};
|
366
|
-
trigger: import("vue-types").VueTypeDef<"
|
367
|
-
default: "
|
366
|
+
trigger: import("vue-types").VueTypeDef<"search" | "focus"> & {
|
367
|
+
default: "search" | "focus";
|
368
368
|
};
|
369
369
|
searchKey: import("vue-types").VueTypeDef<string | string[]> & {
|
370
370
|
default: string | (() => string[]);
|
@@ -487,16 +487,16 @@ declare const TagInput: {
|
|
487
487
|
} & {
|
488
488
|
default: boolean;
|
489
489
|
};
|
490
|
-
placement: import("vue-types").VueTypeValidableDef<"auto" | "
|
491
|
-
default: "auto" | "
|
490
|
+
placement: import("vue-types").VueTypeValidableDef<"auto" | "left" | "right" | "auto-start" | "auto-end" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end"> & {
|
491
|
+
default: "auto" | "left" | "right" | "auto-start" | "auto-end" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end";
|
492
492
|
};
|
493
493
|
theme: import("vue-types").VueTypeValidableDef<string> & {
|
494
494
|
default: string;
|
495
495
|
} & {
|
496
496
|
default: string;
|
497
497
|
};
|
498
|
-
trigger: import("vue-types").VueTypeValidableDef<"
|
499
|
-
default: "
|
498
|
+
trigger: import("vue-types").VueTypeValidableDef<"click" | "hover" | "manual"> & {
|
499
|
+
default: "click" | "hover" | "manual";
|
500
500
|
};
|
501
501
|
renderType: import("vue-types").VueTypeDef<"auto" | "shown"> & {
|
502
502
|
default: "auto" | "shown";
|
@@ -644,9 +644,9 @@ declare const TagInput: {
|
|
644
644
|
crossAxis: number;
|
645
645
|
};
|
646
646
|
};
|
647
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("
|
647
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("blur" | "change" | "focus" | "input" | "select" | "update:modelValue" | "remove" | "removeAll")[], string, {
|
648
648
|
disabled: boolean;
|
649
|
-
trigger: "
|
649
|
+
trigger: "search" | "focus";
|
650
650
|
separator: string;
|
651
651
|
list: {
|
652
652
|
[key: string]: any;
|
@@ -739,8 +739,8 @@ declare const TagInput: {
|
|
739
739
|
} & {
|
740
740
|
default: boolean;
|
741
741
|
};
|
742
|
-
trigger: import("vue-types").VueTypeDef<"
|
743
|
-
default: "
|
742
|
+
trigger: import("vue-types").VueTypeDef<"search" | "focus"> & {
|
743
|
+
default: "search" | "focus";
|
744
744
|
};
|
745
745
|
searchKey: import("vue-types").VueTypeDef<string | string[]> & {
|
746
746
|
default: string | (() => string[]);
|
@@ -863,16 +863,16 @@ declare const TagInput: {
|
|
863
863
|
} & {
|
864
864
|
default: boolean;
|
865
865
|
};
|
866
|
-
placement: import("vue-types").VueTypeValidableDef<"auto" | "
|
867
|
-
default: "auto" | "
|
866
|
+
placement: import("vue-types").VueTypeValidableDef<"auto" | "left" | "right" | "auto-start" | "auto-end" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end"> & {
|
867
|
+
default: "auto" | "left" | "right" | "auto-start" | "auto-end" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end";
|
868
868
|
};
|
869
869
|
theme: import("vue-types").VueTypeValidableDef<string> & {
|
870
870
|
default: string;
|
871
871
|
} & {
|
872
872
|
default: string;
|
873
873
|
};
|
874
|
-
trigger: import("vue-types").VueTypeValidableDef<"
|
875
|
-
default: "
|
874
|
+
trigger: import("vue-types").VueTypeValidableDef<"click" | "hover" | "manual"> & {
|
875
|
+
default: "click" | "hover" | "manual";
|
876
876
|
};
|
877
877
|
renderType: import("vue-types").VueTypeDef<"auto" | "shown"> & {
|
878
878
|
default: "auto" | "shown";
|
@@ -1070,8 +1070,8 @@ declare const TagInput: {
|
|
1070
1070
|
} & {
|
1071
1071
|
default: boolean;
|
1072
1072
|
};
|
1073
|
-
trigger: import("vue-types").VueTypeDef<"
|
1074
|
-
default: "
|
1073
|
+
trigger: import("vue-types").VueTypeDef<"search" | "focus"> & {
|
1074
|
+
default: "search" | "focus";
|
1075
1075
|
};
|
1076
1076
|
searchKey: import("vue-types").VueTypeDef<string | string[]> & {
|
1077
1077
|
default: string | (() => string[]);
|
@@ -1194,16 +1194,16 @@ declare const TagInput: {
|
|
1194
1194
|
} & {
|
1195
1195
|
default: boolean;
|
1196
1196
|
};
|
1197
|
-
placement: import("vue-types").VueTypeValidableDef<"auto" | "
|
1198
|
-
default: "auto" | "
|
1197
|
+
placement: import("vue-types").VueTypeValidableDef<"auto" | "left" | "right" | "auto-start" | "auto-end" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end"> & {
|
1198
|
+
default: "auto" | "left" | "right" | "auto-start" | "auto-end" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end";
|
1199
1199
|
};
|
1200
1200
|
theme: import("vue-types").VueTypeValidableDef<string> & {
|
1201
1201
|
default: string;
|
1202
1202
|
} & {
|
1203
1203
|
default: string;
|
1204
1204
|
};
|
1205
|
-
trigger: import("vue-types").VueTypeValidableDef<"
|
1206
|
-
default: "
|
1205
|
+
trigger: import("vue-types").VueTypeValidableDef<"click" | "hover" | "manual"> & {
|
1206
|
+
default: "click" | "hover" | "manual";
|
1207
1207
|
};
|
1208
1208
|
renderType: import("vue-types").VueTypeDef<"auto" | "shown"> & {
|
1209
1209
|
default: "auto" | "shown";
|
@@ -1351,9 +1351,9 @@ declare const TagInput: {
|
|
1351
1351
|
crossAxis: number;
|
1352
1352
|
};
|
1353
1353
|
};
|
1354
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("
|
1354
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("blur" | "change" | "focus" | "input" | "select" | "update:modelValue" | "remove" | "removeAll")[], "select" | "input" | "blur" | "change" | "focus" | "update:modelValue" | "remove" | "removeAll", {
|
1355
1355
|
disabled: boolean;
|
1356
|
-
trigger: "
|
1356
|
+
trigger: "search" | "focus";
|
1357
1357
|
separator: string;
|
1358
1358
|
list: {
|
1359
1359
|
[key: string]: any;
|
@@ -45,8 +45,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
45
45
|
} & {
|
46
46
|
default: boolean;
|
47
47
|
};
|
48
|
-
trigger: import("vue-types").VueTypeDef<"
|
49
|
-
default: "
|
48
|
+
trigger: import("vue-types").VueTypeDef<"search" | "focus"> & {
|
49
|
+
default: "search" | "focus";
|
50
50
|
};
|
51
51
|
searchKey: import("vue-types").VueTypeDef<string | string[]> & {
|
52
52
|
default: string | (() => string[]);
|
@@ -169,16 +169,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
169
169
|
} & {
|
170
170
|
default: boolean;
|
171
171
|
};
|
172
|
-
placement: import("vue-types").VueTypeValidableDef<"auto" | "
|
173
|
-
default: "auto" | "
|
172
|
+
placement: import("vue-types").VueTypeValidableDef<"auto" | "left" | "right" | "auto-start" | "auto-end" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end"> & {
|
173
|
+
default: "auto" | "left" | "right" | "auto-start" | "auto-end" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end";
|
174
174
|
};
|
175
175
|
theme: import("vue-types").VueTypeValidableDef<string> & {
|
176
176
|
default: string;
|
177
177
|
} & {
|
178
178
|
default: string;
|
179
179
|
};
|
180
|
-
trigger: import("vue-types").VueTypeValidableDef<"
|
181
|
-
default: "
|
180
|
+
trigger: import("vue-types").VueTypeValidableDef<"click" | "hover" | "manual"> & {
|
181
|
+
default: "click" | "hover" | "manual";
|
182
182
|
};
|
183
183
|
renderType: import("vue-types").VueTypeDef<"auto" | "shown"> & {
|
184
184
|
default: "auto" | "shown";
|
@@ -317,7 +317,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
317
317
|
crossAxis: number;
|
318
318
|
};
|
319
319
|
};
|
320
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("
|
320
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("blur" | "change" | "focus" | "input" | "select" | "update:modelValue" | "remove" | "removeAll")[], "select" | "input" | "blur" | "change" | "focus" | "update:modelValue" | "remove" | "removeAll", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
321
321
|
modelValue: import("vue-types").VueTypeDef<string[]> & {
|
322
322
|
default: () => string[];
|
323
323
|
};
|
@@ -363,8 +363,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
363
363
|
} & {
|
364
364
|
default: boolean;
|
365
365
|
};
|
366
|
-
trigger: import("vue-types").VueTypeDef<"
|
367
|
-
default: "
|
366
|
+
trigger: import("vue-types").VueTypeDef<"search" | "focus"> & {
|
367
|
+
default: "search" | "focus";
|
368
368
|
};
|
369
369
|
searchKey: import("vue-types").VueTypeDef<string | string[]> & {
|
370
370
|
default: string | (() => string[]);
|
@@ -487,16 +487,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
487
487
|
} & {
|
488
488
|
default: boolean;
|
489
489
|
};
|
490
|
-
placement: import("vue-types").VueTypeValidableDef<"auto" | "
|
491
|
-
default: "auto" | "
|
490
|
+
placement: import("vue-types").VueTypeValidableDef<"auto" | "left" | "right" | "auto-start" | "auto-end" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end"> & {
|
491
|
+
default: "auto" | "left" | "right" | "auto-start" | "auto-end" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end";
|
492
492
|
};
|
493
493
|
theme: import("vue-types").VueTypeValidableDef<string> & {
|
494
494
|
default: string;
|
495
495
|
} & {
|
496
496
|
default: string;
|
497
497
|
};
|
498
|
-
trigger: import("vue-types").VueTypeValidableDef<"
|
499
|
-
default: "
|
498
|
+
trigger: import("vue-types").VueTypeValidableDef<"click" | "hover" | "manual"> & {
|
499
|
+
default: "click" | "hover" | "manual";
|
500
500
|
};
|
501
501
|
renderType: import("vue-types").VueTypeDef<"auto" | "shown"> & {
|
502
502
|
default: "auto" | "shown";
|
@@ -591,7 +591,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
591
591
|
onRemoveAll?: (...args: any[]) => any;
|
592
592
|
}, {
|
593
593
|
disabled: boolean;
|
594
|
-
trigger: "
|
594
|
+
trigger: "search" | "focus";
|
595
595
|
separator: string;
|
596
596
|
list: {
|
597
597
|
[key: string]: any;
|
@@ -46,8 +46,8 @@ declare const tagProps: () => {
|
|
46
46
|
} & {
|
47
47
|
default: boolean;
|
48
48
|
};
|
49
|
-
trigger: import("vue-types").VueTypeDef<"
|
50
|
-
default: "
|
49
|
+
trigger: import("vue-types").VueTypeDef<"search" | "focus"> & {
|
50
|
+
default: "search" | "focus";
|
51
51
|
};
|
52
52
|
searchKey: import("vue-types").VueTypeDef<string | string[]> & {
|
53
53
|
default: string | (() => string[]);
|
@@ -162,16 +162,16 @@ declare const tagProps: () => {
|
|
162
162
|
} & {
|
163
163
|
default: boolean;
|
164
164
|
};
|
165
|
-
placement: import("vue-types").VueTypeValidableDef<"auto" | "
|
166
|
-
default: "auto" | "
|
165
|
+
placement: import("vue-types").VueTypeValidableDef<"auto" | "left" | "right" | "auto-start" | "auto-end" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end"> & {
|
166
|
+
default: "auto" | "left" | "right" | "auto-start" | "auto-end" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end";
|
167
167
|
};
|
168
168
|
theme: import("vue-types").VueTypeValidableDef<string> & {
|
169
169
|
default: string;
|
170
170
|
} & {
|
171
171
|
default: string;
|
172
172
|
};
|
173
|
-
trigger: import("vue-types").VueTypeValidableDef<"
|
174
|
-
default: "
|
173
|
+
trigger: import("vue-types").VueTypeValidableDef<"click" | "hover" | "manual"> & {
|
174
|
+
default: "click" | "hover" | "manual";
|
175
175
|
};
|
176
176
|
renderType: import("vue-types").VueTypeDef<"auto" | "shown"> & {
|
177
177
|
default: "auto" | "shown";
|
@@ -3,14 +3,14 @@ declare const BkTimePicker: {
|
|
3
3
|
$: import("vue").ComponentInternalInstance;
|
4
4
|
$data: {};
|
5
5
|
$props: Partial<{
|
6
|
-
placement: import("@popperjs/core").ComputedPlacement;
|
7
|
-
options: Record<string, any>;
|
8
|
-
behavior: "simplicity" | "normal";
|
9
6
|
type: import("../../date-picker/src/interface").PickerTypeType;
|
10
7
|
transfer: boolean;
|
11
8
|
width: number;
|
9
|
+
behavior: "simplicity" | "normal";
|
12
10
|
disabled: boolean;
|
13
|
-
|
11
|
+
placement: import("@popperjs/core").ComputedPlacement;
|
12
|
+
options: Record<string, any>;
|
13
|
+
fontSize: "medium" | "large" | "normal";
|
14
14
|
open: boolean;
|
15
15
|
multiple: boolean;
|
16
16
|
placeholder: string;
|
@@ -143,7 +143,7 @@ declare const BkTimePicker: {
|
|
143
143
|
readonly default: () => {};
|
144
144
|
};
|
145
145
|
fontSize: {
|
146
|
-
readonly type: import("vue").PropType<"
|
146
|
+
readonly type: import("vue").PropType<"medium" | "large" | "normal">;
|
147
147
|
readonly default: "normal";
|
148
148
|
};
|
149
149
|
upToNow: {
|
@@ -184,7 +184,7 @@ declare const BkTimePicker: {
|
|
184
184
|
"onPick-success"?: (...args: any[]) => any;
|
185
185
|
"onOpen-change"?: (...args: any[]) => any;
|
186
186
|
"onShortcut-change"?: (...args: any[]) => any;
|
187
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "
|
187
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "type" | "transfer" | "width" | "behavior" | "disabled" | "placement" | "options" | "fontSize" | "open" | "multiple" | "placeholder" | "clearable" | "readonly" | "withValidate" | "extPopoverCls" | "editable" | "timePickerOptions" | "splitPanels" | "appendToBody" | "shortcuts" | "shortcutClose" | "upToNow" | "useShortcutText" | "shortcutSelectedIndex" | "headerSlotCls" | "footerSlotCls" | "allowCrossDay" | "disabledHours" | "disabledMinutes" | "disabledSeconds" | "hideDisabledOptions" | "enterMode">;
|
188
188
|
$attrs: {
|
189
189
|
[x: string]: unknown;
|
190
190
|
};
|
@@ -196,7 +196,7 @@ declare const BkTimePicker: {
|
|
196
196
|
}>;
|
197
197
|
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>;
|
198
198
|
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>;
|
199
|
-
$emit: (event: "
|
199
|
+
$emit: (event: "change" | "input" | "clear" | "update:modelValue" | "pick-success" | "open-change" | "shortcut-change", ...args: any[]) => void;
|
200
200
|
$el: any;
|
201
201
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
202
202
|
disabledHours: {
|
@@ -306,7 +306,7 @@ declare const BkTimePicker: {
|
|
306
306
|
readonly default: () => {};
|
307
307
|
};
|
308
308
|
fontSize: {
|
309
|
-
readonly type: import("vue").PropType<"
|
309
|
+
readonly type: import("vue").PropType<"medium" | "large" | "normal">;
|
310
310
|
readonly default: "normal";
|
311
311
|
};
|
312
312
|
upToNow: {
|
@@ -402,15 +402,15 @@ declare const BkTimePicker: {
|
|
402
402
|
timeEnterMode: import("vue").Ref<boolean>;
|
403
403
|
shortcut: import("vue").Ref<any>;
|
404
404
|
onSelectionModeChange: import("vue").Ref<(_type: any) => import("../../date-picker/src/interface").SelectionModeType>;
|
405
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("
|
406
|
-
placement: import("@popperjs/core").ComputedPlacement;
|
407
|
-
options: Record<string, any>;
|
408
|
-
behavior: "simplicity" | "normal";
|
405
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("change" | "input" | "clear" | "update:modelValue" | "pick-success" | "open-change" | "shortcut-change")[], string, {
|
409
406
|
type: import("../../date-picker/src/interface").PickerTypeType;
|
410
407
|
transfer: boolean;
|
411
408
|
width: number;
|
409
|
+
behavior: "simplicity" | "normal";
|
412
410
|
disabled: boolean;
|
413
|
-
|
411
|
+
placement: import("@popperjs/core").ComputedPlacement;
|
412
|
+
options: Record<string, any>;
|
413
|
+
fontSize: "medium" | "large" | "normal";
|
414
414
|
open: boolean;
|
415
415
|
multiple: boolean;
|
416
416
|
placeholder: string;
|
@@ -563,7 +563,7 @@ declare const BkTimePicker: {
|
|
563
563
|
readonly default: () => {};
|
564
564
|
};
|
565
565
|
fontSize: {
|
566
|
-
readonly type: import("vue").PropType<"
|
566
|
+
readonly type: import("vue").PropType<"medium" | "large" | "normal">;
|
567
567
|
readonly default: "normal";
|
568
568
|
};
|
569
569
|
upToNow: {
|
@@ -771,7 +771,7 @@ declare const BkTimePicker: {
|
|
771
771
|
readonly default: () => {};
|
772
772
|
};
|
773
773
|
fontSize: {
|
774
|
-
readonly type: import("vue").PropType<"
|
774
|
+
readonly type: import("vue").PropType<"medium" | "large" | "normal">;
|
775
775
|
readonly default: "normal";
|
776
776
|
};
|
777
777
|
upToNow: {
|
@@ -867,15 +867,15 @@ declare const BkTimePicker: {
|
|
867
867
|
timeEnterMode: import("vue").Ref<boolean>;
|
868
868
|
shortcut: import("vue").Ref<any>;
|
869
869
|
onSelectionModeChange: import("vue").Ref<(_type: any) => import("../../date-picker/src/interface").SelectionModeType>;
|
870
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("
|
871
|
-
placement: import("@popperjs/core").ComputedPlacement;
|
872
|
-
options: Record<string, any>;
|
873
|
-
behavior: "simplicity" | "normal";
|
870
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("change" | "input" | "clear" | "update:modelValue" | "pick-success" | "open-change" | "shortcut-change")[], "input" | "change" | "clear" | "update:modelValue" | "pick-success" | "open-change" | "shortcut-change", {
|
874
871
|
type: import("../../date-picker/src/interface").PickerTypeType;
|
875
872
|
transfer: boolean;
|
876
873
|
width: number;
|
874
|
+
behavior: "simplicity" | "normal";
|
877
875
|
disabled: boolean;
|
878
|
-
|
876
|
+
placement: import("@popperjs/core").ComputedPlacement;
|
877
|
+
options: Record<string, any>;
|
878
|
+
fontSize: "medium" | "large" | "normal";
|
879
879
|
open: boolean;
|
880
880
|
multiple: boolean;
|
881
881
|
placeholder: string;
|