@oinone/kunlun-vue-ui-antd 6.2.0
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/README.md +1 -0
- package/dist/oinone-kunlun-vue-ui-antd.css +1 -0
- package/dist/oinone-kunlun-vue-ui-antd.esm.js +16 -0
- package/dist/oinone-kunlun-vue-ui-antd.scss +1 -0
- package/dist/types/index.d.ts +3 -0
- package/dist/types/src/component/index.d.ts +31 -0
- package/dist/types/src/component/oio-block/index.d.ts +3 -0
- package/dist/types/src/component/oio-block/oio-block.vue.d.ts +39 -0
- package/dist/types/src/component/oio-block/oio-col.vue.d.ts +86 -0
- package/dist/types/src/component/oio-block/oio-row.vue.d.ts +34 -0
- package/dist/types/src/component/oio-breadcrumb/index.d.ts +2 -0
- package/dist/types/src/component/oio-breadcrumb/oio-breadcrumb-item.vue.d.ts +14 -0
- package/dist/types/src/component/oio-breadcrumb/oio-breadcrumb.vue.d.ts +14 -0
- package/dist/types/src/component/oio-button/index.d.ts +1 -0
- package/dist/types/src/component/oio-button/oio-button.vue.d.ts +136 -0
- package/dist/types/src/component/oio-cascader/index.d.ts +1 -0
- package/dist/types/src/component/oio-cascader/oio-cascader.vue.d.ts +236 -0
- package/dist/types/src/component/oio-checkbox/index.d.ts +1 -0
- package/dist/types/src/component/oio-checkbox/oio-checkbox.vue.d.ts +56 -0
- package/dist/types/src/component/oio-collapse/index.d.ts +2 -0
- package/dist/types/src/component/oio-collapse/oio-collapse-panel.vue.d.ts +86 -0
- package/dist/types/src/component/oio-collapse/oio-collapse.vue.d.ts +103 -0
- package/dist/types/src/component/oio-date-time-picker/index.d.ts +5 -0
- package/dist/types/src/component/oio-date-time-picker/oio-date-picker.vue.d.ts +182 -0
- package/dist/types/src/component/oio-date-time-picker/oio-date-time-picker.vue.d.ts +240 -0
- package/dist/types/src/component/oio-date-time-picker/oio-time-picker.vue.d.ts +176 -0
- package/dist/types/src/component/oio-date-time-picker/oio-year-picker.vue.d.ts +139 -0
- package/dist/types/src/component/oio-date-time-picker/use-date-time-picker-props.d.ts +15 -0
- package/dist/types/src/component/oio-date-time-range-picker/index.d.ts +5 -0
- package/dist/types/src/component/oio-date-time-range-picker/oio-date-range-picker.vue.d.ts +139 -0
- package/dist/types/src/component/oio-date-time-range-picker/oio-date-time-range-picker.vue.d.ts +195 -0
- package/dist/types/src/component/oio-date-time-range-picker/oio-time-range-picker.vue.d.ts +139 -0
- package/dist/types/src/component/oio-date-time-range-picker/oio-year-range-picker.vue.d.ts +124 -0
- package/dist/types/src/component/oio-date-time-range-picker/use-date-time-range-picker-props.d.ts +12 -0
- package/dist/types/src/component/oio-divider/index.d.ts +2 -0
- package/dist/types/src/component/oio-divider/oio-divider.vue.d.ts +38 -0
- package/dist/types/src/component/oio-drawer/index.d.ts +1 -0
- package/dist/types/src/component/oio-drawer/oio-drawer.vue.d.ts +227 -0
- package/dist/types/src/component/oio-dropdown/index.d.ts +1 -0
- package/dist/types/src/component/oio-dropdown/oio-dropdown.vue.d.ts +78 -0
- package/dist/types/src/component/oio-empty/index.d.ts +1 -0
- package/dist/types/src/component/oio-empty/oio-empty-data.vue.d.ts +42 -0
- package/dist/types/src/component/oio-form/index.d.ts +2 -0
- package/dist/types/src/component/oio-form/oio-form-item.vue.d.ts +126 -0
- package/dist/types/src/component/oio-form/oio-form.vue.d.ts +100 -0
- package/dist/types/src/component/oio-gallery/index.d.ts +1 -0
- package/dist/types/src/component/oio-gallery/oio-gallery.vue.d.ts +98 -0
- package/dist/types/src/component/oio-group/index.d.ts +2 -0
- package/dist/types/src/component/oio-group/oio-group-help.vue.d.ts +65 -0
- package/dist/types/src/component/oio-group/oio-group.vue.d.ts +113 -0
- package/dist/types/src/component/oio-inner-popup/index.d.ts +1 -0
- package/dist/types/src/component/oio-inner-popup/oio-inner-popup.vue.d.ts +195 -0
- package/dist/types/src/component/oio-input/index.d.ts +5 -0
- package/dist/types/src/component/oio-input/oio-input-group.vue.d.ts +16 -0
- package/dist/types/src/component/oio-input/oio-input-number.vue.d.ts +167 -0
- package/dist/types/src/component/oio-input/oio-input-password.vue.d.ts +111 -0
- package/dist/types/src/component/oio-input/oio-input-search.vue.d.ts +106 -0
- package/dist/types/src/component/oio-input/oio-input.vue.d.ts +107 -0
- package/dist/types/src/component/oio-modal/index.d.ts +1 -0
- package/dist/types/src/component/oio-modal/oio-modal.vue.d.ts +230 -0
- package/dist/types/src/component/oio-notification/index.d.ts +116 -0
- package/dist/types/src/component/oio-pagination/index.d.ts +1 -0
- package/dist/types/src/component/oio-pagination/oio-pagination.vue.d.ts +107 -0
- package/dist/types/src/component/oio-popconfirm/index.d.ts +1 -0
- package/dist/types/src/component/oio-popconfirm/oio-popconfirm.vue.d.ts +119 -0
- package/dist/types/src/component/oio-select/index.d.ts +1 -0
- package/dist/types/src/component/oio-select/oio-select.vue.d.ts +153 -0
- package/dist/types/src/component/oio-slider/index.d.ts +1 -0
- package/dist/types/src/component/oio-slider/oio-slider.vue.d.ts +155 -0
- package/dist/types/src/component/oio-spin/index.d.ts +1 -0
- package/dist/types/src/component/oio-spin/oio-spin.vue.d.ts +54 -0
- package/dist/types/src/component/oio-switch/index.d.ts +1 -0
- package/dist/types/src/component/oio-switch/oio-switch.vue.d.ts +92 -0
- package/dist/types/src/component/oio-tabs/index.d.ts +3 -0
- package/dist/types/src/component/oio-tabs/oio-tab.vue.d.ts +67 -0
- package/dist/types/src/component/oio-tabs/oio-tabs.vue.d.ts +93 -0
- package/dist/types/src/component/oio-tabs/use-tab-bar.d.ts +5 -0
- package/dist/types/src/component/oio-textarea/index.d.ts +1 -0
- package/dist/types/src/component/oio-textarea/oio-textarea.vue.d.ts +100 -0
- package/dist/types/src/component/oio-tooltip/index.d.ts +2 -0
- package/dist/types/src/component/oio-tooltip/oio-tooltip-help.vue.d.ts +12 -0
- package/dist/types/src/component/oio-tooltip/oio-tooltip.vue.d.ts +76 -0
- package/dist/types/src/component/oio-tree/index.d.ts +1 -0
- package/dist/types/src/component/oio-tree/oio-tree.vue.d.ts +171 -0
- package/dist/types/src/component/oio-tree-select/index.d.ts +1 -0
- package/dist/types/src/component/oio-tree-select/oio-tree-select.vue.d.ts +226 -0
- package/dist/types/src/component/oio-upload/index.d.ts +1 -0
- package/dist/types/src/component/oio-upload/oio-upload.vue.d.ts +187 -0
- package/dist/types/src/index.d.ts +2 -0
- package/dist/types/src/theme/index.d.ts +1 -0
- package/dist/types/src/vc-component/index.d.ts +1 -0
- package/dist/types/src/vc-component/use-max-tag-placeholder.d.ts +7 -0
- package/index.ts +3 -0
- package/package.json +36 -0
- package/rollup.config.js +15 -0
- package/src/component/index.ts +32 -0
- package/src/component/oio-block/index.ts +3 -0
- package/src/component/oio-block/oio-block.vue +77 -0
- package/src/component/oio-block/oio-col.vue +32 -0
- package/src/component/oio-block/oio-row.vue +42 -0
- package/src/component/oio-block/style/a-col.scss +18 -0
- package/src/component/oio-block/style/index.scss +42 -0
- package/src/component/oio-block/style/parameters.scss +13 -0
- package/src/component/oio-breadcrumb/index.ts +2 -0
- package/src/component/oio-breadcrumb/oio-breadcrumb-item.vue +30 -0
- package/src/component/oio-breadcrumb/oio-breadcrumb.vue +30 -0
- package/src/component/oio-button/index.ts +1 -0
- package/src/component/oio-button/oio-button.vue +154 -0
- package/src/component/oio-button/style/a-button.scss +210 -0
- package/src/component/oio-button/style/index.scss +21 -0
- package/src/component/oio-button/style/parameters.scss +5 -0
- package/src/component/oio-cascader/index.ts +1 -0
- package/src/component/oio-cascader/oio-cascader.vue +171 -0
- package/src/component/oio-cascader/style/index.scss +59 -0
- package/src/component/oio-cascader/style/parameters.scss +5 -0
- package/src/component/oio-checkbox/index.ts +1 -0
- package/src/component/oio-checkbox/oio-checkbox.vue +69 -0
- package/src/component/oio-checkbox/style/index.scss +8 -0
- package/src/component/oio-checkbox/style/parameters.scss +5 -0
- package/src/component/oio-collapse/index.ts +2 -0
- package/src/component/oio-collapse/oio-collapse-panel.vue +92 -0
- package/src/component/oio-collapse/oio-collapse.vue +138 -0
- package/src/component/oio-collapse/style/index.scss +59 -0
- package/src/component/oio-collapse/style/parameters.scss +5 -0
- package/src/component/oio-date-time-picker/index.ts +5 -0
- package/src/component/oio-date-time-picker/oio-date-picker.vue +34 -0
- package/src/component/oio-date-time-picker/oio-date-time-picker.vue +91 -0
- package/src/component/oio-date-time-picker/oio-time-picker.vue +34 -0
- package/src/component/oio-date-time-picker/oio-year-picker.vue +34 -0
- package/src/component/oio-date-time-picker/style/index.scss +348 -0
- package/src/component/oio-date-time-picker/style/mixin.scss +16 -0
- package/src/component/oio-date-time-picker/style/parameters.scss +5 -0
- package/src/component/oio-date-time-picker/use-date-time-picker-props.ts +151 -0
- package/src/component/oio-date-time-range-picker/index.ts +5 -0
- package/src/component/oio-date-time-range-picker/oio-date-range-picker.vue +29 -0
- package/src/component/oio-date-time-range-picker/oio-date-time-range-picker.vue +82 -0
- package/src/component/oio-date-time-range-picker/oio-time-range-picker.vue +29 -0
- package/src/component/oio-date-time-range-picker/oio-year-range-picker.vue +29 -0
- package/src/component/oio-date-time-range-picker/style/index.scss +227 -0
- package/src/component/oio-date-time-range-picker/style/parameters.scss +5 -0
- package/src/component/oio-date-time-range-picker/use-date-time-range-picker-props.ts +138 -0
- package/src/component/oio-divider/index.ts +3 -0
- package/src/component/oio-divider/oio-divider.vue +31 -0
- package/src/component/oio-divider/style/index.scss +7 -0
- package/src/component/oio-divider/style/parameters.scss +5 -0
- package/src/component/oio-drawer/index.ts +1 -0
- package/src/component/oio-drawer/oio-drawer.vue +120 -0
- package/src/component/oio-drawer/style/index.scss +93 -0
- package/src/component/oio-drawer/style/parameters.scss +5 -0
- package/src/component/oio-dropdown/index.ts +1 -0
- package/src/component/oio-dropdown/oio-dropdown.vue +81 -0
- package/src/component/oio-dropdown/style/index.scss +30 -0
- package/src/component/oio-dropdown/style/parameters.scss +5 -0
- package/src/component/oio-empty/index.ts +1 -0
- package/src/component/oio-empty/oio-empty-data.vue +47 -0
- package/src/component/oio-empty/style/index.scss +6 -0
- package/src/component/oio-form/index.ts +2 -0
- package/src/component/oio-form/oio-form-item.vue +81 -0
- package/src/component/oio-form/oio-form.vue +102 -0
- package/src/component/oio-form/style/animation.scss +17 -0
- package/src/component/oio-form/style/index.scss +135 -0
- package/src/component/oio-form/style/parameters.scss +9 -0
- package/src/component/oio-gallery/index.ts +1 -0
- package/src/component/oio-gallery/oio-gallery.vue +158 -0
- package/src/component/oio-group/index.ts +2 -0
- package/src/component/oio-group/oio-group-help.vue +28 -0
- package/src/component/oio-group/oio-group.vue +140 -0
- package/src/component/oio-group/style/index.scss +98 -0
- package/src/component/oio-group/style/parameters.scss +5 -0
- package/src/component/oio-inner-popup/index.ts +1 -0
- package/src/component/oio-inner-popup/oio-inner-popup.vue +230 -0
- package/src/component/oio-inner-popup/style/index.scss +147 -0
- package/src/component/oio-inner-popup/style/parameters.scss +5 -0
- package/src/component/oio-input/index.ts +5 -0
- package/src/component/oio-input/oio-input-group.vue +40 -0
- package/src/component/oio-input/oio-input-number.vue +374 -0
- package/src/component/oio-input/oio-input-password.vue +67 -0
- package/src/component/oio-input/oio-input-search.vue +107 -0
- package/src/component/oio-input/oio-input.vue +124 -0
- package/src/component/oio-input/style/a-input.scss +103 -0
- package/src/component/oio-input/style/index.scss +198 -0
- package/src/component/oio-input/style/mixin.scss +50 -0
- package/src/component/oio-input/style/oio-input-group.scss +31 -0
- package/src/component/oio-input/style/oio-input-number.scss +13 -0
- package/src/component/oio-input/style/oio-input-search.scss +94 -0
- package/src/component/oio-input/style/parameters.scss +21 -0
- package/src/component/oio-modal/index.ts +1 -0
- package/src/component/oio-modal/index.zh-CN.md +167 -0
- package/src/component/oio-modal/oio-modal.vue +184 -0
- package/src/component/oio-modal/style/index.scss +167 -0
- package/src/component/oio-modal/style/parameters.scss +5 -0
- package/src/component/oio-notification/index.ts +197 -0
- package/src/component/oio-notification/style/index.scss +67 -0
- package/src/component/oio-notification/style/parameters.scss +5 -0
- package/src/component/oio-pagination/index.ts +1 -0
- package/src/component/oio-pagination/oio-pagination.vue +105 -0
- package/src/component/oio-pagination/style/index.scss +181 -0
- package/src/component/oio-pagination/style/parameters.scss +5 -0
- package/src/component/oio-popconfirm/index.ts +1 -0
- package/src/component/oio-popconfirm/oio-popconfirm.vue +192 -0
- package/src/component/oio-popconfirm/style/index.scss +54 -0
- package/src/component/oio-popconfirm/style/parameters.scss +5 -0
- package/src/component/oio-popover/style/index.scss +16 -0
- package/src/component/oio-popover/style/parameters.scss +5 -0
- package/src/component/oio-radio/style/index.scss +24 -0
- package/src/component/oio-radio/style/parameters.scss +5 -0
- package/src/component/oio-select/index.ts +1 -0
- package/src/component/oio-select/oio-select.vue +104 -0
- package/src/component/oio-select/style/a-select.scss +102 -0
- package/src/component/oio-select/style/index.scss +129 -0
- package/src/component/oio-select/style/mixin.scss +18 -0
- package/src/component/oio-select/style/parameters.scss +5 -0
- package/src/component/oio-slider/index.ts +1 -0
- package/src/component/oio-slider/oio-slider.vue +81 -0
- package/src/component/oio-slider/style/index.scss +100 -0
- package/src/component/oio-slider/style/parameters.scss +5 -0
- package/src/component/oio-spin/index.ts +1 -0
- package/src/component/oio-spin/oio-spin.vue +87 -0
- package/src/component/oio-spin/style/index.scss +48 -0
- package/src/component/oio-spin/style/parameters.scss +5 -0
- package/src/component/oio-switch/index.ts +1 -0
- package/src/component/oio-switch/oio-switch.vue +42 -0
- package/src/component/oio-switch/style/index.scss +36 -0
- package/src/component/oio-switch/style/parameters.scss +5 -0
- package/src/component/oio-tabs/index.ts +3 -0
- package/src/component/oio-tabs/oio-tab.vue +99 -0
- package/src/component/oio-tabs/oio-tabs.vue +188 -0
- package/src/component/oio-tabs/style/index.scss +274 -0
- package/src/component/oio-tabs/style/parameters.scss +9 -0
- package/src/component/oio-tabs/use-tab-bar.ts +69 -0
- package/src/component/oio-textarea/index.ts +1 -0
- package/src/component/oio-textarea/oio-textarea.vue +76 -0
- package/src/component/oio-textarea/style/index.scss +108 -0
- package/src/component/oio-textarea/style/parameters.scss +5 -0
- package/src/component/oio-tooltip/index.ts +2 -0
- package/src/component/oio-tooltip/oio-tooltip-help.vue +40 -0
- package/src/component/oio-tooltip/oio-tooltip.vue +59 -0
- package/src/component/oio-tooltip/style/index.scss +8 -0
- package/src/component/oio-tooltip/style/parameters.scss +9 -0
- package/src/component/oio-tree/index.ts +1 -0
- package/src/component/oio-tree/oio-tree.vue +181 -0
- package/src/component/oio-tree/style/index.scss +51 -0
- package/src/component/oio-tree/style/parameters.scss +5 -0
- package/src/component/oio-tree-select/index.ts +1 -0
- package/src/component/oio-tree-select/oio-tree-select.vue +180 -0
- package/src/component/oio-tree-select/style/index.scss +92 -0
- package/src/component/oio-tree-select/style/parameters.scss +5 -0
- package/src/component/oio-upload/index.ts +1 -0
- package/src/component/oio-upload/oio-upload.vue +232 -0
- package/src/component/oio-upload/style/index.scss +66 -0
- package/src/component/oio-upload/style/parameters.scss +5 -0
- package/src/index.ts +3 -0
- package/src/shim-translate.d.ts +7 -0
- package/src/shim-vue.d.ts +6 -0
- package/src/style/global-parameters.scss +9 -0
- package/src/style/index.scss +31 -0
- package/src/style/mixin.scss +135 -0
- package/src/theme/index.ts +1 -0
- package/src/vc-component/index.ts +1 -0
- package/src/vc-component/use-max-tag-placeholder.ts +38 -0
|
@@ -0,0 +1,227 @@
|
|
|
1
|
+
@import '../../../style/mixin.scss';
|
|
2
|
+
@import '../../oio-button/style/parameters.scss';
|
|
3
|
+
@import '../../oio-input/style/parameters.scss';
|
|
4
|
+
@import '../../oio-input/style/mixin.scss';
|
|
5
|
+
@import '../../oio-select/style/parameters.scss';
|
|
6
|
+
@import '../../oio-date-time-picker/style/mixin.scss';
|
|
7
|
+
@import './parameters.scss';
|
|
8
|
+
|
|
9
|
+
@mixin oio-date-time-range-picker-disabled() {
|
|
10
|
+
@include oio-disabled();
|
|
11
|
+
|
|
12
|
+
&:hover {
|
|
13
|
+
@include oio-disabled(true, $inputParameterPrefix);
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
&:focus {
|
|
17
|
+
@include oio-disabled(true, $inputParameterPrefix);
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
@mixin oio-date-time-range-picker-readonly() {
|
|
22
|
+
@include oio-readonly();
|
|
23
|
+
|
|
24
|
+
&:hover {
|
|
25
|
+
@include oio-readonly(true, $inputParameterPrefix);
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
&:focus {
|
|
29
|
+
@include oio-readonly(true, $inputParameterPrefix);
|
|
30
|
+
}
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
.#{$dateTimeRangePickerClassPrefix} {
|
|
34
|
+
@include oio-appearance($inputParameterPrefix);
|
|
35
|
+
|
|
36
|
+
height: var($parameterPrefix + -height);
|
|
37
|
+
line-height: var($inputParameterPrefix + -line-height);
|
|
38
|
+
font-size: var(--oio-font-size);
|
|
39
|
+
|
|
40
|
+
&:hover {
|
|
41
|
+
@include oio-hover($inputParameterPrefix);
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
&.ant-picker-focused {
|
|
45
|
+
@include oio-focus($inputParameterPrefix);
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
.ant-picker-active-bar {
|
|
49
|
+
background-color: var($parameterPrefix + -primary-color-focus);
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
.ant-picker-input > input[disabled] {
|
|
53
|
+
color: var(--oio-disabled-color);
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
&-readonly {
|
|
57
|
+
cursor: auto;
|
|
58
|
+
@include oio-date-time-range-picker-readonly();
|
|
59
|
+
|
|
60
|
+
&.ant-picker {
|
|
61
|
+
@include oio-date-time-range-picker-readonly();
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
:is(.ant-picker-input > input[disabled], .ant-picker-range-separator),
|
|
65
|
+
&.ant-picker.ant-picker-disabled {
|
|
66
|
+
cursor: auto;
|
|
67
|
+
}
|
|
68
|
+
|
|
69
|
+
.ant-picker-input > input[disabled] {
|
|
70
|
+
color: var(--oio-disabled-color);
|
|
71
|
+
}
|
|
72
|
+
}
|
|
73
|
+
|
|
74
|
+
&-disabled {
|
|
75
|
+
border-color: var(--oio-border-color);
|
|
76
|
+
@include oio-date-time-range-picker-disabled();
|
|
77
|
+
|
|
78
|
+
&.ant-picker {
|
|
79
|
+
border-color: var(--oio-border-color);
|
|
80
|
+
@include oio-date-time-range-picker-disabled();
|
|
81
|
+
}
|
|
82
|
+
}
|
|
83
|
+
}
|
|
84
|
+
|
|
85
|
+
.#{$dateTimeRangePickerClassPrefix}-popper {
|
|
86
|
+
.ant-picker-cell.ant-picker-cell-in-view {
|
|
87
|
+
&.ant-picker-cell-in-range {
|
|
88
|
+
&:before {
|
|
89
|
+
background-color: rgba(var($parameterPrefix + -primary-color-rgb), 0.1);
|
|
90
|
+
}
|
|
91
|
+
}
|
|
92
|
+
|
|
93
|
+
&.ant-picker-cell-range-start,
|
|
94
|
+
&.ant-picker-cell-range-end {
|
|
95
|
+
.ant-picker-cell-inner {
|
|
96
|
+
color: #ffffff;
|
|
97
|
+
background-color: var($parameterPrefix + -primary-color);
|
|
98
|
+
border-radius: 2px;
|
|
99
|
+
}
|
|
100
|
+
|
|
101
|
+
&:not(.ant-picker-cell-range-start-single):not(.ant-picker-cell-range-end-single):before {
|
|
102
|
+
background-color: rgba(var($parameterPrefix + -primary-color-rgb), 0.1);
|
|
103
|
+
}
|
|
104
|
+
}
|
|
105
|
+
|
|
106
|
+
&.ant-picker-cell-range-hover:not(.ant-picker-cell-in-range),
|
|
107
|
+
&.ant-picker-cell-range-hover-end:not(.ant-picker-cell-in-range):not(.ant-picker-cell-range-start):not(.ant-picker-cell-range-end) {
|
|
108
|
+
&:after {
|
|
109
|
+
border-color: var($parameterPrefix + -primary-color-hover);
|
|
110
|
+
}
|
|
111
|
+
}
|
|
112
|
+
}
|
|
113
|
+
|
|
114
|
+
.ant-picker-date-panel {
|
|
115
|
+
.ant-picker-cell.ant-picker-cell-in-view {
|
|
116
|
+
&:not(.ant-picker-cell-disabled) {
|
|
117
|
+
color: var($parameterPrefix + -text-color);
|
|
118
|
+
font-size: var(--oio-font-size);
|
|
119
|
+
|
|
120
|
+
&.ant-picker-cell-selected {
|
|
121
|
+
.ant-picker-cell-inner {
|
|
122
|
+
color: #ffffff;
|
|
123
|
+
background-color: var($parameterPrefix + -primary-color);
|
|
124
|
+
border-radius: 2px;
|
|
125
|
+
}
|
|
126
|
+
}
|
|
127
|
+
|
|
128
|
+
&.ant-picker-cell-today {
|
|
129
|
+
.ant-picker-cell-inner {
|
|
130
|
+
&:before {
|
|
131
|
+
border: none;
|
|
132
|
+
}
|
|
133
|
+
|
|
134
|
+
&:after {
|
|
135
|
+
@include selected-point();
|
|
136
|
+
}
|
|
137
|
+
}
|
|
138
|
+
}
|
|
139
|
+
}
|
|
140
|
+
|
|
141
|
+
&.ant-picker-cell-in-range.ant-picker-cell-range-hover-start,
|
|
142
|
+
&.ant-picker-cell-in-range.ant-picker-cell-range-hover-end {
|
|
143
|
+
&:before {
|
|
144
|
+
background-color: rgba(var($parameterPrefix + -primary-color-rgb), 0.1);
|
|
145
|
+
}
|
|
146
|
+
|
|
147
|
+
.ant-picker-cell-inner {
|
|
148
|
+
color: #ffffff;
|
|
149
|
+
background-color: var($parameterPrefix + -primary-color-hover);
|
|
150
|
+
border-radius: 2px;
|
|
151
|
+
|
|
152
|
+
&:after {
|
|
153
|
+
background-color: transparent;
|
|
154
|
+
}
|
|
155
|
+
}
|
|
156
|
+
}
|
|
157
|
+
|
|
158
|
+
&.ant-picker-cell-range-hover:not(.ant-picker-cell-in-range),
|
|
159
|
+
&.ant-picker-cell-range-hover-end:not(.ant-picker-cell-in-range):not(.ant-picker-cell-range-start):not(.ant-picker-cell-range-end) {
|
|
160
|
+
&:after {
|
|
161
|
+
border-color: var($parameterPrefix + -primary-color-hover);
|
|
162
|
+
}
|
|
163
|
+
}
|
|
164
|
+
|
|
165
|
+
&.ant-picker-cell-disabled {
|
|
166
|
+
&.ant-picker-cell-today {
|
|
167
|
+
.ant-picker-cell-inner {
|
|
168
|
+
&:before {
|
|
169
|
+
border: none;
|
|
170
|
+
}
|
|
171
|
+
|
|
172
|
+
&:after {
|
|
173
|
+
@include selected-point();
|
|
174
|
+
}
|
|
175
|
+
}
|
|
176
|
+
}
|
|
177
|
+
}
|
|
178
|
+
}
|
|
179
|
+
}
|
|
180
|
+
|
|
181
|
+
.ant-picker-time-panel {
|
|
182
|
+
.ant-picker-time-panel-column {
|
|
183
|
+
@include oio-scrollbar();
|
|
184
|
+
}
|
|
185
|
+
|
|
186
|
+
.ant-picker-time-panel-cell {
|
|
187
|
+
.ant-picker-time-panel-cell-inner {
|
|
188
|
+
color: var($parameterPrefix + -text-color);
|
|
189
|
+
font-size: var(--oio-font-size);
|
|
190
|
+
|
|
191
|
+
&:active {
|
|
192
|
+
color: #ffffff;
|
|
193
|
+
background-color: var($parameterPrefix + -primary-color-active);
|
|
194
|
+
}
|
|
195
|
+
|
|
196
|
+
&:hover {
|
|
197
|
+
color: #ffffff;
|
|
198
|
+
background-color: var($parameterPrefix + -primary-color-hover);
|
|
199
|
+
}
|
|
200
|
+
}
|
|
201
|
+
|
|
202
|
+
&.ant-picker-time-panel-cell-selected {
|
|
203
|
+
.ant-picker-time-panel-cell-inner {
|
|
204
|
+
color: #ffffff;
|
|
205
|
+
background-color: var($parameterPrefix + -primary-color);
|
|
206
|
+
}
|
|
207
|
+
}
|
|
208
|
+
}
|
|
209
|
+
}
|
|
210
|
+
|
|
211
|
+
.ant-picker-year-panel {
|
|
212
|
+
.ant-picker-cell.ant-picker-cell-in-view {
|
|
213
|
+
&:not(.ant-picker-cell-disabled) {
|
|
214
|
+
color: var($parameterPrefix + -text-color);
|
|
215
|
+
font-size: var(--oio-font-size);
|
|
216
|
+
|
|
217
|
+
&.ant-picker-cell-selected {
|
|
218
|
+
.ant-picker-cell-inner {
|
|
219
|
+
color: #ffffff;
|
|
220
|
+
background-color: var($parameterPrefix + -primary-color);
|
|
221
|
+
border-radius: 2px;
|
|
222
|
+
}
|
|
223
|
+
}
|
|
224
|
+
}
|
|
225
|
+
}
|
|
226
|
+
}
|
|
227
|
+
}
|
|
@@ -0,0 +1,138 @@
|
|
|
1
|
+
import { DateTimePickerMode, DateUtil, defaultFormat } from '@oinone/kunlun-shared';
|
|
2
|
+
import { isArray, isNil, isString } from 'lodash-es';
|
|
3
|
+
import { computed, ref, watch } from 'vue';
|
|
4
|
+
|
|
5
|
+
export function useDatetimeRangePickerProps(props, context) {
|
|
6
|
+
const panelVisible = ref<boolean>(false);
|
|
7
|
+
const dynamicMode = ref<DateTimePickerMode | undefined>(undefined);
|
|
8
|
+
|
|
9
|
+
const getDateTimeFormat = () => {
|
|
10
|
+
return DateUtil.fetchDatetimeFormat(
|
|
11
|
+
{ hasDateFormat: props.hasDateFormat, hasTimeFormat: props.hasTimeFormat },
|
|
12
|
+
props.format,
|
|
13
|
+
props.dateFormat,
|
|
14
|
+
props.timeFormat,
|
|
15
|
+
props.convertFormat,
|
|
16
|
+
props.convertDateFormat,
|
|
17
|
+
props.convertTimeFormat
|
|
18
|
+
);
|
|
19
|
+
};
|
|
20
|
+
|
|
21
|
+
const format = computed(() => {
|
|
22
|
+
return getDateTimeFormat() || defaultFormat;
|
|
23
|
+
});
|
|
24
|
+
|
|
25
|
+
const valueFormat = computed(() => {
|
|
26
|
+
return DateUtil.fixFormat(DateUtil.fetchValueFormat(props.valueFormat) || defaultFormat);
|
|
27
|
+
});
|
|
28
|
+
|
|
29
|
+
function formatByValueFormat(date: Date | string | undefined) {
|
|
30
|
+
if (isString(date)) {
|
|
31
|
+
return date;
|
|
32
|
+
}
|
|
33
|
+
return DateUtil.dateFormat(date, valueFormat.value);
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
const defaultValue = computed(() => {
|
|
37
|
+
const val = props.defaultValue;
|
|
38
|
+
if (isArray(val)) {
|
|
39
|
+
const [startVal, endVal] = val;
|
|
40
|
+
return [formatByValueFormat(startVal), formatByValueFormat(endVal)];
|
|
41
|
+
}
|
|
42
|
+
return undefined;
|
|
43
|
+
});
|
|
44
|
+
|
|
45
|
+
const realMode = computed<DateTimePickerMode | undefined>(() => {
|
|
46
|
+
const mode = props.mode;
|
|
47
|
+
if (mode) {
|
|
48
|
+
switch (mode) {
|
|
49
|
+
case DateTimePickerMode.datetime:
|
|
50
|
+
return undefined;
|
|
51
|
+
case DateTimePickerMode.date: {
|
|
52
|
+
const dateFormat = DateUtil.fetchDateFormat(props.format || props.dateFormat, props.convertDateFormat);
|
|
53
|
+
if (dateFormat.indexOf('D') === -1) {
|
|
54
|
+
return DateTimePickerMode.month;
|
|
55
|
+
}
|
|
56
|
+
break;
|
|
57
|
+
}
|
|
58
|
+
case DateTimePickerMode.time:
|
|
59
|
+
break;
|
|
60
|
+
case DateTimePickerMode.year:
|
|
61
|
+
break;
|
|
62
|
+
default:
|
|
63
|
+
return mode;
|
|
64
|
+
}
|
|
65
|
+
return mode;
|
|
66
|
+
}
|
|
67
|
+
return undefined;
|
|
68
|
+
});
|
|
69
|
+
|
|
70
|
+
const showTime = computed(() => {
|
|
71
|
+
if (isNil(props.showTime)) {
|
|
72
|
+
return props.mode === DateTimePickerMode.datetime;
|
|
73
|
+
}
|
|
74
|
+
return props.showTime;
|
|
75
|
+
});
|
|
76
|
+
|
|
77
|
+
const panelVisibleChange = (visible: boolean) => {
|
|
78
|
+
panelVisible.value = visible;
|
|
79
|
+
if (visible) {
|
|
80
|
+
props.openPanelChange?.();
|
|
81
|
+
} else {
|
|
82
|
+
props.closePanelChange?.();
|
|
83
|
+
}
|
|
84
|
+
};
|
|
85
|
+
|
|
86
|
+
const formatValue = (val: string) => {
|
|
87
|
+
if (!val) {
|
|
88
|
+
return val;
|
|
89
|
+
}
|
|
90
|
+
return DateUtil.valueFormat(val, valueFormat.value, format.value);
|
|
91
|
+
};
|
|
92
|
+
|
|
93
|
+
const emitValue = (rangValue?: [string, string]) => {
|
|
94
|
+
if (!rangValue) {
|
|
95
|
+
context.emit('update:value', rangValue);
|
|
96
|
+
return;
|
|
97
|
+
}
|
|
98
|
+
|
|
99
|
+
const [startValue, endValue] = rangValue;
|
|
100
|
+
|
|
101
|
+
context.emit('update:value', [formatValue(startValue), formatValue(endValue)]);
|
|
102
|
+
};
|
|
103
|
+
|
|
104
|
+
watch(
|
|
105
|
+
() => props.mode,
|
|
106
|
+
() => {
|
|
107
|
+
dynamicMode.value = realMode.value;
|
|
108
|
+
},
|
|
109
|
+
{ immediate: true }
|
|
110
|
+
);
|
|
111
|
+
|
|
112
|
+
return {
|
|
113
|
+
panelVisible,
|
|
114
|
+
format,
|
|
115
|
+
dynamicMode,
|
|
116
|
+
valueFormat,
|
|
117
|
+
defaultValue,
|
|
118
|
+
showTime,
|
|
119
|
+
emitValue,
|
|
120
|
+
panelVisibleChange
|
|
121
|
+
};
|
|
122
|
+
}
|
|
123
|
+
|
|
124
|
+
export function fetchDatetimeRangePickerPlaceholder(mode: DateTimePickerMode) {
|
|
125
|
+
switch (mode) {
|
|
126
|
+
case DateTimePickerMode.datetime:
|
|
127
|
+
case DateTimePickerMode.time:
|
|
128
|
+
return ['开始时间', '结束时间'];
|
|
129
|
+
case DateTimePickerMode.year:
|
|
130
|
+
return ['开始年份', '结束年份'];
|
|
131
|
+
case DateTimePickerMode.month:
|
|
132
|
+
return ['开始月份', '结束月份'];
|
|
133
|
+
case DateTimePickerMode.week:
|
|
134
|
+
return ['开始周', '结束周'];
|
|
135
|
+
default:
|
|
136
|
+
return ['开始日期', '结束日期'];
|
|
137
|
+
}
|
|
138
|
+
}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
<script lang="ts">
|
|
2
|
+
import { CastHelper, StringHelper } from '@oinone/kunlun-shared';
|
|
3
|
+
import { OioDividerProps, PropRecordHelper } from '@oinone/kunlun-vue-ui-common';
|
|
4
|
+
import { Divider as ADivider } from 'ant-design-vue';
|
|
5
|
+
import { createVNode, defineComponent } from 'vue';
|
|
6
|
+
import { DEFAULT_PREFIX } from '../../theme';
|
|
7
|
+
|
|
8
|
+
export default defineComponent({
|
|
9
|
+
name: 'OioDivider',
|
|
10
|
+
components: {
|
|
11
|
+
ADivider
|
|
12
|
+
},
|
|
13
|
+
inheritAttrs: false,
|
|
14
|
+
props: {
|
|
15
|
+
...OioDividerProps
|
|
16
|
+
},
|
|
17
|
+
slots: ['default'],
|
|
18
|
+
render() {
|
|
19
|
+
return createVNode(
|
|
20
|
+
ADivider,
|
|
21
|
+
{
|
|
22
|
+
...PropRecordHelper.convert(OioDividerProps, CastHelper.cast(this)),
|
|
23
|
+
...this.$attrs,
|
|
24
|
+
class: StringHelper.append([`${DEFAULT_PREFIX}-divider`], CastHelper.cast(this.$attrs.class)),
|
|
25
|
+
style: this.$attrs.style
|
|
26
|
+
},
|
|
27
|
+
PropRecordHelper.collectionSlots(this.$slots, ['default'])
|
|
28
|
+
);
|
|
29
|
+
}
|
|
30
|
+
});
|
|
31
|
+
</script>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default as OioDrawer } from './oio-drawer.vue';
|
|
@@ -0,0 +1,120 @@
|
|
|
1
|
+
<script lang="ts">
|
|
2
|
+
import { CastHelper, StringHelper } from '@oinone/kunlun-shared';
|
|
3
|
+
import { OioCloseIcon, OioDrawerProps, PropRecordHelper, StyleHelper, useDrawer } from '@oinone/kunlun-vue-ui-common';
|
|
4
|
+
import { Drawer as ADrawer } from 'ant-design-vue';
|
|
5
|
+
import { isBoolean } from 'lodash-es';
|
|
6
|
+
import { createVNode, defineComponent } from 'vue';
|
|
7
|
+
import { DEFAULT_PREFIX } from '../../theme';
|
|
8
|
+
import { OioButton } from '../oio-button';
|
|
9
|
+
import { OioSpin } from '../oio-spin';
|
|
10
|
+
import { OioTooltipHelp } from '../oio-tooltip';
|
|
11
|
+
|
|
12
|
+
export default defineComponent({
|
|
13
|
+
name: 'OioDrawer',
|
|
14
|
+
components: {
|
|
15
|
+
ADrawer,
|
|
16
|
+
OioButton,
|
|
17
|
+
OioSpin
|
|
18
|
+
},
|
|
19
|
+
inheritAttrs: false,
|
|
20
|
+
props: {
|
|
21
|
+
...OioDrawerProps
|
|
22
|
+
},
|
|
23
|
+
slots: ['default', 'title', 'header', 'footer', 'closeIcon'],
|
|
24
|
+
emits: ['update:visible'],
|
|
25
|
+
setup(props, context) {
|
|
26
|
+
return {
|
|
27
|
+
...useDrawer(props, context)
|
|
28
|
+
};
|
|
29
|
+
},
|
|
30
|
+
render() {
|
|
31
|
+
const slots = PropRecordHelper.collectionSlots(this.$slots, [
|
|
32
|
+
{
|
|
33
|
+
origin: 'default',
|
|
34
|
+
isNotNull: true
|
|
35
|
+
},
|
|
36
|
+
'title',
|
|
37
|
+
'header',
|
|
38
|
+
'footer',
|
|
39
|
+
'closeIcon'
|
|
40
|
+
]);
|
|
41
|
+
const mainClassName = `${DEFAULT_PREFIX}-drawer`;
|
|
42
|
+
|
|
43
|
+
let finalDefaultSlot = [
|
|
44
|
+
createVNode('div', { class: `${mainClassName}-content` }, slots.default({ data: this.data }))
|
|
45
|
+
];
|
|
46
|
+
if (isBoolean(this.loading)) {
|
|
47
|
+
const spinDefaultSlot = finalDefaultSlot;
|
|
48
|
+
finalDefaultSlot = [
|
|
49
|
+
createVNode(
|
|
50
|
+
OioSpin,
|
|
51
|
+
{
|
|
52
|
+
loading: this.loading
|
|
53
|
+
},
|
|
54
|
+
{
|
|
55
|
+
default: () => spinDefaultSlot
|
|
56
|
+
}
|
|
57
|
+
)
|
|
58
|
+
];
|
|
59
|
+
}
|
|
60
|
+
const isOverrideTitle = !!slots.header;
|
|
61
|
+
if (!isOverrideTitle) {
|
|
62
|
+
let titleSlot = slots.title;
|
|
63
|
+
if (!titleSlot) {
|
|
64
|
+
titleSlot = () => [createVNode('span', {}, this.title || OioDrawerProps.title.default)];
|
|
65
|
+
}
|
|
66
|
+
if (this.help) {
|
|
67
|
+
const titleChildren = titleSlot();
|
|
68
|
+
titleSlot = () => {
|
|
69
|
+
return [createVNode('span', {}, titleChildren), createVNode(OioTooltipHelp, { content: this.help })];
|
|
70
|
+
};
|
|
71
|
+
}
|
|
72
|
+
slots.title = titleSlot;
|
|
73
|
+
}
|
|
74
|
+
if (!slots.closeIcon) {
|
|
75
|
+
slots.closeIcon = () => [createVNode(OioCloseIcon)];
|
|
76
|
+
}
|
|
77
|
+
|
|
78
|
+
const classNames = [mainClassName, `${mainClassName}-wrapper`];
|
|
79
|
+
if (this.widthClassSuffix) {
|
|
80
|
+
classNames.push(`${mainClassName}-width-${this.widthClassSuffix}`);
|
|
81
|
+
}
|
|
82
|
+
if (this.heightClassSuffix) {
|
|
83
|
+
classNames.push(`${mainClassName}-height-${this.heightClassSuffix}`);
|
|
84
|
+
}
|
|
85
|
+
if (this.headerInvisible) {
|
|
86
|
+
classNames.push(`${mainClassName}-header-invisible`);
|
|
87
|
+
}
|
|
88
|
+
if (this.footerInvisible) {
|
|
89
|
+
classNames.push(`${mainClassName}-footer-invisible`);
|
|
90
|
+
}
|
|
91
|
+
return createVNode(
|
|
92
|
+
ADrawer,
|
|
93
|
+
{
|
|
94
|
+
...PropRecordHelper.collectionBasicProps(
|
|
95
|
+
this.$attrs,
|
|
96
|
+
StringHelper.append(classNames, CastHelper.cast(this.wrapperClassName)),
|
|
97
|
+
this.wrapperProps?.style
|
|
98
|
+
),
|
|
99
|
+
placement: this.placement,
|
|
100
|
+
width: StyleHelper.px(this.width),
|
|
101
|
+
height: StyleHelper.px(this.height),
|
|
102
|
+
mask: this.mask,
|
|
103
|
+
maskClosable: this.maskClosable,
|
|
104
|
+
zIndex: this.zIndex,
|
|
105
|
+
visible: this.visible,
|
|
106
|
+
closable: this.closable,
|
|
107
|
+
keyboard: this.keyboard,
|
|
108
|
+
destroyOnClose: this.destroyOnClose,
|
|
109
|
+
getContainer: this.getTriggerContainer,
|
|
110
|
+
onOk: this.enter,
|
|
111
|
+
onClose: this.cancel
|
|
112
|
+
},
|
|
113
|
+
{
|
|
114
|
+
...slots,
|
|
115
|
+
default: () => finalDefaultSlot
|
|
116
|
+
}
|
|
117
|
+
);
|
|
118
|
+
}
|
|
119
|
+
});
|
|
120
|
+
</script>
|
|
@@ -0,0 +1,93 @@
|
|
|
1
|
+
@import '../../../style/mixin.scss';
|
|
2
|
+
@import './parameters.scss';
|
|
3
|
+
|
|
4
|
+
$titleHeight: 55px;
|
|
5
|
+
$footerHeight: 73px;
|
|
6
|
+
|
|
7
|
+
.#{$drawerClassPrefix} {
|
|
8
|
+
&-header-invisible {
|
|
9
|
+
.ant-drawer-wrapper-body > .ant-drawer-header {
|
|
10
|
+
display: none;
|
|
11
|
+
}
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
&-footer-invisible {
|
|
15
|
+
.ant-drawer-wrapper-body > .ant-drawer-footer {
|
|
16
|
+
display: none;
|
|
17
|
+
}
|
|
18
|
+
}
|
|
19
|
+
&.no-mask {
|
|
20
|
+
width: 100% !important;
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
&.#{$drawerClassPrefix}-width-small .ant-drawer-content-wrapper {
|
|
24
|
+
width: var($drawerParameterPrefix + -width-small) !important;
|
|
25
|
+
}
|
|
26
|
+
&.#{$drawerClassPrefix}-width-medium .ant-drawer-content-wrapper {
|
|
27
|
+
width: var($drawerParameterPrefix + -width-medium) !important;
|
|
28
|
+
}
|
|
29
|
+
&.#{$drawerClassPrefix}-width-large .ant-drawer-content-wrapper {
|
|
30
|
+
width: var($drawerParameterPrefix + -width-large) !important;
|
|
31
|
+
}
|
|
32
|
+
&.#{$drawerClassPrefix}-height-small .ant-drawer-content-wrapper {
|
|
33
|
+
height: var($drawerParameterPrefix + -height-small) !important;
|
|
34
|
+
}
|
|
35
|
+
&.#{$drawerClassPrefix}-height-medium .ant-drawer-content-wrapper {
|
|
36
|
+
height: var($drawerParameterPrefix + -height-medium) !important;
|
|
37
|
+
}
|
|
38
|
+
&.#{$drawerClassPrefix}-height-large .ant-drawer-content-wrapper {
|
|
39
|
+
height: var($drawerParameterPrefix + -height-large) !important;
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
& > .ant-drawer-content-wrapper {
|
|
43
|
+
opacity: 0;
|
|
44
|
+
transition: all 0.3s ease-in-out;
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
&.ant-drawer-open > .ant-drawer-content-wrapper {
|
|
48
|
+
opacity: 1;
|
|
49
|
+
transition: all 0.3s ease-in-out;
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
.ant-drawer-content .ant-drawer-wrapper-body {
|
|
53
|
+
.ant-drawer-body {
|
|
54
|
+
@include oio-scrollbar();
|
|
55
|
+
|
|
56
|
+
height: calc(100% - #{$titleHeight});
|
|
57
|
+
padding: 16px;
|
|
58
|
+
overflow: auto;
|
|
59
|
+
|
|
60
|
+
& > .ant-spin-nested-loading {
|
|
61
|
+
min-height: 100%;
|
|
62
|
+
|
|
63
|
+
& > .ant-spin-container {
|
|
64
|
+
min-height: 100%;
|
|
65
|
+
}
|
|
66
|
+
}
|
|
67
|
+
}
|
|
68
|
+
|
|
69
|
+
.ant-drawer-close {
|
|
70
|
+
padding: 0;
|
|
71
|
+
}
|
|
72
|
+
|
|
73
|
+
.ant-drawer-footer {
|
|
74
|
+
@include oio-scrollbar();
|
|
75
|
+
|
|
76
|
+
padding: var($parameterPrefix + -margin-md);
|
|
77
|
+
background-color: var(--oio-background);
|
|
78
|
+
border-top: 1px solid var(--oio-border-color);
|
|
79
|
+
text-align: right;
|
|
80
|
+
overflow: auto hidden;
|
|
81
|
+
|
|
82
|
+
button {
|
|
83
|
+
@import '../../oio-button/style/a-button.scss';
|
|
84
|
+
|
|
85
|
+
&.ant-btn {
|
|
86
|
+
height: var($parameterPrefix + -height);
|
|
87
|
+
margin: var($parameterPrefix + -margin-xxs) 0 var($parameterPrefix + -margin-xxs)
|
|
88
|
+
var($parameterPrefix + -margin-md);
|
|
89
|
+
}
|
|
90
|
+
}
|
|
91
|
+
}
|
|
92
|
+
}
|
|
93
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default as OioDropdown } from './oio-dropdown.vue';
|