vxe-table 4.20.6 → 4.20.7
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/dist/all.esm.js +6 -6
- package/dist/style.css +1 -1
- package/dist/style.min.css +1 -1
- package/es/{iconfont.1784791298289.ttf → iconfont.1784868296497.ttf} +0 -0
- package/es/iconfont.1784868296497.woff +0 -0
- package/es/iconfont.1784868296497.woff2 +0 -0
- package/es/index.css +1 -1
- package/es/index.min.css +1 -1
- package/es/style.css +1 -1
- package/es/style.min.css +1 -1
- package/es/table/module/custom/panel.js +2 -2
- package/es/table/module/export/util.js +1 -1
- package/es/table/style.css +42 -21
- package/es/table/style.min.css +1 -1
- package/es/ui/index.js +2 -2
- package/es/ui/src/log.js +1 -1
- package/es/vxe-table/style.css +42 -21
- package/es/vxe-table/style.min.css +1 -1
- package/lib/{iconfont.1784791298289.ttf → iconfont.1784868296497.ttf} +0 -0
- package/lib/iconfont.1784868296497.woff +0 -0
- package/lib/iconfont.1784868296497.woff2 +0 -0
- package/lib/index.css +1 -1
- package/lib/index.min.css +1 -1
- package/lib/index.umd.js +6 -6
- package/lib/index.umd.min.js +1 -1
- package/lib/style.css +1 -1
- package/lib/style.min.css +1 -1
- package/lib/table/module/custom/panel.js +2 -2
- package/lib/table/module/custom/panel.min.js +1 -1
- package/lib/table/module/export/util.js +1 -1
- package/lib/table/module/export/util.min.js +1 -1
- package/lib/table/style/style.css +42 -21
- package/lib/table/style/style.min.css +1 -1
- package/lib/ui/index.js +2 -2
- package/lib/ui/index.min.js +1 -1
- package/lib/ui/src/log.js +1 -1
- package/lib/ui/src/log.min.js +1 -1
- package/lib/vxe-table/style/style.css +42 -21
- package/lib/vxe-table/style/style.min.css +1 -1
- package/package.json +2 -2
- package/packages/table/module/custom/panel.ts +2 -2
- package/packages/table/module/export/util.ts +1 -1
- package/packages/ui/index.ts +1 -1
- package/styles/components/icon.scss +5 -1
- package/styles/helpers/baseMixin.scss +16 -5
- package/styles/icon/iconfont.ttf +0 -0
- package/styles/icon/iconfont.woff +0 -0
- package/styles/icon/iconfont.woff2 +0 -0
- package/es/iconfont.1784791298289.woff +0 -0
- package/es/iconfont.1784791298289.woff2 +0 -0
- package/lib/iconfont.1784791298289.woff +0 -0
- package/lib/iconfont.1784791298289.woff2 +0 -0
package/lib/index.umd.js
CHANGED
|
@@ -3314,7 +3314,7 @@ function getDefaultConfig(val1, def1) {
|
|
|
3314
3314
|
/* unused harmony import specifier */ var VxeUI;
|
|
3315
3315
|
|
|
3316
3316
|
|
|
3317
|
-
const version = "4.20.
|
|
3317
|
+
const version = "4.20.7";
|
|
3318
3318
|
core_.VxeUI.version = version;
|
|
3319
3319
|
core_.VxeUI.tableVersion = version;
|
|
3320
3320
|
core_.VxeUI.setConfig({
|
|
@@ -3695,7 +3695,7 @@ core_.VxeUI.setIcon({
|
|
|
3695
3695
|
TOOLBAR_TOOLS_PRINT: iconPrefix + 'print',
|
|
3696
3696
|
TOOLBAR_TOOLS_FULLSCREEN: iconPrefix + 'fullscreen',
|
|
3697
3697
|
TOOLBAR_TOOLS_MINIMIZE: iconPrefix + 'minimize',
|
|
3698
|
-
TOOLBAR_TOOLS_CUSTOM: iconPrefix + '
|
|
3698
|
+
TOOLBAR_TOOLS_CUSTOM: iconPrefix + 'setting',
|
|
3699
3699
|
TOOLBAR_TOOLS_FIXED_LEFT: iconPrefix + 'fixed-left',
|
|
3700
3700
|
TOOLBAR_TOOLS_FIXED_LEFT_ACTIVE: iconPrefix + 'fixed-left-fill',
|
|
3701
3701
|
TOOLBAR_TOOLS_FIXED_RIGHT: iconPrefix + 'fixed-right',
|
|
@@ -4118,7 +4118,7 @@ function getPopupContainer(appendTo) {
|
|
|
4118
4118
|
const {
|
|
4119
4119
|
log: log_log
|
|
4120
4120
|
} = core_.VxeUI;
|
|
4121
|
-
const tableVersion = `table v${"4.20.
|
|
4121
|
+
const tableVersion = `table v${"4.20.7"}`;
|
|
4122
4122
|
function createComponentLog(name) {
|
|
4123
4123
|
const uiVersion = core_.VxeUI.uiVersion ? `ui v${core_.VxeUI.uiVersion}` : '';
|
|
4124
4124
|
const ganttVersion = core_.VxeUI.ganttVersion ? `gantt v${core_.VxeUI.ganttVersion}` : '';
|
|
@@ -11152,8 +11152,8 @@ function panel_createInternalData() {
|
|
|
11152
11152
|
immediate: false,
|
|
11153
11153
|
disabled: isHidden,
|
|
11154
11154
|
modelValue: column.renderResizeWidth,
|
|
11155
|
-
min: customMinWidth ||
|
|
11156
|
-
max: customMaxWidth ||
|
|
11155
|
+
min: customMinWidth || 0,
|
|
11156
|
+
max: customMaxWidth || 9999,
|
|
11157
11157
|
'onUpdate:modelValue'(value) {
|
|
11158
11158
|
const width = Math.max(0, Number(value));
|
|
11159
11159
|
column.renderResizeWidth = width;
|
|
@@ -15143,7 +15143,7 @@ edit_hook_hooks.add('tableEditModule', {
|
|
|
15143
15143
|
});
|
|
15144
15144
|
;// ./packages/table/module/export/util.ts
|
|
15145
15145
|
// 默认导出或打印的 HTML 样式
|
|
15146
|
-
const defaultHtmlStyle = 'body{padding:0;color:rgba(0,0,0,0.7);font-family:"Microsoft YaHei",微软雅黑,"MicrosoftJhengHei",华文细黑,STHeiti,MingLiu
|
|
15146
|
+
const defaultHtmlStyle = 'body{padding:0;color:rgba(0,0,0,0.7);font-family:"Microsoft YaHei",微软雅黑,"MicrosoftJhengHei",华文细黑,STHeiti,MingLiu}body *{-webkit-box-sizing:border-box;box-sizing:border-box}.vxe-table{border-collapse:collapse;text-align:left;border-spacing:0}.vxe-table.is--default-width,.vxe-table.is--auto-width{width:100%}.vxe-table.is--scale-width{table-layout:fixed}.vxe-table,.vxe-table th,.vxe-table td,.vxe-table td{white-space:pre-line;word-break:break-all;border-color:#D0D0D0;border-style:solid;border-width:0}.border--default,.border--full,.border--outer{border-top-width:1px}.border--default,.border--full,.border--outer{border-left-width:1px}.border--outer,.border--default th,.border--default td,.border--full th,.border--full td,.border--outer th,.border--inner th,.border--inner td{border-bottom-width:1px}.border--default,.border--outer,.border--full th,.border--full td{border-right-width:1px}.border--default th,.border--full th,.border--outer th{background-color:#f8f8f9}.vxe-table td>div,.vxe-table th>div{padding:0.5em 0.4em}.col--center{text-align:center}.col--right{text-align:right}.vxe-table .col--ellipsis>div{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;word-break:break-all}.vxe-table--tree-node{text-align:left}.vxe-table--tree-node-wrapper{position:relative}.vxe-table--tree-icon-wrapper{position:absolute;top:50%;width:1em;height:1em;text-align:center;-webkit-transform:translateY(-50%);transform:translateY(-50%);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer}.vxe-table--tree-unfold-icon,.vxe-table--tree-fold-icon{position:absolute;width:0;height:0;border-style:solid;border-width:0.5em;border-right-color:transparent;border-bottom-color:transparent}.vxe-table--tree-unfold-icon{left:.3em;top:0;border-left-color:#939599;border-top-color:transparent}.vxe-table--tree-fold-icon{left:0;top:.3em;border-left-color:transparent;border-top-color:#939599}.vxe-table--tree-cell{display:block;padding-left:1.5em}.vxe-table input[type="checkbox"]{margin:0}.vxe-table input[type="checkbox"],.vxe-table input[type="radio"],.vxe-table input[type="checkbox"]+span,.vxe-table input[type="radio"]+span{vertical-align:middle;padding-left:0.4em}';
|
|
15147
15147
|
function getExportBlobByContent(content, options) {
|
|
15148
15148
|
return new Blob([content], {
|
|
15149
15149
|
type: `text/${options.type};charset=utf-8;`
|