@vipl520/dk-ui 1.0.33 → 1.0.35

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.
Files changed (44) hide show
  1. package/dist/index.js +7 -8
  2. package/dist/index.min.js +1 -1
  3. package/dist/index.min.js.map +1 -1
  4. package/dist/index.min.mjs +1 -1
  5. package/dist/index.min.mjs.map +1 -1
  6. package/dist/index.mjs +7 -8
  7. package/dist/web-types.json +1 -1
  8. package/es/audio-input/src/audio-input.vue2.mjs +1 -1
  9. package/es/audio-input/src/audio-input.vue2.mjs.map +1 -1
  10. package/es/audio-list-input/src/audio-list-input.vue2.mjs +1 -1
  11. package/es/audio-list-input/src/audio-list-input.vue2.mjs.map +1 -1
  12. package/es/file-list-input/src/file-list-input.vue2.mjs.map +1 -1
  13. package/es/image-input/src/image-input.vue2.mjs +1 -1
  14. package/es/image-input/src/image-input.vue2.mjs.map +1 -1
  15. package/es/image-list-input/src/image-list-input.vue2.mjs +1 -1
  16. package/es/image-list-input/src/image-list-input.vue2.mjs.map +1 -1
  17. package/es/page-diy/src/components/forms/DkEventSelectInput.vue.mjs +1 -1
  18. package/es/page-diy/src/components/forms/DkEventSelectInput.vue.mjs.map +1 -1
  19. package/es/page-diy/src/views/web/DkViewDialog.vue.mjs +1 -2
  20. package/es/page-diy/src/views/web/DkViewDialog.vue.mjs.map +1 -1
  21. package/es/table/utils/dkTable.mjs.map +1 -1
  22. package/es/video-input/src/video-input.vue2.mjs +1 -1
  23. package/es/video-input/src/video-input.vue2.mjs.map +1 -1
  24. package/es/video-list-input/src/video-list-input.vue2.mjs +1 -1
  25. package/es/video-list-input/src/video-list-input.vue2.mjs.map +1 -1
  26. package/lib/audio-input/src/audio-input.vue2.js +1 -1
  27. package/lib/audio-input/src/audio-input.vue2.js.map +1 -1
  28. package/lib/audio-list-input/src/audio-list-input.vue2.js +1 -1
  29. package/lib/audio-list-input/src/audio-list-input.vue2.js.map +1 -1
  30. package/lib/file-list-input/src/file-list-input.vue2.js.map +1 -1
  31. package/lib/image-input/src/image-input.vue2.js +1 -1
  32. package/lib/image-input/src/image-input.vue2.js.map +1 -1
  33. package/lib/image-list-input/src/image-list-input.vue2.js +1 -1
  34. package/lib/image-list-input/src/image-list-input.vue2.js.map +1 -1
  35. package/lib/page-diy/src/components/forms/DkEventSelectInput.vue.js +1 -1
  36. package/lib/page-diy/src/components/forms/DkEventSelectInput.vue.js.map +1 -1
  37. package/lib/page-diy/src/views/web/DkViewDialog.vue.js +0 -1
  38. package/lib/page-diy/src/views/web/DkViewDialog.vue.js.map +1 -1
  39. package/lib/table/utils/dkTable.js.map +1 -1
  40. package/lib/video-input/src/video-input.vue2.js +1 -1
  41. package/lib/video-input/src/video-input.vue2.js.map +1 -1
  42. package/lib/video-list-input/src/video-list-input.vue2.js +1 -1
  43. package/lib/video-list-input/src/video-list-input.vue2.js.map +1 -1
  44. 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.$attrs, {
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.$attrs, {
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.$attrs, {
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,
@@ -13056,7 +13056,7 @@
13056
13056
  };
13057
13057
  return (_ctx, _cache) => {
13058
13058
  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.$attrs, {
13059
+ return require$$0.openBlock(), require$$0.createBlock(_component_dk_file_list_input, require$$0.mergeProps(_ctx.$props, {
13060
13060
  modelValue: input.value,
13061
13061
  "onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => input.value = $event),
13062
13062
  class: require$$0.unref(bem)(),
@@ -13109,7 +13109,7 @@
13109
13109
  };
13110
13110
  return (_ctx, _cache) => {
13111
13111
  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.$attrs, {
13112
+ return require$$0.openBlock(), require$$0.createBlock(_component_dk_file_list_input, require$$0.mergeProps(_ctx.$props, {
13113
13113
  modelValue: input.value,
13114
13114
  "onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => input.value = $event),
13115
13115
  class: require$$0.unref(bem)(),
@@ -13162,7 +13162,7 @@
13162
13162
  };
13163
13163
  return (_ctx, _cache) => {
13164
13164
  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.$attrs, {
13165
+ return require$$0.openBlock(), require$$0.createBlock(_component_dk_file_list_input, require$$0.mergeProps(_ctx.$props, {
13166
13166
  modelValue: input.value,
13167
13167
  "onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => input.value = $event),
13168
13168
  class: require$$0.unref(bem)(),
@@ -21952,7 +21952,6 @@
21952
21952
 
21953
21953
  return (require$$0.openBlock(), require$$0.createElementBlock("div", _hoisted_1$o, [
21954
21954
  _hoisted_2$j,
21955
- require$$0.createTextVNode(" " + require$$0.toDisplayString(_ctx.$props) + " ", 1 /* TEXT */),
21956
21955
  ($data.showDialog)
21957
21956
  ? (require$$0.openBlock(), require$$0.createBlock(_component_van_dialog, {
21958
21957
  key: 0,
@@ -24953,7 +24952,7 @@
24953
24952
 
24954
24953
  const _hoisted_1$d = { style: {"display":"flex"} };
24955
24954
  const _hoisted_2$a = { style: {"float":"left"} };
24956
- const _hoisted_3$8 = { style: {"float":"right","color":"#8492a6","font-size":"13px"} };
24955
+ const _hoisted_3$8 = { style: {"float":"right","font-size":"13px","color":"#8492a6"} };
24957
24956
 
24958
24957
  function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
24959
24958
  const _component_el_option = require$$0.resolveComponent("el-option");