@gsp-svc/formdoc-upload-vue 1.0.4 → 1.0.5

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.
@@ -4706,6 +4706,7 @@ class UploadDialogService {
4706
4706
  fitContent: false,
4707
4707
  width: 950,
4708
4708
  height: 570,
4709
+ draggable: true,
4709
4710
  render: () => FileUploadNode,
4710
4711
  buttons: [
4711
4712
  {
@@ -4772,6 +4773,7 @@ class UploadDialogService {
4772
4773
  fitContent: false,
4773
4774
  width: 950,
4774
4775
  height: 570,
4776
+ draggable: true,
4775
4777
  render: () => {
4776
4778
  return FileUploadNodeN;
4777
4779
  },
@@ -4707,6 +4707,7 @@ var __forAwait = (obj, it, method) => (it = obj[__knownSymbol("asyncIterator")])
4707
4707
  fitContent: false,
4708
4708
  width: 950,
4709
4709
  height: 570,
4710
+ draggable: true,
4710
4711
  render: () => FileUploadNode,
4711
4712
  buttons: [
4712
4713
  {
@@ -4773,6 +4774,7 @@ var __forAwait = (obj, it, method) => (it = obj[__knownSymbol("asyncIterator")])
4773
4774
  fitContent: false,
4774
4775
  width: 950,
4775
4776
  height: 570,
4777
+ draggable: true,
4776
4778
  render: () => {
4777
4779
  return FileUploadNodeN;
4778
4780
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gsp-svc/formdoc-upload-vue",
3
- "version": "1.0.4",
3
+ "version": "1.0.5",
4
4
  "type": "module",
5
5
  "publishConfig": {
6
6
  "access": "public"