bkui-vue 0.0.1-beta.464 → 0.0.1-beta.466
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 +63 -67
- package/dist/index.esm.js +15211 -14541
- package/dist/index.umd.js +65 -69
- 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 +58 -34
- package/lib/alert/alert.d.ts +1 -1
- package/lib/alert/index.d.ts +60 -40
- package/lib/alert/index.js +1 -1
- package/lib/animate-number/animate-number.d.ts +3 -3
- package/lib/animate-number/index.d.ts +60 -27
- package/lib/backtop/backtop.d.ts +2 -2
- package/lib/backtop/index.d.ts +61 -43
- package/lib/badge/badge.d.ts +1 -1
- package/lib/badge/index.d.ts +63 -60
- package/lib/badge/index.js +1 -1
- package/lib/breadcrumb/breadcrumb-item.d.ts +1 -1
- package/lib/breadcrumb/breadcrumb.d.ts +2 -2
- package/lib/breadcrumb/index.d.ts +61 -39
- package/lib/button/button-group.d.ts +4 -4
- package/lib/button/button.d.ts +3 -3
- package/lib/button/index.d.ts +74 -68
- package/lib/button/index.js +1 -1
- package/lib/card/card.d.ts +1 -1
- package/lib/card/index.d.ts +63 -64
- package/lib/card/index.js +1 -1
- package/lib/cascader/cascader-panel.d.ts +1 -1
- package/lib/cascader/cascader.d.ts +2 -2
- package/lib/cascader/index.d.ts +81 -146
- package/lib/cascader/index.js +2 -1
- package/lib/cascader/index.js.LICENSE.txt +1 -0
- package/lib/checkbox/checkbox-group.d.ts +2 -2
- package/lib/checkbox/checkbox.d.ts +10 -10
- package/lib/checkbox/index.d.ts +76 -64
- package/lib/checkbox/index.js +1 -1
- package/lib/checkbox/type.d.ts +1 -1
- package/lib/code-diff/code-diff.d.ts +6 -6
- package/lib/code-diff/index.d.ts +30 -43
- package/lib/code-diff/index.js +1 -1
- package/lib/collapse/collapse-panel.d.ts +1 -1
- package/lib/collapse/collapse.d.ts +1 -1
- package/lib/collapse/index.d.ts +68 -74
- package/lib/collapse-transition/collapse-transition.d.ts +2 -2
- package/lib/color-picker/color-picker.d.ts +2 -2
- package/lib/color-picker/components/color-input.d.ts +2 -2
- package/lib/color-picker/components/hue-slider.d.ts +2 -2
- package/lib/color-picker/components/input-container.d.ts +2 -2
- package/lib/color-picker/components/recommend-colors.d.ts +2 -2
- package/lib/color-picker/components/saturation-panel.d.ts +2 -2
- package/lib/color-picker/index.d.ts +63 -62
- package/lib/color-picker/index.js +1 -1
- package/lib/config-provider/config-provider.d.ts +3 -3
- package/lib/config-provider/index.d.ts +175 -138
- package/lib/container/col.d.ts +2 -2
- package/lib/container/container.d.ts +2 -2
- package/lib/container/index.d.ts +29 -48
- package/lib/container/row.d.ts +2 -2
- package/lib/date-picker/base/confirm.d.ts +5 -5
- package/lib/date-picker/base/date-table.d.ts +3 -3
- package/lib/date-picker/base/month-table.d.ts +4 -4
- package/lib/date-picker/base/picker-dropdown.d.ts +4 -4
- package/lib/date-picker/base/time-spinner.d.ts +2 -2
- package/lib/date-picker/base/year-table.d.ts +4 -4
- package/lib/date-picker/date-picker.d.ts +37 -28
- package/lib/date-picker/index.d.ts +162 -209
- package/lib/date-picker/index.js +1 -1
- package/lib/date-picker/interface.d.ts +10 -10
- package/lib/date-picker/panel/date-range.d.ts +18 -15
- package/lib/date-picker/panel/date.d.ts +12 -12
- package/lib/date-picker/panel/time-range.d.ts +8 -2
- package/lib/date-picker/panel/time.d.ts +5 -2
- package/lib/date-picker/props.d.ts +3 -3
- package/lib/date-picker/time-picker.d.ts +11 -2
- package/lib/dialog/dialog.d.ts +2 -2
- package/lib/dialog/index.d.ts +90 -163
- package/lib/dialog/index.js +2 -1
- package/lib/dialog/index.js.LICENSE.txt +1 -0
- package/lib/directives/index.js +1 -1
- package/lib/divider/divider.d.ts +2 -2
- package/lib/divider/index.d.ts +61 -37
- package/lib/dropdown/dropdown-item.d.ts +1 -1
- package/lib/dropdown/dropdown-menu.d.ts +2 -2
- package/lib/dropdown/dropdown.d.ts +2 -2
- package/lib/dropdown/index.d.ts +66 -54
- package/lib/exception/exception.d.ts +2 -2
- package/lib/exception/index.d.ts +60 -29
- package/lib/exception/index.js +1 -1
- package/lib/exception/typings/index.d.ts +2 -2
- package/lib/fixed-navbar/fixed-navbar.d.ts +1 -1
- package/lib/fixed-navbar/index.d.ts +58 -34
- package/lib/form/compose-form-item.d.ts +2 -2
- package/lib/form/form-item.d.ts +3 -3
- package/lib/form/form.d.ts +3 -3
- package/lib/form/index.d.ts +62 -40
- package/lib/form/index.js +1 -1
- package/lib/icon/angle-double-down-line.js +1 -1
- package/lib/icon/angle-double-left-line.js +1 -1
- package/lib/icon/angle-double-left.js +1 -1
- package/lib/icon/angle-double-right-line.js +1 -1
- package/lib/icon/angle-double-right.js +1 -1
- package/lib/icon/angle-double-up-line.js +1 -1
- package/lib/icon/angle-down-fill.js +1 -1
- package/lib/icon/angle-down-line.js +1 -1
- package/lib/icon/angle-down.js +1 -1
- package/lib/icon/angle-left.js +1 -1
- package/lib/icon/angle-right.js +1 -1
- package/lib/icon/angle-up-fill.js +1 -1
- package/lib/icon/angle-up.js +1 -1
- package/lib/icon/archive-fill.js +1 -1
- package/lib/icon/arrows-left.js +1 -1
- package/lib/icon/arrows-right.js +1 -1
- package/lib/icon/audio-fill.js +1 -1
- package/lib/icon/bk.js +1 -1
- package/lib/icon/circle.js +1 -1
- package/lib/icon/close-line.js +1 -1
- package/lib/icon/close.js +1 -1
- package/lib/icon/code.js +1 -1
- package/lib/icon/cog-shape.js +1 -1
- package/lib/icon/collapse-left.js +1 -1
- package/lib/icon/copy-shape.js +1 -1
- package/lib/icon/copy.js +1 -1
- package/lib/icon/data-shape.js +1 -1
- package/lib/icon/del.js +1 -1
- package/lib/icon/doc-fill.js +1 -1
- package/lib/icon/done.js +1 -1
- package/lib/icon/down-shape.js +1 -1
- package/lib/icon/down-small.js +1 -1
- package/lib/icon/edit-line.js +1 -1
- package/lib/icon/ellipsis.js +1 -1
- package/lib/icon/enlarge-line.js +1 -1
- package/lib/icon/error.js +1 -1
- package/lib/icon/excel-fill.js +1 -1
- package/lib/icon/exclamation-circle-shape.js +1 -1
- package/lib/icon/eye.js +1 -1
- package/lib/icon/filliscreen-line.js +1 -1
- package/lib/icon/fix-line.js +1 -1
- package/lib/icon/fix-shape.js +1 -1
- package/lib/icon/folder-open.js +1 -1
- package/lib/icon/folder-shape-open.js +1 -1
- package/lib/icon/folder-shape.js +1 -1
- package/lib/icon/folder.js +1 -1
- package/lib/icon/funnel.js +1 -1
- package/lib/icon/help-document-fill.js +1 -1
- package/lib/icon/help-fill.js +1 -1
- package/lib/icon/help.js +1 -1
- package/lib/icon/image-fill.js +1 -1
- package/lib/icon/img-error.js +1 -1
- package/lib/icon/img-placehoulder.js +1 -1
- package/lib/icon/index.js +1 -1
- package/lib/icon/info-line.js +1 -1
- package/lib/icon/info.js +1 -1
- package/lib/icon/left-shape.js +1 -1
- package/lib/icon/left-turn-line.js +1 -1
- package/lib/icon/narrow-line.js +1 -1
- package/lib/icon/original.js +1 -1
- package/lib/icon/pdf-fill.js +1 -1
- package/lib/icon/play-shape.js +1 -1
- package/lib/icon/plus.js +1 -1
- package/lib/icon/ppt-fill.js +1 -1
- package/lib/icon/qq.js +1 -1
- package/lib/icon/right-shape.js +1 -1
- package/lib/icon/right-turn-line.js +1 -1
- package/lib/icon/search.js +1 -1
- package/lib/icon/share.js +1 -1
- package/lib/icon/spinner.js +1 -1
- package/lib/icon/success.js +1 -1
- package/lib/icon/switcher-loading.js +1 -1
- package/lib/icon/text-file.js +1 -1
- package/lib/icon/text-fill.js +1 -1
- package/lib/icon/transfer.js +1 -1
- package/lib/icon/tree-application-shape.js +1 -1
- package/lib/icon/unfull-screen.js +1 -1
- package/lib/icon/unvisible.js +1 -1
- package/lib/icon/up-shape.js +1 -1
- package/lib/icon/upload.js +1 -1
- package/lib/icon/video-fill.js +1 -1
- package/lib/icon/warn.js +1 -1
- package/lib/icon/weixin-pro.js +1 -1
- package/lib/icon/weixin.js +1 -1
- package/lib/image/image-viewer.d.ts +2 -2
- package/lib/image/image.d.ts +1 -1
- package/lib/image/index.d.ts +63 -57
- package/lib/info-box/index.d.ts +1 -1
- package/lib/info-box/index.js +2 -1
- package/lib/info-box/index.js.LICENSE.txt +1 -0
- package/lib/input/index.d.ts +82 -119
- package/lib/input/index.js +1 -1
- package/lib/input/input.d.ts +6 -6
- package/lib/link/index.d.ts +59 -40
- package/lib/link/link.d.ts +1 -1
- package/lib/loading/directive.d.ts +2 -2
- package/lib/loading/index.d.ts +67 -71
- package/lib/loading/index.js +1 -1
- package/lib/loading/loading.d.ts +3 -3
- package/lib/locale/lang/en.d.ts +1 -1
- package/lib/menu/index.d.ts +69 -32
- package/lib/menu/index.js +1 -1
- package/lib/menu/menu-group.d.ts +2 -2
- package/lib/menu/menu-item.d.ts +5 -1
- package/lib/menu/menu.d.ts +1 -1
- package/lib/menu/submenu.d.ts +5 -1
- package/lib/menu/utils.d.ts +1 -1
- package/lib/message/index.js +1 -1
- package/lib/message/messageConstructor.d.ts +5 -5
- package/lib/modal/index.d.ts +84 -123
- package/lib/modal/modal.d.ts +3 -3
- package/lib/navigation/index.d.ts +84 -65
- package/lib/navigation/index.js +1 -1
- package/lib/navigation/navigation-title.d.ts +6 -3
- package/lib/navigation/navigation.d.ts +10 -3
- package/lib/notify/index.js +1 -1
- package/lib/notify/notifyConstructor.d.ts +1 -1
- package/lib/overflow-title/components/overflow-title.d.ts +2 -2
- package/lib/overflow-title/index.d.ts +62 -37
- package/lib/overflow-title/props.d.ts +2 -2
- package/lib/pagination/index.d.ts +75 -94
- package/lib/pagination/index.js +1 -1
- package/lib/pagination/pagination.d.ts +6 -6
- package/lib/pagination/type.d.ts +1 -1
- package/lib/plugin-popover/index.js +1 -1
- package/lib/pop-confirm/index.d.ts +66 -63
- package/lib/pop-confirm/pop-confirm.d.ts +2 -2
- package/lib/popover/arrow.d.ts +1 -1
- package/lib/popover/content.d.ts +2 -2
- package/lib/popover/index.d.ts +93 -164
- package/lib/popover/index.js +1 -1
- package/lib/popover/plugin-popover.d.ts +1 -1
- package/lib/popover/popover.d.ts +7 -7
- package/lib/popover/props.d.ts +4 -4
- package/lib/popover/reference.d.ts +1 -1
- package/lib/popover/root.d.ts +13 -2
- package/lib/popover/use-floating.d.ts +3 -3
- package/lib/popover2/index.d.ts +55 -10
- package/lib/popover2/popover.d.ts +1 -1
- package/lib/process/index.d.ts +60 -46
- package/lib/process/index.js +2 -1
- package/lib/process/index.js.LICENSE.txt +1 -0
- package/lib/process/process.d.ts +2 -2
- package/lib/progress/index.d.ts +76 -103
- package/lib/progress/index.js +1 -1
- package/lib/progress/progress.d.ts +6 -6
- package/lib/radio/index.d.ts +63 -41
- package/lib/radio/index.js +1 -1
- package/lib/radio/radio-button.d.ts +5 -5
- package/lib/radio/radio-group.d.ts +2 -2
- package/lib/radio/radio.d.ts +2 -2
- package/lib/radio/type.d.ts +1 -1
- package/lib/rate/index.d.ts +61 -34
- package/lib/rate/rate.d.ts +3 -3
- package/lib/rate/star.d.ts +1 -1
- package/lib/resize-layout/index.d.ts +65 -66
- package/lib/resize-layout/index.js +1 -1
- package/lib/resize-layout/resize-layout.d.ts +1 -1
- package/lib/search-select/index.d.ts +70 -69
- package/lib/search-select/index.js +2 -1
- package/lib/search-select/index.js.LICENSE.txt +1 -0
- package/lib/search-select/input.d.ts +1 -1
- package/lib/search-select/menu.d.ts +1 -1
- package/lib/search-select/search-select.d.ts +2 -2
- package/lib/search-select/selected.d.ts +2 -2
- package/lib/search-select/utils.d.ts +4 -4
- package/lib/select/index.d.ts +308 -512
- package/lib/select/index.js +2 -1
- package/lib/select/index.js.LICENSE.txt +1 -0
- package/lib/select/option.d.ts +2 -2
- package/lib/select/optionGroup.d.ts +2 -2
- package/lib/select/select.d.ts +76 -66
- package/lib/select/selectTagInput.d.ts +2 -2
- package/lib/select/type.d.ts +3 -3
- package/lib/shared/index.d.ts +2 -2
- package/lib/shared/index.js +1 -1
- package/lib/shared/mask-manager.d.ts +2 -2
- package/lib/shared/popover.d.ts +1 -1
- package/lib/shared/vue-types.d.ts +7 -7
- package/lib/sideslider/index.d.ts +84 -125
- package/lib/sideslider/index.js +2 -1
- package/lib/sideslider/index.js.LICENSE.txt +1 -0
- package/lib/sideslider/sideslider.d.ts +3 -3
- package/lib/slider/index.d.ts +73 -103
- package/lib/slider/index.js +2 -1
- package/lib/slider/index.js.LICENSE.txt +1 -0
- package/lib/slider/slider-button.d.ts +1 -1
- package/lib/slider/slider.d.ts +1 -1
- package/lib/steps/index.d.ts +68 -62
- package/lib/steps/index.js +2 -1
- package/lib/steps/index.js.LICENSE.txt +1 -0
- package/lib/steps/steps.d.ts +5 -5
- package/lib/swiper/index.d.ts +60 -44
- package/lib/swiper/swiper.d.ts +1 -1
- package/lib/switcher/index.d.ts +72 -77
- package/lib/switcher/index.js +1 -1
- package/lib/switcher/switcher.d.ts +3 -3
- package/lib/tab/index.d.ts +81 -99
- package/lib/tab/index.js +1 -1
- package/lib/tab/props.d.ts +1 -1
- package/lib/tab/tab-nav.d.ts +2 -2
- package/lib/tab/tab-panel.d.ts +2 -2
- package/lib/tab/tab.d.ts +3 -3
- package/lib/table/components/table-cell.d.ts +2 -2
- package/lib/table/components/table-column.d.ts +18 -12
- package/lib/table/components/table-row.d.ts +1 -1
- package/lib/table/index.d.ts +213 -302
- package/lib/table/index.js +1 -1
- package/lib/table/plugins/body-empty.d.ts +1 -1
- package/lib/table/plugins/col-group.d.ts +2 -2
- package/lib/table/plugins/head-filter.d.ts +1 -1
- package/lib/table/plugins/head-sort.d.ts +1 -1
- package/lib/table/plugins/settings.d.ts +1 -1
- package/lib/table/plugins/use-active-columns.d.ts +3 -3
- package/lib/table/plugins/use-fixed-column.d.ts +3 -3
- package/lib/table/props.d.ts +19 -19
- package/lib/table/table.css +3 -0
- package/lib/table/table.d.ts +6 -6
- package/lib/table/table.less +4 -0
- package/lib/table/table.variable.css +3 -0
- package/lib/table/use-column.d.ts +4 -4
- package/lib/table/use-common.d.ts +1 -1
- package/lib/table-column/index.d.ts +113 -106
- package/lib/table-column/index.js +1 -1
- package/lib/tag/index.d.ts +68 -50
- package/lib/tag/index.js +1 -1
- package/lib/tag/tag.d.ts +5 -1
- package/lib/tag-input/index.d.ts +105 -317
- package/lib/tag-input/index.js +1 -1
- package/lib/tag-input/list-tag-render.d.ts +2 -2
- package/lib/tag-input/tag-input.d.ts +7 -7
- package/lib/tag-input/tag-input.less +11 -11
- package/lib/tag-input/tag-props.d.ts +3 -3
- package/lib/tag-input/tag-render.d.ts +2 -2
- package/lib/time-picker/index.d.ts +116 -187
- package/lib/timeline/index.d.ts +57 -28
- package/lib/timeline/timeline.d.ts +2 -2
- package/lib/transfer/index.d.ts +67 -82
- package/lib/transfer/transfer.d.ts +1 -1
- package/lib/tree/index.d.ts +84 -146
- package/lib/tree/index.js +1 -1
- package/lib/tree/props.d.ts +4 -4
- package/lib/tree/tree.d.ts +3 -3
- package/lib/upload/index.d.ts +93 -150
- package/lib/upload/index.js +2 -1
- package/lib/upload/index.js.LICENSE.txt +1 -0
- package/lib/upload/upload-list.d.ts +1 -1
- package/lib/upload/upload-trigger.d.ts +1 -1
- package/lib/upload/upload.d.ts +4 -4
- package/lib/upload/upload.type.d.ts +12 -12
- package/lib/upload/use-file-handler.d.ts +1 -24
- package/lib/virtual-render/index.d.ts +64 -160
- package/lib/virtual-render/index.js +1 -1
- package/lib/virtual-render/props.d.ts +1 -1
- package/lib/virtual-render/virtual-render.d.ts +16 -3
- package/package.json +38 -37
@@ -27,140 +27,177 @@ declare const BkConfigProvider: {
|
|
27
27
|
new (...args: any[]): {
|
28
28
|
$: import("vue").ComponentInternalInstance;
|
29
29
|
$data: {};
|
30
|
-
$props:
|
31
|
-
prefix
|
32
|
-
|
33
|
-
locale
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
30
|
+
$props: {
|
31
|
+
prefix?: string;
|
32
|
+
class?: unknown;
|
33
|
+
readonly locale?: {
|
34
|
+
lang: string;
|
35
|
+
steps: {
|
36
|
+
step1: string;
|
37
|
+
step2: string;
|
38
|
+
step3: string;
|
39
|
+
};
|
40
|
+
datePicker: {
|
41
|
+
selectDate: string;
|
42
|
+
selectTime: string;
|
43
|
+
clear: string;
|
44
|
+
ok: string;
|
45
|
+
weekdays: {
|
46
|
+
sun: string;
|
47
|
+
mon: string;
|
48
|
+
tue: string;
|
49
|
+
wed: string;
|
50
|
+
thu: string;
|
51
|
+
fri: string;
|
52
|
+
sat: string;
|
40
53
|
};
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
+
hour: string;
|
55
|
+
min: string;
|
56
|
+
sec: string;
|
57
|
+
toNow: string;
|
58
|
+
};
|
59
|
+
dialog: {
|
60
|
+
ok: string;
|
61
|
+
cancel: string;
|
62
|
+
prev: string;
|
63
|
+
next: string;
|
64
|
+
};
|
65
|
+
popConfirm: {
|
66
|
+
ok: string;
|
67
|
+
cancel: string;
|
68
|
+
};
|
69
|
+
form: {
|
70
|
+
notBeEmpty: string;
|
71
|
+
incorrectFormat: string;
|
72
|
+
max: string;
|
73
|
+
min: string;
|
74
|
+
maxLen: string;
|
75
|
+
verifyError: string;
|
76
|
+
};
|
77
|
+
pagination: {
|
78
|
+
eachPage: string;
|
79
|
+
strip: string;
|
80
|
+
total: string;
|
81
|
+
};
|
82
|
+
process: {
|
83
|
+
step1: string;
|
84
|
+
step2: string;
|
85
|
+
step3: string;
|
86
|
+
step4: string;
|
87
|
+
};
|
88
|
+
searchSelect: {
|
89
|
+
pleaseSelect: string;
|
90
|
+
loading: string;
|
91
|
+
filterQueryMustHasValue: string;
|
92
|
+
ok: string;
|
93
|
+
cancel: string;
|
94
|
+
or: string;
|
95
|
+
and: string;
|
96
|
+
};
|
97
|
+
select: {
|
98
|
+
noData: string;
|
99
|
+
noMatchedData: string;
|
100
|
+
loading: string;
|
101
|
+
pleaseSelect: string;
|
102
|
+
enterKeywords: string;
|
103
|
+
all: string;
|
104
|
+
};
|
105
|
+
table: {
|
106
|
+
emptyText: string;
|
107
|
+
confirm: string;
|
108
|
+
reset: string;
|
109
|
+
setting: {
|
110
|
+
title: string;
|
111
|
+
fields: {
|
112
|
+
title: string;
|
113
|
+
subtitle: (max: number) => string;
|
114
|
+
selectAll: string;
|
54
115
|
};
|
55
|
-
|
56
|
-
min: string;
|
57
|
-
sec: string;
|
58
|
-
toNow: string;
|
59
|
-
};
|
60
|
-
dialog: {
|
61
|
-
ok: string;
|
62
|
-
cancel: string;
|
63
|
-
prev: string;
|
64
|
-
next: string;
|
65
|
-
};
|
66
|
-
popConfirm: {
|
67
|
-
ok: string;
|
68
|
-
cancel: string;
|
69
|
-
};
|
70
|
-
form: {
|
71
|
-
notBeEmpty: string;
|
72
|
-
incorrectFormat: string;
|
73
|
-
max: string;
|
74
|
-
min: string;
|
75
|
-
maxLen: string;
|
76
|
-
verifyError: string;
|
77
|
-
};
|
78
|
-
pagination: {
|
79
|
-
eachPage: string;
|
80
|
-
strip: string;
|
81
|
-
total: string;
|
82
|
-
};
|
83
|
-
process: {
|
84
|
-
step1: string;
|
85
|
-
step2: string;
|
86
|
-
step3: string;
|
87
|
-
step4: string;
|
88
|
-
};
|
89
|
-
searchSelect: {
|
90
|
-
pleaseSelect: string;
|
91
|
-
loading: string;
|
92
|
-
filterQueryMustHasValue: string;
|
93
|
-
ok: string;
|
94
|
-
cancel: string;
|
95
|
-
or: string;
|
96
|
-
and: string;
|
97
|
-
};
|
98
|
-
select: {
|
99
|
-
noData: string;
|
100
|
-
noMatchedData: string;
|
101
|
-
loading: string;
|
102
|
-
pleaseSelect: string;
|
103
|
-
enterKeywords: string;
|
104
|
-
all: string;
|
105
|
-
};
|
106
|
-
table: {
|
107
|
-
emptyText: string;
|
108
|
-
confirm: string;
|
109
|
-
reset: string;
|
110
|
-
setting: {
|
116
|
+
lineHeight: {
|
111
117
|
title: string;
|
112
|
-
|
113
|
-
|
114
|
-
|
115
|
-
|
116
|
-
|
117
|
-
|
118
|
-
|
119
|
-
small: string;
|
120
|
-
medium: string;
|
121
|
-
large: string;
|
122
|
-
};
|
123
|
-
options: {
|
124
|
-
ok: string;
|
125
|
-
cancel: string;
|
126
|
-
};
|
118
|
+
small: string;
|
119
|
+
medium: string;
|
120
|
+
large: string;
|
121
|
+
};
|
122
|
+
options: {
|
123
|
+
ok: string;
|
124
|
+
cancel: string;
|
127
125
|
};
|
128
126
|
};
|
129
|
-
|
130
|
-
|
131
|
-
|
132
|
-
|
133
|
-
|
134
|
-
|
135
|
-
|
136
|
-
|
137
|
-
|
138
|
-
|
139
|
-
|
140
|
-
|
141
|
-
|
142
|
-
|
143
|
-
|
144
|
-
|
145
|
-
|
146
|
-
|
147
|
-
|
148
|
-
|
149
|
-
|
150
|
-
|
151
|
-
|
152
|
-
|
153
|
-
|
154
|
-
|
155
|
-
|
156
|
-
|
157
|
-
}
|
158
|
-
};
|
159
|
-
prefix: {
|
160
|
-
type: StringConstructor;
|
161
|
-
default: string;
|
127
|
+
};
|
128
|
+
transfer: {
|
129
|
+
sourceList: string;
|
130
|
+
targetList: string;
|
131
|
+
removeAll: string;
|
132
|
+
selectAll: string;
|
133
|
+
noData: string;
|
134
|
+
noSelected: string;
|
135
|
+
search: string;
|
136
|
+
};
|
137
|
+
upload: {
|
138
|
+
uploadSuccess: string;
|
139
|
+
uploadFailed: string;
|
140
|
+
drapFileOr: string;
|
141
|
+
clickUpload: string;
|
142
|
+
uploadLabel: string;
|
143
|
+
};
|
144
|
+
input: {
|
145
|
+
placeholder: string;
|
146
|
+
};
|
147
|
+
tagInput: {
|
148
|
+
placeholder: string;
|
149
|
+
};
|
150
|
+
message: {
|
151
|
+
assistant: string;
|
152
|
+
details: string;
|
153
|
+
copySuccess: string;
|
154
|
+
copyFailed: string;
|
155
|
+
};
|
162
156
|
};
|
163
|
-
|
157
|
+
style?: unknown;
|
158
|
+
key?: string | number | symbol;
|
159
|
+
ref?: import("vue").VNodeRef;
|
160
|
+
ref_for?: boolean;
|
161
|
+
ref_key?: string;
|
162
|
+
onVnodeBeforeMount?: ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
163
|
+
[key: string]: any;
|
164
|
+
}>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
165
|
+
[key: string]: any;
|
166
|
+
}>) => void)[];
|
167
|
+
onVnodeMounted?: ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
168
|
+
[key: string]: any;
|
169
|
+
}>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
170
|
+
[key: string]: any;
|
171
|
+
}>) => void)[];
|
172
|
+
onVnodeBeforeUpdate?: ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
173
|
+
[key: string]: any;
|
174
|
+
}>, oldVNode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
175
|
+
[key: string]: any;
|
176
|
+
}>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
177
|
+
[key: string]: any;
|
178
|
+
}>, oldVNode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
179
|
+
[key: string]: any;
|
180
|
+
}>) => void)[];
|
181
|
+
onVnodeUpdated?: ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
182
|
+
[key: string]: any;
|
183
|
+
}>, oldVNode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
184
|
+
[key: string]: any;
|
185
|
+
}>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
186
|
+
[key: string]: any;
|
187
|
+
}>, oldVNode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
188
|
+
[key: string]: any;
|
189
|
+
}>) => void)[];
|
190
|
+
onVnodeBeforeUnmount?: ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
191
|
+
[key: string]: any;
|
192
|
+
}>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
193
|
+
[key: string]: any;
|
194
|
+
}>) => void)[];
|
195
|
+
onVnodeUnmounted?: ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
196
|
+
[key: string]: any;
|
197
|
+
}>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
198
|
+
[key: string]: any;
|
199
|
+
}>) => void)[];
|
200
|
+
};
|
164
201
|
$attrs: {
|
165
202
|
[x: string]: unknown;
|
166
203
|
};
|
@@ -168,10 +205,10 @@ declare const BkConfigProvider: {
|
|
168
205
|
[x: string]: unknown;
|
169
206
|
};
|
170
207
|
$slots: Readonly<{
|
171
|
-
[name: string]: import("vue").Slot
|
208
|
+
[name: string]: import("vue").Slot<any>;
|
172
209
|
}>;
|
173
|
-
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}
|
174
|
-
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}
|
210
|
+
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
|
211
|
+
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
|
175
212
|
$emit: (event: string, ...args: any[]) => void;
|
176
213
|
$el: any;
|
177
214
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
@@ -307,9 +344,9 @@ declare const BkConfigProvider: {
|
|
307
344
|
};
|
308
345
|
}>>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
309
346
|
[key: string]: any;
|
310
|
-
}>[], unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin,
|
347
|
+
}>[], unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
311
348
|
prefix: string;
|
312
|
-
}> & {
|
349
|
+
}, {}, string, {}> & {
|
313
350
|
beforeCreate?: (() => void) | (() => void)[];
|
314
351
|
created?: (() => void) | (() => void)[];
|
315
352
|
beforeMount?: (() => void) | (() => void)[];
|
@@ -324,11 +361,11 @@ declare const BkConfigProvider: {
|
|
324
361
|
unmounted?: (() => void) | (() => void)[];
|
325
362
|
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
326
363
|
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
327
|
-
errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}
|
364
|
+
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)[];
|
328
365
|
};
|
329
366
|
$forceUpdate: () => void;
|
330
367
|
$nextTick: typeof import("vue").nextTick;
|
331
|
-
$watch
|
368
|
+
$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;
|
332
369
|
} & Readonly<import("vue").ExtractPropTypes<{
|
333
370
|
locale: {
|
334
371
|
type: import("vue").PropType<{
|
@@ -462,7 +499,7 @@ declare const BkConfigProvider: {
|
|
462
499
|
};
|
463
500
|
}>> & import("vue").ShallowUnwrapRef<() => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
464
501
|
[key: string]: any;
|
465
|
-
}>[]> & {} &
|
502
|
+
}>[]> & {} & import("vue").ComponentCustomProperties & {};
|
466
503
|
__isFragment?: never;
|
467
504
|
__isTeleport?: never;
|
468
505
|
__isSuspense?: never;
|
@@ -599,9 +636,9 @@ declare const BkConfigProvider: {
|
|
599
636
|
};
|
600
637
|
}>>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
601
638
|
[key: string]: any;
|
602
|
-
}>[], unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin,
|
639
|
+
}>[], unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
603
640
|
prefix: string;
|
604
|
-
}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("
|
641
|
+
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin<any[]>;
|
605
642
|
export default BkConfigProvider;
|
606
643
|
export * from './use-global-config';
|
607
644
|
export * from './use-locale';
|
package/lib/container/col.d.ts
CHANGED
@@ -41,11 +41,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
41
41
|
default: number;
|
42
42
|
};
|
43
43
|
}>> & {
|
44
|
-
[x:
|
44
|
+
[x: `on${Capitalize<any>}`]: (...args: any[]) => any;
|
45
45
|
}, {
|
46
46
|
push: number;
|
47
47
|
span: number;
|
48
48
|
offset: number;
|
49
49
|
pull: number;
|
50
|
-
}>;
|
50
|
+
}, {}>;
|
51
51
|
export default _default;
|
@@ -72,12 +72,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
72
72
|
default: string;
|
73
73
|
};
|
74
74
|
}>> & {
|
75
|
-
[x:
|
75
|
+
[x: `on${Capitalize<any>}`]: (...args: any[]) => any;
|
76
76
|
}, {
|
77
77
|
col: number;
|
78
78
|
extCls: string;
|
79
79
|
flex: boolean;
|
80
80
|
margin: number;
|
81
81
|
gutter: number;
|
82
|
-
}>;
|
82
|
+
}, {}>;
|
83
83
|
export default _default;
|
package/lib/container/index.d.ts
CHANGED
@@ -4,39 +4,20 @@ declare const BkContainer: {
|
|
4
4
|
new (...args: any[]): {
|
5
5
|
$: import("vue").ComponentInternalInstance;
|
6
6
|
$data: {};
|
7
|
-
$props:
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
} & {
|
22
|
-
default: number;
|
23
|
-
};
|
24
|
-
margin: import("vue-types").VueTypeValidableDef<number> & {
|
25
|
-
default: number;
|
26
|
-
} & {
|
27
|
-
default: number;
|
28
|
-
};
|
29
|
-
flex: import("vue-types").VueTypeValidableDef<boolean> & {
|
30
|
-
default: boolean;
|
31
|
-
} & {
|
32
|
-
default: boolean;
|
33
|
-
};
|
34
|
-
extCls: import("vue-types").VueTypeValidableDef<string> & {
|
35
|
-
default: string;
|
36
|
-
};
|
37
|
-
}>> & {
|
38
|
-
[x: string & `on${any}`]: (...args: any[]) => any;
|
39
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "col" | "extCls" | "flex" | "margin" | "gutter">;
|
7
|
+
$props: {
|
8
|
+
[x: `on${Capitalize<any>}`]: (...args: any[]) => any;
|
9
|
+
col?: number;
|
10
|
+
extCls?: string;
|
11
|
+
flex?: boolean;
|
12
|
+
margin?: number;
|
13
|
+
gutter?: number;
|
14
|
+
class?: unknown;
|
15
|
+
style?: unknown;
|
16
|
+
key?: string | number | symbol;
|
17
|
+
ref?: import("vue").VNodeRef;
|
18
|
+
ref_for?: boolean;
|
19
|
+
ref_key?: string;
|
20
|
+
};
|
40
21
|
$attrs: {
|
41
22
|
[x: string]: unknown;
|
42
23
|
};
|
@@ -44,10 +25,10 @@ declare const BkContainer: {
|
|
44
25
|
[x: string]: unknown;
|
45
26
|
};
|
46
27
|
$slots: Readonly<{
|
47
|
-
[name: string]: import("vue").Slot
|
28
|
+
[name: string]: import("vue").Slot<any>;
|
48
29
|
}>;
|
49
|
-
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}
|
50
|
-
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}
|
30
|
+
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
|
31
|
+
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
|
51
32
|
$emit: (event: any, ...args: any[]) => void;
|
52
33
|
$el: any;
|
53
34
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
@@ -75,14 +56,14 @@ declare const BkContainer: {
|
|
75
56
|
default: string;
|
76
57
|
};
|
77
58
|
}>> & {
|
78
|
-
[x:
|
59
|
+
[x: `on${Capitalize<any>}`]: (...args: any[]) => any;
|
79
60
|
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, any[], string, {
|
80
61
|
col: number;
|
81
62
|
extCls: string;
|
82
63
|
flex: boolean;
|
83
64
|
margin: number;
|
84
65
|
gutter: number;
|
85
|
-
}> & {
|
66
|
+
}, {}, string, {}> & {
|
86
67
|
beforeCreate?: (() => void) | (() => void)[];
|
87
68
|
created?: (() => void) | (() => void)[];
|
88
69
|
beforeMount?: (() => void) | (() => void)[];
|
@@ -97,11 +78,11 @@ declare const BkContainer: {
|
|
97
78
|
unmounted?: (() => void) | (() => void)[];
|
98
79
|
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
99
80
|
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
100
|
-
errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}
|
81
|
+
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)[];
|
101
82
|
};
|
102
83
|
$forceUpdate: () => void;
|
103
84
|
$nextTick: typeof import("vue").nextTick;
|
104
|
-
$watch
|
85
|
+
$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;
|
105
86
|
} & Readonly<import("vue").ExtractPropTypes<{
|
106
87
|
col: import("vue-types").VueTypeValidableDef<number> & {
|
107
88
|
default: number;
|
@@ -127,8 +108,8 @@ declare const BkContainer: {
|
|
127
108
|
default: string;
|
128
109
|
};
|
129
110
|
}>> & {
|
130
|
-
[x:
|
131
|
-
} & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} &
|
111
|
+
[x: `on${Capitalize<any>}`]: (...args: any[]) => any;
|
112
|
+
} & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
|
132
113
|
__isFragment?: never;
|
133
114
|
__isTeleport?: never;
|
134
115
|
__isSuspense?: never;
|
@@ -157,17 +138,17 @@ declare const BkContainer: {
|
|
157
138
|
default: string;
|
158
139
|
};
|
159
140
|
}>> & {
|
160
|
-
[x:
|
141
|
+
[x: `on${Capitalize<any>}`]: (...args: any[]) => any;
|
161
142
|
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, any[], any, {
|
162
143
|
col: number;
|
163
144
|
extCls: string;
|
164
145
|
flex: boolean;
|
165
146
|
margin: number;
|
166
147
|
gutter: number;
|
167
|
-
}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("
|
148
|
+
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin<any[]> & Readonly<{
|
168
149
|
Row: import("vue").DefineComponent<{}, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, any[], any, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>> & {
|
169
|
-
[x:
|
170
|
-
}, {}>;
|
150
|
+
[x: `on${Capitalize<any>}`]: (...args: any[]) => any;
|
151
|
+
}, {}, {}>;
|
171
152
|
Col: import("vue").DefineComponent<{
|
172
153
|
span: import("vue-types").VueTypeValidableDef<number> & {
|
173
154
|
default: number;
|
@@ -211,13 +192,13 @@ declare const BkContainer: {
|
|
211
192
|
default: number;
|
212
193
|
};
|
213
194
|
}>> & {
|
214
|
-
[x:
|
195
|
+
[x: `on${Capitalize<any>}`]: (...args: any[]) => any;
|
215
196
|
}, {
|
216
197
|
push: number;
|
217
198
|
span: number;
|
218
199
|
offset: number;
|
219
200
|
pull: number;
|
220
|
-
}>;
|
201
|
+
}, {}>;
|
221
202
|
}>;
|
222
203
|
export default BkContainer;
|
223
204
|
export { BkContainer, Row as BkRow, Col as BkCol, };
|
package/lib/container/row.d.ts
CHANGED
@@ -1,4 +1,4 @@
|
|
1
1
|
declare const _default: import("vue").DefineComponent<{}, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, any[], any, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>> & {
|
2
|
-
[x:
|
3
|
-
}, {}>;
|
2
|
+
[x: `on${Capitalize<any>}`]: (...args: any[]) => any;
|
3
|
+
}, {}, {}>;
|
4
4
|
export default _default;
|
@@ -17,7 +17,7 @@ declare const confirmProps: {
|
|
17
17
|
readonly default: true;
|
18
18
|
};
|
19
19
|
};
|
20
|
-
export
|
20
|
+
export type ConfirmProps = Readonly<ExtractPropTypes<typeof confirmProps>>;
|
21
21
|
declare const _default: import("vue").DefineComponent<{
|
22
22
|
readonly showTime: {
|
23
23
|
readonly type: BooleanConstructor;
|
@@ -67,8 +67,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
67
67
|
"onPick-success"?: (...args: any[]) => any;
|
68
68
|
"onPick-toggle-time"?: (...args: any[]) => any;
|
69
69
|
}, {
|
70
|
-
clearable: boolean;
|
71
|
-
isTime: boolean;
|
72
|
-
timeDisabled: boolean;
|
73
|
-
}>;
|
70
|
+
readonly clearable: boolean;
|
71
|
+
readonly isTime: boolean;
|
72
|
+
readonly timeDisabled: boolean;
|
73
|
+
}, {}>;
|
74
74
|
export default _default;
|
@@ -27,7 +27,7 @@ declare const dateTableProps: {
|
|
27
27
|
readonly required: true;
|
28
28
|
};
|
29
29
|
};
|
30
|
-
export
|
30
|
+
export type DateTableProps = Readonly<ExtractPropTypes<typeof dateTableProps>>;
|
31
31
|
declare const _default: import("vue").DefineComponent<{
|
32
32
|
readonly tableDate: {
|
33
33
|
readonly type: DateConstructor;
|
@@ -91,6 +91,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
91
91
|
"onPick-click"?: (...args: any[]) => any;
|
92
92
|
onChangeRange?: (...args: any[]) => any;
|
93
93
|
}, {
|
94
|
-
rangeState: Record<string, any>;
|
95
|
-
}>;
|
94
|
+
readonly rangeState: Record<string, any>;
|
95
|
+
}, {}>;
|
96
96
|
export default _default;
|
@@ -34,7 +34,7 @@ declare const monthTableProps: {
|
|
34
34
|
readonly default: () => string;
|
35
35
|
};
|
36
36
|
};
|
37
|
-
export
|
37
|
+
export type MonthTableProps = Readonly<ExtractPropTypes<typeof monthTableProps>>;
|
38
38
|
declare const _default: import("vue").DefineComponent<{
|
39
39
|
readonly tableDate: {
|
40
40
|
readonly type: DateConstructor;
|
@@ -111,7 +111,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
111
111
|
"onPick-click"?: (...args: any[]) => any;
|
112
112
|
"onChange-range"?: (...args: any[]) => any;
|
113
113
|
}, {
|
114
|
-
cellClass: Function;
|
115
|
-
rangeState: Record<string, any>;
|
116
|
-
}>;
|
114
|
+
readonly cellClass: Function;
|
115
|
+
readonly rangeState: Record<string, any>;
|
116
|
+
}, {}>;
|
117
117
|
export default _default;
|
@@ -20,7 +20,7 @@ declare const pickerDropdownProps: {
|
|
20
20
|
};
|
21
21
|
readonly onClick: PropType<(e: MouseEvent) => void>;
|
22
22
|
};
|
23
|
-
export
|
23
|
+
export type PickerDropdownProps = Readonly<ExtractPropTypes<typeof pickerDropdownProps>>;
|
24
24
|
declare const _default: import("vue").DefineComponent<{
|
25
25
|
readonly placement: {
|
26
26
|
readonly type: PropType<import("@popperjs/core").ComputedPlacement>;
|
@@ -68,7 +68,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
68
68
|
}>> & {
|
69
69
|
onChangeVisible?: (...args: any[]) => any;
|
70
70
|
}, {
|
71
|
-
placement: import("@popperjs/core").ComputedPlacement;
|
72
|
-
appendToBody: boolean;
|
73
|
-
}>;
|
71
|
+
readonly placement: import("@popperjs/core").ComputedPlacement;
|
72
|
+
readonly appendToBody: boolean;
|
73
|
+
}, {}>;
|
74
74
|
export default _default;
|
@@ -21,7 +21,7 @@ declare const timeSpinnerProps: {
|
|
21
21
|
default: () => any[];
|
22
22
|
};
|
23
23
|
};
|
24
|
-
export
|
24
|
+
export type TimeSpinnerProps = Readonly<ExtractPropTypes<typeof timeSpinnerProps>>;
|
25
25
|
declare const _default: import("vue").DefineComponent<{
|
26
26
|
disabledHours: {
|
27
27
|
readonly type: ArrayConstructor;
|
@@ -166,5 +166,5 @@ declare const _default: import("vue").DefineComponent<{
|
|
166
166
|
minutes: string | number;
|
167
167
|
seconds: string | number;
|
168
168
|
showSeconds: boolean;
|
169
|
-
}>;
|
169
|
+
}, {}>;
|
170
170
|
export default _default;
|