bkui-vue 2.0.1-beta.1 → 2.0.1-beta.10
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 +166 -166
- package/dist/index.esm.js +31973 -31924
- package/dist/index.umd.js +166 -166
- package/dist/style.css +1 -1
- package/dist/style.variable.css +1 -1
- package/lib/affix/index.js +7 -7
- package/lib/alert/alert.d.ts +5 -5
- package/lib/alert/index.d.ts +11 -11
- package/lib/backtop/backtop.d.ts +1 -1
- package/lib/backtop/index.d.ts +3 -3
- package/lib/backtop/index.js +6 -6
- package/lib/badge/index.js +1 -1
- package/lib/button/button.d.ts +7 -7
- package/lib/button/index.d.ts +8 -8
- package/lib/button/index.js +6 -6
- package/lib/cascader/cascader-panel.d.ts +1 -1
- package/lib/cascader/cascader.css +3 -3
- package/lib/cascader/cascader.d.ts +1 -1
- package/lib/cascader/cascader.less +4 -4
- package/lib/cascader/cascader.variable.css +3 -3
- package/lib/cascader/index.js +35 -36
- package/lib/cascader/interface.d.ts +1 -1
- package/lib/checkbox/index.js +3 -3
- package/lib/checkbox/type.d.ts +1 -1
- package/lib/code-diff/index.js +8 -8
- package/lib/collapse/index.js +2 -2
- package/lib/collapse/utils.d.ts +2 -2
- package/lib/color-picker/color-picker.css +3 -3
- package/lib/color-picker/color-picker.less +3 -3
- package/lib/color-picker/color-picker.variable.css +3 -3
- package/lib/color-picker/index.js +45 -45
- package/lib/components.d.ts +32 -32
- package/lib/components.js +31 -31
- package/lib/config-provider/index.d.ts +1 -1
- package/lib/container/index.js +6 -6
- package/lib/date-picker/base/date-table.d.ts +1 -1
- package/lib/date-picker/base/month-table.d.ts +1 -1
- package/lib/date-picker/base/picker-dropdown.d.ts +1 -1
- package/lib/date-picker/base/year-table.d.ts +3 -3
- package/lib/date-picker/index.js +291 -213
- package/lib/date-picker/interface.d.ts +9 -9
- package/lib/date-picker/panel/date-range.d.ts +2 -64
- package/lib/date-picker/panel/date.d.ts +1 -1
- package/lib/date-picker/panel/time-range.d.ts +1 -1
- package/lib/date-picker/panel/time.d.ts +1 -1
- package/lib/date-picker/props.d.ts +1 -1
- package/lib/date-picker/utils.d.ts +5 -1
- package/lib/dialog/dialog.css +0 -4
- package/lib/dialog/dialog.d.ts +18 -18
- package/lib/dialog/dialog.variable.css +0 -4
- package/lib/dialog/index.d.ts +40 -40
- package/lib/dialog/index.js +22 -22
- package/lib/dialog/props.d.ts +7 -7
- package/lib/directives/index.d.ts +3 -3
- package/lib/directives/index.js +166 -166
- package/lib/directives/tooltips.d.ts +1 -1
- package/lib/dist.index.js +2 -2
- package/lib/divider/divider.d.ts +5 -5
- package/lib/divider/index.d.ts +11 -11
- package/lib/divider/index.js +2 -2
- package/lib/divider/props.d.ts +2 -2
- package/lib/dropdown/dropdown.d.ts +5 -5
- package/lib/dropdown/index.d.ts +11 -11
- package/lib/dropdown/index.js +7 -7
- package/lib/exception/exception.d.ts +9 -9
- package/lib/exception/index.d.ts +11 -11
- package/lib/exception/index.js +10 -10
- package/lib/exception/typings/index.d.ts +1 -1
- package/lib/fixed-navbar/index.js +2 -2
- package/lib/form/form.d.ts +2 -2
- package/lib/form/index.js +14 -14
- package/lib/form/type.d.ts +2 -2
- package/lib/icon/index.d.ts +11 -11
- package/lib/icon/index.js +11 -11
- package/lib/image/image-viewer.d.ts +1 -1
- package/lib/image/index.js +20 -20
- package/lib/index.d.ts +3 -3
- package/lib/index.js +3 -3
- package/lib/info-box/index.js +14 -14
- package/lib/info-box/info-box.d.ts +15 -15
- package/lib/input/index.d.ts +15 -15
- package/lib/input/index.js +16 -16
- package/lib/input/input.d.ts +15 -15
- package/lib/link/index.d.ts +11 -11
- package/lib/link/index.js +3 -3
- package/lib/link/link.d.ts +5 -5
- package/lib/loading/index.d.ts +4 -4
- package/lib/loading/index.js +6 -6
- package/lib/loading/loading.d.ts +6 -6
- package/lib/locale/index.d.ts +1 -1
- package/lib/menu/index.js +0 -1
- package/lib/menu/utils.d.ts +3 -3
- package/lib/message/index.js +18 -18
- package/lib/message/messageConstructor.d.ts +11 -11
- package/lib/modal/index.d.ts +3 -3
- package/lib/modal/index.js +7 -7
- package/lib/modal/modal.css +0 -4
- package/lib/modal/modal.d.ts +1 -1
- package/lib/modal/modal.less +0 -5
- package/lib/modal/modal.variable.css +0 -4
- package/lib/navigation/index.js +20 -20
- package/lib/navigation/navigation.d.ts +1 -1
- package/lib/notify/index.js +4 -4
- package/lib/overflow-title/components/overflow-title.d.ts +9 -9
- package/lib/overflow-title/index.d.ts +19 -19
- package/lib/overflow-title/index.js +61 -11
- package/lib/overflow-title/props.d.ts +18 -18
- package/lib/pagination/index.js +16 -16
- package/lib/pagination/type.d.ts +1 -1
- package/lib/pagination/use-limit.d.ts +1 -1
- package/lib/pagination/use-total.d.ts +1 -1
- package/lib/plugin-popover/index.js +18 -19
- package/lib/pop-confirm/index.js +9 -9
- package/lib/pop-confirm/props.d.ts +2 -2
- package/lib/popover/const.d.ts +3 -3
- package/lib/popover/index.d.ts +19 -19
- package/lib/popover/index.js +18 -19
- 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/process/index.js +3 -3
- package/lib/progress/index.d.ts +11 -11
- package/lib/progress/index.js +10 -10
- package/lib/progress/progress.d.ts +7 -7
- package/lib/radio/index.js +18 -23
- package/lib/radio/type.d.ts +1 -1
- package/lib/rate/index.js +8 -8
- package/lib/rate/rate.css +27 -0
- package/lib/rate/rate.less +33 -0
- package/lib/rate/rate.variable.css +27 -0
- package/lib/resize-layout/index.d.ts +11 -11
- package/lib/resize-layout/index.js +7 -8
- package/lib/resize-layout/resize-layout.d.ts +5 -5
- package/lib/scrollbar/index.js +0 -1
- package/lib/scrollbar/scrollbar-core/index.d.ts +9 -9
- package/lib/search-select/index.js +66 -66
- package/lib/search-select/menu.d.ts +1 -1
- package/lib/search-select/selected.d.ts +1 -1
- package/lib/search-select/utils.d.ts +3 -3
- package/lib/select/index.d.ts +61 -61
- package/lib/select/index.js +69 -73
- package/lib/select/option.d.ts +1 -1
- package/lib/select/select.css +1 -2
- package/lib/select/select.d.ts +24 -24
- package/lib/select/select.less +1 -2
- package/lib/select/select.variable.css +1 -2
- package/lib/select/selectTagInput.d.ts +6 -6
- package/lib/select/type.d.ts +2 -2
- package/lib/shared/index.d.ts +1 -1
- package/lib/shared/index.js +38 -46
- package/lib/shared/popover.d.ts +3 -3
- package/lib/shared/token.d.ts +1 -1
- package/lib/shared/vue-types.d.ts +46 -46
- package/lib/shared/z-index-manager.d.ts +6 -6
- package/lib/sideslider/index.d.ts +3 -3
- package/lib/sideslider/index.js +11 -11
- package/lib/sideslider/sideslider.d.ts +1 -1
- package/lib/slider/index.js +21 -23
- package/lib/steps/index.d.ts +11 -11
- package/lib/steps/index.js +3 -3
- package/lib/steps/steps.d.ts +7 -7
- package/lib/styles/index.d.ts +0 -1
- package/lib/swiper/index.js +5 -5
- package/lib/switcher/index.js +2 -2
- package/lib/switcher/switcher.d.ts +2 -2
- package/lib/tab/index.d.ts +22 -22
- package/lib/tab/index.js +15 -15
- package/lib/tab/props.d.ts +15 -15
- package/lib/tab/tab-nav.d.ts +10 -10
- package/lib/tab/tab.d.ts +10 -10
- package/lib/table/components/table-column.d.ts +27 -87
- package/lib/table/const.d.ts +8 -8
- package/lib/table/events.d.ts +21 -21
- package/lib/table/index.d.ts +194 -244
- package/lib/table/index.js +164 -142
- package/lib/table/plugins/use-shift-key.d.ts +2 -0
- package/lib/table/props.d.ts +34 -34
- package/lib/table/table.d.ts +47 -47
- package/lib/table/use-attributes.d.ts +3 -3
- package/lib/table/use-column.d.ts +9 -129
- package/lib/table/use-common.d.ts +4 -4
- package/lib/table/utils.d.ts +5 -5
- package/lib/table-column/index.d.ts +42 -172
- package/lib/table-column/index.js +19 -19
- package/lib/tag/index.d.ts +11 -11
- package/lib/tag/index.js +2 -2
- package/lib/tag/tag.d.ts +5 -5
- package/lib/tag-input/common.d.ts +1 -1
- package/lib/tag-input/index.d.ts +8 -8
- package/lib/tag-input/index.js +30 -30
- package/lib/tag-input/tag-input.d.ts +4 -4
- package/lib/tag-input/tag-props.d.ts +2 -2
- package/lib/timeline/index.js +2 -2
- package/lib/transfer/const.d.ts +2 -2
- package/lib/transfer/index.js +19 -19
- package/lib/transfer/transfer.css +9 -9
- package/lib/transfer/transfer.less +3 -3
- package/lib/transfer/transfer.variable.css +9 -9
- package/lib/tree/constant.d.ts +20 -20
- package/lib/tree/index.d.ts +20 -20
- package/lib/tree/index.js +48 -48
- package/lib/tree/props.d.ts +6 -6
- package/lib/tree/tree.d.ts +6 -6
- package/lib/tree/tree.less +1 -1
- package/lib/tree/use-empty.d.ts +1 -1
- package/lib/tree/use-node-action.d.ts +2 -2
- package/lib/tree/use-search.d.ts +1 -1
- package/lib/tree/util.d.ts +1 -1
- package/lib/upload/index.js +41 -35
- package/lib/upload/props.d.ts +1 -1
- package/lib/upload/upload.type.d.ts +7 -7
- package/lib/upload/use-file-handler.d.ts +1 -1
- package/package.json +13 -49
- package/lib/rate/star.css +0 -27
- package/lib/rate/star.less +0 -34
- package/lib/rate/star.variable.css +0 -156
package/lib/components.d.ts
CHANGED
@@ -1,65 +1,65 @@
|
|
1
|
+
export { default as Affix } from './affix';
|
1
2
|
export { default as Alert } from './alert';
|
2
3
|
export { default as AnimateNumber } from './animate-number';
|
3
|
-
export { default as Affix } from './affix';
|
4
4
|
export { default as Backtop } from './backtop';
|
5
5
|
export { default as Badge } from './badge';
|
6
6
|
export { default as Breadcrumb } from './breadcrumb';
|
7
7
|
export { default as Button } from './button';
|
8
8
|
export { default as Card } from './card';
|
9
|
+
export { default as Cascader } from './cascader';
|
9
10
|
export { default as Checkbox } from './checkbox';
|
11
|
+
export { default as CodeDiff } from './code-diff';
|
10
12
|
export type { CollapseProps, CollapsePanelProps } from './collapse';
|
11
13
|
export { default as Collapse } from './collapse';
|
14
|
+
export { default as ColorPicker } from './color-picker';
|
15
|
+
export { default as ConfigProvider } from './config-provider';
|
16
|
+
export { default as Container } from './container';
|
17
|
+
export { default as containerProps } from './container';
|
18
|
+
export { default as DatePicker } from './date-picker';
|
12
19
|
export { default as Dialog } from './dialog';
|
20
|
+
export { default as Divider } from './divider';
|
21
|
+
export { default as Dropdown } from './dropdown';
|
13
22
|
export { default as Exception } from './exception';
|
14
23
|
export { default as FixedNavbar } from './fixed-navbar';
|
24
|
+
export { default as Form } from './form';
|
25
|
+
export { default as InfoBox } from './info-box';
|
15
26
|
export { default as Input } from './input';
|
16
27
|
export { default as Link } from './link';
|
17
28
|
export { default as Loading } from './loading';
|
29
|
+
export { default as Menu } from './menu';
|
30
|
+
export { default as Message } from './message';
|
18
31
|
export { default as Modal } from './modal';
|
32
|
+
export { default as Navigation } from './navigation';
|
33
|
+
export { default as Notify } from './notify';
|
34
|
+
export { default as OverflowTitle } from './overflow-title';
|
35
|
+
export { default as Pagination } from './pagination';
|
36
|
+
export { default as $bkPopover } from './plugin-popover';
|
37
|
+
export { default as PopConfirm } from './pop-confirm';
|
19
38
|
export { default as Popover } from './popover';
|
20
39
|
export { default as Popover2 } from './popover2';
|
40
|
+
export { default as Process } from './process';
|
21
41
|
export { default as Progress } from './progress';
|
22
42
|
export { default as Radio } from './radio';
|
23
43
|
export { default as Rate } from './rate';
|
24
|
-
export { default as
|
44
|
+
export { default as ResizeLayout } from './resize-layout';
|
45
|
+
export { default as scrollbar } from './scrollbar';
|
46
|
+
export { default as SearchSelect } from './search-select';
|
25
47
|
export { default as Select } from './select';
|
26
48
|
export { default as Sideslider } from './sideslider';
|
49
|
+
export { default as Slider } from './slider';
|
27
50
|
export { default as Steps } from './steps';
|
51
|
+
export { default as Swiper } from './swiper';
|
28
52
|
export { default as Switcher } from './switcher';
|
53
|
+
export type { TabProps, TabPanelProps } from './tab';
|
54
|
+
export { default as Tab } from './tab';
|
29
55
|
export type { TableSettings, TableIColumn, TableProps } from './table';
|
30
56
|
export { default as Table } from './table';
|
31
57
|
export { default as Tag } from './tag';
|
32
58
|
export { default as TagInput } from './tag-input';
|
33
|
-
export { default as
|
34
|
-
export type { TabProps, TabPanelProps } from './tab';
|
35
|
-
export { default as Tab } from './tab';
|
36
|
-
export { default as Message } from './message';
|
37
|
-
export { default as InfoBox } from './info-box';
|
38
|
-
export { default as Notify } from './notify';
|
39
|
-
export { default as Menu } from './menu';
|
40
|
-
export { default as Navigation } from './navigation';
|
41
|
-
export { default as DatePicker } from './date-picker';
|
42
|
-
export { default as Transfer } from './transfer';
|
43
|
-
export { default as Tree } from './tree';
|
44
|
-
export { default as VirtualRender } from './virtual-render';
|
45
|
-
export { default as Form } from './form';
|
46
|
-
export { default as Pagination } from './pagination';
|
47
|
-
export { default as Container } from './container';
|
48
|
-
export { default as containerProps } from './container';
|
49
|
-
export { default as Dropdown } from './dropdown';
|
50
|
-
export { default as Cascader } from './cascader';
|
51
|
-
export { default as Slider } from './slider';
|
52
|
-
export { default as ResizeLayout } from './resize-layout';
|
59
|
+
export { default as TimePicker } from './time-picker';
|
53
60
|
export { default as TimeLine } from './timeline';
|
54
61
|
export { default as Timeline } from './timeline';
|
55
|
-
export { default as
|
62
|
+
export { default as Transfer } from './transfer';
|
63
|
+
export { default as Tree } from './tree';
|
56
64
|
export { default as Upload } from './upload';
|
57
|
-
export { default as
|
58
|
-
export { default as ColorPicker } from './color-picker';
|
59
|
-
export { default as TimePicker } from './time-picker';
|
60
|
-
export { default as SearchSelect } from './search-select';
|
61
|
-
export { default as OverflowTitle } from './overflow-title';
|
62
|
-
export { default as $bkPopover } from './plugin-popover';
|
63
|
-
export { default as ConfigProvider } from './config-provider';
|
64
|
-
export { default as PopConfirm } from './pop-confirm';
|
65
|
-
export { default as scrollbar } from './scrollbar';
|
65
|
+
export { default as VirtualRender } from './virtual-render';
|
package/lib/components.js
CHANGED
@@ -23,65 +23,65 @@
|
|
23
23
|
* CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
|
24
24
|
* IN THE SOFTWARE.
|
25
25
|
*/
|
26
|
+
export { default as Affix } from './affix';
|
26
27
|
export { default as Alert } from './alert';
|
27
28
|
export { default as AnimateNumber } from './animate-number';
|
28
|
-
export { default as Affix } from './affix';
|
29
29
|
export { default as Backtop } from './backtop';
|
30
30
|
export { default as Badge } from './badge';
|
31
31
|
export { default as Breadcrumb } from './breadcrumb';
|
32
32
|
export { default as Button } from './button';
|
33
33
|
export { default as Card } from './card';
|
34
|
+
export { default as Cascader } from './cascader';
|
34
35
|
export { default as Checkbox } from './checkbox';
|
36
|
+
export { default as CodeDiff } from './code-diff';
|
35
37
|
export { default as Collapse } from './collapse';
|
38
|
+
export { default as ColorPicker } from './color-picker';
|
39
|
+
export { default as ConfigProvider } from './config-provider';
|
40
|
+
export { default as Container } from './container';
|
41
|
+
export { default as containerProps } from './container';
|
42
|
+
export { default as DatePicker } from './date-picker';
|
36
43
|
export { default as Dialog } from './dialog';
|
44
|
+
export { default as Divider } from './divider';
|
45
|
+
export { default as Dropdown } from './dropdown';
|
37
46
|
export { default as Exception } from './exception';
|
38
47
|
export { default as FixedNavbar } from './fixed-navbar';
|
48
|
+
export { default as Form } from './form';
|
49
|
+
export { default as InfoBox } from './info-box';
|
39
50
|
export { default as Input } from './input';
|
40
51
|
export { default as Link } from './link';
|
41
52
|
export { default as Loading } from './loading';
|
53
|
+
export { default as Menu } from './menu';
|
54
|
+
export { default as Message } from './message';
|
42
55
|
export { default as Modal } from './modal';
|
56
|
+
export { default as Navigation } from './navigation';
|
57
|
+
export { default as Notify } from './notify';
|
58
|
+
export { default as OverflowTitle } from './overflow-title';
|
59
|
+
export { default as Pagination } from './pagination';
|
60
|
+
export { default as $bkPopover } from './plugin-popover';
|
61
|
+
export { default as PopConfirm } from './pop-confirm';
|
43
62
|
export { default as Popover } from './popover';
|
44
63
|
export { default as Popover2 } from './popover2';
|
64
|
+
export { default as Process } from './process';
|
45
65
|
export { default as Progress } from './progress';
|
46
66
|
export { default as Radio } from './radio';
|
47
67
|
export { default as Rate } from './rate';
|
48
|
-
export { default as
|
68
|
+
export { default as ResizeLayout } from './resize-layout';
|
69
|
+
export { default as scrollbar } from './scrollbar';
|
70
|
+
export { default as SearchSelect } from './search-select';
|
49
71
|
export { default as Select } from './select';
|
50
72
|
export { default as Sideslider } from './sideslider';
|
73
|
+
export { default as Slider } from './slider';
|
51
74
|
export { default as Steps } from './steps';
|
75
|
+
export { default as Swiper } from './swiper';
|
52
76
|
export { default as Switcher } from './switcher';
|
77
|
+
export { default as Tab } from './tab';
|
53
78
|
export { default as Table } from './table';
|
54
79
|
export { default as Tag } from './tag';
|
55
80
|
export { default as TagInput } from './tag-input';
|
56
|
-
export { default as
|
57
|
-
export { default as Tab } from './tab';
|
58
|
-
export { default as Message } from './message';
|
59
|
-
export { default as InfoBox } from './info-box';
|
60
|
-
export { default as Notify } from './notify';
|
61
|
-
export { default as Menu } from './menu';
|
62
|
-
export { default as Navigation } from './navigation';
|
63
|
-
export { default as DatePicker } from './date-picker';
|
64
|
-
export { default as Transfer } from './transfer';
|
65
|
-
export { default as Tree } from './tree';
|
66
|
-
export { default as VirtualRender } from './virtual-render';
|
67
|
-
export { default as Form } from './form';
|
68
|
-
export { default as Pagination } from './pagination';
|
69
|
-
export { default as Container } from './container';
|
70
|
-
export { default as containerProps } from './container';
|
71
|
-
export { default as Dropdown } from './dropdown';
|
72
|
-
export { default as Cascader } from './cascader';
|
73
|
-
export { default as Slider } from './slider';
|
74
|
-
export { default as ResizeLayout } from './resize-layout';
|
81
|
+
export { default as TimePicker } from './time-picker';
|
75
82
|
export { default as TimeLine } from './timeline'; // 兼容以往版本
|
76
83
|
export { default as Timeline } from './timeline';
|
77
|
-
export { default as
|
84
|
+
export { default as Transfer } from './transfer';
|
85
|
+
export { default as Tree } from './tree';
|
78
86
|
export { default as Upload } from './upload';
|
79
|
-
export { default as
|
80
|
-
export { default as ColorPicker } from './color-picker';
|
81
|
-
export { default as TimePicker } from './time-picker';
|
82
|
-
export { default as SearchSelect } from './search-select';
|
83
|
-
export { default as OverflowTitle } from './overflow-title';
|
84
|
-
export { default as $bkPopover } from './plugin-popover';
|
85
|
-
export { default as ConfigProvider } from './config-provider';
|
86
|
-
export { default as PopConfirm } from './pop-confirm';
|
87
|
-
export { default as scrollbar } from './scrollbar';
|
87
|
+
export { default as VirtualRender } from './virtual-render';
|
@@ -621,7 +621,7 @@ declare const BkConfigProvider: {
|
|
621
621
|
prefix: string;
|
622
622
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin<any[]>;
|
623
623
|
export default BkConfigProvider;
|
624
|
+
export type { ConfigProviderProps } from './config-provider';
|
624
625
|
export * from './use-global-config';
|
625
626
|
export * from './use-locale';
|
626
627
|
export * from './use-prefix';
|
627
|
-
export type { ConfigProviderProps } from './config-provider';
|
package/lib/container/index.js
CHANGED
@@ -155,8 +155,8 @@ var colProps = {
|
|
155
155
|
return function () {
|
156
156
|
var _ctx$slots$default, _ctx$slots;
|
157
157
|
return (0,external_vue_namespaceObject.createVNode)("div", {
|
158
|
-
"
|
159
|
-
"
|
158
|
+
"style": style.value,
|
159
|
+
"class": "".concat(resolveClassName('grid-col'))
|
160
160
|
}, [(_ctx$slots$default = (_ctx$slots = ctx.slots)["default"]) === null || _ctx$slots$default === void 0 ? void 0 : _ctx$slots$default.call(_ctx$slots)]);
|
161
161
|
};
|
162
162
|
}
|
@@ -233,8 +233,8 @@ var containerProps = {
|
|
233
233
|
return function () {
|
234
234
|
var _ctx$slots$default, _ctx$slots;
|
235
235
|
return (0,external_vue_namespaceObject.createVNode)("div", {
|
236
|
-
"
|
237
|
-
"
|
236
|
+
"style": style.value,
|
237
|
+
"class": classes.value
|
238
238
|
}, [(_ctx$slots$default = (_ctx$slots = ctx.slots)["default"]) === null || _ctx$slots$default === void 0 ? void 0 : _ctx$slots$default.call(_ctx$slots)]);
|
239
239
|
};
|
240
240
|
}
|
@@ -344,8 +344,8 @@ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t =
|
|
344
344
|
return function () {
|
345
345
|
var _ctx$slots$default, _ctx$slots;
|
346
346
|
return (0,external_vue_namespaceObject.createVNode)("div", {
|
347
|
-
"
|
348
|
-
"
|
347
|
+
"style": style.value,
|
348
|
+
"class": "".concat(resolveClassName('grid-row'))
|
349
349
|
}, [(_ctx$slots$default = (_ctx$slots = ctx.slots)["default"]) === null || _ctx$slots$default === void 0 ? void 0 : _ctx$slots$default.call(_ctx$slots)]);
|
350
350
|
};
|
351
351
|
}
|
@@ -1,6 +1,6 @@
|
|
1
|
-
import type { ExtractPropTypes } from 'vue';
|
2
1
|
import { PropType } from 'vue';
|
3
2
|
import type { DatePickerValueType, DisabledDateType } from '../interface';
|
3
|
+
import type { ExtractPropTypes } from 'vue';
|
4
4
|
declare const dateTableProps: {
|
5
5
|
readonly tableDate: {
|
6
6
|
readonly type: DateConstructor;
|
@@ -1,6 +1,6 @@
|
|
1
|
-
import type { ExtractPropTypes } from 'vue';
|
2
1
|
import { PropType } from 'vue';
|
3
2
|
import type { DatePickerValueType } from '../interface';
|
3
|
+
import type { ExtractPropTypes } from 'vue';
|
4
4
|
declare const monthTableProps: {
|
5
5
|
readonly tableDate: {
|
6
6
|
readonly type: DateConstructor;
|
@@ -1,6 +1,6 @@
|
|
1
|
-
import type { ExtractPropTypes } from 'vue';
|
2
1
|
import { PropType } from 'vue';
|
3
2
|
import type { DatePickerValueType } from '../interface';
|
3
|
+
import type { ExtractPropTypes } from 'vue';
|
4
4
|
declare const yearTableProps: {
|
5
5
|
readonly tableDate: {
|
6
6
|
readonly type: DateConstructor;
|
@@ -75,7 +75,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
75
75
|
handleClick: (cell: any) => void;
|
76
76
|
handleMouseMove: (cell: any) => void;
|
77
77
|
resolveClassName: (cls: string) => string;
|
78
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("pick" | "pick-click" | "
|
78
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("pick" | "pick-click" | "changeRange")[], "pick" | "pick-click" | "changeRange", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<ExtractPropTypes<{
|
79
79
|
readonly tableDate: {
|
80
80
|
readonly type: DateConstructor;
|
81
81
|
readonly required: true;
|
@@ -110,7 +110,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
110
110
|
}>> & {
|
111
111
|
onPick?: (...args: any[]) => any;
|
112
112
|
"onPick-click"?: (...args: any[]) => any;
|
113
|
-
|
113
|
+
onChangeRange?: (...args: any[]) => any;
|
114
114
|
}, {
|
115
115
|
readonly rangeState: Record<string, any>;
|
116
116
|
readonly cellClass: Function;
|