@jetlinks-web/components 2.7.0 → 2.7.2
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/components/Search/sort.js +1 -1
- package/es/FullPage/FullPage.js +1 -1
- package/es/Icon/icon.js +3 -3
- package/es/ProTable/Content.js +4 -4
- package/es/ProTable/hooks/useTableSelection.js +2 -0
- package/es/Search/Advanced/SaveHistory.js +1 -1
- package/es/Search/Item.js +1 -1
- package/lib/EditTable/components/Search/sort.js +1 -1
- package/lib/FullPage/FullPage.js +1 -1
- package/lib/Icon/icon.js +3 -3
- package/lib/ProTable/Content.js +4 -4
- package/lib/ProTable/hooks/useTableSelection.js +2 -0
- package/lib/Search/Advanced/SaveHistory.js +1 -1
- package/lib/Search/Item.js +1 -1
- package/package.json +171 -171
|
@@ -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-1775015259092"), 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" };
|
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-1775015256307"), 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';
|
package/es/Icon/icon.js
CHANGED
|
@@ -3,9 +3,9 @@ import { defineComponent, createVNode, watchEffect, inject, createVNode as _crea
|
|
|
3
3
|
import * as aIcon from '@ant-design/icons-vue';
|
|
4
4
|
import { createFromIconfontCN } from '@ant-design/icons-vue';
|
|
5
5
|
import { ComponentsEnum } from "../utils/constants";
|
|
6
|
-
var MyIcon =
|
|
7
|
-
|
|
8
|
-
}
|
|
6
|
+
var MyIcon = function MyIcon() {
|
|
7
|
+
return function () {};
|
|
8
|
+
};
|
|
9
9
|
var AntdIcon = function AntdIcon(props) {
|
|
10
10
|
return createVNode(aIcon[props.type]);
|
|
11
11
|
};
|
package/es/ProTable/Content.js
CHANGED
|
@@ -20,6 +20,7 @@ function _optionalChain(ops) { let lastAccessLHS = undefined; let value = ops[0]
|
|
|
20
20
|
"computed": "setup-const",
|
|
21
21
|
"_contentProps": "setup-maybe-ref",
|
|
22
22
|
"Table": "setup-maybe-ref",
|
|
23
|
+
"Checkbox": "setup-maybe-ref",
|
|
23
24
|
"get": "setup-maybe-ref",
|
|
24
25
|
"omit": "setup-maybe-ref",
|
|
25
26
|
"Empty": "setup-maybe-ref",
|
|
@@ -40,7 +41,7 @@ function _optionalChain(ops) { let lastAccessLHS = undefined; let value = ops[0]
|
|
|
40
41
|
"handleCheckedAllChange": "setup-const"
|
|
41
42
|
} */
|
|
42
43
|
import { defineComponent as _defineComponent } from 'vue';
|
|
43
|
-
import { unref as _unref, toDisplayString as _toDisplayString, createTextVNode as _createTextVNode,
|
|
44
|
+
import { unref as _unref, toDisplayString as _toDisplayString, createTextVNode as _createTextVNode, withCtx as _withCtx, createVNode as _createVNode, openBlock as _openBlock, createElementBlock as _createElementBlock, createCommentVNode as _createCommentVNode, renderList as _renderList, Fragment as _Fragment, normalizeProps as _normalizeProps, guardReactiveProps as _guardReactiveProps, renderSlot as _renderSlot, normalizeClass as _normalizeClass, normalizeStyle as _normalizeStyle, mergeProps as _mergeProps, createSlots as _createSlots, createBlock as _createBlock } from "vue";
|
|
44
45
|
const _hoisted_1 = { class: "jtable-box" };
|
|
45
46
|
const _hoisted_2 = {
|
|
46
47
|
key: 0,
|
|
@@ -57,7 +58,7 @@ const _hoisted_5 = {
|
|
|
57
58
|
};
|
|
58
59
|
import { useSlots, computed } from 'vue';
|
|
59
60
|
import { _contentProps } from "./setting";
|
|
60
|
-
import { Table } from 'ant-design-vue/es/';
|
|
61
|
+
import { Table, Checkbox } from 'ant-design-vue/es/';
|
|
61
62
|
import { get, omit } from 'lodash-es';
|
|
62
63
|
import Empty from '../Empty';
|
|
63
64
|
import { useTableInject } from './hooks';
|
|
@@ -117,13 +118,12 @@ const __sfc_main__ = _defineComponent({
|
|
|
117
118
|
_optionalChain([__rowSelection, 'access', _23 => _23.value, 'optionalAccess', _24 => _24.onSelectAll, 'optionalCall', _25 => _25(flag, props.dataSource, props.dataSource)]);
|
|
118
119
|
};
|
|
119
120
|
return (_ctx, _cache) => {
|
|
120
|
-
const _component_a_checkbox = _resolveComponent("a-checkbox");
|
|
121
121
|
return (_openBlock(), _createElementBlock("div", _hoisted_1, [
|
|
122
122
|
(_ctx.mode === 'CARD')
|
|
123
123
|
? (_openBlock(), _createElementBlock("div", _hoisted_2, [
|
|
124
124
|
(__rowSelection.value && __rowSelection.value.type === 'checkbox')
|
|
125
125
|
? (_openBlock(), _createElementBlock("div", _hoisted_3, [
|
|
126
|
-
_createVNode(
|
|
126
|
+
_createVNode(_unref(Checkbox), {
|
|
127
127
|
indeterminate: indeterminate.value,
|
|
128
128
|
checked: checkedAll.value,
|
|
129
129
|
onChange: handleCheckedAllChange
|
|
@@ -65,11 +65,13 @@ export var useTableSelection = function useTableSelection() {
|
|
|
65
65
|
// 提供选择上下文
|
|
66
66
|
selectionObj.value = type === 'checkbox' ? _objectSpread(_objectSpread({}, omit(options, ['isCheck'])), {}, {
|
|
67
67
|
selectedRowKeys: selectedRowKeys,
|
|
68
|
+
type: type,
|
|
68
69
|
onSelect: onSelect,
|
|
69
70
|
onSelectAll: onSelectAll,
|
|
70
71
|
onSelectNone: onSelectNone
|
|
71
72
|
}) : _objectSpread(_objectSpread({}, omit(options, ['isCheck'])), {}, {
|
|
72
73
|
selectedRowKeys: selectedRowKeys,
|
|
74
|
+
type: type,
|
|
73
75
|
onChange: onChange,
|
|
74
76
|
onSelectNone: onSelectNone
|
|
75
77
|
});
|
|
@@ -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-1775015258864"), 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-1775015258124"), n = n(), _popScopeId(), n);
|
|
84
84
|
const _hoisted_1 = { class: "JSearch-item" };
|
|
85
85
|
const _hoisted_2 = {
|
|
86
86
|
key: 0,
|
|
@@ -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-1775015259060"), 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" };
|
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-1775015256301"), 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';
|
package/lib/Icon/icon.js
CHANGED
|
@@ -13,9 +13,9 @@ var aIcon = _iconsVue;
|
|
|
13
13
|
var _constants = require("../utils/constants");
|
|
14
14
|
function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(e) { return e ? t : r; })(e); }
|
|
15
15
|
function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != _typeof(e) && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && {}.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; }
|
|
16
|
-
var MyIcon = (
|
|
17
|
-
|
|
18
|
-
}
|
|
16
|
+
var MyIcon = function MyIcon() {
|
|
17
|
+
return function () {};
|
|
18
|
+
};
|
|
19
19
|
var AntdIcon = function AntdIcon(props) {
|
|
20
20
|
return (0, _vue.createVNode)(aIcon[props.type]);
|
|
21
21
|
};
|
package/lib/ProTable/Content.js
CHANGED
|
@@ -20,6 +20,7 @@ function _optionalChain(ops) { let lastAccessLHS = undefined; let value = ops[0]
|
|
|
20
20
|
"computed": "setup-const",
|
|
21
21
|
"_contentProps": "setup-maybe-ref",
|
|
22
22
|
"Table": "setup-maybe-ref",
|
|
23
|
+
"Checkbox": "setup-maybe-ref",
|
|
23
24
|
"get": "setup-maybe-ref",
|
|
24
25
|
"omit": "setup-maybe-ref",
|
|
25
26
|
"Empty": "setup-maybe-ref",
|
|
@@ -40,7 +41,7 @@ function _optionalChain(ops) { let lastAccessLHS = undefined; let value = ops[0]
|
|
|
40
41
|
"handleCheckedAllChange": "setup-const"
|
|
41
42
|
} */
|
|
42
43
|
import { defineComponent as _defineComponent } from 'vue';
|
|
43
|
-
import { unref as _unref, toDisplayString as _toDisplayString, createTextVNode as _createTextVNode,
|
|
44
|
+
import { unref as _unref, toDisplayString as _toDisplayString, createTextVNode as _createTextVNode, withCtx as _withCtx, createVNode as _createVNode, openBlock as _openBlock, createElementBlock as _createElementBlock, createCommentVNode as _createCommentVNode, renderList as _renderList, Fragment as _Fragment, normalizeProps as _normalizeProps, guardReactiveProps as _guardReactiveProps, renderSlot as _renderSlot, normalizeClass as _normalizeClass, normalizeStyle as _normalizeStyle, mergeProps as _mergeProps, createSlots as _createSlots, createBlock as _createBlock } from "vue";
|
|
44
45
|
const _hoisted_1 = { class: "jtable-box" };
|
|
45
46
|
const _hoisted_2 = {
|
|
46
47
|
key: 0,
|
|
@@ -57,7 +58,7 @@ const _hoisted_5 = {
|
|
|
57
58
|
};
|
|
58
59
|
import { useSlots, computed } from 'vue';
|
|
59
60
|
import { _contentProps } from "./setting";
|
|
60
|
-
import { Table } from 'ant-design-vue/lib/';
|
|
61
|
+
import { Table, Checkbox } from 'ant-design-vue/lib/';
|
|
61
62
|
import { get, omit } from 'lodash-es';
|
|
62
63
|
import Empty from '../Empty';
|
|
63
64
|
import { useTableInject } from './hooks';
|
|
@@ -117,13 +118,12 @@ const __sfc_main__ = _defineComponent({
|
|
|
117
118
|
_optionalChain([__rowSelection, 'access', _23 => _23.value, 'optionalAccess', _24 => _24.onSelectAll, 'optionalCall', _25 => _25(flag, props.dataSource, props.dataSource)]);
|
|
118
119
|
};
|
|
119
120
|
return (_ctx, _cache) => {
|
|
120
|
-
const _component_a_checkbox = _resolveComponent("a-checkbox");
|
|
121
121
|
return (_openBlock(), _createElementBlock("div", _hoisted_1, [
|
|
122
122
|
(_ctx.mode === 'CARD')
|
|
123
123
|
? (_openBlock(), _createElementBlock("div", _hoisted_2, [
|
|
124
124
|
(__rowSelection.value && __rowSelection.value.type === 'checkbox')
|
|
125
125
|
? (_openBlock(), _createElementBlock("div", _hoisted_3, [
|
|
126
|
-
_createVNode(
|
|
126
|
+
_createVNode(_unref(Checkbox), {
|
|
127
127
|
indeterminate: indeterminate.value,
|
|
128
128
|
checked: checkedAll.value,
|
|
129
129
|
onChange: handleCheckedAllChange
|
|
@@ -72,11 +72,13 @@ var useTableSelection = exports.useTableSelection = function useTableSelection()
|
|
|
72
72
|
// 提供选择上下文
|
|
73
73
|
selectionObj.value = type === 'checkbox' ? (0, _objectSpread2.default)((0, _objectSpread2.default)({}, (0, _lodashEs.omit)(options, ['isCheck'])), {}, {
|
|
74
74
|
selectedRowKeys: selectedRowKeys,
|
|
75
|
+
type: type,
|
|
75
76
|
onSelect: onSelect,
|
|
76
77
|
onSelectAll: onSelectAll,
|
|
77
78
|
onSelectNone: onSelectNone
|
|
78
79
|
}) : (0, _objectSpread2.default)((0, _objectSpread2.default)({}, (0, _lodashEs.omit)(options, ['isCheck'])), {}, {
|
|
79
80
|
selectedRowKeys: selectedRowKeys,
|
|
81
|
+
type: type,
|
|
80
82
|
onChange: onChange,
|
|
81
83
|
onSelectNone: onSelectNone
|
|
82
84
|
});
|
|
@@ -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-1775015258837"), 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-1775015257934"), n = n(), _popScopeId(), n);
|
|
84
84
|
const _hoisted_1 = { class: "JSearch-item" };
|
|
85
85
|
const _hoisted_2 = {
|
|
86
86
|
key: 0,
|
package/package.json
CHANGED
|
@@ -1,171 +1,171 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@jetlinks-web/components",
|
|
3
|
-
"version": "2.7.
|
|
4
|
-
"description": "",
|
|
5
|
-
"main": "lib/index.js",
|
|
6
|
-
"module": "es/index.js",
|
|
7
|
-
"
|
|
8
|
-
"
|
|
9
|
-
"
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
"
|
|
13
|
-
"
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
"
|
|
17
|
-
"
|
|
18
|
-
],
|
|
19
|
-
"
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
"
|
|
28
|
-
"
|
|
29
|
-
"
|
|
30
|
-
"
|
|
31
|
-
"
|
|
32
|
-
"
|
|
33
|
-
"
|
|
34
|
-
"
|
|
35
|
-
"
|
|
36
|
-
"markdown-it
|
|
37
|
-
"markdown-it-
|
|
38
|
-
"markdown-it-
|
|
39
|
-
"markdown-it-
|
|
40
|
-
"markdown-it-
|
|
41
|
-
"markdown-it-
|
|
42
|
-
"
|
|
43
|
-
"
|
|
44
|
-
"
|
|
45
|
-
"
|
|
46
|
-
"
|
|
47
|
-
"
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
"
|
|
51
|
-
"
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
"@babel/
|
|
55
|
-
"@babel/
|
|
56
|
-
"@babel/plugin-proposal-
|
|
57
|
-
"@babel/plugin-
|
|
58
|
-
"@babel/plugin-
|
|
59
|
-
"@babel/plugin-
|
|
60
|
-
"@babel/plugin-
|
|
61
|
-
"@babel/plugin-
|
|
62
|
-
"@babel/plugin-transform-
|
|
63
|
-
"@babel/plugin-transform-
|
|
64
|
-
"@babel/
|
|
65
|
-
"@babel/
|
|
66
|
-
"@babel/
|
|
67
|
-
"@babel/
|
|
68
|
-
"@
|
|
69
|
-
"@
|
|
70
|
-
"@
|
|
71
|
-
"@
|
|
72
|
-
"@
|
|
73
|
-
"@
|
|
74
|
-
"@
|
|
75
|
-
"@
|
|
76
|
-
"@
|
|
77
|
-
"@
|
|
78
|
-
"@
|
|
79
|
-
"@
|
|
80
|
-
"@
|
|
81
|
-
"@
|
|
82
|
-
"
|
|
83
|
-
"
|
|
84
|
-
"babel-
|
|
85
|
-
"
|
|
86
|
-
"
|
|
87
|
-
"
|
|
88
|
-
"babel-
|
|
89
|
-
"babel-
|
|
90
|
-
"
|
|
91
|
-
"
|
|
92
|
-
"
|
|
93
|
-
"
|
|
94
|
-
"
|
|
95
|
-
"
|
|
96
|
-
"
|
|
97
|
-
"
|
|
98
|
-
"
|
|
99
|
-
"
|
|
100
|
-
"
|
|
101
|
-
"
|
|
102
|
-
"
|
|
103
|
-
"
|
|
104
|
-
"
|
|
105
|
-
"
|
|
106
|
-
"
|
|
107
|
-
"eslint
|
|
108
|
-
"eslint-
|
|
109
|
-
"
|
|
110
|
-
"
|
|
111
|
-
"
|
|
112
|
-
"
|
|
113
|
-
"
|
|
114
|
-
"
|
|
115
|
-
"
|
|
116
|
-
"
|
|
117
|
-
"
|
|
118
|
-
"
|
|
119
|
-
"
|
|
120
|
-
"
|
|
121
|
-
"
|
|
122
|
-
"
|
|
123
|
-
"
|
|
124
|
-
"
|
|
125
|
-
"
|
|
126
|
-
"
|
|
127
|
-
"
|
|
128
|
-
"
|
|
129
|
-
"
|
|
130
|
-
"
|
|
131
|
-
"
|
|
132
|
-
"
|
|
133
|
-
"
|
|
134
|
-
"
|
|
135
|
-
"
|
|
136
|
-
"
|
|
137
|
-
"
|
|
138
|
-
"
|
|
139
|
-
"
|
|
140
|
-
"
|
|
141
|
-
"
|
|
142
|
-
"
|
|
143
|
-
"
|
|
144
|
-
"
|
|
145
|
-
"
|
|
146
|
-
"
|
|
147
|
-
"
|
|
148
|
-
"
|
|
149
|
-
"
|
|
150
|
-
"
|
|
151
|
-
"
|
|
152
|
-
"
|
|
153
|
-
"
|
|
154
|
-
"
|
|
155
|
-
"
|
|
156
|
-
"
|
|
157
|
-
"
|
|
158
|
-
"
|
|
159
|
-
"
|
|
160
|
-
"webpack
|
|
161
|
-
"
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
"
|
|
165
|
-
"
|
|
166
|
-
},
|
|
167
|
-
"
|
|
168
|
-
"
|
|
169
|
-
"
|
|
170
|
-
}
|
|
171
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "@jetlinks-web/components",
|
|
3
|
+
"version": "2.7.2",
|
|
4
|
+
"description": "",
|
|
5
|
+
"main": "lib/index.js",
|
|
6
|
+
"module": "es/index.js",
|
|
7
|
+
"scripts": {
|
|
8
|
+
"compile": "node tools/cli/run.js compile",
|
|
9
|
+
"clean": "pnpm rimraf node_modules && pnpm rimraf .turbo"
|
|
10
|
+
},
|
|
11
|
+
"keywords": [
|
|
12
|
+
"jetlinks",
|
|
13
|
+
"jetlinks-web",
|
|
14
|
+
"components",
|
|
15
|
+
"jetlinks-web/components",
|
|
16
|
+
"@jetlinks-web",
|
|
17
|
+
"@jetlinks-web/components"
|
|
18
|
+
],
|
|
19
|
+
"files": [
|
|
20
|
+
"lib",
|
|
21
|
+
"es"
|
|
22
|
+
],
|
|
23
|
+
"private": false,
|
|
24
|
+
"author": "",
|
|
25
|
+
"license": "ISC",
|
|
26
|
+
"dependencies": {
|
|
27
|
+
"@ant-design/icons-vue": "^7.0.1",
|
|
28
|
+
"@jetlinks-web/constants": "workspace:*",
|
|
29
|
+
"@jetlinks-web/hooks": "workspace:*",
|
|
30
|
+
"@jetlinks-web/utils": "workspace:*",
|
|
31
|
+
"@vuemap/vue-amap": "^2.0.17",
|
|
32
|
+
"@vueuse/core": "^10.2.1",
|
|
33
|
+
"@vueuse/router": "^12.1.0",
|
|
34
|
+
"async-validator": "^4.2.5",
|
|
35
|
+
"echarts": "^5.4.3",
|
|
36
|
+
"markdown-it": "^14.1.0",
|
|
37
|
+
"markdown-it-abbr": "^2.0.0",
|
|
38
|
+
"markdown-it-anchor": "^9.1.0",
|
|
39
|
+
"markdown-it-deflist": "^3.0.0",
|
|
40
|
+
"markdown-it-emoji": "^3.0.0",
|
|
41
|
+
"markdown-it-footnote": "^4.0.0",
|
|
42
|
+
"markdown-it-highlightjs": "^4.1.0",
|
|
43
|
+
"markdown-it-ins": "^4.0.0",
|
|
44
|
+
"markdown-it-mark": "^4.0.0",
|
|
45
|
+
"markdown-it-sub": "^2.0.0",
|
|
46
|
+
"markdown-it-sup": "^2.0.0",
|
|
47
|
+
"markdown-it-task-lists": "^2.1.1",
|
|
48
|
+
"markdown-it-toc-done-right": "^4.2.0",
|
|
49
|
+
"monaco-editor": "^0.51.0",
|
|
50
|
+
"resize-observer-polyfill": "^1.5.1",
|
|
51
|
+
"sortablejs": "^1.15.2"
|
|
52
|
+
},
|
|
53
|
+
"devDependencies": {
|
|
54
|
+
"@babel/cli": "^7.8.4",
|
|
55
|
+
"@babel/core": "^7.10.5",
|
|
56
|
+
"@babel/plugin-proposal-class-properties": "^7.8.3",
|
|
57
|
+
"@babel/plugin-proposal-export-default-from": "^7.8.3",
|
|
58
|
+
"@babel/plugin-proposal-export-namespace-from": "^7.12.1",
|
|
59
|
+
"@babel/plugin-proposal-object-rest-spread": "^7.9.6",
|
|
60
|
+
"@babel/plugin-proposal-optional-chaining": "^7.10.1",
|
|
61
|
+
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
|
|
62
|
+
"@babel/plugin-transform-member-expression-literals": "^7.8.3",
|
|
63
|
+
"@babel/plugin-transform-object-assign": "^7.8.3",
|
|
64
|
+
"@babel/plugin-transform-property-literals": "^7.8.3",
|
|
65
|
+
"@babel/plugin-transform-runtime": "^7.10.5",
|
|
66
|
+
"@babel/plugin-transform-template-literals": "^7.8.3",
|
|
67
|
+
"@babel/plugin-transform-typescript": "^7.12.1",
|
|
68
|
+
"@babel/polyfill": "^7.8.7",
|
|
69
|
+
"@babel/preset-env": "^7.9.6",
|
|
70
|
+
"@babel/preset-typescript": "^7.10.4",
|
|
71
|
+
"@babel/runtime": "^7.24.4",
|
|
72
|
+
"@commitlint/cli": "^17.4.2",
|
|
73
|
+
"@commitlint/config-conventional": "^17.4.2",
|
|
74
|
+
"@rollup/plugin-commonjs": "^22.0.1",
|
|
75
|
+
"@rollup/plugin-node-resolve": "^13.3.0",
|
|
76
|
+
"@types/eslint": "^8.21.0",
|
|
77
|
+
"@types/lodash-es": "^4.17.6",
|
|
78
|
+
"@types/node": "^18.13.0",
|
|
79
|
+
"@types/sortablejs": "^1.15.1",
|
|
80
|
+
"@typescript-eslint/eslint-plugin": "^5.50.0",
|
|
81
|
+
"@typescript-eslint/parser": "^5.50.0",
|
|
82
|
+
"@vitejs/plugin-vue": "^2.3.3",
|
|
83
|
+
"@vitejs/plugin-vue-jsx": "^1.3.10",
|
|
84
|
+
"@vue/babel-plugin-jsx": "^1.0.0",
|
|
85
|
+
"@vue/compiler-sfc": "^3.4.21",
|
|
86
|
+
"ant-design-vue": "3.2.20",
|
|
87
|
+
"autoprefixer": "^10.2.0",
|
|
88
|
+
"babel-eslint": "^10.0.1",
|
|
89
|
+
"babel-loader": "^8.0.0",
|
|
90
|
+
"babel-plugin-import": "^1.1.1",
|
|
91
|
+
"babel-plugin-inline-import-data-uri": "^1.0.1",
|
|
92
|
+
"babel-plugin-istanbul": "^6.0.0",
|
|
93
|
+
"babel-plugin-transform-require-context": "^0.1.1",
|
|
94
|
+
"case-sensitive-paths-webpack-plugin": "^2.1.2",
|
|
95
|
+
"child_process": "^1.0.2",
|
|
96
|
+
"colorful": "^2.1.0",
|
|
97
|
+
"commander": "^6.1.0",
|
|
98
|
+
"commitlint": "^17.4.2",
|
|
99
|
+
"compute-scroll-into-view": "^3.0.0",
|
|
100
|
+
"css-loader": "^6.7.3",
|
|
101
|
+
"css-minimizer-webpack-plugin": "^3.0.0",
|
|
102
|
+
"dayjs": "^1.11.8",
|
|
103
|
+
"duplicate-package-checker-webpack-plugin": "^3.0.0",
|
|
104
|
+
"esbuild": "~0.12.29",
|
|
105
|
+
"esbuild-loader": "^2.18.0",
|
|
106
|
+
"escape-html": "^1.0.3",
|
|
107
|
+
"eslint": "^8.33.0",
|
|
108
|
+
"eslint-config-prettier": "^8.0.0",
|
|
109
|
+
"eslint-plugin-html": "^6.0.0",
|
|
110
|
+
"eslint-plugin-import": "^2.24.2",
|
|
111
|
+
"eslint-plugin-markdown": "^2.0.0",
|
|
112
|
+
"eslint-plugin-vue": "^8.1.1",
|
|
113
|
+
"fast-glob": "^3.2.12",
|
|
114
|
+
"globby": "^11.1.0",
|
|
115
|
+
"gray-matter": "^4.0.3",
|
|
116
|
+
"gulp": "^4.0.2",
|
|
117
|
+
"gulp-babel": "^8.0.0",
|
|
118
|
+
"gulp-strip-code": "^0.1.4",
|
|
119
|
+
"gulp-typescript": "^6.0.0-alpha.1",
|
|
120
|
+
"is-windows": "^1.0.2",
|
|
121
|
+
"json5": "^2.2.3",
|
|
122
|
+
"less": "^4.1.3",
|
|
123
|
+
"less-loader": "^11.1.0",
|
|
124
|
+
"less-plugin-npm-import": "^2.1.0",
|
|
125
|
+
"less-vars-to-js": "^1.3.0",
|
|
126
|
+
"lint-staged": "^13.1.0",
|
|
127
|
+
"lru-cache": "^7.14.1",
|
|
128
|
+
"marked": "0.3.18",
|
|
129
|
+
"merge2": "^1.4.1",
|
|
130
|
+
"mini-css-extract-plugin": "^2.4.5",
|
|
131
|
+
"minimist": "^1.2.0",
|
|
132
|
+
"mkdirp": "^0.5.1",
|
|
133
|
+
"object-assign": "^4.1.1",
|
|
134
|
+
"postcss": "^8.2.12",
|
|
135
|
+
"postcss-loader": "^6.0.0",
|
|
136
|
+
"prettier": "^2.8.3",
|
|
137
|
+
"prismjs": "^1.29.0",
|
|
138
|
+
"remove-files-webpack-plugin": "^1.5.0",
|
|
139
|
+
"rollup-plugin-esbuild": "^4.9.1",
|
|
140
|
+
"rollup-plugin-typescript2": "^0.34.1",
|
|
141
|
+
"rollup-plugin-vue": "^6.0.0",
|
|
142
|
+
"slash": "^3.0.0",
|
|
143
|
+
"string-replace-loader": "^3.1.0",
|
|
144
|
+
"style-loader": "^3.3.1",
|
|
145
|
+
"sucrase": "^3.29.0",
|
|
146
|
+
"terser-webpack-plugin": "^5.1.1",
|
|
147
|
+
"through2": "^4.0.2",
|
|
148
|
+
"ts-loader": "^9.1.0",
|
|
149
|
+
"ts-morph": "^17.0.1",
|
|
150
|
+
"typescript": "^4.9.3",
|
|
151
|
+
"unplugin-vue-macros": "^0.11.2",
|
|
152
|
+
"url": "^0.11.0",
|
|
153
|
+
"url-loader": "^3.0.0",
|
|
154
|
+
"vite": "^4.0.0",
|
|
155
|
+
"vite-plugin-monaco-editor": "^1.1.0",
|
|
156
|
+
"vite-plugin-vue-setup-extend": "^0.4.0",
|
|
157
|
+
"vue": "^3.2.45",
|
|
158
|
+
"vue-eslint-parser": "^9.1.0",
|
|
159
|
+
"vue-tsc": "^1.0.11",
|
|
160
|
+
"webpack": "^5.75.0",
|
|
161
|
+
"webpack-bundle-analyzer": "^4.4.2",
|
|
162
|
+
"webpack-cli": "^4.6.0",
|
|
163
|
+
"webpack-dev-server": "^4.0.0",
|
|
164
|
+
"webpack-merge": "^5.0.0",
|
|
165
|
+
"webpackbar": "^5.0.2"
|
|
166
|
+
},
|
|
167
|
+
"publishConfig": {
|
|
168
|
+
"registry": "https://registry.npmjs.org/",
|
|
169
|
+
"access": "public"
|
|
170
|
+
}
|
|
171
|
+
}
|