@wfrog/vc-ui 1.9.13 → 1.9.14
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.
|
@@ -83,6 +83,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
83
83
|
renderSlot(_ctx.$slots, "action"),
|
|
84
84
|
__props.editable && unref(isEditing) ? (openBlock(), createBlock(Component$2, {
|
|
85
85
|
key: 0,
|
|
86
|
+
disabled: __props.disabled,
|
|
86
87
|
icon: { name: "Close" },
|
|
87
88
|
onClick: handleCancel
|
|
88
89
|
}, {
|
|
@@ -90,9 +91,10 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
90
91
|
createTextVNode("取消", -1)
|
|
91
92
|
])]),
|
|
92
93
|
_: 1
|
|
93
|
-
})) : createCommentVNode("", true),
|
|
94
|
+
}, 8, ["disabled"])) : createCommentVNode("", true),
|
|
94
95
|
__props.editable && unref(isEditing) ? (openBlock(), createBlock(Component$2, {
|
|
95
96
|
key: 1,
|
|
97
|
+
disabled: __props.disabled,
|
|
96
98
|
icon: { name: "Check" },
|
|
97
99
|
type: "primary",
|
|
98
100
|
onClick: handleSave
|
|
@@ -101,9 +103,10 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
101
103
|
createTextVNode("保存", -1)
|
|
102
104
|
])]),
|
|
103
105
|
_: 1
|
|
104
|
-
})) : createCommentVNode("", true),
|
|
106
|
+
}, 8, ["disabled"])) : createCommentVNode("", true),
|
|
105
107
|
__props.editable && !unref(isEditing) ? (openBlock(), createBlock(Component$2, {
|
|
106
108
|
key: 2,
|
|
109
|
+
disabled: __props.disabled,
|
|
107
110
|
icon: { name: "EditPen" },
|
|
108
111
|
type: "primary",
|
|
109
112
|
onClick: handleEdit
|
|
@@ -112,7 +115,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
112
115
|
createTextVNode("编辑", -1)
|
|
113
116
|
])]),
|
|
114
117
|
_: 1
|
|
115
|
-
})) : createCommentVNode("", true)
|
|
118
|
+
}, 8, ["disabled"])) : createCommentVNode("", true)
|
|
116
119
|
], 2)
|
|
117
120
|
], 2),
|
|
118
121
|
createVNode(Component$3, {
|
|
@@ -89,6 +89,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
89
89
|
renderSlot(_ctx.$slots, "action"),
|
|
90
90
|
unref(isEditing) ? (openBlock(), createBlock(Component$3, {
|
|
91
91
|
key: 0,
|
|
92
|
+
disabled: __props.disabled,
|
|
92
93
|
loading: __props.loading,
|
|
93
94
|
icon: { name: "Close" },
|
|
94
95
|
onClick: handleCancel
|
|
@@ -97,9 +98,10 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
97
98
|
createTextVNode("取消", -1)
|
|
98
99
|
])]),
|
|
99
100
|
_: 1
|
|
100
|
-
}, 8, ["loading"])) : createCommentVNode("", true),
|
|
101
|
+
}, 8, ["disabled", "loading"])) : createCommentVNode("", true),
|
|
101
102
|
unref(isEditing) ? (openBlock(), createBlock(Component$3, {
|
|
102
103
|
key: 1,
|
|
104
|
+
disabled: __props.disabled,
|
|
103
105
|
loading: __props.loading,
|
|
104
106
|
icon: { name: "Check" },
|
|
105
107
|
type: "primary",
|
|
@@ -109,9 +111,10 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
109
111
|
createTextVNode("保存", -1)
|
|
110
112
|
])]),
|
|
111
113
|
_: 1
|
|
112
|
-
}, 8, ["loading"])) : createCommentVNode("", true),
|
|
114
|
+
}, 8, ["disabled", "loading"])) : createCommentVNode("", true),
|
|
113
115
|
__props.editable && !unref(isEditing) ? (openBlock(), createBlock(Component$3, {
|
|
114
116
|
key: 2,
|
|
117
|
+
disabled: __props.disabled,
|
|
115
118
|
loading: __props.loading,
|
|
116
119
|
icon: { name: "EditPen" },
|
|
117
120
|
type: "primary",
|
|
@@ -121,7 +124,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
121
124
|
createTextVNode("编辑", -1)
|
|
122
125
|
])]),
|
|
123
126
|
_: 1
|
|
124
|
-
}, 8, ["loading"])) : createCommentVNode("", true)
|
|
127
|
+
}, 8, ["disabled", "loading"])) : createCommentVNode("", true)
|
|
125
128
|
]),
|
|
126
129
|
default: withCtx(() => [
|
|
127
130
|
withDirectives((openBlock(), createBlock(resolveDynamicComponent(unref(formComponent)), mergeProps({
|
|
@@ -149,8 +152,8 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
149
152
|
}
|
|
150
153
|
});
|
|
151
154
|
|
|
152
|
-
/* unplugin-vue-components disabled */const icon = "
|
|
153
|
-
const form = "
|
|
155
|
+
/* unplugin-vue-components disabled */const icon = "_icon_1nnr8_1";
|
|
156
|
+
const form = "_form_1nnr8_6";
|
|
154
157
|
const style0 = {
|
|
155
158
|
icon: icon,
|
|
156
159
|
form: form
|
|
@@ -1,15 +1,14 @@
|
|
|
1
1
|
/* source: src/components/explorer-modal-form/explorer-modal-form.vue */
|
|
2
|
-
.
|
|
2
|
+
._icon_1nnr8_1 {
|
|
3
3
|
margin-right: 4px;
|
|
4
4
|
font-size: var(--el-font-size-extra-large);
|
|
5
5
|
}
|
|
6
|
-
.
|
|
6
|
+
._form_1nnr8_6 {
|
|
7
7
|
display: flex;
|
|
8
8
|
flex-grow: 1;
|
|
9
9
|
align-items: flex-start;
|
|
10
|
-
flex-direction: column;
|
|
11
10
|
}
|
|
12
|
-
.
|
|
11
|
+
._form_1nnr8_6 > .el-row {
|
|
13
12
|
flex-grow: 1;
|
|
14
13
|
margin: 0 !important;
|
|
15
14
|
}
|
package/dist/es/index.mjs
CHANGED
|
@@ -156,7 +156,7 @@ const __vite_glob_0_47 = /*#__PURE__*/Object.freeze(/*#__PURE__*/Object.definePr
|
|
|
156
156
|
default: _sfc_main$8
|
|
157
157
|
}, Symbol.toStringTag, { value: 'Module' }));
|
|
158
158
|
|
|
159
|
-
const version = "1.9.
|
|
159
|
+
const version = "1.9.14";
|
|
160
160
|
|
|
161
161
|
const modules = /* #__PURE__ */ Object.assign({"./components/awesome-icon/awesome-icon.vue": __vite_glob_0_0,"./components/backbottom/backbottom.vue": __vite_glob_0_1,"./components/button/button.vue": __vite_glob_0_2,"./components/chat-container/chat-container.vue": __vite_glob_0_3,"./components/choice-boolean/choice-boolean.vue": __vite_glob_0_4,"./components/choice/choice.vue": __vite_glob_0_5,"./components/color-switcher/color-switcher.vue": __vite_glob_0_6,"./components/config-provider/config-provider.vue": __vite_glob_0_7,"./components/cropper/cropper.vue": __vite_glob_0_8,"./components/currency/currency.vue": __vite_glob_0_9,"./components/dark-switcher/dark-switcher.vue": __vite_glob_0_10,"./components/daterange-picker/daterange-picker.vue": __vite_glob_0_11,"./components/dialog-camera-upload/dialog-camera-upload.vue": __vite_glob_0_12,"./components/dialog-map-point/dialog-map-point.vue": __vite_glob_0_13,"./components/dialog-upload-images/dialog-upload-images.vue": __vite_glob_0_14,"./components/dialog/dialog.vue": __vite_glob_0_15,"./components/drag-verify/drag-verify.vue": __vite_glob_0_16,"./components/drawer/drawer.vue": __vite_glob_0_17,"./components/easy-pagination/easy-pagination.vue": __vite_glob_0_18,"./components/el-icon/el-icon.vue": __vite_glob_0_19,"./components/explorer-column-table/explorer-column-table.vue": __vite_glob_0_20,"./components/explorer-container/explorer-container.vue": __vite_glob_0_21,"./components/explorer-filter/explorer-filter.vue": __vite_glob_0_22,"./components/explorer-footer/explorer-footer.vue": __vite_glob_0_23,"./components/explorer-form/explorer-form.vue": __vite_glob_0_24,"./components/explorer-list/explorer-list.vue": __vite_glob_0_25,"./components/explorer-modal-form/explorer-modal-form.vue": __vite_glob_0_26,"./components/explorer-panel/explorer-panel.vue": __vite_glob_0_27,"./components/explorer-query/explorer-query.vue": __vite_glob_0_28,"./components/explorer-table/explorer-table.vue": __vite_glob_0_29,"./components/explorer-tools/explorer-tools.vue": __vite_glob_0_30,"./components/explorer-tree/explorer-tree.vue": __vite_glob_0_31,"./components/explorer/explorer.vue": __vite_glob_0_32,"./components/flag/flag.vue": __vite_glob_0_33,"./components/icon-picker/icon-picker.vue": __vite_glob_0_34,"./components/icon/icon.vue": __vite_glob_0_35,"./components/iconify-icon/iconify-icon.vue": __vite_glob_0_36,"./components/image/image.vue": __vite_glob_0_37,"./components/input-number/input-number.vue": __vite_glob_0_38,"./components/input/input.vue": __vite_glob_0_39,"./components/pca-picker/pca-picker.vue": __vite_glob_0_40,"./components/qr-code/qr-code.vue": __vite_glob_0_41,"./components/screenfull/screenfull.vue": __vite_glob_0_42,"./components/scrollbar/scrollbar.vue": __vite_glob_0_43,"./components/select/select.vue": __vite_glob_0_44,"./components/single-player/single-player.vue": __vite_glob_0_45,"./components/splitter-panel/splitter-panel.vue": __vite_glob_0_46,"./components/splitter/splitter.vue": __vite_glob_0_47,"./components/svg-icon/svg-icon.vue": __vite_glob_0_48,"./components/switch/switch.vue": __vite_glob_0_49,"./components/sync-scroll-container/sync-scroll-container.vue": __vite_glob_0_50,"./components/tags/tags.vue": __vite_glob_0_51,"./components/text-ellipsis/text-ellipsis.vue": __vite_glob_0_52,"./components/thousand-input/thousand-input.vue": __vite_glob_0_53,"./components/tinymce/tinymce.vue": __vite_glob_0_54,"./components/transfer-panel/transfer-panel.vue": __vite_glob_0_55,"./components/transfer/transfer.vue": __vite_glob_0_56,"./components/tree-picker/tree-picker.vue": __vite_glob_0_57,"./components/upload-file/upload-file.vue": __vite_glob_0_58});
|
|
162
162
|
const upper = (_, letter) => letter.toUpperCase();
|
package/dist/index.css
CHANGED
|
@@ -752,17 +752,16 @@ div._main_k37nc_1 ._header_k37nc_48 {
|
|
|
752
752
|
margin: 0 -8px;
|
|
753
753
|
}
|
|
754
754
|
/* source: src/components/explorer-modal-form/explorer-modal-form.vue */
|
|
755
|
-
.
|
|
755
|
+
._icon_1nnr8_1 {
|
|
756
756
|
margin-right: 4px;
|
|
757
757
|
font-size: var(--el-font-size-extra-large);
|
|
758
758
|
}
|
|
759
|
-
.
|
|
759
|
+
._form_1nnr8_6 {
|
|
760
760
|
display: flex;
|
|
761
761
|
flex-grow: 1;
|
|
762
762
|
align-items: flex-start;
|
|
763
|
-
flex-direction: column;
|
|
764
763
|
}
|
|
765
|
-
.
|
|
764
|
+
._form_1nnr8_6 > .el-row {
|
|
766
765
|
flex-grow: 1;
|
|
767
766
|
margin: 0 !important;
|
|
768
767
|
}
|