vuv-ui 1.0.12 → 1.0.13
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/package.json +1 -1
- package/src/components/button/Data.vue +2 -1
- package/vuv-ui/components/button/Data.vue.d.ts +2 -2
- package/vuv-ui/components/button/index.d.ts +2 -2
- package/vuv-ui/components/index.d.ts +2 -2
- package/vuv-ui/style.css +1 -1
- package/vuv-ui/vuv-ui.es.js +590 -593
- package/vuv-ui/vuv-ui.umd.js +1 -1
package/package.json
CHANGED
|
@@ -99,11 +99,12 @@
|
|
|
99
99
|
|
|
100
100
|
<script setup lang="ts" name="uvuiButtonData">
|
|
101
101
|
import { ref, onMounted } from 'vue';
|
|
102
|
+
import { ElForm, ElInput, ElFormItem, ElInputNumber, ElSelect, ElOption, ElRadioGroup, ElRadioButton, ElSwitch, ElColorPicker } from 'element-plus';
|
|
102
103
|
|
|
103
104
|
const props = defineProps({
|
|
104
105
|
data: {
|
|
105
106
|
type: Object,
|
|
106
|
-
default: () => {}
|
|
107
|
+
default: () => ({})
|
|
107
108
|
}
|
|
108
109
|
});
|
|
109
110
|
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
declare const _default: import('vue').DefineComponent<{
|
|
2
2
|
data: {
|
|
3
3
|
type: ObjectConstructor;
|
|
4
|
-
default: () =>
|
|
4
|
+
default: () => {};
|
|
5
5
|
};
|
|
6
6
|
}, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, Readonly<import('vue').ExtractPropTypes<{
|
|
7
7
|
data: {
|
|
8
8
|
type: ObjectConstructor;
|
|
9
|
-
default: () =>
|
|
9
|
+
default: () => {};
|
|
10
10
|
};
|
|
11
11
|
}>>, {
|
|
12
12
|
data: Record<string, any>;
|
|
@@ -20,12 +20,12 @@ declare const buttonTypeList: {
|
|
|
20
20
|
editCom: import('vue').DefineComponent<{
|
|
21
21
|
data: {
|
|
22
22
|
type: ObjectConstructor;
|
|
23
|
-
default: () =>
|
|
23
|
+
default: () => {};
|
|
24
24
|
};
|
|
25
25
|
}, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, Readonly<import('vue').ExtractPropTypes<{
|
|
26
26
|
data: {
|
|
27
27
|
type: ObjectConstructor;
|
|
28
|
-
default: () =>
|
|
28
|
+
default: () => {};
|
|
29
29
|
};
|
|
30
30
|
}>>, {
|
|
31
31
|
data: Record<string, any>;
|
|
@@ -21,12 +21,12 @@ export declare const uvUiList: {
|
|
|
21
21
|
editCom: import('vue').DefineComponent<{
|
|
22
22
|
data: {
|
|
23
23
|
type: ObjectConstructor;
|
|
24
|
-
default: () =>
|
|
24
|
+
default: () => {};
|
|
25
25
|
};
|
|
26
26
|
}, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, Readonly<import('vue').ExtractPropTypes<{
|
|
27
27
|
data: {
|
|
28
28
|
type: ObjectConstructor;
|
|
29
|
-
default: () =>
|
|
29
|
+
default: () => {};
|
|
30
30
|
};
|
|
31
31
|
}>>, {
|
|
32
32
|
data: Record<string, any>;
|
package/vuv-ui/style.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.button_box[data-v-ddf92851]{display:flex;align-items:center;margin-top:10px}.button_box[data-v-ddf92851] .uv-button{width:100%;height:100%}.plain[data-v-ddf92851] .uv-button{background-color:transparent!important}.banner-content[data-v-
|
|
1
|
+
.button_box[data-v-ddf92851]{display:flex;align-items:center;margin-top:10px}.button_box[data-v-ddf92851] .uv-button{width:100%;height:100%}.plain[data-v-ddf92851] .uv-button{background-color:transparent!important}.banner-content[data-v-3a40ecc1]{overflow-x:auto}.item-list[data-v-3a40ecc1]{display:flex;justify-content:space-between;margin:10px;border:1px solid #c8c8c8;border-radius:4px;padding:5px}.item-list .l-info[data-v-3a40ecc1]{font-size:12px;padding-top:4px;width:calc(100% - 100px)}.item-list .l-info p[data-v-3a40ecc1]{margin:5px 0 0;white-space:nowrap;overflow:hidden;display:flex}.item-list .l-info p .link[data-v-3a40ecc1]{color:#1b8bff;cursor:pointer}.item-list .l-info p .text[data-v-3a40ecc1]{white-space:nowrap;text-align:-webkit-auto;text-overflow:ellipsis;overflow:hidden}.item-list .r-image[data-v-3a40ecc1]{text-align:right}.item-list .r-image .el-icon-close[data-v-3a40ecc1]{color:#999;font-size:12px;font-weight:600;margin-bottom:6px;cursor:pointer}.item-list .r-image .el-icon-close[data-v-3a40ecc1]:hover{color:red}.item-list .r-image .image-box[data-v-3a40ecc1]{width:100px;height:70px;border-radius:5px;overflow:hidden;position:relative;background:#fff;display:flex;justify-content:center;align-items:center}.item-list .r-image .image-box img[data-v-3a40ecc1]{max-width:100%}.item-list .r-image .image-box .placeholder-text[data-v-3a40ecc1]{color:#999;font-size:12px}.mt-5px[data-v-3a40ecc1]{margin-top:5px}.mt-10px[data-v-3a40ecc1]{margin-top:10px}.textarea_box[data-v-b4db5b9f]{display:flex;align-items:center;margin-top:10px}.banner-content[data-v-91c833b3]{overflow-x:auto}.item-list[data-v-91c833b3]{display:flex;justify-content:space-between;margin:10px;border:1px solid #c8c8c8;border-radius:4px;padding:5px}.item-list .l-info[data-v-91c833b3]{font-size:12px;padding-top:4px;width:calc(100% - 100px)}.item-list .l-info p[data-v-91c833b3]{margin:5px 0 0;white-space:nowrap;overflow:hidden;display:flex}.item-list .l-info p .link[data-v-91c833b3]{color:#1b8bff;cursor:pointer}.item-list .l-info p .text[data-v-91c833b3]{white-space:nowrap;text-align:-webkit-auto;text-overflow:ellipsis;overflow:hidden}.item-list .r-image[data-v-91c833b3]{text-align:right}.item-list .r-image .el-icon-close[data-v-91c833b3]{color:#999;font-size:12px;font-weight:600;margin-bottom:6px;cursor:pointer}.item-list .r-image .el-icon-close[data-v-91c833b3]:hover{color:red}.item-list .r-image .image-box[data-v-91c833b3]{width:100px;height:70px;border-radius:5px;overflow:hidden;position:relative;background:#fff;display:flex;justify-content:center;align-items:center}.item-list .r-image .image-box img[data-v-91c833b3]{max-width:100%}.item-list .r-image .image-box .placeholder-text[data-v-91c833b3]{color:#999;font-size:12px}.mt-5px[data-v-91c833b3]{margin-top:5px}.mt-10px[data-v-91c833b3]{margin-top:10px}.number-box-wrapper[data-v-d025175e]{background-color:#fff;display:flex;align-items:center;padding:10px}.banner-content[data-v-0130b026],.banner-content[data-v-c904acd0]{overflow-x:auto}.item-list[data-v-c904acd0]{display:flex;justify-content:space-between;margin:10px;border:1px solid #c8c8c8;border-radius:4px;padding:5px}.item-list .l-info[data-v-c904acd0]{font-size:12px;padding-top:4px;width:calc(100% - 100px)}.item-list .l-info p[data-v-c904acd0]{margin:5px 0 0;white-space:nowrap;overflow:hidden;display:flex}.item-list .l-info p .link[data-v-c904acd0]{color:#1b8bff;cursor:pointer}.item-list .l-info p .text[data-v-c904acd0]{white-space:nowrap;text-align:-webkit-auto;text-overflow:ellipsis;overflow:hidden}.item-list .r-image[data-v-c904acd0]{text-align:right}.item-list .r-image .el-icon-close[data-v-c904acd0]{color:#999;font-size:12px;font-weight:600;margin-bottom:6px;cursor:pointer}.item-list .r-image .el-icon-close[data-v-c904acd0]:hover{color:red}.item-list .r-image .image-box[data-v-c904acd0]{width:100px;height:70px;border-radius:5px;overflow:hidden;position:relative;background:#fff;display:flex;justify-content:center;align-items:center}.item-list .r-image .image-box img[data-v-c904acd0]{max-width:100%}.item-list .r-image .image-box .placeholder-text[data-v-c904acd0]{color:#999;font-size:12px}.mt-5px[data-v-c904acd0]{margin-top:5px}.mt-10px[data-v-c904acd0]{margin-top:10px}
|