@vipl520/dk-ui 1.0.33 → 1.0.34
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/index.js +12 -8
- package/dist/index.min.js +1 -1
- package/dist/index.min.js.map +1 -1
- package/dist/index.min.mjs +1 -1
- package/dist/index.min.mjs.map +1 -1
- package/dist/index.mjs +12 -8
- package/dist/web-types.json +1 -1
- package/es/audio-input/src/audio-input.vue2.mjs +1 -1
- package/es/audio-input/src/audio-input.vue2.mjs.map +1 -1
- package/es/audio-list-input/src/audio-list-input.vue2.mjs +1 -1
- package/es/audio-list-input/src/audio-list-input.vue2.mjs.map +1 -1
- package/es/file-list-input/src/file-list-input.vue2.mjs +6 -1
- package/es/file-list-input/src/file-list-input.vue2.mjs.map +1 -1
- package/es/image-input/src/image-input.vue2.mjs +1 -1
- package/es/image-input/src/image-input.vue2.mjs.map +1 -1
- package/es/image-list-input/src/image-list-input.vue2.mjs +1 -1
- package/es/image-list-input/src/image-list-input.vue2.mjs.map +1 -1
- package/es/page-diy/src/components/forms/DkEventSelectInput.vue.mjs +1 -1
- package/es/page-diy/src/components/forms/DkEventSelectInput.vue.mjs.map +1 -1
- package/es/page-diy/src/views/web/DkViewDialog.vue.mjs +1 -2
- package/es/page-diy/src/views/web/DkViewDialog.vue.mjs.map +1 -1
- package/es/table/utils/dkTable.mjs.map +1 -1
- package/es/video-input/src/video-input.vue2.mjs +1 -1
- package/es/video-input/src/video-input.vue2.mjs.map +1 -1
- package/es/video-list-input/src/video-list-input.vue2.mjs +1 -1
- package/es/video-list-input/src/video-list-input.vue2.mjs.map +1 -1
- package/lib/audio-input/src/audio-input.vue2.js +1 -1
- package/lib/audio-input/src/audio-input.vue2.js.map +1 -1
- package/lib/audio-list-input/src/audio-list-input.vue2.js +1 -1
- package/lib/audio-list-input/src/audio-list-input.vue2.js.map +1 -1
- package/lib/file-list-input/src/file-list-input.vue2.js +5 -0
- package/lib/file-list-input/src/file-list-input.vue2.js.map +1 -1
- package/lib/image-input/src/image-input.vue2.js +1 -1
- package/lib/image-input/src/image-input.vue2.js.map +1 -1
- package/lib/image-list-input/src/image-list-input.vue2.js +1 -1
- package/lib/image-list-input/src/image-list-input.vue2.js.map +1 -1
- package/lib/page-diy/src/components/forms/DkEventSelectInput.vue.js +1 -1
- package/lib/page-diy/src/components/forms/DkEventSelectInput.vue.js.map +1 -1
- package/lib/page-diy/src/views/web/DkViewDialog.vue.js +0 -1
- package/lib/page-diy/src/views/web/DkViewDialog.vue.js.map +1 -1
- package/lib/table/utils/dkTable.js.map +1 -1
- package/lib/video-input/src/video-input.vue2.js +1 -1
- package/lib/video-input/src/video-input.vue2.js.map +1 -1
- package/lib/video-list-input/src/video-list-input.vue2.js +1 -1
- package/lib/video-list-input/src/video-list-input.vue2.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
@@ -12738,7 +12738,7 @@
|
|
12738
12738
|
};
|
12739
12739
|
return (_ctx, _cache) => {
|
12740
12740
|
const _component_dk_file_input = require$$0.resolveComponent("dk-file-input");
|
12741
|
-
return require$$0.openBlock(), require$$0.createBlock(_component_dk_file_input, require$$0.mergeProps(_ctx.$
|
12741
|
+
return require$$0.openBlock(), require$$0.createBlock(_component_dk_file_input, require$$0.mergeProps(_ctx.$props, {
|
12742
12742
|
modelValue: input.value,
|
12743
12743
|
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => input.value = $event),
|
12744
12744
|
type: 1,
|
@@ -12790,7 +12790,7 @@
|
|
12790
12790
|
};
|
12791
12791
|
return (_ctx, _cache) => {
|
12792
12792
|
const _component_dk_file_input = require$$0.resolveComponent("dk-file-input");
|
12793
|
-
return require$$0.openBlock(), require$$0.createBlock(_component_dk_file_input, require$$0.mergeProps(_ctx.$
|
12793
|
+
return require$$0.openBlock(), require$$0.createBlock(_component_dk_file_input, require$$0.mergeProps(_ctx.$props, {
|
12794
12794
|
modelValue: input.value,
|
12795
12795
|
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => input.value = $event),
|
12796
12796
|
type: 2,
|
@@ -12842,7 +12842,7 @@
|
|
12842
12842
|
};
|
12843
12843
|
return (_ctx, _cache) => {
|
12844
12844
|
const _component_dk_file_input = require$$0.resolveComponent("dk-file-input");
|
12845
|
-
return require$$0.openBlock(), require$$0.createBlock(_component_dk_file_input, require$$0.mergeProps(_ctx.$
|
12845
|
+
return require$$0.openBlock(), require$$0.createBlock(_component_dk_file_input, require$$0.mergeProps(_ctx.$props, {
|
12846
12846
|
modelValue: input.value,
|
12847
12847
|
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => input.value = $event),
|
12848
12848
|
type: 3,
|
@@ -12930,6 +12930,11 @@
|
|
12930
12930
|
class: require$$0.normalizeClass(require$$0.unref(bem)())
|
12931
12931
|
},
|
12932
12932
|
[
|
12933
|
+
require$$0.createTextVNode(
|
12934
|
+
require$$0.toDisplayString(_ctx.limit) + " ",
|
12935
|
+
1
|
12936
|
+
/* TEXT */
|
12937
|
+
),
|
12933
12938
|
require$$0.createElementVNode("div", _hoisted_1$J, [
|
12934
12939
|
require$$0.createElementVNode("ul", null, [
|
12935
12940
|
(require$$0.openBlock(true), require$$0.createElementBlock(
|
@@ -13056,7 +13061,7 @@
|
|
13056
13061
|
};
|
13057
13062
|
return (_ctx, _cache) => {
|
13058
13063
|
const _component_dk_file_list_input = require$$0.resolveComponent("dk-file-list-input");
|
13059
|
-
return require$$0.openBlock(), require$$0.createBlock(_component_dk_file_list_input, require$$0.mergeProps(_ctx.$
|
13064
|
+
return require$$0.openBlock(), require$$0.createBlock(_component_dk_file_list_input, require$$0.mergeProps(_ctx.$props, {
|
13060
13065
|
modelValue: input.value,
|
13061
13066
|
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => input.value = $event),
|
13062
13067
|
class: require$$0.unref(bem)(),
|
@@ -13109,7 +13114,7 @@
|
|
13109
13114
|
};
|
13110
13115
|
return (_ctx, _cache) => {
|
13111
13116
|
const _component_dk_file_list_input = require$$0.resolveComponent("dk-file-list-input");
|
13112
|
-
return require$$0.openBlock(), require$$0.createBlock(_component_dk_file_list_input, require$$0.mergeProps(_ctx.$
|
13117
|
+
return require$$0.openBlock(), require$$0.createBlock(_component_dk_file_list_input, require$$0.mergeProps(_ctx.$props, {
|
13113
13118
|
modelValue: input.value,
|
13114
13119
|
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => input.value = $event),
|
13115
13120
|
class: require$$0.unref(bem)(),
|
@@ -13162,7 +13167,7 @@
|
|
13162
13167
|
};
|
13163
13168
|
return (_ctx, _cache) => {
|
13164
13169
|
const _component_dk_file_list_input = require$$0.resolveComponent("dk-file-list-input");
|
13165
|
-
return require$$0.openBlock(), require$$0.createBlock(_component_dk_file_list_input, require$$0.mergeProps(_ctx.$
|
13170
|
+
return require$$0.openBlock(), require$$0.createBlock(_component_dk_file_list_input, require$$0.mergeProps(_ctx.$props, {
|
13166
13171
|
modelValue: input.value,
|
13167
13172
|
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => input.value = $event),
|
13168
13173
|
class: require$$0.unref(bem)(),
|
@@ -21952,7 +21957,6 @@
|
|
21952
21957
|
|
21953
21958
|
return (require$$0.openBlock(), require$$0.createElementBlock("div", _hoisted_1$o, [
|
21954
21959
|
_hoisted_2$j,
|
21955
|
-
require$$0.createTextVNode(" " + require$$0.toDisplayString(_ctx.$props) + " ", 1 /* TEXT */),
|
21956
21960
|
($data.showDialog)
|
21957
21961
|
? (require$$0.openBlock(), require$$0.createBlock(_component_van_dialog, {
|
21958
21962
|
key: 0,
|
@@ -24953,7 +24957,7 @@
|
|
24953
24957
|
|
24954
24958
|
const _hoisted_1$d = { style: {"display":"flex"} };
|
24955
24959
|
const _hoisted_2$a = { style: {"float":"left"} };
|
24956
|
-
const _hoisted_3$8 = { style: {"float":"right","
|
24960
|
+
const _hoisted_3$8 = { style: {"float":"right","font-size":"13px","color":"#8492a6"} };
|
24957
24961
|
|
24958
24962
|
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
24959
24963
|
const _component_el_option = require$$0.resolveComponent("el-option");
|