@jetlinks-web/components 2.6.20 → 2.6.22
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/AMap/Map.js +1 -2
- package/es/AutoComplete/AutoComplete.js +2 -3
- package/es/BadgeStatus/Badge.js +2 -3
- package/es/CardSelect/CardSelect.js +1 -2
- package/es/CheckButton/CheckButton.js +1 -2
- package/es/ConfigProvider/index.js +1 -1
- package/es/DragModal/DragModal.js +1 -2
- package/es/Echarts/Echarts.js +1 -2
- package/es/EditTable/EditTable.js +5 -7
- package/es/EditTable/FormItem.js +0 -1
- package/es/EditTable/Header.js +5 -3
- package/es/EditTable/components/ContextMenu/Menu.js +2 -3
- package/es/EditTable/components/Search/search.js +1 -2
- package/es/EditTable/components/Search/sort.js +1 -3
- package/es/EditTable/group.js +8 -11
- package/es/EditTable/hooks/useValidate.js +1 -1
- package/es/Ellipsis/Ellipsis.js +1 -1
- package/es/Empty/Empty.js +1 -1
- package/es/FlameGraph/FlameGraph.js +2 -2
- package/es/FullPage/FullPage.js +1 -2
- package/es/LocaleProvider/index.js +1 -2
- package/es/PermissionButton/index.js +4 -5
- package/es/ProLayout/Basic/BasicLayout.js +36 -41
- package/es/ProLayout/Basic/Header.js +4 -8
- package/es/ProLayout/PageContainer/index.js +11 -15
- package/es/ProLayout/SiderMenu/BaseMenu.js +14 -38
- package/es/ProLayout/SiderMenu/SiderMenu.js +15 -35
- package/es/ProLayout/TopHeader/index.js +2 -10
- package/es/ProLayout/util.js +5 -5
- package/es/ProTable/Alert.js +1 -1
- package/es/ProTable/Content.js +35 -19
- package/es/ProTable/Header.js +1 -1
- package/es/ProTable/Pagination.js +1 -1
- package/es/ProTable/ProTable.js +1 -1
- package/es/ProTable/setting.js +1 -1
- package/es/RadioButton/RadioButton.js +0 -1
- package/es/Search/Advanced/History.js +1 -1
- package/es/Search/Advanced/SaveHistory.js +2 -3
- package/es/Search/Advanced/index.js +1 -1
- package/es/Search/Item.js +2 -3
- package/es/Search/Search.js +1 -1
- package/es/Title/title.js +0 -1
- package/es/ValueItem/ValueItem.js +1 -1
- package/lib/AMap/Map.js +1 -2
- package/lib/AutoComplete/AutoComplete.js +1 -2
- package/lib/BadgeStatus/Badge.js +2 -3
- package/lib/CardSelect/CardSelect.js +1 -2
- package/lib/CheckButton/CheckButton.js +1 -2
- package/lib/ConfigProvider/context.js +1 -1
- package/lib/ConfigProvider/index.js +3 -3
- package/lib/DragModal/DragModal.js +1 -2
- package/lib/Echarts/Echarts.js +1 -2
- package/lib/EditTable/EditTable.js +4 -6
- package/lib/EditTable/FormItem.js +1 -2
- package/lib/EditTable/Header.js +5 -3
- package/lib/EditTable/components/ContextMenu/Menu.js +2 -3
- package/lib/EditTable/components/Search/search.js +1 -2
- package/lib/EditTable/components/Search/sort.js +1 -3
- package/lib/EditTable/group.js +8 -11
- package/lib/EditTable/hooks/useValidate.js +1 -1
- package/lib/Ellipsis/Ellipsis.js +1 -1
- package/lib/Empty/Empty.js +1 -1
- package/lib/FlameGraph/FlameGraph.js +2 -2
- package/lib/FullPage/FullPage.js +1 -2
- package/lib/LocaleProvider/index.js +1 -2
- package/lib/PermissionButton/index.js +10 -10
- package/lib/ProLayout/Basic/BasicLayout.js +45 -50
- package/lib/ProLayout/Basic/Header.js +6 -10
- package/lib/ProLayout/PageContainer/index.js +16 -20
- package/lib/ProLayout/SiderMenu/BaseMenu.js +18 -41
- package/lib/ProLayout/SiderMenu/SiderMenu.js +18 -38
- package/lib/ProLayout/TopHeader/index.js +4 -11
- package/lib/ProLayout/defaultSettings.js +1 -1
- package/lib/ProLayout/util.js +5 -5
- package/lib/ProTable/Alert.js +1 -1
- package/lib/ProTable/Content.js +35 -19
- package/lib/ProTable/Header.js +1 -1
- package/lib/ProTable/Pagination.js +1 -1
- package/lib/ProTable/ProTable.js +1 -1
- package/lib/ProTable/setting.js +3 -3
- package/lib/RadioButton/RadioButton.js +0 -1
- package/lib/Search/Advanced/History.js +1 -1
- package/lib/Search/Advanced/SaveHistory.js +2 -3
- package/lib/Search/Advanced/index.js +1 -1
- package/lib/Search/Item.js +2 -3
- package/lib/Search/Search.js +1 -1
- package/lib/Title/title.js +0 -1
- package/lib/ValueItem/ValueItem.js +1 -1
- package/package.json +1 -1
- package/es/CardSelect/style/index.css +0 -24
- package/es/CardSelect/style/index.less +0 -26
- package/es/CheckButton/style/index.css +0 -37
- package/es/CheckButton/style/index.less +0 -40
- package/es/DragModal/style/index.css +0 -82
- package/es/DragModal/style/index.less +0 -97
- package/es/EditTable/style/body.less +0 -66
- package/es/EditTable/style/form.less +0 -33
- package/es/EditTable/style/group.less +0 -32
- package/es/EditTable/style/header.less +0 -77
- package/es/EditTable/style/index.css +0 -267
- package/es/EditTable/style/index.less +0 -41
- package/es/EditTable/style/menu.less +0 -25
- package/es/EditTable/style/table.less +0 -47
- package/es/Ellipsis/style/index.css +0 -17
- package/es/Ellipsis/style/index.less +0 -20
- package/es/FlameGraph/style/index.css +0 -43
- package/es/FlameGraph/style/index.less +0 -52
- package/es/MonacoEditor/style/index.css +0 -4
- package/es/MonacoEditor/style/index.less +0 -4
- package/es/ProLayout/Basic/BasicLayout.less +0 -66
- package/es/ProLayout/Basic/Header.less +0 -8
- package/es/ProLayout/PageContainer/index.less +0 -103
- package/es/ProLayout/SiderMenu/index.less +0 -231
- package/es/ProLayout/TopHeader/index.less +0 -174
- package/es/ProLayout/style/default.less +0 -4
- package/es/ProLayout/style/style.less +0 -7
- package/es/ProTable/style/ProTable.less +0 -138
- package/es/RadioButton/style/index.css +0 -20
- package/es/RadioButton/style/index.less +0 -19
- package/es/Scrollbar/style/index.css +0 -65
- package/es/Scrollbar/style/index.less +0 -83
- package/es/Search/style/Item.less +0 -33
- package/es/Search/style/Search.less +0 -179
- package/es/Title/style/index.css +0 -23
- package/es/Title/style/index.less +0 -25
- package/es/style/index.css +0 -5237
- package/es/style/variable.css +0 -4
- package/es/style/variable.less +0 -4
- package/lib/CardSelect/style/index.css +0 -24
- package/lib/CardSelect/style/index.less +0 -26
- package/lib/CheckButton/style/index.css +0 -37
- package/lib/CheckButton/style/index.less +0 -40
- package/lib/DragModal/style/index.css +0 -82
- package/lib/DragModal/style/index.less +0 -97
- package/lib/EditTable/style/body.less +0 -66
- package/lib/EditTable/style/form.less +0 -33
- package/lib/EditTable/style/group.less +0 -32
- package/lib/EditTable/style/header.less +0 -77
- package/lib/EditTable/style/index.css +0 -267
- package/lib/EditTable/style/index.less +0 -41
- package/lib/EditTable/style/menu.less +0 -25
- package/lib/EditTable/style/table.less +0 -47
- package/lib/Ellipsis/style/index.css +0 -17
- package/lib/Ellipsis/style/index.less +0 -20
- package/lib/FlameGraph/style/index.css +0 -43
- package/lib/FlameGraph/style/index.less +0 -52
- package/lib/MonacoEditor/style/index.css +0 -4
- package/lib/MonacoEditor/style/index.less +0 -4
- package/lib/ProLayout/Basic/BasicLayout.less +0 -66
- package/lib/ProLayout/Basic/Header.less +0 -8
- package/lib/ProLayout/PageContainer/index.less +0 -103
- package/lib/ProLayout/SiderMenu/index.less +0 -231
- package/lib/ProLayout/TopHeader/index.less +0 -174
- package/lib/ProLayout/style/default.less +0 -4
- package/lib/ProLayout/style/style.less +0 -7
- package/lib/ProTable/style/ProTable.less +0 -138
- package/lib/RadioButton/style/index.css +0 -20
- package/lib/RadioButton/style/index.less +0 -19
- package/lib/Scrollbar/style/index.css +0 -65
- package/lib/Scrollbar/style/index.less +0 -83
- package/lib/Search/style/Item.less +0 -33
- package/lib/Search/style/Search.less +0 -179
- package/lib/Title/style/index.css +0 -23
- package/lib/Title/style/index.less +0 -25
- package/lib/style/components.less +0 -10
- package/lib/style/index.css +0 -5237
- package/lib/style/variable.css +0 -4
- package/lib/style/variable.less +0 -4
package/lib/ProLayout/util.js
CHANGED
|
@@ -14,14 +14,14 @@ function clearMenuItem(menusData) {
|
|
|
14
14
|
return menusData.map(function (item) {
|
|
15
15
|
var _finalItem$meta;
|
|
16
16
|
var finalItem = (0, _objectSpread2.default)({}, item);
|
|
17
|
-
if ((_finalItem$meta = finalItem.meta)
|
|
17
|
+
if ((_finalItem$meta = finalItem.meta) !== null && _finalItem$meta !== void 0 && _finalItem$meta.hideInMenu) {
|
|
18
18
|
return null;
|
|
19
19
|
}
|
|
20
|
-
if (finalItem &&
|
|
20
|
+
if (finalItem && finalItem !== null && finalItem !== void 0 && finalItem.children) {
|
|
21
21
|
var _finalItem$meta2;
|
|
22
|
-
if (!((_finalItem$meta2 = finalItem.meta)
|
|
22
|
+
if (!((_finalItem$meta2 = finalItem.meta) !== null && _finalItem$meta2 !== void 0 && _finalItem$meta2.hideChildInMenu) && finalItem.children.some(function (child) {
|
|
23
23
|
var _child$meta;
|
|
24
|
-
return child && child.name && !((_child$meta = child.meta)
|
|
24
|
+
return child && child.name && !((_child$meta = child.meta) !== null && _child$meta !== void 0 && _child$meta.hideInMenu);
|
|
25
25
|
})) {
|
|
26
26
|
return (0, _objectSpread2.default)((0, _objectSpread2.default)({}, item), {}, {
|
|
27
27
|
children: clearMenuItem(finalItem.children)
|
|
@@ -38,7 +38,7 @@ function flatMap(menusData) {
|
|
|
38
38
|
return menusData.map(function (item) {
|
|
39
39
|
var _finalItem$meta3;
|
|
40
40
|
var finalItem = (0, _objectSpread2.default)({}, item);
|
|
41
|
-
if (!finalItem.name || (
|
|
41
|
+
if (!finalItem.name || (_finalItem$meta3 = finalItem.meta) !== null && _finalItem$meta3 !== void 0 && _finalItem$meta3.hideInMenu) {
|
|
42
42
|
return null;
|
|
43
43
|
}
|
|
44
44
|
if (finalItem.children) {
|
package/lib/ProTable/Alert.js
CHANGED
|
@@ -29,7 +29,7 @@ function _optionalChain(ops) { let lastAccessLHS = undefined; let value = ops[0]
|
|
|
29
29
|
import { defineComponent as _defineComponent } from 'vue';
|
|
30
30
|
import { renderSlot as _renderSlot, unref as _unref, toDisplayString as _toDisplayString, createTextVNode as _createTextVNode, withCtx as _withCtx, createVNode as _createVNode, openBlock as _openBlock, createElementBlock as _createElementBlock } from "vue";
|
|
31
31
|
const _hoisted_1 = { class: "jtable-alert" };
|
|
32
|
-
import { Alert, Button } from 'ant-design-vue/
|
|
32
|
+
import { Alert, Button } from 'ant-design-vue/lib/';
|
|
33
33
|
import { computed } from "vue";
|
|
34
34
|
import { _alertProps } from "./setting";
|
|
35
35
|
import { useLocaleReceiver } from "../LocaleReciver/index";
|
package/lib/ProTable/Content.js
CHANGED
|
@@ -21,29 +21,36 @@ function _optionalChain(ops) { let lastAccessLHS = undefined; let value = ops[0]
|
|
|
21
21
|
"_contentProps": "setup-maybe-ref",
|
|
22
22
|
"Table": "setup-maybe-ref",
|
|
23
23
|
"get": "setup-maybe-ref",
|
|
24
|
+
"omit": "setup-maybe-ref",
|
|
24
25
|
"Empty": "setup-maybe-ref",
|
|
26
|
+
"useTableInject": "setup-maybe-ref",
|
|
25
27
|
"props": "setup-reactive-const",
|
|
26
28
|
"slots": "setup-maybe-ref",
|
|
29
|
+
"_rowSelection": "setup-maybe-ref",
|
|
27
30
|
"_columns": "setup-ref",
|
|
31
|
+
"_slots": "setup-ref",
|
|
28
32
|
"_scroll": "setup-ref",
|
|
29
|
-
"gridTemplateColumns": "setup-ref"
|
|
33
|
+
"gridTemplateColumns": "setup-ref",
|
|
34
|
+
"onClick": "setup-const"
|
|
30
35
|
} */
|
|
31
36
|
import { defineComponent as _defineComponent } from 'vue';
|
|
32
|
-
import { renderList as _renderList, Fragment as _Fragment, openBlock as _openBlock, createElementBlock as _createElementBlock,
|
|
37
|
+
import { renderList as _renderList, Fragment as _Fragment, openBlock as _openBlock, createElementBlock as _createElementBlock, mergeProps as _mergeProps, renderSlot as _renderSlot, normalizeClass as _normalizeClass, normalizeStyle as _normalizeStyle, createCommentVNode as _createCommentVNode, unref as _unref, createVNode as _createVNode, normalizeProps as _normalizeProps, toDisplayString as _toDisplayString, createTextVNode as _createTextVNode, withCtx as _withCtx, createSlots as _createSlots, createBlock as _createBlock } from "vue";
|
|
33
38
|
const _hoisted_1 = { class: "jtable-box" };
|
|
34
39
|
const _hoisted_2 = {
|
|
35
40
|
key: 0,
|
|
36
41
|
class: "jtable-card"
|
|
37
42
|
};
|
|
38
|
-
const _hoisted_3 =
|
|
43
|
+
const _hoisted_3 = ["onClick"];
|
|
44
|
+
const _hoisted_4 = {
|
|
39
45
|
key: 1,
|
|
40
46
|
class: "j-table-empty"
|
|
41
47
|
};
|
|
42
48
|
import { useSlots, computed } from 'vue';
|
|
43
49
|
import { _contentProps } from "./setting";
|
|
44
|
-
import { Table } from 'ant-design-vue/
|
|
45
|
-
import { get } from 'lodash-es';
|
|
50
|
+
import { Table } from 'ant-design-vue/lib/';
|
|
51
|
+
import { get, omit } from 'lodash-es';
|
|
46
52
|
import Empty from '../Empty';
|
|
53
|
+
import { useTableInject } from './hooks';
|
|
47
54
|
const __sfc_main__ = _defineComponent({
|
|
48
55
|
...{
|
|
49
56
|
name: 'Content'
|
|
@@ -58,7 +65,11 @@ const __sfc_main__ = _defineComponent({
|
|
|
58
65
|
setup(__props) {
|
|
59
66
|
const props = __props;
|
|
60
67
|
const slots = useSlots();
|
|
68
|
+
const _rowSelection = useTableInject();
|
|
61
69
|
const _columns = computed(() => props.columns.filter((i) => !_optionalChain([i, 'optionalAccess', _2 => _2.hideInTable])));
|
|
70
|
+
const _slots = computed(() => {
|
|
71
|
+
return omit(slots, ['emptyText', 'bodyCell']);
|
|
72
|
+
});
|
|
62
73
|
const _scroll = computed(() => {
|
|
63
74
|
if (props.scroll === false) {
|
|
64
75
|
return {
|
|
@@ -74,6 +85,12 @@ const __sfc_main__ = _defineComponent({
|
|
|
74
85
|
const gridTemplateColumns = computed(() => {
|
|
75
86
|
return `repeat(${props.column}, 1fr)`;
|
|
76
87
|
});
|
|
88
|
+
const onClick = (item) => {
|
|
89
|
+
if (_rowSelection && _rowSelection.value) {
|
|
90
|
+
const _selected = _optionalChain([_rowSelection, 'access', _3 => _3.value, 'access', _4 => _4.selectedRowKeys, 'optionalAccess', _5 => _5.includes, 'call', _6 => _6(item[props.rowKey])]);
|
|
91
|
+
_optionalChain([_rowSelection, 'access', _7 => _7.value, 'access', _8 => _8.onSelect, 'optionalCall', _9 => _9(item, !_selected)]);
|
|
92
|
+
}
|
|
93
|
+
};
|
|
77
94
|
return (_ctx, _cache) => {
|
|
78
95
|
return (_openBlock(), _createElementBlock("div", _hoisted_1, [
|
|
79
96
|
(_ctx.mode === 'CARD')
|
|
@@ -87,36 +104,35 @@ const __sfc_main__ = _defineComponent({
|
|
|
87
104
|
(_openBlock(true), _createElementBlock(_Fragment, null, _renderList(_ctx.dataSource, (item) => {
|
|
88
105
|
return (_openBlock(), _createElementBlock("div", {
|
|
89
106
|
class: _normalizeClass(['jtable-card-item', props.cardBodyClass]),
|
|
90
|
-
key: item[props.rowKey]
|
|
107
|
+
key: item[props.rowKey],
|
|
108
|
+
onClick: ($event) => (onClick(item))
|
|
91
109
|
}, [
|
|
92
|
-
_renderSlot(_ctx.$slots, "card",
|
|
93
|
-
],
|
|
110
|
+
_renderSlot(_ctx.$slots, "card", _mergeProps({ ref_for: true }, item))
|
|
111
|
+
], 10 /* CLASS, PROPS */, _hoisted_3));
|
|
94
112
|
}), 128 /* KEYED_FRAGMENT */))
|
|
95
113
|
], 4 /* STYLE */))
|
|
96
|
-
: (_openBlock(), _createElementBlock("div",
|
|
114
|
+
: (_openBlock(), _createElementBlock("div", _hoisted_4, [
|
|
97
115
|
_renderSlot(_ctx.$slots, "emptyText", {}, () => [
|
|
98
116
|
_createVNode(_unref(Empty))
|
|
99
117
|
])
|
|
100
118
|
]))
|
|
101
119
|
]))
|
|
102
120
|
: (_openBlock(), _createBlock(_unref(Table), _mergeProps({ key: 1 }, props, {
|
|
121
|
+
"row-selection": _ctx.rowSelection || _unref(_rowSelection),
|
|
103
122
|
dataSource: _ctx.dataSource,
|
|
104
123
|
columns: _columns.value,
|
|
105
124
|
pagination: false,
|
|
106
125
|
scroll: _scroll.value,
|
|
107
|
-
class: { 'j-table-scroll': !_optionalChain([props, 'access',
|
|
126
|
+
class: { 'j-table-scroll': !_optionalChain([props, 'access', _10 => _10.scroll, 'optionalAccess', _11 => _11.y]) }
|
|
108
127
|
}), _createSlots({
|
|
109
|
-
headerCell: _withCtx(({ column, title }) => [
|
|
110
|
-
_renderSlot(_ctx.$slots, "headerCell", _normalizeProps(_guardReactiveProps({ column, title })))
|
|
111
|
-
]),
|
|
112
128
|
bodyCell: _withCtx(({ column, record, index }) => [
|
|
113
|
-
((_optionalChain([column, 'optionalAccess',
|
|
114
|
-
? _renderSlot(_ctx.$slots, _optionalChain([column, 'optionalAccess',
|
|
129
|
+
((_optionalChain([column, 'optionalAccess', _12 => _12.key]) || _optionalChain([column, 'optionalAccess', _13 => _13.dataIndex])) && _optionalChain([column, 'optionalAccess', _14 => _14.scopedSlots]) && (_optionalChain([_slots, 'access', _15 => _15.value, 'optionalAccess', _16 => _16[_optionalChain([column, 'optionalAccess', _17 => _17.dataIndex])]]) || _optionalChain([_slots, 'access', _18 => _18.value, 'optionalAccess', _19 => _19[_optionalChain([column, 'optionalAccess', _20 => _20.key])]])))
|
|
130
|
+
? _renderSlot(_ctx.$slots, _optionalChain([column, 'optionalAccess', _21 => _21.key]) || _optionalChain([column, 'optionalAccess', _22 => _22.dataIndex]), _mergeProps({ key: 0 }, record, {
|
|
115
131
|
index: index,
|
|
116
132
|
column: column
|
|
117
133
|
}))
|
|
118
134
|
: (_openBlock(), _createElementBlock(_Fragment, { key: 1 }, [
|
|
119
|
-
_createTextVNode(_toDisplayString(_unref(get)(record, _optionalChain([column, 'optionalAccess',
|
|
135
|
+
_createTextVNode(_toDisplayString(_unref(get)(record, _optionalChain([column, 'optionalAccess', _23 => _23.dataIndex]) || _optionalChain([column, 'optionalAccess', _24 => _24.key])) || '--'), 1 /* TEXT */)
|
|
120
136
|
], 64 /* STABLE_FRAGMENT */))
|
|
121
137
|
]),
|
|
122
138
|
emptyText: _withCtx(() => [
|
|
@@ -126,17 +142,17 @@ const __sfc_main__ = _defineComponent({
|
|
|
126
142
|
]),
|
|
127
143
|
_: 2 /* DYNAMIC */
|
|
128
144
|
}, [
|
|
129
|
-
_renderList(
|
|
145
|
+
_renderList(_slots.value, (_, slotKey) => {
|
|
130
146
|
return {
|
|
131
147
|
name: slotKey,
|
|
132
148
|
fn: _withCtx((slotProps) => [
|
|
133
|
-
(!['
|
|
149
|
+
(!((_optionalChain([__props, 'access', _25 => _25.column, 'optionalAccess', _26 => _26.key]) || _optionalChain([__props, 'access', _27 => _27.column, 'optionalAccess', _28 => _28.dataIndex])) && _optionalChain([__props, 'access', _29 => _29.column, 'optionalAccess', _30 => _30.scopedSlots]) && (_optionalChain([_slots, 'access', _31 => _31.value, 'optionalAccess', _32 => _32[_optionalChain([__props, 'access', _33 => _33.column, 'optionalAccess', _34 => _34.dataIndex])]]) || _optionalChain([_slots, 'access', _35 => _35.value, 'optionalAccess', _36 => _36[_optionalChain([__props, 'access', _37 => _37.column, 'optionalAccess', _38 => _38.key])]]))))
|
|
134
150
|
? _renderSlot(_ctx.$slots, slotKey, _normalizeProps(_mergeProps({ key: 0 }, slotProps)))
|
|
135
151
|
: _createCommentVNode("v-if", true)
|
|
136
152
|
])
|
|
137
153
|
};
|
|
138
154
|
})
|
|
139
|
-
]), 1040 /* FULL_PROPS, DYNAMIC_SLOTS */, ["dataSource", "columns", "scroll", "class"]))
|
|
155
|
+
]), 1040 /* FULL_PROPS, DYNAMIC_SLOTS */, ["row-selection", "dataSource", "columns", "scroll", "class"]))
|
|
140
156
|
]));
|
|
141
157
|
};
|
|
142
158
|
}
|
package/lib/ProTable/Header.js
CHANGED
|
@@ -16,7 +16,7 @@ const _hoisted_4 = {
|
|
|
16
16
|
key: 0,
|
|
17
17
|
class: "table-body-header-right-button"
|
|
18
18
|
};
|
|
19
|
-
import { RadioGroup, RadioButton } from 'ant-design-vue/
|
|
19
|
+
import { RadioGroup, RadioButton } from 'ant-design-vue/lib/';
|
|
20
20
|
import AIcon from '../Icon';
|
|
21
21
|
import { _headerProps } from './setting';
|
|
22
22
|
const __sfc_main__ = _defineComponent({
|
|
@@ -29,7 +29,7 @@ function _optionalChain(ops) { let lastAccessLHS = undefined; let value = ops[0]
|
|
|
29
29
|
import { defineComponent as _defineComponent } from 'vue';
|
|
30
30
|
import { renderSlot as _renderSlot, unref as _unref, mergeProps as _mergeProps, createVNode as _createVNode, openBlock as _openBlock, createElementBlock as _createElementBlock } from "vue";
|
|
31
31
|
const _hoisted_1 = { class: "jtable-pagination" };
|
|
32
|
-
import { Pagination } from 'ant-design-vue/
|
|
32
|
+
import { Pagination } from 'ant-design-vue/lib/';
|
|
33
33
|
import { _paginationProps } from "./setting";
|
|
34
34
|
import { computed } from 'vue';
|
|
35
35
|
import { useLocaleReceiver } from "../LocaleReciver";
|
package/lib/ProTable/ProTable.js
CHANGED
|
@@ -63,7 +63,7 @@ import { defineComponent as _defineComponent } from 'vue';
|
|
|
63
63
|
import { renderSlot as _renderSlot, withCtx as _withCtx, createVNode as _createVNode, openBlock as _openBlock, createBlock as _createBlock, createCommentVNode as _createCommentVNode, unref as _unref, normalizeProps as _normalizeProps, mergeProps as _mergeProps, renderList as _renderList, createSlots as _createSlots, createElementVNode as _createElementVNode, normalizeStyle as _normalizeStyle, createElementBlock as _createElementBlock } from "vue";
|
|
64
64
|
const _hoisted_1 = { class: "jtable-body" };
|
|
65
65
|
import { proTableProps } from "./setting";
|
|
66
|
-
import { Spin } from 'ant-design-vue/
|
|
66
|
+
import { Spin } from 'ant-design-vue/lib/';
|
|
67
67
|
import Header from './Header.js';
|
|
68
68
|
import Alert from './Alert.js';
|
|
69
69
|
import Content from './Content.js';
|
package/lib/ProTable/setting.js
CHANGED
|
@@ -6,10 +6,10 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
6
6
|
});
|
|
7
7
|
exports.proTableProps = exports._paginationProps = exports._headerProps = exports._contentProps = exports._alertProps = void 0;
|
|
8
8
|
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
|
|
9
|
-
var _Table = require("ant-design-vue/
|
|
9
|
+
var _Table = require("ant-design-vue/lib/table/Table");
|
|
10
10
|
require("vue");
|
|
11
|
-
require("ant-design-vue/
|
|
12
|
-
var _Pagination = require("ant-design-vue/
|
|
11
|
+
require("ant-design-vue/lib/table");
|
|
12
|
+
var _Pagination = require("ant-design-vue/lib/pagination/Pagination");
|
|
13
13
|
var _lodashEs = require("lodash");
|
|
14
14
|
var _headerProps = exports._headerProps = {
|
|
15
15
|
mode: {
|
|
@@ -43,7 +43,7 @@ const _hoisted_5 = {
|
|
|
43
43
|
import { computed, ref } from 'vue';
|
|
44
44
|
import { isFunction } from 'lodash-es';
|
|
45
45
|
import { AIcon, Empty, Ellipsis } from '../../../';
|
|
46
|
-
import { Popconfirm, Button, FormItemRest, Popover, message } from 'ant-design-vue/
|
|
46
|
+
import { Popconfirm, Button, FormItemRest, Popover, message } from 'ant-design-vue/lib/';
|
|
47
47
|
import { useLocaleReceiver } from "../../LocaleReciver";
|
|
48
48
|
const __sfc_main__ = _defineComponent({
|
|
49
49
|
props: {
|
|
@@ -22,14 +22,13 @@
|
|
|
22
22
|
"saveHistory": "setup-const"
|
|
23
23
|
} */
|
|
24
24
|
import { defineComponent as _defineComponent } from 'vue';
|
|
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
|
|
26
|
-
const _withScopeId = n => (_pushScopeId("data-v-1749199467210"), n = n(), _popScopeId(), n);
|
|
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 } from "vue";
|
|
27
26
|
const _hoisted_1 = {
|
|
28
27
|
key: 0,
|
|
29
28
|
style: { "width": "240px" }
|
|
30
29
|
};
|
|
31
30
|
import { ref, reactive } from 'vue';
|
|
32
|
-
import { Form, Button, FormItem, Popover, Textarea, message } from 'ant-design-vue/
|
|
31
|
+
import { Form, Button, FormItem, Popover, Textarea, message } from 'ant-design-vue/lib/';
|
|
33
32
|
import { isFunction } from 'lodash-es';
|
|
34
33
|
import { useLocaleReceiver } from "../../LocaleReciver";
|
|
35
34
|
const __sfc_main__ = _defineComponent({
|
|
@@ -108,7 +108,7 @@ import { ref, reactive, watch, provide } from 'vue';
|
|
|
108
108
|
import SaveHistory from './SaveHistory.js';
|
|
109
109
|
import History from './History.js';
|
|
110
110
|
import { compatibleOldTerms, getTermTypeFn, handleQData, hasExpand, termsParamsFormat, termsToValue, } from '../util';
|
|
111
|
-
import { Select, Button, Form, FormItemRest } from 'ant-design-vue/
|
|
111
|
+
import { Select, Button, Form, FormItemRest } from 'ant-design-vue/lib/';
|
|
112
112
|
import { AIcon } from '../../../';
|
|
113
113
|
import { cloneDeep } from 'lodash-es';
|
|
114
114
|
import { useLocaleReceiver } from "../../LocaleReciver/index";
|
package/lib/Search/Item.js
CHANGED
|
@@ -79,8 +79,7 @@ function _optionalChain(ops) { let lastAccessLHS = undefined; let value = ops[0]
|
|
|
79
79
|
"valueChange": "setup-const"
|
|
80
80
|
} */
|
|
81
81
|
import { defineComponent as _defineComponent } from 'vue';
|
|
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
|
|
83
|
-
const _withScopeId = n => (_pushScopeId("data-v-1749199466662"), n = n(), _popScopeId(), n);
|
|
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 } from "vue";
|
|
84
83
|
const _hoisted_1 = { class: "JSearch-item" };
|
|
85
84
|
const _hoisted_2 = {
|
|
86
85
|
key: 0,
|
|
@@ -92,7 +91,7 @@ import { typeOptions, termType, componentType, optionsMapKey } from './setting';
|
|
|
92
91
|
import { ref, reactive, nextTick, watch, computed, inject } from 'vue';
|
|
93
92
|
import { cloneDeep, debounce, isArray, isFunction, omit } from 'lodash-es';
|
|
94
93
|
import { filterTreeSelectNode, filterSelectNode, getTermTypeFn, getTermOptions, getTermTypes, } from './util';
|
|
95
|
-
import { TreeSelect, Select, Input, InputNumber, DatePicker, TimePicker, InputPassword, RangePicker, TimeRangePicker, FormItem } from 'ant-design-vue/
|
|
94
|
+
import { TreeSelect, Select, Input, InputNumber, DatePicker, TimePicker, InputPassword, RangePicker, TimeRangePicker, FormItem } from 'ant-design-vue/lib/';
|
|
96
95
|
import { isPromise } from '@jetlinks-web/utils';
|
|
97
96
|
import { useLocaleReceiver } from "../LocaleReciver/index";
|
|
98
97
|
const __sfc_main__ = _defineComponent({
|
package/lib/Search/Search.js
CHANGED
|
@@ -47,7 +47,7 @@ import { defineComponent as _defineComponent } from 'vue';
|
|
|
47
47
|
import { renderList as _renderList, Fragment as _Fragment, openBlock as _openBlock, createElementBlock as _createElementBlock, createVNode as _createVNode, unref as _unref, withCtx as _withCtx, createBlock as _createBlock, renderSlot as _renderSlot, toDisplayString as _toDisplayString, createTextVNode as _createTextVNode, normalizeStyle as _normalizeStyle, createElementVNode as _createElementVNode, normalizeClass as _normalizeClass } from "vue";
|
|
48
48
|
const _hoisted_1 = { class: "JSearch-content simple" };
|
|
49
49
|
const _hoisted_2 = { class: "JSearch-items" };
|
|
50
|
-
import { Button, Row, Col, Form, FormItemRest, } from 'ant-design-vue/
|
|
50
|
+
import { Button, Row, Col, Form, FormItemRest, } from 'ant-design-vue/lib/';
|
|
51
51
|
import { set } from 'lodash-es';
|
|
52
52
|
import { reactive, ref, provide, watch, computed, inject } from 'vue';
|
|
53
53
|
import { termsParamsFormat } from './util';
|
package/lib/Title/title.js
CHANGED
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
/* Analyzed bindings: {
|
|
2
2
|
"data": "props",
|
|
3
3
|
"style": "props",
|
|
4
|
-
"defineOptions": "setup-const",
|
|
5
4
|
"props": "setup-reactive-const"
|
|
6
5
|
} */
|
|
7
6
|
import { toDisplayString as _toDisplayString, createElementVNode as _createElementVNode, renderSlot as _renderSlot, normalizeStyle as _normalizeStyle, openBlock as _openBlock, createElementBlock as _createElementBlock } from "vue";
|
|
@@ -62,7 +62,7 @@ const _hoisted_2 = { style: { "width": "100%", "height": "300px" } };
|
|
|
62
62
|
import { ref, watch, computed } from 'vue';
|
|
63
63
|
import { componentsType } from './util';
|
|
64
64
|
import { MonacoEditor } from '../index';
|
|
65
|
-
import { Select, DatePicker, TimePicker, Input, InputNumber, InputPassword, Upload, Modal, } from 'ant-design-vue/
|
|
65
|
+
import { Select, DatePicker, TimePicker, Input, InputNumber, InputPassword, Upload, Modal, } from 'ant-design-vue/lib/';
|
|
66
66
|
import { omit } from "lodash-es";
|
|
67
67
|
const __sfc_main__ = _defineComponent({
|
|
68
68
|
...{
|
package/package.json
CHANGED
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
|
|
2
|
-
/* stylelint-disable no-duplicate-selectors */
|
|
3
|
-
/* stylelint-disable */
|
|
4
|
-
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
5
|
-
.j-card-select {
|
|
6
|
-
display: grid;
|
|
7
|
-
gap: 12px;
|
|
8
|
-
}
|
|
9
|
-
.j-card-select .j-card-select-item {
|
|
10
|
-
padding: 12px;
|
|
11
|
-
border: 1px solid #e6e6e6;
|
|
12
|
-
border-radius: 2px;
|
|
13
|
-
cursor: pointer;
|
|
14
|
-
}
|
|
15
|
-
.j-card-select .j-card-select-item.active {
|
|
16
|
-
border-color: #1890ff;
|
|
17
|
-
}
|
|
18
|
-
.j-card-select .j-card-select-item.disabled {
|
|
19
|
-
cursor: not-allowed;
|
|
20
|
-
opacity: 0.75;
|
|
21
|
-
}
|
|
22
|
-
.j-card-select .j-card-select-item .j-card-select-describe {
|
|
23
|
-
color: #263237;
|
|
24
|
-
}
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
@import '../../style/variable.less';
|
|
2
|
-
|
|
3
|
-
.j-card-select {
|
|
4
|
-
display: grid;
|
|
5
|
-
gap: 12px;
|
|
6
|
-
|
|
7
|
-
.j-card-select-item {
|
|
8
|
-
padding: 12px;
|
|
9
|
-
border: 1px solid #e6e6e6;
|
|
10
|
-
border-radius: @border-radius-base;
|
|
11
|
-
cursor: pointer;
|
|
12
|
-
|
|
13
|
-
&.active {
|
|
14
|
-
border-color: @primary-color;
|
|
15
|
-
}
|
|
16
|
-
|
|
17
|
-
&.disabled {
|
|
18
|
-
cursor: not-allowed;
|
|
19
|
-
opacity: 0.75;
|
|
20
|
-
}
|
|
21
|
-
|
|
22
|
-
.j-card-select-describe {
|
|
23
|
-
color: @text-color-subtitle;
|
|
24
|
-
}
|
|
25
|
-
}
|
|
26
|
-
}
|
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
|
|
2
|
-
/* stylelint-disable no-duplicate-selectors */
|
|
3
|
-
/* stylelint-disable */
|
|
4
|
-
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
5
|
-
.j-check-button {
|
|
6
|
-
display: flex;
|
|
7
|
-
gap: 16px;
|
|
8
|
-
width: 100%;
|
|
9
|
-
}
|
|
10
|
-
.j-check-button .j-check-button-item {
|
|
11
|
-
flex: 1;
|
|
12
|
-
min-width: 0;
|
|
13
|
-
padding: 8px;
|
|
14
|
-
border-radius: 2px;
|
|
15
|
-
background-color: #f2f3f5;
|
|
16
|
-
transition: all 0.3s;
|
|
17
|
-
color: #333;
|
|
18
|
-
text-align: center;
|
|
19
|
-
cursor: pointer;
|
|
20
|
-
}
|
|
21
|
-
.j-check-button .j-check-button-item:hover {
|
|
22
|
-
background-color: #1890ff;
|
|
23
|
-
opacity: 0.85;
|
|
24
|
-
color: #fff;
|
|
25
|
-
}
|
|
26
|
-
.j-check-button .j-check-button-item.selected {
|
|
27
|
-
background-color: #1890ff;
|
|
28
|
-
color: #fff;
|
|
29
|
-
}
|
|
30
|
-
.j-check-button .j-check-button-item.disabled {
|
|
31
|
-
cursor: not-allowed;
|
|
32
|
-
color: #00000060;
|
|
33
|
-
}
|
|
34
|
-
.j-check-button .j-check-button-item.disabled:hover {
|
|
35
|
-
background-color: #f2f3f5;
|
|
36
|
-
color: #00000060;
|
|
37
|
-
}
|
|
@@ -1,40 +0,0 @@
|
|
|
1
|
-
@import 'ant-design-vue/es/style/themes/index.less';
|
|
2
|
-
|
|
3
|
-
.j-check-button {
|
|
4
|
-
display: flex;
|
|
5
|
-
gap: 16px;
|
|
6
|
-
width: 100%;
|
|
7
|
-
|
|
8
|
-
.j-check-button-item {
|
|
9
|
-
flex: 1;
|
|
10
|
-
min-width: 0;
|
|
11
|
-
padding: 8px;
|
|
12
|
-
border-radius: @border-radius-base;
|
|
13
|
-
background-color: #f2f3f5;
|
|
14
|
-
transition: all 0.3s;
|
|
15
|
-
color: #333;
|
|
16
|
-
text-align: center;
|
|
17
|
-
cursor: pointer;
|
|
18
|
-
|
|
19
|
-
&:hover {
|
|
20
|
-
background-color: @primary-color;
|
|
21
|
-
opacity: 0.85;
|
|
22
|
-
color: #fff;
|
|
23
|
-
}
|
|
24
|
-
|
|
25
|
-
&.selected {
|
|
26
|
-
background-color: @primary-color;
|
|
27
|
-
color: #fff;
|
|
28
|
-
}
|
|
29
|
-
|
|
30
|
-
&.disabled {
|
|
31
|
-
cursor: not-allowed;
|
|
32
|
-
color: #00000060;
|
|
33
|
-
|
|
34
|
-
&:hover {
|
|
35
|
-
background-color: #f2f3f5;
|
|
36
|
-
color: #00000060;
|
|
37
|
-
}
|
|
38
|
-
}
|
|
39
|
-
}
|
|
40
|
-
}
|
|
@@ -1,82 +0,0 @@
|
|
|
1
|
-
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
|
|
2
|
-
/* stylelint-disable no-duplicate-selectors */
|
|
3
|
-
/* stylelint-disable */
|
|
4
|
-
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
5
|
-
.dialog-enter-active,
|
|
6
|
-
.dialog-leave-active {
|
|
7
|
-
transition: opacity 0.5s;
|
|
8
|
-
}
|
|
9
|
-
.dialog-enter,
|
|
10
|
-
.dialog-leave-to {
|
|
11
|
-
opacity: 0;
|
|
12
|
-
}
|
|
13
|
-
.jetlinks-drag-modal {
|
|
14
|
-
position: fixed;
|
|
15
|
-
z-index: 1000;
|
|
16
|
-
}
|
|
17
|
-
.jetlinks-drag-modal .jetlinks-drag-modal-sprite {
|
|
18
|
-
position: absolute;
|
|
19
|
-
width: 100%;
|
|
20
|
-
height: 100%;
|
|
21
|
-
display: flex;
|
|
22
|
-
flex-direction: column;
|
|
23
|
-
overflow: hidden;
|
|
24
|
-
z-index: 23456765435;
|
|
25
|
-
background-color: #ffffff;
|
|
26
|
-
border-radius: 4px;
|
|
27
|
-
border: 1px solid #91CAFF;
|
|
28
|
-
box-shadow: 0 3px 8px 0 rgba(22, 119, 255, 0.24);
|
|
29
|
-
}
|
|
30
|
-
.jetlinks-drag-modal .jetlinks-drag-modal-sprite .header {
|
|
31
|
-
padding: 5px 15px;
|
|
32
|
-
font-size: 18px;
|
|
33
|
-
font-weight: 700;
|
|
34
|
-
color: #333;
|
|
35
|
-
display: flex;
|
|
36
|
-
justify-content: space-between;
|
|
37
|
-
align-items: center;
|
|
38
|
-
border-bottom: 1px solid #f0f0f0;
|
|
39
|
-
cursor: move;
|
|
40
|
-
}
|
|
41
|
-
.jetlinks-drag-modal .jetlinks-drag-modal-sprite .jetlinks-drag-modal-body {
|
|
42
|
-
flex: 1;
|
|
43
|
-
min-height: 0;
|
|
44
|
-
overflow-y: auto;
|
|
45
|
-
padding: 24px 20px;
|
|
46
|
-
}
|
|
47
|
-
.jetlinks-drag-modal .jetlinks-drag-modal-sprite .jetlinks-drag-modal-footer {
|
|
48
|
-
border-top: 1px solid #f0f0f0;
|
|
49
|
-
padding: 5px 15px;
|
|
50
|
-
text-align: right;
|
|
51
|
-
}
|
|
52
|
-
.jetlinks-drag-modal .jetlinks-drag-modal-range {
|
|
53
|
-
position: absolute;
|
|
54
|
-
width: 16px;
|
|
55
|
-
height: 16px;
|
|
56
|
-
border-radius: 100%;
|
|
57
|
-
z-index: 23456765436;
|
|
58
|
-
}
|
|
59
|
-
.jetlinks-drag-modal .jetlinks-drag-modal-range .drag-bottom-right:hover,
|
|
60
|
-
.jetlinks-drag-modal .jetlinks-drag-modal-range .drag-top-left:hover {
|
|
61
|
-
cursor: nwse-resize;
|
|
62
|
-
}
|
|
63
|
-
.jetlinks-drag-modal .jetlinks-drag-modal-range .drag-bottom-left:hover,
|
|
64
|
-
.jetlinks-drag-modal .jetlinks-drag-modal-range .drag-top-right:hover {
|
|
65
|
-
cursor: nesw-resize;
|
|
66
|
-
}
|
|
67
|
-
.jetlinks-drag-modal .jetlinks-drag-modal-range .drag-top-right {
|
|
68
|
-
top: -6px;
|
|
69
|
-
right: -6px;
|
|
70
|
-
}
|
|
71
|
-
.jetlinks-drag-modal .jetlinks-drag-modal-range .drag-top-left {
|
|
72
|
-
top: -6px;
|
|
73
|
-
left: -6px;
|
|
74
|
-
}
|
|
75
|
-
.jetlinks-drag-modal .jetlinks-drag-modal-range .drag-bottom-right {
|
|
76
|
-
bottom: -6px;
|
|
77
|
-
right: -6px;
|
|
78
|
-
}
|
|
79
|
-
.jetlinks-drag-modal .jetlinks-drag-modal-range .drag-bottom-left {
|
|
80
|
-
bottom: -6px;
|
|
81
|
-
left: -6px;
|
|
82
|
-
}
|
|
@@ -1,97 +0,0 @@
|
|
|
1
|
-
@import "ant-design-vue/es/style/themes/index.less";
|
|
2
|
-
@boxColor: rgb(@primary-color);
|
|
3
|
-
|
|
4
|
-
// 弹窗动画
|
|
5
|
-
.dialog-enter-active,
|
|
6
|
-
.dialog-leave-active {
|
|
7
|
-
transition: opacity .5s;
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
.dialog-enter,
|
|
11
|
-
.dialog-leave-to {
|
|
12
|
-
opacity: 0;
|
|
13
|
-
}
|
|
14
|
-
|
|
15
|
-
.jetlinks-drag-modal {
|
|
16
|
-
position: fixed;
|
|
17
|
-
z-index: 1000;
|
|
18
|
-
|
|
19
|
-
.jetlinks-drag-modal-sprite {
|
|
20
|
-
position: absolute;
|
|
21
|
-
width: 100%;
|
|
22
|
-
height: 100%;
|
|
23
|
-
display: flex;
|
|
24
|
-
flex-direction: column;
|
|
25
|
-
overflow: hidden;
|
|
26
|
-
z-index: 23456765435;
|
|
27
|
-
background-color: #ffffff;
|
|
28
|
-
border-radius: 4px;
|
|
29
|
-
border: 1px solid #91CAFF;
|
|
30
|
-
box-shadow: 0 3px 8px 0 rgba(#1677FF, 0.24);
|
|
31
|
-
|
|
32
|
-
.header {
|
|
33
|
-
padding: 5px 15px;
|
|
34
|
-
font-size: 18px;
|
|
35
|
-
font-weight: 700;
|
|
36
|
-
color: #333;
|
|
37
|
-
display: flex;
|
|
38
|
-
justify-content: space-between;
|
|
39
|
-
align-items: center;
|
|
40
|
-
border-bottom: 1px solid #f0f0f0;
|
|
41
|
-
cursor: move;
|
|
42
|
-
}
|
|
43
|
-
|
|
44
|
-
.jetlinks-drag-modal-body {
|
|
45
|
-
flex: 1;
|
|
46
|
-
min-height: 0;
|
|
47
|
-
overflow-y: auto;
|
|
48
|
-
padding: 24px 20px;
|
|
49
|
-
}
|
|
50
|
-
|
|
51
|
-
.jetlinks-drag-modal-footer {
|
|
52
|
-
border-top: 1px solid #f0f0f0;
|
|
53
|
-
padding: 5px 15px;
|
|
54
|
-
text-align: right;
|
|
55
|
-
}
|
|
56
|
-
}
|
|
57
|
-
|
|
58
|
-
.jetlinks-drag-modal-range {
|
|
59
|
-
position: absolute;
|
|
60
|
-
width: 16px;
|
|
61
|
-
height: 16px;
|
|
62
|
-
border-radius: 100%;
|
|
63
|
-
z-index: 23456765436;
|
|
64
|
-
|
|
65
|
-
.drag-bottom-right, .drag-top-left {
|
|
66
|
-
&:hover {
|
|
67
|
-
cursor: nwse-resize
|
|
68
|
-
}
|
|
69
|
-
}
|
|
70
|
-
|
|
71
|
-
.drag-bottom-left, .drag-top-right {
|
|
72
|
-
&:hover {
|
|
73
|
-
cursor: nesw-resize
|
|
74
|
-
}
|
|
75
|
-
}
|
|
76
|
-
|
|
77
|
-
.drag-top-right {
|
|
78
|
-
top: -6px;
|
|
79
|
-
right: -6px;
|
|
80
|
-
}
|
|
81
|
-
|
|
82
|
-
.drag-top-left {
|
|
83
|
-
top: -6px;
|
|
84
|
-
left: -6px;
|
|
85
|
-
}
|
|
86
|
-
|
|
87
|
-
.drag-bottom-right {
|
|
88
|
-
bottom: -6px;
|
|
89
|
-
right: -6px;
|
|
90
|
-
}
|
|
91
|
-
|
|
92
|
-
.drag-bottom-left {
|
|
93
|
-
bottom: -6px;
|
|
94
|
-
left: -6px;
|
|
95
|
-
}
|
|
96
|
-
}
|
|
97
|
-
}
|