@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.
@@ -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-1755250733005"), n = n(), _popScopeId(), n);
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" };
@@ -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-1755250731518"), n = n(), _popScopeId(), n);
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 = createFromIconfontCN({
7
- scriptUrl: '//at.alicdn.com/t/c/font_3183515_i7oma42he.js' // 在 iconfont.cn 上生成
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
  };
@@ -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, resolveComponent as _resolveComponent, 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
+ 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(_component_a_checkbox, {
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-1755250732879"), n = n(), _popScopeId(), n);
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-1755250732041"), n = n(), _popScopeId(), n);
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-1755250733021"), n = n(), _popScopeId(), n);
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" };
@@ -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-1755250731524"), n = n(), _popScopeId(), n);
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 = (0, _iconsVue.createFromIconfontCN)({
17
- scriptUrl: '//at.alicdn.com/t/c/font_3183515_i7oma42he.js' // 在 iconfont.cn 上生成
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
  };
@@ -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, resolveComponent as _resolveComponent, 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
+ 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(_component_a_checkbox, {
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-1755250732890"), n = n(), _popScopeId(), n);
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" }
@@ -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-1755250732094"), n = n(), _popScopeId(), n);
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.0",
4
- "description": "",
5
- "main": "lib/index.js",
6
- "module": "es/index.js",
7
- "keywords": [
8
- "jetlinks",
9
- "jetlinks-web",
10
- "components",
11
- "jetlinks-web/components",
12
- "@jetlinks-web",
13
- "@jetlinks-web/components"
14
- ],
15
- "files": [
16
- "lib",
17
- "es"
18
- ],
19
- "private": false,
20
- "author": "",
21
- "license": "ISC",
22
- "dependencies": {
23
- "@ant-design/icons-vue": "^7.0.1",
24
- "@vuemap/vue-amap": "^2.0.17",
25
- "@vueuse/core": "^10.2.1",
26
- "@vueuse/router": "^12.1.0",
27
- "async-validator": "^4.2.5",
28
- "echarts": "^5.4.3",
29
- "markdown-it": "^14.1.0",
30
- "markdown-it-abbr": "^2.0.0",
31
- "markdown-it-anchor": "^9.1.0",
32
- "markdown-it-deflist": "^3.0.0",
33
- "markdown-it-emoji": "^3.0.0",
34
- "markdown-it-footnote": "^4.0.0",
35
- "markdown-it-highlightjs": "^4.1.0",
36
- "markdown-it-ins": "^4.0.0",
37
- "markdown-it-mark": "^4.0.0",
38
- "markdown-it-sub": "^2.0.0",
39
- "markdown-it-sup": "^2.0.0",
40
- "markdown-it-task-lists": "^2.1.1",
41
- "markdown-it-toc-done-right": "^4.2.0",
42
- "monaco-editor": "^0.51.0",
43
- "resize-observer-polyfill": "^1.5.1",
44
- "sortablejs": "^1.15.2",
45
- "@jetlinks-web/constants": "1.0.9",
46
- "@jetlinks-web/hooks": "1.0.31",
47
- "@jetlinks-web/utils": "1.2.14"
48
- },
49
- "devDependencies": {
50
- "@babel/cli": "^7.8.4",
51
- "@babel/core": "^7.10.5",
52
- "@babel/plugin-proposal-class-properties": "^7.8.3",
53
- "@babel/plugin-proposal-export-default-from": "^7.8.3",
54
- "@babel/plugin-proposal-export-namespace-from": "^7.12.1",
55
- "@babel/plugin-proposal-object-rest-spread": "^7.9.6",
56
- "@babel/plugin-proposal-optional-chaining": "^7.10.1",
57
- "@babel/plugin-syntax-dynamic-import": "^7.8.3",
58
- "@babel/plugin-transform-member-expression-literals": "^7.8.3",
59
- "@babel/plugin-transform-object-assign": "^7.8.3",
60
- "@babel/plugin-transform-property-literals": "^7.8.3",
61
- "@babel/plugin-transform-runtime": "^7.10.5",
62
- "@babel/plugin-transform-template-literals": "^7.8.3",
63
- "@babel/plugin-transform-typescript": "^7.12.1",
64
- "@babel/polyfill": "^7.8.7",
65
- "@babel/preset-env": "^7.9.6",
66
- "@babel/preset-typescript": "^7.10.4",
67
- "@babel/runtime": "^7.24.4",
68
- "@commitlint/cli": "^17.4.2",
69
- "@commitlint/config-conventional": "^17.4.2",
70
- "@rollup/plugin-commonjs": "^22.0.1",
71
- "@rollup/plugin-node-resolve": "^13.3.0",
72
- "@types/eslint": "^8.21.0",
73
- "@types/lodash-es": "^4.17.6",
74
- "@types/node": "^18.13.0",
75
- "@types/sortablejs": "^1.15.1",
76
- "@typescript-eslint/eslint-plugin": "^5.50.0",
77
- "@typescript-eslint/parser": "^5.50.0",
78
- "@vitejs/plugin-vue": "^2.3.3",
79
- "@vitejs/plugin-vue-jsx": "^1.3.10",
80
- "@vue/babel-plugin-jsx": "^1.0.0",
81
- "@vue/compiler-sfc": "^3.4.21",
82
- "ant-design-vue": "3.2.20",
83
- "autoprefixer": "^10.2.0",
84
- "babel-eslint": "^10.0.1",
85
- "babel-loader": "^8.0.0",
86
- "babel-plugin-import": "^1.1.1",
87
- "babel-plugin-inline-import-data-uri": "^1.0.1",
88
- "babel-plugin-istanbul": "^6.0.0",
89
- "babel-plugin-transform-require-context": "^0.1.1",
90
- "case-sensitive-paths-webpack-plugin": "^2.1.2",
91
- "child_process": "^1.0.2",
92
- "colorful": "^2.1.0",
93
- "commander": "^6.1.0",
94
- "commitlint": "^17.4.2",
95
- "compute-scroll-into-view": "^3.0.0",
96
- "css-loader": "^6.7.3",
97
- "css-minimizer-webpack-plugin": "^3.0.0",
98
- "dayjs": "^1.11.8",
99
- "duplicate-package-checker-webpack-plugin": "^3.0.0",
100
- "esbuild": "~0.12.29",
101
- "esbuild-loader": "^2.18.0",
102
- "escape-html": "^1.0.3",
103
- "eslint": "^8.33.0",
104
- "eslint-config-prettier": "^8.0.0",
105
- "eslint-plugin-html": "^6.0.0",
106
- "eslint-plugin-import": "^2.24.2",
107
- "eslint-plugin-markdown": "^2.0.0",
108
- "eslint-plugin-vue": "^8.1.1",
109
- "fast-glob": "^3.2.12",
110
- "globby": "^11.1.0",
111
- "gray-matter": "^4.0.3",
112
- "gulp": "^4.0.2",
113
- "gulp-babel": "^8.0.0",
114
- "gulp-strip-code": "^0.1.4",
115
- "gulp-typescript": "^6.0.0-alpha.1",
116
- "is-windows": "^1.0.2",
117
- "json5": "^2.2.3",
118
- "less": "^4.1.3",
119
- "less-loader": "^11.1.0",
120
- "less-plugin-npm-import": "^2.1.0",
121
- "less-vars-to-js": "^1.3.0",
122
- "lint-staged": "^13.1.0",
123
- "lru-cache": "^7.14.1",
124
- "marked": "0.3.18",
125
- "merge2": "^1.4.1",
126
- "mini-css-extract-plugin": "^2.4.5",
127
- "minimist": "^1.2.0",
128
- "mkdirp": "^0.5.1",
129
- "object-assign": "^4.1.1",
130
- "postcss": "^8.2.12",
131
- "postcss-loader": "^6.0.0",
132
- "prettier": "^2.8.3",
133
- "prismjs": "^1.29.0",
134
- "remove-files-webpack-plugin": "^1.5.0",
135
- "rollup-plugin-esbuild": "^4.9.1",
136
- "rollup-plugin-typescript2": "^0.34.1",
137
- "rollup-plugin-vue": "^6.0.0",
138
- "slash": "^3.0.0",
139
- "string-replace-loader": "^3.1.0",
140
- "style-loader": "^3.3.1",
141
- "sucrase": "^3.29.0",
142
- "terser-webpack-plugin": "^5.1.1",
143
- "through2": "^4.0.2",
144
- "ts-loader": "^9.1.0",
145
- "ts-morph": "^17.0.1",
146
- "typescript": "^4.9.3",
147
- "unplugin-vue-macros": "^0.11.2",
148
- "url": "^0.11.0",
149
- "url-loader": "^3.0.0",
150
- "vite": "^4.0.0",
151
- "vite-plugin-monaco-editor": "^1.1.0",
152
- "vite-plugin-vue-setup-extend": "^0.4.0",
153
- "vue": "^3.2.45",
154
- "vue-eslint-parser": "^9.1.0",
155
- "vue-tsc": "^1.0.11",
156
- "webpack": "^5.75.0",
157
- "webpack-bundle-analyzer": "^4.4.2",
158
- "webpack-cli": "^4.6.0",
159
- "webpack-dev-server": "^4.0.0",
160
- "webpack-merge": "^5.0.0",
161
- "webpackbar": "^5.0.2"
162
- },
163
- "publishConfig": {
164
- "registry": "https://registry.npmjs.org/",
165
- "access": "public"
166
- },
167
- "scripts": {
168
- "compile": "node tools/cli/run.js compile",
169
- "clean": "pnpm rimraf node_modules && pnpm rimraf .turbo"
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
+ }