@jetlinks-web/components 2.6.11 → 2.6.12
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/EditTable/Body.js +0 -1
- package/es/EditTable/components/Search/sort.js +1 -1
- package/es/EditTable/style/body.less +1 -0
- package/es/EditTable/style/index.css +4 -3
- package/es/EditTable/style/table.less +3 -3
- package/es/FullPage/FullPage.js +1 -1
- package/es/Search/Advanced/SaveHistory.js +1 -1
- package/es/Search/Item.js +1 -1
- package/es/style/index.css +4 -3
- package/lib/EditTable/Body.js +0 -1
- package/lib/EditTable/components/Search/sort.js +1 -1
- package/lib/EditTable/style/body.less +1 -0
- package/lib/EditTable/style/index.css +4 -3
- package/lib/EditTable/style/table.less +3 -3
- package/lib/FullPage/FullPage.js +1 -1
- package/lib/Search/Advanced/SaveHistory.js +1 -1
- package/lib/Search/Item.js +1 -1
- package/lib/style/index.css +4 -3
- package/package.json +3 -3
package/es/EditTable/Body.js
CHANGED
|
@@ -240,7 +240,6 @@ const __sfc_main__ = Object.assign({
|
|
|
240
240
|
key: `record_${item.__key}`,
|
|
241
241
|
style: _normalizeStyle({
|
|
242
242
|
height: `${_ctx.cellHeight}px`,
|
|
243
|
-
lineHeight: `${_ctx.cellHeight}px`,
|
|
244
243
|
transform: `-${_unref(hScroll) || 0}px`
|
|
245
244
|
}),
|
|
246
245
|
"data-row-key": item[_ctx.rowKey] || virtualRang.start + index + 1,
|
|
@@ -42,7 +42,7 @@ function _optionalChain(ops) { let lastAccessLHS = undefined; let value = ops[0]
|
|
|
42
42
|
"onDesc": "setup-const"
|
|
43
43
|
} */
|
|
44
44
|
import { unref as _unref, toDisplayString as _toDisplayString, createElementVNode as _createElementVNode, resolveComponent as _resolveComponent, openBlock as _openBlock, createBlock as _createBlock, createCommentVNode as _createCommentVNode, createTextVNode as _createTextVNode, withCtx as _withCtx, createVNode as _createVNode, normalizeClass as _normalizeClass, pushScopeId as _pushScopeId, popScopeId as _popScopeId } from "vue";
|
|
45
|
-
const _withScopeId = n => (_pushScopeId("data-v-
|
|
45
|
+
const _withScopeId = n => (_pushScopeId("data-v-1744797585363"), n = n(), _popScopeId(), n);
|
|
46
46
|
const _hoisted_1 = { class: "jetlinks-table-sort-content" };
|
|
47
47
|
const _hoisted_2 = { class: "jetlinks-table-sort-title" };
|
|
48
48
|
const _hoisted_3 = { class: "table-sort-body" };
|
|
@@ -34,9 +34,9 @@
|
|
|
34
34
|
}
|
|
35
35
|
.jetlinks-edit-table-wrapper .jetlinks-edit-table .jetlinks-table-horizontal-scroll {
|
|
36
36
|
width: 100%;
|
|
37
|
-
height:
|
|
38
|
-
min-height:
|
|
39
|
-
max-height:
|
|
37
|
+
height: 15px;
|
|
38
|
+
min-height: 15px;
|
|
39
|
+
max-height: 15px;
|
|
40
40
|
display: flex;
|
|
41
41
|
}
|
|
42
42
|
.jetlinks-edit-table-wrapper .jetlinks-edit-table .jetlinks-table-horizontal-scroll .jetlinks-table-horizontal-scroll-bar {
|
|
@@ -68,6 +68,7 @@
|
|
|
68
68
|
}
|
|
69
69
|
.jetlinks-edit-table-body-viewport .jetlinks-edit-table-center .jetlinks-edit-table-row {
|
|
70
70
|
width: 100%;
|
|
71
|
+
display: flex;
|
|
71
72
|
align-items: center;
|
|
72
73
|
transition: top 0.2s, height 0.2s, background-color 0.1s;
|
|
73
74
|
border-bottom: 1px solid #ebebeb;
|
package/es/FullPage/FullPage.js
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
} */
|
|
10
10
|
import { defineComponent as _defineComponent } from 'vue';
|
|
11
11
|
import { unref as _unref, renderSlot as _renderSlot, createElementVNode as _createElementVNode, normalizeStyle as _normalizeStyle, openBlock as _openBlock, createElementBlock as _createElementBlock, pushScopeId as _pushScopeId, popScopeId as _popScopeId } from "vue";
|
|
12
|
-
const _withScopeId = n => (_pushScopeId("data-v-
|
|
12
|
+
const _withScopeId = n => (_pushScopeId("data-v-1744797583796"), n = n(), _popScopeId(), n);
|
|
13
13
|
const _hoisted_1 = { class: "full-page-warp-content" };
|
|
14
14
|
import { ref, inject } from 'vue';
|
|
15
15
|
import { useElementBounding } from '@vueuse/core';
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
} */
|
|
24
24
|
import { defineComponent as _defineComponent } from 'vue';
|
|
25
25
|
import { unref as _unref, createVNode as _createVNode, withCtx as _withCtx, toDisplayString as _toDisplayString, createTextVNode as _createTextVNode, openBlock as _openBlock, createElementBlock as _createElementBlock, createCommentVNode as _createCommentVNode, createBlock as _createBlock, pushScopeId as _pushScopeId, popScopeId as _popScopeId } from "vue";
|
|
26
|
-
const _withScopeId = n => (_pushScopeId("data-v-
|
|
26
|
+
const _withScopeId = n => (_pushScopeId("data-v-1744797585097"), n = n(), _popScopeId(), n);
|
|
27
27
|
const _hoisted_1 = {
|
|
28
28
|
key: 0,
|
|
29
29
|
style: { "width": "240px" }
|
package/es/Search/Item.js
CHANGED
|
@@ -80,7 +80,7 @@ function _optionalChain(ops) { let lastAccessLHS = undefined; let value = ops[0]
|
|
|
80
80
|
} */
|
|
81
81
|
import { defineComponent as _defineComponent } from 'vue';
|
|
82
82
|
import { unref as _unref, openBlock as _openBlock, createBlock as _createBlock, createCommentVNode as _createCommentVNode, toDisplayString as _toDisplayString, createElementBlock as _createElementBlock, createVNode as _createVNode, Fragment as _Fragment, normalizeStyle as _normalizeStyle, mergeProps as _mergeProps, resolveDynamicComponent as _resolveDynamicComponent, withCtx as _withCtx, createElementVNode as _createElementVNode, pushScopeId as _pushScopeId, popScopeId as _popScopeId } from "vue";
|
|
83
|
-
const _withScopeId = n => (_pushScopeId("data-v-
|
|
83
|
+
const _withScopeId = n => (_pushScopeId("data-v-1744797584295"), n = n(), _popScopeId(), n);
|
|
84
84
|
const _hoisted_1 = { class: "JSearch-item" };
|
|
85
85
|
const _hoisted_2 = {
|
|
86
86
|
key: 0,
|
package/es/style/index.css
CHANGED
|
@@ -4858,9 +4858,9 @@ span.ant-radio + * {
|
|
|
4858
4858
|
}
|
|
4859
4859
|
.jetlinks-edit-table-wrapper .jetlinks-edit-table .jetlinks-table-horizontal-scroll {
|
|
4860
4860
|
width: 100%;
|
|
4861
|
-
height:
|
|
4862
|
-
min-height:
|
|
4863
|
-
max-height:
|
|
4861
|
+
height: 15px;
|
|
4862
|
+
min-height: 15px;
|
|
4863
|
+
max-height: 15px;
|
|
4864
4864
|
display: flex;
|
|
4865
4865
|
}
|
|
4866
4866
|
.jetlinks-edit-table-wrapper .jetlinks-edit-table .jetlinks-table-horizontal-scroll .jetlinks-table-horizontal-scroll-bar {
|
|
@@ -4892,6 +4892,7 @@ span.ant-radio + * {
|
|
|
4892
4892
|
}
|
|
4893
4893
|
.jetlinks-edit-table-body-viewport .jetlinks-edit-table-center .jetlinks-edit-table-row {
|
|
4894
4894
|
width: 100%;
|
|
4895
|
+
display: flex;
|
|
4895
4896
|
align-items: center;
|
|
4896
4897
|
transition: top 0.2s, height 0.2s, background-color 0.1s;
|
|
4897
4898
|
border-bottom: 1px solid #ebebeb;
|
package/lib/EditTable/Body.js
CHANGED
|
@@ -240,7 +240,6 @@ const __sfc_main__ = Object.assign({
|
|
|
240
240
|
key: `record_${item.__key}`,
|
|
241
241
|
style: _normalizeStyle({
|
|
242
242
|
height: `${_ctx.cellHeight}px`,
|
|
243
|
-
lineHeight: `${_ctx.cellHeight}px`,
|
|
244
243
|
transform: `-${_unref(hScroll) || 0}px`
|
|
245
244
|
}),
|
|
246
245
|
"data-row-key": item[_ctx.rowKey] || virtualRang.start + index + 1,
|
|
@@ -42,7 +42,7 @@ function _optionalChain(ops) { let lastAccessLHS = undefined; let value = ops[0]
|
|
|
42
42
|
"onDesc": "setup-const"
|
|
43
43
|
} */
|
|
44
44
|
import { unref as _unref, toDisplayString as _toDisplayString, createElementVNode as _createElementVNode, resolveComponent as _resolveComponent, openBlock as _openBlock, createBlock as _createBlock, createCommentVNode as _createCommentVNode, createTextVNode as _createTextVNode, withCtx as _withCtx, createVNode as _createVNode, normalizeClass as _normalizeClass, pushScopeId as _pushScopeId, popScopeId as _popScopeId } from "vue";
|
|
45
|
-
const _withScopeId = n => (_pushScopeId("data-v-
|
|
45
|
+
const _withScopeId = n => (_pushScopeId("data-v-1744797585382"), n = n(), _popScopeId(), n);
|
|
46
46
|
const _hoisted_1 = { class: "jetlinks-table-sort-content" };
|
|
47
47
|
const _hoisted_2 = { class: "jetlinks-table-sort-title" };
|
|
48
48
|
const _hoisted_3 = { class: "table-sort-body" };
|
|
@@ -34,9 +34,9 @@
|
|
|
34
34
|
}
|
|
35
35
|
.jetlinks-edit-table-wrapper .jetlinks-edit-table .jetlinks-table-horizontal-scroll {
|
|
36
36
|
width: 100%;
|
|
37
|
-
height:
|
|
38
|
-
min-height:
|
|
39
|
-
max-height:
|
|
37
|
+
height: 15px;
|
|
38
|
+
min-height: 15px;
|
|
39
|
+
max-height: 15px;
|
|
40
40
|
display: flex;
|
|
41
41
|
}
|
|
42
42
|
.jetlinks-edit-table-wrapper .jetlinks-edit-table .jetlinks-table-horizontal-scroll .jetlinks-table-horizontal-scroll-bar {
|
|
@@ -68,6 +68,7 @@
|
|
|
68
68
|
}
|
|
69
69
|
.jetlinks-edit-table-body-viewport .jetlinks-edit-table-center .jetlinks-edit-table-row {
|
|
70
70
|
width: 100%;
|
|
71
|
+
display: flex;
|
|
71
72
|
align-items: center;
|
|
72
73
|
transition: top 0.2s, height 0.2s, background-color 0.1s;
|
|
73
74
|
border-bottom: 1px solid #ebebeb;
|
package/lib/FullPage/FullPage.js
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
} */
|
|
10
10
|
import { defineComponent as _defineComponent } from 'vue';
|
|
11
11
|
import { unref as _unref, renderSlot as _renderSlot, createElementVNode as _createElementVNode, normalizeStyle as _normalizeStyle, openBlock as _openBlock, createElementBlock as _createElementBlock, pushScopeId as _pushScopeId, popScopeId as _popScopeId } from "vue";
|
|
12
|
-
const _withScopeId = n => (_pushScopeId("data-v-
|
|
12
|
+
const _withScopeId = n => (_pushScopeId("data-v-1744797583803"), n = n(), _popScopeId(), n);
|
|
13
13
|
const _hoisted_1 = { class: "full-page-warp-content" };
|
|
14
14
|
import { ref, inject } from 'vue';
|
|
15
15
|
import { useElementBounding } from '@vueuse/core';
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
} */
|
|
24
24
|
import { defineComponent as _defineComponent } from 'vue';
|
|
25
25
|
import { unref as _unref, createVNode as _createVNode, withCtx as _withCtx, toDisplayString as _toDisplayString, createTextVNode as _createTextVNode, openBlock as _openBlock, createElementBlock as _createElementBlock, createCommentVNode as _createCommentVNode, createBlock as _createBlock, pushScopeId as _pushScopeId, popScopeId as _popScopeId } from "vue";
|
|
26
|
-
const _withScopeId = n => (_pushScopeId("data-v-
|
|
26
|
+
const _withScopeId = n => (_pushScopeId("data-v-1744797585115"), n = n(), _popScopeId(), n);
|
|
27
27
|
const _hoisted_1 = {
|
|
28
28
|
key: 0,
|
|
29
29
|
style: { "width": "240px" }
|
package/lib/Search/Item.js
CHANGED
|
@@ -80,7 +80,7 @@ function _optionalChain(ops) { let lastAccessLHS = undefined; let value = ops[0]
|
|
|
80
80
|
} */
|
|
81
81
|
import { defineComponent as _defineComponent } from 'vue';
|
|
82
82
|
import { unref as _unref, openBlock as _openBlock, createBlock as _createBlock, createCommentVNode as _createCommentVNode, toDisplayString as _toDisplayString, createElementBlock as _createElementBlock, createVNode as _createVNode, Fragment as _Fragment, normalizeStyle as _normalizeStyle, mergeProps as _mergeProps, resolveDynamicComponent as _resolveDynamicComponent, withCtx as _withCtx, createElementVNode as _createElementVNode, pushScopeId as _pushScopeId, popScopeId as _popScopeId } from "vue";
|
|
83
|
-
const _withScopeId = n => (_pushScopeId("data-v-
|
|
83
|
+
const _withScopeId = n => (_pushScopeId("data-v-1744797584354"), n = n(), _popScopeId(), n);
|
|
84
84
|
const _hoisted_1 = { class: "JSearch-item" };
|
|
85
85
|
const _hoisted_2 = {
|
|
86
86
|
key: 0,
|
package/lib/style/index.css
CHANGED
|
@@ -4858,9 +4858,9 @@ span.ant-radio + * {
|
|
|
4858
4858
|
}
|
|
4859
4859
|
.jetlinks-edit-table-wrapper .jetlinks-edit-table .jetlinks-table-horizontal-scroll {
|
|
4860
4860
|
width: 100%;
|
|
4861
|
-
height:
|
|
4862
|
-
min-height:
|
|
4863
|
-
max-height:
|
|
4861
|
+
height: 15px;
|
|
4862
|
+
min-height: 15px;
|
|
4863
|
+
max-height: 15px;
|
|
4864
4864
|
display: flex;
|
|
4865
4865
|
}
|
|
4866
4866
|
.jetlinks-edit-table-wrapper .jetlinks-edit-table .jetlinks-table-horizontal-scroll .jetlinks-table-horizontal-scroll-bar {
|
|
@@ -4892,6 +4892,7 @@ span.ant-radio + * {
|
|
|
4892
4892
|
}
|
|
4893
4893
|
.jetlinks-edit-table-body-viewport .jetlinks-edit-table-center .jetlinks-edit-table-row {
|
|
4894
4894
|
width: 100%;
|
|
4895
|
+
display: flex;
|
|
4895
4896
|
align-items: center;
|
|
4896
4897
|
transition: top 0.2s, height 0.2s, background-color 0.1s;
|
|
4897
4898
|
border-bottom: 1px solid #ebebeb;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jetlinks-web/components",
|
|
3
|
-
"version": "2.6.
|
|
3
|
+
"version": "2.6.12",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"module": "es/index.js",
|
|
@@ -158,9 +158,9 @@
|
|
|
158
158
|
"webpack-dev-server": "^4.0.0",
|
|
159
159
|
"webpack-merge": "^5.0.0",
|
|
160
160
|
"webpackbar": "^5.0.2",
|
|
161
|
+
"@jetlinks-web/constants": "^1.0.9",
|
|
161
162
|
"@jetlinks-web/utils": "^1.2.9",
|
|
162
|
-
"@jetlinks-web/hooks": "^1.0.25"
|
|
163
|
-
"@jetlinks-web/constants": "^1.0.9"
|
|
163
|
+
"@jetlinks-web/hooks": "^1.0.25"
|
|
164
164
|
},
|
|
165
165
|
"publishConfig": {
|
|
166
166
|
"registry": "https://registry.npmjs.org/",
|