@jetlinks-web/components 2.0.4-7 → 2.0.4-8
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/FullPage/FullPage.js +1 -1
- package/es/Search/Advanced/SaveHistory.js +1 -1
- package/es/Search/Item.js +1 -1
- package/es/Search/Search.js +1 -1
- package/es/components.js +17 -0
- package/es/index.js +15 -59
- package/lib/FullPage/FullPage.js +1 -1
- package/lib/Search/Advanced/SaveHistory.js +1 -1
- package/lib/Search/Item.js +1 -1
- package/lib/Search/Search.js +1 -1
- package/lib/components.js +134 -0
- package/lib/index.js +30 -126
- package/package.json +3 -3
package/es/FullPage/FullPage.js
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
} */
|
|
7
7
|
import { defineComponent as _defineComponent } from 'vue';
|
|
8
8
|
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";
|
|
9
|
-
const _withScopeId = n => (_pushScopeId("data-v-
|
|
9
|
+
const _withScopeId = n => (_pushScopeId("data-v-1713237419488"), n = n(), _popScopeId(), n);
|
|
10
10
|
const _hoisted_1 = { class: "full-page-warp-content" };
|
|
11
11
|
import { ref } from 'vue';
|
|
12
12
|
import { useElementBounding } from '@vueuse/core';
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
} */
|
|
22
22
|
import { defineComponent as _defineComponent } from 'vue';
|
|
23
23
|
import { unref as _unref, createVNode as _createVNode, withCtx as _withCtx, createTextVNode as _createTextVNode, openBlock as _openBlock, createElementBlock as _createElementBlock, createCommentVNode as _createCommentVNode, createBlock as _createBlock, pushScopeId as _pushScopeId, popScopeId as _popScopeId } from "vue";
|
|
24
|
-
const _withScopeId = n => (_pushScopeId("data-v-
|
|
24
|
+
const _withScopeId = n => (_pushScopeId("data-v-1713237420791"), n = n(), _popScopeId(), n);
|
|
25
25
|
const _hoisted_1 = {
|
|
26
26
|
key: 0,
|
|
27
27
|
style: { "width": "240px" }
|
package/es/Search/Item.js
CHANGED
|
@@ -78,7 +78,7 @@ function _optionalChain(ops) { let lastAccessLHS = undefined; let value = ops[0]
|
|
|
78
78
|
} */
|
|
79
79
|
import { defineComponent as _defineComponent } from 'vue';
|
|
80
80
|
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";
|
|
81
|
-
const _withScopeId = n => (_pushScopeId("data-v-
|
|
81
|
+
const _withScopeId = n => (_pushScopeId("data-v-1713237420258"), n = n(), _popScopeId(), n);
|
|
82
82
|
const _hoisted_1 = { class: "JSearch-item" };
|
|
83
83
|
const _hoisted_2 = {
|
|
84
84
|
key: 0,
|
package/es/Search/Search.js
CHANGED
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
} */
|
|
37
37
|
import { defineComponent as _defineComponent } from 'vue';
|
|
38
38
|
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, pushScopeId as _pushScopeId, popScopeId as _popScopeId } from "vue";
|
|
39
|
-
const _withScopeId = n => (_pushScopeId("data-v-
|
|
39
|
+
const _withScopeId = n => (_pushScopeId("data-v-1713237420521"), n = n(), _popScopeId(), n);
|
|
40
40
|
const _hoisted_1 = { class: "JSearch-content simple" };
|
|
41
41
|
const _hoisted_2 = { class: "JSearch-items" };
|
|
42
42
|
import { Button, Row, Col, Form, FormItemRest, } from 'ant-design-vue';
|
package/es/components.js
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import './AMap';
|
|
2
|
+
export { default as BadgeStatus } from './BadgeStatus';
|
|
3
|
+
export { default as CardSelect } from './CardSelect';
|
|
4
|
+
export { default as CheckButton } from './CheckButton';
|
|
5
|
+
export { default as ConfigProvider } from './ConfigProvider';
|
|
6
|
+
export { default as Echarts } from './Echarts';
|
|
7
|
+
export { default as Ellipsis } from './Ellipsis';
|
|
8
|
+
export { default as Empty } from './Empty';
|
|
9
|
+
export { default as FullPage } from './FullPage';
|
|
10
|
+
export { default as AIcon } from './Icon';
|
|
11
|
+
export { default as MonacoEditor } from './MonacoEditor';
|
|
12
|
+
export { default as PermissionButton } from './PermissionButton';
|
|
13
|
+
export { default as ProLayout, PageContainer } from './ProLayout';
|
|
14
|
+
export { default as ProTable } from './ProTable';
|
|
15
|
+
export { default as Scrollbar } from './Scrollbar';
|
|
16
|
+
export { default as Search, AdvancedSearch } from './Search';
|
|
17
|
+
export { default as ValueItem } from './ValueItem';
|
package/es/index.js
CHANGED
|
@@ -1,59 +1,15 @@
|
|
|
1
|
-
import '
|
|
2
|
-
|
|
3
|
-
export
|
|
4
|
-
export
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
export
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
export { default as Search, AdvancedSearch } from './Search';
|
|
17
|
-
export { default as ValueItem } from './ValueItem';
|
|
18
|
-
// export {
|
|
19
|
-
// BadgeStatus,
|
|
20
|
-
// CardSelect,
|
|
21
|
-
// CheckButton,
|
|
22
|
-
// Echarts,
|
|
23
|
-
// Ellipsis,
|
|
24
|
-
// Empty,
|
|
25
|
-
// FullPage,
|
|
26
|
-
// AIcon,
|
|
27
|
-
// MonacoEditor,
|
|
28
|
-
// PermissionButton,
|
|
29
|
-
// ValueItem,
|
|
30
|
-
// ProTable,
|
|
31
|
-
// Scrollbar,
|
|
32
|
-
// Search,
|
|
33
|
-
// AdvancedSearch,
|
|
34
|
-
// ConfigProvider,
|
|
35
|
-
// }
|
|
36
|
-
// export default {
|
|
37
|
-
// install(app: App) {
|
|
38
|
-
// app
|
|
39
|
-
// .component('JAMap', InitAMap)
|
|
40
|
-
// .component('JBadgeStatus', BadgeStatus)
|
|
41
|
-
// .component('JCardSelect', CardSelect)
|
|
42
|
-
// .component('JCheckButton', CheckButton)
|
|
43
|
-
// .component('JConfigProvider', ConfigProvider)
|
|
44
|
-
// .component('JEcharts', Echarts)
|
|
45
|
-
// .component('JEllipsis', Ellipsis)
|
|
46
|
-
// .component('JEmpty', Empty)
|
|
47
|
-
// .component('JFullPage', FullPage)
|
|
48
|
-
// .component('AIcon', AIcon)
|
|
49
|
-
// .component('JMonacoEditor', MonacoEditor)
|
|
50
|
-
// .component('JPermissionButton', PermissionButton)
|
|
51
|
-
// .component('JProLayout', ProLayout)
|
|
52
|
-
// .component('JPageContainer', PageContainer)
|
|
53
|
-
// .component('JProTable', ProTable)
|
|
54
|
-
// .component('JScrollbar', Scrollbar)
|
|
55
|
-
// .component('JSearch', Search)
|
|
56
|
-
// .component('JAdvancedSearch', AdvancedSearch)
|
|
57
|
-
// .component('JValueItem', ValueItem)
|
|
58
|
-
// },
|
|
59
|
-
// }
|
|
1
|
+
/*eslint import/namespace: ['error', { allowComputed: true }]*/
|
|
2
|
+
import * as components from './components';
|
|
3
|
+
export * from './components';
|
|
4
|
+
export var install = function install(app) {
|
|
5
|
+
Object.keys(components).forEach(function (key) {
|
|
6
|
+
var component = components[key];
|
|
7
|
+
if (component.install) {
|
|
8
|
+
app.use(component);
|
|
9
|
+
}
|
|
10
|
+
});
|
|
11
|
+
return app;
|
|
12
|
+
};
|
|
13
|
+
export default {
|
|
14
|
+
install: install
|
|
15
|
+
};
|
package/lib/FullPage/FullPage.js
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
} */
|
|
7
7
|
import { defineComponent as _defineComponent } from 'vue';
|
|
8
8
|
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";
|
|
9
|
-
const _withScopeId = n => (_pushScopeId("data-v-
|
|
9
|
+
const _withScopeId = n => (_pushScopeId("data-v-1713237419497"), n = n(), _popScopeId(), n);
|
|
10
10
|
const _hoisted_1 = { class: "full-page-warp-content" };
|
|
11
11
|
import { ref } from 'vue';
|
|
12
12
|
import { useElementBounding } from '@vueuse/core';
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
} */
|
|
22
22
|
import { defineComponent as _defineComponent } from 'vue';
|
|
23
23
|
import { unref as _unref, createVNode as _createVNode, withCtx as _withCtx, createTextVNode as _createTextVNode, openBlock as _openBlock, createElementBlock as _createElementBlock, createCommentVNode as _createCommentVNode, createBlock as _createBlock, pushScopeId as _pushScopeId, popScopeId as _popScopeId } from "vue";
|
|
24
|
-
const _withScopeId = n => (_pushScopeId("data-v-
|
|
24
|
+
const _withScopeId = n => (_pushScopeId("data-v-1713237420805"), n = n(), _popScopeId(), n);
|
|
25
25
|
const _hoisted_1 = {
|
|
26
26
|
key: 0,
|
|
27
27
|
style: { "width": "240px" }
|
package/lib/Search/Item.js
CHANGED
|
@@ -78,7 +78,7 @@ function _optionalChain(ops) { let lastAccessLHS = undefined; let value = ops[0]
|
|
|
78
78
|
} */
|
|
79
79
|
import { defineComponent as _defineComponent } from 'vue';
|
|
80
80
|
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";
|
|
81
|
-
const _withScopeId = n => (_pushScopeId("data-v-
|
|
81
|
+
const _withScopeId = n => (_pushScopeId("data-v-1713237420325"), n = n(), _popScopeId(), n);
|
|
82
82
|
const _hoisted_1 = { class: "JSearch-item" };
|
|
83
83
|
const _hoisted_2 = {
|
|
84
84
|
key: 0,
|
package/lib/Search/Search.js
CHANGED
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
} */
|
|
37
37
|
import { defineComponent as _defineComponent } from 'vue';
|
|
38
38
|
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, pushScopeId as _pushScopeId, popScopeId as _popScopeId } from "vue";
|
|
39
|
-
const _withScopeId = n => (_pushScopeId("data-v-
|
|
39
|
+
const _withScopeId = n => (_pushScopeId("data-v-1713237420545"), n = n(), _popScopeId(), n);
|
|
40
40
|
const _hoisted_1 = { class: "JSearch-content simple" };
|
|
41
41
|
const _hoisted_2 = { class: "JSearch-items" };
|
|
42
42
|
import { Button, Row, Col, Form, FormItemRest, } from 'ant-design-vue';
|
|
@@ -0,0 +1,134 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
|
|
4
|
+
var _typeof = require("@babel/runtime/helpers/typeof");
|
|
5
|
+
Object.defineProperty(exports, "__esModule", {
|
|
6
|
+
value: true
|
|
7
|
+
});
|
|
8
|
+
Object.defineProperty(exports, "AIcon", {
|
|
9
|
+
enumerable: true,
|
|
10
|
+
get: function get() {
|
|
11
|
+
return _Icon.default;
|
|
12
|
+
}
|
|
13
|
+
});
|
|
14
|
+
Object.defineProperty(exports, "AdvancedSearch", {
|
|
15
|
+
enumerable: true,
|
|
16
|
+
get: function get() {
|
|
17
|
+
return _Search.AdvancedSearch;
|
|
18
|
+
}
|
|
19
|
+
});
|
|
20
|
+
Object.defineProperty(exports, "BadgeStatus", {
|
|
21
|
+
enumerable: true,
|
|
22
|
+
get: function get() {
|
|
23
|
+
return _BadgeStatus.default;
|
|
24
|
+
}
|
|
25
|
+
});
|
|
26
|
+
Object.defineProperty(exports, "CardSelect", {
|
|
27
|
+
enumerable: true,
|
|
28
|
+
get: function get() {
|
|
29
|
+
return _CardSelect.default;
|
|
30
|
+
}
|
|
31
|
+
});
|
|
32
|
+
Object.defineProperty(exports, "CheckButton", {
|
|
33
|
+
enumerable: true,
|
|
34
|
+
get: function get() {
|
|
35
|
+
return _CheckButton.default;
|
|
36
|
+
}
|
|
37
|
+
});
|
|
38
|
+
Object.defineProperty(exports, "ConfigProvider", {
|
|
39
|
+
enumerable: true,
|
|
40
|
+
get: function get() {
|
|
41
|
+
return _ConfigProvider.default;
|
|
42
|
+
}
|
|
43
|
+
});
|
|
44
|
+
Object.defineProperty(exports, "Echarts", {
|
|
45
|
+
enumerable: true,
|
|
46
|
+
get: function get() {
|
|
47
|
+
return _Echarts.default;
|
|
48
|
+
}
|
|
49
|
+
});
|
|
50
|
+
Object.defineProperty(exports, "Ellipsis", {
|
|
51
|
+
enumerable: true,
|
|
52
|
+
get: function get() {
|
|
53
|
+
return _Ellipsis.default;
|
|
54
|
+
}
|
|
55
|
+
});
|
|
56
|
+
Object.defineProperty(exports, "Empty", {
|
|
57
|
+
enumerable: true,
|
|
58
|
+
get: function get() {
|
|
59
|
+
return _Empty.default;
|
|
60
|
+
}
|
|
61
|
+
});
|
|
62
|
+
Object.defineProperty(exports, "FullPage", {
|
|
63
|
+
enumerable: true,
|
|
64
|
+
get: function get() {
|
|
65
|
+
return _FullPage.default;
|
|
66
|
+
}
|
|
67
|
+
});
|
|
68
|
+
Object.defineProperty(exports, "MonacoEditor", {
|
|
69
|
+
enumerable: true,
|
|
70
|
+
get: function get() {
|
|
71
|
+
return _MonacoEditor.default;
|
|
72
|
+
}
|
|
73
|
+
});
|
|
74
|
+
Object.defineProperty(exports, "PageContainer", {
|
|
75
|
+
enumerable: true,
|
|
76
|
+
get: function get() {
|
|
77
|
+
return _ProLayout.PageContainer;
|
|
78
|
+
}
|
|
79
|
+
});
|
|
80
|
+
Object.defineProperty(exports, "PermissionButton", {
|
|
81
|
+
enumerable: true,
|
|
82
|
+
get: function get() {
|
|
83
|
+
return _PermissionButton.default;
|
|
84
|
+
}
|
|
85
|
+
});
|
|
86
|
+
Object.defineProperty(exports, "ProLayout", {
|
|
87
|
+
enumerable: true,
|
|
88
|
+
get: function get() {
|
|
89
|
+
return _ProLayout.default;
|
|
90
|
+
}
|
|
91
|
+
});
|
|
92
|
+
Object.defineProperty(exports, "ProTable", {
|
|
93
|
+
enumerable: true,
|
|
94
|
+
get: function get() {
|
|
95
|
+
return _ProTable.default;
|
|
96
|
+
}
|
|
97
|
+
});
|
|
98
|
+
Object.defineProperty(exports, "Scrollbar", {
|
|
99
|
+
enumerable: true,
|
|
100
|
+
get: function get() {
|
|
101
|
+
return _Scrollbar.default;
|
|
102
|
+
}
|
|
103
|
+
});
|
|
104
|
+
Object.defineProperty(exports, "Search", {
|
|
105
|
+
enumerable: true,
|
|
106
|
+
get: function get() {
|
|
107
|
+
return _Search.default;
|
|
108
|
+
}
|
|
109
|
+
});
|
|
110
|
+
Object.defineProperty(exports, "ValueItem", {
|
|
111
|
+
enumerable: true,
|
|
112
|
+
get: function get() {
|
|
113
|
+
return _ValueItem.default;
|
|
114
|
+
}
|
|
115
|
+
});
|
|
116
|
+
require("./AMap");
|
|
117
|
+
var _BadgeStatus = _interopRequireDefault(require("./BadgeStatus"));
|
|
118
|
+
var _CardSelect = _interopRequireDefault(require("./CardSelect"));
|
|
119
|
+
var _CheckButton = _interopRequireDefault(require("./CheckButton"));
|
|
120
|
+
var _ConfigProvider = _interopRequireDefault(require("./ConfigProvider"));
|
|
121
|
+
var _Echarts = _interopRequireDefault(require("./Echarts"));
|
|
122
|
+
var _Ellipsis = _interopRequireDefault(require("./Ellipsis"));
|
|
123
|
+
var _Empty = _interopRequireDefault(require("./Empty"));
|
|
124
|
+
var _FullPage = _interopRequireDefault(require("./FullPage"));
|
|
125
|
+
var _Icon = _interopRequireDefault(require("./Icon"));
|
|
126
|
+
var _MonacoEditor = _interopRequireDefault(require("./MonacoEditor"));
|
|
127
|
+
var _PermissionButton = _interopRequireDefault(require("./PermissionButton"));
|
|
128
|
+
var _ProLayout = _interopRequireWildcard(require("./ProLayout"));
|
|
129
|
+
var _ProTable = _interopRequireDefault(require("./ProTable"));
|
|
130
|
+
var _Scrollbar = _interopRequireDefault(require("./Scrollbar"));
|
|
131
|
+
var _Search = _interopRequireWildcard(require("./Search"));
|
|
132
|
+
var _ValueItem = _interopRequireDefault(require("./ValueItem"));
|
|
133
|
+
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); }
|
|
134
|
+
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; }
|
package/lib/index.js
CHANGED
|
@@ -1,134 +1,38 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
|
-
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
|
|
4
3
|
var _typeof = require("@babel/runtime/helpers/typeof");
|
|
5
4
|
Object.defineProperty(exports, "__esModule", {
|
|
6
5
|
value: true
|
|
7
6
|
});
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
7
|
+
var _exportNames = {
|
|
8
|
+
install: true
|
|
9
|
+
};
|
|
10
|
+
exports.install = exports.default = void 0;
|
|
11
|
+
var components = _interopRequireWildcard(require("./components"));
|
|
12
|
+
Object.keys(components).forEach(function (key) {
|
|
13
|
+
if (key === "default" || key === "__esModule") return;
|
|
14
|
+
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
|
15
|
+
if (key in exports && exports[key] === components[key]) return;
|
|
16
|
+
Object.defineProperty(exports, key, {
|
|
17
|
+
enumerable: true,
|
|
18
|
+
get: function get() {
|
|
19
|
+
return components[key];
|
|
20
|
+
}
|
|
21
|
+
});
|
|
13
22
|
});
|
|
14
|
-
Object.defineProperty(exports, "AdvancedSearch", {
|
|
15
|
-
enumerable: true,
|
|
16
|
-
get: function get() {
|
|
17
|
-
return _Search.AdvancedSearch;
|
|
18
|
-
}
|
|
19
|
-
});
|
|
20
|
-
Object.defineProperty(exports, "BadgeStatus", {
|
|
21
|
-
enumerable: true,
|
|
22
|
-
get: function get() {
|
|
23
|
-
return _BadgeStatus.default;
|
|
24
|
-
}
|
|
25
|
-
});
|
|
26
|
-
Object.defineProperty(exports, "CardSelect", {
|
|
27
|
-
enumerable: true,
|
|
28
|
-
get: function get() {
|
|
29
|
-
return _CardSelect.default;
|
|
30
|
-
}
|
|
31
|
-
});
|
|
32
|
-
Object.defineProperty(exports, "CheckButton", {
|
|
33
|
-
enumerable: true,
|
|
34
|
-
get: function get() {
|
|
35
|
-
return _CheckButton.default;
|
|
36
|
-
}
|
|
37
|
-
});
|
|
38
|
-
Object.defineProperty(exports, "ConfigProvider", {
|
|
39
|
-
enumerable: true,
|
|
40
|
-
get: function get() {
|
|
41
|
-
return _ConfigProvider.default;
|
|
42
|
-
}
|
|
43
|
-
});
|
|
44
|
-
Object.defineProperty(exports, "Echarts", {
|
|
45
|
-
enumerable: true,
|
|
46
|
-
get: function get() {
|
|
47
|
-
return _Echarts.default;
|
|
48
|
-
}
|
|
49
|
-
});
|
|
50
|
-
Object.defineProperty(exports, "Ellipsis", {
|
|
51
|
-
enumerable: true,
|
|
52
|
-
get: function get() {
|
|
53
|
-
return _Ellipsis.default;
|
|
54
|
-
}
|
|
55
|
-
});
|
|
56
|
-
Object.defineProperty(exports, "Empty", {
|
|
57
|
-
enumerable: true,
|
|
58
|
-
get: function get() {
|
|
59
|
-
return _Empty.default;
|
|
60
|
-
}
|
|
61
|
-
});
|
|
62
|
-
Object.defineProperty(exports, "FullPage", {
|
|
63
|
-
enumerable: true,
|
|
64
|
-
get: function get() {
|
|
65
|
-
return _FullPage.default;
|
|
66
|
-
}
|
|
67
|
-
});
|
|
68
|
-
Object.defineProperty(exports, "MonacoEditor", {
|
|
69
|
-
enumerable: true,
|
|
70
|
-
get: function get() {
|
|
71
|
-
return _MonacoEditor.default;
|
|
72
|
-
}
|
|
73
|
-
});
|
|
74
|
-
Object.defineProperty(exports, "PageContainer", {
|
|
75
|
-
enumerable: true,
|
|
76
|
-
get: function get() {
|
|
77
|
-
return _ProLayout.PageContainer;
|
|
78
|
-
}
|
|
79
|
-
});
|
|
80
|
-
Object.defineProperty(exports, "PermissionButton", {
|
|
81
|
-
enumerable: true,
|
|
82
|
-
get: function get() {
|
|
83
|
-
return _PermissionButton.default;
|
|
84
|
-
}
|
|
85
|
-
});
|
|
86
|
-
Object.defineProperty(exports, "ProLayout", {
|
|
87
|
-
enumerable: true,
|
|
88
|
-
get: function get() {
|
|
89
|
-
return _ProLayout.default;
|
|
90
|
-
}
|
|
91
|
-
});
|
|
92
|
-
Object.defineProperty(exports, "ProTable", {
|
|
93
|
-
enumerable: true,
|
|
94
|
-
get: function get() {
|
|
95
|
-
return _ProTable.default;
|
|
96
|
-
}
|
|
97
|
-
});
|
|
98
|
-
Object.defineProperty(exports, "Scrollbar", {
|
|
99
|
-
enumerable: true,
|
|
100
|
-
get: function get() {
|
|
101
|
-
return _Scrollbar.default;
|
|
102
|
-
}
|
|
103
|
-
});
|
|
104
|
-
Object.defineProperty(exports, "Search", {
|
|
105
|
-
enumerable: true,
|
|
106
|
-
get: function get() {
|
|
107
|
-
return _Search.default;
|
|
108
|
-
}
|
|
109
|
-
});
|
|
110
|
-
Object.defineProperty(exports, "ValueItem", {
|
|
111
|
-
enumerable: true,
|
|
112
|
-
get: function get() {
|
|
113
|
-
return _ValueItem.default;
|
|
114
|
-
}
|
|
115
|
-
});
|
|
116
|
-
require("./AMap");
|
|
117
|
-
var _BadgeStatus = _interopRequireDefault(require("./BadgeStatus"));
|
|
118
|
-
var _CardSelect = _interopRequireDefault(require("./CardSelect"));
|
|
119
|
-
var _CheckButton = _interopRequireDefault(require("./CheckButton"));
|
|
120
|
-
var _ConfigProvider = _interopRequireDefault(require("./ConfigProvider"));
|
|
121
|
-
var _Echarts = _interopRequireDefault(require("./Echarts"));
|
|
122
|
-
var _Ellipsis = _interopRequireDefault(require("./Ellipsis"));
|
|
123
|
-
var _Empty = _interopRequireDefault(require("./Empty"));
|
|
124
|
-
var _FullPage = _interopRequireDefault(require("./FullPage"));
|
|
125
|
-
var _Icon = _interopRequireDefault(require("./Icon"));
|
|
126
|
-
var _MonacoEditor = _interopRequireDefault(require("./MonacoEditor"));
|
|
127
|
-
var _PermissionButton = _interopRequireDefault(require("./PermissionButton"));
|
|
128
|
-
var _ProLayout = _interopRequireWildcard(require("./ProLayout"));
|
|
129
|
-
var _ProTable = _interopRequireDefault(require("./ProTable"));
|
|
130
|
-
var _Scrollbar = _interopRequireDefault(require("./Scrollbar"));
|
|
131
|
-
var _Search = _interopRequireWildcard(require("./Search"));
|
|
132
|
-
var _ValueItem = _interopRequireDefault(require("./ValueItem"));
|
|
133
23
|
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); }
|
|
134
|
-
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; }
|
|
24
|
+
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; }
|
|
25
|
+
/*eslint import/namespace: ['error', { allowComputed: true }]*/
|
|
26
|
+
|
|
27
|
+
var install = exports.install = function install(app) {
|
|
28
|
+
Object.keys(components).forEach(function (key) {
|
|
29
|
+
var component = components[key];
|
|
30
|
+
if (component.install) {
|
|
31
|
+
app.use(component);
|
|
32
|
+
}
|
|
33
|
+
});
|
|
34
|
+
return app;
|
|
35
|
+
};
|
|
36
|
+
var _default = exports.default = {
|
|
37
|
+
install: install
|
|
38
|
+
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jetlinks-web/components",
|
|
3
|
-
"version": "2.0.4-
|
|
3
|
+
"version": "2.0.4-8",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"module": "es/index.js",
|
|
@@ -134,8 +134,8 @@
|
|
|
134
134
|
"webpack-merge": "^5.0.0",
|
|
135
135
|
"webpackbar": "^5.0.2",
|
|
136
136
|
"@jetlinks-web/constants": "^1.0.2",
|
|
137
|
-
"@jetlinks-web/
|
|
138
|
-
"@jetlinks-web/
|
|
137
|
+
"@jetlinks-web/hooks": "^1.0.12",
|
|
138
|
+
"@jetlinks-web/utils": "^1.0.6"
|
|
139
139
|
},
|
|
140
140
|
"publishConfig": {
|
|
141
141
|
"registry": "https://registry.npmjs.org/",
|