3h1-ui 3.0.0-next.261 → 3.0.0-next.263
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/es/index.js +1 -3
- package/es/style.css +1541 -3827
- package/es/ui/src/TablePlus/TableColGroup.vue.d.ts +2 -2
- package/es/ui/src/TablePlus/TablePlus.vue.d.ts +6 -6
- package/es/ui/src/Upload/index.d.ts +44 -44
- package/es/ui/src/Upload/src/BasicUpload.vue.d.ts +13 -13
- package/es/ui/src/Upload/src/components/FileList.d.ts +3 -3
- package/es/ui/src/Upload/src/components/ImageUpload.vue.d.ts +3 -3
- package/es/ui/src/Upload/src/components/UploadModal.vue.d.ts +6 -6
- package/es/ui/src/Upload/src/components/UploadPreviewModal.vue.d.ts +3 -3
- package/lib/index.js +1 -3
- package/lib/style.css +1541 -3827
- package/lib/ui/src/TablePlus/TableColGroup.vue.d.ts +2 -2
- package/lib/ui/src/TablePlus/TablePlus.vue.d.ts +6 -6
- package/lib/ui/src/Upload/index.d.ts +44 -44
- package/lib/ui/src/Upload/src/BasicUpload.vue.d.ts +13 -13
- package/lib/ui/src/Upload/src/components/FileList.d.ts +3 -3
- package/lib/ui/src/Upload/src/components/ImageUpload.vue.d.ts +3 -3
- package/lib/ui/src/Upload/src/components/UploadModal.vue.d.ts +6 -6
- package/lib/ui/src/Upload/src/components/UploadPreviewModal.vue.d.ts +3 -3
- package/package.json +2 -2
package/es/index.js
CHANGED
|
@@ -26735,9 +26735,7 @@ const ShyFormVxeTable = /* @__PURE__ */ defineComponent({
|
|
|
26735
26735
|
oSize: props2.showRowCount * 2
|
|
26736
26736
|
},
|
|
26737
26737
|
"scrollX": {
|
|
26738
|
-
enabled:
|
|
26739
|
-
gt: 0,
|
|
26740
|
-
oSize: 4
|
|
26738
|
+
enabled: false
|
|
26741
26739
|
},
|
|
26742
26740
|
"cellStyle": {
|
|
26743
26741
|
wordBreak: "break-all",
|